idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
7,600 | returns current player state concode_field_sep long currentSeekPositionMcsec concode_elem_sep long totalPlayTimeMcsec concode_elem_sep Object seekSync concode_elem_sep SeekThread seekThread concode_elem_sep SourceDataLine currentDataLine concode_elem_sep PlayerEventListener listener concode_elem_sep long currentBuffere... | PlayerState function ( ) { return state ; } |
7,601 | returns the result of service programming for this category concode_field_sep Parcelable.Creator<CdmaSmsCbProgramResults> CREATOR concode_elem_sep int RESULT_INVALID_ALERT_OPTION concode_elem_sep int RESULT_UNSPECIFIED_FAILURE concode_elem_sep int mCategory concode_elem_sep int RESULT_INVALID_CATEGORY_NAME concode_elem... | int function ( ) { return mCategoryResult ; } |
7,602 | gets the usersubject instance capturing the information about the end user concode_field_sep List<String> approvedScope concode_elem_sep List<String> requestedScope concode_elem_sep List<String> audiences concode_elem_sep String responseType concode_elem_sep UserSubject subject concode_elem_sep Map<String,String> extra... | UserSubject function ( ) { return subject ; } |
7,603 | service interface implementation . concode_field_sep ServiceStatus serviceStatus concode_elem_sep UUID pluginId concode_elem_sep EventManager eventManager concode_elem_sep PluginFileSystem pluginFileSystem concode_elem_sep List<FermatEventListener> listenersAdded concode_field_sep void resume concode_elem_sep void setE... | void function ( ) { FermatEventListener loc0 ; FermatEventHandler loc1 ; this . serviceStatus = ServiceStatus . STARTED ; } |
7,604 | getter method for property registeraddress . concode_field_sep String registerAddress concode_elem_sep CountDownLatch latch concode_elem_sep Integer timeout concode_elem_sep Logger logger concode_field_sep void setTimeout concode_elem_sep void setRegisterAddress concode_elem_sep void createNode concode_elem_sep int get... | String function ( ) { return registerAddress ; } |
7,605 | enable/disable whether service is started automatically . noop for us . concode_field_sep int status concode_elem_sep String name concode_elem_sep RadiogramConnection rcvConn concode_elem_sep Vector[] registeredHandlers concode_elem_sep Thread thread concode_field_sep boolean resume concode_elem_sep void registerHandle... | void function ( boolean arg0 ) { } |
7,606 | computes the euclidean distance between this pose and other pose . concode_field_sep double[] mapSize concode_elem_sep double x concode_elem_sep double y concode_field_sep double getX concode_elem_sep void setY concode_elem_sep double getY concode_elem_sep void setX concode_elem_sep double[] poseToArray concode_elem_se... | double function ( Pose arg0 ) { return Math . sqrt ( Math . pow ( ( this . x - arg0 . getX ( ) ) , 2 ) + Math . pow ( ( this . y - arg0 . getY ( ) ) , 2 ) ) ; } |
7,607 | returns true if this connection has been idle for longer than keepalivedurationns . 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 So... | boolean function ( long arg0 ) { return getIdleStartTimeNs ( ) < System . nanoTime ( ) - arg0 ; } |
7,608 | sets the value of the totalcoresused property . concode_field_sep Integer totalInstancesUsed concode_elem_sep Integer maxTotalInstances concode_elem_sep Integer maxTotalRAMSize concode_elem_sep JAXBElement<String> isapLongMessage concode_elem_sep JAXBElement<String> isapMessage concode_elem_sep Integer maxTotalFloating... | void function ( Integer arg0 ) { this . totalCoresUsed = arg0 ; } |
7,609 | returns current local date . concode_field_sep DateTimeSource sourceInstance concode_field_sep DateTime now concode_elem_sep DateTimeZone timeZone concode_elem_sep void setSourceInstance | LocalDate function ( ) { return sourceInstance . today ( ) ; } |
7,610 | adds an integer property to a map only if the value is non-null , otherwise the key/value pair will not be added at all . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONB... | JSONBuilder function ( String arg0 , Integer arg1 ) { if ( arg1 == null ) { return this ; } return entry ( arg0 , arg1 . intValue ( ) ) ; } |
7,611 | ensures this big array is at least the specified length . if the array is smaller , segments are added until the array is larger then the specified length . concode_field_sep long SIZE_OF_SEGMENT concode_elem_sep long[][] array concode_elem_sep long initialValue concode_elem_sep int capacity concode_elem_sep int segmen... | void function ( long arg0 ) { if ( capacity > arg0 ) { return ; } grow ( arg0 ) ; } |
7,612 | gets the total number of pes for all machines . concode_field_sep PlaceHolder placeHolder concode_field_sep T getById concode_elem_sep T getHostWithFreePe concode_elem_sep T getHostWithFreePe concode_elem_sep boolean setPeStatus concode_elem_sep int getNumberOfBusyPes concode_elem_sep int getNumberOfFreePes | int function ( List < T > arg0 ) { int loc0 = 0 ; for ( T loc1 : arg0 ) { loc0 += loc1 . getPeList ( ) . size ( ) ; } return loc0 ; } |
7,613 | add all elements items from the specified classloaderfiles to thisinstance . concode_field_sep Map<String,SourceFolder> sourceFolders concode_elem_sep Map<String,ClassLoaderFile> files concode_elem_sep String name concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep Set<Entry<String,ClassL... | void function ( ClassLoaderFiles arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; for ( SourceFolder loc0 : arg0 . getSourceFolders ( ) ) { for ( Map . Entry < String , ClassLoaderFile > loc1 : loc0 . getFilesEntrySet ( ) ) { addFile ( loc0 . getName ( ) , loc1 . getKey ( ) , loc1 . getValue ( ) ) ; } } } |
7,614 | the end time concode_field_sep Object startKey concode_elem_sep boolean flushOnEveryOperation concode_elem_sep String dataStoreClass concode_elem_sep Configuration hadoopConfiguration concode_elem_sep String keyClass concode_elem_sep long timeRangeFrom concode_elem_sep Object endKey concode_elem_sep long timeRangeTo co... | void function ( long arg0 ) { this . endTime = arg0 ; } |
7,615 | this method pushes an element `` stack frame '' but with no initialization of values in that frame . this method is used for optimization purposes , like when pushing a stack frame for an html `` img '' tag which has no children and the stack frame will almost immediately be popped . concode_field_sep String m_elementL... | ElemContext function ( ) { ElemContext loc0 = this . m_next ; if ( loc0 == null ) { loc0 = new ElemContext ( this ) ; this . m_next = loc0 ; } loc0 . m_startTagOpen = true ; return loc0 ; } |
7,616 | tell the transactionmanager to suspend any ongoing transaction . concode_field_sep InfinispanRegionFactory factory concode_elem_sep AdvancedCache cache concode_elem_sep AdvancedCache localAndSkipLoadCache concode_elem_sep InfinispanMessageLogger log concode_elem_sep String name concode_elem_sep TransactionManager tm co... | Transaction function ( ) { Transaction loc0 = null ; try { if ( tm != null ) { loc0 = tm . suspend ( ) ; } } catch ( SystemException loc1 ) { throw log . cannotSuspendTx ( loc1 ) ; } return loc0 ; } |
7,617 | get custom serializer concode_field_sep java.lang.String code concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.description.TypeDesc getType... | 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 ) ; } |
7,618 | prepare directory for a failure : replace the given directory on the local filesystem with a regular file with the same name . this would cause failure of creation of directory in diskchecker.checkdir with the same name . concode_field_sep int numLogDirs concode_elem_sep long DISK_HEALTH_CHECK_INTERVAL concode_elem_sep... | void function ( String arg0 ) { File loc0 = new File ( arg0 ) ; FileUtil . fullyDelete ( loc0 ) ; loc0 . createNewFile ( ) ; LOG . info ( "srini_string" + arg0 + "srini_string" ) ; } |
7,619 | determine a fallback order for the case that the aspect instance does not express an instance-specific order through implementing the org.springframework.core.ordered interface.the default implementation simply returns ordered.lowest _ precedence . concode_field_sep Object aspectInstance concode_field_sep int getOrder ... | int function ( Class < ? > arg0 ) { return Ordered . LOWEST_PRECEDENCE ; } |
7,620 | sets the number of executor threads per member for the executor . concode_field_sep boolean statisticsEnabled concode_elem_sep int DEFAULT_QUEUE_CAPACITY concode_elem_sep ExecutorConfigReadOnly readOnly concode_elem_sep String name concode_elem_sep int queueCapacity concode_elem_sep int DEFAULT_POOL_SIZE concode_elem_s... | ExecutorConfig function ( final int arg0 ) { if ( arg0 <= 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . poolSize = arg0 ; return this ; } |
7,621 | expert : set the maximum number of simultaneous merges allowed . concode_field_sep int maxThreadCount concode_elem_sep String MAX_MERGE_COUNT concode_elem_sep int maxMergeCount concode_elem_sep String MAX_THREAD_COUNT concode_elem_sep String AUTO_THROTTLE concode_elem_sep String NOTIFY_ON_MERGE_FAILURE concode_elem_sep... | void function ( int arg0 ) { this . maxMergeCount = arg0 ; } |
7,622 | creates a status for newly-created data that must be replicated concode_field_sep Value CLOSED_STATUS_VALUE concode_elem_sep Status.Builder CREATED_STATUS_BUILDER concode_elem_sep Status CLOSED_STATUS concode_elem_sep Value INF_END_REPLICATION_STATUS_VALUE concode_elem_sep Status INF_END_REPLICATION_STATUS concode_fiel... | Status function ( long arg0 ) { return ingestedUntil ( Status . newBuilder ( ) , arg0 ) ; } |
7,623 | gets the value of the any 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 any property . for example , to add a new item , do as follows... | List < Object > function ( ) { if ( any == null ) { any = new ArrayList < Object > ( ) ; } return this . any ; } |
7,624 | creates a new instance backed by the given server . concode_field_sep RatpackServer server concode_field_sep void stop concode_elem_sep void addDefaultImpositions concode_elem_sep RatpackServer createServer concode_elem_sep URI getAddress concode_elem_sep Impositions createImpositions concode_elem_sep void addImpositio... | ServerBackedApplicationUnderTest function ( RatpackServer arg0 ) { return of ( Factory . constant ( arg0 ) ) ; } |
7,625 | 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 getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; } |
7,626 | sets the value of the fix property . concode_field_sep double magvar concode_elem_sep int dgpsid concode_elem_sep double lat concode_elem_sep String src concode_elem_sep String sym concode_elem_sep List<LinkType> link concode_elem_sep double hdop concode_elem_sep String cmt concode_elem_sep String type concode_elem_sep... | void function ( String arg0 ) { this . fix = arg0 ; } |
7,627 | method declaration concode_field_sep String ls concode_elem_sep Vector vList concode_elem_sep int MAX_LINELENGTH concode_elem_sep Vector vSwitches concode_elem_sep Vector vSwitchOn concode_elem_sep Vector vSwitchOff concode_field_sep boolean processFile concode_elem_sep void writeFileLines concode_elem_sep void process... | void function ( ) { System . out . println ( "srini_string" ) ; for ( int loc0 = 0 ; loc0 < vSwitches . size ( ) ; loc0 ++ ) { System . out . println ( ( String ) ( vSwitches . elementAt ( loc0 ) ) ) ; } } |
7,628 | create an instance of xmlpolicy concode_field_sep PlaceHolder placeHolder concode_field_sep XmlSignatureScopes createXmlSignatureScopes concode_elem_sep XmlTrustedServiceProviderType createXmlTrustedServiceProviderType concode_elem_sep XmlSignatureProductionPlace createXmlSignatureProductionPlace concode_elem_sep XmlCo... | XmlPolicy function ( ) { return new XmlPolicy ( ) ; } |
7,629 | returns the number of rolled wal files . concode_field_sep Log LOG concode_elem_sep T wal concode_elem_sep String META_WAL_PROVIDER_ID concode_elem_sep Configuration conf concode_elem_sep String providerId concode_elem_sep String WAL_FILE_NAME_DELIMITER concode_elem_sep String SPLITTING_EXT concode_elem_sep List<WALAct... | int function ( WAL arg0 ) { return ( ( AbstractFSWAL < ? > ) arg0 ) . getNumRolledLogFiles ( ) ; } |
7,630 | returns a string representation of this pixel translation . concode_field_sep PixelOrientation orientation concode_elem_sep long serialVersionUID concode_elem_sep double dx concode_elem_sep double dy concode_elem_sep MathTransform[] translations concode_elem_sep Map<PixelOrientation,PixelTranslation> ORIENTATIONS conco... | String function ( ) { return String . valueOf ( orientation ) + '[' + dx + "srini_string" + dy + ']' ; } |
7,631 | removes all scopes with root nodes from a given script file . concode_field_sep ScopeCreator delegate concode_elem_sep Map<Node,Scope> scopes concode_field_sep Iterable<Var> getAllSymbols concode_elem_sep Iterable<Var> getReferences concode_elem_sep boolean hasBlockScope concode_elem_sep Scope getScopeIfMemoized concod... | void function ( String arg0 ) { for ( Node loc0 : ImmutableSet . copyOf ( scopes . keySet ( ) ) ) { if ( arg0 . equals ( loc0 . getSourceFileName ( ) ) ) { scopes . remove ( loc0 ) ; } } } |
7,632 | returns true iff the given sentence is in this set of sentences . concode_field_sep Map<SentenceForm,AddibleFunctionInfo> functionInfoMap concode_elem_sep SetMultimap<SentenceForm,GdlSentence> sentences concode_field_sep void putAll concode_elem_sep GdlSentenceSet create concode_elem_sep GdlSentenceSet create concode_e... | boolean function ( SentenceForm arg0 , GdlSentence arg1 ) { return sentences . containsEntry ( arg0 , arg1 ) ; } |
7,633 | returns list of application summaries for this space concode_field_sep List<SpaceApplicationSummary> applications concode_elem_sep List<SpaceServiceSummary> services concode_elem_sep String name concode_elem_sep String id concode_field_sep GetSpaceSummaryResponse withServices concode_elem_sep String getName concode_ele... | List < SpaceApplicationSummary > function ( ) { return applications ; } |
7,634 | set the duration of the effect in seconds concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep float delay... | void function ( float arg0 ) { this . duration = arg0 ; ea . add ( "srini_string" , arg0 ) ; } |
7,635 | returns a new movie in that all tracks have the timescale 10000000 . cts & dts are modified in a way that even with more than one framerate the fragments exactly begin at the same time . concode_field_sep Logger LOG concode_elem_sep ManifestWriter manifestWriter concode_elem_sep boolean debugOutput concode_elem_sep Fil... | Movie function ( Movie arg0 ) { Movie loc0 = new Movie ( ) ; for ( Track loc1 : arg0 . getTracks ( ) ) { loc0 . addTrack ( new ChangeTimeScaleTrack ( loc1 , timeScale , ismvBuilder . getFragmentIntersectionFinder ( ) . sampleNumbers ( loc1 , arg0 ) ) ) ; } return loc0 ; } |
7,636 | the comparison operator greater than or equals . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean operator_lessThan concode_elem_sep int operator_spaceship concode_elem_sep boolean operator_lessEqualsThan concode_elem_sep boolean operator_greaterThan | boolean function ( Comparable < ? super C > arg0 , C arg1 ) { return arg0 . compareTo ( arg1 ) >= 0 ; } |
7,637 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<Record> records concode_field_sep void setRecords concode_elem_sep UpdateRecordsResult withRecords concode_elem_sep UpdateRecordsResult withRecords concode_elem_sep int hashCode c... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getRecords ( ) != null ) loc0 . append ( "srini_string" + getRecords ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
7,638 | creates and adds a new and unique savedata object to the save data map concode_field_sep ObjectMap<String,SaveData> uniqueData concode_elem_sep IntArray assets concode_elem_sep String filename concode_elem_sep Array<SaveData> data concode_elem_sep T resource concode_elem_sep int loadIndex concode_elem_sep Array<AssetDa... | SaveData function ( String arg0 ) { SaveData loc0 = new SaveData ( this ) ; if ( uniqueData . containsKey ( arg0 ) ) throw new RuntimeException ( "srini_string" ) ; uniqueData . put ( arg0 , loc0 ) ; return loc0 ; } |
7,639 | sets values of current seqno . value can only be set upward . concode_field_sep long seqno concode_elem_sep Logger logger concode_field_sep void waitSeqnoLessEqual concode_elem_sep long incrAndGetSeqno concode_elem_sep long decrAndGetSeqno concode_elem_sep String toString concode_elem_sep long getSeqno concode_elem_sep... | void function ( long arg0 ) { if ( this . seqno < arg0 ) { this . seqno = arg0 ; notifyAll ( ) ; } } |
7,640 | removes the last e.g. most recent value on the stack concode_field_sep Deque<Integer> stack concode_elem_sep ArrayList<E> elements concode_elem_sep ArrayList<PB> timings concode_elem_sep ArrayList<ArrayList<Integer>> tree concode_elem_sep ArrayList<Integer> roots concode_elem_sep int currentToken concode_field_sep List... | void function ( ) { stack . pollLast ( ) ; } |
7,641 | to use a custom xmlrpcrequestprocessor as server . concode_field_sep boolean contentLengthOptional concode_elem_sep String basicUserName concode_elem_sep boolean enabledForExceptions concode_elem_sep String basicEncoding concode_elem_sep String basicPassword concode_elem_sep java.util.TimeZone timeZone concode_elem_sep... | void function ( XmlRpcRequestProcessor arg0 ) { this . xmlRpcServer = arg0 ; } |
7,642 | deletes the system event from the database . also notifies the appropriate model listeners . concode_field_sep SystemEventLocalService _systemEventLocalService concode_field_sep com.liferay.portal.kernel.model.SystemEvent updateSystemEvent concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void... | com . liferay . portal . kernel . model . SystemEvent function ( com . liferay . portal . kernel . model . SystemEvent arg0 ) { return _systemEventLocalService . deleteSystemEvent ( arg0 ) ; } |
7,643 | overridable callback method invoked at the start of processing each directory . this implementation does nothing . concode_field_sep int depthLimit concode_elem_sep int ROOT concode_field_sep boolean handleDirectory concode_elem_sep void handleStart concode_elem_sep void handleDirectoryEnd concode_elem_sep void handleE... | void function ( OverthereFile arg0 , int arg1 ) { } |
7,644 | get the properties value . concode_field_sep String location concode_elem_sep VaultProperties properties concode_elem_sep Map<String,String> tags concode_field_sep VaultCreateOrUpdateParametersInner withTags concode_elem_sep VaultCreateOrUpdateParametersInner withLocation concode_elem_sep VaultCreateOrUpdateParametersI... | VaultProperties function ( ) { return this . properties ; } |
7,645 | gets the parent object in the object tree representing the unmarshalled xml document . concode_field_sep String val concode_elem_sep Object parent concode_field_sep String getVal concode_elem_sep void afterUnmarshal concode_elem_sep void setParent concode_elem_sep void setVal | Object function ( ) { return this . parent ; } |
7,646 | gets the value of the occurrences property . concode_field_sep List<OccurrenceIdType> occurrences concode_elem_sep List<DeviceIdType> devices concode_elem_sep List<ClassType> classes concode_elem_sep List<Element> any concode_elem_sep String value concode_elem_sep AllDevicesType allDevices concode_field_sep AllDevicesT... | List < OccurrenceIdType > function ( ) { if ( occurrences == null ) { occurrences = new ArrayList < OccurrenceIdType > ( ) ; } return occurrences ; } |
7,647 | fire the control change event for the changed control map to take effect . concode_field_sep String PROP_HOSTNAME concode_elem_sep String newTextValue concode_elem_sep IUIControlListener controlListener concode_elem_sep boolean isEnabled concode_elem_sep Map<String,UIControlEntry> controlMap concode_elem_sep String PRO... | void function ( ) { if ( controlListener != null ) { controlListener . handleUIControlMapChanged ( controlMap ) ; } } |
7,648 | returns the parent . concode_field_sep XMLEventReader parent concode_field_sep Object next concode_elem_sep XMLEvent nextTag concode_elem_sep String getElementText concode_elem_sep Object getProperty concode_elem_sep XMLEvent nextEvent concode_elem_sep boolean hasNext concode_elem_sep void setParent concode_elem_sep vo... | XMLEventReader function ( ) { return parent ; } |
7,649 | determine whether a supplied callback is in a list concode_field_sep boolean memory concode_elem_sep List<Function> functions concode_elem_sep $ droidQuery concode_elem_sep boolean hasFired concode_elem_sep boolean once concode_elem_sep Object[] memArgs concode_elem_sep boolean memory concode_elem_sep boolean once conc... | boolean function ( Function arg0 ) { return functions . contains ( arg0 ) ; } |
7,650 | is the node a client node or not . concode_field_sep String nodeName concode_elem_sep TransportAddress address concode_elem_sep ImmutableList<DiscoveryNode> EMPTY_LIST concode_elem_sep Version version concode_elem_sep ImmutableMap<String,String> attributes concode_elem_sep String nodeId concode_field_sep Version getVer... | boolean function ( ) { String loc0 = attributes . get ( "srini_string" ) ; return loc0 != null && loc0 . equals ( "srini_string" ) ; } |
7,651 | returns the next lognode in the linked list . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep vo... | LogNode function ( ) { return mLogNode ; } |
7,652 | get custom serializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetIn ossTurbonetIn concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc ... | 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 ) ; } |
7,653 | this method was generated by mybatis generator . this method returns the value of the database column user_t . age concode_field_sep String password concode_elem_sep String user_name concode_elem_sep Integer id concode_elem_sep Integer age concode_field_sep void setPassword concode_elem_sep String getPassword concode_e... | Integer function ( ) { return age ; } |
7,654 | numerical group id . concode_field_sep int pw_uid concode_elem_sep int pw_gid concode_elem_sep String pw_shell concode_elem_sep String pw_name concode_elem_sep String pw_dir concode_field_sep int pw_uid concode_elem_sep String pw_shell concode_elem_sep Passwd fromUid concode_elem_sep Passwd fromName concode_elem_sep St... | int function ( ) { return pw_gid ; } |
7,655 | unmarshall the token byte array to a org.picketlink.identity.federation.saml.v2.assertion.assertiontype instance . concode_field_sep String tokenId concode_elem_sep Date tokenCreationDate concode_elem_sep byte[] token concode_field_sep String getTokenId concode_elem_sep void setTokenCreationDate concode_elem_sep void s... | Object function ( ) { try { ByteArrayInputStream loc0 = new ByteArrayInputStream ( getToken ( ) ) ; return new ObjectInputStream ( loc0 ) . readObject ( ) ; } catch ( Exception loc0 ) { throw new RuntimeException ( "srini_string" , loc0 ) ; } } |
7,656 | tests if the block is locked . concode_field_sep List<StorageTierView> mTierViews concode_elem_sep BlockMetadataManager mMetadataManager concode_elem_sep Map<String,StorageTierView> mAliasToTierViews concode_elem_sep Set<Long> mPinnedInodes concode_elem_sep Set<Long> mInUseBlocks concode_field_sep List<StorageTierView>... | boolean function ( long arg0 ) { return mInUseBlocks . contains ( arg0 ) ; } |
7,657 | prepare an item view for use . see adapterview for the basic idea at work here . this may require creating a new item view , but well-behaved implementations will re-use the view passed as convertview if present . the returned view will be populated with data from the item parameter . concode_field_sep MenuView mMenuVi... | View function ( MenuItemImpl arg0 , View arg1 , ViewGroup arg2 ) { MenuView . ItemView loc0 ; if ( arg1 instanceof MenuView . ItemView ) { loc0 = ( MenuView . ItemView ) arg1 ; } else { loc0 = createItemView ( arg2 ) ; } bindItemView ( arg0 , loc0 ) ; return ( View ) loc0 ; } |
7,658 | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testHashCode concode_elem_sep void testEquals | void function ( ) { StandardDialFrame loc0 = new StandardDialFrame ( ) ; StandardDialFrame loc1 = ( StandardDialFrame ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; } |
7,659 | checks whether the specified method should be optimized concode_field_sep boolean optimizeListsLoaded concode_elem_sep HashSet<String> optimizeList concode_elem_sep HashSet<String> dontOptimizeList concode_field_sep void loadOptimizeLists concode_elem_sep HashSet<String> loadStringsFromFile concode_elem_sep void compar... | boolean function ( String arg0 ) { if ( optimizeList != null ) { return optimizeList . contains ( arg0 ) ; } if ( dontOptimizeList != null ) { return ! dontOptimizeList . contains ( arg0 ) ; } return true ; } |
7,660 | adds a new header with the name and value . this may be used to add multiple headers with the same name . unlike #addheader string , object this does not validate the name andvalue . concode_field_sep SocketPolicy socketPolicy concode_elem_sep Settings settings concode_elem_sep Headers.Builder headers concode_elem_sep ... | MockResponse function ( String arg0 , Object arg1 ) { Internal . instance . addLenient ( headers , arg0 , String . valueOf ( arg1 ) ) ; return this ; } |
7,661 | begin timing the rewrite phase of a request . all rewrites are accumulated together into a single metric concode_field_sep InternalProfileTree queryTree concode_elem_sep InternalProfileCollector collector concode_field_sep List<ProfileShardResult> buildShardResults concode_elem_sep ProfileBreakdown getQueryBreakdown co... | void function ( ) { queryTree . startRewriteTime ( ) ; } |
7,662 | set tag to be used to load or dump the type class . concode_field_sep Map<String,Class<? extends Object>> keyProperties concode_elem_sep Map<String,Class<? extends Object>> valueProperties concode_elem_sep Tag tag concode_elem_sep Class<? extends Object> type concode_elem_sep Map<String,Class<? extends Object>> listPro... | void function ( Tag arg0 ) { this . tag = arg0 ; } |
7,663 | returns the user uuid of this repository entry . concode_field_sep RepositoryEntry _repositoryEntry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel... | java . lang . String function ( ) { return _repositoryEntry . getUserUuid ( ) ; } |
7,664 | return the unmodifiable list of the @linkplain java.security.keystore.builder s encapsulated by this object . concode_field_sep List<Builder> parameters concode_field_sep placeholderType placeHolder | List < Builder > function ( ) { return parameters ; } |
7,665 | stops processing the batch concode_field_sep File inputDir concode_elem_sep File inProcessDir concode_elem_sep String batchFile concode_elem_sep File processingFile concode_elem_sep FileFilter testFileFilter concode_elem_sep File topDir concode_elem_sep FileLock lock concode_elem_sep int skip concode_elem_sep File comp... | void function ( ) { lock ( ) ; try { closeStdout ( ) ; } finally { unlock ( ) ; } } |
7,666 | sets the placeholder image , with default scale type center_inside . if no placeholder is set , a transparent colordrawable will be used . concode_field_sep ScaleType mRetryImageScaleType concode_elem_sep List<Drawable> mOverlays concode_elem_sep ScaleType mFailureImageScaleType concode_elem_sep ScaleType mActualImageS... | GenericDraweeHierarchyBuilder function ( Drawable arg0 ) { return setPlaceholderImage ( arg0 , DEFAULT_SCALE_TYPE ) ; } |
7,667 | adds point to point list and keeps track of largest coordinate . concode_field_sep EuclidianViewInterfaceSlim view concode_elem_sep GRectangle bounds concode_elem_sep ArrayList<MyPoint> pathPoints concode_elem_sep GGeneralPath gp concode_elem_sep double largestCoord concode_elem_sep boolean needClosePath concode_elem_s... | void function ( double arg0 , double arg1 , boolean arg2 ) { if ( Double . isNaN ( arg1 ) ) { return ; } MyPoint loc0 = new MyPoint ( arg0 , arg1 , arg2 ) ; updateBounds ( loc0 ) ; pathPoints . add ( loc0 ) ; } |
7,668 | do we need to increment the version number , given the dirty properties ? concode_field_sep CoreMessageLogger LOG concode_field_sep Object getVersion concode_elem_sep Object seed concode_elem_sep void setVersion concode_elem_sep Object increment concode_elem_sep boolean seedVersion | boolean function ( final int [ ] arg0 , final boolean arg1 , final boolean [ ] arg2 ) { if ( arg1 ) { return true ; } for ( int loc0 : arg0 ) { if ( arg2 [ loc0 ] ) { return true ; } } return false ; } |
7,669 | returns the nativemanager . the nativemanager allows for native handling of spark . concode_field_sep VCardManager vcardManager concode_elem_sep String dateFormat concode_elem_sep NativeManager nativeManager concode_elem_sep Component focusedComponent concode_elem_sep SoundManager soundManager concode_elem_sep Preferen... | NativeManager function ( ) { if ( nativeManager == null ) { nativeManager = new NativeManager ( ) ; } return nativeManager ; } |
7,670 | add a schema redirection schema redirection occurs after namespace resolution and after path redirection . concode_field_sep PathRedirectRegistry pathRedirects concode_elem_sep SchemaRedirectRegistry schemaRedirects concode_elem_sep URI namespace concode_elem_sep MessageBundle BUNDLE concode_elem_sep URI EMPTY concode_... | URITranslatorConfigurationBuilder function ( final URI arg0 , final URI arg1 ) { schemaRedirects . put ( arg0 , arg1 ) ; return this ; } |
7,671 | event handler . concode_field_sep boolean flag concode_elem_sep JFreeChart chart concode_field_sep void testSetSeriesURLGenerator concode_elem_sep void testReplaceDataset concode_elem_sep void setUp concode_elem_sep void testDrawWithNullInfo concode_elem_sep void testSetSeriesToolTipGenerator concode_elem_sep JFreeChar... | void function ( ChartChangeEvent arg0 ) { this . flag = true ; } |
7,672 | returns true , if this is an announced state . concode_field_sep ArrayList<DNSState> sequence concode_elem_sep DNSState CANCELED concode_elem_sep DNSState ANNOUNCING_1 concode_elem_sep Logger logger concode_elem_sep DNSState PROBING_3 concode_elem_sep DNSState ANNOUNCING_2 concode_elem_sep DNSState ANNOUNCED concode_el... | boolean function ( ) { return compareTo ( ANNOUNCED ) == 0 ; } |
7,673 | returns the number of columns in the model . a jtable uses this method to determine how many columns it should create and display by default . concode_field_sep byte BYTE concode_elem_sep JasDocument doc concode_elem_sep List<TableModelListener> listener concode_elem_sep boolean descending concode_elem_sep byte DWORD c... | int function ( ) { return 4 ; } |
7,674 | this method is not supported on lucene based queries concode_field_sep int current concode_elem_sep Reference<EntityInfo> einfo concode_elem_sep Log log concode_elem_sep DocumentExtractor documentExtractor concode_elem_sep LoadedObject[] resultsContext concode_elem_sep int max concode_elem_sep int fetchSize concode_ele... | BigDecimal function ( int arg0 ) { throw new UnsupportedOperationException ( "srini_string" ) ; } |
7,675 | returns true , if the given calendar matches into the range . concode_field_sep Calendar start concode_elem_sep Calendar end concode_field_sep Calendar getStart concode_elem_sep long getDuration concode_elem_sep String toString concode_elem_sep Calendar getEnd | boolean function ( Calendar arg0 ) { if ( start != null && end != null ) { return arg0 . getTimeInMillis ( ) >= start . getTimeInMillis ( ) && arg0 . getTimeInMillis ( ) < end . getTimeInMillis ( ) ; } return false ; } |
7,676 | gets the value of the src property . concode_field_sep Layout layout concode_elem_sep String volume concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep String loop concode_elem_sep String width concode_elem_sep String thresholdValue concode_elem_sep Label ... | String function ( ) { return src ; } |
7,677 | set additional headers to be sent as part of the request . concode_field_sep URL endPoint concode_elem_sep HashMap<String,String> mQueryStringParameters concode_elem_sep String ENCODING_CHARACTER_SET concode_elem_sep HashMap<String,String> mHeaders concode_field_sep String authorize concode_elem_sep Boolean isSSL conco... | void function ( HashMap < String , String > arg0 ) { this . mHeaders = arg0 ; } |
7,678 | clears messages from queue concode_field_sep Handler animationHandler concode_elem_sep int MIN_DELTA_FOR_SCROLLING concode_elem_sep ScrollingListener listener concode_elem_sep SimpleOnGestureListener gestureListener concode_elem_sep float lastTouchedY concode_elem_sep boolean isScrollingPerformed concode_elem_sep int S... | void function ( ) { animationHandler . removeMessages ( MESSAGE_SCROLL ) ; animationHandler . removeMessages ( MESSAGE_JUSTIFY ) ; } |
7,679 | setup the system properties with javafx api version information . the format of the value strings of javafx.version and javafx.runtime.version will follow the same pattern as java.version and java.runtime.version respectively . see http://java.sun.com/j2se/versioning_naming.html for details . concode_field_sep String H... | void function ( ) { if ( System . getProperty ( "srini_string" ) == null ) { System . setProperty ( "srini_string" , getVersion ( ) ) ; System . setProperty ( "srini_string" , getRuntimeVersion ( ) ) ; } } |
7,680 | alias to property string name concode_field_sep Logger logger concode_field_sep int intProperty concode_elem_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_sep double sysPropertyDouble concode_elem_sep double doubleProperty concode_elem_sep void setProperty concode_elem_sep void setSy... | String function ( String arg0 ) { return property ( arg0 ) ; } |
7,681 | remove any existing value for the specified attribute name . concode_field_sep String name concode_elem_sep HashMap<String,String> attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList<TreeNode> children concode_field_sep TreeNode findChild concode_elem_sep String findAttri... | void function ( String arg0 ) { if ( attributes != null ) attributes . remove ( arg0 ) ; } |
7,682 | getter method for faultcodename concode_field_sep int faultCodeId concode_elem_sep String faultCodeName concode_field_sep void setFaultCodeName concode_elem_sep int getFaultCodeId concode_elem_sep void setFaultCodeId | String function ( ) { return faultCodeName ; } |
7,683 | reads the next line of text from this protocol input stream , and escape new line charachter . concode_field_sep BufferedReader in concode_elem_sep ObjectOutputStream outStream concode_elem_sep PrintWriter out concode_field_sep void writeInt concode_elem_sep void flush concode_elem_sep boolean isObjectStream concode_el... | String function ( ) { return SorcerUtil . escapeReturns ( in . readLine ( ) ) ; } |
7,684 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String workspaceId concode_field_sep RebootRequest withWorkspaceId concode_elem_sep void setWorkspaceId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep RebootRequest clone concode_elem_se... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getWorkspaceId ( ) != null ) loc0 . append ( "srini_string" + getWorkspaceId ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
7,685 | create an instance of jaxbelement concode_field_sep QName _DeletePerson_QNAME concode_elem_sep QName _PutPersonResponse_QNAME concode_elem_sep QName _PersonException_QNAME concode_elem_sep QName _GetPerson_QNAME concode_elem_sep QName _PutPerson_QNAME concode_elem_sep QName _DeletePersonResponse_QNAME concode_elem_sep ... | JAXBElement < GetPersonResponse > function ( GetPersonResponse arg0 ) { return new JAXBElement < GetPersonResponse > ( _GetPersonResponse_QNAME , GetPersonResponse . class , null , arg0 ) ; } |
7,686 | compares two itemstack and their nbt tag for equality.use this when a precise check is required and the same item is required . not just something with different nbt tags . concode_field_sep Field tagList concode_field_sep List<NBTBase> tagList concode_elem_sep int createUnorderedNbtHash concode_elem_sep boolean isFuzz... | boolean function ( @ Nullable final ItemStack arg0 , @ Nullable final ItemStack arg1 ) { return isEqualItem ( arg0 , arg1 ) && hasSameNbtTag ( arg0 , arg1 ) ; } |
7,687 | remove the managed bean based on the bean name . concode_field_sep Logger log concode_elem_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep void redirectBrowser concode_elem_sep Objec... | void function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; ELContext loc1 = loc0 . getELContext ( ) ; ExpressionFactory loc2 = loc0 . getApplication ( ) . getExpressionFactory ( ) ; loc2 . createValueExpression ( loc1 , getJsfEl ( arg0 ) , Object . class ) . setValue ( loc1 , null ) ; } |
7,688 | default navigation link and thus default content concode_field_sep List<Node> node concode_elem_sep NavigationDefault navigationDefault concode_elem_sep String label concode_field_sep void setNavigationDefault concode_elem_sep String getLabel concode_elem_sep void setLabel concode_elem_sep List<Node> getNode | NavigationDefault function ( ) { return navigationDefault ; } |
7,689 | creates the javahadapter based on the user choice and potentially the vm vendor . concode_field_sep PlaceHolder placeHolder concode_field_sep String getDefault concode_elem_sep JavahAdapter resolveClassName | JavahAdapter function ( String arg0 , ProjectComponent arg1 ) { return getAdapter ( arg0 , arg1 , null ) ; } |
7,690 | shuts down all running hazelcast instances on this jvm . it does n't shutdown all members of the cluster but just the ones running on this jvm . concode_field_sep PlaceHolder placeHolder concode_field_sep HazelcastInstance getHazelcastInstanceByName concode_elem_sep HazelcastInstance getOrCreateHazelcastInstance concod... | void function ( ) { HazelcastInstanceFactory . shutdownAll ( ) ; } |
7,691 | sets the value of the eligiblebilldeliveryoptions property . concode_field_sep AccountTypeSubTypeEnum accountSubTypeCode concode_elem_sep String defaultBillDeliveryFormatOption concode_elem_sep BigDecimal price concode_elem_sep AccountTypeEnum accountTypeCode concode_elem_sep long serialVersionUID concode_elem_sep Stri... | void function ( String arg0 ) { this . eligibleBillDeliveryOptions = arg0 ; } |
7,692 | cria uma agenda vazia . concode_field_sep MainApp mainApp concode_field_sep void setMainApp concode_elem_sep void handleSave concode_elem_sep void handleAbout concode_elem_sep void handleOpen concode_elem_sep void handleSaveAs concode_elem_sep void handleExit concode_elem_sep void handleShowBirthDayStatistics | void function ( ) { mainApp . getPersonData ( ) . clear ( ) ; mainApp . setPersonFilePath ( null ) ; } |
7,693 | get tree concode_field_sep int m_PA_Hierarchy_ID concode_elem_sep MTree m_tree concode_elem_sep String m_TreeType concode_elem_sep Properties m_ctx concode_elem_sep String m_ElementType concode_elem_sep CCache<String,MReportTree> s_trees concode_elem_sep CLogger log concode_field_sep int getDefaultAD_Tree_ID concode_el... | MTree function ( ) { return m_tree ; } |
7,694 | remove the specified modifier from the instance 's list if it is being used . concode_field_sep Shader[] shaders concode_elem_sep Matrix4 o2w concode_elem_sep Matrix4 w2o concode_elem_sep BoundingBox bounds concode_elem_sep Geometry geometry concode_elem_sep Modifier[] modifiers concode_field_sep Shader getShader conco... | void function ( Modifier arg0 ) { if ( modifiers != null ) { for ( int loc0 = 0 ; loc0 < modifiers . length ; loc0 ++ ) if ( modifiers [ loc0 ] == arg0 ) modifiers [ loc0 ] = null ; } } |
7,695 | determine if this day is before the given instance concode_field_sep Creator<CalendarDay> CREATOR concode_elem_sep int month concode_elem_sep Date _date concode_elem_sep int year concode_elem_sep Calendar _calendar concode_elem_sep int day concode_field_sep CalendarDay[] newArray concode_elem_sep CalendarDay createFrom... | boolean function ( @ NonNull CalendarDay arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( year == arg0 . year ) { return ( ( month == arg0 . month ) ? ( day < arg0 . day ) : ( month < arg0 . month ) ) ; } else { return year < arg0 . year ; } } |
7,696 | throws an assertionexception if the current thread is not the ui thread . concode_field_sep Handler sMainHandler concode_field_sep void runOnUiThread concode_elem_sep boolean isOnUiThread concode_elem_sep void assertNotOnUiThread | void function ( ) { SoftAssertions . assertCondition ( isOnUiThread ( ) , "srini_string" ) ; } |
7,697 | sets whether the artifact was opened for read or write concode_field_sep Boolean openedForRead concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getSubtype concode_elem_sep Boolean wasOpenedForRead concode_elem_sep Map<String,String> getAnnotationsMap | void function ( Boolean arg0 ) { this . openedForRead = arg0 ; } |
7,698 | return a new sorted collection from this unsorted collection . sort using quick sort . concode_field_sep String[] sortedStrings concode_elem_sep Object[] sortedObjects concode_field_sep boolean compare concode_elem_sep void quickSort | void function ( Object [ ] arg0 , String [ ] arg1 ) { int loc0 = arg0 . length ; this . sortedObjects = new Object [ loc0 ] ; this . sortedStrings = new String [ loc0 ] ; System . arraycopy ( arg0 , 0 , this . sortedObjects , 0 , loc0 ) ; System . arraycopy ( arg1 , 0 , this . sortedStrings , 0 , loc0 ) ; if ( loc0 > 1... |
7,699 | sac : implements conditionfactory #createandcondition condition , condition . concode_field_sep ConditionFactory INSTANCE concode_field_sep LangCondition createLangCondition concode_elem_sep CombinatorCondition createOrCondition concode_elem_sep PositionalCondition createPositionalCondition concode_elem_sep AttributeCo... | CombinatorCondition function ( Condition arg0 , Condition arg1 ) { return new DefaultAndCondition ( arg0 , arg1 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.