idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
32,900 | sorts an array , using quick sort . concode_field_sep PlaceHolder placeHolder concode_field_sep int partition | void function ( int [ ] arg0 ) { sort ( arg0 , 0 , arg0 . length - 1 ) ; } |
32,901 | generates the clickable map info and sends that to the response . concode_field_sep boolean awtProblem concode_elem_sep AbstractBuild build concode_elem_sep Run<?,?> run concode_elem_sep double CHEBYSHEV_N concode_elem_sep Throwable awtProblemCause concode_field_sep void adjustChebyshev concode_elem_sep int hashCode co... | void function ( StaplerRequest arg0 , StaplerResponse arg1 , final JFreeChart arg2 , int arg3 , int arg4 ) { new Graph ( - 1 , arg3 , arg4 ) { protected JFreeChart createGraph ( ) { return arg2 ; } } . doMap ( arg0 , arg1 ) ; } |
32,902 | get the value at the index-ed non zero value pair x , y concode_field_sep int[] indexedValues concode_elem_sep Experiments domain concode_elem_sep double[] valuesI concode_elem_sep double sum concode_elem_sep Map<Integer,Double> hashValues concode_elem_sep Index<IntPair> instanceIndex concode_field_sep double ftilde co... | double function ( int arg0 ) { return valuesI [ arg0 ] ; } |
32,903 | gets the value of the conflictingpass property . concode_field_sep Long conflictingPassSeqNumber concode_elem_sep String relationType concode_elem_sep String conflictingPass concode_elem_sep String conflictDescription concode_elem_sep String subscriberNumber concode_elem_sep long serialVersionUID concode_elem_sep Long ... | String function ( ) { return conflictingPass ; } |
32,904 | returns a formatted string using the specified format string and arguments . this method is similar to string #format string , object . the only difference is that this method uses fest-assert 's own tostring representation of the arguments . concode_field_sep String EMPTY_MESSAGE concode_field_sep String doBracketArou... | String function ( String arg0 , Object ... arg1 ) { Object [ ] loc0 = new String [ arg1 . length ] ; for ( int loc1 = 0 ; loc1 < arg1 . length ; loc1 ++ ) loc0 [ loc1 ] = toStringOf ( arg1 [ loc1 ] ) ; return String . arg0 ( arg0 , loc0 ) ; } |
32,905 | returns the lower bounds . concode_field_sep int[] precisionDigits concode_elem_sep double[] originalUpperBound concode_elem_sep double[][] baseCoords concode_elem_sep double[] originalLowerBound concode_elem_sep double[] upperBound concode_elem_sep double[] precisionUnit concode_elem_sep double[] lowerBound concode_el... | double [ ] function ( ) { return lowerBound ; } |
32,906 | sets the stock name . concode_field_sep Date date concode_elem_sep String symbol concode_elem_sep String name concode_elem_sep long id concode_elem_sep BigDecimal value concode_field_sep BigDecimal getValue concode_elem_sep String getName concode_elem_sep void setValue concode_elem_sep void setId concode_elem_sep void ... | void function ( String arg0 ) { this . name = arg0 ; } |
32,907 | sets the error count . concode_field_sep int requestCount concode_elem_sep long maxTime concode_elem_sep String docBase concode_elem_sep boolean distributable concode_elem_sep String displayName concode_elem_sep int dataSourceEstablishedScore concode_elem_sep int contextAttributeCount concode_elem_sep boolean available... | void function ( int arg0 ) { this . errorCount = arg0 ; } |
32,908 | similar to integer #valueof string except it caches the result ina local lru cache of 100 elements , organized by access order . this method must be used in the gnu.java.security and gnu.javax.crypto packages to ensure they would work with a version 1.4 only of the java class library api . concode_field_sep Map cache c... | Integer function ( String arg0 ) { Integer loc0 ; synchronized ( cache ) { loc0 = ( Integer ) cache . get ( arg0 ) ; if ( loc0 == null ) { loc0 = Integer . valueOf ( arg0 ) ; cache . put ( arg0 , loc0 ) ; } } return loc0 ; } |
32,909 | return wadlgeneratorconfig that was used to produce current description instance.the result could be null if the config was not set on this instance . concode_field_sep Class<? extends WadlGenerator> generatorClass concode_elem_sep Properties properties concode_elem_sep Class<?> configuratorClass concode_field_sep void... | Class < ? > function ( ) { return configuratorClass ; } |
32,910 | clone this instance , if the underlying implementation supports it . concode_field_sep Provider provider concode_elem_sep boolean virgin concode_elem_sep String SERVICE concode_elem_sep MacSpi macSpi concode_elem_sep String algorithm concode_field_sep int getMacLength concode_elem_sep void init concode_elem_sep void in... | Object function ( ) { Mac loc0 = new Mac ( ( MacSpi ) macSpi . clone ( ) , provider , algorithm ) ; loc0 . virgin = virgin ; return loc0 ; } |
32,911 | util method to write an attribute without the ns prefix concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DescribeRouteTablesResponseType localDescribeRouteTablesResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize ... | void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , javax . xml . stream . XMLStreamWriter arg3 ) { if ( arg0 . equals ( "srini_string" ) ) { arg3 . writeAttribute ( arg1 , arg2 ) ; } else { registerPrefix ( arg3 , arg0 ) ; arg3 . writeAttribute ( arg0 , arg1 , arg2 ) ; }... |
32,912 | throws an indexoutofboundsexception if slicefrom or slicelength is negative or the sum of both is greater than arraylength . note that this means that a slice of length zero starting at array length is a valid slice . concode_field_sep PlaceHolder placeHolder concode_field_sep void that concode_elem_sep void that conco... | void function ( final int arg0 , final int arg1 , final int arg2 , final String arg3 ) { if ( arg0 < 0 || arg1 < 0 ) { throw new IndexOutOfBoundsException ( arg3 ) ; } if ( arg0 + arg1 > arg2 ) { throw new IndexOutOfBoundsException ( arg3 ) ; } } |
32,913 | gets the remotetype attribute of the remotecachelistener object concode_field_sep long serialVersionUID concode_elem_sep int puts concode_elem_sep IRemoteCacheAttributes irca concode_elem_sep long listenerId concode_elem_sep Log log concode_elem_sep IElementSerializer elementSerializer concode_elem_sep String localHost... | RemoteType function ( ) { if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" + irca . getRemoteType ( ) + "srini_string" ) ; } return irca . getRemoteType ( ) ; } |
32,914 | check that a non final class correctly produces an error . concode_field_sep int x concode_field_sep void testFinalProtectedMember concode_elem_sep void setX concode_elem_sep void testNotFinalPrivateMember concode_elem_sep void testClassWithSetter | void function ( ) { boolean loc0 = false ; try { assertThatClassIsImmutable ( NonFinal . class ) ; } catch ( AssertionError loc1 ) { assertThat ( loc1 . getMessage ( ) , containsString ( "srini_string" ) ) ; loc0 = true ; } assertThat ( loc0 , is ( true ) ) ; } |
32,915 | calculates the additional damage that will be dealt by an item with this enchantment . this alternative to calcmodifierdamage is sensitive to the targets enumcreatureattribute . concode_field_sep EntityEquipmentSlot[] applicableEquipmentTypes concode_elem_sep String name concode_elem_sep int weight concode_elem_sep Enu... | float function ( int arg0 , EnumCreatureAttribute arg1 ) { return 0.0F ; } |
32,916 | prints a message at debug 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 , Throwable arg2 ) { println ( DEBUG , arg0 , arg1 , arg2 ) ; } |
32,917 | returns true if bitindex is a keyanalyzer #equal_bit_key . concode_field_sep int OUT_OF_BOUNDS_BIT_KEY concode_elem_sep long serialVersionUID concode_elem_sep int EQUAL_BIT_KEY concode_elem_sep int NULL_BIT_KEY concode_field_sep int bitsPerElement concode_elem_sep boolean isOutOfBoundsIndex concode_elem_sep int lengthI... | boolean function ( final int arg0 ) { return arg0 == EQUAL_BIT_KEY ; } |
32,918 | sets the value of the return property . concode_field_sep boolean _return concode_field_sep boolean isReturn | void function ( boolean arg0 ) { this . _return = arg0 ; } |
32,919 | no more than that many documents will be returned . default to default_limit , use -1 to return all documents . concode_field_sep String[] selectFields concode_elem_sep boolean returnsDocuments concode_elem_sep int DEFAULT_LIMIT concode_elem_sep CoreSession session concode_elem_sep List<String> repositories concode_ele... | NxQueryBuilder function ( int arg0 ) { if ( arg0 < 0 ) { arg0 = Integer . MAX_VALUE ; } this . limit = arg0 ; return this ; } |
32,920 | gets the value of the type property . concode_field_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep BigDecimal refresh concode_elem_sep Label label concode_elem_sep String suffix concode_elem_sep String type concode_elem_sep Layout l... | String function ( ) { return type ; } |
32,921 | returns the row object that currently represents the same database row . in current implementations of row , this is always the same as the this object for memory tables , but could be a different object for cachedrow or cacheddatarow implementation . for example the row object that represents a given database row can ... | Row function ( ) { return this ; } |
32,922 | save a memory dump in a binary format to a file . concode_field_sep Method ourDumpHeap concode_elem_sep String HOT_SPOT_BEAN_NAME concode_elem_sep Object ourMXBean concode_field_sep void captureMemoryDumpZipped concode_elem_sep Object run concode_elem_sep boolean memoryDumpAvailable | void function ( @ NotNull String arg0 ) { ourDumpHeap . invoke ( ourMXBean , arg0 , true ) ; } |
32,923 | gets the value of the ejbrefname property . concode_field_sep String ejbRefName concode_elem_sep JndiName jndiName concode_field_sep void setEjbRefName concode_elem_sep void setJndiName concode_elem_sep JndiName getJndiName | String function ( ) { return ejbRefName ; } |
32,924 | determine whether a function or parameter name is valid . the following items are validated : validate that name is not null validate that name has length validate that name starts with alphabetic character validate that name contains only valid characters : letters , numbers , and _ concode_field_sep int MAX_LENGTH co... | void function ( ITeiidServerVersion arg0 , String arg1 ) { validateIsNotNull ( arg1 , "srini_string" ) ; validateLength ( arg1 , MAX_LENGTH , "srini_string" ) ; if ( arg0 . isLessThan ( Version . TEIID_8_0 ) ) validateNameCharacters ( arg1 , "srini_string" ) ; } |
32,925 | encode a string using the #uric set of characters . used by uribuilder to encode the query and fragment segments . concode_field_sep BitSet USERINFO concode_elem_sep int RADIX concode_elem_sep BitSet URIC concode_elem_sep char QP_SEP_A concode_elem_sep BitSet UNRESERVED concode_elem_sep BitSet PUNCT concode_elem_sep Bi... | String function ( final String arg0 , final Charset arg1 ) { return urlEncode ( arg0 , arg1 , URIC , false ) ; } |
32,926 | save media . concode_field_sep Log log concode_field_sep List getTotalScores concode_elem_sep Map getItemScores concode_elem_sep MediaData getMedia concode_elem_sep ItemGradingData getLastItemGradingByAgent concode_elem_sep void saveOrUpdateAssessmentGrading concode_elem_sep Map getStudentGradingData concode_elem_sep L... | Long function ( MediaData arg0 ) { try { GradingService loc0 = new GradingService ( ) ; return loc0 . saveMedia ( loc0 . getMedia ( arg0 . getMediaId ( ) . toString ( ) ) ) ; } catch ( Exception loc0 ) { throw new GradingServiceException ( loc0 ) ; } } |
32,927 | sets whether to force use of the old animation drawable code that we 're in process of deprecating . concode_field_sep boolean mDecodePreviewFrame concode_elem_sep boolean mDecodeAllFrames concode_elem_sep boolean mForceOldAnimationCode concode_elem_sep boolean mForceStaticImage concode_elem_sep int mMinDecodeIntervalM... | ImageDecodeOptionsBuilder function ( boolean arg0 ) { mForceOldAnimationCode = arg0 ; return this ; } |
32,928 | gets the name of this level . concode_field_sep Level WARNING concode_elem_sep long serialVersionUID concode_elem_sep Level OFF concode_elem_sep Level FINER concode_elem_sep Level SEVERE concode_elem_sep Level FINE concode_elem_sep ResourceBundle rb concode_elem_sep Level ALL concode_elem_sep String resourceBundleName ... | String function ( ) { return this . name ; } |
32,929 | after the call has gone through , return the call 's return value , or null in case it was void or an exception was thrown . concode_field_sep Object returnValue concode_elem_sep Log LOG concode_elem_sep Log log concode_elem_sep Logger logger concode_elem_sep int maxSleepTime concode_elem_sep Throwable thrown concode_e... | Object function ( ) { return returnValue ; } |
32,930 | returns the nav sub owner of this n a v i g a t i o n. concode_field_sep NAVIGATION _navigation concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName conc... | java . lang . String function ( ) { return _navigation . getNavSubOwner ( ) ; } |
32,931 | returns a bitmap icon suitable for display or null . concode_field_sep Uri mIconUri concode_elem_sep Parcelable.Creator<MediaDescriptionCompat> CREATOR concode_elem_sep Bitmap mIcon concode_elem_sep String DESCRIPTION_KEY_NULL_BUNDLE_FLAG concode_elem_sep Object mDescriptionObj concode_elem_sep Bundle mExtras concode_e... | Bitmap function ( ) { return mIcon ; } |
32,932 | the supported restricted . currently only basic is supported . concode_field_sep SecurityConstraint securityConstraint concode_elem_sep String roleClassName concode_elem_sep SecurityAuthenticator securityAuthenticator concode_elem_sep String constraint concode_elem_sep String realm concode_elem_sep LoggingLevel loginDe... | void function ( String arg0 ) { this . constraint = arg0 ; } |
32,933 | the nexttoken value to include in a future describerepositories request . when the results of a describerepositories request exceed maxresults , this value can be used to retrieve the next page of results . this value is null when there are no more results to return . concode_field_sep java.util.List<Repository> reposi... | String function ( ) { return this . nextToken ; } |
32,934 | the amazon sns topic that you want to notify when elastic transcoder encounters a warning condition . returns a reference to this object so that method calls can be chained together . constraints : pattern : ^ $ | ^ arn : aws : sns : . : \ w 12 : . + $ concode_field_sep String progressing concode_elem_sep String warnin... | Notifications function ( String arg0 ) { this . warning = arg0 ; return this ; } |
32,935 | returns the utterance that contains this relation . concode_field_sep Utterance owner concode_elem_sep Item head concode_elem_sep String TOKEN concode_elem_sep String WORD concode_elem_sep Item tail concode_elem_sep String name concode_field_sep void setTail concode_elem_sep String getName concode_elem_sep Item getTail... | Utterance function ( ) { return owner ; } |
32,936 | the number of search hits to return . defaults to 10 . concode_field_sep SearchSourceBuilder sourceBuilder concode_field_sep T addFieldDataField concode_elem_sep T setExplain concode_elem_sep T setHighlighterPreTags concode_elem_sep T setHighlighterNumOfFragments concode_elem_sep T setHighlighterTagsSchema concode_elem... | T function ( int arg0 ) { sourceBuilder ( ) . arg0 ( arg0 ) ; return ( T ) this ; } |
32,937 | get user credentials list rest api concode_field_sep Gson gson concode_elem_sep Credentials credentials concode_elem_sep HttpServletRequest servReq concode_elem_sep Logger logger concode_field_sep Response removeCredentialEntity concode_elem_sep Response putCredentials concode_elem_sep Response removeCredentials | Response function ( String arg0 ) { String loc0 = SecurityUtils . getPrincipal ( ) ; logger . info ( "srini_string" , loc0 ) ; UserCredentials loc1 = credentials . getUserCredentials ( loc0 ) ; return new JsonResponse ( Status . OK , loc1 ) . build ( ) ; } |
32,938 | the id of the import snapshot task . returns a reference to this object so that method calls can be chained together . concode_field_sep String importTaskId concode_elem_sep String description concode_elem_sep SnapshotTaskDetail snapshotTaskDetail concode_field_sep SnapshotTaskDetail getSnapshotTaskDetail concode_elem_... | ImportSnapshotResult function ( String arg0 ) { this . importTaskId = arg0 ; return this ; } |
32,939 | mark this edgept as traversed as we are working our way around a sequence of edgepts . 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_ele... | void function ( ) { this . mbTraversed = true ; } |
32,940 | test of getinstance method , of class stock . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSetTable concode_elem_sep void setUpClass concode_elem_sep void setUp concode_elem_sep void tearDownClass concode_elem_sep void tearDown | void function ( ) { System . out . println ( "srini_string" ) ; Stock loc0 = Stock . getInstance ( ) ; Stock loc1 = Stock . getInstance ( ) ; assertEquals ( loc0 , loc1 ) ; } |
32,941 | get all registered contexts . concode_field_sep ConcurrentMap<String,Context> contexts concode_elem_sep String contextPath concode_elem_sep HostEntry defaultHandler concode_elem_sep String STRING_PATH_SEPARATOR concode_elem_sep int[] lengths concode_field_sep Context getContextForNode concode_elem_sep void removeContex... | Collection < Context > function ( ) { return Collections . unmodifiableCollection ( contexts . values ( ) ) ; } |
32,942 | return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String policyName concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String violatingText concode_elem_sep boolean __hashCodeCalc concode_field_sep void setViolatingText concode_... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
32,943 | gets a map that contains attributes that are n't bound to any typed property on this class . the map is keyed by the name of the attribute and the value is the string value of the attribute . the map returned by this method is live , and you can add new attribute by updating the map directly . because of this design , ... | Map < QName , String > function ( ) { return otherAttributes ; } |
32,944 | clear all cached values . concode_field_sep String name concode_elem_sep Boolean[] ioIsInput concode_elem_sep String[] ioName concode_elem_sep String[] switchName concode_elem_sep String temperature concode_elem_sep String host concode_elem_sep Boolean[] switchLocked concode_elem_sep Boolean[] ioState concode_elem_sep ... | void function ( ) { for ( int loc0 = 0 ; loc0 < 8 ; loc0 ++ ) { switchState [ loc0 ] = null ; switchLocked [ loc0 ] = null ; switchName [ loc0 ] = null ; ioState [ loc0 ] = null ; ioIsInput [ loc0 ] = null ; ioName [ loc0 ] = null ; } name = null ; temperature = null ; } |
32,945 | helper function used to convert row to a json object and append to the stream concode_field_sep boolean first concode_elem_sep PrintWriter output concode_elem_sep JsonElementFormatter elemFormatter concode_elem_sep List<FormElementModel> propertyNames concode_field_sep void afterProcessSubmissions concode_elem_sep void... | void function ( Iterator < String > arg0 ) { output . append ( BasicConsts . LEFT_BRACE ) ; boolean loc0 = true ; while ( arg0 . hasNext ( ) ) { if ( ! loc0 ) { output . append ( FormatConsts . JSON_VALUE_DELIMITER ) ; } loc0 = false ; output . append ( arg0 . next ( ) ) ; } output . append ( BasicConsts . RIGHT_BRACE ... |
32,946 | parses the expression and then creates an evaluation out of it with the supplied bean . concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPropertyValue concode_elem_sep void setPropertyToNull concode_elem_sep void setPropertyValue concode_elem_sep Class<?> getPropertyType | PropertyExpressionEvaluation function ( String arg0 , Object arg1 ) { PropertyExpression loc0 = PropertyExpression . getExpression ( arg0 ) ; return new PropertyExpressionEvaluation ( loc0 , arg1 ) ; } |
32,947 | gets the customerinfo value for this atualizarfirmwarecpesurain . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep com.gvt.www.ws.eai.configuradoronline.contingent.types.CustomerInfo customerInfo concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc conco... | com . gvt . www . ws . eai . configuradoronline . contingent . types . CustomerInfo function ( ) { return customerInfo ; } |
32,948 | returns the user uuid of this trash entry . concode_field_sep TrashEntry _trashEntry concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep ... | java . lang . String function ( ) { return _trashEntry . getUserUuid ( ) ; } |
32,949 | gets the field path . concode_field_sep String pathDelimiter concode_elem_sep Map<String,Integer> fieldsToTruncate concode_field_sep void setFieldsToTruncate concode_elem_sep Object getObject concode_elem_sep T truncate concode_elem_sep void doTruncate concode_elem_sep Field getField concode_elem_sep Map<String,Integer... | String [ ] function ( String arg0 ) { return StringUtils . tokenizeToStringArray ( arg0 , pathDelimiter ) ; } |
32,950 | set the name of this web resource collection concode_field_sep String description concode_elem_sep String name concode_elem_sep String methods[] concode_elem_sep String patterns[] concode_field_sep String[] findMethods concode_elem_sep String[] findPatterns concode_elem_sep String getName concode_elem_sep boolean findM... | void function ( String arg0 ) { this . name = arg0 ; } |
32,951 | not supported . concode_field_sep AuditLogFilter filter concode_elem_sep long serialVersionUID concode_elem_sep LinkedList<AuditLogEntry> entries concode_field_sep boolean add concode_elem_sep void add concode_elem_sep List<AuditLogEntry> subList concode_elem_sep boolean containsAll concode_elem_sep AuditLogFilter getA... | AuditLogEntry function ( int arg0 , AuditLogEntry arg1 ) { throw new UnsupportedOperationException ( ) ; } |
32,952 | return the transferable operandof this operation . concode_field_sep java.awt.dnd.peer.DropTargetContextPeer dtcp concode_elem_sep Transferable transferable concode_elem_sep DropTarget dropTarget concode_elem_sep long serialVersionUID concode_elem_sep boolean isLocal concode_elem_sep int targetActions concode_field_sep... | Transferable function ( ) { return null ; } |
32,953 | create a new org.glassfish.jersey.client.rx.rxclient reactive client instance parametrized with given reactiveinvocation type . reactive requests , invoked using rxinvocationbuilder #rx rx ... methods , are executed via given java.util.concurrent.executorservice executor service . instance is initialized with a jax-rs ... | RxClient < RX > function ( final Class < RX > arg0 , final ExecutorService arg1 ) { return from ( ClientBuilder . newClient ( ) , arg0 , arg1 ) ; } |
32,954 | this method resets the outgoing events . concode_field_sep State[] historyVector concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean toA concode_elem_sep boolean toC concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_elem_sep boolean toZ concode_elem_sep boolean toY conco... | void function ( ) { } |
32,955 | sets the value of the dslocation property . concode_field_sep ArrayOfString altIDs concode_elem_sep String dsID concode_elem_sep String logMessage concode_elem_sep String checksumType concode_elem_sep String checksum concode_elem_sep String pid concode_elem_sep boolean force concode_elem_sep String mimeType concode_ele... | void function ( String arg0 ) { this . dsLocation = arg0 ; } |
32,956 | gets chapter title . concode_field_sep String startPage concode_elem_sep String itemVolume concode_elem_sep String bibId concode_elem_sep String customerCode concode_elem_sep Integer requestId concode_elem_sep String requestNotes concode_elem_sep String chapterTitle concode_elem_sep String trackingId concode_elem_sep S... | String function ( ) { return chapterTitle ; } |
32,957 | gets the flip state using standard affinetransform api . concode_field_sep double EPS concode_field_sep void testUnflipped concode_elem_sep void testFlipped concode_elem_sep void runTest | int function ( final AffineTransform arg0 ) { return ( arg0 . getType ( ) & AffineTransform . TYPE_FLIP ) != 0 ? - 1 : + 1 ; } |
32,958 | this method registers the acl as acl object . concode_field_sep String cellName concode_elem_sep Accessor accessor concode_elem_sep DcCollection collection concode_field_sep String getUrl concode_elem_sep Acl get | void function ( Acl arg0 ) { RestAdapter loc0 = ( RestAdapter ) RestAdapterFactory . create ( accessor ) ; loc0 . acl ( this . getUrl ( ) , arg0 . toXmlString ( ) ) ; } |
32,959 | checks to see if this object has been tagged with all the given tags . concode_field_sep T _item concode_elem_sep ERTaggableEntity<T> _entity concode_field_sep boolean isTaggedWithAny concode_elem_sep T item concode_elem_sep boolean isTaggedWith concode_elem_sep ERTaggable<T> taggable concode_elem_sep void removeTags c... | boolean function ( Object arg0 ) { NSArray < String > loc0 = _entity . splitTagNames ( arg0 ) ; return ERXQ . filtered ( arg0 ( ) , ERTag . NAME . in ( loc0 ) ) . count ( ) == loc0 . count ( ) ; } |
32,960 | ensures that serialization returns the unique instances . concode_field_sep long serialVersionUID concode_elem_sep TimePeriodAnchor MIDDLE concode_elem_sep TimePeriodAnchor START concode_elem_sep String name concode_elem_sep TimePeriodAnchor END concode_field_sep int hashCode concode_elem_sep boolean equals concode_ele... | Object function ( ) { if ( this . equals ( TimePeriodAnchor . START ) ) { return TimePeriodAnchor . START ; } else if ( this . equals ( TimePeriodAnchor . MIDDLE ) ) { return TimePeriodAnchor . MIDDLE ; } else if ( this . equals ( TimePeriodAnchor . END ) ) { return TimePeriodAnchor . END ; } return null ; } |
32,961 | add error message . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAtt... | void function ( String arg0 ) { addErrorMessage ( null , arg0 ) ; } |
32,962 | check whether there was an unterminated line at end of input after the line reader reported end-of-input with eofexception . the value is meaningless in any other situation . concode_field_sep Charset charset concode_elem_sep byte[] buf concode_elem_sep InputStream in concode_elem_sep int pos concode_elem_sep byte LF c... | boolean function ( ) { return end == - 1 ; } |
32,963 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep Integer name concode_elem_sep String property concode_elem_sep Integer _123Number concode_elem_sep Integer snakeCase concode_field_sep void setName concode_elem_sep Integer getName concode_elem_sep String ge... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
32,964 | indicate that one or more results were found . for example found `` bean '' , `` beans '' . items `` x '' , `` y '' results in the message `` found beans x , y '' . concode_field_sep String reason concode_elem_sep Builder condition concode_elem_sep String plural concode_elem_sep String singular concode_elem_sep String ... | ItemsBuilder function ( String arg0 , String arg1 ) { return new ItemsBuilder ( this , "srini_string" , arg0 , arg1 ) ; } |
32,965 | returns the shared image for the given key or null . concode_field_sep String OVR concode_elem_sep ImageRegistry imageRegistry concode_elem_sep ImageDescriptorRegistry descRegistry concode_elem_sep String ICONS_PATH concode_elem_sep String ELCL concode_elem_sep String DLCL concode_field_sep void declareImages concode_e... | Image function ( String arg0 ) { if ( imageRegistry == null ) { initializeImageRegistry ( ) ; } return imageRegistry . get ( arg0 ) ; } |
32,966 | returns a byte instance representing the specified byte . byte.valueof was added in jdk 1.5 . concode_field_sep String FQCN concode_elem_sep Level TRACE concode_field_sep void throwing concode_elem_sep void entering concode_elem_sep void entering concode_elem_sep void entering concode_elem_sep void entering concode_ele... | Byte function ( final byte arg0 ) { return new Byte ( arg0 ) ; } |
32,967 | says the given text . . this method checks for registered tts services . if there is a service available for the current os , this will be chosen . otherwise , it will pick a the first tts service that is platform-independent . concode_field_sep Player streamPlayer concode_elem_sep Pattern plsStreamPattern concode_elem... | void function ( @ ParamDoc ( name = "srini_string" ) Object arg0 ) { say ( arg0 . toString ( ) , null ) ; } |
32,968 | gets the value of the type property . concode_field_sep String semantic concode_elem_sep String name concode_elem_sep String type concode_elem_sep String value concode_elem_sep String sid concode_field_sep void setName concode_elem_sep String getSid concode_elem_sep String getValue concode_elem_sep void setSemantic con... | String function ( ) { return type ; } |
32,969 | retrieve a copy of the performance data . concode_field_sep String PERF_DATA concode_elem_sep String _name concode_elem_sep String _xAxisLabel concode_elem_sep String _yAxisLabel concode_elem_sep ArrayList _points concode_field_sep void output concode_elem_sep String getDataName concode_elem_sep String getXAxisLabel co... | ArrayList function ( ) { return ( ArrayList ) _points . clone ( ) ; } |
32,970 | sets the rotation of the bot . negative values mean left , positive values mean right . concode_field_sep ServoAtAdafruitBoard servoLeftWheel concode_elem_sep int rotation concode_elem_sep int MAX_SERVO_DEGREE concode_elem_sep ServoAtAdafruitBoard servoRightWheel concode_elem_sep int LEFT_SERVO_INDEX concode_elem_sep i... | void function ( int arg0 ) { this . rotation = arg0 ; go ( ) ; } |
32,971 | setclusterscalerpluginmainclass concode_field_sep String clusterScalerPluginMainClass concode_elem_sep String POLL_INTERVAL concode_elem_sep String COLLECTOR_PLUGIN concode_elem_sep String DATABASE_MAIN concode_elem_sep File dbExecutorPluginJar concode_elem_sep String DB_EXECUTOR_PLUGIN concode_elem_sep String policyIn... | void function ( String arg0 ) { this . clusterScalerPluginMainClass = arg0 ; } |
32,972 | queries whether my hints include the specified hint . concode_field_sep List copyAlwaysIds concode_elem_sep String containerClass concode_elem_sep String hints concode_elem_sep String copyParentId concode_elem_sep List alwaysCopyEObjectInfoList concode_elem_sep String objId concode_elem_sep int NONE concode_elem_sep St... | boolean function ( String arg0 ) { return hints . indexOf ( arg0 ) != NONE ; } |
32,973 | get the content of every file inside the remote path . concode_field_sep AtmosAPIFacade instance concode_elem_sep Logger LOG concode_elem_sep AtmosApi client concode_field_sep AtmosResult move concode_elem_sep void downloadFilesInFolder concode_elem_sep ObjectId putSingleFile concode_elem_sep AtmosResult del concode_el... | AtmosResult function ( String arg0 ) { AtmosResult loc0 = new AtmosFileDownloadResult ( ) ; Map < String , ByteArrayOutputStream > loc1 = new HashMap < String , ByteArrayOutputStream > ( ) ; downloadFilesInFolder ( arg0 , loc1 ) ; loc0 . setResultEntries ( loc1 ) ; return loc0 ; } |
32,974 | return the assigned alias of the select statement concode_field_sep ExprNodeDesc predicate concode_elem_sep String alias concode_elem_sep String tableName concode_elem_sep String queryStr concode_field_sep void constructQueryStr concode_elem_sep String toString | String function ( ) { return alias ; } |
32,975 | sets a definition and returns true if it is already defined in the scope or its parents . otherwise returns false . concode_field_sep Scope parent concode_elem_sep DefinitionScope<Variable> variables concode_elem_sep DefinitionScope<MixinDefNode> mixins concode_elem_sep DefinitionScope<FunctionDefNode> functions concod... | boolean function ( T arg0 ) { if ( parent != null && parent . setIfPresent ( arg0 ) ) { cache = null ; return true ; } if ( getDefinitions ( false ) . containsKey ( arg0 . getName ( ) ) ) { getDefinitions ( true ) . put ( arg0 . getName ( ) , arg0 ) ; cache = null ; return true ; } return false ; } |
32,976 | returns the optional module identifier value of the specified modelnode . concode_field_sep PlaceHolder placeHolder concode_field_sep ModuleIdentifier asModuleIdentifier concode_elem_sep OptionalLong optionalLong concode_elem_sep Optional<String> optionalString concode_elem_sep Optional<List<Property>> optionalProperty... | Optional < ModuleIdentifier > function ( ModelNode arg0 ) { return arg0 . isDefined ( ) ? Optional . of ( asModuleIdentifier ( arg0 ) ) : Optional . empty ( ) ; } |
32,977 | returns the virtual host with the primary key . concode_field_sep VirtualHostLocalService _virtualHostLocalService concode_field_sep java.util.List<com.liferay.portal.model.VirtualHost> getVirtualHosts concode_elem_sep void setWrappedService concode_elem_sep void setWrappedVirtualHostLocalService concode_elem_sep com.l... | com . liferay . portal . model . VirtualHost function ( long arg0 ) { return _virtualHostLocalService . getVirtualHost ( arg0 ) ; } |
32,978 | create an instance of sellerinfo concode_field_sep QName _EsiCreateEIPDisclosureRequest_QNAME concode_elem_sep QName _EsiCreateEIPDisclosureResponse_QNAME concode_field_sep EipSalesLineItem createEipSalesLineItem concode_elem_sep CreateEIPDisclosureRequest createCreateEIPDisclosureRequest concode_elem_sep ESICreateEIPD... | SellerInfo function ( ) { return new SellerInfo ( ) ; } |
32,979 | it adds to an idlist of bitmaps several appearances in a same sequence concode_field_sep IdListCreator_FatBitmap instance concode_field_sep void clear concode_elem_sep IDList create concode_elem_sep IdListCreator getInstance concode_elem_sep void addAppearance | void function ( IDList arg0 , Integer arg1 , List < Integer > arg2 ) { IDListFatBitmap loc0 = ( IDListFatBitmap ) arg0 ; loc0 . addAppearancesInSequence ( arg1 , arg2 ) ; } |
32,980 | the wire-level request that initiated this http response . this is not necessarily the same request issued by the application : it may be transformed by the http client . for example , the client may copy headers like content-length from the request body.it may be the request generated in response to an http redirect o... | Request function ( ) { return request ; } |
32,981 | creates a json object represented by a list . concode_field_sep PlaceHolder placeHolder concode_field_sep void newline concode_elem_sep void appendMap concode_elem_sep Map<String,Object> map concode_elem_sep JsonBuilder putIf concode_elem_sep JsonBuilder put concode_elem_sep void append concode_elem_sep String toJsonSt... | List < Object > function ( ) { return new ArrayList < Object > ( ) ; } |
32,982 | show the inflated menu . concode_field_sep MenuPopup mMenuPopup concode_elem_sep MenuPanel mMenuPanel concode_elem_sep OnMenuItemLongClickListener mLongClickListener concode_elem_sep GeckoMenu mMenu concode_elem_sep OnDismissListener mDismissListener concode_elem_sep View mAnchor concode_elem_sep GeckoMenuInflater mMen... | void function ( ) { if ( ! mMenuPopup . isShowing ( ) ) mMenuPopup . showAsDropDown ( mAnchor ) ; } |
32,983 | specifies the model resources used for the response 's content-type . response models are represented as a key/value map , with a content-type as the key and a model name as the value . concode_field_sep java.util.Map<String,Boolean> responseParameters concode_elem_sep java.util.Map<String,String> responseModels concod... | GetMethodResponseResult function ( java . util . Map < String , String > arg0 ) { setResponseModels ( arg0 ) ; return this ; } |
32,984 | setter for declarative services . adds the squeezeserver instance . concode_field_sep Logger logger concode_field_sep Class<?> getActionClass concode_elem_sep void activate concode_elem_sep void unsetSqueezeServer concode_elem_sep String getActionClassName concode_elem_sep void deactivate | void function ( SqueezeServer arg0 ) { Squeezebox . arg0 = arg0 ; } |
32,985 | returns the username associated with this object concode_field_sep char[] password concode_elem_sep String username concode_field_sep char[] getPassword | String function ( ) { return ( username ) ; } |
32,986 | set a pre processor concode_field_sep int totalNumberSamples concode_elem_sep DataSetPreProcessor preProcessor concode_elem_sep DataSet sampleFrom concode_elem_sep int numTimesSampled concode_elem_sep boolean replace concode_elem_sep long serialVersionUID concode_elem_sep int batchSize concode_field_sep DataSet next co... | void function ( DataSetPreProcessor arg0 ) { this . preProcessor = arg0 ; } |
32,987 | gets the value of the nohband property . concode_field_sep String val concode_elem_sep STOnOff noHBand concode_elem_sep Object parent concode_elem_sep STOnOff firstRow concode_elem_sep STOnOff firstColumn concode_elem_sep STOnOff lastRow concode_elem_sep STOnOff noVBand concode_elem_sep STOnOff lastColumn concode_field... | STOnOff function ( ) { return noHBand ; } |
32,988 | lifts a bitset over states in the automaton to a bitset over states in the product model : a bit is set in the result for a product state if the bit is set in the parameter for the corresponding automaton state . concode_field_sep M productModel concode_elem_sep M originalModel concode_field_sep int getAutomatonState c... | BitSet function ( BitSet arg0 ) { BitSet loc0 = new BitSet ( ) ; for ( int loc1 = 0 ; loc1 < productModel . getNumStates ( ) ; loc1 ++ ) { if ( arg0 . get ( getAutomatonState ( loc1 ) ) ) { loc0 . set ( loc1 , true ) ; } } return loc0 ; } |
32,989 | workaround to disable silent login on localhost . concode_field_sep String JBOSS_INST concode_elem_sep File originalTokenDir concode_elem_sep File renamedTokenDir concode_field_sep void cleanup concode_elem_sep void testConnect concode_elem_sep void beforeClass | void function ( ) { originalTokenDir . renameTo ( renamedTokenDir ) ; } |
32,990 | should be called every time a test completes with the current number of test threads running . concode_field_sep int MAX_COLUMNS concode_elem_sep Throttle throttle concode_elem_sep Object printMonitor concode_elem_sep int conflatedResult concode_elem_sep int FAIL concode_elem_sep int ERROR concode_elem_sep int PASS con... | void function ( Test arg0 , int arg1 , Long arg2 ) { } |
32,991 | adds a node to the tree . gives equal weightage to all phases concode_field_sep String status concode_elem_sep Progress parent concode_elem_sep ArrayList<Float> progressWeightagesForPhases concode_elem_sep int currentPhase concode_elem_sep ArrayList<Progress> phases concode_elem_sep float progress concode_elem_sep Log ... | Progress function ( ) { Progress loc0 = addNewPhase ( ) ; progressPerPhase = 1.0f / phases . size ( ) ; fixedWeightageForAllPhases = true ; return loc0 ; } |
32,992 | sets the uuid of this f a q category question . concode_field_sep FAQCategoryQuestion _faqCategoryQuestion concode_field_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge co... | void function ( java . lang . String arg0 ) { _faqCategoryQuestion . setUuid ( arg0 ) ; } |
32,993 | compresses a string into an integer with md5 . concode_field_sep int numPoints concode_elem_sep int defaultReplication concode_elem_sep Object[] owner concode_elem_sep Object item concode_elem_sep Map<T,Point[]> items concode_elem_sep Hash<?> DEFAULT_HASH concode_elem_sep int[] hash concode_elem_sep Table table concode... | int function ( String arg0 ) { MD5 loc0 = new MD5 ( ) ; loc0 . update ( arg0 . getBytes ( ) ) ; byte [ ] loc1 = new byte [ 16 ] ; loc0 . loc1 ( loc1 ) ; for ( int loc2 = 0 ; loc2 < 4 ; loc2 ++ ) loc1 [ loc2 ] ^= loc1 [ loc2 + 4 ] + loc1 [ loc2 + 8 ] + loc1 [ loc2 + 12 ] ; return ( b2i ( loc1 [ 0 ] ) << 24 ) | ( b2i ( l... |
32,994 | gets the value of the messagedestinationname property . concode_field_sep String messageDestinationName concode_elem_sep JndiName jndiName concode_field_sep void setMessageDestinationName concode_elem_sep void setJndiName concode_elem_sep JndiName getJndiName | String function ( ) { return messageDestinationName ; } |
32,995 | delete processor . concode_field_sep Set<String> loadedLibraries concode_elem_sep String[] libraries concode_field_sep Process createProcessor | void function ( Process arg0 ) { arg0 . stop ( ) ; } |
32,996 | helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g... | void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; } |
32,997 | is called by the main application to give a reference back to itself . concode_field_sep MainApp mainApp concode_field_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 handleShowBirthdayStatis... | void function ( MainApp arg0 ) { this . mainApp = arg0 ; } |
32,998 | resets cached selected columns/sort infos on hot reload when dev mode is set . concode_field_sep List<SortInfo> searchSortInfos concode_elem_sep String simpleSearchKeywords concode_elem_sep String nxqlQuery concode_elem_sep long serialVersionUID concode_elem_sep List<String> selectedLayoutColumns concode_field_sep void... | void function ( ) { selectedLayoutColumns = null ; searchSortInfos = null ; } |
32,999 | returns the viewinfo objects for the system decor views , like the actionbar . this is reset to a new instance every time #render is called and can benull if the call failed , or there was no system decor . this can be safely modified by the caller , but #getsystemrootviews and #getrootviews share some view infos , so ... | List < ViewInfo > function ( ) { return null ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.