idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
98,100 | end timer concode_field_sep long timeCost concode_elem_sep boolean isTimerBegin concode_elem_sep long startTime concode_field_sep long getTimeCost concode_elem_sep void clear concode_elem_sep void tic_accurate concode_elem_sep long toc_accurate concode_elem_sep void tic | long function ( ) { timeCost = Calendar . getInstance ( ) . getTimeInMillis ( ) - startTime ; if ( isTimerBegin == false ) { throw new RuntimeException ( "srini_string" ) ; } else { isTimerBegin = false ; return timeCost ; } } |
98,101 | convert this standard java object to a cos object . concode_field_sep COSName FILTER_CICI_SIGNIT concode_elem_sep COSDictionary dictionary concode_elem_sep COSName FILTER_ENTRUST_PPKEF concode_elem_sep COSName SUBFILTER_ADBE_X509_RSA_SHA1 concode_elem_sep COSName SUBFILTER_ADBE_PKCS7_DETACHED concode_elem_sep COSName F... | COSBase function ( ) { return getDictionary ( ) ; } |
98,102 | attempts to convert text in a given character set to a unicode string , and normalize it . returns null on failure . concode_field_sep PlaceHolder placeHolder concode_field_sep String convertToUnicodeWithSubstitutions concode_elem_sep String convertToUnicode | String function ( ByteBuffer arg0 , String arg1 ) { String loc0 = convertToUnicode ( arg0 , arg1 ) ; if ( loc0 == null ) return null ; return Normalizer . normalize ( loc0 , Normalizer . Form . NFC ) ; } |
98,103 | override this and return true if your collector e.g. , toparentblockjoincollector expects all sub-scorers to be positioned on the document being collected . this will cause some performance loss ; default is false . concode_field_sep TopDocs hits concode_elem_sep IndexSearcher searcher concode_elem_sep TaxonomyReader t... | boolean function ( ) { return false ; } |
98,104 | add two words concode_field_sep PlaceHolder placeHolder concode_field_sep Word lsh concode_elem_sep Word minus concode_elem_sep Word minus concode_elem_sep Word minus concode_elem_sep Word fromIntSignExtend concode_elem_sep boolean LT concode_elem_sep Word fromLong concode_elem_sep Address toAddress concode_elem_sep Wo... | Word function ( Word arg0 ) { return null ; } |
98,105 | always returns null concode_field_sep PlaceHolder placeHolder concode_field_sep Metadata getMetadata concode_elem_sep String getResourceId | InputStream function ( ) { return null ; } |
98,106 | creates a new nhan vien with the primary key . does not add the nhan vien to the database . concode_field_sep NhanVienPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<NhanVien> findWithDynamicQuery concode_elem_sep List<Nha... | com . nlu . QLDN3 . db . model . NhanVien function ( java . lang . String arg0 ) { return getPersistence ( ) . create ( arg0 ) ; } |
98,107 | write the value out to an array of bytes at the appropriate offset concode_field_sep int _offset concode_elem_sep long _value concode_field_sep void set concode_elem_sep void set concode_elem_sep long get concode_elem_sep void readFromBytes concode_elem_sep String toString concode_elem_sep void readFromStream | void function ( final byte [ ] arg0 ) { LittleEndian . putLong ( arg0 , _offset , _value ) ; } |
98,108 | returns the stylesheet for convert extracting the checks from the test case . concode_field_sep SAXTransformerFactory tfactory concode_elem_sep File testDir concode_elem_sep DocumentBuilderFactory domBuilderFactory concode_elem_sep Templates testcase2fo concode_elem_sep Templates testcase2checks concode_field_sep Eleme... | Templates function ( ) { if ( testcase2checks == null ) { Source loc0 = new StreamSource ( new File ( "srini_string" ) ) ; testcase2checks = tfactory . newTemplates ( loc0 ) ; } return testcase2checks ; } |
98,109 | a state must be reachable . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_sep void... | void function ( ) { prepareStateTest ( ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_NODE_NOT_REACHABLE ) ; } |
98,110 | vote on whether to commit the global transaction . concode_field_sep boolean originalAutoCommitMode concode_elem_sep int XA_STATE_INITIAL concode_elem_sep int XA_STATE_DISPOSED concode_elem_sep int XA_STATE_PREPARED concode_elem_sep JDBCXADataSource xaDataSource concode_elem_sep JDBCConnection connection concode_elem_s... | int function ( Xid arg0 ) { validateXid ( arg0 ) ; if ( state != XA_STATE_ENDED ) { throw new XAException ( "srini_string" ) ; } state = XA_STATE_PREPARED ; return XA_OK ; } |
98,111 | gets the value of the username property . concode_field_sep Integer lunMapping concode_elem_sep String storageDomainId concode_elem_sep String address concode_elem_sep String productId concode_elem_sep String initiator concode_elem_sep String volumeGroupId concode_elem_sep String vendorId concode_elem_sep String target... | String function ( ) { return username ; } |
98,112 | returns the manufacturer id . findmanufacturer or findproduct must be called before this method . concode_field_sep ZWaveDbRoot database concode_elem_sep Logger logger concode_elem_sep ZWaveDbProduct selProduct concode_elem_sep ZWaveDbManufacturer selManufacturer concode_elem_sep List<ZWaveDbManufacturer> Manufacturer ... | Integer function ( ) { if ( selManufacturer == null ) return null ; else return selManufacturer . Id ; } |
98,113 | the contents of the ocl document as a character array , suitable for consumption by the ocl parser . concode_field_sep Reader textReader concode_elem_sep String textString concode_field_sep Reader getContentAsStream concode_elem_sep String getContentAsString concode_elem_sep StringBuilder buildStringFromReader | char [ ] function ( ) { if ( textString != null ) { return textString . toCharArray ( ) ; } StringBuilder loc0 = buildStringFromReader ( ) ; char [ ] loc1 = new char [ loc0 . length ( ) ] ; loc0 . getChars ( 0 , loc1 . length , loc1 , 0 ) ; return loc1 ; } |
98,114 | returns whether the underlying database is ingres . concode_field_sep ThreadLocal threadLocal concode_elem_sep Map dsMap concode_elem_sep Map productMap concode_elem_sep String show_sql concode_elem_sep Logger log concode_field_sep void rollback concode_elem_sep boolean isSybase concode_elem_sep void init concode_elem_... | boolean function ( String arg0 ) { return arg0 . toUpperCase ( ) . equals ( "srini_string" ) ; } |
98,115 | options to be provided to a org.tensorflow.session.runner to enable stats accumulation . concode_field_sep long nativeHandle concode_elem_sep byte[] fullTraceRunOptions concode_field_sep void add concode_elem_sep void add concode_elem_sep String summary concode_elem_sep String summary concode_elem_sep long allocate con... | byte [ ] function ( ) { return fullTraceRunOptions ; } |
98,116 | get the meta data for editing an issue concode_field_sep Log logger concode_elem_sep IssueService jiraIssueService concode_elem_sep FileService fileService concode_field_sep ResponseEntity<Object> transitIssue concode_elem_sep ResponseEntity<Object> createIssue concode_elem_sep ResponseEntity<Object> getUploadPresigned... | ResponseEntity < Object > function ( @ PathVariable String arg0 , HttpServletRequest arg1 ) { IssueMetaRequest loc0 = new IssueMetaRequest ( ) ; loc0 . setKey ( arg0 ) ; return jiraIssueService . getEditMeta ( loc0 ) ; } |
98,117 | set the content-length header . applies to the send , message , and error frames . concode_field_sep String CONTENT_LENGTH concode_elem_sep String ACK concode_elem_sep Map<String,List<String>> headers concode_elem_sep String LOGIN concode_elem_sep String SERVER concode_elem_sep String SESSION concode_elem_sep String PA... | void function ( long arg0 ) { set ( CONTENT_LENGTH , Long . toString ( arg0 ) ) ; } |
98,118 | returns an enumeration of all rectangles in the collection concode_field_sep ThreadedBinaryTree treeHoriz concode_elem_sep Vector vAllRect concode_elem_sep ThreadedBinaryTree treeVert concode_field_sep void add concode_elem_sep Rect contains concode_elem_sep void clear concode_elem_sep String toString concode_elem_sep ... | Enumeration function ( ) { return this . vAllRect . elements ( ) ; } |
98,119 | encodes this transportconfiguration into a buffer . note that this is only used internally activemq artemis . concode_field_sep byte TYPE_STRING concode_elem_sep byte TYPE_LONG concode_elem_sep byte TYPE_BOOLEAN concode_elem_sep long serialVersionUID concode_elem_sep String name concode_elem_sep byte TYPE_INT concode_e... | void function ( final ActiveMQBuffer arg0 ) { arg0 . writeString ( name ) ; arg0 . writeString ( factoryClassName ) ; arg0 . writeInt ( params == null ? 0 : params . size ( ) ) ; if ( params != null ) { encodeMap ( arg0 , params ) ; } if ( extraProps != null ) { encodeMap ( arg0 , extraProps ) ; } } |
98,120 | the reason why the adaptation is not supported , if any . concode_field_sep String reason concode_elem_sep FilterSupportStatus NOT_SUPPORTED_WRONG_TYPE concode_elem_sep FilterSupportStatus SUPPORTED concode_elem_sep boolean isSupported concode_field_sep FilterSupportStatus newCompositeNotSupported concode_elem_sep Stri... | String function ( ) { return reason ; } |
98,121 | portable way to get an instance of a random number generator . does randomdata #getinstance randomdata.getinstance randomdata #alg_secure_random randomdata.alg _ secure_random on the card if javacard_applet is defined and new java.util.random on the host if javacard_applet is undefined . the return type is random , whi... | Random function ( ) { return new Random ( ) ; } |
98,122 | determines whether the #end_headers flag is set . only applies for headers , push_promise , and continuation frames . concode_field_sep short ACK concode_elem_sep short PRIORITY concode_elem_sep short PADDED concode_elem_sep short END_STREAM concode_elem_sep short END_HEADERS concode_elem_sep short value concode_field_... | boolean function ( ) { return isFlagSet ( END_HEADERS ) ; } |
98,123 | return type metadata object concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String rsid concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.omniture.www.Time_zone[] time_zone concode_elem_sep java.lang.String site_title concode_elem_sep org.apache.axis.description.TypeDesc typeDesc c... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
98,124 | compare the raw locations without schema and authority . this is useful since existing tables/partitions in the hive metastore have absolute paths in the location property , but the new table/partition may have a raw path . concode_field_sep HiveRegistrationUnit newUnit concode_elem_sep HiveRegistrationUnit existingUni... | T function ( ) { if ( ! this . result ) { this . result |= ( ! new Path ( this . existingUnit . getLocation ( ) . get ( ) ) . toUri ( ) . getRawPath ( ) . equals ( new Path ( this . newUnit . getLocation ( ) . get ( ) ) . toUri ( ) . getRawPath ( ) ) ) ; } return ( T ) this ; } |
98,125 | sets the model that provides the tree data . concode_field_sep NodeDimensions nodeDimensions concode_elem_sep TreeModel treeModel concode_elem_sep TreeSelectionModel treeSelectionModel concode_elem_sep boolean rootVisible concode_elem_sep int rowHeight concode_field_sep void invalidateSizes concode_elem_sep void treeNo... | void function ( TreeModel arg0 ) { treeModel = arg0 ; } |
98,126 | ensures a version number is valid concode_field_sep PlaceHolder placeHolder concode_field_sep void ensureValidCoordinates concode_elem_sep void ensureValidCoordinates concode_elem_sep void ensureParameterNotNull concode_elem_sep void ensureParameterNotNull concode_elem_sep void ensureThat concode_elem_sep void ensureVa... | void function ( long arg0 , String arg1 ) { if ( arg0 < 0 ) throw new IllegalArgumentException ( MessageFormat . format ( "srini_string" , arg1 , arg0 ) ) ; } |
98,127 | start the document . concode_field_sep List newNamespaces concode_elem_sep Stack namespaceStack concode_elem_sep String identifier concode_elem_sep StringBuffer characterContent concode_elem_sep PrintWriter printWriter concode_elem_sep String prefix concode_elem_sep boolean endStartTag concode_elem_sep String toAddress... | void function ( ) { } |
98,128 | returns the subclass of regulartimeperiod that should be usedto generate the date labels . concode_field_sep Class periodClass concode_elem_sep Paint dividerPaint concode_elem_sep RectangleInsets padding concode_elem_sep Stroke DEFAULT_DIVIDER_STROKE concode_elem_sep Font labelFont concode_elem_sep DateFormat dateForma... | Class function ( ) { return this . periodClass ; } |
98,129 | sets the priority value . concode_field_sep Priority URGENT concode_elem_sep Priority EMERGENCY concode_elem_sep Priority NON_URGENT concode_elem_sep Map<String,Priority> _priorities concode_elem_sep String value concode_elem_sep Priority NORMAL concode_field_sep String getValue concode_elem_sep Priority valueOf concod... | void function ( String arg0 ) { this . value = arg0 ; } |
98,130 | default implementation , overridden on entitygroupimpl . concode_field_sep java.lang.Class defaultEntityType concode_elem_sep Set groupKeys concode_elem_sep Logger log concode_elem_sep EntityIdentifier underlyingEntityIdentifier concode_elem_sep boolean groupKeysInitialized concode_field_sep java.util.Set primGetAllCon... | java . util . Iterator function ( ) { return getEmptyIterator ( ) ; } |
98,131 | gets the id . concode_field_sep String projectUrl concode_elem_sep String name concode_elem_sep String description concode_elem_sep List<Integer> configurationIds concode_elem_sep Integer id concode_elem_sep Integer licenseId concode_elem_sep String issueTrackerUrl concode_field_sep void setName concode_elem_sep void s... | Integer function ( ) { return id ; } |
98,132 | create a check box and add to the configuration window . concode_field_sep PlaceHolder placeHolder concode_field_sep TextFieldWithHistory createTextfield concode_elem_sep TextFieldWithHistory createTextfield concode_elem_sep JLabel createDisplayVersion concode_elem_sep JLabel createDisplayVersion concode_elem_sep Actio... | JCheckBox function ( JPanel arg0 , String arg1 , Object arg2 ) { JCheckBox loc0 = new JCheckBox ( arg1 ) ; arg0 . add ( loc0 , arg2 ) ; return loc0 ; } |
98,133 | documentme concode_field_sep long channelsCreated concode_elem_sep long messagesSent concode_elem_sep long runQueueEntries concode_elem_sep long messagesRcvd concode_elem_sep long numReductionsComm concode_elem_sep long invocations concode_elem_sep long totalClientTimeMs concode_elem_sep long numContinuations concode_e... | double function ( ) { return ( double ) getKernelTimeMs ( ) / ( double ) numCycles ; } |
98,134 | returns true if the given state is currently active otherwise false . concode_field_sep boolean evInCValue concode_elem_sep double evEValue concode_elem_sep String evInFValue concode_elem_sep boolean evInD concode_elem_sep boolean evInE concode_elem_sep long varE concode_elem_sep boolean evInB concode_elem_sep String v... | boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; default : return false ; } } |
98,135 | it returns a calendar object set with the exact date of mybirthday . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | Calendar function ( ) { Calendar loc0 = PodamTestUtils . getMyBirthday ( ) ; return loc0 ; } |
98,136 | creates an sslsocketfactory which utilizes the given trust store and keystore . concode_field_sep PlaceHolder placeHolder concode_field_sep TrustManager[] getTrustManagers concode_elem_sep TrustManager[] getTrustManagers concode_elem_sep KeyManager[] getKeyManagers concode_elem_sep KeyManager[] getKeyManagers concode_e... | SSLSocketFactory function ( KeyStore arg0 , String arg1 , String arg2 , String arg3 ) { SSLContext loc0 = getSSLContext ( arg0 , arg1 , arg2 , arg3 ) ; SSLSocketFactory loc1 = loc0 . getSocketFactory ( ) ; return loc1 ; } |
98,137 | sets the preview provider name . concode_field_sep String m_description concode_elem_sep String m_title concode_elem_sep boolean m_creatableType concode_elem_sep String m_previewProviderName concode_elem_sep int m_typeId concode_elem_sep ArrayList<String> m_galleryTypeNames concode_elem_sep String m_iconResource concod... | void function ( String arg0 ) { m_previewProviderName = arg0 ; } |
98,138 | adds to the models collection concode_field_sep Set<String> protocol concode_elem_sep Map<String,Tag> tagLookup concode_elem_sep Set<String> produces concode_elem_sep String resourcePath concode_elem_sep String description concode_elem_sep Set<String> tagNames concode_elem_sep Set<Tag> tags concode_elem_sep Map<String,... | ApiListingBuilder function ( Map < String , Model > arg0 ) { this . models . putAll ( nullToEmptyMap ( arg0 ) ) ; return this ; } |
98,139 | override this method to do any cleanup needed after generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_elem_sep MessageConsoleStream info concode_field_sep void refreshTargetProject con... | void function ( GeneratorEntry arg0 ) { } |
98,140 | tests if the given character is present in the array of characters . concode_field_sep int pos concode_elem_sep int len concode_elem_sep boolean lowerCaseNames concode_elem_sep int i1 concode_elem_sep int i2 concode_elem_sep char[] chars concode_field_sep boolean hasChar concode_elem_sep void setLowerCaseNames concode_... | boolean function ( char arg0 , final char [ ] arg1 ) { boolean loc0 = false ; for ( int loc1 = 0 ; loc1 < arg1 . length ; loc1 ++ ) { if ( arg0 == arg1 [ loc1 ] ) { loc0 = true ; break ; } } return loc0 ; } |
98,141 | add requester id concode_field_sep IDPListType idpList concode_elem_sep BigInteger proxyCount concode_elem_sep List<URI> requesterID concode_field_sep void setIDPList concode_elem_sep void removeRequesterID concode_elem_sep List<URI> getRequesterID concode_elem_sep IDPListType getIDPList concode_elem_sep BigInteger get... | void function ( URI arg0 ) { this . requesterID . add ( arg0 ) ; } |
98,142 | returns true , if all configurations are synchronized . concode_field_sep List<Ability> abilities concode_elem_sep boolean configurationSynchronized concode_elem_sep String name concode_elem_sep String description concode_elem_sep Location location concode_elem_sep String id concode_elem_sep String category concode_ele... | boolean function ( ) { return configurationSynchronized ; } |
98,143 | read a properties file without throwing any exceptions . concode_field_sep String VAR_START concode_elem_sep String ARG_PREFIX concode_elem_sep int SMALLEST_POSSIBLE_ALIASED_STRING concode_elem_sep String VAR_END concode_field_sep int findMatchingBrace concode_elem_sep Properties getPropertiesFromCommandLine concode_el... | Properties function ( File arg0 ) { try { return readProperties ( arg0 ) ; } catch ( IOException loc0 ) { return null ; } } |
98,144 | gets the value of the classname property . concode_field_sep String expression concode_elem_sep String name concode_elem_sep String className concode_elem_sep long serialVersionUID concode_elem_sep String type concode_field_sep boolean isSetType concode_elem_sep void setName concode_elem_sep String getExpression concod... | String function ( ) { return className ; } |
98,145 | a set of character strings that represent the domain 's identity . if the identity is an email address , the tokens represent the domain of that address . using these tokens , you will need to create dns cname records that point to dkim public keys hosted by amazon ses . amazon web services will eventually detect that ... | VerifyDomainDkimResult function ( String ... arg0 ) { if ( this . dkimTokens == null ) { setDkimTokens ( new com . amazonaws . internal . SdkInternalList < String > ( arg0 . length ) ) ; } for ( String loc0 : arg0 ) { this . dkimTokens . add ( loc0 ) ; } return this ; } |
98,146 | return a listing of gemstones currently stored in the gemfire cache . concode_field_sep List<String> APPROVED_GEMS concode_elem_sep GemstoneRepository repository concode_field_sep void init concode_elem_sep Gemstone get concode_elem_sep Gemstone get concode_elem_sep long count concode_elem_sep Gemstone save concode_ele... | Iterable < Gemstone > function ( ) { return this . repository . findAll ( ) ; } |
98,147 | called right before a build is going to be deleted . concode_field_sep Logger LOGGER concode_elem_sep Class<R> targetType concode_elem_sep CopyOnWriteList<RunListener> LISTENERS concode_field_sep void fireCompleted concode_elem_sep ExtensionList<RunListener> all concode_elem_sep void fireDeleted concode_elem_sep void o... | void function ( R arg0 ) { } |
98,148 | creates a symlink at pathtoprojectroot.resolve pathtodesiredlinkunderprojectroot thatpoints to pathtoprojectroot.resolve pathtoexistingfileunderprojectroot using arelative symlink . both params must be relative to the project root . concode_field_sep Path EMPTY_PATH concode_elem_sep Function<String,Path> TO_PATH concod... | Path function ( Path arg0 , Path arg1 , Path arg2 ) { Path loc0 = getRelativePath ( arg1 , arg0 . getParent ( ) ) ; Files . createSymbolicLink ( arg2 . resolve ( arg0 ) , loc0 ) ; return loc0 ; } |
98,149 | reads the raw packet data from the data stream . concode_field_sep String name concode_elem_sep String objective concode_elem_sep SPacketUpdateScore.Action action concode_elem_sep int value concode_field_sep String getObjectiveName concode_elem_sep int getScoreValue concode_elem_sep void writePacketData concode_elem_se... | void function ( PacketBuffer arg0 ) { this . name = arg0 . readStringFromBuffer ( 40 ) ; this . action = ( SPacketUpdateScore . Action ) arg0 . readEnumValue ( SPacketUpdateScore . Action . class ) ; this . objective = arg0 . readStringFromBuffer ( 16 ) ; if ( this . action != SPacketUpdateScore . Action . REMOVE ) { t... |
98,150 | remove a value associated with a key . concode_field_sep Tag parent concode_elem_sep PageContext pageContext concode_elem_sep Hashtable<String,Object> values concode_elem_sep long serialVersionUID concode_elem_sep String id concode_field_sep Tag getParent concode_elem_sep Enumeration<String> getValues concode_elem_sep ... | void function ( String arg0 ) { if ( values != null ) { values . remove ( arg0 ) ; } } |
98,151 | adds the following line to the message : execute-app-name : appname concode_field_sep List<String> msgLines concode_elem_sep boolean hasUuid concode_field_sep void addHangupCause concode_elem_sep void addNomediaUuid concode_elem_sep void addLoops concode_elem_sep void addGenericLine concode_elem_sep void addEventLock c... | void function ( String arg0 ) { msgLines . add ( "srini_string" + arg0 ) ; } |
98,152 | delegates to testcontextmanager #beforetestmethod . concode_field_sep Namespace namespace concode_field_sep TestContextManager getTestContextManager concode_elem_sep ApplicationContext getApplicationContext concode_elem_sep void afterEach concode_elem_sep Object resolve concode_elem_sep void postProcessTestInstance con... | void function ( TestExtensionContext arg0 ) { Object loc0 = arg0 . getTestInstance ( ) ; Method loc1 = arg0 . getTestMethod ( ) . get ( ) ; getTestContextManager ( arg0 ) . beforeTestMethod ( loc0 , loc1 ) ; } |
98,153 | creates off-heap map based on unsafe implementation with limitedmemory and lru-based eviction . concode_field_sep PlaceHolder placeHolder concode_field_sep GridOffHeapPartitionedMap unsafePartitionedMap concode_elem_sep GridOffHeapPartitionedMap unsafePartitionedMap concode_elem_sep GridOffHeapPartitionedMap unsafePart... | GridOffHeapMap function ( long arg0 , long arg1 , short arg2 ) { return new GridUnsafeMap ( 128 , 0.75f , arg0 , arg1 , arg2 , null ) ; } |
98,154 | unwraps the given selection concode_field_sep Entry entry concode_field_sep EntryKind getEntryKind concode_elem_sep void selectionChanged concode_elem_sep void run | Entry function ( ISelection arg0 ) { IStructuredSelection loc0 = ( IStructuredSelection ) arg0 ; Object loc1 = loc0 . getFirstElement ( ) ; if ( loc1 == null ) return null ; return ( ( EntryEditPart ) loc1 ) . resolveSemanticElement ( ) ; } |
98,155 | stop the dispatcher so we can be destroyed . package private ; used by eventsupport concode_field_sep Vector<NamingListener> namingListeners concode_elem_sep LdapCtx context concode_elem_sep boolean debug concode_elem_sep EventContext eventSrc concode_elem_sep Thread worker concode_elem_sep EventSupport support concode... | void function ( ) { if ( debug ) System . err . println ( "srini_string" ) ; if ( worker != null ) { worker . interrupt ( ) ; worker = null ; } } |
98,156 | this method is invoked by the jaxb implementation on each instance when unmarshalling completes . concode_field_sep String macro concode_elem_sep Object parent concode_elem_sep String altText concode_elem_sep Boolean dde concode_elem_sep Boolean autoPict concode_elem_sep Boolean autoFill concode_elem_sep Boolean uiObje... | void function ( Unmarshaller arg0 , Object arg1 ) { setParent ( arg1 ) ; } |
98,157 | returns the object corresponding to the provided path if present , null otherwise concode_field_sep Map<String,Object> jsonMap concode_elem_sep String json concode_field_sep String[] parsePath concode_elem_sep Map<String,Object> convertToMap | Object function ( String arg0 , Stash arg1 ) { String [ ] loc0 = parsePath ( arg0 ) ; Object loc1 = jsonMap ; for ( String loc2 : loc0 ) { loc1 = evaluate ( loc2 , loc1 , arg1 ) ; if ( loc1 == null ) { return null ; } } return loc1 ; } |
98,158 | do not use , backwards compatibility only . returns an instance with the given value subtracted to the minimal value . concode_field_sep int opt concode_elem_sep MinOptMax ZERO concode_elem_sep int min concode_elem_sep int max concode_elem_sep long serialVersionUID concode_field_sep MinOptMax minus concode_elem_sep Min... | MinOptMax function ( int arg0 ) { return getInstance ( min - arg0 , opt , max ) ; } |
98,159 | adds a shutdownhook with a priority , the higher the priority the earlier will run . shutdownhooks with same priority run in a non-deterministic order . concode_field_sep Runnable hook concode_elem_sep AtomicBoolean shutdownInProgress concode_elem_sep ShutdownHookManager MGR concode_elem_sep Log LOG concode_elem_sep in... | void function ( Runnable arg0 , int arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( shutdownInProgress . get ( ) ) { throw new IllegalStateException ( "srini_string" ) ; } hooks . add ( new HookEntry ( arg0 , arg1 ) ) ; } |
98,160 | returns the file name concode_field_sep int resourceId concode_elem_sep double cost concode_elem_sep String ownerName concode_elem_sep int size concode_elem_sep long creationTime concode_elem_sep String name concode_elem_sep int checksum concode_elem_sep boolean masterCopy concode_elem_sep boolean readOnly concode_elem... | String function ( ) { return name ; } |
98,161 | the list of branch names . concode_field_sep String nextToken concode_elem_sep java.util.List<String> branches concode_field_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ListBranchesResult clone concode_elem_sep ListBranchesResult withBranches concode_elem_sep Lis... | java . util . List < String > function ( ) { return branches ; } |
98,162 | returns the contact url . concode_field_sep String organizationName concode_elem_sep String contactEmail concode_elem_sep Boolean includeProteinSequences concode_elem_sep String contactFirstName concode_elem_sep PathSettingsCLIInputBean pathSettingsCLIInputBean concode_elem_sep MzIdentMLVersion mzIdentMLVersion concode... | String function ( ) { return contactUrl ; } |
98,163 | sets the value of the content property . concode_field_sep Boolean date concode_elem_sep Boolean snippet concode_elem_sep String src concode_elem_sep Boolean link concode_elem_sep BigInteger refresh concode_elem_sep Boolean showerror concode_elem_sep Label label concode_elem_sep String linktarget concode_elem_sep Boole... | void function ( Boolean arg0 ) { this . content = arg0 ; } |
98,164 | first compares the level of the two properties and if these are equal the property names are compared . concode_field_sep int level concode_elem_sep String name concode_field_sep int getLevel concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString | int function ( TokenProperty arg0 ) { return level != arg0 . level ? level - arg0 . level : name . compareTo ( arg0 . name ) ; } |
98,165 | gets the number of registered observers . concode_field_sep LinkedList<Value> values concode_elem_sep Map<BranchPoint,LinkedList<Value>> savedValues concode_elem_sep Reference rootObjectReference concode_elem_sep Engine engine concode_elem_sep LinkedList<Signature> varSigs concode_elem_sep LinkedList<ExecutionObserver>... | int function ( ) { return ( this . varSigs . size ( ) ) ; } |
98,166 | advances the observer to the next element . adds the current total byte size to the counter , and prepares the observer for the next element . concode_field_sep long totalSize concode_elem_sep Counter<Long> counter concode_elem_sep boolean isLazy concode_field_sep boolean getIsLazy concode_elem_sep void update concode_... | void function ( ) { counter . addValue ( totalSize ) ; totalSize = 0 ; isLazy = false ; } |
98,167 | executes the request . this method is called from the webview thread . to do a non-trivial amount of work , use : cordova.getthreadpool . execute runnable ; to run on the ui thread , use : cordova.getactivity . runonuithread runnable ; concode_field_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView c... | boolean function ( String arg0 , CordovaArgs arg1 , CallbackContext arg2 ) { return false ; } |
98,168 | this method was generated by mybatis generator . this method returns the value of the database column acttrf.trfnum concode_field_sep String amtsde concode_elem_sep Short trfopr concode_elem_sep String recsts concode_elem_sep String trfkid concode_elem_sep String trfnum concode_elem_sep String amdtlr concode_elem_sep S... | String function ( ) { return trfnum ; } |
98,169 | encodes the specified bytes using the base64 encoding . concode_field_sep byte[] BASE64_FOR_URL_ALPHABET_ARRAY concode_elem_sep byte[] BASE64_ALPHABET_ARRAY concode_elem_sep byte PAD concode_field_sep byte[] encodeForURL | byte [ ] function ( byte [ ] arg0 ) { return encode ( arg0 , BASE64_ALPHABET_ARRAY , true ) ; } |
98,170 | adds a long 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 JSONBuild... | JSONBuilder function ( String arg0 , Long arg1 ) { if ( arg1 == null ) { return this ; } return entry ( arg0 , arg1 . longValue ( ) ) ; } |
98,171 | reads all elements from the given com.google.cloud.dataflow.sdk.util.common.worker.reader . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | List < T > function ( Reader < T > arg0 ) { List < T > loc0 = new ArrayList < > ( ) ; try ( Reader . ReaderIterator < T > loc1 = arg0 . iterator ( ) ) { while ( loc1 . hasNext ( ) ) { loc0 . add ( loc1 . next ( ) ) ; } } catch ( IOException loc2 ) { throw new RuntimeException ( "srini_string" + arg0 , loc2 ) ; } return... |
98,172 | formats a calendar into a specific pattern in a locale . concode_field_sep TimeZone UTC_TIME_ZONE concode_elem_sep FastDateFormat ISO_DATE_TIME_ZONE_FORMAT concode_elem_sep FastDateFormat ISO_TIME_TIME_ZONE_FORMAT concode_elem_sep FastDateFormat ISO_TIME_NO_T_FORMAT concode_elem_sep FastDateFormat ISO_DATE_FORMAT conco... | String function ( Calendar arg0 , String arg1 , Locale arg2 ) { return format ( arg0 , arg1 , null , arg2 ) ; } |
98,173 | returns true if the node has any non-root elements . concode_field_sep PlaceHolder placeHolder concode_field_sep Reduction asReduction concode_elem_sep void addChildrenOf concode_elem_sep int getMeaningAs concode_elem_sep String getRootText concode_elem_sep String getDescription concode_elem_sep CSTNode setMeaning conc... | boolean function ( ) { return children ( ) > 0 ; } |
98,174 | set the source direct position to the specified value . concode_field_sep long serialVersionUID concode_elem_sep String comments concode_elem_sep DirectPosition source concode_elem_sep double accuracy concode_elem_sep DirectPosition target concode_field_sep double distance concode_elem_sep double getAccuracy concode_el... | void function ( final DirectPosition arg0 ) { if ( source instanceof DirectPosition2D ) { ( ( DirectPosition2D ) source ) . setLocation ( arg0 ) ; } else { ( ( GeneralDirectPosition ) source ) . setLocation ( arg0 ) ; } } |
98,175 | activate a cell editor using double click . concode_field_sep String COLUMN_VIEWER_ID concode_elem_sep TableItem tableItem concode_elem_sep int index concode_field_sep Control getControl concode_elem_sep void activate concode_elem_sep TableItem getTableItem concode_elem_sep boolean isActivated concode_elem_sep org.ecli... | void function ( ) { tableItem . doubleClick ( index ) ; } |
98,176 | returns true if ha is using a shared edits directory . concode_field_sep DelegationTokenSelector tokenSelector concode_elem_sep Log LOG concode_field_sep boolean isHAEnabled concode_elem_sep List<ClientProtocol> getProxiesForAllNameNodesInNameservice concode_elem_sep List<ProxyAndInfo<T>> getProxiesForAllNameNodesInNam... | boolean function ( Configuration arg0 ) { return null != arg0 . get ( DFS_NAMENODE_SHARED_EDITS_DIR_KEY ) ; } |
98,177 | factory method for creating a bitvector instance wrapping the given byte data . concode_field_sep int[] ODD_OFFSETS concode_elem_sep int m_Size concode_elem_sep byte[] m_Data concode_elem_sep boolean m_MSBAccess concode_elem_sep int[] STRAIGHT_OFFSETS concode_elem_sep Logger logger concode_field_sep void setBytes conco... | BitVector function ( byte [ ] arg0 , int arg1 ) { BitVector loc0 = new BitVector ( arg0 . length * 8 ) ; loc0 . setBytes ( arg0 ) ; loc0 . m_Size = arg1 ; return loc0 ; } |
98,178 | sets the namepos . concode_field_sep int xfpos concode_elem_sep int supbookpos concode_elem_sep int namepos concode_elem_sep int externsheetPos concode_elem_sep int bspos concode_elem_sep List<Record> records concode_elem_sep int protpos concode_elem_sep int tabpos concode_elem_sep int palettepos concode_field_sep void... | void function ( int arg0 ) { this . namepos = arg0 ; } |
98,179 | removes all of the provided cacheelementrevision from this history . concode_field_sep Comparator<Long> REVISION_COMPARATOR concode_elem_sep K cacheKey concode_elem_sep RootObjectCache<K,V> rootObjectCache concode_elem_sep SortedMap<Long,CacheElementRevision<K,V>> revisions concode_field_sep K getCacheKey concode_elem_... | void function ( List < CacheElementRevision < K , V >> arg0 ) { for ( CacheElementRevision < K , V > loc0 : arg0 ) { revisions . arg0 ( loc0 . getRevision ( ) ) ; } } |
98,180 | getter for property tag . concode_field_sep String path concode_elem_sep String filename concode_elem_sep String lineno concode_elem_sep String line concode_elem_sep boolean binary concode_elem_sep boolean alt concode_elem_sep String tag concode_elem_sep String directory concode_field_sep void setBinary concode_elem_se... | String function ( ) { return this . tag ; } |
98,181 | gets the config for the owner concode_field_sep File file concode_elem_sep JavaPlugin plugin concode_elem_sep FileConfiguration fc concode_elem_sep List<Config> configs concode_elem_sep String n concode_field_sep String getName concode_elem_sep void reload concode_elem_sep boolean exists concode_elem_sep JavaPlugin get... | FileConfiguration function ( ) { if ( fc == null ) { fc = YamlConfiguration . loadConfiguration ( getFile ( ) ) ; } return fc ; } |
98,182 | returns the column 's label . concode_field_sep List<Field> fields concode_elem_sep List<String> values concode_elem_sep String variable concode_elem_sep String label concode_elem_sep List<Column> columns concode_elem_sep String title concode_elem_sep FormField.Type type concode_elem_sep List<Row> rows concode_field_se... | String function ( ) { return label ; } |
98,183 | returns the mail template with the uuid in the group . concode_field_sep MailTemplateLocalService _mailTemplateLocalService concode_field_sep MailTemplateLocalService getWrappedMailTemplateLocalService concode_elem_sep void setWrappedService concode_elem_sep com.tls.liferaylms.mail.model.MailTemplate deleteMailTemplate... | com . tls . liferaylms . mail . model . MailTemplate function ( java . lang . String arg0 , long arg1 ) { return _mailTemplateLocalService . getMailTemplateByUuidAndGroupId ( arg0 , arg1 ) ; } |
98,184 | inits the ipaddress concode_field_sep String address concode_elem_sep InetAddress inet_address concode_field_sep InetAddress getInetAddress concode_elem_sep IpAddress getLocalHostAddress concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep IpAddress getByName concode_elem_sep String toString | void function ( String arg0 , InetAddress arg1 ) { this . address = arg0 ; this . inet_address = arg1 ; } |
98,185 | set local properties , e.g. via the `` props '' tag in xml bean definitions . these can be considered defaults , to be overridden by properties loaded from files . concode_field_sep Log logger concode_elem_sep String fileEncoding concode_elem_sep PropertiesPersister propertiesPersister concode_elem_sep Resource[] locat... | void function ( Properties arg0 ) { this . localProperties = new Properties [ ] { arg0 } ; } |
98,186 | sets the value of the lvl2ppr property . concode_field_sep CTTextParagraphProperties lvl9PPr concode_elem_sep CTTextParagraphProperties lvl2PPr concode_elem_sep CTTextParagraphProperties lvl1PPr concode_elem_sep CTTextParagraphProperties lvl7PPr concode_elem_sep CTTextParagraphProperties lvl8PPr concode_elem_sep CTText... | void function ( CTTextParagraphProperties arg0 ) { this . lvl2PPr = arg0 ; } |
98,187 | retrieves the description . concode_field_sep Reference reference concode_elem_sep ManagedConnectionFactoryImpl mcf concode_elem_sep MethodExecutor executor concode_elem_sep ConnectionHolder.ConnectionType conType_ concode_elem_sep PrintWriter logWriter concode_elem_sep Logger _logger concode_elem_sep String descriptio... | String function ( ) { return description ; } |
98,188 | pads the current output to make columns line up . concode_field_sep Schema schema concode_elem_sep byte[] data concode_field_sep RID insertIntoFile concode_elem_sep Object[] getAllFields concode_elem_sep void setAllFields concode_elem_sep void setField concode_elem_sep void setField concode_elem_sep int getIntFld conco... | void function ( int arg0 , int arg1 ) { arg0 = Math . max ( Schema . MIN_WIDTH , arg0 ) ; for ( int loc0 = 0 ; loc0 < arg0 - arg1 ; loc0 ++ ) { System . out . print ( ' ' ) ; } } |
98,189 | removes the `` file : / / '' prefix from the given uri string , if applicable . if the given uri string does n't have a `` file : / / '' prefix , it is returned unchanged . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String getRealPathFromURI_API11to18 concode_elem_sep String getMim... | String function ( String arg0 ) { if ( arg0 . startsWith ( "srini_string" ) ) { arg0 = arg0 . substring ( 7 ) ; } return arg0 ; } |
98,190 | gets the amount of available items in the network of the type passed in , checking nbt or not . the higher level function that use a map should be called instead if the context for this exists to avoid having to get the value again . concode_field_sep int lastRequestExtractions concode_elem_sep List<IInventory> empty c... | int function ( ItemStack arg0 , List < IInventory > arg1 , boolean arg2 ) { Map < IInventory , Integer > loc0 = getInventoriesWithItemInNetwork ( arg0 , arg1 , arg2 ) ; return getCountInNetwork ( arg0 , loc0 , arg2 ) ; } |
98,191 | converts ipv4 inetaddress to 32 bits int . concode_field_sep PlaceHolder placeHolder concode_field_sep long inetAddress2Long concode_elem_sep InetAddress int2InetAddress concode_elem_sep LinkedHashSet<String> getNetworkIPs concode_elem_sep InetAddress long2InetAddress concode_elem_sep TreeSet<String> getInterfaceIPs co... | int function ( InetAddress arg0 ) { if ( ! ( arg0 instanceof Inet4Address ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } byte [ ] loc0 = arg0 . getAddress ( ) ; return ( ( loc0 [ 0 ] & 0xFF ) << 24 ) | ( ( loc0 [ 1 ] & 0xFF ) << 16 ) | ( ( loc0 [ 2 ] & 0xFF ) << 8 ) | ( ( loc0 [ 3 ] & 0xFF ) ) ; } |
98,192 | hook for creating the connection pool . concode_field_sep Log log concode_elem_sep ClientConnectionOperator connOperator concode_elem_sep ConnPoolByRoute pool concode_elem_sep AbstractConnPool connectionPool concode_elem_sep SchemeRegistry schemeRegistry concode_elem_sep ConnPerRouteBean connPerRoute concode_field_sep ... | AbstractConnPool function ( final HttpParams arg0 ) { return new ConnPoolByRoute ( connOperator , arg0 ) ; } |
98,193 | to initialize clss by name from caller . concode_field_sep Map<String,Class<?>> PRIMIIIVE_TYPE_NAME_MAP concode_elem_sep Map<Class<?>,Class<?>> PRIMITIVE_WRAPPER_TYPE_MAP concode_elem_sep String ARRAY_SUFFIX concode_elem_sep String INTERNAL_ARRAY_PREFIX concode_field_sep ClassLoader getCallerClassLoader concode_elem_se... | Class < ? > function ( String arg0 , Class < ? > arg1 ) { return forName ( arg0 , arg1 . getClassLoader ( ) ) ; } |
98,194 | returns the style for diagram inlining concode_field_sep String INLINE_STYLE concode_elem_sep String DOMAIN_ID concode_field_sep List<Diagram> getSubDiagramHierachy concode_elem_sep BooleanValueStyle createInlineStyle concode_elem_sep void openEditor concode_elem_sep IEditorPart openEditor concode_elem_sep Transactiona... | BooleanValueStyle function ( View arg0 ) { BooleanValueStyle loc0 = GMFNotationUtil . getBooleanValueStyle ( arg0 , INLINE_STYLE ) ; return loc0 ; } |
98,195 | empty this list concode_field_sep int[] entries concode_elem_sep int count concode_field_sep void add concode_elem_sep void set concode_elem_sep void grow concode_elem_sep int size concode_elem_sep void fillTo concode_elem_sep int get concode_elem_sep String toString | void function ( ) { count = 0 ; } |
98,196 | called whenever the osgi framework stops our bundle concode_field_sep BundleContext context concode_field_sep void start concode_elem_sep BundleContext getContext | void function ( BundleContext arg0 ) { context = null ; } |
98,197 | called after the indexing operation occurred . concode_field_sep PlaceHolder placeHolder concode_field_sep void postIndexUnderLock concode_elem_sep void postDeleteByQuery concode_elem_sep Engine.Index preIndex concode_elem_sep void postIndex concode_elem_sep void postDeleteUnderLock concode_elem_sep void postDelete con... | void function ( Engine . Create arg0 ) { } |
98,198 | this method tells the object to use appropriate information to extract ending values for the animation . for example , a animatorset object will pass this call to its child objects to tell them to set up the values . a objectanimator object will use the information it has about its target object and propertyvaluesholde... | void function ( ) { } |
98,199 | returns the id of a node . typically , a string representing a word or a phoneme . concode_field_sep Iterator<Edge> incomingEdgeIterator concode_elem_sep List<Edge> incomingEdges concode_elem_sep List<Edge> outgoingEdges concode_elem_sep NodeType nodeType concode_elem_sep String nodeId concode_elem_sep Iterator<Edge> o... | String function ( ) { return nodeId ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.