idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
8,100 | create a grid of evently spaced points in a rectangle . coordinates are expressed in the given crs , by default wgs84 geographical . concode_field_sep Object retval concode_elem_sep OTPServer otpServer concode_field_sep OtpsEntryPoint fromArgs concode_elem_sep OtpsEntryPoint fromArgs concode_elem_sep OtpsPopulation cre... | OtpsPopulation function ( double arg0 , double arg1 , double arg2 , double arg3 , int arg4 , int arg5 ) { SyntheticRasterPopulation loc0 = new SyntheticRasterPopulation ( ) ; loc0 . arg2 = arg2 ; loc0 . arg3 = arg3 ; loc0 . arg0 = arg0 ; loc0 . arg1 = arg1 ; loc0 . arg5 = arg5 ; loc0 . arg4 = arg4 ; loc0 . setup ( ) ; ... |
8,101 | returns the public key of the certificate authority . concode_field_sep String caName concode_elem_sep X500Principal caPrincipal concode_elem_sep X509Certificate trustedCert concode_elem_sep PublicKey caPublicKey concode_elem_sep byte[] nameConstraints concode_field_sep String getCAName concode_elem_sep X509Certificate... | PublicKey function ( ) { return caPublicKey ; } |
8,102 | projection on the maximum value concode_field_sep PropertyNameGetter propertyNameGetter concode_field_sep AuditCriterion hasNotChanged concode_elem_sep AuditCriterion lt concode_elem_sep AuditProjection distinct concode_elem_sep AuditCriterion leProperty concode_elem_sep AggregatedAuditExpression maximize concode_elem_... | AuditProjection function ( ) { return new PropertyAuditProjection ( propertyNameGetter , "srini_string" , false ) ; } |
8,103 | check if this versionstring object contains the versionid m , given as a string concode_field_sep ArrayList _versionIds concode_field_sep boolean containsGreaterThan concode_elem_sep boolean containsGreaterThan concode_elem_sep String toString | boolean function ( String arg0 ) { return contains ( new VersionID ( arg0 ) ) ; } |
8,104 | get the task type concode_field_sep long mapFinishTime concode_elem_sep int[] clockSplits concode_elem_sep long finishTime concode_elem_sep int[] physMemKbytes concode_elem_sep Counters counters concode_elem_sep TaskType taskType concode_elem_sep String hostname concode_elem_sep int port concode_elem_sep int[][] allSpl... | TaskType function ( ) { return taskType ; } |
8,105 | returns all the roles associated with the user . concode_field_sep RoleService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.portal.model.Role> getUserRelatedRoles concode_elem_sep com.liferay.portal.model.Role updateRole concode_elem_sep void unsetUser... | java . util . List < com . liferay . portal . model . Role > function ( long arg0 ) { return getService ( ) . getUserRoles ( arg0 ) ; } |
8,106 | returns total size of inline < script > tags concode_field_sep int filesize concode_elem_sep int inlineScriptSize concode_elem_sep int emptyChars concode_elem_sep int inlineStyleSize concode_elem_sep int inlineEventSize concode_field_sep void setEmptyChars concode_elem_sep int getFilesize concode_elem_sep void setInlin... | int function ( ) { return inlineScriptSize ; } |
8,107 | checks if all given transitions have at least one action . returns false for empty lists . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasEntryAction concode_elem_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep b... | boolean function ( EList < Transition > arg0 ) { if ( arg0 . isEmpty ( ) ) return false ; for ( Transition loc0 : arg0 ) { if ( ! hasAtLeastOneAction ( loc0 ) ) { return false ; } } return true ; } |
8,108 | get an iterator over the reads in this context . will return an empty iterator if this context has no backing source of reads and/or no interval . concode_field_sep SimpleInterval interval concode_elem_sep ReadsDataSource dataSource concode_field_sep SimpleInterval getInterval concode_elem_sep boolean hasBackingDataSou... | Iterator < GATKRead > function ( ) { if ( dataSource == null || interval == null ) { return Collections . < GATKRead > emptyList ( ) . iterator ( ) ; } return dataSource . query ( interval ) ; } |
8,109 | returns the named instance of an asyncrenderer if it already exists otherwise it returns null . concode_field_sep int MAX concode_elem_sep Log log concode_elem_sep Map groupMap concode_elem_sep int ON_DEMAND concode_elem_sep int INTERVAL concode_elem_sep int MIN concode_elem_sep int DELAY concode_elem_sep RenderHub ren... | AsyncRenderer function ( String arg0 ) { if ( arg0 == null ) { return null ; } return ( AsyncRenderer ) groupMap . get ( arg0 ) ; } |
8,110 | callback for remaining command line arguments after either #handle string , string or #handleunknown string return `` false '' . this will be called at the end of parsing evenwhen there are no remaining arguments . concode_field_sep String DRIVER_JAVA_OPTIONS concode_elem_sep String DRIVER_LIBRARY_PATH concode_elem_sep... | void function ( List < String > arg0 ) { throw new UnsupportedOperationException ( ) ; } |
8,111 | called right before jenkins.model.jenkins #jenkins java.io.file , javax.servlet.servletcontext is invokedto decorate the hudson home directory . concode_field_sep PlaceHolder placeHolder concode_field_sep void setup concode_elem_sep void tearDown | void function ( JenkinsRule arg0 , File arg1 ) { } |
8,112 | prints a message at error priority . 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 void printl... | void function ( String arg0 , String arg1 ) { e ( arg0 , arg1 , null ) ; } |
8,113 | translates the legacy default database form : database = ... to the 1.7.2 form : database .0 = ... concode_field_sep PlaceHolder placeHolder concode_field_sep void translateDefaultNoSystemExitProperty concode_elem_sep int getDefaultPort concode_elem_sep String[] listLocalInetAddressNames concode_elem_sep void translate... | void function ( HsqlProperties arg0 ) { if ( arg0 == null ) { return ; } String loc0 = arg0 . getProperty ( SC_KEY_DATABASE ) ; if ( loc0 != null ) { arg0 . setProperty ( SC_KEY_DATABASE + "srini_string" , loc0 ) ; } } |
8,114 | method description concode_field_sep Logger log concode_elem_sep ConcurrentLinkedQueue<Packet> waitingControlPackets concode_elem_sep S2SConnectionHandlerIfc<S2SIOService> handler concode_elem_sep String ipAddress concode_elem_sep OutgoingState conn_state concode_elem_sep S2SIOService service concode_field_sep void add... | S2SIOService function ( ) { return service ; } |
8,115 | return the field based on the tag value associated with the object . concode_field_sep List<ObjectInspector> children concode_elem_sep byte tag concode_elem_sep Object object concode_field_sep Object getObject concode_elem_sep Category getCategory concode_elem_sep String toString concode_elem_sep String toString concod... | Object function ( Object arg0 ) { if ( arg0 == null ) { return null ; } return ( ( UnionObject ) arg0 ) . getObject ( ) ; } |
8,116 | return when the site is touched first concode_field_sep Operation _pendingOp concode_elem_sep List<String> _dirtyVIds concode_elem_sep Map<Integer,Integer> _touchSiteTime concode_elem_sep int _startTimestamp concode_elem_sep String _tid concode_elem_sep boolean _readOnly concode_field_sep void addTouchedSite concode_el... | int function ( int arg0 ) { if ( ! _touchSiteTime . containsKey ( arg0 ) ) { return - 1 ; } return _touchSiteTime . get ( arg0 ) ; } |
8,117 | returns a composed predicate that represents a short-circuiting logical and of this predicate and another . when evaluating the composed predicate , if this predicate is false , then the other predicate is not evaluated . any exceptions thrown during evaluation of either predicate are relayed to the caller ; if evaluat... | DistributedLongPredicate function ( DistributedLongPredicate arg0 ) { Objects . requireNonNull ( arg0 ) ; return ( value ) -> test ( value ) && arg0 . test ( value ) ; } |
8,118 | this method fills the point with coordinates of randomly selected mesh vertex . concode_field_sep List<List<Vector3f>> vertices concode_elem_sep List<List<Vector3f>> normals concode_field_sep void getRandomPointAndNormal concode_elem_sep void read concode_elem_sep EmitterShape deepClone concode_elem_sep Object jmeClone... | void function ( Vector3f arg0 ) { int loc0 = FastMath . nextRandomInt ( 0 , vertices . size ( ) - 1 ) ; int loc1 = FastMath . nextRandomInt ( 0 , vertices . get ( loc0 ) . size ( ) - 1 ) ; arg0 . set ( vertices . get ( loc0 ) . get ( loc1 ) ) ; } |
8,119 | sets the path of the music folder . concode_field_sep File path concode_elem_sep boolean isEnabled concode_elem_sep String name concode_elem_sep Integer id concode_elem_sep Date changed concode_field_sep void setName concode_elem_sep Function<MusicFolder,Integer> toId concode_elem_sep String getName concode_elem_sep Li... | void function ( File arg0 ) { this . path = arg0 ; } |
8,120 | callback for when an unrecognized option is parsed . concode_field_sep String DRIVER_JAVA_OPTIONS concode_elem_sep String DRIVER_LIBRARY_PATH concode_elem_sep String DRIVER_CORES concode_elem_sep String NUM_EXECUTORS concode_elem_sep String[][] opts concode_elem_sep String EXECUTOR_CORES concode_elem_sep String PY_FILE... | boolean function ( String arg0 ) { throw new UnsupportedOperationException ( ) ; } |
8,121 | marks the datapoint as a virtual datapoint . concode_field_sep boolean readable concode_elem_sep boolean virtual concode_elem_sep Object defaultValue concode_elem_sep Number maxValue concode_elem_sep HmChannel channel concode_elem_sep String description concode_elem_sep boolean readOnly concode_elem_sep HmValueType typ... | void function ( boolean arg0 ) { this . virtual = arg0 ; } |
8,122 | removes the given variables from the assignments concode_field_sep Set<Assignment> groundings concode_elem_sep Logger log concode_field_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep void extend concode_elem_sep void extend concode_elem_sep void extend concode_elem_sep void extend con... | void function ( Set < String > arg0 ) { for ( Assignment loc0 : groundings ) { loc0 . removeAll ( arg0 ) ; } } |
8,123 | returns the spy object for the under file system being spied . this is the object to mock in tests . concode_field_sep UnderFileSystem mUfsSpy concode_elem_sep UnderFileSystemFactory mFactory concode_field_sep void close | UnderFileSystem function ( ) { return mUfsSpy ; } |
8,124 | returns a string representation of the card . concode_field_sep String[] SUITS concode_elem_sep int rank concode_elem_sep int suit concode_elem_sep String[] RANKS concode_field_sep int getRank concode_elem_sep int getSuit concode_elem_sep boolean equals concode_elem_sep int compareTo concode_elem_sep int position | String function ( ) { return RANKS [ this . rank ] + "srini_string" + SUITS [ this . suit ] ; } |
8,125 | gets the vector from this edgept to the next . concode_field_sep Vec2 mvNext concode_elem_sep Point mptPos concode_elem_sep byte mbtDir concode_elem_sep boolean mbTraversed concode_elem_sep boolean mbFixed concode_elem_sep int mnRunLength concode_field_sep void setVec concode_elem_sep boolean getFixed concode_elem_sep ... | Vec2 function ( ) { return this . mvNext ; } |
8,126 | sends the given keys to the underlying webelement . concode_field_sep PlaceHolder placeHolder concode_field_sep T as concode_elem_sep GenericElement submit concode_elem_sep GenericElement clear | GenericElement function ( CharSequence ... arg0 ) { webElement ( ) . sendKeys ( arg0 ) ; return this ; } |
8,127 | sets the value of the style property . concode_field_sep BigInteger barWidth concode_elem_sep BigDecimal scaling concode_elem_sep String color concode_elem_sep BigInteger datasourceIndex concode_elem_sep BigInteger offset concode_elem_sep String label concode_elem_sep Boolean fill concode_elem_sep String align concode_... | void function ( String arg0 ) { this . style = arg0 ; } |
8,128 | returns all declared prefixes . concode_field_sep Map<String,String> prefixToNamespaceUri concode_elem_sep Map<String,Set<String>> namespaceUriToPrefixes concode_field_sep String getPrefix concode_elem_sep Set<String> getPrefixesInternal concode_elem_sep void clear concode_elem_sep void bindNamespaceUri concode_elem_se... | Iterator < String > function ( ) { Set < String > loc0 = new HashSet < String > ( prefixToNamespaceUri . keySet ( ) ) ; loc0 . remove ( XMLConstants . DEFAULT_NS_PREFIX ) ; loc0 = Collections . unmodifiableSet ( loc0 ) ; return loc0 . iterator ( ) ; } |
8,129 | queries the uidata for the current row of data to get the current cheese . concode_field_sep List cheeses concode_elem_sep UIData cheeseList concode_elem_sep CheeseService service concode_field_sep int getNumCheeses concode_elem_sep void setCheeseList concode_elem_sep UIData getCheeseList concode_elem_sep List getChees... | String function ( ) { Cheese loc0 = ( Cheese ) cheeseList . getRowData ( ) ; if ( loc0 == null ) { throw new NullPointerException ( "srini_string" ) ; } return loc0 . getName ( ) ; } |
8,130 | get the locale used for the logs . if null , the locale #getdefault default locale is used . concode_field_sep AtomicReference<Locale> LOGGING_LOCALE concode_field_sep String getName concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep void log concode_elem_sep void log concode_elem_sep Logger getLo... | Locale function ( ) { return LOGGING_LOCALE . get ( ) ; } |
8,131 | dispatch incoming log message . this operation will block if the input queue of the dispatcher is full . concode_field_sep Logger log concode_elem_sep int POLL_TIME concode_elem_sep List<LogEventHandler> handlers concode_elem_sep int incomingQueueLength concode_elem_sep CountDownLatch shutdownComplete concode_elem_sep ... | void function ( Timber . LogEvent arg0 , Channel arg1 ) { if ( isShutdown . get ( ) ) { throw new IllegalStateException ( "srini_string" ) ; } try { incomingQueue . put ( new LogEventQueueEntry ( arg0 , arg1 ) ) ; } catch ( InterruptedException loc0 ) { throw new RuntimeException ( loc0 ) ; } } |
8,132 | gets the value of the id property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep String getvalue concode_elem_sep void setId | String function ( ) { return id ; } |
8,133 | gets the x509 sha256 certificate thumbprint . concode_field_sep JsonObject keyParameters concode_field_sep String encode concode_elem_sep String getKeyAlgorithm concode_elem_sep RSAPublicKey toRSAPublicKey concode_elem_sep JsonObject getJsonObject concode_elem_sep String getPrivateExponent concode_elem_sep String getPr... | String function ( ) { return getKeyParameter ( X509_CERTIFICATE_SHA256_THUMBPRINT ) ; } |
8,134 | todo concode_field_sep String oauth_signature concode_elem_sep int OBTAIN_USER_AUTHORIZATION concode_elem_sep int resultOfRequest concode_elem_sep int requesting concode_elem_sep boolean debug concode_elem_sep String oauth_consumer_key concode_elem_sep int SUCCESS concode_elem_sep String oauth_token_secret concode_elem... | String function ( ) { String loc0 = "srini_string" ; switch ( resultOfRequest ) { case SUCCESS : break ; case ERROR : loc0 = "srini_string" ; break ; case ERROR_NOUSERMATCH : loc0 = "srini_string" ; break ; case ERROR_USERNOTFOUND : loc0 = "srini_string" ; break ; } return loc0 ; } |
8,135 | sets the size threshold beyond which files are written directly to disk . concode_field_sep int sizeThreshold concode_elem_sep int DEFAULT_SIZE_THRESHOLD concode_elem_sep File repository concode_elem_sep FileCleaningTracker fileCleaningTracker concode_field_sep FileCleaningTracker getFileCleaningTracker concode_elem_se... | void function ( int arg0 ) { this . sizeThreshold = arg0 ; } |
8,136 | writes a zero-terminated unary number to the output bytebuf . example of the output for value = 6 : 1111110 concode_field_sep int bitCount concode_elem_sep long bitBuffer concode_field_sep void writeInt concode_elem_sep void writeBits concode_elem_sep void flush concode_elem_sep void writeBoolean | void function ( ByteBuf arg0 , int arg1 ) { if ( arg1 < 0 ) { throw new IllegalArgumentException ( "srini_string" + arg1 + "srini_string" ) ; } while ( arg1 -- > 0 ) { writeBoolean ( arg0 , true ) ; } writeBoolean ( arg0 , false ) ; } |
8,137 | get the fingerprint of the name of the element . this is similar to the namecode , except that it does not contain any information about the prefix : so two elements with the same fingerprint have the same name , excluding prefix . this method can be used after the #start_element , #end_element , #processing_instructio... | int function ( ) { return base . getFingerprint ( ) ; } |
8,138 | a function to generate regex which matches interval string 's unit part like `` 3 years '' . first , we can leave out some units in interval string , and we only care about the value of unit , so here we use non-capturing group to wrap the actual regex . at the beginning of the actual regex , we should match spaces bef... | String function ( String arg0 ) { return "srini_string" + arg0 + "srini_string" ; } |
8,139 | gets the creativetemplatevariabletype value for this creativetemplatevariable . concode_field_sep java.lang.Boolean isRequired concode_elem_sep java.lang.String uniqueName concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String desc... | java . lang . String function ( ) { return creativeTemplateVariableType ; } |
8,140 | clears the value of the 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 concode_e... | SingleFieldBuilder < MType , BType , IType > function ( ) { message = ( MType ) ( message != null ? message . getDefaultInstanceForType ( ) : builder . getDefaultInstanceForType ( ) ) ; if ( builder != null ) { builder . dispose ( ) ; builder = null ; } onChanged ( ) ; return this ; } |
8,141 | append table name concode_field_sep WeakReference m_classDescriptor concode_elem_sep Logger m_logger concode_field_sep void appendWhereClause concode_elem_sep void appendWhereClause concode_elem_sep ClassDescriptor getClassDescriptor concode_elem_sep Logger getLogger | void function ( ClassDescriptor arg0 , StringBuffer arg1 ) { arg1 . append ( arg0 . getFullTableName ( ) ) ; } |
8,142 | gets the value of the changedcampaigns 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 changedcampaigns property . for example , to add ... | List < CampaignChangeData > function ( ) { if ( changedCampaigns == null ) { changedCampaigns = new ArrayList < CampaignChangeData > ( ) ; } return this . changedCampaigns ; } |
8,143 | print a closed tag with attributes . the tag will be followed by a newline . concode_field_sep PrintWriter m_out concode_elem_sep char[] VALID_CHARS concode_elem_sep char LOWER_RANGE concode_elem_sep char UPPER_RANGE concode_elem_sep String[] VALID concode_elem_sep char[] INVALID concode_elem_sep ArrayList m_tagStack c... | void function ( String arg0 , String [ ] arg1 , String [ ] arg2 , int arg3 ) { arg0 ( arg0 , arg1 , arg2 , arg3 , true ) ; } |
8,144 | set the event list to the given list of events related to the entity concode_field_sep HashMap<String,Set<Object>> primaryFilters concode_elem_sep HashMap<String,Object> otherInfo concode_elem_sep HashMap<String,Set<String>> relatedEntities concode_elem_sep String entityType concode_elem_sep String entityId concode_ele... | void function ( List < TimelineEvent > arg0 ) { this . events = arg0 ; } |
8,145 | sets the x data . concode_field_sep Set<MinMaxChangeListener> xMinMaxListeners concode_elem_sep double maxX concode_elem_sep XYPlotLine line concode_elem_sep double maxY concode_elem_sep double oldMinX concode_elem_sep DoubleData yData concode_elem_sep double oldMinY concode_elem_sep Set<MinMaxChangeListener> yMinMaxLi... | void function ( DoubleData arg0 ) { this . xData = arg0 ; } |
8,146 | this hook method will be invoked when the dfs finishes the visit of an element . since there is no return parameter this method will not effect the algorithms behaviour . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_fie... | void function ( Object arg0 , int arg1 , int arg2 ) { } |
8,147 | reset to new initial value concode_field_sep long lastValue concode_elem_sep long currValue concode_elem_sep int dataType concode_elem_sep HsqlName name concode_elem_sep long increment concode_elem_sep long startValue concode_field_sep long getValue concode_elem_sep long getValue concode_elem_sep HsqlName getName conco... | void function ( long arg0 ) { startValue = currValue = lastValue = arg0 ; } |
8,148 | sets the create date of this b b b participant . concode_field_sep BBBParticipant _bbbParticipant concode_field_sep void setBbbParticipantId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.Strin... | void function ( java . util . Date arg0 ) { _bbbParticipant . setCreateDate ( arg0 ) ; } |
8,149 | gets volume part year . concode_field_sep String owningInstitutionItemId concode_elem_sep String lastUpdatedBy concode_elem_sep Integer collectionGroupId concode_elem_sep List<BibliographicEntity> bibliographicEntities concode_elem_sep String callNumberType concode_elem_sep String customerCode concode_elem_sep Integer ... | String function ( ) { return volumePartYear ; } |
8,150 | compares two strings using the given collator and comparing contained numbers based on their numeric values . concode_field_sep Comparator<String> IGNORE_CASE_NATURAL_COMPARATOR_ASCII concode_elem_sep Comparator<String> NATURAL_COMPARATOR_ASCII concode_field_sep int compare concode_elem_sep int compare concode_elem_sep... | int function ( Collator arg0 , String arg1 , String arg2 ) { return compareNatural ( arg1 , arg2 , true , arg0 ) ; } |
8,151 | mainly used by unit tests to replace the interceptor chain with the starting point passed in . concode_field_sep CommandInterceptor firstInChain concode_elem_sep ReentrantLock lock concode_elem_sep Log log concode_field_sep boolean containsInterceptorType concode_elem_sep void printChainInfo concode_elem_sep boolean co... | void function ( CommandInterceptor arg0 ) { this . firstInChain = arg0 ; } |
8,152 | create an httpurlconnection for the specified url . concode_field_sep SSLSocketFactory mSslSocketFactory concode_elem_sep UrlRewriter mUrlRewriter concode_elem_sep String HEADER_CONTENT_TYPE concode_field_sep void setConnectionParametersForRequest concode_elem_sep HttpResponse performRequest concode_elem_sep void addBo... | HttpURLConnection function ( URL arg0 ) { HttpURLConnection loc0 = ( HttpURLConnection ) arg0 . openConnection ( ) ; loc0 . setInstanceFollowRedirects ( HttpURLConnection . getFollowRedirects ( ) ) ; return loc0 ; } |
8,153 | includes link parameters from the given targets . each target is checked for the given mappings in the order specified , and the first mapping that returns a non-null result is added . concode_field_sep ImmutableList.Builder<String> localLinkoptsBuilder concode_elem_sep ExtraLinkTimeLibraries extraLinkTimeLibraries con... | Builder function ( Iterable < ? extends TransitiveInfoCollection > arg0 , Function < TransitiveInfoCollection , CcLinkParamsStore > arg1 , @ SuppressWarnings ( "srini_string" ) Function < TransitiveInfoCollection , CcLinkParamsStore > ... arg2 ) { for ( TransitiveInfoCollection loc0 : arg0 ) { addTransitiveTarget ( loc... |
8,154 | determine the file to use for timestamp checking . the default implementation delegates to #getfile . concode_field_sep PlaceHolder placeHolder concode_field_sep File getFile concode_elem_sep URL getURL concode_elem_sep boolean isOpen concode_elem_sep String getFilename concode_elem_sep int hashCode concode_elem_sep bo... | File function ( ) { return getFile ( ) ; } |
8,155 | gets the value of the properties 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 properties property . for example , to add a new item ,... | List < PropertyRepresentation > function ( ) { if ( properties == null ) { properties = new ArrayList < PropertyRepresentation > ( ) ; } return this . properties ; } |
8,156 | returns whether or not the specified reg is the result reg . concode_field_sep RegisterSpec result concode_elem_sep SsaBasicBlock block concode_field_sep boolean canThrow concode_elem_sep boolean isMoveException concode_elem_sep SsaBasicBlock getBlock concode_elem_sep Insn toRopInsn concode_elem_sep void mapSourceRegis... | boolean function ( int arg0 ) { return result != null && result . getReg ( ) == arg0 ; } |
8,157 | pauses the playback of the audio stream . concode_field_sep boolean opened concode_elem_sep PipedOutputStream audioDataOutputStream concode_elem_sep AudioDataInputStream audioDataInputStream concode_field_sep void play concode_elem_sep boolean isOpened concode_elem_sep void setMute concode_elem_sep boolean isReady conc... | void function ( ) { audioDataInputStream . setPlaying ( false ) ; } |
8,158 | returns the underlying shortbuffer . if you modify the buffer contents they wil be uploaded on the call to #bind . if you need immediate uploading use #setindices short , int , int . concode_field_sep IntBuffer tmpHandle concode_elem_sep ShortBuffer buffer concode_elem_sep ByteBuffer byteBuffer concode_elem_sep boolean... | ShortBuffer function ( ) { return buffer ; } |
8,159 | sets the value of the key property . concode_field_sep Groups parentGroups concode_elem_sep RoleAssignments roles concode_elem_sep String name concode_elem_sep Groups childGroups concode_elem_sep String description concode_elem_sep String href concode_elem_sep Users users concode_elem_sep Properties properties concode_... | void function ( String arg0 ) { this . key = arg0 ; } |
8,160 | requests , in a jdk 1.1 compliant way , that the file or directory denoted by the given abstract pathname be deleted when the virtual machine terminates . deletion will be attempted only for jdk 1.2 and greater runtime environments and only upon normal termination of the virtual machine , as defined by the java languag... | void function ( File arg0 ) { JavaSystem . deleteOnExit ( arg0 ) ; } |
8,161 | read an int , 32-bits . like datainputstream.readint except little endian . concode_field_sep String EMBEDDEDCOPYRIGHT concode_elem_sep byte[] work concode_elem_sep InputStream is concode_elem_sep DataInputStream dis concode_field_sep int read concode_elem_sep String readLine concode_elem_sep char readChar concode_elem... | int function ( ) { dis . readFully ( work , 0 , 4 ) ; return ( work [ 3 ] ) << 24 | ( work [ 2 ] & 0xff ) << 16 | ( work [ 1 ] & 0xff ) << 8 | ( work [ 0 ] & 0xff ) ; } |
8,162 | the advertised public address . this method has been deprecated . since 1.2 , the default implementation simply calls #get . implementations should implement that method only . concode_field_sep PlaceHolder placeHolder concode_field_sep PublicAddress of concode_elem_sep PublicAddress inferred concode_elem_sep HttpUrlBu... | URI function ( @ SuppressWarnings ( "srini_string" ) Context arg0 ) { return get ( ) ; } |
8,163 | returns the public key of the most-trusted ca . concode_field_sep String trustName concode_elem_sep byte[] nameConstraints concode_elem_sep X509Certificate trustCert concode_elem_sep PublicKey trustPublicKey concode_field_sep String getCAName concode_elem_sep X509Certificate getTrustedCert concode_elem_sep String toStr... | PublicKey function ( ) { return trustPublicKey ; } |
8,164 | prints a character to standard output and flushes standard output . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println... | void function ( char arg0 ) { out . print ( arg0 ) ; out . flush ( ) ; } |
8,165 | check that the given charsequence is neither null norof length 0 . note : this method returns true for a charsequence that purely consists of whitespace . stringutils.haslength null = false stringutils.haslength '' '' = false stringutils.haslength '' '' = true stringutils.haslength `` hello '' = true concode_field_sep ... | boolean function ( CharSequence arg0 ) { return ( arg0 != null && arg0 . length ( ) > 0 ) ; } |
8,166 | utility method to compute the allocated size in bytes of a yuv420sp image of the given dimensions . concode_field_sep Logger LOGGER concode_field_sep void convertARGB8888ToYUV420SP concode_elem_sep void saveBitmap concode_elem_sep void convertRGB565ToYUV420SP concode_elem_sep void convertYUV420SPToARGB8888 concode_elem... | int function ( final int arg0 , final int arg1 ) { final int loc0 = arg0 * arg1 ; final int loc1 = ( ( arg0 + 1 ) / 2 ) * ( ( arg1 + 1 ) / 2 ) * 2 ; return loc0 + loc1 ; } |
8,167 | generates a warning log for the specified plug-in , with the specified status code , message , and throwable . concode_field_sep String HTTP concode_elem_sep String PREFIX_CATCHING concode_elem_sep String CARET concode_elem_sep String SEPARATOR_METHOD concode_elem_sep String PARENTHESIS_CLOSE concode_elem_sep String PA... | void function ( int arg0 , String arg1 , Throwable arg2 ) { log ( Diagnostic . WARNING , arg0 , arg1 , arg2 ) ; } |
8,168 | sets the id . concode_field_sep Logger log concode_elem_sep Integer dlistId concode_elem_sep long serialVersionUID concode_elem_sep PBKey pbKey concode_elem_sep Integer id concode_elem_sep Identity oid concode_elem_sep int position concode_elem_sep Object realSubject concode_field_sep void prepareRealSubject concode_el... | void function ( Integer arg0 ) { this . id = arg0 ; } |
8,169 | sets the encryption options for this document . the userpassword and the ownerpassword can be null or have zero length . in this case the ownerpassword is replaced by a random string . the open permissions for the document can be allowprinting , allowmodifycontents , allowcopy , allowmodifyannotations , allowfillin , a... | void function ( boolean arg0 , String arg1 , String arg2 , int arg3 ) { setEncryption ( DocWriter . getISOBytes ( arg1 ) , DocWriter . getISOBytes ( arg2 ) , arg3 , arg0 ) ; } |
8,170 | checking whether the timer is started concode_field_sep boolean started concode_elem_sep long last concode_elem_sep long cumulate concode_field_sep boolean readable concode_elem_sep long read concode_elem_sep void stop concode_elem_sep String nanoTimeToString concode_elem_sep void start concode_elem_sep void reset conc... | boolean function ( ) { return this . started ; } |
8,171 | moves the iterator to the next segment of the path forwards along the primary direction of traversal as long as there are more points in that direction . concode_field_sep PathIterator itr concode_elem_sep float f0 concode_elem_sep float[] f concode_elem_sep float f1 concode_elem_sep float f2 concode_elem_sep float f3 ... | void function ( ) { itr . next ( ) ; } |
8,172 | returns true if null is a legal value for this dependency . concode_field_sep boolean nullable concode_elem_sep int parameterIndex concode_elem_sep Key<T> key concode_elem_sep InjectionPoint injectionPoint concode_field_sep Key<T> getKey concode_elem_sep InjectionPoint getInjectionPoint concode_elem_sep int getParamete... | boolean function ( ) { return nullable ; } |
8,173 | start to measure times and make the state of stopwatch running . concode_field_sep boolean isStarted concode_elem_sep long currentElapsedNanos concode_elem_sep long startNanos concode_field_sep StopWatch stop concode_elem_sep boolean isRunning concode_elem_sep long now concode_elem_sep long now concode_elem_sep StopWat... | StopWatch function ( ) { if ( isStarted ) { throw new IllegalStateException ( "srini_string" ) ; } isStarted = true ; startNanos = System . nanoTime ( ) ; return this ; } |
8,174 | place for custom routing performed by specialized subclass . a `` positive '' approach is taken . method has to copy references to gateways from candidates list to allowed . so , default behavior is to copy all references . another possibility is to take `` negative '' approach , where method should delete unwanted gat... | void function ( OutboundMessage arg0 ) { getAllowed ( ) . addAll ( getCandidates ( ) ) ; } |
8,175 | gives the applytransformtodestination of all classes in the confusion matrix . concode_field_sep List<T> classes concode_elem_sep Map<T,Multiset<T>> matrix concode_field_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep int getPredictedTotal concode_elem_sep String toHTML concode_elem_se... | List < T > function ( ) { return classes ; } |
8,176 | returns the current transaction based on the jta transaction . concode_field_sep Logger log concode_elem_sep WeakReference internTx concode_elem_sep WeakReference externTx concode_elem_sep ThreadLocal txRepository concode_field_sep void deregisterTx concode_elem_sep void abortExternalTx concode_elem_sep Transaction get... | TransactionImpl function ( ) { TransactionImpl loc0 = getTransaction ( ) ; if ( null == loc0 ) { throw new TransactionNotInProgressException ( "srini_string" ) ; } return loc0 ; } |
8,177 | reinjecting into a method . concode_field_sep PicoContainer parent concode_elem_sep ComponentMonitor monitor concode_elem_sep Properties NO_PROPERTIES concode_elem_sep NullLifecycleStrategy NO_LIFECYCLE concode_field_sep Method toMethod | Object function ( final Class < ? > arg0 , final Class < ? > arg1 , final Object arg2 , final InjectionType arg3 ) { return reinject ( arg0 , arg1 , arg2 , NO_PROPERTIES , arg3 ) ; } |
8,178 | get phone concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName concode_elem_sep String email concode_field_sep User lastName concode_elem_sep void s... | String function ( ) { return phone ; } |
8,179 | deserializes and initializes transient data . concode_field_sep long maxUseTime_ concode_elem_sep long maxInactivity_ concode_elem_sep int ccsid_ concode_elem_sep boolean defaultPretestConnections_ concode_elem_sep int maxConnections_ concode_elem_sep long cleanupInterval_ concode_elem_sep long maxLifetime_ concode_ele... | void function ( ObjectInputStream arg0 ) { arg0 . defaultReadObject ( ) ; } |
8,180 | retrieves an array of string objects from the argument s . the elements of the retreived array are , in order , all of the tokens extracted from the argument s using a java.util.stringtokenizer constructed thus : new stringtokenizer s , '' , '' , false ; this method is useful for things such as converting csv lists to ... | String [ ] function ( String arg0 ) { if ( arg0 == null ) { return new String [ ] { } ; } StringTokenizer loc0 = new StringTokenizer ( arg0 , "srini_string" , false ) ; int loc1 = loc0 . countTokens ( ) ; String [ ] loc2 = new String [ loc1 ] ; for ( int loc3 = 0 ; loc3 < loc1 ; loc3 ++ ) { loc2 [ loc3 ] = loc0 . nextT... |
8,181 | get dtometadata field concode_field_sep Item item concode_elem_sep ItemService itemService concode_elem_sep List<DtoMetadata> undoDtomList concode_elem_sep Transformer transformer concode_elem_sep String DUBLIN_CORE_XML concode_elem_sep File dir concode_elem_sep HandleService handleService concode_elem_sep Logger log c... | DtoMetadata function ( String arg0 ) { for ( DtoMetadata loc0 : dtomList ) { if ( loc0 . matches ( arg0 , false ) ) { return loc0 ; } } return null ; } |
8,182 | marshal method for the any class , encodes the any object to the output stream . concode_field_sep Any value concode_field_sep void _unmarshal | void function ( com . ericsson . otp . erlang . OtpOutputStream arg0 ) { AnyHelper . marshal ( arg0 , value ) ; } |
8,183 | returns the time difference between the first and last events in this log . concode_field_sep String TAG concode_elem_sep boolean ENABLED concode_elem_sep boolean mFinished concode_elem_sep String name concode_elem_sep boolean DEBUG concode_elem_sep List<Marker> mMarkers concode_elem_sep long thread concode_elem_sep lo... | long function ( ) { if ( mMarkers . size ( ) == 0 ) { return 0 ; } long loc0 = mMarkers . get ( 0 ) . time ; long loc1 = mMarkers . get ( mMarkers . size ( ) - 1 ) . time ; return loc1 - loc0 ; } |
8,184 | retrieves download notifications concode_field_sep long DEFAULT_QUERY_TIMEOUT concode_elem_sep String ALL_ACTIVITIES concode_elem_sep String DOWNLOAD_TRANSFORM concode_elem_sep String NOTIFICATIONS_CHANNEL concode_elem_sep String url concode_elem_sep Map<String,Object> queryResponse concode_elem_sep Logger LOGGER conco... | void function ( ) { LOGGER . debug ( "srini_string" ) ; client . getChannel ( DOWNLOADS_CHANNEL ) . publish ( emptyMessage ) ; } |
8,185 | creates copies of the current search scheme . note that this method now uses serialization to perform a deep copy , so the search object must be fully serializable . any currently built model will now be copied as well . concode_field_sep long serialVersionUID concode_field_sep int[] search concode_elem_sep ASSearch fo... | ASSearch [ ] function ( ASSearch arg0 , int arg1 ) { if ( arg0 == null ) throw new Exception ( "srini_string" ) ; ASSearch [ ] loc0 = new ASSearch [ arg1 ] ; SerializedObject loc1 = new SerializedObject ( arg0 ) ; for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) loc0 [ loc2 ] = ( ASSearch ) loc1 . getObject ( ) ; ... |
8,186 | returns a string representation of an instance of this class . concode_field_sep List<FromClause> clauses concode_field_sep void addGroups concode_elem_sep void acceptVisitor concode_elem_sep boolean containsGroup concode_elem_sep List<FromClause> getClauses concode_elem_sep void setClauses concode_elem_sep int hashCod... | String function ( ) { return SQLStringVisitor . getSQLString ( this ) ; } |
8,187 | return true if classes in the given package is unlikely to be renamed : e.g. , because they are part of a public api . concode_field_sep int MIN_CODE_LENGTH concode_elem_sep String ELEMENT_NAME concode_elem_sep String METHOD_NAME_KEY concode_elem_sep double MIN_MATCH concode_elem_sep Set<String> featureSet concode_elem... | boolean function ( String arg0 ) { return arg0 . startsWith ( "srini_string" ) ; } |
8,188 | true if the specified position can be reached in one step . does not check if the position is in bounds . concode_field_sep int x concode_elem_sep int y concode_field_sep boolean inBounds concode_elem_sep Position move concode_elem_sep List<Position> getAdjacentPositions concode_elem_sep Direction getDirection concode_... | boolean function ( Position arg0 ) { return Math . abs ( x - arg0 . x ) <= 1 && Math . abs ( y - arg0 . y ) <= 1 ; } |
8,189 | overrides sessionbean method concode_field_sep Logger log concode_field_sep void ejbCreate concode_elem_sep void ejbPassivate concode_elem_sep String getNodeName concode_elem_sep void ejbActivate concode_elem_sep void setSessionContext | void function ( ) { } |
8,190 | calls excludepaths system.getproperty `` java.endorsed.dirs '' concode_field_sep Logger LOG concode_elem_sep Map<String,URL> urls concode_elem_sep Set<String> protocols concode_field_sep UrlSet include concode_elem_sep UrlSet excludePaths concode_elem_sep UrlSet excludeJavaExtDirs concode_elem_sep UrlSet excludeJavaHom... | UrlSet function ( ) { return excludePaths ( System . getProperty ( "srini_string" , "srini_string" ) ) ; } |
8,191 | the ids of the dedicated hosts that were successfully modified . concode_field_sep com.amazonaws.internal.SdkInternalList<UnsuccessfulItem> unsuccessful concode_elem_sep com.amazonaws.internal.SdkInternalList<String> successful concode_field_sep void setUnsuccessful concode_elem_sep java.util.List<UnsuccessfulItem> get... | void function ( java . util . Collection < String > arg0 ) { if ( arg0 == null ) { this . successful = null ; return ; } this . successful = new com . amazonaws . internal . SdkInternalList < String > ( arg0 ) ; } |
8,192 | set a list of strings containing the ids of the column components selected in this row . concode_field_sep ExpansionType expansionType concode_elem_sep boolean selected concode_elem_sep boolean selectable concode_elem_sep boolean expanded concode_elem_sep boolean visible concode_elem_sep List<String> activeCellEditorId... | void function ( List < String > arg0 ) { this . selectedColumnIds = arg0 ; } |
8,193 | a table of counters . concode_field_sep String[] diagnostics concode_elem_sep long finishTime concode_elem_sep Counters counters concode_elem_sep TIPStatus currentStatus concode_elem_sep float progress concode_elem_sep TaskAttemptID successfulAttempt concode_elem_sep long startTime concode_elem_sep String state concode... | Counters function ( ) { return counters ; } |
8,194 | creates a new profile . concode_field_sep int currentProfileIndex concode_elem_sep GpxData gpxData concode_elem_sep ElevationProfile curProfile concode_elem_sep String name concode_elem_sep List<IElevationModelListener> listeners concode_elem_sep WayPointMap profiles concode_elem_sep int trackCounter concode_elem_sep L... | void function ( IWithAttributes arg0 ) { String loc0 = ( String ) arg0 . get ( "srini_string" ) ; if ( loc0 == null ) { loc0 = ( String ) arg0 . get ( GpxData . META_NAME ) ; if ( loc0 == null ) { loc0 = name + "srini_string" + trackCounter ; } } curProfile = new ElevationProfile ( loc0 ) ; } |
8,195 | return the value of the wrapper property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_s... | DefaultMutableTreeNode function ( ) { return wrapper ; } |
8,196 | returns true if the given state is currently active otherwise false . concode_field_sep ITimer timer concode_elem_sep boolean[] timeEvents concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep void exitAction concode_elem_sep void reactMain_region_End conc... | boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_Start : return stateVector [ 0 ] == State . main_region_Start ; case main_region_End : return stateVector [ 0 ] == State . main_region_End ; default : return false ; } } |
8,197 | test if target type is from protocol buffer default type concode_field_sep Map<Class<?>,FieldType> TYPE_MAPPING concode_field_sep List<FieldInfo> processDefaultValue | boolean function ( Class < ? > arg0 ) { return TYPE_MAPPING . containsKey ( arg0 ) ; } |
8,198 | closes a connection from this pool . concode_field_sep Lock poolLock concode_elem_sep boolean isShutDown concode_elem_sep Set<BasicPoolEntryRef> issuedConnections concode_elem_sep IdleConnectionHandler idleConnHandler concode_elem_sep Log log concode_elem_sep int numConnections concode_elem_sep ReferenceQueue<Object> r... | void function ( final OperatedClientConnection arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( IOException loc0 ) { log . debug ( "srini_string" , loc0 ) ; } } } |
8,199 | get custom deserializer concode_field_sep java.lang.Long devicePreference concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep org.apache.a... | org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.