idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
3,600 | sets the cookie handler to be used to read outgoing cookies and write incoming cookies . if unset , the cookiehandler #getdefault system-wide default cookie handler will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connect... | OkHttpClient function ( CookieHandler arg0 ) { this . cookieHandler = arg0 ; return this ; } |
3,601 | sets the value of the wildcard property . concode_field_sep String beanFactory concode_elem_sep Relationship relationshipType concode_elem_sep Class classB concode_elem_sep String dateFormat concode_elem_sep Class classA concode_elem_sep Type type concode_elem_sep Boolean wildcard concode_elem_sep List<Object> fieldOrF... | void function ( Boolean arg0 ) { this . wildcard = arg0 ; } |
3,602 | creates a new server , binding to any available ephemeral port . concode_field_sep Logger logger concode_elem_sep RpcHandler rpcHandler concode_elem_sep TransportConf conf concode_elem_sep MessageDecoder decoder concode_elem_sep MessageEncoder encoder concode_field_sep TransportConf getConf concode_elem_sep TransportCh... | TransportServer function ( List < TransportServerBootstrap > arg0 ) { return createServer ( 0 , arg0 ) ; } |
3,603 | returns current status of the participant . concode_field_sep List<String> invocations concode_elem_sep String BASE_URL_SEGMENT concode_elem_sep String INVOCATIONS_URL_SEGMENT concode_elem_sep Logger LOG concode_field_sep Response headParticipant concode_elem_sep Response resetInvocations concode_elem_sep Response term... | Response function ( ) { if ( LOG . isTraceEnabled ( ) ) { LOG . trace ( "srini_string" ) ; } invocations . add ( "srini_string" ) ; return null ; } |
3,604 | renew the lease s held by the given client concode_field_sep HashSet<Long> files concode_elem_sep HashMap<Long,Lease> leasesById concode_elem_sep String name concode_elem_sep String holder concode_elem_sep Daemon lmthread concode_elem_sep long hardLimit concode_elem_sep FSNamesystem fsnamesystem concode_elem_sep long s... | void function ( String arg0 ) { renewLease ( getLease ( arg0 ) ) ; } |
3,605 | gets the value of the creditclass property . concode_field_sep String creditClass concode_elem_sep String accountSubType concode_elem_sep XMLGregorianCalendar nextBillEnd concode_elem_sep String accountType concode_elem_sep String language concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar cur... | String function ( ) { return creditClass ; } |
3,606 | used to initialize the managed bean . concode_field_sep Log logger concode_elem_sep Effect valueChangeEffect concode_field_sep void effectChangeListener concode_elem_sep SelectItem buildSelectItem concode_elem_sep void setValueChangeEffect concode_elem_sep String convertToString concode_elem_sep SelectItem[] buildSelec... | void function ( ) { } |
3,607 | cancels the animation . unlike #end , cancel causes the animation to stop in its tracks , sending an android.animation.animator.animatorlistener #onanimationcancel animator toits listeners , followed by an android.animation.animator.animatorlistener #onanimationend animator message.this method must be called on the thr... | void function ( ) { } |
3,608 | test of getdeliverychanels method , of class spalert . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetEditAlertUrl concode_elem_sep void setUpClass concode_elem_sep void tearDownClass concode_elem_sep void testLoadFromAlert concode_elem_sep void tearDown concode_elem_sep void testGetId concode_... | void function ( ) { System . out . println ( "srini_string" ) ; SPAlert loc0 = null ; List loc1 = null ; List loc2 = loc0 . getDeliveryChanels ( ) ; assertEquals ( loc1 , loc2 ) ; fail ( "srini_string" ) ; } |
3,609 | to make the org.springframework.web.servlet.handler.beannameurlhandlermapping export a bean automatically , the name should start with a ' / ' . concode_field_sep boolean backwardsCompatible concode_elem_sep boolean allowLessParams concode_elem_sep HttpStatusCodeProvider httpStatusCodeProvider concode_elem_sep boolean ... | String function ( String arg0 ) { if ( null == arg0 || 0 == arg0 . length ( ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( '/' == arg0 . charAt ( 0 ) ) { return arg0 ; } return PATH_PREFIX . concat ( arg0 ) ; } |
3,610 | sorts courses based on course creation date in the order of latest to oldest order concode_field_sep ArrayList<SectionDetailsBundle> sections concode_elem_sep ArrayList<FeedbackSessionAttributes> feedbackSessions concode_elem_sep CourseAttributes course concode_elem_sep ArrayList<EvaluationAttributes> evaluations conco... | void function ( List < CourseSummaryBundle > arg0 ) { Collections . sort ( arg0 , new Comparator < CourseSummaryBundle > ( ) { public int compare ( CourseSummaryBundle arg1 , CourseSummaryBundle arg2 ) { return ( - 1 ) * arg1 . course . createdAt . compareTo ( arg2 . course . createdAt ) ; } } ) ; } |
3,611 | writes len characters of str , starting at character offset , to the clob value that this clob represents . concode_field_sep String data concode_field_sep java.io.Writer setCharacterStream concode_elem_sep java.io.OutputStream setAsciiStream concode_elem_sep void truncate concode_elem_sep long length concode_elem_sep ... | int function ( long arg0 , String arg1 , int arg2 , int arg3 ) { throw jdbcDriver . notSupported ; } |
3,612 | enabled property getter method . concode_field_sep Handler handler concode_elem_sep AlarmHandler component concode_elem_sep int interval concode_elem_sep boolean enabled concode_field_sep void run concode_elem_sep int Interval concode_elem_sep void Interval | boolean function ( ) { return enabled ; } |
3,613 | not activated users should be automatically deleted after 3 days . this is scheduled to get fired everyday , at 01:00 am . concode_field_sep PasswordEncoder passwordEncoder concode_elem_sep AuthorityRepository authorityRepository concode_elem_sep UserRepository userRepository concode_elem_sep Logger log concode_elem_se... | void function ( ) { ZonedDateTime loc0 = ZonedDateTime . loc0 ( ) ; List < User > loc1 = userRepository . findAllByActivatedIsFalseAndCreatedDateBefore ( loc0 . minusDays ( 3 ) ) ; for ( User loc2 : loc1 ) { log . debug ( "srini_string" , loc2 . getLogin ( ) ) ; userRepository . delete ( loc2 ) ; } } |
3,614 | select a pivot . to ensure a good pivot is select , the median element of a sample of the data is calculated . concode_field_sep Comparator<T> comp concode_elem_sep T[] temp concode_elem_sep int TEMP_SIZE concode_elem_sep T[] data concode_elem_sep int INSERTION_SORT_SIZE concode_field_sep T select concode_elem_sep int ... | T function ( int arg0 , int arg1 ) { int loc0 = ( int ) ( 6 * Math . log10 ( arg1 - arg0 ) ) ; loc0 = Math . min ( loc0 , temp . length ) ; int loc1 = ( arg1 - arg0 ) / loc0 ; for ( int loc2 = arg0 , loc3 = 0 ; loc2 < arg1 ; loc2 += loc1 , loc3 ++ ) { temp [ loc3 ] = data [ loc2 ] ; } T loc4 = select ( temp , 0 , loc0 ... |
3,615 | sets the value of the accountemailsinnerset property . concode_field_sep ArrayOfAMLCDDFatcaIndiciaDetectionServiceAccountEmailsInnerSetTupleType accountEmailsInnerSet concode_field_sep ArrayOfAMLCDDFatcaIndiciaDetectionServiceAccountEmailsInnerSetTupleType getAccountEmailsInnerSet | void function ( ArrayOfAMLCDDFatcaIndiciaDetectionServiceAccountEmailsInnerSetTupleType arg0 ) { this . accountEmailsInnerSet = arg0 ; } |
3,616 | tests an empty begin / rollback concode_field_sep String nodeName concode_elem_sep String MODULE_NAME concode_elem_sep Logger logger concode_elem_sep String APP_NAME concode_field_sep void testMandatoryTxOnSLSB concode_elem_sep void beforeTest concode_elem_sep Archive<?> createDeployment concode_elem_sep void testBatch... | void function ( ) { final UserTransaction loc0 = EJBClient . getUserTransaction ( nodeName ) ; loc0 . begin ( ) ; loc0 . rollback ( ) ; } |
3,617 | adds an authorization to be used by the client concode_field_sep Map<String,RequestInterceptor> apiAuthorizations concode_elem_sep Feign.Builder feignBuilder concode_elem_sep ObjectMapper objectMapper concode_elem_sep String basePath concode_field_sep void setApiAuthorizations concode_elem_sep String selectHeaderConten... | void function ( String arg0 , RequestInterceptor arg1 ) { if ( apiAuthorizations . containsKey ( arg0 ) ) { throw new RuntimeException ( "srini_string" = "srini_string" ) ; } apiAuthorizations . put ( arg0 , arg1 ) ; feignBuilder . requestInterceptor ( arg1 ) ; } |
3,618 | sets the stage of this dialog . concode_field_sep Stage dialogStage concode_elem_sep TextField word1 concode_elem_sep TextField word2 concode_elem_sep Button okButton concode_elem_sep MainApp mainApp concode_field_sep void setMainApp concode_elem_sep void setField concode_elem_sep void handleCancel concode_elem_sep boo... | void function ( Stage arg0 ) { this . dialogStage = arg0 ; } |
3,619 | set padding p concode_field_sep int packet_len concode_elem_sep byte[] packet concode_field_sep long getSscr concode_elem_sep void setSscr concode_elem_sep boolean hasPadding concode_elem_sep void setExtension concode_elem_sep int getSequenceNumber concode_elem_sep byte[] getPacket concode_elem_sep boolean hasMarker co... | void function ( boolean arg0 ) { if ( packet_len >= 12 ) packet [ 0 ] = setBit ( arg0 , packet [ 0 ] , 5 ) ; } |
3,620 | checks if configuration settings have been registered . concode_field_sep Logger LOGGER concode_elem_sep ConfigurationService configurationService concode_elem_sep Map<String,Properties> config concode_elem_sep boolean propsRegistered concode_elem_sep Map<String,Properties> defaultConfig concode_elem_sep boolean rawCon... | boolean function ( ) { return propsRegistered && rawConfigRegistered ; } |
3,621 | tests if some key maps into the specified value in this hashtable . this operation is more expensive than the containskey method . note that this method is identical in functionality to containsvalue , which is part of the map interface in the collections framework . concode_field_sep Entry table[] concode_elem_sep Ent... | boolean function ( Object arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( ) ; } Entry loc0 [ ] = table ; for ( int loc1 = loc0 . length ; loc1 -- > 0 ; ) { for ( Entry loc2 = loc0 [ loc1 ] ; loc2 != null ; loc2 = loc2 . next ) { if ( loc2 . arg0 . equals ( arg0 ) ) { return true ; } } } return false ; } |
3,622 | notifies all registered listeners that the annotation has changed . concode_field_sep boolean notify concode_elem_sep EventListenerList listenerList concode_field_sep boolean getNotify concode_elem_sep void removeChangeListener concode_elem_sep void writeObject concode_elem_sep void notifyListeners concode_elem_sep voi... | void function ( ) { if ( notify ) { notifyListeners ( new AnnotationChangeEvent ( this , this ) ) ; } } |
3,623 | creates and returns a new xml-document . concode_field_sep String FREECOL_PROTOCOL_VERSION concode_elem_sep String INVALID_MESSAGE concode_elem_sep Document document concode_elem_sep Logger logger concode_field_sep Document getDocument concode_elem_sep boolean hasAttribute concode_elem_sep Element createError concode_e... | Document function ( ) { try { DocumentBuilderFactory loc0 = DocumentBuilderFactory . newInstance ( ) ; DocumentBuilder loc1 = loc0 . newDocumentBuilder ( ) ; return loc1 . newDocument ( ) ; } catch ( ParserConfigurationException loc0 ) { loc0 . printStackTrace ( ) ; return null ; } } |
3,624 | returns the time of the simulation . concode_field_sep JourneyPlanner journeyPlanner concode_elem_sep IDataService dataService concode_elem_sep World world concode_elem_sep EntityManager entityManager concode_elem_sep Statistics stats concode_elem_sep TransportationRepository transportationRepository concode_elem_sep W... | Time function ( ) { return time ; } |
3,625 | called before the index get closed . concode_field_sep PlaceHolder placeHolder concode_field_sep void afterIndexCreated concode_elem_sep void beforeIndexShardClosed concode_elem_sep void beforeIndexDeleted concode_elem_sep void shardRoutingChanged concode_elem_sep void beforeIndexShardCreated concode_elem_sep void remo... | void function ( IndexService arg0 ) { } |
3,626 | defines all numeric properties by returning true . concode_field_sep Scriptable parent concode_elem_sep int dim concode_elem_sep List<Object> list concode_elem_sep Scriptable prototype concode_field_sep Scriptable getPrototype concode_elem_sep void setPrototype concode_elem_sep boolean hasInstance concode_elem_sep void... | boolean function ( int arg0 , Scriptable arg1 ) { return true ; } |
3,627 | helper method - loads a testmodel from the testmodel directory concode_field_sep String VALIDATION_TESTMODEL_DIR concode_elem_sep IModelSequencer sequencer concode_field_sep Statechart loadStatechartFromResource concode_elem_sep String getModelDirectory concode_elem_sep Statechart loadStatechart concode_elem_sep Statec... | ExecutionFlow function ( String arg0 ) { Statechart loc0 = loadStatechartFromResource ( arg0 ) ; final ExecutionFlow loc1 = sequencer . transform ( loc0 ) ; return loc1 ; } |
3,628 | gets the remote port to which this socket is connected . concode_field_sep Socket socket concode_field_sep int getLocalPort concode_elem_sep IpAddress getAddress concode_elem_sep OutputStream getOutputStream concode_elem_sep int getSoTimeout concode_elem_sep void setSoTimeout concode_elem_sep String toString concode_el... | int function ( ) { return socket . getPort ( ) ; } |
3,629 | get the fileresource by uuid . note that as all wrapped session have to be searched , this concode_field_sep Map<String,Map<String,FileResource>> wrappedMap concode_elem_sep ResourceAdapter<FileResource> resourceAdapter concode_elem_sep Map<String,FileResource> uuidMap concode_field_sep void add concode_elem_sep Map<St... | FileResource function ( String arg0 ) { return uuidMap . get ( arg0 ) ; } |
3,630 | retrieves the input stream for this instance . concode_field_sep LocalSocketImpl impl concode_elem_sep boolean implCreated concode_elem_sep boolean isBound concode_elem_sep LocalSocketAddress localAddress concode_elem_sep boolean isConnected concode_field_sep void setReceiveBufferSize concode_elem_sep boolean isInputSh... | InputStream function ( ) { implCreateIfNeeded ( ) ; return impl . getInputStream ( ) ; } |
3,631 | returns factor concode_field_sep Map<String,String> mapping concode_elem_sep String debug concode_elem_sep BigDecimal max concode_elem_sep BigDecimal replaceValue concode_elem_sep String label concode_elem_sep String typeHint concode_elem_sep Integer bit concode_elem_sep String type concode_elem_sep String script conco... | BigDecimal function ( ) { return factor ; } |
3,632 | setter for offercouponinfo concode_field_sep AddressType secondaryAddress concode_elem_sep String giftReceipt concode_elem_sep String giftMessage concode_elem_sep ReceiverInfoType receiverInfo concode_elem_sep String giftWrapName concode_elem_sep PaymentItemInfoType paymentItemInfo concode_elem_sep BasicAmountType gift... | void function ( OfferCouponInfoType arg0 ) { this . offerCouponInfo = arg0 ; } |
3,633 | gets the sequence number of this response . concode_field_sep long sequenceNumber concode_elem_sep String entityBody concode_elem_sep String viewNumber concode_elem_sep String iceFacesId concode_field_sep String getICEfacesID concode_elem_sep String getViewNumber concode_elem_sep String getEntityBody concode_elem_sep b... | long function ( ) { return sequenceNumber ; } |
3,634 | get list concode_field_sep String previous concode_elem_sep List<DocumentDTO> list concode_elem_sep String next concode_elem_sep Integer count concode_field_sep DocumentListDTO next concode_elem_sep String getPrevious concode_elem_sep String toIndentedString concode_elem_sep DocumentListDTO previous concode_elem_sep Do... | List < DocumentDTO > function ( ) { return list ; } |
3,635 | get the definemethodinconnection . concode_field_sep boolean implRaAssociation concode_elem_sep Definition def concode_elem_sep String cmClass concode_elem_sep List<MethodForConnection> methods concode_elem_sep String connMetaClass concode_elem_sep String cfInterfaceClass concode_elem_sep String cfClass concode_elem_se... | boolean function ( ) { return defineMethodInConnection ; } |
3,636 | do not call directly : called by the state manager to initialize this state post-attachment . this implementation calls initialize app and then onenable if the state is enabled . concode_field_sep Application app concode_elem_sep Logger log concode_elem_sep boolean enabled concode_elem_sep boolean initialized concode_f... | void function ( AppStateManager arg0 , Application arg1 ) { log . log ( Level . FINEST , "srini_string" , this ) ; this . app = arg1 ; initialized = true ; initialize ( arg1 ) ; if ( isEnabled ( ) ) { log . log ( Level . FINEST , "srini_string" , this ) ; onEnable ( ) ; } } |
3,637 | returns the problem used to set the g function . concode_field_sep ContinuousFunction hef9_f1 concode_elem_sep int n_t concode_elem_sep FunctionOptimisationProblem hef9_f1_problem concode_elem_sep int tau concode_elem_sep int tau_t concode_elem_sep FunctionOptimisationProblem hef9_g_problem concode_elem_sep ContinuousF... | FunctionOptimisationProblem function ( ) { return this . hef9_g_problem ; } |
3,638 | gets the value of the href property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep DQCompletenessOmissionType dqCompletenessOmission concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String... | String function ( ) { return href ; } |
3,639 | log a debug message and accompanying throwable . concode_field_sep LogChute chute concode_field_sep LogChute getLogChute concode_elem_sep void log concode_elem_sep void log concode_elem_sep boolean isWarnEnabled concode_elem_sep void error concode_elem_sep void error concode_elem_sep String formatFileString concode_ele... | void function ( Object arg0 , Throwable arg1 ) { log ( LogChute . DEBUG_ID , arg0 , arg1 ) ; } |
3,640 | append a hexadecimal string representation of the md5 digest of the given inputstream to the given stringbuilder . concode_field_sep String MD5_ALGORITHM_NAME concode_elem_sep char[] HEX_CHARS concode_field_sep char[] digestAsHexChars concode_elem_sep char[] digestAsHexChars concode_elem_sep char[] encodeHex concode_el... | StringBuilder function ( InputStream arg0 , StringBuilder arg1 ) { return appendDigestAsHex ( MD5_ALGORITHM_NAME , arg0 , arg1 ) ; } |
3,641 | returns a string representation of a lock . the returned string representation consists of the name of the class of the lock object , the at-sign character ` @ ' , and the unsigned hexadecimal representation of the identity hash code of the object . this method returns a string equals to the value of : lock.getclass . ... | String function ( ) { return className + '@' + Integer . toHexString ( identityHashCode ) ; } |
3,642 | decrease the key associated with index i to the specified value . concode_field_sep int[] pq concode_elem_sep Key[] keys concode_elem_sep IndexMaxPQ<Key> copy concode_elem_sep int N concode_elem_sep int[] qp concode_field_sep Integer next concode_elem_sep Key keyOf concode_elem_sep void sink concode_elem_sep void chang... | void function ( int arg0 , Key arg1 ) { if ( ! contains ( arg0 ) ) throw new NoSuchElementException ( "srini_string" ) ; if ( keys [ arg0 ] . compareTo ( arg1 ) <= 0 ) throw new IllegalArgumentException ( "srini_string" ) ; keys [ arg0 ] = arg1 ; sink ( qp [ arg0 ] ) ; } |
3,643 | called when confirmation is given . concode_field_sep long serialVersionUID concode_field_sep void componentEvent concode_elem_sep void rejected | void function ( ConfirmationEvent arg0 ) { } |
3,644 | sets the value of the image property . concode_field_sep String image concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep Transistions transistions concode_elem_sep Langs langs concode_elem_sep long serialVersionUID concode_elem_sep String label concode_elem_sep Integer position concode_elem_... | void function ( String arg0 ) { this . image = arg0 ; } |
3,645 | returns the total height of the logical page . concode_field_sep PageFormat format concode_elem_sep int pageCountHorizontal concode_elem_sep Rectangle2D[] pagePositions concode_elem_sep int pageCountVertical concode_field_sep int getPageCount concode_elem_sep Rectangle2D getPagePosition concode_elem_sep void writeObjec... | float function ( ) { return ( float ) ( format . getImageableHeight ( ) * pageCountVertical ) ; } |
3,646 | returns a string representation of the object . this implementation constructs that representation based on the id fields . concode_field_sep UserEntity userEntity concode_elem_sep BookmarkEntityPK bookmarkEntityPK concode_elem_sep String sdesc concode_elem_sep String uri concode_elem_sep Date updated concode_elem_sep ... | String function ( ) { return MoreObjects . toStringHelper ( this ) . add ( "srini_string" , bookmarkEntityPK ) . toString ( ) ; } |
3,647 | set the amount of idle time to keep threads created above the core size . the default is 300000 ms. concode_field_sep RejectionHandler rejectionHandler concode_elem_sep RenderThreadFactory threadFactory concode_elem_sep long keepAliveTime concode_elem_sep Log log concode_elem_sep ThreadPoolExecutor renderService concod... | void function ( long arg0 ) { this . keepAliveTime = arg0 ; resetCoreService ( ) ; } |
3,648 | get the number of reads per event . concode_field_sep double mreads concode_elem_sep int nreads concode_elem_sep File f concode_elem_sep float startt concode_elem_sep LCReader reader concode_elem_sep PoissonDistribution _poisson concode_elem_sep DistributionFactory df concode_elem_sep float dt concode_elem_sep Random r... | int function ( ) { if ( mreads > 0. ) { int loc0 = 0 ; try { loc0 = _poisson . inverseCumulativeProbability ( ran . nextDouble ( ) ) + 1 ; } catch ( Exception loc1 ) { System . out . println ( "srini_string" + loc1 . toString ( ) ) ; } return loc0 ; } else return nreads ; } |
3,649 | provides the style for the comments concode_field_sep String BINDHL concode_elem_sep String EVENTSPECHL concode_elem_sep String RULENAMEHL concode_elem_sep String ACTIONHL concode_elem_sep String COMMENTHL concode_elem_sep String CONDHL concode_elem_sep String EVENTKEYWORDHL concode_elem_sep String RULEKEYWORDHL concod... | TextStyle function ( ) { TextStyle loc0 = new TextStyle ( ) ; loc0 . setColor ( new RGB ( 63 , 127 , 95 ) ) ; return loc0 ; } |
3,650 | returns a specific property defined on this coredescriptor concode_field_sep ImmutableList<String> standardPropNames concode_elem_sep Properties originalExtraProperties concode_elem_sep String DEFAULT_EXTERNAL_PROPERTIES_FILE concode_elem_sep String CORE_ROLES concode_elem_sep Properties coreProperties concode_elem_sep... | String function ( String arg0 , String arg1 ) { return coreProperties . getProperty ( arg0 , arg1 ) ; } |
3,651 | sets the total load to distribute among the services . concode_field_sep boolean serviceLoadUpdateNeeded concode_elem_sep Logger logger concode_elem_sep double totalLoad concode_elem_sep int iterations concode_elem_sep LookupCache lookupCache concode_field_sep void triggerServiceLoadUpdate concode_elem_sep void run con... | void function ( double arg0 ) { setTotalLoad ( arg0 , 1 ) ; } |
3,652 | merges the field from another field . concode_field_sep GeneratedMessage.BuilderParent parent concode_elem_sep boolean isClean concode_elem_sep BType builder concode_elem_sep MType message concode_field_sep BType getBuilder concode_elem_sep void onChanged concode_elem_sep void markDirty concode_elem_sep MType build con... | SingleFieldBuilder < MType , BType , IType > function ( MType arg0 ) { if ( builder == null && message == message . getDefaultInstanceForType ( ) ) { message = arg0 ; } else { getBuilder ( ) . mergeFrom ( arg0 ) ; } onChanged ( ) ; return this ; } |
3,653 | create a dynamic context suitable for evaluating this expression concode_field_sep Expression expression concode_elem_sep SlotManager stackFrameMap concode_elem_sep int numberOfExternalVariables concode_elem_sep XPathEvaluator evaluator concode_field_sep void setStackFrameMap concode_elem_sep SequenceIterator rawIterat... | XPathDynamicContext function ( Item arg0 ) { XPathContextMajor loc0 = new XPathContextMajor ( arg0 , expression . getExecutable ( ) ) ; loc0 . openStackFrame ( stackFrameMap ) ; return new XPathDynamicContext ( loc0 ) ; } |
3,654 | gets the value of the title property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep MDKeywordsType mdKeywords concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep ... | String function ( ) { return title ; } |
3,655 | gets the block to which this insn instance belongs . concode_field_sep RegisterSpec result concode_elem_sep SsaBasicBlock block concode_field_sep boolean canThrow concode_elem_sep boolean isMoveException concode_elem_sep Insn toRopInsn concode_elem_sep void mapSourceRegisters concode_elem_sep void setResult concode_ele... | SsaBasicBlock function ( ) { return block ; } |
3,656 | moves this text by a given amount . concode_field_sep JLabel label concode_elem_sep double xGrow concode_elem_sep double yGrow concode_elem_sep double x concode_elem_sep double y concode_elem_sep Color color concode_field_sep int getX concode_elem_sep int getHeight concode_elem_sep int getY concode_elem_sep void grow c... | void function ( double arg0 , double arg1 ) { x += arg0 ; y += arg1 ; Canvas . getInstance ( ) . repaint ( ) ; } |
3,657 | what kind of operation to perform concode_field_sep BoxApiName apiName concode_elem_sep String userPassword concode_elem_sep String clientId concode_elem_sep boolean revokeOnShutdown concode_elem_sep Map<String,Object> httpParams concode_elem_sep IAuthSecureStorage authSecureStorage concode_elem_sep int loginTimeout co... | void function ( BoxApiName arg0 ) { this . apiName = arg0 ; } |
3,658 | requests a `` dangerous '' permission for the application at runtime . this is a helper method alternative to cordovainterface.requestpermission that does not require the project to be built with cordova-android 5.0.0 + concode_field_sep String LOG_TAG concode_field_sep boolean hasPermission concode_elem_sep void deliv... | void function ( CordovaPlugin arg0 , int arg1 , String arg2 ) { PermissionHelper . requestPermissions ( arg0 , arg1 , new String [ ] { arg2 } ) ; } |
3,659 | maps terms to their stems , serialized as a json document . the document has a single object with one property `` stems '' whose value is an object mapping terms to their stems . the maximum size of a stemming document is 500 kb . example : `` stems '' : `` people '' : `` person '' , `` walking '' : `` walk '' returns ... | StemmingOptionsStatus function ( String arg0 ) { this . options = arg0 ; return this ; } |
3,660 | set the property concode_field_sep String PROPERTY_TYPE concode_elem_sep Map<String,JsonNode> properties concode_elem_sep String PROPERTY_UUID concode_elem_sep Map<String,Class<? extends Entity>> CLASS_FOR_ENTITY_TYPE concode_field_sep String getNativeType concode_elem_sep T toType concode_elem_sep T toType concode_ele... | void function ( String arg0 , String arg1 ) { setStringProperty ( properties , arg0 , arg1 ) ; } |
3,661 | returns the command . only valid for event #end concode_field_sep String translatorName concode_elem_sep boolean source concode_elem_sep String sessionID concode_elem_sep Long sourceCommandID concode_elem_sep String transactionID concode_elem_sep String sql concode_elem_sep String principal concode_elem_sep String mode... | Integer function ( ) { return rowCount ; } |
3,662 | get the source tree from the a base url and a url string . concode_field_sep URIResolver m_uriResolver concode_elem_sep Vector m_sourceTree concode_field_sep int parseToNode concode_elem_sep void putDocumentInCache concode_elem_sep void removeDocumentFromCache concode_elem_sep Source resolveURI concode_elem_sep void re... | int function ( String arg0 , String arg1 , SourceLocator arg2 , XPathContext arg3 ) { try { Source loc0 = this . resolveURI ( arg0 , arg1 , arg2 ) ; return getSourceTree ( loc0 , arg2 , arg3 ) ; } catch ( IOException loc0 ) { throw new TransformerException ( loc0 . getMessage ( ) , arg2 , loc0 ) ; } } |
3,663 | sets deleted holdings . concode_field_sep Integer holdingsId concode_elem_sep String holdingsLastUpdatedBy concode_elem_sep String owningInstitution concode_elem_sep boolean isDeletedHoldings concode_elem_sep String summaryHoldings concode_elem_sep String docType concode_elem_sep Date holdingsLastUpdatedDate concode_el... | void function ( boolean arg0 ) { isDeletedHoldings = arg0 ; } |
3,664 | starts the rubberband selection at the given point . concode_field_sep Color borderColor concode_elem_sep mxGraphComponent graphComponent concode_elem_sep boolean enabled concode_elem_sep Rectangle bounds concode_elem_sep Color fillColor concode_elem_sep Point first concode_field_sep Object[] select concode_elem_sep vo... | void function ( Point point ) { first = point ; bounds = new Rectangle ( first ) ; } |
3,665 | sets the value of the hashvalue property . concode_field_sep HashDataType hashData concode_elem_sep String hashAlgorithm concode_elem_sep String friendlyName concode_elem_sep byte[] hashValue concode_field_sep String getHashAlgorithm concode_elem_sep HashDataType getHashData concode_elem_sep String getFriendlyName conc... | void function ( byte [ ] arg0 ) { this . hashValue = arg0 ; } |
3,666 | return a hexadecimal string representation of the md5 digest of the given bytes . concode_field_sep String MD5_ALGORITHM_NAME concode_elem_sep char[] HEX_CHARS concode_field_sep char[] digestAsHexChars concode_elem_sep char[] digestAsHexChars concode_elem_sep char[] encodeHex concode_elem_sep byte[] md5Digest concode_e... | String function ( byte [ ] arg0 ) { return digestAsHexString ( MD5_ALGORITHM_NAME , arg0 ) ; } |
3,667 | gets the default journal mode when wal is not in use . concode_field_sep Object sLock concode_elem_sep int sDefaultPageSize concode_elem_sep String TAG concode_field_sep int nativeReleaseMemory concode_elem_sep int getJournalSizeLimit concode_elem_sep String getWALSyncMode concode_elem_sep String getDefaultSyncMode con... | String function ( ) { return SystemProperties . get ( "srini_string" , Resources . getSystem ( ) . getString ( com . android . internal . R . string . db_default_journal_mode ) ) ; } |
3,668 | call this from your startactivityforresult overload . this is required to catch the case where plugins use activity.startactivityforresult + cordovainterface.setactivityresultcallback rather than cordovainterface.startactivityforresult . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_... | void function ( int arg0 ) { activityResultRequestCode = arg0 ; } |
3,669 | creates a new user object under management of this object . a set of constraints regarding user creation is imposed : if the specified name is null , then an assertion_failed exception is thrown stating that the name is null . if this object 's collection already contains an element whose name attribute equals the name... | User function ( HsqlName arg0 , String arg1 ) { if ( arg0 == null ) { throw Trace . runtimeError ( Trace . NULL_NAME , "srini_string" ) ; } User loc0 = granteeManager . addUser ( arg0 ) ; loc0 . setPassword ( arg1 ) ; boolean loc1 = userList . add ( arg0 . arg0 , loc0 ) ; if ( ! loc1 ) { throw Trace . error ( Trace . U... |
3,670 | check if user id not found concode_field_sep Logger log concode_elem_sep SecurityService securityService concode_elem_sep UserGroupService userGroupService concode_field_sep MutableUserInfo updateUserProperties concode_elem_sep boolean saveUserChanges concode_elem_sep void updateArtifactoryResponse concode_elem_sep voi... | boolean function ( String arg0 ) { return arg0 == null || arg0 . length ( ) == 0 ; } |
3,671 | the results of the simulation . concode_field_sep Boolean isTruncated concode_elem_sep com.amazonaws.internal.SdkInternalList<EvaluationResult> evaluationResults concode_elem_sep String marker concode_field_sep Boolean isTruncated concode_elem_sep void setIsTruncated concode_elem_sep void setMarker concode_elem_sep jav... | void function ( java . util . Collection < EvaluationResult > arg0 ) { if ( arg0 == null ) { this . evaluationResults = null ; return ; } this . evaluationResults = new com . amazonaws . internal . SdkInternalList < EvaluationResult > ( arg0 ) ; } |
3,672 | radius servers list . concode_field_sep ServicesManager servicesManager concode_elem_sep Map authenticationHandlersResolvers concode_elem_sep PasswordPolicyConfiguration passwordPolicyConfiguration concode_elem_sep CasConfigurationProperties casProperties concode_field_sep PrincipalFactory radiusPrincipalFactory concod... | List function ( ) { final List < JRadiusServerImpl > loc0 = new ArrayList < > ( ) ; loc0 . add ( radiusServer ( ) ) ; return loc0 ; } |
3,673 | method to execute upon client connections . delegates the request and then closes the i/o-streams when done . concode_field_sep BufferedReader reader concode_elem_sep Socket socket concode_elem_sep BufferedWriter writer concode_elem_sep Logger LOGGER concode_elem_sep Gson GSON concode_field_sep void delegateRequest con... | void function ( ) { LOGGER . info ( "srini_string" ) ; try { delegateRequest ( ) ; } catch ( IOException loc0 ) { LOGGER . severe ( loc0 . toString ( ) ) ; } finally { try { closeStreams ( ) ; } catch ( IOException loc0 ) { } ; } } |
3,674 | get the data buffer concode_field_sep Exception allocatedLocation concode_elem_sep int id_ concode_elem_sep boolean inUse_ concode_elem_sep byte[] data_ concode_elem_sep DBStoragePool pool_ concode_elem_sep int DEFAULT_SIZE concode_field_sep void returnToPool concode_elem_sep String getAllocatedLocation concode_elem_se... | byte [ ] function ( ) { return data_ ; } |
3,675 | accessor method for private field landingfrequency . concode_field_sep int timeStep concode_elem_sep double departureFrequency concode_elem_sep Scanner scan concode_elem_sep double landingFrequency concode_field_sep double getDepartureFrequency concode_elem_sep int getTimeStep concode_elem_sep void collectDepartureFreq... | double function ( ) { return landingFrequency ; } |
3,676 | we expect an ioexception , and we want the exception text to state the configuration key that controls xattr support . concode_field_sep MiniDFSCluster cluster concode_elem_sep Path PATH concode_elem_sep DistributedFileSystem fs concode_elem_sep ExpectedException exception concode_field_sep void testSetXAttr concode_el... | void function ( ) { exception . expect ( IOException . class ) ; exception . expectMessage ( DFSConfigKeys . DFS_NAMENODE_XATTRS_ENABLED_KEY ) ; } |
3,677 | returns a maximum key . concode_field_sep int[] pq concode_elem_sep Key[] keys concode_elem_sep IndexMaxPQ<Key> copy concode_elem_sep int N concode_elem_sep int[] qp concode_field_sep Integer next concode_elem_sep Key keyOf concode_elem_sep void sink concode_elem_sep void change concode_elem_sep boolean isEmpty concode... | Key function ( ) { if ( N == 0 ) throw new NoSuchElementException ( "srini_string" ) ; return keys [ pq [ 1 ] ] ; } |
3,678 | returns the hashcode for this entry . concode_field_sep boolean modifiable concode_elem_sep Object value concode_elem_sep Object key concode_field_sep Object getKey concode_elem_sep Object getValue concode_elem_sep Object setValue concode_elem_sep boolean equals | int function ( ) { return ( this . getKey ( ) == null ? 0 : this . getKey ( ) . hashCode ( ) ) ^ ( this . getValue ( ) == null ? 0 : this . getValue ( ) . hashCode ( ) ) ; } |
3,679 | returns the name of this provider . concode_field_sep int AVAILABLE concode_elem_sep int OUT_OF_SERVICE concode_elem_sep int TEMPORARILY_UNAVAILABLE concode_elem_sep String BAD_CHARS_REGEX concode_elem_sep String mName concode_elem_sep ProviderProperties mProperties concode_field_sep boolean requiresSatellite concode_e... | String function ( ) { return mName ; } |
3,680 | get client concode_field_sep String client concode_field_sep String toIndentedString concode_elem_sep void setClient concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Client client concode_elem_sep String toString | String function ( ) { return client ; } |
3,681 | tokenizes the string conversion of this expression using the given regular expression concode_field_sep boolean not concode_elem_sep Expression expression concode_field_sep ValueBuilder prepend concode_elem_sep ValueBuilder onNewValueBuilder concode_elem_sep ValueBuilder tokenize concode_elem_sep ValueBuilder tokenize ... | ValueBuilder function ( String arg0 ) { Expression loc0 = ExpressionBuilder . regexTokenizeExpression ( expression , arg0 ) ; return onNewValueBuilder ( loc0 ) ; } |
3,682 | the key , or name , for the resource tag . returns a reference to this object so that method calls can be chained together . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep Tag withValue concode_elem_sep int hashCode concode_el... | Tag function ( String arg0 ) { this . key = arg0 ; return this ; } |
3,683 | reset all the internal variables of the class to their original values concode_field_sep SWORDEntry entry concode_elem_sep Bitstream bitstream concode_elem_sep Deposit deposit concode_elem_sep SWORDService swordService concode_elem_sep DepositResult result concode_elem_sep Item item concode_field_sep void addContentEle... | void function ( ) { this . entry = new SWORDEntry ( ) ; this . item = null ; this . bitstream = null ; this . result = null ; this . deposit = null ; } |
3,684 | takes #isoktousesession webrequest into account when retrieving session attributes . if it 's not ok , thiswill return null concode_field_sep String OK_TO_USE_SESSION concode_field_sep boolean isOKtoUseSession concode_elem_sep boolean setSessionAttributeIfOk concode_elem_sep String getURLorHeaderParameter concode_elem_... | Object function ( WebRequest arg0 , String arg1 ) { if ( isOKtoUseSession ( arg0 ) ) { return arg0 . getAttribute ( arg1 , WebRequest . SCOPE_GLOBAL_SESSION ) ; } return null ; } |
3,685 | gets isbn . concode_field_sep Integer bibId concode_elem_sep String lccn concode_elem_sep String owningInstitution concode_elem_sep String issn concode_elem_sep String root concode_elem_sep String isbn concode_elem_sep String materialType concode_elem_sep String oclc concode_elem_sep String owningInstBibId concode_elem... | String function ( ) { return isbn ; } |
3,686 | test of incrtime method , of class rajawali . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetID concode_elem_sep void testGetKekuatan concode_elem_sep void testGetChar concode_elem_sep void testGetPosisi | void function ( ) { System . out . println ( "srini_string" ) ; int loc0 = 10 ; Rajawali loc1 = new Rajawali ( loc0 ) ; loc1 . incrTime ( ) ; } |
3,687 | gets the name value for this creativeset . concode_field_sep long[] companionCreativeIds concode_elem_sep com.google.api.ads.dfp.axis.v201408.DateTime lastModifiedDateTime concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.... | java . lang . String function ( ) { return name ; } |
3,688 | get token end column number . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep int bufcolumn[] concode_elem_sep int bufline[] ... | int function ( ) { return bufcolumn [ bufpos ] ; } |
3,689 | murmur3 32-bit variant . concode_field_sep int DEFAULT_SEED concode_elem_sep int M concode_elem_sep int C2_32 concode_elem_sep int R1 concode_elem_sep int R3 concode_elem_sep int C1_32 concode_elem_sep int N2 concode_elem_sep long NULL_HASHCODE concode_elem_sep int N_32 concode_elem_sep long C1 concode_elem_sep long C2... | int function ( byte [ ] arg0 ) { return hash32 ( arg0 , arg0 . length , DEFAULT_SEED ) ; } |
3,690 | getter for identifier concode_field_sep String identifier concode_elem_sep Long id concode_elem_sep String title concode_field_sep String getTitle concode_elem_sep void setIdentifier concode_elem_sep void setId concode_elem_sep void setTitle concode_elem_sep Long getId | String function ( ) { return this . identifier ; } |
3,691 | sets the value of the domains property . concode_field_sep WsDiagnostics diagonostics concode_elem_sep WsEntries entries concode_elem_sep Integer hitCount concode_elem_sep WsTopTerms topTerms concode_elem_sep WsDomains domains concode_elem_sep WsSuggestions suggestions concode_elem_sep WsFacets facets concode_field_sep... | void function ( WsDomains arg0 ) { this . domains = arg0 ; } |
3,692 | gets the value of the deposit property . concode_field_sep TerminationFee terminationFee concode_elem_sep Deposit deposit concode_elem_sep String etfContractType concode_elem_sep long serialVersionUID concode_elem_sep String msisdn concode_elem_sep ProductTypeEnum productType concode_field_sep String getEtfContractType... | Deposit function ( ) { return deposit ; } |
3,693 | returns true if the supplied object is an instance of listenerdata and has the same listener , filterand passback object . concode_field_sep NotificationFilter filter concode_elem_sep Object passback concode_elem_sep NotificationListener listener concode_field_sep NotificationFilter getFilter concode_elem_sep Object ge... | boolean function ( Object arg0 ) { if ( arg0 instanceof ListenerData ) { ListenerData loc0 = ( ListenerData ) arg0 ; return ( loc0 . getListener ( ) == listener && loc0 . getFilter ( ) == filter && loc0 . getPassback ( ) == passback ) ; } return false ; } |
3,694 | this implementation is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep void configureDefaultServletHandling concode_elem_sep void addResourceHandlers concode_elem_sep void addFormatters concode_elem_sep void addViewControllers concode_elem_sep void addArgumentResolvers concode_elem_sep void addRetur... | void function ( InterceptorRegistry arg0 ) { } |
3,695 | test after properties set . concode_field_sep NegotiateSecurityFilter filter concode_elem_sep ApplicationContext ctx concode_field_sep void testFilter concode_elem_sep void testProvider concode_elem_sep void testNoChallengeGET concode_elem_sep void testNegotiate concode_elem_sep void setUp concode_elem_sep void testGue... | void function ( ) { this . filter . setProvider ( null ) ; this . filter . afterPropertiesSet ( ) ; } |
3,696 | publishes a remove event for the entry to all of the interested listeners . this method does not register the synchronous listener 's future with #awaitsynchronous . concode_field_sep Executor exectuor concode_elem_sep ThreadLocal<List<CompletableFuture<Void>>> pending concode_elem_sep Logger logger concode_elem_sep Ma... | void function ( Cache < K , V > arg0 , K arg1 , V arg2 ) { publish ( arg0 , EventType . REMOVED , arg1 , null , arg2 , true ) ; } |
3,697 | update value or create new record . to reload call load - not updated concode_field_sep PO po concode_field_sep byte[] getPdfAttachment concode_elem_sep int compare concode_elem_sep void set_CustomColumn concode_elem_sep int getUpdatedBy concode_elem_sep boolean isActive concode_elem_sep boolean delete concode_elem_sep... | boolean function ( ) { return po . save ( ) ; } |
3,698 | register to receive notification of repository creation and disposal concode_field_sep List<ISVNListener> repositoryListeners concode_field_sep void createRemoteFolder concode_elem_sep void removeRepositoryListener concode_elem_sep void deleteRemoteResources concode_elem_sep void repositoryAdded concode_elem_sep void r... | void function ( ISVNListener arg0 ) { repositoryListeners . add ( arg0 ) ; } |
3,699 | returns the hash code for this distribution point name . concode_field_sep byte TAG_FULL_NAME concode_elem_sep byte TAG_RELATIVE_NAME concode_elem_sep GeneralNames fullName concode_elem_sep int hashCode concode_elem_sep RDN relativeName concode_field_sep void encode concode_elem_sep RDN getRelativeName concode_elem_sep... | int function ( ) { int loc0 = hashCode ; if ( loc0 == 0 ) { loc0 = 1 ; if ( fullName != null ) { loc0 += fullName . hashCode ( ) ; } else { loc0 += relativeName . hashCode ( ) ; } hashCode = loc0 ; } return loc0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.