idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
5,400 | gets the value of the signatureproperties property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the signatureproperties property . for example , t... | List < SignatureProperty > function ( ) { if ( signatureProperties == null ) { signatureProperties = new ArrayList < SignatureProperty > ( ) ; } return this . signatureProperties ; } |
5,401 | the source of the event , such as an aws service , that triggers aws config to evaluate your aws resources . concode_field_sep String messageType concode_elem_sep String eventSource concode_field_sep String getMessageType concode_elem_sep SourceDetail withMessageType concode_elem_sep SourceDetail withMessageType concod... | String function ( ) { return this . eventSource ; } |
5,402 | returns the number of features label attribute excluded . concode_field_sep double[] features concode_elem_sep int classLabel concode_elem_sep Instance inst concode_elem_sep int id concode_elem_sep boolean isOutiler concode_field_sep void setOutiler concode_elem_sep double[] getFeatures concode_elem_sep void setId conc... | int function ( ) { return this . features . length - 1 ; } |
5,403 | return the zero-relative index of our current parsing position within the string being parsed . concode_field_sep int index concode_elem_sep int length concode_elem_sep String string concode_elem_sep char chars[] concode_field_sep int findText concode_elem_sep int skipWhite concode_elem_sep String getString concode_ele... | int function ( ) { return ( this . index ) ; } |
5,404 | add items to the item list . concode_field_sep String notes concode_elem_sep String subject concode_elem_sep List<String> isbn concode_elem_sep String imprint concode_elem_sep String title concode_elem_sep String lccn concode_elem_sep String publicationPlace concode_elem_sep boolean isDeletedBib concode_elem_sep Date b... | void function ( Item arg0 ) { getItems ( ) . add ( arg0 ) ; } |
5,405 | tolatlng concode_field_sep PlaceHolder placeHolder concode_field_sep LatLngBounds toLatLngBounds concode_elem_sep GWTBounds toGWTBounds concode_elem_sep GWTLatLng toGWTLatLng | LatLng function ( final GWTLatLng arg0 ) { return LatLng . newInstance ( arg0 . getLatitude ( ) , arg0 . getLongitude ( ) ) ; } |
5,406 | clamps this tuple to the range low , high . concode_field_sep double w concode_elem_sep double x concode_elem_sep double y concode_elem_sep double z concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep void add concode_elem_sep void sub concode_elem_sep void sub concode_elem_sep void scale... | void function ( double arg0 , double arg1 ) { clampMin ( arg0 ) ; clampMax ( arg1 ) ; } |
5,407 | the starting point for the next page of results . to view the next page of results , call describeobjects again with this marker value . if the value is null , there are no more results . concode_field_sep Boolean hasMoreResults concode_elem_sep com.amazonaws.internal.SdkInternalList<PipelineObject> pipelineObjects con... | DescribeObjectsResult function ( String arg0 ) { setMarker ( arg0 ) ; return this ; } |
5,408 | swap two positions . concode_field_sep PlaceHolder placeHolder concode_field_sep void siftDown concode_elem_sep void siftDown concode_elem_sep void siftDown concode_elem_sep void siftDown concode_elem_sep void siftUp concode_elem_sep void siftUp concode_elem_sep void siftUp concode_elem_sep void siftUp | void function ( int arg0 [ ] , int arg1 , int arg2 ) { int loc0 = arg0 [ arg1 ] ; arg0 [ arg1 ] = arg0 [ arg2 ] ; arg0 [ arg2 ] = loc0 ; } |
5,409 | write . concode_field_sep int BUFFER_SIZE concode_field_sep String read concode_elem_sep void writeLines concode_elem_sep void writeLines concode_elem_sep void appendLines concode_elem_sep String[] readLines concode_elem_sep String[] readLines | long function ( InputStream arg0 , OutputStream arg1 , int arg2 ) { int loc0 ; long loc1 = 0 ; byte [ ] loc2 = new byte [ arg2 ] ; while ( arg0 . available ( ) > 0 ) { loc0 = arg0 . loc0 ( loc2 , 0 , loc2 . length ) ; if ( loc0 > 0 ) { arg1 . write ( loc2 , 0 , loc0 ) ; loc1 += loc0 ; } } return loc1 ; } |
5,410 | initializes this key generator for a certain keysize , using a user-provided source of randomness . concode_field_sep Provider provider concode_elem_sep KeyGeneratorSpi keyGenerator concode_elem_sep String algorithm concode_field_sep SecretKey generateKey concode_elem_sep String getAlgorithm concode_elem_sep Provider g... | void function ( int arg0 , SecureRandom arg1 ) { keyGenerator . engineInit ( arg0 , arg1 ) ; } |
5,411 | sets the map id . concode_field_sep int mapId concode_elem_sep int featureId concode_field_sep int getFeatureId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int getMapId concode_elem_sep void setFeatureId | void function ( int arg0 ) { this . mapId = arg0 ; } |
5,412 | parses `` preserve '' , `` replace '' or `` collapse '' into the corresponding whitespacenormalizer object . concode_field_sep WhitespaceNormalizer REPLACE concode_elem_sep WhitespaceNormalizer PRESERVE concode_elem_sep WhitespaceNormalizer COLLAPSE concode_field_sep JExpression generate concode_elem_sep JExpression ge... | WhitespaceNormalizer function ( String arg0 ) { if ( arg0 . equals ( "srini_string" ) ) return PRESERVE ; if ( arg0 . equals ( "srini_string" ) ) return REPLACE ; if ( arg0 . equals ( "srini_string" ) ) return COLLAPSE ; throw new IllegalArgumentException ( arg0 ) ; } |
5,413 | get the action being performed concode_field_sep String user concode_elem_sep String level concode_elem_sep String action concode_elem_sep Date date concode_elem_sep String params concode_field_sep boolean isLevel concode_elem_sep String getLevel concode_elem_sep boolean afterDate concode_elem_sep String getUser concod... | String function ( ) { return this . action ; } |
5,414 | gets the databasemap this map builder built . concode_field_sep DatabaseMap dbMap concode_elem_sep String CLASS_NAME concode_field_sep boolean isBuilt concode_elem_sep void doBuild | DatabaseMap function ( ) { return this . dbMap ; } |
5,415 | gets the parent object in the object tree representing the unmarshalled xml document . concode_field_sep NumberFormat val concode_elem_sep Object parent concode_field_sep NumberFormat getVal concode_elem_sep void afterUnmarshal concode_elem_sep void setParent concode_elem_sep void setVal | Object function ( ) { return this . parent ; } |
5,416 | prepare object recovered from serialization concode_field_sep long lastSeen concode_elem_sep RSSI2DistFunctionInterface distanceFunction concode_elem_sep String description concode_elem_sep int lastMyCounter concode_elem_sep double temperature concode_elem_sep long firstSeen concode_elem_sep int parentId concode_elem_s... | void function ( ) { if ( this . mobileExtension != null ) this . mobileExtension . wakeup ( ) ; } |
5,417 | calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep InformationvisualizationPackage modelPackage concode_field_sep T caseRenderedObject concode_elem_sep T caseModelElement concode_elem_sep T casePackage concode_elem_sep T caseFeature concode_elem_sep... | T function ( EObject arg0 ) { return doSwitch ( arg0 . eClass ( ) , arg0 ) ; } |
5,418 | test if the language has been loaded . concode_field_sep String nat concode_elem_sep Theme all concode_elem_sep boolean modified concode_elem_sep LinkedList<Theme> themes concode_elem_sep String name concode_elem_sep boolean loaded concode_field_sep void add concode_elem_sep void add concode_elem_sep Theme getAll conco... | boolean function ( ) { return loaded ; } |
5,419 | sets the mvcc version of this cluster group . concode_field_sep ClusterGroup _clusterGroup concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes conco... | void function ( long arg0 ) { _clusterGroup . setMvccVersion ( arg0 ) ; } |
5,420 | returns the system property value for the specified key . concode_field_sep MainClassCondition mainClassCondition concode_elem_sep PropertyCondition systemPropertyCondition concode_elem_sep ConditionProvider DEFAULT_CONDITION_PROVIDER concode_elem_sep ClassResourceCondition classResourceCondition concode_field_sep Stri... | String function ( String arg0 ) { if ( arg0 == null || arg0 . isEmpty ( ) ) { return "srini_string" ; } return this . systemPropertyCondition . getValue ( ) . getProperty ( arg0 ) ; } |
5,421 | method to retrieve a string from an xml element with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep Boolean readBooleanElement concode_elem_sep Double readDoubleElement concode_elem_sep String readStringType concode_elem_sep Document openDocument concode_elem_sep Document openDocument conc... | String function ( Element arg0 , String arg1 ) { NodeList loc0 = arg0 . getElementsByTagName ( arg1 ) ; if ( loc0 . getLength ( ) < 1 ) return null ; Element loc1 = ( Element ) loc0 . item ( 0 ) ; NodeList loc2 = loc1 . getChildNodes ( ) ; Node loc3 = ( Node ) loc2 . item ( 0 ) ; return loc3 . getNodeValue ( ) . trim (... |
5,422 | resume the music playback concode_field_sep float fadeStartGain concode_elem_sep float fadeEndGain concode_elem_sep int fadeTime concode_elem_sep boolean positioning concode_elem_sep Audio sound concode_elem_sep ArrayList listeners concode_elem_sep boolean stopAfterFade concode_elem_sep float volume concode_elem_sep bo... | void function ( ) { playing = true ; AudioImpl . restartMusic ( ) ; } |
5,423 | runs the configured closure of this job concode_field_sep TimerImpl timer concode_elem_sep Procedure0 procedure concode_elem_sep Object argument1 concode_elem_sep Procedure1<Object> procedure1 concode_elem_sep Logger logger concode_field_sep void setProcedure concode_elem_sep void setProcedure1 concode_elem_sep void se... | void function ( JobExecutionContext arg0 ) { logger . debug ( "srini_string" , arg0 . getJobDetail ( ) . getKey ( ) . toString ( ) ) ; if ( procedure != null ) { procedure . apply ( ) ; } else if ( procedure1 != null ) { procedure1 . apply ( argument1 ) ; } timer . setTerminated ( true ) ; } |
5,424 | returns an instance of the given type with the org.elasticsearch.common.inject.name.named annotation value . this method allows you to switch this code injector.getinstance key.get type , names.named name ; to the more concise injectors.getinstance injector , type , name ; concode_field_sep PlaceHolder placeHolder conc... | T function ( Injector arg0 , java . lang . Class < T > arg1 , String arg2 ) { return arg0 . getInstance ( Key . get ( arg1 , Names . named ( arg2 ) ) ) ; } |
5,425 | checks whether the value contained in the column has changed since the last advance-operation . concode_field_sep List<SortConstraint> sortConstraints concode_elem_sep Integer queryTimeout concode_elem_sep DataRow backend concode_elem_sep Integer queryLimit concode_field_sep String[] getColumnNames concode_elem_sep Obj... | boolean function ( final String arg0 ) { if ( DataFactory . QUERY_LIMIT . equals ( arg0 ) ) { return false ; } if ( DataFactory . QUERY_TIMEOUT . equals ( arg0 ) ) { return false ; } if ( DataFactory . QUERY_SORT . equals ( arg0 ) ) { return false ; } return backend . isChanged ( arg0 ) ; } |
5,426 | override this to control the properties that make up the endpoint concode_field_sep String NAME concode_elem_sep SimpleRegistry mRegistry concode_elem_sep MBeanServer server concode_elem_sep String DOMAIN concode_elem_sep MockEndpointFixture mMockEndpoint concode_elem_sep DefaultCamelContext mContext concode_field_sep ... | JMXUriBuilder function ( ) { JMXUriBuilder loc0 = new JMXUriBuilder ( ) . withObjectDomain ( DOMAIN ) . withObjectName ( "srini_string" ) ; return loc0 ; } |
5,427 | gets the value of the messageinterpolator property . concode_field_sep String parameterNameProvider concode_elem_sep String messageInterpolator concode_elem_sep ExecutableValidationType executableValidation concode_elem_sep String constraintValidatorFactory concode_elem_sep List<PropertyType> property concode_elem_sep ... | String function ( ) { return messageInterpolator ; } |
5,428 | packageoutline that contains this class . concode_field_sep JDefinedClass implClass concode_elem_sep CElementInfo target concode_field_sep Outline parent | PackageOutline function ( ) { return parent ( ) . getPackageContext ( implClass . _package ( ) ) ; } |
5,429 | returns the default sslcontext . the default ssl context can be set with #setdefault . if not , one will be created with sslcontext.getinstance `` default '' , which will already be initialized . concode_field_sep String protocol concode_elem_sep Engine ENGINE concode_elem_sep Provider provider concode_elem_sep String ... | SSLContext function ( ) { synchronized ( ENGINE ) { if ( DEFAULT == null ) { DEFAULT = SSLContext . getInstance ( "srini_string" ) ; } return DEFAULT ; } } |
5,430 | returns a new pull parser with namespace support . concode_field_sep String TYPE concode_elem_sep XmlPullParserFactory instance concode_elem_sep String FEATURE_RELAXED concode_elem_sep String expatName concode_field_sep AttributeSet asAttributeSet concode_elem_sep void parse concode_elem_sep void parse concode_elem_sep... | XmlPullParser function ( ) { try { KXmlParser loc0 = new KXmlParser ( ) ; loc0 . setFeature ( XmlPullParser . FEATURE_PROCESS_DOCDECL , true ) ; loc0 . setFeature ( XmlPullParser . FEATURE_PROCESS_NAMESPACES , true ) ; return loc0 ; } catch ( XmlPullParserException loc0 ) { throw new AssertionError ( ) ; } } |
5,431 | fills ` dst ' with bytes from ` in ' , throwing eofexception if insufficient bytes are available . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY... | void function ( InputStream arg0 , byte [ ] arg1 ) { readFully ( arg0 , arg1 , 0 , arg1 . length ) ; } |
5,432 | unsupported . concode_field_sep BufferedReader reader concode_elem_sep String segment concode_elem_sep String DASH_COMMENT concode_elem_sep String SLASH_COMMENT concode_elem_sep String SEMI concode_field_sep Object next concode_elem_sep void closeReader concode_elem_sep boolean hasNext concode_elem_sep int nextInt conc... | void function ( Object arg0 ) { throw new UnsupportedOperationException ( ) ; } |
5,433 | check the status of the socket . concode_field_sep int sock concode_elem_sep boolean bound concode_elem_sep boolean closed concode_elem_sep UnixSocketAddress address concode_field_sep void bind concode_elem_sep void bind concode_elem_sep boolean isClosed concode_elem_sep int native_accept concode_elem_sep void native_c... | boolean function ( ) { return bound ; } |
5,434 | emits mergedtuple on mergedport if it is not empty concode_field_sep HashMap<K,HighLow<V>> mergedTuple concode_elem_sep DefaultOutputPort<HashMap<K,HighLow<V>>> mergedport concode_field_sep void beginWindow concode_elem_sep void process concode_elem_sep void setup concode_elem_sep void teardown | void function ( ) { if ( ! mergedTuple . isEmpty ( ) ) { mergedport . emit ( mergedTuple ) ; mergedTuple = new HashMap < K , HighLow < V >> ( ) ; } } |
5,435 | gets the profit of each plant concode_field_sep double mCostRemove concode_elem_sep int mAmount concode_elem_sep double mApproval concode_elem_sep double mEmissions concode_elem_sep double mProfitPercent concode_elem_sep double mProduction concode_elem_sep double mCostBuild concode_elem_sep double mSecurity concode_fie... | double function ( ) { return mProfitPercent ; } |
5,436 | this will get the number of input parameters that have a domain specified . concode_field_sep int numberOfOutputValues concode_elem_sep COSArray domain concode_elem_sep COSArray range concode_elem_sep int numberOfInputValues concode_elem_sep PDStream functionStream concode_elem_sep COSDictionary functionDictionary conc... | int function ( ) { if ( numberOfInputValues == - 1 ) { COSArray loc0 = getDomainValues ( ) ; numberOfInputValues = loc0 . size ( ) / 2 ; } return numberOfInputValues ; } |
5,437 | the type of information retrieved . concode_field_sep java.util.Date sampleTimestamp concode_elem_sep String ec2InstanceId concode_elem_sep String infoType concode_elem_sep String message concode_field_sep EnvironmentInfoDescription withSampleTimestamp concode_elem_sep void setInfoType concode_elem_sep void setInfoType... | EnvironmentInfoDescription function ( EnvironmentInfoType arg0 ) { setInfoType ( arg0 ) ; return this ; } |
5,438 | set the description . concode_field_sep String name concode_elem_sep String disposition concode_elem_sep String ATTACHMENT concode_elem_sep String INLINE concode_elem_sep String description concode_elem_sep String path concode_elem_sep URL url concode_field_sep void setName concode_elem_sep URL getURL concode_elem_sep ... | void function ( String arg0 ) { this . description = arg0 ; } |
5,439 | check the result . concode_field_sep File testSpec concode_elem_sep TestExecutor EXECUTOR concode_field_sep void configTestExcecutor concode_elem_sep Collection<Object[]> getFilenames concode_elem_sep void setUp concode_elem_sep void testSpecification | void function ( ITestReporter arg0 ) { for ( String loc0 : arg0 . getAllTestNames ( ) ) { final ITestResult loc1 = arg0 . getResultByTestName ( loc0 ) ; Assert . assertNull ( loc1 . getMessage ( ) ) ; } } |
5,440 | returns the mime type of the data with parameters . concode_field_sep CommandMap currentCommandMap concode_elem_sep String objectMimeType concode_elem_sep String shortType concode_elem_sep DataContentHandler dch concode_elem_sep String mimeType concode_elem_sep DataContentHandler dataContentHandler concode_elem_sep Out... | String function ( ) { if ( dataSource != null ) { return dataSource . getContentType ( ) ; } return objectMimeType ; } |
5,441 | encodes byte into its quoted-printable representation . concode_field_sep BitSet PRINTABLE_CHARS concode_elem_sep String charset concode_elem_sep byte SPACE concode_elem_sep byte ESCAPE_CHAR concode_elem_sep byte TAB concode_field_sep byte[] encode concode_elem_sep String encode concode_elem_sep Object encode concode_e... | void function ( int arg0 , ByteArrayOutputStream arg1 ) { arg1 . write ( ESCAPE_CHAR ) ; char loc0 = Character . toUpperCase ( Character . forDigit ( ( arg0 >> 4 ) & 0xF , 16 ) ) ; char loc1 = Character . toUpperCase ( Character . forDigit ( arg0 & 0xF , 16 ) ) ; arg1 . write ( loc0 ) ; arg1 . write ( loc1 ) ; } |
5,442 | compose error message by inserting the strings in the add parameters in placeholders within the error message . the message string contains $ $ markers for each context variable . context variables are supplied in the add parameters . concode_field_sep String MESSAGE_TAG concode_elem_sep int SQL_STATE_DIGITS concode_el... | HsqlException function ( Throwable arg0 , int arg1 , int arg2 , final Object [ ] arg3 ) { String loc0 = getMessage ( arg1 , arg2 , arg3 ) ; int loc1 = arg2 < ERROR_CODE_BASE ? arg1 : arg2 ; return new HsqlException ( arg0 , loc0 . substring ( SQL_STATE_DIGITS + 1 ) , loc0 . substring ( 0 , SQL_STATE_DIGITS ) , - loc1 )... |
5,443 | returns the cache directive id from the given table/partition parameter map . returns null if the cache_dir_id_prop_name key was not set or if there was an error parsing the associated id . concode_field_sep DistributedFileSystem dfs concode_elem_sep Logger LOG concode_elem_sep String CACHE_DIR_ID_PROP_NAME concode_ele... | Long function ( Map < String , String > arg0 ) { return null ; } |
5,444 | returns the imageclass . concode_field_sep CmsUUID m_structureId concode_elem_sep I_CmsContextMenuCommand m_menuCommand concode_elem_sep I_CmsContextMenuHandler m_handler concode_elem_sep CmsContextMenuEntryBean m_bean concode_elem_sep String m_imageClass concode_elem_sep List<I_CmsContextMenuEntry> m_subMenu concode_f... | String function ( ) { return m_imageClass ; } |
5,445 | determines whether a geometry g interacts with this geometry by testing the geometry envelopes . concode_field_sep Geometry baseGeom concode_elem_sep List representativePts concode_field_sep boolean coveredBy concode_elem_sep boolean intersects concode_elem_sep boolean within concode_elem_sep Geometry getGeometry conco... | boolean function ( Geometry arg0 ) { if ( ! baseGeom . getEnvelopeInternal ( ) . intersects ( arg0 . getEnvelopeInternal ( ) ) ) return false ; return true ; } |
5,446 | points the iterator at the collation element associated with the character in the source string which is found at the supplied offset . after this call completes , an invocation of the #next methodwill return this collation element . if newoffset corresponds to a character which is part of asequence that maps to a sing... | void function ( int arg0 ) { this . icuIterator . setOffset ( arg0 ) ; } |
5,447 | makes a tag value given a field number and wire type . concode_field_sep int MESSAGE_SET_ITEM_TAG concode_elem_sep int MESSAGE_SET_MESSAGE_TAG concode_elem_sep int WIRETYPE_FIXED64 concode_elem_sep int MESSAGE_SET_TYPE_ID concode_elem_sep int WIRETYPE_END_GROUP concode_elem_sep int wireType concode_elem_sep int WIRETYP... | int function ( final int arg0 , final int arg1 ) { return ( arg0 << TAG_TYPE_BITS ) | arg1 ; } |
5,448 | get long preferences concode_field_sep String PREFERENCE_NAME concode_elem_sep String PASS_WORD concode_elem_sep String USER_NAME concode_field_sep int getInt concode_elem_sep int getInt concode_elem_sep boolean putFloat concode_elem_sep boolean putInt concode_elem_sep boolean putString concode_elem_sep boolean getBool... | long function ( Context arg0 , String arg1 , long arg2 ) { SharedPreferences loc0 = arg0 . getSharedPreferences ( PREFERENCE_NAME , Context . MODE_PRIVATE ) ; return loc0 . getLong ( arg1 , arg2 ) ; } |
5,449 | the creation date and time of the job flow . concode_field_sep java.util.Date startDateTime concode_elem_sep String lastStateChangeReason concode_elem_sep String state concode_elem_sep java.util.Date readyDateTime concode_elem_sep java.util.Date endDateTime concode_elem_sep java.util.Date creationDateTime concode_field... | java . util . Date function ( ) { return this . creationDateTime ; } |
5,450 | empty the cache , and close all sockets . concode_field_sep Log LOG concode_elem_sep Peer peer concode_elem_sep long expiryPeriod concode_elem_sep DatanodeID dnID concode_elem_sep long time concode_elem_sep LinkedListMultimap<Key,Value> multimap concode_elem_sep boolean isDomain concode_elem_sep Daemon daemon concode_e... | void function ( ) { for ( Value loc0 : multimap . values ( ) ) { IOUtils . cleanup ( LOG , loc0 . getPeer ( ) ) ; } multimap . clear ( ) ; } |
5,451 | sets this rendering context to be current . concode_field_sep int DEFAULT_SLEEP_LENGTH concode_elem_sep GLCanvas glCanvas concode_elem_sep Composite tabFolderPage concode_elem_sep boolean stencilSupport concode_field_sep void createControls concode_elem_sep GLCanvas getGlCanvas concode_elem_sep void init concode_elem_s... | void function ( ) { glCanvas . setCurrent ( ) ; } |
5,452 | sets the value of the location property . concode_field_sep FullyQualifiedClassType exceptionType concode_elem_sep ErrorCodeType errorCode concode_elem_sep WarPathType location concode_elem_sep java.lang.String id concode_field_sep WarPathType getLocation concode_elem_sep ErrorCodeType getErrorCode concode_elem_sep voi... | void function ( WarPathType arg0 ) { this . location = arg0 ; } |
5,453 | sets data offset concode_field_sep int header_len concode_elem_sep byte[] dir_uuid concode_elem_sep byte[] signature concode_elem_sep int currentPlace concode_elem_sep long serialVersionUID concode_elem_sep long lang_id concode_elem_sep long dir_offset concode_elem_sep int dataRemained concode_elem_sep long dir_len con... | void function ( long arg0 ) { this . data_offset = arg0 ; } |
5,454 | get submissions from the specified user . concode_field_sep Submissions submissions concode_field_sep List<Submission> search concode_elem_sep List<Submission> search concode_elem_sep List<Submission> search concode_elem_sep List<Submission> get concode_elem_sep List<Submission> ofSubreddit concode_elem_sep List<Submis... | List < Submission > function ( String arg0 , UserSubmissionsCategory arg1 , UserOverviewSort arg2 , int arg3 ) { return ofUser ( arg0 , arg1 , arg2 , arg3 , null ) ; } |
5,455 | saves the model to a file . the method save saves the complete model state to the specified xml or yaml file with the specified name or default name which depends on a particular class . data persistence functionality from cxcore is used . concode_field_sep long nativeObj concode_field_sep void load_0 concode_elem_sep ... | void function ( String arg0 , String arg1 ) { save_0 ( nativeObj , arg0 , arg1 ) ; return ; } |
5,456 | sets the will message concode_field_sep int port concode_elem_sep int connectAttemptsMax concode_elem_sep String clientId concode_elem_sep QoS willQos concode_elem_sep String userName concode_elem_sep boolean cleanSession concode_elem_sep short keepAliveInterval concode_elem_sep boolean willRetain concode_elem_sep Stri... | void function ( String arg0 ) { this . willMessage = arg0 ; } |
5,457 | find all idents which are constants , replace with expressionconstant , return result . concode_field_sep int endColumn concode_elem_sep int beginColumn concode_elem_sep int endLine concode_elem_sep Type type concode_elem_sep int beginLine concode_field_sep String getEndString concode_elem_sep ASTElement findAllVars co... | ASTElement function ( ConstantList arg0 ) { FindAllConstants loc0 = new FindAllConstants ( arg0 ) ; return ( ASTElement ) accept ( loc0 ) ; } |
5,458 | gets the street2 value for this address . concode_field_sep java.lang.String zip concode_elem_sep java.lang.String country concode_elem_sep java.lang.String address concode_elem_sep java.lang.String city concode_elem_sep org.tatrc.paws.encounter.ConceptValue addressType concode_elem_sep java.lang.Object __equalsCalc co... | java . lang . String function ( ) { return street2 ; } |
5,459 | constructs a string `` name < address > '' or `` address '' concode_field_sep String address concode_elem_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String trim concode_elem_sep void setAddress concode_elem_sep String getAddress | String function ( ) { if ( name == null ) { return address ; } else { return name + "srini_string" + address + "srini_string" ; } } |
5,460 | returns the index of the element that contains the specified position . concode_field_sep int[] sizes concode_field_sep void setSizes concode_elem_sep int getSize concode_elem_sep void insertEntries concode_elem_sep void setSize concode_elem_sep int getPosition concode_elem_sep void removeEntries concode_elem_sep int[]... | int function ( int arg0 ) { int loc0 = 0 ; int loc1 = 0 ; while ( loc0 < sizes . length && arg0 >= loc1 + sizes [ loc0 ] ) { loc1 += sizes [ loc0 ] ; loc0 ++ ; } return loc0 ; } |
5,461 | get the requested save type concode_field_sep ToolConfigBean toolConfigBean concode_elem_sep ServletRequest request concode_elem_sep String saveType concode_elem_sep String globalName concode_elem_sep RWikiSecurityService securityService concode_elem_sep String content concode_elem_sep String localSpace concode_elem_se... | String function ( ) { return saveType ; } |
5,462 | returns the line number of the beginning of the attribute definition . concode_field_sep String _name concode_elem_sep String _namespace concode_elem_sep String _value concode_elem_sep int _column concode_elem_sep int _line concode_field_sep String getValue concode_elem_sep String getName concode_elem_sep String getNam... | int function ( ) { return _line ; } |
5,463 | sets the type of the change . concode_field_sep ServiceObject serviceObject concode_elem_sep ChangeType changeType concode_elem_sep ServiceId id concode_field_sep ServiceId createId concode_elem_sep void setServiceObject concode_elem_sep void setId concode_elem_sep ServiceObject getServiceObject concode_elem_sep Servic... | void function ( ChangeType arg0 ) { this . changeType = arg0 ; } |
5,464 | tries to create a dir from the given url , using the given urltypes concode_field_sep List<UrlType> defaultUrlTypes concode_field_sep String getName concode_elem_sep Iterable<File> findFiles concode_elem_sep Iterable<File> findFiles concode_elem_sep String getFullPath concode_elem_sep void setDefaultURLTypes concode_el... | Dir function ( final URL arg0 , final UrlType ... arg1 ) { return fromURL ( arg0 , Lists . < UrlType > newArrayList ( arg1 ) ) ; } |
5,465 | discard the current lookahead character and load the next one . concode_field_sep char lookahead concode_elem_sep char EOF concode_elem_sep Reader reader concode_elem_sep int line concode_elem_sep int column concode_field_sep Token scanString concode_elem_sep Token scanInteger concode_elem_sep void skipComment concode_... | void function ( ) { } |
5,466 | draws a scaled image at the specified location x , y size w x h . concode_field_sep Image image concode_elem_sep boolean isDirty concode_elem_sep float width concode_elem_sep Graphics gfx concode_elem_sep float height concode_field_sep Canvas fillPath concode_elem_sep Canvas rotate concode_elem_sep Canvas drawPoint con... | Canvas function ( Drawable arg0 , float arg1 , float arg2 , float arg3 , float arg4 ) { arg0 . draw ( gc ( ) , arg1 , arg2 , arg3 , arg4 ) ; isDirty = true ; return this ; } |
5,467 | get access token . concode_field_sep Map<String,Object> properties concode_field_sep String getRefreshToken concode_elem_sep String getTokenType concode_elem_sep String getProperty concode_elem_sep Long getExpiresIn concode_elem_sep Map<String,Object> getAllProperties | String function ( ) { return getProperty ( "srini_string" ) ; } |
5,468 | get the axis numeric range . concode_field_sep double min concode_elem_sep double max concode_elem_sep Range range concode_elem_sep double interval concode_elem_sep List<Number> positions concode_elem_sep AxisStyle axisStyle concode_elem_sep List<String> labels concode_field_sep double getInterval concode_elem_sep Immu... | Range function ( ) { return range ; } |
5,469 | configures the properties on the given endpoint concode_field_sep Map<String,Object> propertyValues concode_elem_sep Component component concode_elem_sep String baseUri concode_field_sep ParameterConfiguration getParameterConfiguration concode_elem_sep String getUriString concode_elem_sep String createParameterJsonSche... | void function ( Endpoint arg0 ) { Map < String , Object > loc0 = getParameters ( ) ; if ( loc0 != null ) { Set < Map . Entry < String , Object >> loc1 = loc0 . entrySet ( ) ; for ( Map . Entry < String , Object > loc2 : loc1 ) { setEndpointParameter ( arg0 , loc2 . getKey ( ) , loc2 . getValue ( ) ) ; } } } |
5,470 | whether or not to allow the build to continue if there are warnings . example : ignorefailures = true concode_field_sep String toolVersion concode_elem_sep File reportsDir concode_elem_sep Collection<SourceSet> sourceSets concode_elem_sep boolean ignoreFailures concode_field_sep void setReportsDir concode_elem_sep Stri... | boolean function ( ) { return ignoreFailures ; } |
5,471 | gets dns . concode_field_sep Integer port concode_elem_sep String ip concode_elem_sep String dns concode_elem_sep Integer useip concode_elem_sep Integer hostid concode_elem_sep Integer interfaceid concode_elem_sep int value concode_field_sep Integer getPort concode_elem_sep void setHostid concode_elem_sep void setDns c... | String function ( ) { return dns ; } |
5,472 | the id of the archive . this value is also included as part of the location . returns a reference to this object so that method calls can be chained together . concode_field_sep String checksum concode_elem_sep String location concode_elem_sep String archiveId concode_field_sep String getLocation concode_elem_sep Compl... | CompleteMultipartUploadResult function ( String arg0 ) { this . archiveId = arg0 ; return this ; } |
5,473 | cleanup when the tasktracker is declared as ` lost/blacklisted ` by the jobtracker . the method assumes that the lock on the jobtracker is obtainedby the caller . concode_field_sep Log LOG concode_elem_sep JobInProgress jobForFallowMapSlot concode_elem_sep JobInProgress jobForFallowReduceSlot concode_elem_sep String tr... | void function ( ) { if ( jobForFallowMapSlot != null ) { unreserveSlots ( TaskType . MAP , jobForFallowMapSlot ) ; } if ( jobForFallowReduceSlot != null ) { unreserveSlots ( TaskType . REDUCE , jobForFallowReduceSlot ) ; } } |
5,474 | holds execution until all tasks of a given type stop running concode_field_sep NexusRestClient nexusRestClient concode_elem_sep XStream xstream concode_elem_sep Logger LOG concode_field_sep Status cancel concode_elem_sep ScheduledServicePropertyResource newProperty concode_elem_sep List<ScheduledServiceListResource> ge... | void function ( String arg0 ) { waitForAllTasksToStop ( 300 , arg0 ) ; } |
5,475 | parse the content of the given inputstream as an xml document and return a new dom document object.an illegalargumentexception is thrown if the inputstream is null . concode_field_sep boolean DEBUG concode_field_sep DOMImplementation getDOMImplementation concode_elem_sep void setEntityResolver concode_elem_sep boolean ... | Document function ( InputStream arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } InputSource loc0 = new InputSource ( arg0 ) ; return parse ( loc0 ) ; } |
5,476 | gets exception . concode_field_sep Class<? extends Throwable> exceptionType concode_elem_sep Throwable exception concode_elem_sep String requestUri concode_elem_sep String message concode_elem_sep String servletName concode_elem_sep Integer statusCode concode_field_sep Integer getStatusCode concode_elem_sep String getR... | Throwable function ( ) { return exception ; } |
5,477 | retrieves the user id for the connection . concode_field_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep void s... | String function ( ) { return user ; } |
5,478 | returns the velocity change in x. concode_field_sep double dx concode_elem_sep double dy concode_field_sep double getDy concode_elem_sep double getSpeed concode_elem_sep Point applyToPoint concode_elem_sep Velocity fromAngleAndSpeed | double function ( ) { return this . dx ; } |
5,479 | returns the current list of operating system users not permitted to run tomcat . concode_field_sep Integer minimumUmask concode_elem_sep String UMASK_FORMAT concode_elem_sep Log log concode_elem_sep StringManager sm concode_elem_sep Set<String> checkedOsUsers concode_elem_sep String UMASK_PROPERTY_NAME concode_field_se... | String function ( ) { if ( checkedOsUsers . size ( ) == 0 ) { return "srini_string" ; } StringBuilder loc0 = new StringBuilder ( ) ; Iterator < String > loc1 = checkedOsUsers . iterator ( ) ; loc0 . append ( loc1 . next ( ) ) ; while ( loc1 . hasNext ( ) ) { loc0 . append ( ',' ) ; loc0 . append ( loc1 . next ( ) ) ; }... |
5,480 | indicates whether or not the specified modifiers contain the strict modifier . concode_field_sep int FINAL concode_elem_sep int BRIDGE concode_elem_sep int PUBLIC concode_elem_sep int STRICT concode_elem_sep int PRIVATE concode_elem_sep int INTERFACE concode_elem_sep int VARARGS concode_elem_sep int TRANSIENT concode_e... | boolean function ( int arg0 ) { return ( ( arg0 & STRICT ) != 0 ) ; } |
5,481 | reset the closure for next closure computation . clear the internal cache . it includes the result it has collected since last reset . but it does not clear the excludedd list . if you want to reset the excluded list , create a new closurecompiler . concode_field_sep String resourceBundleName concode_elem_sep Logger lo... | void function ( ) { imp . reset ( ) ; } |
5,482 | disposes of any system resources or security-sensitive information the saslserver might be using . concode_field_sep String secretKeyId concode_elem_sep SecretKeyHolder secretKeyHolder concode_elem_sep Logger logger concode_elem_sep SaslServer saslServer concode_elem_sep String QOP_AUTH_CONF concode_elem_sep String QOP... | void function ( ) { if ( saslServer != null ) { try { saslServer . dispose ( ) ; } catch ( SaslException loc0 ) { } finally { saslServer = null ; } } } |
5,483 | sets the value of the updatedat property . concode_field_sep StatusNoteListType statusNotes concode_elem_sep String mode concode_elem_sep XMLGregorianCalendar createdAt concode_elem_sep XMLGregorianCalendar completedAt concode_elem_sep BigInteger progress concode_elem_sep String id concode_elem_sep String type concode_... | void function ( XMLGregorianCalendar arg0 ) { this . updatedAt = arg0 ; } |
5,484 | returns the values for all the labels required by the corresponding monitored resource descriptor see monitoredresourcedescriptor #getlabels . for example , google compute engine vm instances use the labels instance_id and zone . concode_field_sep long serialVersionUID concode_elem_sep Map<String,String> labels concode... | Map < String , String > function ( ) { return labels ; } |
5,485 | returns the number of rows matching the dynamic query . concode_field_sep ServiceTracker<MeetupsRegistrationLocalService,MeetupsRegistrationLocalService> _serviceTracker concode_field_sep com.liferay.social.networking.model.MeetupsRegistration addMeetupsRegistration concode_elem_sep java.lang.String getOSGiServiceIdent... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; } |
5,486 | returns true if the node and it 's first and second child match the specified types . missing nodes are token.null . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasChildren concode_elem_sep Reduction asReduction concode_elem_sep void addChildrenOf concode_elem_sep int getMeaningAs concode_elem_s... | boolean function ( int arg0 , int arg1 , int arg2 ) { return matches ( arg0 , arg1 ) && get ( 2 , true ) . isA ( arg2 ) ; } |
5,487 | gets the unique id of this grouping of alerts . concode_field_sep Set<AlertDefinitionEntity> alertDefinitions concode_elem_sep String groupName concode_elem_sep Long groupId concode_elem_sep Set<AlertTargetEntity> alertTargets concode_elem_sep Long clusterId concode_elem_sep String serviceName concode_elem_sep Integer ... | Long function ( ) { return groupId ; } |
5,488 | this method is used for getting the name of output . it must be unique in scope of rule . concode_field_sep String reference concode_elem_sep Object defaultValue concode_elem_sep String name concode_elem_sep String description concode_elem_sep String label concode_elem_sep String type concode_elem_sep Set<String> tags ... | String function ( ) { return name ; } |
5,489 | gets the success value for this resultrequestcampaign . concode_field_sep boolean success concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_field_sep void setSuccess concode_elem_sep org.apache.axis.description.T... | boolean function ( ) { return success ; } |
5,490 | postmultiplies this matrix with a scale matrix . postmultiplication is also used by opengl es ' gltranslate/glrotate/glscale . concode_field_sep float[] val concode_elem_sep int M11 concode_elem_sep int M21 concode_elem_sep float DEGREE_TO_RAD concode_elem_sep int M00 concode_elem_sep int M10 concode_elem_sep int M20 c... | Matrix3 function ( float arg0 , float arg1 ) { tmp [ 0 ] = arg0 ; tmp [ 1 ] = 0 ; tmp [ 2 ] = 0 ; tmp [ 3 ] = 0 ; tmp [ 4 ] = arg1 ; tmp [ 5 ] = 0 ; tmp [ 6 ] = 0 ; tmp [ 7 ] = 0 ; tmp [ 8 ] = 1 ; mul ( val , tmp ) ; return this ; } |
5,491 | adds a source code input to this module directly after other . concode_field_sep int depth concode_elem_sep String name concode_elem_sep List<JSModule> deps concode_elem_sep List<CompilerInput> inputs concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep void add concode_elem_sep List<Strin... | void function ( CompilerInput arg0 , CompilerInput arg1 ) { Preconditions . checkState ( inputs . contains ( arg1 ) ) ; inputs . add ( inputs . indexOf ( arg1 ) , arg0 ) ; arg0 . setModule ( this ) ; } |
5,492 | this method ` unreads ' a line of text from the buffer . concode_field_sep int iLocation concode_elem_sep Vector iData concode_elem_sep Logger logger concode_elem_sep boolean iEOF concode_field_sep String readLine | void function ( ) { iLocation -- ; iEOF = false ; } |
5,493 | is null or its length is 0 concode_field_sep PlaceHolder placeHolder concode_field_sep V getNext concode_elem_sep V getNext concode_elem_sep long getNext concode_elem_sep int getNext concode_elem_sep V getLast concode_elem_sep V getLast concode_elem_sep long getLast concode_elem_sep int getLast | boolean function ( V [ ] arg0 ) { return ( arg0 == null || arg0 . length == 0 ) ; } |
5,494 | creates a new style for diagam inlining concode_field_sep String INLINE_STYLE concode_elem_sep String DOMAIN_ID concode_field_sep List<Diagram> getSubDiagramHierachy concode_elem_sep BooleanValueStyle getInlineStyle concode_elem_sep void openEditor concode_elem_sep IEditorPart openEditor concode_elem_sep TransactionalE... | BooleanValueStyle function ( ) { BooleanValueStyle loc0 = NotationFactory . eINSTANCE . createBooleanValueStyle ( ) ; loc0 . setName ( INLINE_STYLE ) ; loc0 . setBooleanValue ( true ) ; return loc0 ; } |
5,495 | adds a handler to the lifecycle at the stage.normal stage and starts it if the lifecycle has already been started . concode_field_sep Stage currStage concode_elem_sep AtomicBoolean started concode_elem_sep Logger log concode_elem_sep Logger log concode_elem_sep Method stopMethod concode_elem_sep Map<Stage,CopyOnWriteAr... | void function ( Handler arg0 ) { addMaybeStartHandler ( arg0 , Stage . NORMAL ) ; } |
5,496 | reduces the size of the array to the specified size . if the array is already smaller than the specified size , no action is taken . concode_field_sep boolean ordered concode_elem_sep int size concode_elem_sep long[] items concode_field_sep void add concode_elem_sep void set concode_elem_sep void shrink concode_elem_se... | void function ( int arg0 ) { if ( size > arg0 ) size = arg0 ; } |
5,497 | mbean get-set pair for field instance get the value of instance concode_field_sep byte[] noBranchQualifier concode_elem_sep String baseGlobalId concode_elem_sep byte[] baseGlobalIdBytes concode_elem_sep boolean pad concode_elem_sep long globalIdNumber concode_field_sep void setGlobalIdNumber concode_elem_sep void setBa... | XidFactoryMBean function ( ) { return this ; } |
5,498 | this method is called when executing this sample application from the command line . concode_field_sep long last concode_elem_sep long start concode_field_sep void closingDatabase concode_elem_sep void exceptionThrown concode_elem_sep void init concode_elem_sep void test concode_elem_sep void setProgress concode_elem_s... | void function ( String ... arg0 ) { new ShowProgress ( ) . test ( ) ; } |
5,499 | returns the viewer in focus or null if no viewer has the focus concode_field_sep ListenerList fSelectionChangedListeners concode_elem_sep ListenerList fPostSelectionChangedListeners concode_elem_sep StructuredViewer fViewerInFocus concode_elem_sep StructuredViewer[] fViewers concode_field_sep void doFocusChanged concod... | StructuredViewer function ( ) { return fViewerInFocus ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.