idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
17,500 | alternate way of calling isrepeatable concode_field_sep String dcQualifier concode_elem_sep boolean required concode_elem_sep String visibility concode_elem_sep String valueListName concode_elem_sep String dcElement concode_elem_sep String dcSchema concode_elem_sep String hint concode_elem_sep String WORKFLOW_SCOPE con... | boolean function ( ) { return isRepeatable ( ) ; } |
17,501 | the prefix used for the namespace to help make it more obvious which namespaces are integration test runs which are typically fairly transient . this defaults to using the $ fabric8_namespace_prefix environment variable concode_field_sep Logger logger concode_elem_sep String namespacePrefix concode_elem_sep String id c... | String function ( ) { return namespacePrefix ; } |
17,502 | f0 - > `` int '' f1 - > '' '' f2 - > '' '' concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | void function ( ArrayType arg0 , A arg1 ) { arg0 . f0 . accept ( this , arg1 ) ; arg0 . f1 . accept ( this , arg1 ) ; arg0 . f2 . accept ( this , arg1 ) ; } |
17,503 | create and add a node explanation to this explanation referencing a shard concode_field_sep DiscoveryNode node concode_elem_sep Map<ShardId,List<NodeExplanation>> explanations concode_elem_sep String description concode_elem_sep AllocationExplanation EMPTY concode_field_sep DiscoveryNode node concode_elem_sep void writ... | AllocationExplanation function ( ShardId arg0 , NodeExplanation arg1 ) { List < NodeExplanation > loc0 = explanations . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new ArrayList < > ( ) ; explanations . put ( arg0 , loc0 ) ; } loc0 . add ( arg1 ) ; return this ; } |
17,504 | saves the business object to database concode_field_sep Class<T> businessEntity concode_field_sep T find concode_elem_sep T find concode_elem_sep List<T> batchUpdate concode_elem_sep T update concode_elem_sep Session getOpenSession concode_elem_sep boolean delete concode_elem_sep List<T> findAll concode_elem_sep Sessio... | T function ( T arg0 ) { Session loc0 = getSessionFactory ( ) . getCurrentSession ( ) ; loc0 . save ( arg0 ) ; return arg0 ; } |
17,505 | creates tlv structure for given card file path . concode_field_sep char[] hc concode_field_sep byte[] longToBytes concode_elem_sep char[] hexEncodeToChars concode_elem_sep byte[] getHash concode_elem_sep byte[] StringToOID concode_elem_sep TLV createLabel concode_elem_sep boolean byteMatch concode_elem_sep void writeDa... | TLV function ( short [ ] arg0 ) { TLV loc0 = TLV . createSequence ( ) ; loc0 . setChild ( TLV . createOctetString ( shortToBytes ( arg0 ) ) ) ; return loc0 ; } |
17,506 | gets the value of the cnvpr property . concode_field_sep CTNonVisualDrawingShapeProps cNvSpPr concode_elem_sep CTNonVisualDrawingProps cNvPr concode_field_sep CTNonVisualDrawingShapeProps getCNvSpPr concode_elem_sep void setCNvPr concode_elem_sep void setCNvSpPr | CTNonVisualDrawingProps function ( ) { return cNvPr ; } |
17,507 | sets the value of the billcredittransactionid property . concode_field_sep long serialVersionUID concode_elem_sep String planMigrationId concode_elem_sep String billCreditTransactionId concode_field_sep String getPlanMigrationId concode_elem_sep String getBillCreditTransactionId concode_elem_sep void setPlanMigrationId | void function ( String arg0 ) { this . billCreditTransactionId = arg0 ; } |
17,508 | sets the value of the type property . concode_field_sep String typeAc concode_elem_sep String fullName concode_elem_sep List<Alias> alias concode_elem_sep String shortLabel concode_elem_sep String type concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setTypeAc concode_elem_sep Strin... | void function ( String arg0 ) { this . type = arg0 ; } |
17,509 | create a promise that is redeemed after a timeout . concode_field_sep Timer timer concode_field_sep CompletionStage<List<A>> sequence concode_elem_sep CompletionStage<List<A>> sequence concode_elem_sep CompletionStage<A> delayed | CompletionStage < A > function ( A arg0 , long arg1 , TimeUnit arg2 ) { CompletableFuture < A > loc0 = new CompletableFuture < > ( ) ; timer . schedule ( new TimerTask ( ) { @ Override public void run ( ) { loc0 . complete ( arg0 ) ; } } , arg2 . toMillis ( arg1 ) ) ; return loc0 ; } |
17,510 | checks if this is cancel flag concode_field_sep byte[] bytes concode_elem_sep ResponseType type concode_elem_sep DataInputStream dis concode_field_sep void checkType concode_elem_sep byte[] getResource concode_elem_sep boolean isEOR concode_elem_sep String getMessage concode_elem_sep boolean is concode_elem_sep String ... | boolean function ( ) { return is ( ResponseType . CANCEL ) ; } |
17,511 | get _ return concode_field_sep Integer _return concode_field_sep String toIndentedString concode_elem_sep ModelReturn _return concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setReturn concode_elem_sep String toString | Integer function ( ) { return _return ; } |
17,512 | sets the value of the personid property . concode_field_sep Long personId concode_elem_sep MeasureHistory measureI concode_elem_sep String measureType concode_field_sep MeasureHistory getMeasureI concode_elem_sep Long getPersonId concode_elem_sep void setMeasureI concode_elem_sep void setMeasureType concode_elem_sep St... | void function ( Long arg0 ) { this . personId = arg0 ; } |
17,513 | perform aftercompletion cleanup activities such as releasing resources . caution : may not be invoked in crash recovery situations . concode_field_sep Xid xid concode_elem_sep XATerminatorExtensions xaTerminatorExtensions concode_elem_sep String externalTxId concode_field_sep void rollback concode_elem_sep Vote prepare... | void function ( ) { txbridgeLogger . logger . trace ( "srini_string" + xid + "srini_string" ) ; afterCompletion ( Status . STATUS_COMMITTED ) ; } |
17,514 | sets the tipodocumento value for this ctbodyrs . concode_field_sep java.lang.String tipoDocumento concode_elem_sep java.lang.String nombreCliente concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String periodo3 concode_elem_sep java... | void function ( java . lang . String arg0 ) { this . tipoDocumento = arg0 ; } |
17,515 | returns the value for the setting id , or 0 if unset . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_elem_sep int CLIENT_CERTIFICATE_VECTOR_SIZ... | int function ( int arg0 ) { return values [ arg0 ] ; } |
17,516 | get extra jsonobject value . concode_field_sep String mUrl concode_elem_sep String URL_KEY concode_elem_sep String EXTRA_KEY concode_elem_sep String mNewId concode_elem_sep String ID_KEY concode_elem_sep String mId concode_elem_sep JSONObject mExtraData concode_elem_sep String mNewUrl concode_elem_sep JSONObject mNewEx... | JSONObject function ( String arg0 ) { return mExtraData . getJSONObject ( arg0 ) ; } |
17,517 | removes the thumbnail and its related tags . ifd1 will be removed . concode_field_sep byte[] USER_COMMENT_JIS concode_elem_sep byte[] USER_COMMENT_ASCII concode_elem_sep byte[] mThumbnail concode_elem_sep ByteOrder mByteOrder concode_elem_sep ArrayList<byte[]> mStripBytes concode_elem_sep String TAG concode_elem_sep by... | void function ( ) { clearThumbnailAndStrips ( ) ; mIfdDatas [ IfdId . TYPE_IFD_1 ] = null ; } |
17,518 | gets the projecteditempks value for this wstransformercontext . concode_field_sep org.talend.mdm.webservice.WSTransformerContextPipelinePipelineItem[] pipeline concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.talend.mdm.webservice.WSTrans... | org . talend . mdm . webservice . WSItemPK [ ] function ( ) { return projectedItemPKs ; } |
17,519 | gets the values . concode_field_sep StorageDescriptor sd concode_elem_sep int lastAccessTime concode_elem_sep int createTime concode_elem_sep List<HCatFieldSchema> columns concode_elem_sep List<String> values concode_elem_sep String dbName concode_elem_sep HCatTable hcatTable concode_elem_sep Map<String,String> paramet... | List < String > function ( ) { return this . values ; } |
17,520 | deprecated . please use appeventslogger instead . concode_field_sep String EVENT_NAME_LOG_CONVERSION_PIXEL concode_elem_sep String EVENT_PARAMETER_PIXEL_ID concode_elem_sep AppEventsLogger appEventsLogger concode_elem_sep String EVENT_PARAMETER_PIXEL_VALUE concode_field_sep void logPurchase concode_elem_sep void logPur... | InsightsLogger function ( Context arg0 , String arg1 , String arg2 , Session arg3 ) { return new InsightsLogger ( arg0 , arg2 , arg3 ) ; } |
17,521 | returns the number of already simulated days . concode_field_sep LocalTime currentTime concode_elem_sep LocalDateTime currentDateTime concode_elem_sep int days concode_elem_sep int deltaT concode_elem_sep DateTimeFormatter format concode_elem_sep long timestamp concode_field_sep LocalDateTime getCurrentDateTime concode... | int function ( ) { return days ; } |
17,522 | get all values for the given key . returns the empty set if there are none . changes to the returned set will update the underlying multimap if the return set is not empty . concode_field_sep int DEFAULT_MAP_SIZE concode_elem_sep int ENTRY_LIST_SIZE concode_elem_sep Map<K,List<V>> map concode_elem_sep V value concode_e... | List < V > function ( Object arg0 ) { List < V > loc0 = map . get ( arg0 ) ; if ( loc0 == null ) { loc0 = Collections . emptyList ( ) ; } return loc0 ; } |
17,523 | gets the customfieldlist value for this paycheckjournalearning . concode_field_sep java.lang.Double hours concode_elem_sep java.lang.Double amount concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.ne... | com . netsuite . webservices . platform . core_2014_2 . CustomFieldRef [ ] function ( ) { return customFieldList ; } |
17,524 | sets the author value for this campaignresponseresponses . concode_field_sep java.lang.String note concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String response concode_elem_sep java.lang.String author concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __... | void function ( java . lang . String arg0 ) { this . author = arg0 ; } |
17,525 | calculating next odd number by dividing number with 2 and adding 1 or 2 n result concode_field_sep PlaceHolder placeHolder concode_field_sep double getAreaOfCircle concode_elem_sep void main concode_elem_sep boolean isInRange | int function ( int arg0 ) { if ( arg0 % 2 != 0 ) { arg0 += 2 ; } else arg0 ++ ; return arg0 ; } |
17,526 | sets the company id of this shopping cart . concode_field_sep ShoppingCart _shoppingCart concode_field_sep java.lang.String getItemIds concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setInsure concod... | void function ( long arg0 ) { _shoppingCart . setCompanyId ( arg0 ) ; } |
17,527 | gets the value of the topology property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the topology property . for example , to add a new item , do ... | List < EvidencedStringType > function ( ) { if ( topology == null ) { topology = new ArrayList < EvidencedStringType > ( ) ; } return this . topology ; } |
17,528 | returns true if the logger instance enabled for the debug level ? concode_field_sep ALogger logger concode_elem_sep play.api.Logger logger concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep v... | boolean function ( ) { return logger . isDebugEnabled ( ) ; } |
17,529 | sets the stage of this dialog . concode_field_sep TextField streetField concode_elem_sep TextField cityField concode_elem_sep TextField birthdayField concode_elem_sep TextField postalCodeField concode_elem_sep Stage dialogStage concode_elem_sep Person person concode_elem_sep boolean okClicked concode_elem_sep TextField... | void function ( Stage arg0 ) { this . dialogStage = arg0 ; this . dialogStage . getIcons ( ) . add ( new Image ( "srini_string" ) ) ; } |
17,530 | return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.util.Calendar searchValue2 concode_elem_sep com.netsuite.webservices.platform.core_2014_2.types.SearchDate predefinedSearchValue concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __has... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
17,531 | provide a custom validator instead of the one created by default.the default implementation , assuming jsr-303 is on the classpath , is : org.springframework.validation.beanvalidation.optionalvalidatorfactorybean . leave the return value as null to keep the default . concode_field_sep PlaceHolder placeHolder concode_fi... | Validator function ( ) { return null ; } |
17,532 | gets a unique id of the thread originating the log record . every thread becomes a different id . notice : the id does n't necessary map the os thread id concode_field_sep long sequenceNumber concode_elem_sep String sourceMethodName concode_elem_sep int initThreadId concode_elem_sep Level level concode_elem_sep Throwab... | int function ( ) { return threadID ; } |
17,533 | access a unique key for this state , combining the set id and the state id . concode_field_sep String m_id concode_elem_sep String m_setId concode_field_sep void init concode_elem_sep void setSetId concode_elem_sep String getSetId concode_elem_sep void recycle concode_elem_sep void setId concode_elem_sep void update co... | String function ( ) { return m_setId + m_id ; } |
17,534 | check an fsimage datainputstream 's version number . the datainput stream is returned at the same point as it was passed in ; this method has no effect on the datainputstream 's read pointer . concode_field_sep String inputFile concode_elem_sep String usage concode_elem_sep boolean skipBlocks concode_elem_sep Log LOG c... | int function ( DataInputStream arg0 ) { arg0 . mark ( 42 ) ; int loc0 = arg0 . readInt ( ) ; arg0 . reset ( ) ; return loc0 ; } |
17,535 | removes the class name with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep ClassNamePersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<ClassName> findWithDynamicQuery con... | ClassName function ( long arg0 ) { return getPersistence ( ) . remove ( arg0 ) ; } |
17,536 | retrieves the acl values - set of conditions that determine whether the given pane should be visible to the user or not . . see the field description for more info . concode_field_sep String LATEST_ERRATA concode_elem_sep String[] ALL_PANES concode_elem_sep String INACTIVE_SYSTEMS concode_elem_sep String PENDING_ACTION... | String function ( ) { return acl ; } |
17,537 | flatten the map keys using period separator . concode_field_sep Log logger concode_elem_sep int order concode_elem_sep String SERVLET_ENVIRONMENT_CLASS concode_elem_sep int DEFAULT_ORDER concode_field_sep void setOrder concode_elem_sep void postProcessEnvironment concode_elem_sep void addJsonPropertySource concode_elem... | Map < String , Object > function ( Map < String , Object > arg0 ) { Map < String , Object > loc0 = new LinkedHashMap < String , Object > ( ) ; flatten ( null , loc0 , arg0 ) ; return loc0 ; } |
17,538 | tests if the specified directory is not null and exists . concode_field_sep String NEWLINE concode_elem_sep String FILE_SEPARATOR concode_field_sep void deleteFile concode_elem_sep boolean isNonNullAndEqual concode_elem_sep void createParentDirectory concode_elem_sep boolean isNullOrEmpty concode_elem_sep boolean isNul... | boolean function ( Path arg0 ) { return ( arg0 != null && Files . isDirectory ( arg0 ) ) ; } |
17,539 | returns the file extension based on the position of the ' . ' in the path . the paths as `` xxx.y / toto '' are not handled . concode_field_sep String mimeTypeString concode_elem_sep Map<String,MimeType> fileExtensions concode_elem_sep MimeType PKCS7 concode_elem_sep MimeType ASICS concode_elem_sep MimeType BINARY conc... | String function ( final String arg0 ) { String loc0 = null ; int loc1 = arg0 . loc1 ( '.' ) ; if ( loc1 > 0 ) { loc0 = arg0 . substring ( loc1 + 1 ) ; } return loc0 ; } |
17,540 | set the contentlength value . concode_field_sep String ocpBatchFileMode concode_elem_sep String clientRequestId concode_elem_sep String requestId concode_elem_sep DateTimeRfc1123 ocpCreationTime concode_elem_sep String eTag concode_elem_sep Long contentLength concode_elem_sep DateTimeRfc1123 lastModified concode_elem_s... | FileGetFromTaskHeaders function ( Long arg0 ) { this . contentLength = arg0 ; return this ; } |
17,541 | test this pair for equality with another object . if the object to be tested is not a pair or is null , then this method returns false . two pairs are considered equal if and only if both the names and values are equal . concode_field_sep V value concode_elem_sep K key concode_field_sep K getKey concode_elem_sep V getV... | boolean function ( Object arg0 ) { if ( this == arg0 ) return true ; if ( arg0 instanceof Pair ) { Pair loc0 = ( Pair ) arg0 ; if ( key != null ? ! key . equals ( loc0 . key ) : loc0 . key != null ) return false ; if ( value != null ? ! value . equals ( loc0 . value ) : loc0 . value != null ) return false ; return true... |
17,542 | optional label for referring to the part within an action null for no label . concode_field_sep String _label concode_field_sep boolean is_action concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep String toString | String function ( ) { return _label ; } |
17,543 | find a method to handle the given exception type . this can beuseful if an exception instance is not available e.g. for tools . concode_field_sep Map<Class<? extends Throwable>,Method> mappedMethods concode_elem_sep Method NO_METHOD_FOUND concode_elem_sep Map<Class<? extends Throwable>,Method> exceptionLookupCache conc... | Method function ( Class < ? extends Throwable > arg0 ) { Method loc0 = this . exceptionLookupCache . get ( arg0 ) ; if ( loc0 == null ) { loc0 = getMappedMethod ( arg0 ) ; this . exceptionLookupCache . put ( arg0 , loc0 != null ? loc0 : NO_METHOD_FOUND ) ; } return loc0 != NO_METHOD_FOUND ? loc0 : null ; } |
17,544 | return the start position for byteables if it exists , otherwisereturn #no_entry . concode_field_sep Map<Composite,Entry> entries concode_elem_sep String file concode_elem_sep int NO_ENTRY concode_elem_sep int CONSTANT_SIZE concode_elem_sep ReentrantReadWriteLock masterLock concode_elem_sep boolean mutable concode_elem... | int function ( Byteable ... arg0 ) { masterLock . readLock ( ) . lock ( ) ; try { Composite loc0 = Composite . create ( arg0 ) ; Entry loc1 = entries ( ) . get ( loc0 ) ; if ( loc1 != null ) { return loc1 . getStart ( ) ; } else { return NO_ENTRY ; } } finally { masterLock . readLock ( ) . unlock ( ) ; } } |
17,545 | getter method for the alertid concode_field_sep String alertContents concode_elem_sep List<AlertVO> circleNameList concode_elem_sep boolean editCapability concode_elem_sep String retailer concode_elem_sep String circleName concode_elem_sep String description concode_elem_sep boolean viewCapability concode_elem_sep int ... | int function ( ) { return alertId ; } |
17,546 | returns the id set of all documents indexed by this indexer run concode_field_sep CopyOnWriteArrayList<Exception> failures concode_elem_sep int minFieldSize concode_elem_sep int maxFieldSize concode_elem_sep Logger logger concode_elem_sep AtomicBoolean stop concode_elem_sep Set<String> ids concode_elem_sep Thread[] wri... | Set < String > function ( ) { return this . ids ; } |
17,547 | finds first available port beginning from start port up to gridjmxportfinder #max_port . concode_field_sep int MIN_PORT concode_elem_sep int MAX_PORT concode_elem_sep String IGNITE_JMX_PORT concode_field_sep boolean isAvailable concode_elem_sep void main | int function ( int arg0 ) { for ( int loc0 = arg0 ; loc0 <= MAX_PORT ; loc0 ++ ) { if ( isAvailable ( loc0 ) ) return loc0 ; } return 0 ; } |
17,548 | get this node 's width , as defined in the style . concode_field_sep CSSNodeDEPRECATED mParent concode_elem_sep CSSStyle style concode_elem_sep CSSNodeDEPRECATED nextChild concode_elem_sep ArrayList<CSSNodeDEPRECATED> mChildren concode_elem_sep int lineIndex concode_elem_sep Object mData concode_elem_sep boolean mIsTex... | float function ( ) { return style . dimensions [ DIMENSION_WIDTH ] ; } |
17,549 | sets the value of the landmark property . concode_field_sep String motionSignalID concode_elem_sep String toID concode_elem_sep String goal concode_elem_sep String midPoint concode_elem_sep String pathID concode_elem_sep String source concode_elem_sep String trigger concode_elem_sep String fromID concode_elem_sep Strin... | void function ( String arg0 ) { this . landmark = arg0 ; } |
17,550 | chooses a char from all chars in the array concode_field_sep int FILTER_THRESHOLD concode_field_sep Gen<T> filter concode_elem_sep Gen<U> flatMap concode_elem_sep Gen<T> fail concode_elem_sep Gen<T> fail concode_elem_sep Gen<T> oneOf concode_elem_sep Gen<T> oneOf concode_elem_sep U transform concode_elem_sep T apply co... | Gen < Character > function ( char [ ] arg0 ) { Objects . requireNonNull ( arg0 , "srini_string" ) ; Character [ ] loc0 = List . ofAll ( arg0 ) . toJavaArray ( Character . class ) ; return choose ( loc0 ) ; } |
17,551 | returns the number of taexs in this options . concode_field_sep ChartJDialog.Interval interval concode_elem_sep ChartJDialog.Type type concode_elem_sep List<ChartJDialog.TAEx> TAExs concode_elem_sep ChartJDialog.Zoom zoom concode_field_sep boolean add concode_elem_sep ChartJDialog.Zoom getZoom concode_elem_sep ChartJDi... | int function ( ) { return this . TAExs . size ( ) ; } |
17,552 | sets the value of the resourceadaptortypevendor property . concode_field_sep ResourceAdaptorTypeName resourceAdaptorTypeName concode_elem_sep List<LibraryRef> libraryRef concode_elem_sep List<EventTypeRef> eventTypeRef concode_elem_sep Description description concode_elem_sep ResourceAdaptorTypeVersion resourceAdaptorT... | void function ( ResourceAdaptorTypeVendor arg0 ) { this . resourceAdaptorTypeVendor = arg0 ; } |
17,553 | retorna a assinatura para o buffer de bytes , usando a chave privada . concode_field_sep String hexDigits concode_field_sep PublicKey getPublicKeyFromFile concode_elem_sep boolean verifySignature concode_elem_sep String txt2Hexa concode_elem_sep byte[] generateWrapKey concode_elem_sep SignedInfo generateStringToSend co... | byte [ ] function ( PrivateKey arg0 , byte [ ] arg1 ) { Signature loc0 = Signature . getInstance ( "srini_string" ) ; loc0 . initSign ( arg0 ) ; loc0 . update ( arg1 , 0 , arg1 . length ) ; return loc0 . sign ( ) ; } |
17,554 | adds a filtering layer to this traverser . the returned traverser will emit the same items as this traverser , but only those that pass the given predicate . concode_field_sep PlaceHolder placeHolder concode_field_sep T next concode_elem_sep Traverser<R> flatMap concode_elem_sep Traverser<T> over concode_elem_sep Trave... | Traverser < T > function ( @ Nonnull Predicate < ? super T > arg0 ) { return ( ) -> { for ( T loc0 ; ( loc0 = next ( ) ) != null ; ) { if ( arg0 . test ( loc0 ) ) { return loc0 ; } } return null ; } ; } |
17,555 | delete all data use dml-sql can rollback : delete from xxxtable concode_field_sep T model concode_elem_sep DBConfig db concode_elem_sep Example example concode_field_sep DeleteForExample deleteForExample concode_elem_sep T getModel concode_elem_sep Delete set concode_elem_sep DeleteForExample set concode_elem_sep int t... | int function ( ) { Query loc0 = model . dialect ( ) . deleteAll ( model ) ; loc0 . use ( db ( ) ) ; return loc0 . execute ( ) ; } |
17,556 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<ParameterAttribute> attributes concode_elem_sep String id concode_field_sep ParameterObject withAttributes concode_elem_sep ParameterObject withAttributes concode_elem_sep java.ut... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getId ( ) != null ) loc0 . append ( "srini_string" + getId ( ) + "srini_string" ) ; if ( getAttributes ( ) != null ) loc0 . append ( "srini_string" + getAttributes ( ) ) ; loc0 . append ( "srini_string" ) ; return... |
17,557 | specifies the types of aws resource for which aws config records configuration changes . concode_field_sep RecordingGroup recordingGroup concode_elem_sep String roleARN concode_elem_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep ConfigurationRecorder withRoleARN concode_... | RecordingGroup function ( ) { return this . recordingGroup ; } |
17,558 | adds a node to the map , replacing any that is already at that location . only subclasses can add nodes , to ensure nodes are of the right type . concode_field_sep Set edges concode_elem_sep Set dirEdges concode_elem_sep NodeMap nodeMap concode_field_sep boolean contains concode_elem_sep boolean contains concode_elem_s... | void function ( Node arg0 ) { nodeMap . add ( arg0 ) ; } |
17,559 | set the namespace for the properties that are being read from the config file at this point . concode_field_sep String CVS_REVISION concode_elem_sep String m_ns concode_elem_sep String m_fileName concode_elem_sep ConfigFileReader m_cfReader concode_elem_sep Properties m_props concode_field_sep String getValue concode_e... | void function ( final String arg0 ) { m_ns = arg0 ; } |
17,560 | returns a list of all notification groups . concode_field_sep Collection<UINotificationListener> notificationListeners concode_elem_sep Collection<UINotificationGroup> notificationGroups concode_field_sep void fireClearedEvent concode_elem_sep void addNotification concode_elem_sep void addNotificationListener concode_e... | Collection < UINotificationGroup > function ( ) { return new ArrayList < UINotificationGroup > ( notificationGroups ) ; } |
17,561 | requests a `` dangerous '' permission for the application at runtime . this is a helper method alternative to cordovainterface.requestpermission that does not require the project to be built with cordova-android 5.0.0 + concode_field_sep String LOG_TAG concode_field_sep boolean hasPermission concode_elem_sep void deliv... | void function ( CordovaPlugin arg0 , int arg1 , String arg2 ) { PermissionHelper . requestPermissions ( arg0 , arg1 , new String [ ] { arg2 } ) ; } |
17,562 | convert from string representation of tag name to short representation . concode_field_sep short NM concode_elem_sep short SQ concode_elem_sep short CS concode_elem_sep short PQ concode_elem_sep short Q2 concode_elem_sep short NH concode_elem_sep short H0 concode_elem_sep short LB concode_elem_sep short H2 concode_elem... | short function ( final String arg0 ) { if ( arg0 . length ( ) != 2 ) { throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } return ( short ) ( arg0 . charAt ( 1 ) << 8 | arg0 . charAt ( 0 ) ) ; } |
17,563 | gets the value of the description property . concode_field_sep EjbRefType ejbRefType concode_elem_sep Description description concode_elem_sep String id concode_elem_sep EjbRefName ejbRefName concode_elem_sep Remote remote concode_elem_sep Home home concode_field_sep void setEjbRefName concode_elem_sep Home getHome con... | Description function ( ) { return description ; } |
17,564 | returns the target property name . concode_field_sep Converter<?> converter concode_elem_sep String source concode_elem_sep String target concode_field_sep String getSource concode_elem_sep String toString concode_elem_sep Converter<?> getConverter | String function ( ) { return target ; } |
17,565 | perform the initial processing of a leaf . concode_field_sep int nucleotideIndex concode_elem_sep int MAXIMUM_NUMBER_OF_TAXA_FOR_CONVOLUTIONLIB concode_elem_sep FMatrix FBottom concode_elem_sep ThreadLocal<JNIConvolution> myConvolution concode_elem_sep boolean USING_CONVOLUTIONLIB concode_elem_sep boolean PRINT_DETAILS... | void function ( Map < String , Integer > arg0 , STINode < SNAPPData > arg1 , SNAPPData arg2 ) { arg2 . mx = 1 ; arg2 . nucleotideIndex = arg0 . get ( arg1 . getName ( ) ) ; arg2 . FBottom = new FMatrix ( arg2 . mx ) ; for ( int loc0 = 1 ; loc0 <= arg2 . mx ; loc0 ++ ) { for ( R loc1 : R . loopOver ( loc0 ) ) arg2 . FBo... |
17,566 | messagedigest block update operation . continues a message-digest operation , processing another message block , and updating the context . concode_field_sep PlaceHolder placeHolder concode_field_sep String asHex concode_elem_sep String asHex concode_elem_sep byte[] getDigest concode_elem_sep byte[] doFinal | MessageDigest function ( String arg0 ) { byte [ ] loc0 = arg0 . getBytes ( ) ; return update ( loc0 , 0 , loc0 . length ) ; } |
17,567 | sets the class to launch the java application . concode_field_sep boolean includeBuildData concode_elem_sep IterablesChain.Builder<Artifact> runtimeJarsBuilder concode_elem_sep String SINGLEJAR_MAX_MEMORY concode_elem_sep Compression compression concode_elem_sep Artifact outputJar concode_elem_sep JavaTargetAttributes ... | DeployArchiveBuilder function ( @ Nullable String arg0 ) { this . javaStartClass = arg0 ; return this ; } |
17,568 | clear the data remained by the object concode_field_sep ArrayList<networkInfo> mNetworkData concode_elem_sep String TAG concode_elem_sep Network mInstance concode_field_sep void add concode_elem_sep ArrayList<networkInfo> getNetworkData concode_elem_sep String getInterfaceStatus concode_elem_sep NetworkInfo getNetworkI... | void function ( ) { mNetworkData . clear ( ) ; } |
17,569 | get element value from json file concode_field_sep org.apache.log4j.Logger LOG concode_field_sep String callUrlAndGetJsonResponse | String function ( String arg0 , String arg1 ) { String loc0 = "srini_string" ; String loc1 = this . callUrlAndGetJsonResponse ( arg0 ) ; Object loc2 = Configuration . defaultConfiguration ( ) . jsonProvider ( ) . parse ( loc1 ) ; loc0 = JsonPath . read ( loc2 , "srini_string" + arg1 ) ; return loc0 ; } |
17,570 | get the clientrequestid value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep DateTimeRfc1123 ifUnmodifiedSince concode_elem_sep Boolean returnClientRequestId concode_elem_sep DateTimeRfc1123 ifModifiedSince concode_elem_sep Integer timeout concode_elem_sep String if... | String function ( ) { return this . clientRequestId ; } |
17,571 | retrieves whether this factory produces secure sockets . concode_field_sep HsqlSocketFactory sslImpl concode_elem_sep HsqlSocketFactory plainImpl concode_field_sep Socket createSocket concode_elem_sep HsqlSocketFactory getPlainImpl concode_elem_sep HsqlSocketFactory newFactory concode_elem_sep HsqlSocketFactory getInst... | boolean function ( ) { return false ; } |
17,572 | sub classes that support parameters must override this method to return true . concode_field_sep boolean disableCounting concode_elem_sep int maxDepthLogStart concode_elem_sep int algLineNum concode_elem_sep int DEFAULT_LOG_STEP concode_elem_sep int logStepCount concode_elem_sep boolean runInBackground concode_elem_sep... | boolean function ( ) { return false ; } |
17,573 | unregisters a listener concode_field_sep List<Listener> listeners concode_elem_sep boolean initialized concode_field_sep void init concode_elem_sep List<Listener> listeners concode_elem_sep void doInit concode_elem_sep void doCheckAndNotify concode_elem_sep void checkAndNotify concode_elem_sep void addListener | void function ( Listener arg0 ) { listeners . remove ( arg0 ) ; } |
17,574 | returns a sub array concode_field_sep int size concode_elem_sep byte[] h concode_elem_sep byte[] skey concode_elem_sep int index concode_field_sep void init concode_elem_sep String asHex concode_elem_sep byte[] encrypt concode_elem_sep byte[] cat concode_elem_sep byte[] clone concode_elem_sep byte[] update concode_elem... | byte [ ] function ( byte [ ] arg0 , int arg1 , int arg2 ) { byte [ ] loc0 = new byte [ arg2 - arg1 ] ; for ( int loc1 = arg1 ; loc1 < arg2 ; loc1 ++ ) loc0 [ loc1 - arg1 ] = arg0 [ loc1 ] ; return loc0 ; } |
17,575 | sets the enddate value for this partnerpromocode . concode_field_sep java.util.Calendar endDate concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String discount concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef promoCode concode_ele... | void function ( java . util . Calendar arg0 ) { this . endDate = arg0 ; } |
17,576 | does this distribution allow to create other accounts than the one of the distribution concode_field_sep PlaceHolder placeHolder concode_field_sep boolean supportCallRecord concode_elem_sep WizardInfo getCustomDistributionWizard concode_elem_sep boolean forceNoMultipleCalls concode_elem_sep boolean showFirstSettingScre... | boolean function ( ) { return true ; } |
17,577 | performs a dynamic query on the database and returns the matching rows . concode_field_sep JIRAChangeGroupLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep int getJIRAChan... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . arg0 ( arg0 ) ; } |
17,578 | retrieve the uscript script code for the current token . this code can be decoded with uscript into a name or iso 15924 code . concode_field_sep BreakIteratorWrapper rbbi concode_elem_sep char text[] concode_elem_sep ScriptIterator scriptIterator concode_elem_sep BreakIteratorWrapper wordBreakers[] concode_elem_sep ICU... | int function ( ) { return scriptIterator . getScriptCode ( ) ; } |
17,579 | specifies the source type for this event . constraints : allowed values : db-instance , db-parameter-group , db-security-group , db-snapshot , db-cluster , db-cluster-snapshot concode_field_sep java.util.Date date concode_elem_sep String sourceIdentifier concode_elem_sep String sourceType concode_elem_sep com.amazonaws... | String function ( ) { return sourceType ; } |
17,580 | asserts that a condition is false . if it is n't it throws an assertionfailederror with the given message . concode_field_sep PlaceHolder placeHolder concode_field_sep void fail concode_elem_sep void fail concode_elem_sep void assertNull concode_elem_sep void assertNull concode_elem_sep void assertTrue concode_elem_sep... | void function ( String arg0 , boolean arg1 ) { assertTrue ( arg0 , ! arg1 ) ; } |
17,581 | put resource into the pull concode_field_sep String resourcePoolId concode_elem_sep Map<ResourceId,Resource> resources concode_field_sep ResourceSet getAll concode_elem_sep Resource get concode_elem_sep Resource get concode_elem_sep String id concode_elem_sep Resource remove concode_elem_sep Resource remove | void function ( String arg0 , Object arg1 ) { ResourceId loc0 = new ResourceId ( resourcePoolId , arg0 ) ; Resource loc1 = new Resource ( loc0 , arg1 ) ; resources . put ( loc0 , loc1 ) ; } |
17,582 | creates a new fullident starting from the child of the specified node . concode_field_sep int lineNo concode_elem_sep List<String> elements concode_elem_sep int colNo concode_field_sep String getText concode_elem_sep int getLineNo concode_elem_sep void extractFullIdent concode_elem_sep String toString concode_elem_sep ... | FullIdent function ( DetailAST arg0 ) { return createFullIdent ( arg0 . getFirstChild ( ) ) ; } |
17,583 | gets the value of the link property . concode_field_sep List<Node> node concode_elem_sep boolean expanded concode_elem_sep boolean link concode_elem_sep String id concode_elem_sep String label concode_elem_sep boolean leaf concode_elem_sep ContentDescriptor contentDescriptor concode_field_sep boolean isExpanded concode... | boolean function ( ) { return link ; } |
17,584 | the radius of the underlying shape . this can refer to different things depending on the shape implementation concode_field_sep float m_radius concode_elem_sep ShapeType m_type concode_field_sep int getChildCount concode_elem_sep void computeMass concode_elem_sep ShapeType getType concode_elem_sep Shape clone concode_e... | float function ( ) { return m_radius ; } |
17,585 | getmealnew concode_field_sep Source mSource concode_field_sep String[] getMealNewSub concode_elem_sep String[] getPeopleNew concode_elem_sep String[] getPeopleNew concode_elem_sep String[] getKcalSubNew concode_elem_sep String[] getPeopleSubNew concode_elem_sep String[] getKcalNew concode_elem_sep String[] getKcalNew c... | String [ ] function ( String arg0 , String arg1 , String arg2 , String arg3 , String arg4 ) { String [ ] loc0 = new String [ 7 ] ; String loc1 = "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" + arg2 + "srini_string" + arg3 + "srini_string" + arg4 ; return getMealNewSub ( loc0 , loc1 ) ; } |
17,586 | 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 ( byte [ ] arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; } |
17,587 | set whether decoder may use opengl for decoding . this must be called before #start . concode_field_sep int ROTATE_180 concode_elem_sep int ROTATE_90_RIGHT concode_elem_sep int mVideoTrackIndex concode_elem_sep int ROTATE_NONE concode_elem_sep boolean DEBUG concode_elem_sep boolean mSeenEndOfVideoOutput concode_elem_se... | void function ( boolean arg0 ) { if ( mEventQueue . isEmpty ( ) ) { mOpenGLEnabled = arg0 ; } else { throw new IllegalStateException ( "srini_string" ) ; } } |
17,588 | dmxservice unloaded via ds . concode_field_sep DmxService service concode_field_sep String getHelp concode_elem_sep void setDmxService concode_elem_sep Object _dmx | void function ( DmxService arg0 ) { this . service = null ; } |
17,589 | returns the keys in the mdc as a set . the returned value can be null . concode_field_sep InheritableThreadLocal<Map<String,String>> copyOnInheritThreadLocal concode_elem_sep int READ_OPERATION concode_elem_sep int WRITE_OPERATION concode_elem_sep ThreadLocal<Integer> lastOperation concode_field_sep Map<String,String> ... | Set < String > function ( ) { Map < String , String > loc0 = getPropertyMap ( ) ; if ( loc0 != null ) { return loc0 . keySet ( ) ; } else { return null ; } } |
17,590 | prepare url from symbols and parameters . url will be something like : http://download.finance.yahoo.com/d/quotes.csv?s=ibm,goog,aapl,yhoo&f=sl1vt1 concode_field_sep DefaultOutputPort<KeyValPair<String,Long>> volume concode_elem_sep DefaultOutputPort<KeyValPair<String,Double>> price concode_elem_sep GetMethod method co... | String function ( ) { String loc0 = "srini_string" ; for ( int loc1 = 0 ; loc1 < symbols . length ; loc1 ++ ) { if ( loc1 != 0 ) { loc0 += "srini_string" ; } loc0 += symbols [ loc1 ] ; } loc0 += "srini_string" ; return loc0 ; } |
17,591 | returns the value of an option as an integer , or -1 if not defined . concode_field_sep Map table concode_field_sep void set concode_elem_sep void set concode_elem_sep void clear concode_elem_sep void refresh concode_elem_sep boolean check concode_elem_sep void unset concode_elem_sep String value | int function ( String arg0 ) { String loc0 = value ( arg0 ) ; if ( loc0 != null ) { try { int loc1 = Integer . parseInt ( loc0 ) ; if ( loc1 > 0 ) return ( loc1 ) ; } catch ( NumberFormatException loc1 ) { } } return ( - 1 ) ; } |
17,592 | returns build variables to be templated into the crosstool . concode_field_sep NestedSet<Artifact> crosstool concode_elem_sep Artifact dynamicRuntimeLinkMiddleman concode_elem_sep NestedSet<Artifact> libcLink concode_elem_sep boolean supportsParamFiles concode_elem_sep NestedSet<Artifact> objCopy concode_elem_sep Neste... | Map < String , String > function ( ) { return buildVariables ; } |
17,593 | handle the key press event on a menu button . concode_field_sep AppMenuHandler mMenuHandler concode_elem_sep boolean mIsTouchEventsBeingProcessed concode_elem_sep Runnable mOnAppMenuShownListener concode_field_sep void setOnAppMenuShownListener concode_elem_sep boolean isAppMenuActive concode_elem_sep boolean onTouch c... | boolean function ( View arg0 ) { return showAppMenu ( arg0 , false ) ; } |
17,594 | base 64 encode concode_field_sep PlaceHolder placeHolder concode_field_sep String aesEncrypt concode_elem_sep byte[] aesEncryptToBytes concode_elem_sep String binary concode_elem_sep String aesDecryptByBytes concode_elem_sep String aesDecrypt concode_elem_sep void main concode_elem_sep byte[] base64Decode concode_elem_... | String function ( byte [ ] arg0 ) { return new BASE64Encoder ( ) . encode ( arg0 ) ; } |
17,595 | swap bindings in the list concode_field_sep int COUNT concode_elem_sep List removedBindings concode_elem_sep Set<IBindingListViewer> changeListeners concode_elem_sep List<Binding> bindings concode_field_sep Binding getNextTypeConflict concode_elem_sep void insert concode_elem_sep void remove concode_elem_sep void addCh... | void function ( Binding arg0 , Binding arg1 ) { int loc0 = indexOf ( arg0 ) ; int loc1 = indexOf ( arg1 ) ; if ( loc0 > - 1 && loc1 > - 1 ) { Binding loc2 = bindings . get ( loc0 ) ; Binding loc3 = bindings . get ( loc1 ) ; bindings . set ( loc1 , loc2 ) ; bindings . set ( loc0 , loc3 ) ; refresh ( true ) ; } } |
17,596 | matches against null or void . can be used to make sure no trailing events remain when using an exact sequence matcher #exactsequenceof org.hamcrest.matcher . concode_field_sep PlaceHolder placeHolder concode_field_sep Matcher<List<T>> listWithAllOf concode_elem_sep Matcher<List<CommandMessage<?>>> noCommands concode_e... | Matcher < Message < ? >> function ( ) { return new NullOrVoidMatcher < > ( ) ; } |
17,597 | renames a wifi display . the display must already be remembered for this call to succeed . in other words , we must already have successfully connected to the display at least once and then not forgotten it . requires android.manifest.permission #configure_wifi_display . concode_field_sep String TAG concode_elem_sep Di... | void function ( String arg0 , String arg1 ) { mGlobal . renameWifiDisplay ( arg0 , arg1 ) ; } |
17,598 | gets the object closest to x , y concode_field_sep QuadNode<T> root concode_elem_sep int size concode_elem_sep AbstractCollection<T> values concode_field_sep QuadLeaf<T> firstLeaf concode_elem_sep AbstractCollection<T> values concode_elem_sep void clear concode_elem_sep double getMaxX concode_elem_sep double getMaxY co... | T function ( double arg0 , double arg1 ) { return this . root . get ( arg0 , arg1 , new AbstractDouble ( Double . POSITIVE_INFINITY ) ) ; } |
17,599 | define an alternative / short name of the parameter . only one alternative per parameter is allowed . concode_field_sep String helpText concode_elem_sep String defaultValue concode_elem_sep String shortName concode_elem_sep Set<String> choices concode_elem_sep String longName concode_elem_sep OptionType type concode_fi... | Option function ( String arg0 ) { this . shortName = arg0 ; return this ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.