idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
1,500 | return the jmx attribute name to use for the given javabeans property . when using strict casing , a javabean property with a getter method such as getfoo translates to an attribute called foo . with strict casing disabled , getfoo would translate to just foo . concode_field_sep Log logger concode_elem_sep String MBEAN... | String function ( PropertyDescriptor arg0 , boolean arg1 ) { if ( arg1 ) { return StringUtils . capitalize ( arg0 . getName ( ) ) ; } else { return arg0 . getName ( ) ; } } |
1,501 | returns the initialized parser . concode_field_sep StyleSheetParserUtil singleton concode_elem_sep Parser parser concode_field_sep CSSStyleRule parseStyles concode_elem_sep CSSStyleRule parseStyles concode_elem_sep CSSDeclarationRule parseStyleRule concode_elem_sep String[] parseNamespaceIdent concode_elem_sep StyleShe... | Parser function ( ) { if ( parser == null ) { parser = CSSParserFactory . getInstance ( ) . createCSSParser ( ) ; } return parser ; } |
1,502 | gets the value of the midcyclechange property . concode_field_sep XMLGregorianCalendar billCycleStartDate concode_elem_sep List<DataServiceType> dataService concode_elem_sep Boolean midCycleChange concode_elem_sep BigDecimal totalOverageUsed concode_elem_sep XMLGregorianCalendar lastUpdatedTime concode_elem_sep BigDeci... | Boolean function ( ) { return midCycleChange ; } |
1,503 | builds a csrf token with a 32 bit radix . concode_field_sep SecureRandom random concode_elem_sep EncryptionUtils INSTANCE concode_elem_sep String CIPHER_TRANSFORMATION concode_elem_sep int IV_LENGTH concode_elem_sep Logger LOGGER concode_elem_sep int IV_HEX_LENGTH concode_elem_sep int RADIX_CSRF_TOKEN concode_elem_sep ... | String function ( ) { return new BigInteger ( NUM_BITS_CSRF_TOKEN , random ) . toString ( RADIX_CSRF_TOKEN ) ; } |
1,504 | this event handler will switch to the appropriate tab when a button is clicked in the buy/sell tab . concode_field_sep Text lowerText concode_elem_sep ToggleGroup buySellToggle concode_elem_sep RadioButton buyRadio concode_elem_sep CashAccount depositing concode_elem_sep Label buyText concode_elem_sep CashAccountContro... | void function ( ) { returnTo = BUYING ; homeController . tabPane . getSelectionModel ( ) . select ( homeController . acctTab ) ; cashAccountController . selectAcctBttn . setVisible ( true ) ; cashAccountController . removeButton . setVisible ( false ) ; } |
1,505 | adds an observer that is notified when gradle commands are executed and completed . concode_field_sep Map<CommandLineArgumentAlteringListenerVersion1,CommandLineArgumentAlteringListenerWrapper> commandLineListenerMap concode_elem_sep GradlePluginLord gradlePluginLord concode_elem_sep Map<RequestObserverVersion1,Request... | void function ( RequestObserverVersion1 arg0 ) { RequestObserverWrapper loc0 = new RequestObserverWrapper ( arg0 ) ; requestObserverMap . put ( arg0 , loc0 ) ; gradlePluginLord . addRequestObserver ( loc0 , false ) ; } |
1,506 | test method concode_field_sep ProxySelector selector concode_field_sep void testSOCKS concode_elem_sep void testFTP concode_elem_sep void testFTPnoProxy concode_elem_sep void teardownClass concode_elem_sep void testHTTPSnoProxy concode_elem_sep void setup concode_elem_sep void testHTTPnoProxy concode_elem_sep void setu... | void function ( ) { List < Proxy > loc0 = this . selector . select ( TestUtil . HTTP_TEST_URI ) ; assertEquals ( TestUtil . HTTP_TEST_PROXY , loc0 . get ( 0 ) ) ; } |
1,507 | currency id . concode_field_sep String symbol concode_elem_sep String name concode_elem_sep String id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String getId concode_elem_sep Element toXML concode_elem_sep String getSymbol concode_elem_sep void fromXML concode_elem_sep void setSymbo... | void function ( String arg0 ) { this . id = arg0 ; } |
1,508 | gets a templatemodel from the hash . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isEmpty concode_elem_sep String getAsString | TemplateModel function ( String arg0 ) { if ( arg0 . equals ( "srini_string" ) ) { return new SimpleScalar ( "srini_string" ) ; } else if ( arg0 . equals ( "srini_string" ) ) { return new SimpleScalar ( "srini_string" ) ; } else { return null ; } } |
1,509 | method for checking if the message has a received date field . concode_field_sep Message message concode_field_sep String getReceivedDate concode_elem_sep boolean hasFrom concode_elem_sep String getSubject concode_elem_sep String getBcc concode_elem_sep String getReplyTo concode_elem_sep String getBody concode_elem_sep... | boolean function ( ) { return ( message . getReceivedDate ( ) != null ) ; } |
1,510 | returns a latlon object containing the current coordinates of the object . when you are dragging the image this changes . concode_field_sep MapillarySequence sequence concode_elem_sep LatLon movingLatLon concode_elem_sep boolean visible concode_elem_sep LatLon latLon concode_elem_sep double tempCa concode_elem_sep doub... | LatLon function ( ) { return this . movingLatLon ; } |
1,511 | 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 ( ) { } |
1,512 | floats . concode_field_sep int SEED concode_elem_sep int fODD_PRIME_NUMBER concode_field_sep int firstTerm concode_elem_sep boolean isArray | int function ( int arg0 , float arg1 ) { return hash ( arg0 , Float . floatToIntBits ( arg1 ) ) ; } |
1,513 | gets the value of the disabled property . concode_field_sep STTextHAlign textHAlign concode_elem_sep Object parent concode_elem_sep String altText concode_elem_sep Boolean autoFill concode_elem_sep Boolean justLastX concode_elem_sep Boolean autoScale concode_elem_sep Boolean print concode_elem_sep STTextVAlign textVAli... | boolean function ( ) { if ( disabled == null ) { return false ; } else { return disabled ; } } |
1,514 | returns the reachabilitydistance for this dataobject concode_field_sep boolean processed concode_elem_sep double r_dist concode_elem_sep Database database concode_elem_sep Instance instance concode_elem_sep int clusterID concode_elem_sep double c_dist concode_elem_sep String key concode_elem_sep long serialVersionUID c... | double function ( ) { return r_dist ; } |
1,515 | set the task which will this is to log through . concode_field_sep String LOGGER_FACTORY_CLASS concode_elem_sep StaticLoggerBinder SINGLETON concode_elem_sep Task task concode_elem_sep String REQUESTED_API_VERSION concode_elem_sep ILoggerFactory loggerFactory concode_field_sep ILoggerFactory getLoggerFactory concode_el... | void function ( Task arg0 ) { this . task = arg0 ; loggerFactory = new AntLoggerFactory ( arg0 ) ; } |
1,516 | gets the value of the langs property . concode_field_sep String image concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep long serialVersionUID concode_elem_sep String label concode_elem_sep Descriptions descriptions concode_elem_sep Transistions transistions concode_elem_sep Langs langs conc... | Langs function ( ) { return langs ; } |
1,517 | checks if the segment has a cluster with unpaired objects . unpaired clusters are represented by `` 0 '' 0 = all . concode_field_sep int UNCLUSTERED concode_elem_sep long pairsize concode_elem_sep DBIDs objIDs concode_elem_sep int[] clusterIds concode_field_sep long getPairCount concode_elem_sep boolean isNone concode_... | boolean function ( ) { for ( int loc0 : clusterIds ) { if ( loc0 == UNCLUSTERED ) { return true ; } } return false ; } |
1,518 | returns a copy of the bytes from the given bytebuffer , ranging from the the buffer 's current position to the buffer 's limit ; or null if the input is null . the internal states of the given byte buffer will be restored when this method completes execution . when handling bytebuffer from user 's input , it 's typical... | byte [ ] function ( ByteBuffer arg0 ) { if ( arg0 == null ) { return null ; } if ( arg0 . hasArray ( ) ) { return Arrays . copyOfRange ( arg0 . array ( ) , arg0 . arrayOffset ( ) + arg0 . position ( ) , arg0 . arrayOffset ( ) + arg0 . limit ( ) ) ; } byte [ ] loc0 = new byte [ arg0 . remaining ( ) ] ; arg0 . asReadOnly... |
1,519 | performs a dynamic query on the database and returns the matching rows . concode_field_sep BarLocalService _barLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep boolean hasClassName concode_elem_sep void setWrappedService concode_elem_sep com.liferay.testtransaction.model.Bar add... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _barLocalService . arg0 ( arg0 ) ; } |
1,520 | returns the file sets base directory . may be omitted , in which case the projects base directory is assumed . concode_field_sep String[] excludes concode_elem_sep String outputDirectory concode_elem_sep String[] includes concode_elem_sep File directory concode_elem_sep boolean skipDefaultExcludes concode_field_sep voi... | File function ( ) { return directory ; } |
1,521 | adds a home mail address . concode_field_sep List<String> mobilePhones concode_elem_sep String GOOGLETALK_PROTOCOL concode_elem_sep String ICQ_PROTOCOL concode_elem_sep String YAHOO_PROTOCOL concode_elem_sep List<String> homeMails concode_elem_sep List<String> workPhones concode_elem_sep Map<String,IMProtocol> imAddres... | void function ( String arg0 ) { homeMails . add ( arg0 ) ; } |
1,522 | returns the `` org.bytedeco.javacpp.logger.debug '' system property . concode_field_sep boolean debug concode_field_sep void warn concode_elem_sep void debug concode_elem_sep boolean isInfoEnabled concode_elem_sep boolean isErrorEnabled concode_elem_sep Logger create concode_elem_sep boolean isWarnEnabled concode_elem_... | boolean function ( ) { return debug ; } |
1,523 | a flag to indicate the presence of one or more far out values at the top end of the range . concode_field_sep List outlierLists concode_elem_sep boolean highFarOut concode_elem_sep boolean lowFarOut concode_field_sep boolean add concode_elem_sep boolean isLowFarOut concode_elem_sep Iterator iterator concode_elem_sep bo... | boolean function ( ) { return this . highFarOut ; } |
1,524 | sets the value of the currenttrainid property . concode_field_sep String division concode_elem_sep String originalTrainID concode_elem_sep String trainServiceCode concode_elem_sep String originalLocationStanox concode_elem_sep XMLGregorianCalendar originalWTTTimestamp concode_elem_sep String trainFileAddress concode_el... | void function ( String arg0 ) { this . currentTrainID = arg0 ; } |
1,525 | writes len characters of str , starting at character offset , to the clob value that this clob represents . concode_field_sep ClobDataID clob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep Writer setCharacterStream concode_elem_sep OutputStream setAsciiStream concode_elem_... | int function ( long arg0 , String arg1 , int arg2 , int arg3 ) { if ( ! isInLimits ( Long . MAX_VALUE , arg0 - 1 , arg3 ) ) { throw Util . outOfRangeArgument ( ) ; } try { return clob . setString ( session , arg0 - 1 , arg1 , arg2 , arg3 ) ; } catch ( HsqlException loc0 ) { throw Util . sqlException ( loc0 ) ; } } |
1,526 | create an instance of subscribercharges concode_field_sep PlaceHolder placeHolder concode_field_sep HandsetUpgradeSubscribers createHandsetUpgradeSubscribers concode_elem_sep TransactionInfo createTransactionInfo concode_elem_sep PuertoRicoInfo createPuertoRicoInfo concode_elem_sep SignatureData createSignatureData con... | SubscriberCharges function ( ) { return new SubscriberCharges ( ) ; } |
1,527 | test operatorutil #getcontractclass class concode_field_sep PlaceHolder placeHolder concode_field_sep void getContractClassShouldReturnSourceForInputFormat concode_elem_sep void getContractClassShouldReturnNullForStub concode_elem_sep void getContractClassShouldReturnCrossForCrossStub concode_elem_sep void getContractC... | void function ( ) { final Class < ? > loc0 = OperatorUtil . getContractClass ( FileOutputFormat . class ) ; assertEquals ( GenericDataSinkBase . class , loc0 ) ; } |
1,528 | set the lead selection index . concode_field_sep DefaultEventSelectionModel<E> delegateSelectionModel concode_elem_sep TransformedList<E,E> swingThreadSource concode_field_sep void removeIndexInterval concode_elem_sep int getMaxSelectionIndex concode_elem_sep EventList<E> getTogglingDeselected concode_elem_sep int getS... | void function ( int arg0 ) { delegateSelectionModel . setLeadSelectionIndex ( arg0 ) ; } |
1,529 | give the state after stepping java.util.random n times . concode_field_sep long A_INVERSE concode_elem_sep long A concode_elem_sep long C concode_field_sep void checkPrime concode_elem_sep long getState concode_elem_sep long getSeedFor concode_elem_sep long getStateForSeed concode_elem_sep long getSeedForPrime concode_... | long function ( long arg0 , long arg1 ) { long loc0 = A ; long loc1 = C ; arg1 = arg1 & 0xffffffffffffL ; while ( arg1 != 0 ) { if ( ( arg1 & 1 ) == 1 ) { arg0 = arg0 * loc0 + loc1 ; } loc1 = loc1 * ( loc0 + 1 ) ; loc0 = loc0 * loc0 ; arg1 = arg1 >> 1 ; } return arg0 & 0xffffffffffffL ; } |
1,530 | creates a memory segment that wraps the given byte array . this method is intended to be used for components which pool memory and create memory segments around long-lived memory regions . concode_field_sep Factory factory concode_field_sep void ensureInitialized concode_elem_sep MemorySegment allocateUnpooledSegment c... | MemorySegment function ( byte [ ] arg0 , Object arg1 ) { ensureInitialized ( ) ; return factory . wrapPooledHeapMemory ( arg0 , arg1 ) ; } |
1,531 | information about the samples . concode_field_sep String nextToken concode_elem_sep java.util.List<Sample> samples concode_field_sep void setSamples concode_elem_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ListSamplesResult clone concode_elem_sep ListSamplesResul... | java . util . List < Sample > function ( ) { return samples ; } |
1,532 | get the regular expression of the left tag . concode_field_sep HTMLScriptRegExp scriptScriptTags concode_elem_sep HTMLScriptRegExp phpScriptTags concode_elem_sep String left concode_elem_sep HTMLScriptRegExp aspScriptTags concode_elem_sep String right concode_field_sep String getRight concode_elem_sep void setLeft conc... | String function ( ) { return left ; } |
1,533 | getter for personal attribute lists concode_field_sep String country concode_elem_sep IPersonalAttributeList totalAttributeList concode_elem_sep Logger LOG concode_elem_sep String message concode_elem_sep DateTime notBefore concode_elem_sep String samlId concode_elem_sep boolean fail concode_elem_sep byte[] tokenSaml c... | List < IPersonalAttributeList > function ( ) { return attributeLists ; } |
1,534 | write the #value field to the given stream.this method first writes the array size as corba long and then calls the org.omg.corba.portable.outputstream #write_short_array . concode_field_sep ArrayTypeCode typecode concode_elem_sep short[] value concode_field_sep void _read concode_elem_sep TypeCode _type | void function ( OutputStream arg0 ) { arg0 . write_long ( value . length ) ; arg0 . write_short_array ( value , 0 , value . length ) ; } |
1,535 | sets the value of the filename property . concode_field_sep String fileName concode_elem_sep String displayType concode_elem_sep long serialVersionUID concode_elem_sep byte[] content concode_field_sep void setDisplayType concode_elem_sep void setContent concode_elem_sep String getDisplayType concode_elem_sep byte[] get... | void function ( String arg0 ) { this . fileName = arg0 ; } |
1,536 | this hook method will be invoked when the dfs begins 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_field... | void function ( Object arg0 , int arg1 ) { } |
1,537 | returns the hover 's label . concode_field_sep String fModifierString concode_elem_sep String VALUE_SEPARATOR concode_elem_sep String NO_MODIFIER concode_elem_sep IConfigurationElement fElement concode_elem_sep boolean fIsEnabled concode_elem_sep int fStateMask concode_elem_sep String ACTIVATE_PLUG_IN_ATTRIBUTE concode... | String function ( ) { String loc0 = fElement . getAttribute ( LABEL_ATTRIBUTE ) ; if ( loc0 != null ) return loc0 ; loc0 = getHoverClassName ( ) ; int loc1 = loc0 . lastIndexOf ( '.' ) ; if ( loc1 >= 0 && loc1 < loc0 . length ( ) - 1 ) return loc0 . substring ( loc1 + 1 ) ; else return loc0 ; } |
1,538 | java.util.map implementation but transparently activates the members as required . concode_field_sep int _size concode_elem_sep V[] _values concode_elem_sep Activator _activator concode_elem_sep long serialVersionUID concode_elem_sep K[] _keys concode_field_sep V defaultValue concode_elem_sep Collection<V> values conco... | boolean function ( ) { return size ( ) == 0 ; } |
1,539 | the name of the table currently worked with . concode_field_sep AmazonDynamoDB amazonDDBClient concode_elem_sep String secretKey concode_elem_sep Long readCapacity concode_elem_sep String amazonDdbEndpoint concode_elem_sep DdbOperations operation concode_elem_sep String keyAttributeType concode_elem_sep String proxyHos... | void function ( String arg0 ) { this . tableName = arg0 ; } |
1,540 | gets the value of the id property . concode_field_sep List<MessageDestination> messageDestinations concode_elem_sep String label concode_elem_sep QName type concode_elem_sep List<MethodTransaction> methodTransactions concode_elem_sep String version concode_elem_sep String uuid concode_elem_sep Object idref concode_elem... | String function ( ) { return id ; } |
1,541 | removes an error listener . concode_field_sep String fileText_ concode_elem_sep String viewActionText_ concode_elem_sep String exitText_ concode_elem_sep String pasteText_ concode_elem_sep VObject object_ concode_elem_sep String saveText_ concode_elem_sep String saveConfirmTitle_ concode_elem_sep String selectAllText_ ... | void function ( ErrorListener arg0 ) { errorEventSupport_ . removeErrorListener ( arg0 ) ; } |
1,542 | creates a dom exception , given an invalid float value . concode_field_sep PlaceHolder placeHolder concode_field_sep DOMException createInvalidIdentifierDOMException concode_elem_sep DOMException createMalformedLexicalUnitDOMException concode_elem_sep DOMException createDOMException concode_elem_sep DOMException create... | DOMException function ( float arg0 ) { Object [ ] loc0 = new Object [ ] { getPropertyName ( ) , new Float ( arg0 ) } ; String loc1 = Messages . formatMessage ( "srini_string" , loc0 ) ; return new DOMException ( DOMException . INVALID_ACCESS_ERR , loc1 ) ; } |
1,543 | returns total filesize of a document 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 void setInlineScriptSize concode_elem_sep void setFile... | int function ( ) { return filesize ; } |
1,544 | packs the first 8 most significant bits of each byte into an int concode_field_sep int mask concode_elem_sep int[] shiftMask concode_field_sep int key1 concode_elem_sep int add concode_elem_sep int key2 concode_elem_sep int key3 concode_elem_sep int positiveRightShift | int function ( int arg0 , int arg1 , int arg2 ) { return ( arg0 & 0x3FF ) << 22 | ( arg2 & 0x3FF ) << 11 | arg1 & 0x3FF ; } |
1,545 | gets the value of the startdayofweek property . concode_field_sep TypeDayOfWeek startDayOfWeek concode_elem_sep boolean postToCurrentPeriod concode_elem_sep String entityCode concode_elem_sep short storeElmLevel concode_elem_sep short rtsProtectionOfs concode_elem_sep String storeHierarchyCode concode_elem_sep String f... | TypeDayOfWeek function ( ) { return startDayOfWeek ; } |
1,546 | obtains the clipboard support object that i rely on to make decisions about copy/paste semantics . concode_field_sep int TOTAL_WORK concode_elem_sep IClipboardSupport clipboardSupport concode_elem_sep int WORK_UNIT concode_elem_sep IProgressMonitor monitor concode_field_sep boolean isCancelled concode_elem_sep void cat... | IClipboardSupport function ( ) { return clipboardSupport ; } |
1,547 | concrete implementation of arraysortedassert #issortedaccordingto comparator . concode_field_sep Arrays arrays concode_elem_sep Failures failures concode_elem_sep ShortArrays INSTANCE concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep ShortArrays instance concode_elem_sep void... | void function ( AssertionInfo arg0 , short [ ] arg1 , Comparator < ? super Short > arg2 ) { Arrays . assertIsSortedAccordingToComparator ( arg0 , failures , arg1 , arg2 ) ; } |
1,548 | sets checkpoint expiration time . concode_field_sep long expTime concode_elem_sep long lastAcsTime concode_elem_sep String key concode_field_sep long getLastAccessTime concode_elem_sep String getKey concode_elem_sep void setLastAccessTime concode_elem_sep String toString concode_elem_sep long getExpireTime | void function ( long arg0 ) { assert arg0 >= 0 ; this . expTime = arg0 ; } |
1,549 | warning log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s... | void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 , arg2 ) ; } |
1,550 | create an instance of shoppinglist.item concode_field_sep PlaceHolder placeHolder concode_field_sep ShoppingList createShoppingList | Item function ( ) { return new Item ( ) ; } |
1,551 | matches a uielement that does not match the provided finder . concode_field_sep MatchFinder ANY concode_field_sep MatchFinder withChild concode_elem_sep MatchFinder resourceId concode_elem_sep MatchFinder resourceId concode_elem_sep ChainFinder chain concode_elem_sep MatchFinder withParent concode_elem_sep MatchFinder ... | MatchFinder function ( MatchFinder arg0 ) { checkNotNull ( arg0 ) ; return new MatchFinder ( Predicates . not ( arg0 . predicate ) ) ; } |
1,552 | returns an unmodifiable view of the registry . concode_field_sep boolean eagerlyParseMessageSets concode_elem_sep int number concode_elem_sep Map<ObjectIntPair,GeneratedMessageLite.GeneratedExtension<?,?>> extensionsByNumber concode_elem_sep ExtensionRegistryLite EMPTY concode_elem_sep Object object concode_field_sep v... | ExtensionRegistryLite function ( ) { return new ExtensionRegistryLite ( this ) ; } |
1,553 | returns the uri an origin server allows for the requested resource . use '' '' as a wildcard character . note that when used with http connectors , this property maps to the `` access-control-allow-origin '' header . concode_field_sep Logger LOGGER concode_elem_sep Set<String> exposedHeaders concode_elem_sep boolean al... | Set < String > function ( ) { return allowedOrigins ; } |
1,554 | reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep int bufcolumn[] concode_elem_sep int bufline[] concode_elem_se... | void function ( java . io . InputStream arg0 , String arg1 ) { ReInit ( arg0 , arg1 , 1 , 1 , 4096 ) ; } |
1,555 | a complex type that contains the http methods that you want cloudfront to cache responses to . concode_field_sep Integer quantity concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<String> items concode_field_sep java.util.List<String> getItems concode_elem_sep Integer getQuantity concode_elem_sep void s... | void function ( java . util . Collection < String > arg0 ) { if ( arg0 == null ) { this . items = null ; return ; } com . amazonaws . internal . ListWithAutoConstructFlag < String > loc0 = new com . amazonaws . internal . ListWithAutoConstructFlag < String > ( arg0 . size ( ) ) ; loc0 . addAll ( arg0 ) ; this . items =... |
1,556 | return outgoing lane going through the given edge concode_field_sep String laneId concode_elem_sep Edge edge concode_elem_sep ArrayList<Point2f> shape concode_elem_sep ArrayList<Lane> incomingLanes concode_elem_sep ArrayList<Lane> outgoingLanes concode_elem_sep Vector2f center concode_elem_sep float length concode_elem... | Lane function ( Edge arg0 ) { for ( Lane loc0 : getOutgoingLanes ( ) ) { if ( loc0 . getEdge ( ) . getId ( ) == arg0 . getId ( ) ) { return loc0 ; } } return null ; } |
1,557 | returns the buffer of the end tag element . concode_field_sep BufferedElement parent concode_elem_sep Collection<BufferedAttribute> dynamicAttributes concode_elem_sep Map<String,String> data concode_elem_sep BufferedEndTagElement endTagElement concode_elem_sep String startTagElementName concode_elem_sep String endTagEl... | BufferedEndTagElement function ( ) { return endTagElement ; } |
1,558 | get the value of the last header of the given name . the name is case-insensitive . concode_field_sep Pattern CHARSET concode_elem_sep String REQUEST concode_elem_sep String DEFAULT_CHARSET concode_elem_sep String method concode_elem_sep String ACCEPT_ENCODING concode_elem_sep List<Map.Entry<String,String>> headers con... | String function ( String arg0 ) { String loc0 = null ; for ( Map . Entry < String , String > loc1 : headers ) { if ( equalsIgnoreCase ( arg0 , loc1 . getKey ( ) ) ) { loc0 = loc1 . getValue ( ) ; } } return loc0 ; } |
1,559 | returns the osgi service identifier . concode_field_sep DLFileEntryTypeService _service concode_field_sep void deleteFileEntryType concode_elem_sep java.util.List<com.liferay.document.library.kernel.model.DLFileEntryType> search concode_elem_sep java.util.List<com.liferay.document.library.kernel.model.DLFileEntryType> ... | java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } |
1,560 | sets the tags for which verbose logging should be enabled . concode_field_sep String[] enabledTags concode_elem_sep boolean enableAllTags concode_field_sep boolean isTagEnabled concode_elem_sep void setEnableAllTags concode_elem_sep boolean areAllTagsEnabled | void function ( String ... arg0 ) { enabledTags = arg0 ; enableAllTags = false ; } |
1,561 | returns a listener that should be called on engine failure concode_field_sep CodecService codecService concode_elem_sep OpenMode openMode concode_elem_sep IndexSettings indexSettings concode_elem_sep Setting<String> INDEX_CODEC_SETTING concode_elem_sep ShardId shardId concode_elem_sep Store store concode_elem_sep Trans... | Engine . EventListener function ( ) { return eventListener ; } |
1,562 | the resource type of the related resource . concode_field_sep String relationshipName concode_elem_sep String resourceId concode_elem_sep String resourceName concode_elem_sep String resourceType concode_field_sep String getResourceName concode_elem_sep void setRelationshipName concode_elem_sep String getRelationshipNam... | Relationship function ( ResourceType arg0 ) { setResourceType ( arg0 ) ; return this ; } |
1,563 | checks whether a given field path is valid . concode_field_sep String FIELD_SEPARATOR_REGEX concode_elem_sep String FIELD_PATH_SEPARATOR concode_elem_sep String FIELD_PATH_SEPARATOR_REGEX concode_elem_sep boolean replacePrimitiveFields concode_elem_sep boolean replaceMessageFields concode_elem_sep boolean replaceRepeat... | boolean function ( Class < ? extends Message > arg0 , String arg1 ) { Descriptor loc0 = Internal . getDefaultInstance ( arg0 ) . getDescriptorForType ( ) ; return isValid ( loc0 , arg1 ) ; } |
1,564 | returns newly created maximumlinkbandwidthtlv object . concode_field_sep short TYPE concode_elem_sep int rawValue concode_elem_sep Logger log concode_elem_sep short LENGTH concode_field_sep PcepVersion getVersion concode_elem_sep int getInt concode_elem_sep MaximumLinkBandwidthTlv read concode_elem_sep short getType co... | MaximumLinkBandwidthTlv function ( final int arg0 ) { return new MaximumLinkBandwidthTlv ( arg0 ) ; } |
1,565 | create an instance of wsparameters concode_field_sep QName _GetDataToSignResponse_QNAME concode_elem_sep QName _SignDocument_QNAME concode_elem_sep QName _ExtendSignature_QNAME concode_elem_sep QName _GetDataToSign_QNAME concode_elem_sep QName _SignDocumentResponse_QNAME concode_elem_sep QName _ExtendSignatureResponse_... | WsParameters function ( ) { return new WsParameters ( ) ; } |
1,566 | gets the value of the label property . concode_field_sep String image concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep Langs langs concode_elem_sep String style concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String label concode_elem_sep Integer position c... | String function ( ) { return label ; } |
1,567 | returns the user id of this shopping category . concode_field_sep ShoppingCategory _shoppingCategory concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGrou... | long function ( ) { return _shoppingCategory . getUserId ( ) ; } |
1,568 | the current version of the configuration . for example : e2qwruhapomqzl . returns a reference to this object so that method calls can be chained together . concode_field_sep CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig concode_elem_sep String eTag concode_field_sep void setCloudFrontOriginA... | GetCloudFrontOriginAccessIdentityConfigResult function ( String arg0 ) { this . eTag = arg0 ; return this ; } |
1,569 | indicates whether an aws resource or aws config rule is compliant . a resource is compliant if it complies with all of the aws config rules that evaluate it , and it is noncompliant if it does not comply with one or more of these rules . a rule is compliant if all of the resources that the rule evaluates comply with it... | Compliance function ( ComplianceType arg0 ) { setComplianceType ( arg0 ) ; return this ; } |
1,570 | get first concode_field_sep Logger log concode_elem_sep ConcurrentHashMap<AnnoActivationSpec,AnnoActivation> activations concode_elem_sep long serialVersionUID concode_elem_sep String first concode_elem_sep Integer second concode_field_sep void setSecond concode_elem_sep void setFirst concode_elem_sep void endpointActi... | String function ( ) { return first ; } |
1,571 | see streams #flatmap publisher , function . concode_field_sep PlaceHolder placeHolder concode_field_sep Promise<R> reduce concode_elem_sep Promise<List<T>> toList concode_elem_sep TransformablePublisher<T> multicast concode_elem_sep Promise<T> toPromise concode_elem_sep TransformablePublisher<T> filter concode_elem_sep... | TransformablePublisher < O > function ( Function < ? super T , ? extends Promise < ? extends O >> arg0 ) { return Streams . flatMap ( this , arg0 ) ; } |
1,572 | gets the name of the resource bundle associated with 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... | String function ( ) { return this . resourceBundleName ; } |
1,573 | constructs an array of arrays of number objects from a corresponding structure containing double primitives . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean equal concode_elem_sep double calculateRowTotal concode_elem_sep double calculateRowTotal concode_elem_sep Number[] createNumberArray concode_... | Number [ ] [ ] function ( double [ ] [ ] arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } int loc0 = arg0 . length ; Number [ ] [ ] loc1 = new Number [ loc0 ] [ ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 [ loc2 ] = createNumberArray ( arg0 [ loc2 ] ) ; } return loc1 ... |
1,574 | the number of days since the epoch , which is the imaginary beginning of year zero in a hypothetical backward extension of the gregorian calendar through time . see `` calendrical calculations '' by reingold and dershowitz . concode_field_sep TimeZone ZULU concode_elem_sep long SECS_PER_DAY concode_elem_sep Pattern UTC... | int function ( int arg0 , int arg1 , int arg2 ) { int loc0 = arg0 - 1 ; return 365 * loc0 + loc0 / 4 - loc0 / 100 + loc0 / 400 + ( 367 * arg1 - 362 ) / 12 + ( arg1 <= 2 ? 0 : isLeapYear ( arg0 ) ? - 1 : - 2 ) + arg2 ; } |
1,575 | returns the string representation of all references the phase depends on in pbxframeworksbuildphase #getfiles . concode_field_sep PlaceHolder placeHolder concode_field_sep ImmutableList<FileReference> fileReferences concode_elem_sep ImmutableList<FileReference> fileReferences concode_elem_sep ImmutableList<PBXReference... | ImmutableList < String > function ( PBXFrameworksBuildPhase arg0 ) { return paths ( pbxFileReferences ( arg0 ) ) ; } |
1,576 | summary information that relates to the category of the check . cost optimizing is the only category that is currently supported . concode_field_sep com.amazonaws.internal.SdkInternalList<TrustedAdvisorResourceDetail> flaggedResources concode_elem_sep TrustedAdvisorCategorySpecificSummary categorySpecificSummary concod... | void function ( TrustedAdvisorCategorySpecificSummary arg0 ) { this . categorySpecificSummary = arg0 ; } |
1,577 | expect connect timeout , because the connection backlog is consumed . concode_field_sep int TEST_TIMEOUT concode_elem_sep int SHORT_SOCKET_TIMEOUT concode_elem_sep URLConnectionFactory connectionFactory concode_elem_sep List<SocketChannel> clients concode_elem_sep Log LOG concode_elem_sep int CONNECTION_BACKLOG concode... | void function ( ) { consumeConnectionBacklog ( ) ; try { fs . listFiles ( new Path ( "srini_string" ) , false ) ; fail ( "srini_string" ) ; } catch ( SocketTimeoutException loc0 ) { assertEquals ( "srini_string" , loc0 . getMessage ( ) ) ; } } |
1,578 | are there any characters left ? concode_field_sep String data concode_elem_sep int pos concode_field_sep char read concode_elem_sep String peekN concode_elem_sep String readN concode_elem_sep void seek concode_elem_sep String remainingToString concode_elem_sep char peek concode_elem_sep void seekN concode_elem_sep char... | boolean function ( ) { return left ( ) <= 0 ; } |
1,579 | return the list of actions started by a signal in an instance . concode_field_sep String ACTIONS_TO_KILL concode_elem_sep String ACTIONS_TO_START concode_elem_sep String ACTION_ID concode_elem_sep String TRANSIENT_VAR_PREFIX concode_elem_sep String WORKFLOW_BEAN concode_elem_sep String ACTIONS_TO_FAIL concode_field_sep... | List < WorkflowActionBean > function ( WorkflowInstance arg0 ) { List < WorkflowActionBean > loc0 = ( List < WorkflowActionBean > ) arg0 . getTransientVar ( ACTIONS_TO_START ) ; arg0 . setTransientVar ( ACTIONS_TO_START , null ) ; return ( loc0 != null ) ? loc0 : Collections . EMPTY_LIST ; } |
1,580 | returns the previous state . if the size of the stack is 0 , an exception is thrown . if the size is 1 , an empty node is returned . concode_field_sep T data concode_elem_sep int size concode_elem_sep TreeShapedStack<T> previous concode_field_sep int size concode_elem_sep int hashCode concode_elem_sep boolean equals co... | TreeShapedStack < T > function ( ) { if ( size == 0 ) { throw new EmptyStackException ( ) ; } return previous ; } |
1,581 | sets the id value for this paramsgetmobjects . concode_field_sep com.marketo.www.mktows.Attrib externalKey concode_elem_sep com.marketo.www.mktows.MObjCriteria[] mObjCriteriaList concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String streamPosition concode_elem_sep java.lang.Ob... | void function ( java . lang . Integer arg0 ) { this . id = arg0 ; } |
1,582 | gets the name value for this richmediastudiochildassetproperty . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.Integer width concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.la... | java . lang . String function ( ) { return name ; } |
1,583 | return the user by username . this method should be overridden in concrete implementation . the default implementation always throws an exception . concode_field_sep Logger log concode_elem_sep UserService instance concode_field_sep void init concode_elem_sep String modifyRole concode_elem_sep User login concode_elem_s... | User function ( String arg0 ) { throw new ServiceException ( "srini_string" ) ; } |
1,584 | provides information about supported file formats of this set . concode_field_sep Set<Format> formats concode_elem_sep String description concode_elem_sep String id concode_elem_sep String label concode_field_sep String getLabel concode_elem_sep String getId concode_elem_sep String getDescription | Set < Format > function ( ) { return Collections . unmodifiableSet ( formats ) ; } |
1,585 | returns the radius of a circumscribed sphere , that goes through all vertices concode_field_sep double TETRAHEDRAL_ANGLE concode_elem_sep int[] lineLoop1 concode_elem_sep double circumscribedRadius concode_elem_sep int[] lineLoop2 concode_field_sep double getSideLengthFromInscribedRadius concode_elem_sep double getSide... | double function ( ) { return circumscribedRadius ; } |
1,586 | set length of the range in the buffer . concode_field_sep int offset concode_elem_sep int frameLengthOffset concode_elem_sep int length concode_elem_sep int frameLength concode_elem_sep AtomicBuffer buffer concode_field_sep int offset concode_elem_sep BufferClaim offset concode_elem_sep BufferClaim frameLengthOffset co... | BufferClaim function ( final int arg0 ) { this . length = arg0 ; return this ; } |
1,587 | returns an iterator for the entities in the collection . concode_field_sep long serialVersionUID concode_elem_sep List entities concode_field_sep void add concode_elem_sep void addAll concode_elem_sep boolean equals concode_elem_sep int getEntityCount concode_elem_sep void clear concode_elem_sep Object clone concode_el... | Iterator function ( ) { return this . entities . iterator ( ) ; } |
1,588 | create an instance of geometry concode_field_sep PlaceHolder placeHolder concode_field_sep ColourSpecular createColourSpecular concode_elem_sep Submesh createSubmesh concode_elem_sep Submeshes createSubmeshes concode_elem_sep Extremes createExtremes concode_elem_sep Boneassignments createBoneassignments concode_elem_se... | Geometry function ( ) { return new Geometry ( ) ; } |
1,589 | gets the name of the button clicked . concode_field_sep String inputText concode_elem_sep String clicked concode_field_sep void imageButtonListener concode_elem_sep void commandLinkListener concode_elem_sep String getInputText concode_elem_sep void setInputText concode_elem_sep void submitButtonListener concode_elem_se... | String function ( ) { return clicked ; } |
1,590 | lookup gangliaconf from cache . if not found , return default values concode_field_sep String DEFAULT_UNITS concode_elem_sep String SUPPORT_SPARSE_METRICS_PROPERTY concode_elem_sep int DEFAULT_TMAX concode_elem_sep Map<String,GangliaConf> gangliaConfMap concode_elem_sep String hostName concode_elem_sep String EQUAL con... | GangliaConf function ( String arg0 ) { GangliaConf loc0 = gangliaConfMap . get ( arg0 ) ; return loc0 != null ? loc0 : DEFAULT_GANGLIA_CONF ; } |
1,591 | returns asn .1 encoded form of this x. 509 algorithmidentifier value . concode_field_sep byte[] encoding concode_elem_sep ASN1Type ASN1 concode_elem_sep List<GeneralSubtree> generalSubtrees concode_field_sep Collection getValues concode_elem_sep List<GeneralSubtree> getSubtrees concode_elem_sep Object getDecodedObject | byte [ ] function ( ) { if ( encoding == null ) { encoding = ASN1 . encode ( this ) ; } return encoding ; } |
1,592 | monitoring list concode_field_sep Logger logger concode_field_sep List<MonitoringDashboardDAO> getMonitoringErrorStatus concode_elem_sep void deleteMonitoringIndex concode_elem_sep List<UserDBDAO> getUserMonitoringDBList concode_elem_sep List<MonitoringResultDAO> getMonitoringResultStatus concode_elem_sep void updateUs... | List < MonitoringIndexDAO > function ( ) { SqlMapClient loc0 = TadpoleSQLManager . getInstance ( TadpoleSystemInitializer . getUserDB ( ) ) ; return loc0 . queryForList ( "srini_string" ) ; } |
1,593 | determines if the command object being submitted is a valid type concode_field_sep Log log concode_field_sep void validate | boolean function ( Class arg0 ) { return arg0 . equals ( ConceptDatatype . class ) ; } |
1,594 | this method returns the name of the database . concode_field_sep String TABLE concode_elem_sep String URL concode_elem_sep Properties properties concode_elem_sep String PASSWORD concode_elem_sep String DRIVER concode_elem_sep String USERNAME concode_elem_sep String DATABASE concode_field_sep String getDatabaseUsername ... | String function ( ) { return properties . getProperty ( DATABASE ) ; } |
1,595 | turn on a note . concode_field_sep double bendRangeOctaves concode_elem_sep PowerOfTwo pitchToLinear concode_elem_sep double vibratoRate concode_elem_sep UnitVoice[] voices concode_elem_sep VoiceOperation voiceOperation concode_elem_sep int MAX_VELOCITY concode_elem_sep Synthesizer synth concode_elem_sep LinearRamp pre... | void function ( int arg0 , int arg1 , int arg2 ) { double loc0 = arg2 * ( 1.0 / MAX_VELOCITY ) ; noteOn ( arg0 , arg1 , loc0 ) ; } |
1,596 | called by the reactor when we have selected connectable . return false to indicate an error that should cause the connection to close . concode_field_sep boolean bPaused concode_elem_sep SocketChannel channel concode_elem_sep long binding concode_elem_sep SSLContext sslContext concode_elem_sep boolean bWatchOnly concod... | boolean function ( ) { channel . finishConnect ( ) ; bConnectPending = false ; updateEvents ( ) ; return true ; } |
1,597 | returns the low value . concode_field_sep Date date concode_elem_sep Number volume concode_elem_sep Number high concode_elem_sep Number low concode_elem_sep Number close concode_elem_sep long serialVersionUID concode_elem_sep Number open concode_field_sep Number getClose concode_elem_sep Number getVolume concode_elem_s... | Number function ( ) { return this . low ; } |
1,598 | the arn of the iam role that grants access . concode_field_sep String messageFormat concode_elem_sep String roleArn concode_elem_sep String targetArn concode_field_sep SnsAction withMessageFormat concode_elem_sep SnsAction withMessageFormat concode_elem_sep String getMessageFormat concode_elem_sep String getTargetArn c... | SnsAction function ( String arg0 ) { setRoleArn ( arg0 ) ; return this ; } |
1,599 | this is used to acquire the local socket address that this is listening to . this required in case the socket address that is specified is an emphemeral address , that is an address that is assigned dynamically when a port of 0 is specified . concode_field_sep SocketAcceptor acceptor concode_elem_sep Reactor reactor co... | SocketAddress function ( ) { return acceptor . getAddress ( ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.