idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
14,600 | returns the last publish date of this w s r p consumer portlet . concode_field_sep WSRPConsumerPortlet _wsrpConsumerPortlet concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void... | Date function ( ) { return _wsrpConsumerPortlet . getLastPublishDate ( ) ; } |
14,601 | performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _entryLocalService . arg0 ( arg0 , arg1 , arg2 ) ; } |
14,602 | shutdown passed thread using isalive and join . concode_field_sep PrintThreadInfoHelper HELPER concode_elem_sep UncaughtExceptionHandler LOGGING_EXCEPTION_HANDLER concode_elem_sep AtomicInteger poolNumber concode_elem_sep Log LOG concode_field_sep Thread setDaemonThreadRunning concode_elem_sep Thread setDaemonThreadRun... | void function ( final Thread arg0 , final long arg1 ) { if ( arg0 == null ) return ; while ( arg0 . isAlive ( ) ) { try { arg0 . join ( arg1 ) ; } catch ( InterruptedException loc0 ) { LOG . warn ( arg0 . getName ( ) + "srini_string" + arg1 , loc0 ) ; } } } |
14,603 | gets whether or not this message has been rendered concode_field_sep boolean rendered concode_elem_sep int level concode_elem_sep String WARNING_CSS_CLASS_KEY concode_elem_sep int INFO concode_elem_sep Component reporter concode_elem_sep long serialVersionUID concode_elem_sep String FATAL_CSS_CLASS_KEY concode_elem_sep... | boolean function ( ) { return rendered ; } |
14,604 | returns all the definitions . concode_field_sep DefinitionPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<Definition> findWithDynamicQuery concode_elem_sep List<Definition> findWithDynamicQuery concode_elem_sep List<Defini... | java . util . List < com . liferay . ams . model . Definition > function ( ) { return getPersistence ( ) . findAll ( ) ; } |
14,605 | sets the create date of this event . concode_field_sep Event _event concode_field_sep long getLocationId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setG... | void function ( java . util . Date arg0 ) { _event . setCreateDate ( arg0 ) ; } |
14,606 | return first match of specified value concode_field_sep String[] args concode_elem_sep List<Runnable> initThreadHooks concode_elem_sep boolean hard concode_elem_sep Logger log concode_elem_sep List<Runnable> shutdownHooks concode_field_sep void setHardAssert concode_elem_sep void initThread concode_elem_sep void init c... | ClarionNumber function ( String arg0 , ClarionString arg1 [ ] ) { ClarionString loc0 = new ClarionString ( arg0 ) ; for ( int loc1 = 0 ; loc1 < arg1 . length ; loc1 ++ ) { if ( loc0 . equals ( arg1 [ loc1 ] ) ) return new ClarionNumber ( loc1 + 1 ) ; } return new ClarionNumber ( 0 ) ; } |
14,607 | call motionevent #getaction , returning only the pointer index portion concode_field_sep int ACTION_MASK concode_elem_sep int ACTION_HOVER_ENTER concode_elem_sep MotionEventVersionImpl IMPL concode_elem_sep int ACTION_POINTER_INDEX_SHIFT concode_elem_sep int ACTION_POINTER_INDEX_MASK concode_elem_sep int ACTION_HOVER_E... | int function ( MotionEvent arg0 ) { return ( arg0 . getAction ( ) & ACTION_POINTER_INDEX_MASK ) >> ACTION_POINTER_INDEX_SHIFT ; } |
14,608 | the type of sns message that triggers aws config to run an evaluation . for evaluations that are initiated when aws config delivers a configuration item change notification , you must use configurationitemchangenotification . for evaluations that are initiated when aws config delivers a configuration snapshot , you mus... | SourceDetail function ( MessageType arg0 ) { setMessageType ( arg0 ) ; return this ; } |
14,609 | creates a mutable arraylist . concode_field_sep PlaceHolder placeHolder concode_field_sep List<T> emptyList | ArrayList < T > function ( ) { return new ArrayList < > ( ) ; } |
14,610 | locates the preamble in the given buffer . concode_field_sep byte[] PREAMBLE concode_elem_sep byte[] POSTAMBLE concode_elem_sep String PREAMBLE_STR concode_elem_sep long serialVersionUID concode_elem_sep String POSTAMBLE_STR concode_field_sep ConsoleAnnotationDescriptor getDescriptor concode_elem_sep String encode conc... | int function ( byte [ ] arg0 , int arg1 , int arg2 ) { int loc0 = arg1 + arg2 - PREAMBLE . length + 1 ; OUTER : for ( int loc1 = arg1 ; loc1 < loc0 ; loc1 ++ ) { if ( arg0 [ loc1 ] == PREAMBLE [ 0 ] ) { for ( int loc2 = 1 ; loc2 < PREAMBLE . length ; loc2 ++ ) { if ( arg0 [ loc1 + loc2 ] != PREAMBLE [ loc2 ] ) continue... |
14,611 | set behavior for getstring method when a referred-to system property is not set . set to one of refcapablepropertyresourcebundle.throw _ behavior refcapablepropertyresourcebundle.emptystring _ behavior refcapablepropertyresourcebundle.noop _ behavior the first value is the default . concode_field_sep boolean validated ... | void function ( int arg0 ) { this . missingPropertyBehavior = arg0 ; } |
14,612 | the prefix of the log . concode_field_sep String prefix concode_elem_sep Logger logger concode_elem_sep String FQCN concode_field_sep String getName concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep Logger getLogger concode_elem_sep boolean isWarnEnabled concode_elem_sep void error concode_elem_s... | String function ( ) { return this . prefix ; } |
14,613 | returns layer width in tiles . concode_field_sep int ROTATE_180 concode_elem_sep int ROTATE_90 concode_elem_sep int MIRROR_HORIZONTAL concode_elem_sep Properties properties concode_elem_sep int ROTATE_270 concode_elem_sep String name concode_elem_sep Map myMap concode_elem_sep Rectangle bounds concode_elem_sep int MIRR... | int function ( ) { return bounds . width ; } |
14,614 | creates a unique hash code for this reference object . concode_field_sep int objf concode_elem_sep int genf concode_field_sep int getGenerationNumber concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int getObjectNumber | int function ( ) { return objf * 1000 + genf ; } |
14,615 | given a block of rrule , exrule , rdate , and exdate content lines , parse them into a single local date iterator . concode_field_sep RecurrenceIterator it concode_field_sep LocalDate next concode_elem_sep LocalDate dateValueToLocalDate concode_elem_sep LocalDateIterator iterator concode_elem_sep void advanceTo concode... | LocalDateIterator function ( String arg0 , LocalDate arg1 , DateTimeZone arg2 , boolean arg3 ) { return new RecurrenceIteratorWrapper ( RecurrenceIteratorFactory . createRecurrenceIterator ( arg0 , localDateToDateValue ( arg1 ) , TimeZoneConverter . toTimeZone ( arg2 ) , arg3 ) ) ; } |
14,616 | displays the items stored in the queue . concode_field_sep Node rear concode_elem_sep Node front concode_field_sep boolean isEmpty concode_elem_sep void insert concode_elem_sep boolean isFull concode_elem_sep void frontDisplay concode_elem_sep void rearDisplay concode_elem_sep State remove concode_elem_sep State remove | void function ( ) { Node loc0 = front ; while ( loc0 != null ) { System . out . println ( loc0 . toString ( ) ) ; loc0 = loc0 . getNext ( ) ; } } |
14,617 | log an error to the log4j logger with fatal priority . concode_field_sep String name concode_elem_sep long serialVersionUID concode_elem_sep Logger logger concode_elem_sep boolean IS12 concode_elem_sep String FQCN concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep void t... | void function ( Object arg0 , Throwable arg1 ) { if ( IS12 ) { getLogger ( ) . log ( FQCN , ( Priority ) Level . FATAL , arg0 , arg1 ) ; } else { getLogger ( ) . log ( FQCN , Level . FATAL , arg0 , arg1 ) ; } } |
14,618 | get metadata for current event concode_field_sep AndesMessageMetadata metadata concode_elem_sep Map<Integer,AndesMessagePart> messagePartCache concode_elem_sep LocalSubscription localSubscription concode_elem_sep boolean errorOccurred concode_elem_sep AndesContent andesContent concode_field_sep void addMessagePart conc... | AndesMessageMetadata function ( ) { return metadata ; } |
14,619 | internal printer for new line concode_field_sep boolean debug concode_elem_sep int progressDots concode_elem_sep boolean printedEstimatedTime concode_elem_sep long progressStart concode_elem_sep int doingLevel concode_elem_sep int MAXDOTS concode_elem_sep long timer concode_elem_sep boolean cursorAtPos1 concode_elem_se... | void function ( ) { if ( cursorAtPos1 ) return ; try { out . write ( "srini_string" ) ; out . flush ( ) ; } catch ( IOException loc0 ) { } cursorAtPos1 = true ; } |
14,620 | this method is executed when the layer finish measurement . use this method to set member values inside of the transformer so that they do not need to be calculated on every iteration of the animation ; concode_field_sep PlaceHolder placeHolder concode_field_sep void transform concode_elem_sep void internalTransform | void function ( View arg0 , int arg1 ) { } |
14,621 | this class is only used internally so this method should never be called . concode_field_sep SerializationHandler _handler concode_elem_sep String XMLNS_PREFIX concode_elem_sep String EMPTYSTRING concode_elem_sep String xmlEncoding concode_elem_sep String xmlVersion concode_elem_sep Node _dom concode_field_sep void set... | String function ( ) { return null ; } |
14,622 | sac : implements descendantselector #getsimpleselector . concode_field_sep Selector ancestorSelector concode_elem_sep SimpleSelector simpleSelector concode_field_sep Selector getAncestorSelector | SimpleSelector function ( ) { return simpleSelector ; } |
14,623 | sets the primary key of this w s r p consumer portlet . concode_field_sep WSRPConsumerPortlet _wsrpConsumerPortlet concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpan... | void function ( long arg0 ) { _wsrpConsumerPortlet . setPrimaryKey ( arg0 ) ; } |
14,624 | get how many items in total . concode_field_sep int pageCount concode_elem_sep int pageIndex concode_elem_sep int pageSize concode_elem_sep int totalCount concode_elem_sep List<T> rows concode_elem_sep int DEFAULT_PAGE_SIZE concode_field_sep void setTotalCount concode_elem_sep int getPageSize concode_elem_sep boolean g... | int function ( ) { return totalCount ; } |
14,625 | returns true if this connection is idle . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep Socket socket concode_elem_sep byte[] SPDY3 ... | boolean function ( ) { return spdyConnection == null || spdyConnection . isIdle ( ) ; } |
14,626 | increments received messages counter . concode_field_sep long lastAck concode_elem_sep IgniteBiTuple<Long,IgniteInClosure<Boolean>> handshakeReq concode_elem_sep boolean nodeLeft concode_elem_sep IgniteLogger log concode_elem_sep int reserveCnt concode_elem_sep long acked concode_elem_sep boolean connected concode_elem... | long function ( ) { rcvCnt ++ ; return rcvCnt ; } |
14,627 | sets up the mock before a test runs . concode_field_sep S3UnderFileSystem mMockS3UnderFileSystem concode_field_sep void getParentKeyTest concode_elem_sep void stripFolderSuffixIfPresentTest concode_elem_sep void stripPrefixIfPresentTest concode_elem_sep void getChildNameTest concode_elem_sep void convertToFolderNameTes... | void function ( ) { mMockS3UnderFileSystem = PowerMockito . mock ( S3UnderFileSystem . class ) ; Whitebox . setInternalState ( mMockS3UnderFileSystem , "srini_string" , "srini_string" ) ; Whitebox . setInternalState ( mMockS3UnderFileSystem , "srini_string" , "srini_string" ) ; } |
14,628 | inicia o processo de reserva de um filme . concode_field_sep FiltroFilme filtro concode_elem_sep FiltroMidiasAlugadas filtroMidiasAlugadas concode_elem_sep FilmeService filmeService concode_elem_sep Date dataReserva concode_elem_sep List<MidiaAlugadaDTO> midiasAlugadas concode_elem_sep List<Filme> filmes concode_elem_s... | void function ( Filme arg0 , String arg1 ) { Exemplar loc0 = arg0 . getExemplares ( ) . stream ( ) . filter ( e -> e . getTipoMidia ( ) . equals ( arg1 ) && e . getStatus ( ) . equals ( StatusExemplar . DISPONIVEL ) ) . findFirst ( ) . orElse ( null ) ; reserva . setFilme ( arg0 ) ; reserva . setExemplar ( loc0 ) ; } |
14,629 | gets the dynamic time through the getcomputedtime method in the timezonebean . concode_field_sep TimeZoneBean parent concode_elem_sep boolean useDaylightTime concode_elem_sep String id concode_elem_sep String dislayName concode_elem_sep boolean inDaylightTime concode_field_sep String getUseDaylightTime concode_elem_sep... | String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; return parent . getComputedTime ( loc0 ) ; } |
14,630 | add a new entry to the tail of the queue . if the buffer is full , do nothing . this must only be called from the java ui thread . concode_field_sep DisplayPortMetrics[] mMetrics concode_elem_sep long[] mTimestamps concode_elem_sep String LOGTAG concode_elem_sep int mTail concode_elem_sep int BUFFER_SIZE concode_elem_s... | boolean function ( DisplayPortMetrics arg0 ) { if ( mHead == mTail ) { return false ; } mMetrics [ mTail ] = arg0 ; mTimestamps [ mTail ] = SystemClock . uptimeMillis ( ) ; mTail = ( mTail + 1 ) % BUFFER_SIZE ; return true ; } |
14,631 | encodes the given string into a sequence of bytes using the us-ascii charset , storing the result into a new byte array . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] getBytesUtf16 concode_elem_sep byte[] getBytesUtf16Le concode_elem_sep String newStringUsAscii concode_elem_sep String newStringUtf... | byte [ ] function ( String arg0 ) { return StringUtils . getBytesUnchecked ( arg0 , CharEncoding . US_ASCII ) ; } |
14,632 | collects the necessary imports for an element represented by the specified ast node . concode_field_sep PlaceHolder placeHolder concode_field_sep void addImports concode_elem_sep void addImports | void function ( final IJavaScriptProject arg0 , final ASTNode arg1 , final Collection arg2 , final Collection arg3 , final boolean arg4 ) { collectImports ( arg0 , arg1 , arg2 , arg3 , null , arg4 ) ; } |
14,633 | look up a name in the module if it is declared as global , otherwise look it up locally . concode_field_sep State parent concode_elem_sep Set<State> looked concode_elem_sep StateType stateType concode_elem_sep List<State> supers concode_elem_sep Set<String> globalNames concode_elem_sep String path concode_elem_sep Map<... | Set < Binding > function ( String arg0 ) { Set < Binding > loc0 = getModuleBindingIfGlobal ( arg0 ) ; if ( loc0 != null ) { return loc0 ; } else { return lookupLocal ( arg0 ) ; } } |
14,634 | generates iframe markup with the specified source as the url to the iframe content . modifies the source path by prepending the context path . concode_field_sep String IFRAME_SUFFIX concode_elem_sep String IFRAME_PREFIX concode_elem_sep String SOURCE_CODE_ULR concode_field_sep String generateSourceCodeIFrame concode_el... | String function ( String arg0 ) { return generateIFrame ( getContextPathStatic ( ) + arg0 ) ; } |
14,635 | returns the authentication policy state object for the provided user using the current time as the basis for all time-based state logic such as expiring passwords . the default implementation is to call #createauthenticationpolicystate entry , long with the currenttime . concode_field_sep DebugTracer TRACER concode_fie... | AuthenticationPolicyState function ( Entry arg0 ) { return createAuthenticationPolicyState ( arg0 , TimeThread . getTime ( ) ) ; } |
14,636 | returns the response . concode_field_sep HttpServletRequest request concode_elem_sep HttpServletResponse response concode_elem_sep DatabaseInfo databaseInfo concode_field_sep HttpServletRequest getRequest concode_elem_sep DatabaseInfo getDatabaseInfo | HttpServletResponse function ( ) { return response ; } |
14,637 | determines an appropriate directory name for holding generated ssl files for a test . the directory returned will have the same name as the provided directory , but with the suffix '' - ssl '' appended . this new directory is not created here , but is expected to be created as needed . concode_field_sep TestName testNa... | File function ( File arg0 ) { assertTrue ( arg0 . exists ( ) && arg0 . isDirectory ( ) ) ; return new File ( arg0 . getParentFile ( ) , arg0 . getName ( ) + "srini_string" ) ; } |
14,638 | returns whether the groovy classes are present or not , i.e. whether the classes are in the classpath or not concode_field_sep Object m_ClassLoader concode_elem_sep String CLASS_GROOVYCLASSLOADER concode_elem_sep long serialVersionUID concode_elem_sep boolean m_Present concode_field_sep Object getClassLoader concode_el... | boolean function ( ) { return m_Present ; } |
14,639 | get custom serializer concode_field_sep java.lang.Long labelId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.dfp.axis.v201403.FrequencyCap frequencyCap concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep void setFr... | org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } |
14,640 | sets the value of the specified field , as a constant . the schema is examined to determine the field 's type . if integer , then the record file 's setint method is called ; otherwise , the setstring method is called . concode_field_sep RecordFile rf concode_elem_sep Schema sch concode_field_sep boolean next concode_e... | void function ( String arg0 , Constant arg1 ) { if ( sch . type ( arg0 ) == INTEGER ) rf . setInt ( arg0 , ( Integer ) arg1 . asJavaVal ( ) ) ; else rf . setString ( arg0 , ( String ) arg1 . asJavaVal ( ) ) ; } |
14,641 | sets the status value for this customtargetingkey . concode_field_sep java.lang.String displayName concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id concode_elem_sep com.google.api.ads.dfp.axis.v201411.CustomT... | void function ( com . google . api . ads . dfp . axis . v201411 . CustomTargetingKeyStatus arg0 ) { this . status = arg0 ; } |
14,642 | get the modifiers concode_field_sep int theCount concode_elem_sep Spell spell concode_elem_sep PCClass theClass concode_elem_sep String bookName concode_elem_sep List<CDOMSingleRef<Ability>> theModifierList concode_field_sep PCClass getPCClass concode_elem_sep Spell getSpell concode_elem_sep String getBookName concode_... | List < CDOMSingleRef < Ability >> function ( ) { List < CDOMSingleRef < Ability >> loc0 = theModifierList ; if ( loc0 == null ) { loc0 = new ArrayList < CDOMSingleRef < Ability >> ( ) ; } return Collections . unmodifiableList ( loc0 ) ; } |
14,643 | returns the length of this search match . concode_field_sep int rule concode_elem_sep int offset concode_elem_sep IResource resource concode_elem_sep int length concode_elem_sep int accuracy concode_elem_sep int ALL_GENERIC_FLAVORS concode_elem_sep SearchParticipant participant concode_elem_sep int A_ACCURATE concode_e... | int function ( ) { return this . length ; } |
14,644 | returns the deployment test.war from the test resources . concode_field_sep MojoRule rule concode_elem_sep String DEPLOYMENT_NAME concode_elem_sep String BASE_CONFIG_DIR concode_field_sep void before concode_elem_sep void setValue concode_elem_sep void setValue concode_elem_sep void setValue concode_elem_sep void after... | File function ( ) { return new File ( BASE_CONFIG_DIR , DEPLOYMENT_NAME ) ; } |
14,645 | returns the id . concode_field_sep X theX concode_elem_sep String x concode_elem_sep Long id concode_field_sep String getX concode_elem_sep void setX concode_elem_sep X getTheX concode_elem_sep void setId concode_elem_sep void setTheX | Long function ( ) { return id ; } |
14,646 | decorates the supplied node by delegating to the beandefinitiondecorator thatis registered to handle that node . concode_field_sep Map<String,BeanDefinitionDecorator> attributeDecorators concode_elem_sep Map<String,BeanDefinitionDecorator> decorators concode_elem_sep Map<String,BeanDefinitionParser> parsers concode_fie... | BeanDefinitionHolder function ( Node arg0 , BeanDefinitionHolder arg1 , ParserContext arg2 ) { return findDecoratorForNode ( arg0 , arg2 ) . decorate ( arg0 , arg1 , arg2 ) ; } |
14,647 | get the smallest value greater than the one stored in a node x. concode_field_sep Node right concode_elem_sep Node root concode_elem_sep int size concode_elem_sep T key concode_elem_sep Node parent concode_elem_sep boolean allowSameElementMultipleTimes concode_elem_sep Node left concode_field_sep void add concode_elem_... | Node function ( Node arg0 ) { if ( arg0 . right != null ) { return minimum ( arg0 . right ) ; } Node loc0 = arg0 . parent ; while ( loc0 != null && arg0 . equals ( loc0 . right ) ) { arg0 = loc0 ; loc0 = loc0 . parent ; } return loc0 ; } |
14,648 | execute a periodic task , such as reloading , etc. . this method will be invoked inside the classloading context of this container . unexpected throwables will be caught and logged . concode_field_sep String info concode_elem_sep Log containerLog concode_elem_sep ObjectName controller concode_elem_sep Log log concode_e... | void function ( ) { } |
14,649 | sets the have payload flag . concode_field_sep java.util.Vector rmaps concode_elem_sep boolean havePayload concode_field_sep void addRmap concode_elem_sep java.util.Vector getRmaps concode_elem_sep Object clone concode_elem_sep boolean getHavePayload concode_elem_sep String toString concode_elem_sep Rmap getLast concod... | void function ( boolean arg0 ) { havePayload = arg0 ; } |
14,650 | error log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d co... | void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , String . format ( arg1 , arg2 ) ) ; } |
14,651 | sets the lognode data will be sent to . . concode_field_sep LogNode mNext concode_field_sep void println concode_elem_sep LogNode getNext | void function ( LogNode arg0 ) { mNext = arg0 ; } |
14,652 | returns the size of substring that does not contain ane trailing spaces concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep String[] split concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep String getList concode... | int function ( String arg0 ) { int loc0 = arg0 . length ( ) ; while ( loc0 > 0 ) { loc0 -- ; if ( arg0 . charAt ( loc0 ) != ' ' ) { return loc0 + 1 ; } } return 0 ; } |
14,653 | reset the index as empty . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep boolean modified concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void resetTables concode_el... | void function ( ) { int loc0 = linkTable . length ; int [ ] loc1 = linkTable ; while ( -- loc0 >= 0 ) { loc1 [ loc0 ] = 0 ; } resetTables ( ) ; } |
14,654 | init and returns whether init completes synchronously . concode_field_sep ConditionVariable mWaitResetComplete concode_elem_sep ConditionVariable mWaitInitCalled concode_elem_sep ConditionVariable mWaitInitComplete concode_elem_sep ConditionVariable mWaitCheckInit concode_elem_sep String mData concode_elem_sep long mTe... | boolean function ( ) { mData = "srini_string" ; nativeInit ( mTestUploadDataStreamHandler ) ; mWaitInitCalled . block ( ) ; mWaitInitCalled . close ( ) ; return mInitCompletedSynchronously ; } |
14,655 | returns the ratelimit when throttlesettings is called . concode_field_sep Integer burstLimit concode_elem_sep Double rateLimit concode_field_sep void setRateLimit concode_elem_sep Double getRateLimit concode_elem_sep void setBurstLimit concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Integ... | ThrottleSettings function ( Double arg0 ) { setRateLimit ( arg0 ) ; return this ; } |
14,656 | setter for dependency injection frameworks that require property methods . this method is the same as calling #registerconverter contenttypeconverter for each converter in the given list of additionalconverters . concode_field_sep List<ContentTypeConverter<?,?>> converters concode_elem_sep Logger logger concode_field_s... | void function ( List < ContentTypeConverter > arg0 ) { arg0 . forEach ( this :: registerConverter ) ; } |
14,657 | receive notification of a parser warning . the default implementation does nothing . application writers may override this method in a subclass to take specific actions for each warning , such as inserting the message in a log file or printing it to the console . concode_field_sep PlaceHolder placeHolder concode_field_... | void function ( SAXParseException arg0 ) { } |
14,658 | determines if the specified message matches this messageselector 's expression . concode_field_sep Expression expression concode_field_sep Expression getExpression concode_elem_sep String toString | boolean function ( final Message arg0 ) { return expression . evaluate ( arg0 ) ; } |
14,659 | utility method for setting the dialog message . concode_field_sep boolean wholeWord concode_elem_sep int totalHitCount concode_elem_sep SwingController controller concode_elem_sep SearchPanel searchPanel concode_elem_sep int lengthOfTask concode_elem_sep boolean caseSensitive concode_elem_sep String dialogMessage conco... | void function ( ) { Object [ ] loc0 = { String . valueOf ( ( current + 1 ) ) , ( current + 1 ) , totalHitCount } ; dialogMessage = searchCompletionMessageForm . format ( loc0 ) ; } |
14,660 | test the setshort method concode_field_sep BitField bf_single concode_elem_sep BitField bf_zero concode_elem_sep BitField bf_multi concode_field_sep void testClear concode_elem_sep void testGetRawValue concode_elem_sep void testSet concode_elem_sep void testByte concode_elem_sep void testSetShortBoolean concode_elem_se... | void function ( ) { assertEquals ( bf_multi . setShort ( ( short ) 0 ) , ( short ) 0x3F80 ) ; assertEquals ( bf_single . setShort ( ( short ) 0 ) , ( short ) 0x4000 ) ; assertEquals ( bf_zero . setShort ( ( short ) 0 ) , ( short ) 0 ) ; } |
14,661 | creates a slimmed down transport that is more efficient so that it can be used by composite transports like reliable and ha . concode_field_sep String THREAD_NAME_FILTER concode_elem_sep FactoryFinder TRANSPORT_FACTORY_FINDER concode_elem_sep String WRITE_TIMEOUT_FILTER concode_elem_sep FactoryFinder WIREFORMAT_FACTORY... | Transport function ( URI arg0 , Executor arg1 ) { TransportFactory loc0 = findTransportFactory ( arg0 ) ; return loc0 . doCompositeConnect ( arg0 , arg1 ) ; } |
14,662 | sets the value of the returnval property . concode_field_sep DiagnosticManagerLogHeader returnval concode_field_sep DiagnosticManagerLogHeader getReturnval | void function ( DiagnosticManagerLogHeader arg0 ) { this . returnval = arg0 ; } |
14,663 | sets the target compression format and quality for images written to the disk cache . concode_field_sep int cacheByteSize concode_elem_sep int maxCacheItemSize concode_elem_sep String TAG concode_elem_sep CompressFormat mCompressFormat concode_elem_sep FilenameFilter cacheFileFilter concode_elem_sep int mCompressQualit... | void function ( CompressFormat arg0 , int arg1 ) { mCompressFormat = arg0 ; mCompressQuality = arg1 ; } |
14,664 | gets the value of the jar 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 jar property . for example , to add a new item , do as follows... | List < Jar > function ( ) { if ( jar == null ) { jar = new ArrayList < Jar > ( ) ; } return this . jar ; } |
14,665 | read each element one at a time by calling the subclass implementation of readelement . logs an error if the element was not recognized . concode_field_sep PlaceHolder placeHolder concode_field_sep void logMissingAttribute concode_elem_sep String getClassValue concode_elem_sep String getPluginId concode_elem_sep ILog g... | void function ( IConfigurationElement [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { if ( ! readElement ( arg0 [ loc0 ] ) ) { logUnknownElement ( arg0 [ loc0 ] ) ; } } } |
14,666 | move cannibals from the side where is the boat to the other side . concode_field_sep int cannibalsRight concode_elem_sep int boatSide concode_elem_sep int missionariesLeft concode_elem_sep int missionariesRight concode_elem_sep int LEFT concode_elem_sep int totalMoves concode_elem_sep int RIGHT concode_elem_sep int can... | void function ( int arg0 ) { } |
14,667 | query to see if an option has been set . concode_field_sep Map hashcodeMap concode_elem_sep Map options concode_elem_sep List args concode_elem_sep Option[] optionsArray concode_field_sep void addArg concode_elem_sep Iterator iterator concode_elem_sep void addOption concode_elem_sep String getOptionValue concode_elem_s... | boolean function ( String arg0 ) { return options . containsKey ( arg0 ) ; } |
14,668 | set the default ntlmauthenticator . once the default authenticator is set it can not be changed . calling this metho again will have no effect . concode_field_sep NtlmAuthenticator auth concode_elem_sep SmbAuthException sae concode_elem_sep String url concode_field_sep String getRequestingURL concode_elem_sep SmbAuthEx... | void function ( NtlmAuthenticator arg0 ) { if ( auth != null ) { return ; } auth = arg0 ; } |
14,669 | returns the prime modulus of this parameter specification . concode_field_sep BigInteger p concode_elem_sep BigInteger g concode_elem_sep int l concode_field_sep BigInteger getG concode_elem_sep int getL | BigInteger function ( ) { return p ; } |
14,670 | get the scope note . concode_field_sep MetadataSchema metadataSchema concode_elem_sep String qualifier concode_elem_sep Integer id concode_elem_sep String element concode_elem_sep String scopeNote concode_field_sep String getElement concode_elem_sep int hashCode concode_elem_sep void setQualifier concode_elem_sep boole... | String function ( ) { return scopeNote ; } |
14,671 | adds line coverage concode_field_sep Map<Integer,LineCoverage> lineCoverage concode_elem_sep Map<String,ClassCoverage> classCoverage concode_elem_sep String fileName concode_field_sep ILineCoverage[] getLineCoverage concode_elem_sep LineCoverage getLineCoverage concode_elem_sep void setFileName concode_elem_sep IClassC... | void function ( final LineCoverage arg0 ) { this . lineCoverage . put ( arg0 . getLineNumber ( ) , arg0 ) ; } |
14,672 | get the job launch time concode_field_sep JobInfoChange datum concode_field_sep EventType getEventType concode_elem_sep Object getDatum concode_elem_sep JobID getJobId concode_elem_sep void setDatum concode_elem_sep long getSubmitTime | long function ( ) { return datum . getLaunchTime ( ) ; } |
14,673 | sets the value of the id property . concode_field_sep String repoType concode_elem_sep String effectiveLocalStorageUrl concode_elem_sep String proxyUrl concode_elem_sep String id concode_elem_sep BigInteger numArtifacts concode_elem_sep BigInteger sizeOnDisk concode_field_sep BigInteger getSizeOnDisk concode_elem_sep v... | void function ( String arg0 ) { this . id = arg0 ; } |
14,674 | if node is root . concode_field_sep RBNode parent concode_elem_sep RBNode left concode_elem_sep boolean isRed concode_elem_sep RBNode right concode_elem_sep Integer value concode_field_sep void insertNode3 concode_elem_sep void insertNode4 concode_elem_sep void insertNode5 concode_elem_sep void rotate_right concode_ele... | void function ( RBNode arg0 ) { if ( arg0 . parent == null ) { arg0 . isRed = false ; } else { insertNode2 ( arg0 ) ; } } |
14,675 | sets the uncertainty to buffer . concode_field_sep ChannelInfo channelInfo concode_elem_sep boolean isTimestampIncluded concode_elem_sep boolean isUncertaintyIncluded concode_elem_sep int dataType concode_elem_sep boolean[] validities concode_elem_sep boolean isValidityIncluded concode_elem_sep Object[] objectValues co... | void function ( int arg0 , float arg1 ) { if ( isUncertaintyIncluded ) { uncertainties [ arg0 ] = arg1 ; } } |
14,676 | addincludecontext . concode_field_sep int UNKNOWN concode_elem_sep int endColumn concode_elem_sep Level level concode_elem_sep int line concode_elem_sep int startColumn concode_elem_sep Deque<IncludeInfo> includeContext concode_elem_sep String message concode_field_sep Deque<IncludeInfo> getIncludeContext concode_elem_... | void function ( Deque < IncludeInfo > arg0 ) { this . includeContext . addAll ( arg0 ) ; } |
14,677 | checks whether the first given type is equal to or an ancestor of the second type within its base type hierarchy . concode_field_sep PlaceHolder placeHolder concode_field_sep Type computeCommonType concode_elem_sep PrimitiveType getBaseType | boolean function ( PrimitiveType arg0 , PrimitiveType arg1 ) { PrimitiveType loc0 = arg1 ; while ( loc0 != null ) { if ( EcoreUtil . equals ( arg0 , loc0 ) ) { return true ; } loc0 = arg1 . getBaseType ( ) ; } return false ; } |
14,678 | determines whether two objects are identical . if the objects implement deduplicable , the deduplication method is used to compare the objects . otherwise , object.equals is used . concode_field_sep int hash concode_elem_sep int coefficient concode_field_sep void add concode_elem_sep void add concode_elem_sep void add ... | boolean function ( Object arg0 , Object arg1 ) { if ( arg0 instanceof Deduplicable && arg1 instanceof Deduplicable ) { return ( ( Deduplicable ) arg0 ) . isIdentical ( arg1 ) ; } return equals ( arg0 , arg1 ) ; } |
14,679 | looks up a single value in the given attribute collection using the given key . if the key is not contained in the attributes , this method returns the default value specified as parameter . concode_field_sep String productId concode_elem_sep String releaseBuildNumber concode_elem_sep String releaseMajor concode_elem_s... | String function ( final Attributes arg0 , final String arg1 , final String arg2 ) { final String loc0 = arg0 . getValue ( arg1 ) ; if ( loc0 == null ) { return arg2 ; } return loc0 . trim ( ) ; } |
14,680 | returns the array of regression coeffients . concode_field_sep String summary concode_elem_sep double[] coefT concode_elem_sep double[] coefs concode_elem_sep double[] coefP concode_elem_sep double[] coefSE concode_elem_sep boolean zeroIntercept concode_elem_sep double rSquare concode_elem_sep String[] varNames concode... | double [ ] function ( ) { return coefs ; } |
14,681 | returns the onload handler for this page . concode_field_sep ReportPage parent concode_elem_sep ReportOutputFolder folder concode_elem_sep IHTMLReportContext context concode_field_sep void head concode_elem_sep String getLink concode_elem_sep void infoLinks concode_elem_sep void breadcrumb concode_elem_sep void footer ... | String function ( ) { return null ; } |
14,682 | sets the number of concurrent requests allowed to be executed . a value of 0 means that only a single request will be allowed to be executed . a value of 1 means 1 concurrent request is allowed to be executed while accumulating new bulk requests . defaults to 1 . concode_field_sep BulkRequestHandler bulkRequestHandler ... | Builder function ( int arg0 ) { this . concurrentRequests = arg0 ; return this ; } |
14,683 | get the test type of the step , i.e. nodetype_xxx value . concode_field_sep ObjectVector m_tokenQueue concode_elem_sep int MAXTOKENQUEUESIZE concode_elem_sep String m_currentPattern concode_elem_sep OpMapVector m_opMap concode_elem_sep int MAPINDEX_LENGTH concode_elem_sep int BLOCKTOKENQUEUESIZE concode_field_sep int g... | int function ( int arg0 ) { return m_opMap . elementAt ( arg0 + 3 ) ; } |
14,684 | gets the svn url . concode_field_sep String repoId concode_elem_sep String checkoutDirectory concode_elem_sep Map<String,ResourceFile> files concode_elem_sep String svnUrl concode_elem_sep int id concode_elem_sep AtomicInteger COUNTER concode_elem_sep String localBasePath concode_elem_sep DashboardConfiguration config ... | String function ( ) { return svnUrl ; } |
14,685 | gets the status value for this getselectvalueresult . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer totalRecords concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Integer totalPages concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.... | com . netsuite . webservices . platform . core_2014_2 . StatusDetail [ ] function ( ) { return status ; } |
14,686 | sets the value of the cardtype property . concode_field_sep String jpayId concode_elem_sep String entryIndicator concode_elem_sep String cardNum concode_elem_sep String amount concode_elem_sep String cardType concode_elem_sep long serialVersionUID concode_elem_sep String cardAuthNum concode_field_sep String getCardNum ... | void function ( String arg0 ) { this . cardType = arg0 ; } |
14,687 | gets the value of the filterstatement property . concode_field_sep Statement filterStatement concode_field_sep void setFilterStatement | Statement function ( ) { return filterStatement ; } |
14,688 | get the type of the em device concode_field_sep PlaceHolder placeHolder concode_field_sep int parseCounter concode_elem_sep int getIntFromChars concode_elem_sep String parseAddress concode_elem_sep int parseCumulatedValue concode_elem_sep int parsePeakValue concode_elem_sep int parseCurrentValue | EMType function ( String arg0 ) { String loc0 = arg0 . substring ( 1 , 3 ) ; return EMType . getFromTypeValue ( loc0 ) ; } |
14,689 | check if the result is empty for sure . concode_field_sep Cursor cursor concode_elem_sep SearchRow intersects concode_elem_sep Session session concode_elem_sep boolean alwaysFalse concode_elem_sep SearchRow start concode_elem_sep Index index concode_elem_sep HashSet<Value> inResultTested concode_elem_sep TableFilter ta... | boolean function ( ) { return alwaysFalse ; } |
14,690 | creates a new asset with the primary key . does not add the asset to the database . concode_field_sep AssetLocalService _assetLocalService concode_field_sep com.liferay.ams.model.Asset addAsset concode_elem_sep com.liferay.ams.model.Asset fetchAsset concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_ele... | com . liferay . ams . model . Asset function ( long arg0 ) { return _assetLocalService . createAsset ( arg0 ) ; } |
14,691 | adds a validator which the parameter 's value s will be checkedagainst . concode_field_sep EditorView view concode_elem_sep List<Validator> validators concode_field_sep List<String> getValue concode_elem_sep void setEnabled concode_elem_sep void displayValidation concode_elem_sep void setView concode_elem_sep EditorVie... | void function ( Validator arg0 ) { validators . add ( arg0 ) ; } |
14,692 | returns a string representation of the version concode_field_sep PlaceHolder placeHolder concode_field_sep String getAdapterName concode_elem_sep String[] getInteractionSpecsSupported concode_elem_sep boolean supportsLocalTransactionDemarcation concode_elem_sep boolean supportsExecuteWithInputAndOutputRecord concode_el... | String function ( ) { return null ; } |
14,693 | clears the override value for an experiment . concode_field_sep String OVERRIDE_PREFIX concode_elem_sep String switchBoardSettings concode_elem_sep String CONFIG_JSON concode_field_sep String getDynamicConfigJson concode_elem_sep Boolean getOverrideValue concode_elem_sep void setDynamicConfigJson concode_elem_sep void ... | void function ( Context arg0 , String arg1 ) { final SharedPreferences . Editor loc0 = arg0 . getApplicationContext ( ) . getSharedPreferences ( switchBoardSettings , Context . MODE_PRIVATE ) . edit ( ) ; loc0 . remove ( OVERRIDE_PREFIX + arg1 ) ; loc0 . apply ( ) ; } |
14,694 | checks that argument is not null or empty string . concode_field_sep PlaceHolder placeHolder concode_field_sep Collection<E> checkCollectionArg concode_elem_sep E[] checkArrayArg concode_elem_sep E[] checkArrayArg | String function ( String arg0 ) { if ( arg0 == null ) { throw new TsNullArgumentRtException ( ) ; } if ( arg0 . length ( ) == 0 ) { throw new TsIllegalArgumentRtException ( ) ; } return arg0 ; } |
14,695 | left-multiplies this vector by the given matrix concode_field_sep long serialVersionUID concode_elem_sep float x concode_elem_sep float y concode_elem_sep Vector2 Zero concode_elem_sep Vector2 X concode_elem_sep Vector2 Y concode_field_sep Vector2 sub concode_elem_sep Vector2 sub concode_elem_sep Vector2 rotate concode... | Vector2 function ( Matrix3 arg0 ) { float loc0 = this . x * arg0 . val [ 0 ] + this . y * arg0 . val [ 3 ] + arg0 . val [ 6 ] ; float loc1 = this . x * arg0 . val [ 1 ] + this . y * arg0 . val [ 4 ] + arg0 . val [ 7 ] ; this . x = loc0 ; this . y = loc1 ; return this ; } |
14,696 | we duplicate some strings in the array and distinct operator detect those and skip it . shall print hello reactive world concode_field_sep PlaceHolder placeHolder concode_field_sep void testDistinctUntilChanged concode_elem_sep void testDistinctFunc concode_elem_sep void testDistinct | void function ( ) { String loc0 = "srini_string" ; String loc1 = "srini_string" ; String loc2 = "srini_string" ; List < String > loc3 = Arrays . asList ( loc0 , loc0 , loc1 , loc1 , loc2 , loc2 ) ; Observable . from ( loc3 ) . distinct ( ) . subscribe ( System . out :: println ) ; } |
14,697 | sets the value of the quoteamount property . concode_field_sep String quoteExpirationDate concode_elem_sep String serialNumber concode_elem_sep String quoteAmount concode_elem_sep String deviceMake concode_elem_sep String deviceModel concode_elem_sep long serialVersionUID concode_elem_sep String rmaNumber concode_elem_... | void function ( String arg0 ) { this . quoteAmount = arg0 ; } |
14,698 | set the command in the cell of the given character to the given integer . concode_field_sep TreeMap<Character,Cell> cells concode_elem_sep int uniformCnt concode_elem_sep int uniformSkip concode_field_sep int getCellsVal concode_elem_sep void print concode_elem_sep void setRef concode_elem_sep Cell at concode_elem_sep ... | void function ( Character arg0 , int arg1 ) { Cell loc0 = at ( arg0 ) ; if ( loc0 == null ) { loc0 = new Cell ( ) ; loc0 . arg1 = arg1 ; cells . put ( arg0 , loc0 ) ; } else { loc0 . arg1 = arg1 ; } loc0 . cnt = ( arg1 >= 0 ) ? 1 : 0 ; } |
14,699 | create an instance of symmclash concode_field_sep PlaceHolder placeHolder concode_field_sep BondOutlier createBondOutlier concode_elem_sep WwPDBValidationInformation createWwPDBValidationInformation concode_elem_sep MogBondOutlier createMogBondOutlier concode_elem_sep Entry createEntry concode_elem_sep ModelledSubgroup... | SymmClash function ( ) { return new SymmClash ( ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.