idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
12,400 | convenience method to xor n bytes from two arrays ; n being the output size of the srp message digest algorithm . concode_field_sep byte COLON concode_elem_sep IMessageDigest mda concode_elem_sep HashMap algorithms concode_field_sep byte[] generateKn concode_elem_sep IMessageDigest newDigest concode_elem_sep byte[] gen... | byte [ ] function ( final byte [ ] arg0 , final byte [ ] arg1 ) { return xor ( arg0 , arg1 , mda . hashSize ( ) ) ; } |
12,401 | returns the image . concode_field_sep int endLine concode_elem_sep Token next concode_elem_sep String image concode_elem_sep int endColumn concode_elem_sep Token specialToken concode_elem_sep int beginColumn concode_elem_sep int kind concode_elem_sep int beginLine concode_elem_sep long serialVersionUID concode_field_se... | String function ( ) { return image ; } |
12,402 | returns the ghichu of this thauphu . concode_field_sep Thauphu _thauphu concode_field_sep long getGiatrihd concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getSohopdongvien concode_elem_sep boolean isEscapedModel concode_elem_sep java.lang.String getNoidung concode_elem_sep boolean isC... | java . lang . String function ( ) { return _thauphu . getGhichu ( ) ; } |
12,403 | gets the value of the mappedname property . concode_field_sep com.wavemaker.tools.webapp.schema.String persistenceUnitName concode_elem_sep List<InjectionTargetType> injectionTarget concode_elem_sep List<DescriptionType> description concode_elem_sep java.lang.String id concode_elem_sep XsdStringType mappedName concode_... | XsdStringType function ( ) { return mappedName ; } |
12,404 | gets the layout . concode_field_sep Layout layout concode_elem_sep MetaData metaData concode_elem_sep List<Handler> handlers concode_elem_sep long serialVersionUID concode_elem_sep List<AuditEventFilter> filters concode_elem_sep String version concode_elem_sep Date released concode_elem_sep Map<String,String> propertie... | Layout function ( ) { return layout ; } |
12,405 | get the suffix . 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_... | char [ ] function ( int arg0 ) { char [ ] loc0 = new char [ arg0 ] ; if ( ( bufpos + 1 ) >= arg0 ) System . arraycopy ( buffer , bufpos - arg0 + 1 , loc0 , 0 , arg0 ) ; else { System . arraycopy ( buffer , bufsize - ( arg0 - bufpos - 1 ) , loc0 , 0 , arg0 - bufpos - 1 ) ; System . arraycopy ( buffer , 0 , loc0 , arg0 -... |
12,406 | the list of aggregation s. concode_field_sep XContentBuilderString AGGREGATIONS concode_elem_sep Map<String,Aggregation> aggregationsAsMap concode_elem_sep InternalAggregations EMPTY concode_elem_sep List<InternalAggregation> aggregations concode_field_sep InternalAggregations reduce concode_elem_sep void writeTo conco... | List < Aggregation > function ( ) { return aggregations . stream ( ) . map ( ( p ) -> ( Aggregation ) p ) . collect ( Collectors . toList ( ) ) ; } |
12,407 | creates a new instance of a kernel given it 's class name and optional arguments to pass to it 's setoptions method . concode_field_sep long serialVersionUID concode_elem_sep boolean m_ChecksTurnedOff concode_elem_sep Instances m_data concode_elem_sep boolean m_Debug concode_field_sep Enumeration listOptions concode_el... | Kernel function ( String arg0 , String [ ] arg1 ) { return ( Kernel ) Utils . forName ( Kernel . class , arg0 , arg1 ) ; } |
12,408 | return true if externalkdc = true and the location of the krb5.conf file has been specified , and false otherwise . concode_field_sep PlaceHolder placeHolder concode_field_sep void setTokenServiceUseIp | boolean function ( ) { String loc0 = System . getProperty ( "srini_string" ) ; String loc1 = System . getProperty ( "srini_string" ) ; if ( loc0 == null || ! loc0 . equals ( "srini_string" ) || loc1 == null ) { return false ; } return true ; } |
12,409 | invoked when the property of the list has been changed . concode_field_sep Logger LOG concode_elem_sep IDomainListener first concode_elem_sep IDomainListener second concode_field_sep IDomainListener add concode_elem_sep void feedLinkAdded concode_elem_sep void articleAddedToSearchFeed concode_elem_sep void feedRepositi... | void function ( ReadingList arg0 , String arg1 , Object arg2 , Object arg3 ) { first . propertyChanged ( arg0 , arg1 , arg2 , arg3 ) ; second . propertyChanged ( arg0 , arg1 , arg2 , arg3 ) ; } |
12,410 | writes integer to current buffer position , and then increments position . note : if structured writing is enabled , additional padding bytes may be skipped automatically . note : size of integer depends on platform type concode_field_sep int structIndex concode_elem_sep MemoryLayout memLayout concode_elem_sep DataType... | MemoryBuffer function ( int arg0 ) { switch ( memLayout . intSize ) { case 2 : bbuf . putShort ( ( short ) arg0 ) ; break ; case 4 : default : bbuf . putInt ( arg0 ) ; break ; } skipPaddingBytesFor ( DataType . INT ) ; return this ; } |
12,411 | set the next buffer in the filter pipeline . concode_field_sep long contentLength concode_elem_sep OutputBuffer buffer concode_elem_sep long remaining concode_field_sep void recycle concode_elem_sep void setResponse concode_elem_sep long end concode_elem_sep int doWrite concode_elem_sep long getBytesWritten | void function ( OutputBuffer arg0 ) { this . buffer = arg0 ; } |
12,412 | immutable class is not cloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization concode_elem_sep void testHashcode concode_elem_sep void testEquals | void function ( ) { XYCoordinate loc0 = new XYCoordinate ( 1.0 , 2.0 ) ; assertFalse ( loc0 instanceof Cloneable ) ; } |
12,413 | returns the name of the directory in the final ios bundle which should contain the watchkit support stub . concode_field_sep String WATCH_KIT_STUB_PATH concode_elem_sep XcodeProductType extensionXcodeProductType concode_elem_sep DottedVersion MINIMUM_OS_VERSION concode_elem_sep XcodeProductType applicationXcodeProductT... | String function ( ) { return watchKitSupportDirName ; } |
12,414 | utility method for retrieving a configuration value . concode_field_sep Log LOG concode_elem_sep GrailsApplication grailsApplication concode_field_sep T getMandatory concode_elem_sep T getMandatory concode_elem_sep Object getAt concode_elem_sep Map getFlatConfig concode_elem_sep ConfigObject getConfig | T function ( String arg0 ) { if ( arg0 . indexOf ( "srini_string" ) != - 1 ) { return ( T ) getFlatConfig ( ) . get ( arg0 ) ; } return ( T ) getConfig ( ) . get ( arg0 ) ; } |
12,415 | returns the rotation angle in radians . concode_field_sep TextAnchor DEFAULT_TEXT_ANCHOR concode_elem_sep double DEFAULT_ROTATION_ANGLE concode_elem_sep long serialVersionUID concode_elem_sep TextAnchor DEFAULT_ROTATION_ANCHOR concode_elem_sep double rotationAngle concode_elem_sep Font DEFAULT_FONT concode_elem_sep Pai... | double function ( ) { return this . rotationAngle ; } |
12,416 | returns the type information for the current version of a given class , or null if the class is not currently persistent . concode_field_sep PersistCatalog catalog concode_field_sep EntityMetadata getEntityMetadata concode_elem_sep List<RawType> getAllRawTypes concode_elem_sep boolean isOpen concode_elem_sep Set<String... | RawType function ( String arg0 ) { if ( catalog != null ) { return catalog . getFormat ( arg0 ) ; } else { throw new IllegalStateException ( "srini_string" ) ; } } |
12,417 | a flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair . the default setting is false . concode_field_sep String name concode_elem_sep Boolean replace concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getName concode_elem_sep Boolean ... | void function ( Boolean arg0 ) { this . replace = arg0 ; } |
12,418 | sets the value of the source property . concode_field_sep String evidence concode_elem_sep CitationType citation concode_elem_sep List<String> scope concode_elem_sep SourceDataType source concode_elem_sep String key concode_field_sep String getEvidence concode_elem_sep CitationType getCitation concode_elem_sep String g... | void function ( SourceDataType arg0 ) { this . source = arg0 ; } |
12,419 | returns an unmodifiable view of the given sorted bag . any modification attempts to the returned bag will raise an unsupportedoperationexception . concode_field_sep Bag EMPTY_BAG concode_elem_sep Bag EMPTY_SORTED_BAG concode_field_sep Bag<E> predicatedBag concode_elem_sep SortedBag<E> synchronizedSortedBag concode_elem... | SortedBag < E > function ( final SortedBag < E > arg0 ) { return UnmodifiableSortedBag . unmodifiableSortedBag ( arg0 ) ; } |
12,420 | some explanation . concode_field_sep PlaceHolder placeHolder concode_field_sep String doSomething concode_elem_sep void unclosedGenericParam concode_elem_sep void doSomethingElse | void function ( L arg0 ) { } |
12,421 | expand property references and labels , return result . property expansion is done recursively . special labels `` deadlock '' , `` init '' and any not in label list are left . concode_field_sep int endColumn concode_elem_sep int beginColumn concode_elem_sep int endLine concode_elem_sep Type type concode_elem_sep int b... | ASTElement function ( PropertiesFile arg0 , LabelList arg1 ) { ExpandPropRefsAndLabels loc0 = new ExpandPropRefsAndLabels ( arg0 , arg1 ) ; return ( ASTElement ) accept ( loc0 ) ; } |
12,422 | returns true if this user notification delivery is deliver . concode_field_sep UserNotificationDelivery _userNotificationDelivery concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes conco... | boolean function ( ) { return _userNotificationDelivery . isDeliver ( ) ; } |
12,423 | convert the byte buffer to a string an specific character encoding concode_field_sep int count concode_elem_sep byte[] bytes concode_field_sep void set concode_elem_sep int compareTo concode_elem_sep void truncate concode_elem_sep int hashCode concode_elem_sep byte[] get concode_elem_sep boolean equals concode_elem_sep... | String function ( String arg0 ) { return new String ( this . get ( ) , 0 , this . getCount ( ) , arg0 ) ; } |
12,424 | sets the value of the show property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String about concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep JAXBElement<? extends AbstractMetaDataType> abstractMetaData concode_elem_sep List<String> nilReason concode_ele... | void function ( String arg0 ) { this . show = arg0 ; } |
12,425 | returns true if the resource path is not null and starts with one of the recognizedresource prefixes #classpath_prefix classpath_prefix , #url_prefix url_prefix , or #file_prefix file_prefix , false otherwise . concode_field_sep String URL_PREFIX concode_elem_sep Logger log concode_elem_sep String FILE_PREFIX concode_e... | boolean function ( String arg0 ) { return arg0 != null && ( arg0 . startsWith ( CLASSPATH_PREFIX ) || arg0 . startsWith ( URL_PREFIX ) || arg0 . startsWith ( FILE_PREFIX ) ) ; } |
12,426 | description : this formatting is related to the unit , so , unit conversion mb is also done in this class . concode_field_sep long serialVersionUID concode_elem_sep double data concode_elem_sep String description concode_elem_sep long unit concode_field_sep void setData concode_elem_sep void setDescription concode_elem... | String function ( ) { DecimalFormat loc0 = new DecimalFormat ( "srini_string" ) ; loc0 . setMaximumFractionDigits ( 6 ) ; double loc1 = data / unit ; String loc2 = null ; if ( loc1 < ( 1d / unit ) && loc1 != 0 ) { loc2 = "srini_string" ; } else { loc2 = loc0 . format ( loc1 ) ; } return loc2 ; } |
12,427 | gets the value of the componenttype property . concode_field_sep String owner concode_elem_sep String componentType concode_elem_sep String creator concode_elem_sep String componentId concode_elem_sep String modelState concode_elem_sep List<ComponentRefType> componentRefs concode_elem_sep XMLGregorianCalendar creationD... | String function ( ) { return componentType ; } |
12,428 | called once for each key/value pair in the input split . most applications should override this , but the default is the identity function . concode_field_sep PlaceHolder placeHolder concode_field_sep void cleanup concode_elem_sep void setup concode_elem_sep void run | void function ( KEYIN arg0 , VALUEIN arg1 , Context arg2 ) { arg2 . write ( ( KEYOUT ) arg0 , ( VALUEOUT ) arg1 ) ; } |
12,429 | true if a field is processable concode_field_sep org.apache.log4j.Logger LOG concode_field_sep Object createNewObjectFromClass concode_elem_sep void attemptCopyOfFieldName concode_elem_sep void populateFromBaseWithSuper concode_elem_sep void populateFromBaseClass concode_elem_sep void populateFromBaseClass concode_elem... | boolean function ( Class arg0 , String arg1 , Map arg2 ) { if ( arg2 . containsKey ( arg1 ) ) { Class loc0 = ( Class ) arg2 . get ( arg1 ) ; if ( ( ObjectUtils . isNull ( loc0 ) ) || ( loc0 . equals ( arg0 ) ) ) { return false ; } } return true ; } |
12,430 | the id of the requestcancelexternalworkflowexecutioninitiated event corresponding to the requestcancelexternalworkflowexecution decision to cancel this external workflow execution . this information can be useful for diagnosing problems by tracing back the chain of events leading up to this event . concode_field_sep Wo... | void function ( Long arg0 ) { this . initiatedEventId = arg0 ; } |
12,431 | add a new transport candidate concode_field_sep boolean resolving concode_elem_sep List<TransportCandidate> candidates concode_elem_sep Type type concode_elem_sep Logger LOGGER concode_elem_sep ArrayList<TransportResolverListener> listeners concode_elem_sep boolean initialized concode_elem_sep int CHECK_TIMEOUT concode... | void function ( TransportCandidate arg0 ) { synchronized ( candidates ) { if ( ! candidates . contains ( arg0 ) ) candidates . add ( arg0 ) ; } triggerCandidateAdded ( arg0 ) ; } |
12,432 | sets the value of the validate property . concode_field_sep CartClearRequest shared concode_elem_sep List<CartClearRequest> request concode_elem_sep String marketplaceDomain concode_elem_sep String xmlEscaping concode_elem_sep String awsAccessKeyId concode_elem_sep String associateTag concode_elem_sep String validate c... | void function ( String arg0 ) { this . validate = arg0 ; } |
12,433 | display error with error icon concode_field_sep CLogger logger concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep boolean ask concode_elem_sep boolean ask concode_elem_sep String constructMessage concode_elem_sep void info concode_elem_sep void ... | void function ( int arg0 , String arg1 ) { error ( arg0 , null , arg1 , null ) ; } |
12,434 | remove the managed bean based on the bean name . 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 concod... | void function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; ELContext loc1 = loc0 . getELContext ( ) ; ExpressionFactory loc2 = loc0 . getApplication ( ) . getExpressionFactory ( ) ; loc2 . createValueExpression ( loc1 , getJsfEl ( arg0 ) , Object . class ) . setValue ( loc1 , null ) ; } |
12,435 | writes a client_respawn to a file . concode_field_sep ClientPersistentState coop_respawn concode_elem_sep int score concode_elem_sep float cmd_angles[] concode_elem_sep boolean spectator concode_elem_sep int enterframe concode_field_sep void set concode_elem_sep void read concode_elem_sep void clear | void function ( QuakeFile arg0 ) { coop_respawn . write ( arg0 ) ; arg0 . writeInt ( enterframe ) ; arg0 . writeInt ( score ) ; arg0 . writeFloat ( cmd_angles [ 0 ] ) ; arg0 . writeFloat ( cmd_angles [ 1 ] ) ; arg0 . writeFloat ( cmd_angles [ 2 ] ) ; arg0 . writeInt ( spectator ? 1 : 0 ) ; } |
12,436 | returns the entry id2 of this asset link . concode_field_sep AssetLink _assetLink concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel conc... | long function ( ) { return _assetLink . getEntryId2 ( ) ; } |
12,437 | gets the value of the totalremainingtradeincredit property . concode_field_sep BigDecimal headerTotal concode_elem_sep BigDecimal linesDiscount concode_elem_sep BigDecimal charge concode_elem_sep List<Charge> chargeSummary concode_elem_sep BigDecimal headerDiscount concode_elem_sep BigDecimal discount concode_elem_sep ... | BigDecimal function ( ) { return totalRemainingTradeInCredit ; } |
12,438 | determines amount of purchased items . concode_field_sep StoreTable storeTable concode_elem_sep Random random concode_elem_sep Effect cartEffect concode_elem_sep ArrayList purchasedList concode_field_sep String getItemString concode_elem_sep ArrayList getPurchasedList concode_elem_sep void setCartEffect concode_elem_se... | int function ( ) { Iterator loc0 = purchasedList . iterator ( ) ; int loc1 = 0 ; while ( loc0 . hasNext ( ) ) { loc1 += ( ( CartItem ) loc0 . next ( ) ) . getPurchasedQuantity ( ) ; } return ( loc1 ) ; } |
12,439 | check whether the given modifier is strictfp . concode_field_sep int PRIVATE concode_elem_sep int PROTECTED concode_elem_sep int INTERFACE concode_elem_sep int PUBLIC concode_elem_sep int STATIC concode_elem_sep int NATIVE concode_elem_sep int ALL_FLAGS concode_elem_sep int SUPER concode_elem_sep int INTERPRETED concod... | boolean function ( int arg0 ) { return ( arg0 & STRICT ) != 0 ; } |
12,440 | adds an activity execution to the hierarchy concode_field_sep HashMap<ActivityExecution,List<ActivityExecution>> callee concode_elem_sep HashMap<ActivityExecution,ActivityExecution> caller concode_field_sep List<ActivityExecution> getDirectCallees concode_elem_sep ActivityExecution getCaller concode_elem_sep HashMap<Ac... | void function ( ActivityExecution arg0 , ActivityExecution arg1 ) { callee . put ( arg0 , new ArrayList < ActivityExecution > ( ) ) ; caller . put ( arg0 , arg1 ) ; if ( arg1 != null ) { callee . get ( arg1 ) . add ( arg0 ) ; } } |
12,441 | a convenience method to set the global property for checking for weak and semi-weak cipher keys . concode_field_sep String TRUE concode_elem_sep String PROPERTIES_FILE concode_elem_sep String DO_RSA_BLINDING concode_elem_sep Logger log concode_elem_sep HashMap props concode_elem_sep String CHECK_WEAK_KEYS concode_elem_... | void function ( final boolean arg0 ) { SecurityManager loc0 = System . getSecurityManager ( ) ; if ( loc0 != null ) loc0 . checkPermission ( new PropertyPermission ( CHECK_WEAK_KEYS , "srini_string" ) ) ; instance ( ) . checkForWeakKeys = arg0 ; props . put ( CHECK_WEAK_KEYS , String . valueOf ( arg0 ) ) ; } |
12,442 | list of titles mr. , ms. , dr. , etc. . concode_field_sep LinkedFormElement zip concode_elem_sep FormElement firstName concode_elem_sep FormElement lastName concode_elem_sep SubmitButton submit concode_elem_sep LinkedFormElement city concode_elem_sep ArrayList componentList concode_elem_sep LinkedFormElement state conc... | ArrayList function ( ) { return getListAsSelectItems ( titles ) ; } |
12,443 | create an instance of xmlmatsimtimeattributetype concode_field_sep QName _Coordinate_QNAME concode_field_sep XMLMatsimObjectType createXMLMatsimObjectType concode_elem_sep XMLSignalGroups createXMLSignalGroups concode_elem_sep XMLLocation createXMLLocation concode_elem_sep XMLFacilityId createXMLFacilityId concode_elem... | XMLMatsimTimeAttributeType function ( ) { return new XMLMatsimTimeAttributeType ( ) ; } |
12,444 | build signature validation filter if needed . concode_field_sep Logger LOGGER concode_field_sep void logSamlObject concode_elem_sep X509Certificate readCertificate concode_elem_sep StringWriter transformSamlObject concode_elem_sep BasicCredential buildCredentialForMetadataSignatureValidation | SignatureValidationFilter function ( final ResourceLoader arg0 , final String arg1 ) { try { final Resource loc0 = arg0 . getResource ( arg1 ) ; return buildSignatureValidationFilter ( loc0 ) ; } catch ( final Exception loc0 ) { LOGGER . debug ( loc0 . getMessage ( ) , loc0 ) ; } return null ; } |
12,445 | returns the string representation of the current value . concode_field_sep long serialVersionUID concode_elem_sep int value concode_field_sep void set concode_elem_sep boolean compareAndSet concode_elem_sep boolean weakCompareAndSet concode_elem_sep boolean get concode_elem_sep void lazySet concode_elem_sep boolean get... | String function ( ) { return Boolean . toString ( get ( ) ) ; } |
12,446 | returns the string for value . concode_field_sep String[] BROWSER_COMPATIBLE_DATE_FORMAT_STRINGS concode_elem_sep ThreadLocal<DateFormat> STANDARD_DATE_FORMAT concode_elem_sep DateFormat[] BROWSER_COMPATIBLE_DATE_FORMATS concode_field_sep Date parse concode_elem_sep DateFormat initialValue | String function ( Date arg0 ) { return STANDARD_DATE_FORMAT . get ( ) . format ( arg0 ) ; } |
12,447 | check whether the given expression , which consists of a call to this function , evaluates to a boolean . if the function can return different more than one type of value at evaluation-time , it must decide whether to cast the result to a boolean at this time . concode_field_sep PlaceHolder placeHolder concode_field_se... | boolean function ( FunctionCallExpression arg0 ) { return true ; } |
12,448 | returns the number of chat rooms contained in this provider . concode_field_sep ChatRoomWrapper systemRoomWrapper concode_elem_sep ProtocolProviderService protocolProvider concode_elem_sep List<ChatRoomWrapper> chatRoomsOrderedCopy concode_elem_sep Logger logger concode_field_sep ChatRoomWrapper getSystemRoomWrapper co... | int function ( ) { return chatRoomsOrderedCopy . size ( ) ; } |
12,449 | returns the next lognode in the chain . concode_field_sep LogNode mNext concode_field_sep void println concode_elem_sep void setNext | LogNode function ( ) { return mNext ; } |
12,450 | appends a prefix and a suffix to each of the strings . concode_field_sep PlaceHolder placeHolder concode_field_sep List<String> splitAndInternString concode_elem_sep String indent concode_elem_sep StringBuilder listItemsWithLimit concode_elem_sep String stripSuffix concode_elem_sep String joinEnglishList concode_elem_s... | Iterable < String > function ( Iterable < String > arg0 , final String arg1 , final String arg2 ) { return Iterables . transform ( arg0 , new Function < String , String > ( ) { @ Override public String apply ( String arg3 ) { return arg1 + arg3 + arg2 ; } } ) ; } |
12,451 | sets the list of matching results . concode_field_sep T result concode_elem_sep double score concode_elem_sep List<ResultDetails<T>> resultDetails concode_elem_sep List<T> results concode_field_sep T getResult concode_elem_sep List<T> getResults concode_elem_sep void setResultDetails concode_elem_sep void addResult con... | void function ( List < T > arg0 ) { this . results = arg0 ; } |
12,452 | read one single int 4 bytes from the buffer . concode_field_sep byte[] inputBuffer concode_elem_sep int bufferPosition concode_field_sep int read concode_elem_sep boolean hasRemaining concode_elem_sep int length concode_elem_sep String getString concode_elem_sep void setPosition concode_elem_sep int peekUnsignedByte co... | int function ( ) { int loc0 = read ( ) ; int loc1 = read ( ) ; int loc2 = read ( ) ; int loc3 = read ( ) ; if ( ( loc0 | loc1 | loc2 | loc3 ) < 0 ) { throw new EOFException ( ) ; } return loc0 << 24 | loc1 << 16 | loc2 << 8 | loc3 ; } |
12,453 | set the minimum height to be used . excluding outline . concode_field_sep SizeSpec DEFAULT_MIN_SIZE concode_elem_sep SizeSpec DEFAULT_MAX_SIZE concode_field_sep IMPLTYPE setMinWidth concode_elem_sep SizeSpec getMinSize concode_elem_sep IMPLTYPE setMaxWidth concode_elem_sep IMPLTYPE setMaxSize concode_elem_sep IMPLTYPE ... | IMPLTYPE function ( @ Nonnegative final float arg0 ) { return setMinSize ( getMinWidth ( ) , arg0 ) ; } |
12,454 | creates an indexed add operation using the specified address and index concode_field_sep String INDEX concode_elem_sep String KEY concode_field_sep String getName concode_elem_sep ModelNode getAttributeValue concode_elem_sep ModelNode createWriteAttributeOperation concode_elem_sep ModelNode createReadAttributeOperation... | ModelNode function ( PathAddress arg0 , int arg1 ) { return createAddOperation ( arg0 , arg1 , Collections . emptyMap ( ) ) ; } |
12,455 | compares 2 padstacks by name . useful for example to display padstacks in alphabetic order . concode_field_sep int no concode_elem_sep boolean placed_absolute concode_elem_sep ConvexShape[] shapes concode_elem_sep String name concode_elem_sep boolean attach_allowed concode_elem_sep Padstacks padstack_list concode_field... | int function ( Padstack arg0 ) { return this . name . compareToIgnoreCase ( arg0 . name ) ; } |
12,456 | notify the configuration processor listeners about changes with the configuration state . concode_field_sep String ITEM_EXISTS concode_elem_sep Expression enablementExpression concode_elem_sep ListenerList listeners concode_elem_sep Map<String,String> attributesMap concode_elem_sep String COMPATIBILITY_UPDATE concode_e... | void function ( Set < String > arg0 ) { Object [ ] loc0 = listeners . getListeners ( ) ; for ( Object loc1 : loc0 ) { ( ( IConfigurationProcessorListener ) loc1 ) . configurationStateChanged ( configurationStatus , arg0 ) ; } } |
12,457 | sets the user id of this entry . concode_field_sep Entry _entry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedMo... | void function ( long arg0 ) { _entry . setUserId ( arg0 ) ; } |
12,458 | returns true if the given state is currently active otherwise false . concode_field_sep long condition concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean boolVar concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_ele... | boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; default : return false ; } } |
12,459 | sets the indices of this indexarray , discarding the old indices . the count must equal the number of indices to be copied to this indexarray . this can be called in between calls to #bind and #unbind . the index data will be updated instantly . concode_field_sep IntBuffer tmpHandle concode_elem_sep ShortBuffer buffer ... | void function ( short [ ] arg0 , int arg1 , int arg2 ) { buffer . clear ( ) ; buffer . put ( arg0 , arg1 , arg2 ) ; buffer . flip ( ) ; byteBuffer . position ( 0 ) ; byteBuffer . limit ( arg2 << 1 ) ; } |
12,460 | returns insteon address of device bound to item concode_field_sep String itemName concode_elem_sep InsteonAddress address concode_elem_sep String feature concode_elem_sep String productKey concode_elem_sep HashMap<String,String> params concode_field_sep String getItemName concode_elem_sep HashMap<String,String> getPara... | InsteonAddress function ( ) { return address ; } |
12,461 | get the name value . concode_field_sep String name concode_elem_sep String id concode_elem_sep String type concode_field_sep String id concode_elem_sep SubResource withName concode_elem_sep String type | String function ( ) { return this . name ; } |
12,462 | gets the threads . concode_field_sep int mThreadNum concode_elem_sep DownFile mDownFile concode_elem_sep Context context concode_elem_sep AbDownloadThread threads concode_elem_sep File saveFile concode_elem_sep DownFileDao mDownFileDao concode_elem_sep String TAG concode_elem_sep boolean flag concode_elem_sep boolean D... | AbDownloadThread function ( ) { return threads ; } |
12,463 | convert this standard java object to a cos object . concode_field_sep COSDictionary actions concode_field_sep PDAction getF concode_elem_sep PDAction getV concode_elem_sep void setF concode_elem_sep void setV concode_elem_sep void setC concode_elem_sep PDAction getK concode_elem_sep COSBase getCOSObject concode_elem_se... | COSDictionary function ( ) { return actions ; } |
12,464 | actions called during the inited to started transition . this method will only ever be called once during the lifecycle of a specific service instance . implementations do not need to be synchronized as the logic in #start prevents re-entrancy . concode_field_sep Object stateChangeLock concode_elem_sep STATE failureSta... | void function ( ) { } |
12,465 | returns the underlying java object representing the value . concode_field_sep long serialVersionUID concode_elem_sep java.lang.String id concode_field_sep int hashCode concode_elem_sep boolean isNull concode_elem_sep boolean equals concode_elem_sep void setId concode_elem_sep java.lang.String getId concode_elem_sep jav... | java . lang . Object function ( ) { return this ; } |
12,466 | notifies the presenter that we wish to switch to a different tab at the specified position . if the position is not in the model , this method will do nothing . concode_field_sep LightningView mCurrentTab concode_elem_sep TabsManager mTabsModel concode_elem_sep Bus mEventBus concode_elem_sep boolean mShouldClose concod... | void function ( int arg0 ) { Log . d ( TAG , "srini_string" + arg0 ) ; if ( arg0 < 0 || arg0 >= mTabsModel . size ( ) ) { return ; } LightningView loc0 = mTabsModel . switchToTab ( arg0 ) ; onTabChanged ( loc0 ) ; } |
12,467 | createsequence concode_field_sep T m_task concode_field_sep TaskBuilder<T> add concode_elem_sep TaskBuilder<T> add concode_elem_sep TaskBuilder<T> add concode_elem_sep T get concode_elem_sep T get concode_elem_sep TaskBuilder<T> setParent concode_elem_sep TaskBuilder<T> addSequence concode_elem_sep TaskBuilder<T> addSe... | TaskBuilder < SequenceTask > function ( ) { return m_task . getCoordinator ( ) . createSequence ( m_task ) ; } |
12,468 | sets the value of the lagdays property . concode_field_sep RecordRef task concode_elem_sep XMLGregorianCalendar endDate concode_elem_sep Double lagDays concode_elem_sep ProjectTaskPredecessorPredecessorType type concode_elem_sep XMLGregorianCalendar startDate concode_field_sep XMLGregorianCalendar getStartDate concode_... | void function ( Double arg0 ) { this . lagDays = arg0 ; } |
12,469 | extract the array of any 's from the given any . this implementation expects the any to hold the instance of anyseqholder that is returned by any #extract_streamable . concode_field_sep PlaceHolder placeHolder concode_field_sep Any[] read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode... | Any [ ] function ( Any arg0 ) { AnySeqHolder loc0 = ( AnySeqHolder ) arg0 . extract_Streamable ( ) ; return loc0 . value ; } |
12,470 | returns the group id of this document library content . concode_field_sep DLContent _dlContent concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupI... | long function ( ) { return _dlContent . getGroupId ( ) ; } |
12,471 | if the output contains no data , and the corresponding deployment group contained at least one auto scaling group , aws codedeploy successfully removed all corresponding auto scaling lifecycle event hooks from the amazon ec2 instances in the auto scaling . if the output does contain data , aws codedeploy could not remo... | java . util . List < AutoScalingGroup > function ( ) { if ( hooksNotCleanedUp == null ) { hooksNotCleanedUp = new com . amazonaws . internal . SdkInternalList < AutoScalingGroup > ( ) ; } return hooksNotCleanedUp ; } |
12,472 | adds a unit to the database by name . concode_field_sep Map<String,Unit> nameMap concode_elem_sep Set<Unit> unitSet concode_elem_sep Map<String,Unit> symbolMap concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep void addBySymbol concode_elem_sep void addAlias concode_elem_sep void addAlia... | void function ( final String arg0 , final Unit arg1 ) { if ( arg0 != null ) { addUnique ( nameMap , canonicalize ( arg0 ) , arg1 ) ; } } |
12,473 | gets the targetimpressiongoal value for this grpsettings . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.google.api.ads.dfp.axis.v201502.GrpProvider provider concode_elem_sep java.lang.Long targetImpressionGoal concode_elem_sep java.lang.Long maxTargetAge concode_elem_sep java.lan... | java . lang . Long function ( ) { return targetImpressionGoal ; } |
12,474 | signup or register a new user concode_field_sep OkHttpClient httpClient concode_elem_sep String authUrl concode_elem_sep MediaType JSON concode_elem_sep Gson gson concode_field_sep Call<T,AuthException> mkGetCall concode_elem_sep Call<ResetPasswordResponse,AuthException> resetPassword concode_elem_sep Call<ResendOTPRes... | Call < RegisterResponse , AuthException > function ( RegisterRequest arg0 ) { String loc0 = gson . toJson ( arg0 ) ; Type loc1 = new TypeToken < RegisterResponse > ( ) { } . getType ( ) ; return mkPostCall ( "srini_string" , loc0 , loc1 ) ; } |
12,475 | create an instance of emailsenderinfotype concode_field_sep QName _SendBulkEmailResponse_QNAME concode_elem_sep QName _SendBulkEmailRequest_QNAME concode_elem_sep QName _SendEmailRequest_QNAME concode_elem_sep QName _SendEmailResponse_QNAME concode_field_sep BulkEmailInfoType createBulkEmailInfoType concode_elem_sep JA... | EmailSenderInfoType function ( ) { return new EmailSenderInfoType ( ) ; } |
12,476 | tests that re-registering via masterworkerinfo #register storagetierassoc , list , map , map , set works . concode_field_sep Map<String,Long> TOTAL_BYTES_ON_TIERS concode_elem_sep StorageTierAssoc GLOBAL_STORAGE_TIER_ASSOC concode_elem_sep Map<String,Long> USED_BYTES_ON_TIERS concode_elem_sep ExpectedException mThrown ... | void function ( ) { Set < Long > loc0 = Sets . newHashSet ( 3L ) ; Set < Long > loc1 = mInfo . register ( GLOBAL_STORAGE_TIER_ASSOC , STORAGE_TIER_ALIASES , TOTAL_BYTES_ON_TIERS , USED_BYTES_ON_TIERS , loc0 ) ; Assert . assertEquals ( NEW_BLOCKS , loc1 ) ; Assert . assertEquals ( loc0 , mInfo . getBlocks ( ) ) ; } |
12,477 | returns the web d a v props with the primary key . concode_field_sep WebDAVPropsLocalService _webDAVPropsLocalService concode_field_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.portal.model.WebDAVProps addWebD... | com . liferay . portal . model . WebDAVProps function ( long arg0 ) { return _webDAVPropsLocalService . getWebDAVProps ( arg0 ) ; } |
12,478 | gets the value of the taxid property . concode_field_sep String oldServiceProviderAccountPin concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String taxId concode_elem_sep String businessName concode_elem_sep String oldServiceProviderAccountNumber concode_elem_sep LanguageEnum languag... | String function ( ) { return taxId ; } |
12,479 | this will print the usage for this document . concode_field_sep PlaceHolder placeHolder concode_field_sep void main | void function ( ) { System . err . println ( "srini_string" + "srini_string" ) ; } |
12,480 | sets the key by which this upload is stored . concode_field_sep Owner owner concode_elem_sep String storageClass concode_elem_sep Date initiated concode_elem_sep String uploadId concode_elem_sep Owner initiator concode_elem_sep String key concode_field_sep String getUploadId concode_elem_sep void setInitiated concode_e... | void function ( String arg0 ) { this . key = arg0 ; } |
12,481 | gets an array of double values out of the object . concode_field_sep Bundle bundle concode_elem_sep Bundle bundle concode_field_sep E putStringArrayList concode_elem_sep SharePhoto getPhoto concode_elem_sep E putPhotoArrayList concode_elem_sep E putDoubleArray concode_elem_sep double getDouble concode_elem_sep E putDou... | double [ ] function ( final String arg0 ) { return this . bundle . getDoubleArray ( arg0 ) ; } |
12,482 | returns the file property value , or null if there 's no such property concode_field_sep TreeProperties properties concode_field_sep String getProperty concode_elem_sep String getProperty concode_elem_sep String getLocalized concode_elem_sep String getLocalized concode_elem_sep TreeProperties getProperties | File function ( String arg0 ) { return getFile ( arg0 , null ) ; } |
12,483 | gets the literal value , masked to be a byte in size . this will throw if the value is out of the range of a signed byte . concode_field_sep IndexType indexType concode_elem_sep InstructionCodec format concode_elem_sep int index concode_elem_sep int opcode concode_elem_sep int target concode_elem_sep long literal conco... | int function ( ) { if ( literal != ( byte ) literal ) { throw new DexException ( "srini_string" + Hex . u8 ( literal ) ) ; } return ( int ) literal & 0xff ; } |
12,484 | gets the directory for uploads . concode_field_sep File metaprojectDirectory concode_elem_sep File uploadsDirectory concode_elem_sep File defaultUIConfigurationDataDirectory concode_elem_sep File dataDirectory concode_elem_sep String UPLOADS_DIRECTORY_NAME concode_elem_sep String DEFAULT_UI_CONFIGURATION_DATA_DIRECTORY... | File function ( ) { return uploadsDirectory ; } |
12,485 | writes part of a byte array to a java.nio.channels.writablebytechannel concode_field_sep int WRITE_CHUNK_SIZE concode_elem_sep int READ_CHUNK_SIZE concode_field_sep void readFromFileChannelWithEofException concode_elem_sep void readFromFileChannelWithEofException concode_elem_sep byte[] readFromFileChannel concode_elem... | void function ( byte [ ] arg0 , WritableByteChannel arg1 ) { writeToChannel ( arg0 , 0 , arg0 . length , arg1 ) ; } |
12,486 | we define compareto so that we can sort new stories more easily : we 're only interested in the day 's top story anyway . findbugs complains that we still use object.equals , but that 's alright : even if the events were precisely the same , news stories are unique . concode_field_sep List<NewsEvent> crimes concode_ele... | int function ( final @ Nullable NewsStory arg0 ) { assert arg0 != null ; return page - arg0 . page ; } |
12,487 | check if meta table has no current migration manually edited . concode_field_sep String BASEDIR concode_elem_sep Flyway flyway concode_elem_sep DbSupport dbSupport concode_elem_sep JdbcTemplate jdbcTemplate concode_elem_sep Connection connection concode_field_sep void futureFailedMigrationIgnoreAvailableMigrations conc... | void function ( ) { flyway . setLocations ( BASEDIR ) ; flyway . migrate ( ) ; jdbcTemplate . update ( "srini_string" + dbSupport . getBooleanFalse ( ) + "srini_string" + dbSupport . getBooleanTrue ( ) ) ; flyway . migrate ( ) ; } |
12,488 | returns a list of filenames which has been added from the original stream concode_field_sep List<String> addedFromChangeSet concode_elem_sep List<String> addedFromStream concode_elem_sep List<String> deleted concode_field_sep void deleted concode_elem_sep boolean hasBeenAdded concode_elem_sep List<String> getDeleted co... | List < String > function ( ) { return addedFromStream ; } |
12,489 | check if next window of default size is available . concode_field_sep Logger logger concode_elem_sep int mPosition concode_elem_sep Location mBounds concode_elem_sep int mWindowSize concode_elem_sep int mIncrement concode_field_sep Location next concode_elem_sep Location next concode_elem_sep String toString concode_el... | boolean function ( ) { return hasNext ( mWindowSize , mIncrement ) ; } |
12,490 | by specifying a in config.xml you can map a url using startswith atm to this method . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep void onDestroy concode_elem_sep Uri remapUri concode_elem_... | boolean function ( String arg0 ) { return false ; } |
12,491 | sets the count value for this resultgetlead . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep int count concode_elem_sep com.marketo.www.mktows.LeadRecord[] leadRecordList concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache... | void function ( int arg0 ) { this . count = arg0 ; } |
12,492 | returns the storage class indicating how the data in this multipart upload will be stored . concode_field_sep Owner owner concode_elem_sep String storageClass concode_elem_sep Date initiated concode_elem_sep String uploadId concode_elem_sep Owner initiator concode_elem_sep String key concode_field_sep String getUploadI... | String function ( ) { return storageClass ; } |
12,493 | gets the sensor source of this event concode_field_sep int RIGHT_PRESSED concode_elem_sep int LEFT_PRESSED concode_elem_sep int LEFT_RELEASED concode_elem_sep int RIGHT_RELEASED concode_elem_sep GRTJagSwitchPair source concode_elem_sep int id concode_elem_sep String key concode_field_sep String getKey concode_elem_sep ... | GRTJagSwitchPair function ( ) { return source ; } |
12,494 | writes a bytes array as a typed bytes sequence , using a given typecode . concode_field_sep ThreadLocal tbOut concode_elem_sep DataOutput out concode_field_sep void writeInt concode_elem_sep void writeVectorHeader concode_elem_sep void writeByte concode_elem_sep void writeListHeader concode_elem_sep void writeEndOfReco... | void function ( byte [ ] arg0 , int arg1 ) { out . write ( arg1 ) ; out . writeInt ( arg0 . length ) ; out . write ( arg0 ) ; } |
12,495 | before the entire test . concode_field_sep String HOME concode_field_sep void showsVersion concode_elem_sep void rendersExceptionTrapPage concode_elem_sep void rendersValidPages concode_elem_sep void renderAbsentPages | void function ( ) { Assume . assumeNotNull ( HomeRsITCase . HOME ) ; } |
12,496 | metadata associated with the key . concode_field_sep KeyMetadata keyMetadata concode_field_sep void setKeyMetadata concode_elem_sep CreateKeyResult withKeyMetadata concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateKeyResult clone concode_elem_sep String toString | KeyMetadata function ( ) { return this . keyMetadata ; } |
12,497 | register runnable to be invoked when all given child view ids are checked/unchecked concode_field_sep View view concode_elem_sep FindWrapper wrapper concode_elem_sep Window window concode_field_sep CompoundButton compoundButton concode_elem_sep View onClick concode_elem_sep View onClick concode_elem_sep void onClick co... | void function ( final Runnable arg0 , final int ... arg1 ) { onCheck ( new OnCheckedChangeListener ( ) { public void onCheckedChanged ( CompoundButton arg2 , boolean arg3 ) { arg0 . run ( ) ; } } , arg1 ) ; } |
12,498 | actionlistener called from the ` audio ' button in home.xhtml concode_field_sep String RENDER_GROUP concode_elem_sep UploadModel uploadModel concode_elem_sep PortableRenderer portableRenderer concode_elem_sep String BEAN_NAME concode_elem_sep MediaHelper mediaHelper concode_elem_sep String MEDIA_FILE_KEY concode_elem_s... | void function ( ActionEvent arg0 ) { LOGGER . finer ( "srini_string" ) ; uploadModel . setSelectedMediaInput ( MediaMessage . MEDIA_TYPE_AUDIO ) ; uploadModel . setUploadFeedbackMessage ( "srini_string" ) ; } |
12,499 | returns the subgroup indexed with the given key concode_field_sep Map<String,Object> headMap concode_elem_sep List<T> list concode_elem_sep Object key concode_field_sep String getHeadValue concode_elem_sep int getSize concode_elem_sep List<Group<T>> subgroups concode_elem_sep List<T> find concode_elem_sep List<T> find ... | Group < T > function ( Object arg0 ) { return findGroup ( arg0 . toString ( ) ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.