idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
19,300 | get from memory cache . concode_field_sep boolean DEBUG concode_elem_sep String LOG_TAG concode_elem_sep LruCache<String,BitmapDrawable> mMemoryCache concode_field_sep void set concode_elem_sep long getMaxSize concode_elem_sep void clear concode_elem_sep long getUsedSpace concode_elem_sep void delete | BitmapDrawable function ( String key ) { BitmapDrawable memValue = null ; if ( mMemoryCache != null ) { memValue = mMemoryCache . get ( key ) ; } return memValue ; } |
19,301 | it informs if a projection it starts in the midle of an itemset concode_field_sep Sequence sequence concode_elem_sep List<Integer> firstItemset concode_elem_sep List<Integer> firstItem concode_elem_sep List<Long> timeShift concode_field_sep boolean isFirstItemset concode_elem_sep int numberOfProjectionsIncluded concode... | boolean function ( int arg0 , int arg1 ) { return isFirstItemset ( arg1 ) && this . firstItem . get ( arg0 ) != 0 ; } |
19,302 | adds the file to what is inherited by the next commit . concode_field_sep HashMap<String,ArrayList<Integer>> temp concode_elem_sep Date commitTime concode_elem_sep CommitBody past concode_elem_sep ArrayList<String> listFilesInCommit concode_elem_sep ArrayList<Integer> historyNodes concode_elem_sep HashMap<String,ArrayL... | void function ( String arg0 ) { inheritedPlusAdded . put ( arg0 , temp . get ( arg0 ) ) ; temp . remove ( arg0 ) ; } |
19,303 | sets the value of the wind property . concode_field_sep String windChill concode_elem_sep String visibility concode_elem_sep String city concode_elem_sep String responseText concode_elem_sep String description concode_elem_sep String pressure concode_elem_sep short weatherID concode_elem_sep boolean success concode_ele... | void function ( String arg0 ) { this . wind = arg0 ; } |
19,304 | get icu configuration property value for the given name . concode_field_sep Properties CONFIG_PROPS concode_elem_sep String CONFIG_PROPS_FILE concode_field_sep placeholderType placeHolder | String function ( String arg0 ) { return get ( arg0 , null ) ; } |
19,305 | convert a mat object opencv in the corresponding image for javafx concode_field_sep ObjectProperty<Image> morphProp concode_elem_sep VideoCapture capture concode_elem_sep Label hsvCurrentValues concode_elem_sep Button save concode_elem_sep Slider valueStop concode_elem_sep ObjectProperty<String> hsvValuesProp concode_e... | Image function ( Mat arg0 ) { MatOfByte loc0 = new MatOfByte ( ) ; Highgui . imencode ( "srini_string" , arg0 , loc0 ) ; return new Image ( new ByteArrayInputStream ( loc0 . toArray ( ) ) ) ; } |
19,306 | returns true if the tween or timeline has been started . concode_field_sep boolean isPaused concode_elem_sep Object userData concode_elem_sep boolean isAutoStartEnabled concode_elem_sep boolean isInitialized concode_elem_sep BaseTween holder concode_elem_sep boolean isStarted concode_elem_sep boolean isFinished concode... | boolean function ( ) { return isStarted ; } |
19,307 | returns the first occurrence of a special symbol in a string . concode_field_sep PlaceHolder placeHolder concode_field_sep Chunk get concode_elem_sep char getCorrespondingSymbol | int function ( String arg0 ) { int loc0 = arg0 . loc0 ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { if ( getCorrespondingSymbol ( arg0 . charAt ( loc1 ) ) != ' ' ) { return loc1 ; } } return - 1 ; } |
19,308 | returns the pivot/centre of the node 's ball . concode_field_sep int m_End concode_elem_sep BallNode m_Right concode_elem_sep double m_Radius concode_elem_sep long serialVersionUID concode_elem_sep int m_NodeNumber concode_elem_sep int m_Start concode_elem_sep double m_SplitVal concode_elem_sep Instance m_Pivot concode... | Instance function ( ) { return m_Pivot ; } |
19,309 | by default , do n't provide any copy override behaviour . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName concode_elem_sep OverrideCopyOperation getOverride... | boolean function ( Collection arg0 , Map arg1 ) { return false ; } |
19,310 | gets the jms api version . concode_field_sep ActiveMQConnectionMetaData INSTANCE concode_elem_sep String PROVIDER_NAME concode_elem_sep String PROVIDER_VERSION concode_elem_sep int PROVIDER_MINOR_VERSION concode_elem_sep String PLATFORM_DETAILS concode_elem_sep int PROVIDER_MAJOR_VERSION concode_field_sep String getPla... | String function ( ) { return "srini_string" ; } |
19,311 | returns the cardinalities of the given value . concode_field_sep int[][][] cardinalities concode_elem_sep long serialVersionUID concode_field_sep placeholderType placeHolder | int [ ] [ ] [ ] function ( ) { return cardinalities ; } |
19,312 | verifies that dfs is available and that hbase is off-line . concode_field_sep Map<byte[],HRegion> metaRegions concode_elem_sep HLog log concode_elem_sep Configuration conf concode_elem_sep FileSystem fs concode_elem_sep Log LOG concode_elem_sep HRegion metaRegion concode_field_sep HRegion openMetaRegion concode_elem_se... | void function ( ) { this . fs = FileSystem . get ( this . conf ) ; } |
19,313 | determine whether this reference is a variable reference . concode_field_sep Type type concode_field_sep Reference add concode_elem_sep Reference add concode_elem_sep boolean isStatic concode_elem_sep BigInteger getLocation concode_elem_sep boolean isDynamic concode_elem_sep BigInteger getIndex concode_elem_sep Referen... | boolean function ( ) { return false ; } |
19,314 | getter method for the paramsubcategoryid concode_field_sep String faultCodeID concode_elem_sep String subCategory concode_elem_sep String paramSubCategoryID concode_elem_sep String paramSubSubCategoryID concode_elem_sep boolean editCapability concode_elem_sep List displayDetails concode_elem_sep String description conc... | String function ( ) { return paramSubCategoryID ; } |
19,315 | sets the value of the datatype property . concode_field_sep String attributeId concode_elem_sep List<AttributeValueType> attributeValue concode_elem_sep String dataType concode_elem_sep String issuer concode_field_sep String getIssuer concode_elem_sep List<AttributeValueType> getAttributeValue concode_elem_sep void set... | void function ( String arg0 ) { this . dataType = arg0 ; } |
19,316 | return the associated state if the most recent transition is labeled with label . concode_field_sep State[] states concode_elem_sep int[] labels concode_elem_sep boolean is_final concode_elem_sep CharsRef previous concode_elem_sep State[] NO_STATES concode_elem_sep Comparator<CharsRef> comparator concode_elem_sep State... | State function ( int arg0 ) { final int loc0 = labels . length - 1 ; State loc1 = null ; if ( loc0 >= 0 && labels [ loc0 ] == arg0 ) { loc1 = states [ loc0 ] ; } assert loc1 == getState ( arg0 ) ; return loc1 ; } |
19,317 | helper for error callbacks that just returns the status.error 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 ... | void function ( String arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; } |
19,318 | 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 ( ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK ) ) ; } |
19,319 | gets the xaxis value for this chartdatabinding . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String tableId concode_elem_sep int showXLabelsVertically concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.eclipse.birt.r... | org . eclipse . birt . report . soapengine . api . AxisDataBinding function ( ) { return XAxis ; } |
19,320 | sets the selectedsites . concode_field_sep List<String> numbersCheckGroup concode_elem_sep UsPhoneNumber phoneNumberUS concode_elem_sep Double doubleProperty concode_elem_sep URL urlProperty concode_elem_sep String numberRadioChoice concode_elem_sep Integer multiply concode_elem_sep Set<String> siteSelection concode_el... | void function ( Set < String > arg0 ) { siteSelection = arg0 ; } |
19,321 | post-process the content to expose . elements can be added , changed or removed . concode_field_sep Mode mode concode_elem_sep T properties concode_field_sep PropertySource<?> toPropertySource concode_elem_sep void copyIfSet concode_elem_sep PropertySource<?> toSimplePropertySource concode_elem_sep T getProperties conc... | void function ( Map < String , Object > arg0 ) { } |
19,322 | helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g... | void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; } |
19,323 | gives a string representation of the type of this key . concode_field_sep String applyTo concode_elem_sep String name concode_elem_sep String id concode_elem_sep String type concode_elem_sep Class<?> desc concode_field_sep String getName concode_elem_sep String getApplyTo concode_elem_sep boolean equals concode_elem_se... | String function ( ) { return this . type ; } |
19,324 | returns kem kdf algorithm e.g. , hkdfwithsha256 or kdf1withsha1 or null if not specified . concode_field_sep String mDemCipherTransformation concode_elem_sep int mKemPointFormat concode_elem_sep EcIesParameterSpec DEFAULT concode_elem_sep int mDemCipherKeySize concode_elem_sep int UNCOMPRESSED concode_elem_sep String m... | String function ( ) { return mKemKdfAlgorithm ; } |
19,325 | starts waiting for leadership . should only be called once throughout the life of the program . concode_field_sep boolean leading concode_elem_sep ResourceManagementScheduler resourceManagementScheduler concode_elem_sep EmittingLogger log concode_elem_sep LeaderSelector leaderSelector concode_elem_sep TaskActionClientF... | void function ( ) { giant . lock ( ) ; try { leaderSelector . start ( ) ; } finally { giant . unlock ( ) ; } } |
19,326 | utility method that returns the string value for the given partition key . for null values a nullliteral type or empty literal values this will return the given null partition key value . concode_field_sep String colName_ concode_elem_sep LiteralExpr literalValue_ concode_elem_sep Expr value_ concode_field_sep Expr get... | String function ( LiteralExpr arg0 , String arg1 ) { Preconditions . checkNotNull ( arg0 ) ; if ( arg0 instanceof NullLiteral || arg0 . getStringValue ( ) . isEmpty ( ) ) { return arg1 ; } return arg0 . getStringValue ( ) ; } |
19,327 | adds an overlay to this plug-in concode_field_sep List<IContentInfo> contentInfos concode_elem_sep DefaultListableBeanFactory beanFactory concode_elem_sep Map<String,String> staticResourceMap concode_elem_sep List<IContentGeneratorInfo> contentGenerators concode_elem_sep String sourceDescription concode_elem_sep String... | void function ( XulOverlay arg0 ) { overlays . add ( arg0 ) ; } |
19,328 | returns the id as a string concode_field_sep byte sessionId[] concode_elem_sep int MAX_LENGTH concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void checkLength concode_elem_sep int length concode_elem_sep byte[] getId | String function ( ) { int loc0 = sessionId . length ; StringBuffer loc1 = new StringBuffer ( 10 + 2 * loc0 ) ; loc1 . append ( "srini_string" ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 . append ( 0x0ff & sessionId [ loc2 ] ) ; if ( loc2 != ( loc0 - 1 ) ) loc1 . append ( "srini_string" ) ; } loc1 . append (... |
19,329 | returns the short name of the attribute . concode_field_sep String name concode_elem_sep String namespace concode_elem_sep String fullName concode_elem_sep String type concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getNamespace concode_elem_sep String getType concode_elem_sep vo... | String function ( ) { return this . name ; } |
19,330 | converts a biginteger into a hex string . in contrast to biginteger #tostring int biginteger.tostring 16 4-digit-groups are separated by points , like 23ea .4 f11 ... concode_field_sep PlaceHolder placeHolder concode_field_sep boolean coprime concode_elem_sep int byte_size concode_elem_sep void print_array concode_elem... | String function ( BigInteger arg0 ) { return Misc_host . to_byte_hex_string ( arg0 . toByteArray ( ) ) ; } |
19,331 | gets the value of the searchvalue property . concode_field_sep Long searchValue2 concode_elem_sep Long searchValue concode_elem_sep SearchLongFieldOperator operator concode_field_sep Long getSearchValue2 concode_elem_sep void setSearchValue concode_elem_sep void setOperator concode_elem_sep void setSearchValue2 concode... | Long function ( ) { return searchValue ; } |
19,332 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep Integer setValue concode_elem_sep Integer clearValue concode_field_sep Integer getClearValue concode_elem_sep int hashCode concode_elem_sep EventThresholdByValue setValue concode_elem_sep Integer getSetValue... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
19,333 | document types to return stats for . mainly affects flag #indexing whenenabled , returning specific indexing stats for those types . concode_field_sep CommonStatsFlags ALL concode_elem_sep String[] groups concode_elem_sep String[] fieldDataFields concode_elem_sep String[] completionDataFields concode_elem_sep EnumSet<F... | CommonStatsFlags function ( String ... arg0 ) { this . types = arg0 ; return this ; } |
19,334 | sets the attribute filter . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isAuthorizedToReleaseCredentialPassword concode_elem_sep Map<String,Object> getAttributes concode_elem_sep boolean isAuthorizedToReleaseProxyGrantingTicket | void function ( RegisteredServiceAttributeFilter arg0 ) { } |
19,335 | returns the service name . concode_field_sep String serviceName concode_elem_sep List<ParameterEntry> parameterEntries concode_field_sep List<ParameterEntry> getParameters concode_elem_sep void addParameter concode_elem_sep String getParameter | String function ( ) { return serviceName ; } |
19,336 | publishes an event with the time elapsed since the previous event . concode_field_sep DecimalFormat DECIMAL_FORMAT concode_elem_sep Logger logger concode_elem_sep long lastNanoTime concode_field_sep placeholderType placeHolder | void function ( String arg0 ) { if ( logger == null ) { return ; } long loc0 = System . nanoTime ( ) ; long loc1 = loc0 - lastNanoTime ; lastNanoTime = loc0 ; logger . fine ( arg0 + "srini_string" + DECIMAL_FORMAT . format ( loc1 ) ) ; } |
19,337 | getter method for startdate concode_field_sep Date endDate concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep Integer classificationId concode_elem_sep Timestamp createdDate concode_elem_sep String alertName concode_elem_sep String createdBy concode_elem_sep Timestamp modifiedDa... | Date function ( ) { return startDate ; } |
19,338 | returns the file where the source code was saved . concode_field_sep Serializable compileData concode_elem_sep String name concode_elem_sep JRSourceCompileTask compileTask concode_elem_sep JRCompilationSourceCode source concode_elem_sep File sourceFile concode_elem_sep List<JRExpression> expressions concode_field_sep S... | File function ( ) { return sourceFile ; } |
19,339 | sets the value of the detectmisordering property . concode_field_sep String establishTrustInTarget concode_elem_sep String integrity concode_elem_sep String detectReplay concode_elem_sep String confidentiality concode_elem_sep String establishTrustInClient concode_elem_sep String detectMisordering concode_field_sep voi... | void function ( final String arg0 ) { this . detectMisordering = arg0 ; } |
19,340 | return the name of the tabix index file for the provided vcf filename does not actually create an index concode_field_sep String STANDARD_INDEX_EXTENSION concode_field_sep String indexFile concode_elem_sep File indexFile concode_elem_sep String indexFile concode_elem_sep File indexFile | String function ( final String arg0 ) { return indexFile ( arg0 , TabixUtils . STANDARD_INDEX_EXTENSION ) ; } |
19,341 | indicates whether the specified data flavor is supported for this data . concode_field_sep CommandMap currentCommandMap concode_elem_sep String objectMimeType concode_elem_sep String shortType concode_elem_sep DataContentHandler dch concode_elem_sep String mimeType concode_elem_sep DataContentHandler dataContentHandler... | boolean function ( DataFlavor arg0 ) { DataFlavor [ ] loc0 = getTransferDataFlavors ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { if ( loc0 [ loc1 ] . equals ( arg0 ) ) { return true ; } } return false ; } |
19,342 | get the processor context , which can be modified . concode_field_sep CommandContext context concode_field_sep PlanNode getDescriptionProperties concode_elem_sep TupleBuffer getBuffer concode_elem_sep TupleBatch nextBatch concode_elem_sep boolean requiresTransaction concode_elem_sep List getOutputElements concode_elem_... | CommandContext function ( ) { return context ; } |
19,343 | reports an error that occured while scanning . in a wellformed scanner no or only correct usage of yypushback int and a match-all fallback rule this method will only be called with things that `` ca n't possibly happen '' . if this method is called , something is seriously wrong e.g. a jflex bug producing a faulty scan... | void function ( int arg0 ) { String loc0 ; try { loc0 = ZZ_ERROR_MSG [ arg0 ] ; } catch ( ArrayIndexOutOfBoundsException loc1 ) { loc0 = ZZ_ERROR_MSG [ ZZ_UNKNOWN_ERROR ] ; } throw new Error ( loc0 ) ; } |
19,344 | adds or removes a block from the to-be-removed blocks set of the worker . concode_field_sep long mStartTimeMs concode_elem_sep long mCapacityBytes concode_elem_sep Map<String,Long> mTotalBytesOnTiers concode_elem_sep Set<Long> mToRemoveBlocks concode_elem_sep long mId concode_elem_sep boolean mIsRegistered concode_elem... | void function ( boolean arg0 , long arg1 ) { if ( arg0 ) { if ( mBlocks . contains ( arg1 ) ) { mToRemoveBlocks . arg0 ( arg1 ) ; } } else { mToRemoveBlocks . remove ( arg1 ) ; } } |
19,345 | print this itemset to system.out . concode_field_sep List<Integer> items concode_elem_sep int utility concode_elem_sep Set<Integer> transactionsIds concode_field_sep void addItem concode_elem_sep List<Integer> getItems concode_elem_sep int getUtility concode_elem_sep int size concode_elem_sep String getRelativeSupportA... | void function ( ) { System . out . print ( toString ( ) ) ; } |
19,346 | sets label . concode_field_sep Object display concode_elem_sep String label concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getLabel concode_elem_sep void setDisplay concode_elem_sep void setValue concode_elem_sep Object getDisplay | void function ( String arg0 ) { this . label = arg0 ; } |
19,347 | gets the value of the sellername property . concode_field_sep String sellerAddress2 concode_elem_sep String sellerAddress1 concode_elem_sep String sellerPhone concode_elem_sep String sellerName concode_elem_sep String masterDealerCode concode_field_sep String getSellerAddress2 concode_elem_sep String getSellerAddress1 ... | String function ( ) { return sellerName ; } |
19,348 | move items between sections . concode_field_sep Log log concode_field_sep List getBasicInfoOfAllActiveAssessments concode_elem_sep List getBasicInfoOfAllActiveAssessments concode_elem_sep void removeAssessment concode_elem_sep AssessmentIfc createAssessmentWithoutDefaultSection concode_elem_sep List getBasicInfoOfAllAc... | void function ( String arg0 , String arg1 ) { try { AssessmentService loc0 = new AssessmentService ( ) ; loc0 . moveAllItems ( arg0 , arg1 ) ; } catch ( Exception loc0 ) { throw new AssessmentServiceException ( loc0 ) ; } } |
19,349 | returns the current setting of the gray/alpha expansion . concode_field_sep boolean suppressAlpha concode_elem_sep boolean expandPalette concode_elem_sep boolean performGammaCorrection concode_elem_sep PNGEncodeParam encodeParam concode_elem_sep boolean expandGrayAlpha concode_elem_sep boolean generateEncodeParam conco... | boolean function ( ) { return expandGrayAlpha ; } |
19,350 | sets mimetypes supported by the javax.print.docflavor api concode_field_sep String orientation concode_elem_sep MediaSizeName mediaSizeName concode_elem_sep String mimeType concode_elem_sep URI uri concode_elem_sep Sides internalSides concode_elem_sep String mediaTray concode_elem_sep String printerPrefix concode_elem_... | void function ( String arg0 ) { this . mimeType = arg0 ; } |
19,351 | controls whether the node name is accepted when it does match the setname value , or when it does not match the setname value . if the setname value is null this match value does not matter , and all names will match . if match is true , the node name is accepted when it matches . if match is false , the node name is a... | void function ( boolean arg0 ) { this . fMatch = arg0 ; } |
19,352 | returns the expanded title representing this data . generally a longer form of #status . default null . concode_field_sep String KEY_ICON concode_elem_sep String KEY_VISIBLE concode_elem_sep String mExpandedTitle concode_elem_sep String mStatus concode_elem_sep int MAX_EXPANDED_TITLE_LENGTH concode_elem_sep String KEY_... | String function ( ) { return mExpandedTitle ; } |
19,353 | gets the value of the pastdueactualamount property . concode_field_sep XMLGregorianCalendar date concode_elem_sep String sequenceNumber concode_elem_sep String amount concode_elem_sep String createdUserId concode_elem_sep long serialVersionUID concode_elem_sep String type concode_elem_sep XMLGregorianCalendar creationD... | String function ( ) { return pastDueActualAmount ; } |
19,354 | creates an uninitializedmessageexception for messagetype . concode_field_sep ExtensionRegistryLite EMPTY_REGISTRY concode_field_sep MessageType parseDelimitedFrom concode_elem_sep MessageType parseDelimitedFrom concode_elem_sep MessageType parsePartialDelimitedFrom concode_elem_sep MessageType parsePartialDelimitedFrom... | UninitializedMessageException function ( MessageType arg0 ) { if ( arg0 instanceof AbstractMessageLite ) { return ( ( AbstractMessageLite ) arg0 ) . newUninitializedMessageException ( ) ; } return new UninitializedMessageException ( arg0 ) ; } |
19,355 | returns the authentication scheme , like basic . concode_field_sep String scheme concode_elem_sep String headerValue concode_elem_sep String realm concode_field_sep Credential authenticate concode_elem_sep int hashCode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode... | String function ( ) { return scheme ; } |
19,356 | compares two points by distance to this point . concode_field_sep Comparator<Point2D> X_ORDER concode_elem_sep Comparator<Point2D> R_ORDER concode_elem_sep double x concode_elem_sep double y concode_elem_sep Comparator<Point2D> Y_ORDER concode_field_sep double distanceSquaredTo concode_elem_sep double angleTo concode_e... | Comparator < Point2D > function ( ) { return new DistanceToOrder ( ) ; } |
19,357 | gets the value of the scr property . concode_field_sep CTOnOff nor concode_elem_sep Object parent concode_elem_sep CTOnOff aln concode_elem_sep CTScript scr concode_elem_sep CTOnOff lit concode_elem_sep CTStyle sty concode_elem_sep CTManualBreak brk concode_field_sep void setScr concode_elem_sep Object getParent concod... | CTScript function ( ) { return scr ; } |
19,358 | the tag key . concode_field_sep String resourceId concode_elem_sep String value concode_elem_sep String key concode_elem_sep String resourceType concode_field_sep TagDescription withResourceType concode_elem_sep TagDescription withResourceType concode_elem_sep String getValue concode_elem_sep String getResourceId conco... | String function ( ) { return this . key ; } |
19,359 | gets the response time . concode_field_sep long responseTime concode_elem_sep String content concode_elem_sep Status status concode_field_sep String getContent concode_elem_sep Status getStatus | long function ( ) { return responseTime ; } |
19,360 | fill the buffer with the data-check pattern . the data-check pattern consists of the consecutive numbers from 0 to 255 , repeated as often as encessary over all arguments or results . concode_field_sep PlaceHolder placeHolder concode_field_sep byte check_buffer concode_elem_sep void check | byte function ( Resizable_buffer arg0 , byte arg1 ) { for ( short loc0 = 0 ; loc0 < arg0 . size ( ) ; loc0 ++ ) { arg0 . buf [ loc0 ] = arg1 ++ ; } return arg1 ; } |
19,361 | invoked when a change has started on a graphics node , but before any changes occure in the graphics node it 's self . concode_field_sep PlaceHolder placeHolder concode_field_sep void changeCompleted | void function ( GraphicsNodeChangeEvent arg0 ) { } |
19,362 | customize the data binder . concode_field_sep String targetName concode_elem_sep Log logger concode_elem_sep boolean exceptionIfInvalid concode_elem_sep Validator validator concode_elem_sep MessageSource messageSource concode_elem_sep boolean ignoreNestedProperties concode_elem_sep T target concode_elem_sep char[] TARG... | void function ( DataBinder arg0 ) { } |
19,363 | converts theory to one about a different type using the given function retaining all precursor values concode_field_sep Source<C> cs concode_elem_sep Source<B> bs concode_elem_sep Source<A> as concode_elem_sep Supplier<Strategy> state concode_elem_sep Predicate3<A,B,C> assumptions concode_field_sep Subject1<T> as conco... | Subject4 < A , B , C , T > function ( Function3 < A , B , C , T > arg0 ) { return this . asWithPrecursor ( arg0 , t -> t . toString ( ) ) ; } |
19,364 | truncates the blob value that this blob object represents to be len bytes in length . concode_field_sep BlobDataID blob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep int setBytes concode_elem_sep int setBytes concode_elem_sep boolean isClosed concode_elem_sep void checkCl... | void function ( long arg0 ) { try { blob . truncate ( session , arg0 ) ; } catch ( HsqlException loc0 ) { throw Util . sqlException ( loc0 ) ; } } |
19,365 | this method is used to call a method of dao class to create a callbackworkflow concode_field_sep PlaceHolder placeHolder concode_field_sep List searchCallBackWorkFlow concode_elem_sep boolean editCallBackWorkFlow concode_elem_sep List getActiveAgents concode_elem_sep List getAllAgents concode_elem_sep CallBackWorkFlowV... | boolean function ( CallBackWorkFlowVO arg0 ) { boolean loc0 = false ; CallBackWorkFlowDAO loc1 = new CallBackWorkFlowDAO ( ) ; loc0 = loc1 . createCallBackWorkFlow ( arg0 ) ; return loc0 ; } |
19,366 | returns true if the datasource is visible , false otherwise . concode_field_sep DataSource ROOT concode_elem_sep DataSource owner concode_elem_sep Set<ComparableWeakReference<DataRemovedListener>> removedListeners concode_elem_sep boolean isRemoved concode_elem_sep boolean visible concode_elem_sep PropertyChangeSupport... | boolean function ( ) { return visible ; } |
19,367 | specifies if the search term should be treated as case sensitive . concode_field_sep boolean wholeWord concode_elem_sep ArrayList<String> terms concode_elem_sep boolean caseSensitive concode_elem_sep String term concode_field_sep String getTerm concode_elem_sep boolean equals concode_elem_sep boolean isWholeWord concod... | boolean function ( ) { return caseSensitive ; } |
19,368 | moves the current position relative ` rows ' from the current position . concode_field_sep ResultSet owner concode_elem_sep ServerPreparedStatement prepStmt concode_elem_sep boolean wasEmpty concode_elem_sep boolean lastRowFetched concode_elem_sep List fetchedRows concode_elem_sep int BEFORE_START_OF_ROWS concode_elem_... | void function ( int arg0 ) { notSupported ( ) ; } |
19,369 | sets the outfile . the outfile has to be in a folder parent to all input images . concode_field_sep LinkedList<GlobalFeature> listOfFeatures concode_elem_sep String[] features concode_elem_sep File outFile concode_elem_sep String[] featureFieldNames concode_elem_sep File fileList concode_elem_sep HashMap<String,Integer... | void function ( File arg0 ) { this . outFile = arg0 ; } |
19,370 | adds a child wire to this tag wire . concode_field_sep List children concode_elem_sep Attributes attributes concode_elem_sep Tag tag concode_field_sep List getChildren concode_elem_sep Attributes getAttributes concode_elem_sep void setTag concode_elem_sep void setAttributes concode_elem_sep Tag getTag concode_elem_sep ... | void function ( TagWire arg0 ) { children . add ( arg0 ) ; } |
19,371 | returns the date the channel was unlinked . concode_field_sep Date dateLinked concode_elem_sep AsteriskChannel channel concode_elem_sep Date dateUnlinked concode_field_sep void setDateUnlinked concode_elem_sep Date getDateLinked concode_elem_sep AsteriskChannel getChannel concode_elem_sep String toString | Date function ( ) { return dateUnlinked ; } |
19,372 | returns the refresh rate , in hertz . this may be refresh_rate_unknown . concode_field_sep int refreshRate concode_elem_sep int bitDepth concode_elem_sep int width concode_elem_sep int REFRESH_RATE_UNKNOWN concode_elem_sep int BIT_DEPTH_MULTI concode_elem_sep int height concode_field_sep int getHeight concode_elem_sep ... | int function ( ) { return refreshRate ; } |
19,373 | print a formatted string to standard output using the specified format string and arguments , and flush standard output . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void println concode_elem_sep void println concode_elem_sep void println conco... | void function ( String arg0 , Object ... arg1 ) { out . printf ( LOCALE , arg0 , arg1 ) ; out . flush ( ) ; } |
19,374 | required . a string used to identify this tag . you can specify a maximum of 128 characters for a tag key . tags owned by amazon web services aws have the reserved prefix : aws : . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_se... | Tag function ( String arg0 ) { setKey ( arg0 ) ; return this ; } |
19,375 | gets the width of this picture . concode_field_sep BufferedImage image concode_elem_sep JLabel label concode_elem_sep double xGrow concode_elem_sep double yGrow concode_elem_sep double x concode_elem_sep double y concode_elem_sep String source concode_field_sep void setColorAt concode_elem_sep void setColorAt concode_e... | int function ( ) { return ( int ) Math . round ( ( image == null ? 0 : image . getWidth ( ) ) + 2 * xGrow ) ; } |
19,376 | gets the date at which the token was last refreshed . since tokens expire , the facebook sdk will attempt to renew them periodically . concode_field_sep Date ALREADY_EXPIRED_EXPIRATION_TIME concode_elem_sep Date expires concode_elem_sep String EXPIRES_IN_KEY concode_elem_sep Date lastRefresh concode_elem_sep AccessToke... | Date function ( ) { return this . lastRefresh ; } |
19,377 | return the fully-qualified name of the command line argument . this is used as a command-line optional argument , as in : - prefix.name = value . prefix is typically a java package and class like `` com.twitter.myapp.myclass '' . the difference between a canonical name and a regular name is that it is in some circumsta... | String function ( ) { return canonicalName ; } |
19,378 | a single preview frame will be returned to the handler supplied . the data will arrive as byte in the message.obj field , with width and height encoded as message.arg1 and message.arg2 , respectively . concode_field_sep String TAG concode_elem_sep int requestedFramingRectHeight concode_elem_sep AutoFocusManager autoFoc... | void function ( Handler arg0 , int arg1 ) { Camera loc0 = camera ; if ( loc0 != null && previewing ) { previewCallback . setHandler ( arg0 , arg1 ) ; loc0 . setOneShotPreviewCallback ( previewCallback ) ; } } |
19,379 | method stub : generic reflector does not have a parent concode_field_sep GenericArrayReflector _array concode_elem_sep Collection4 _collectionPredicates concode_elem_sep Hashtable4 _classByClass concode_elem_sep ObjectContainerBase _stream concode_elem_sep KnownClassesRepository _repository concode_elem_sep Transaction... | void function ( Reflector arg0 ) { } |
19,380 | @inherit concode_field_sep long DEFAULT_TIMESTAMP_WINDOW concode_elem_sep long timestampWindow concode_elem_sep double maxVersion concode_elem_sep Set<String> SINGLE_PARAMETERS concode_elem_sep double minVersion concode_field_sep void validateSignature concode_elem_sep void validateTimestampAndNonce concode_elem_sep vo... | void function ( OAuthMessage arg0 , OAuthAccessor arg1 ) { checkSingleParameters ( arg0 ) ; validateVersion ( arg0 ) ; validateTimestampAndNonce ( arg0 ) ; validateSignature ( arg0 , arg1 ) ; } |
19,381 | this removes the highlight from the specified existing text . unfortunately , it always sets it to the default style . so it removes any previous styling . concode_field_sep AttributeSet defaultStyle concode_elem_sep List<TextBlockSearchEditor.SearchResult> currentHighlights concode_elem_sep JTextPane textComponentToSe... | void function ( int arg0 , int arg1 ) { int loc0 = arg1 - arg0 ; ( ( DefaultStyledDocument ) textComponentToSearch . getDocument ( ) ) . setCharacterAttributes ( arg0 , loc0 , defaultStyle , true ) ; } |
19,382 | method getwpmcollection.returns a reference to ' _ wpmlist ' . no type checking is performed on any modifications to the vector . concode_field_sep java.util.List<org.opennms.netmgt.config.nsclient.Wpm> _wpmList concode_field_sep void removeAllWpm concode_elem_sep void addWpm concode_elem_sep void addWpm concode_elem_s... | java . util . List < org . opennms . netmgt . config . nsclient . Wpm > function ( ) { return this . _wpmList ; } |
19,383 | gets the tracks trackid according to its occurence in the com.coremedia.iso.boxes.moviebox . concode_field_sep MediaDataBox<? extends TrackMetaDataContainer> mediaDataBox concode_elem_sep long trackId concode_elem_sep TrackMetaData<T> trackMetaData concode_elem_sep List<Chunk<T>> chunks concode_field_sep MediaDataBox<?... | long function ( ) { return trackId ; } |
19,384 | see floatbuffer #put floatbuffer concode_field_sep ByteBuffer mByteBuffer concode_elem_sep SoftReference<int[]> sWeakIntArray concode_elem_sep FloatBuffer mFloatBuffer concode_elem_sep IntBuffer mIntBuffer concode_field_sep FloatBuffer slice concode_elem_sep int limit concode_elem_sep void clear concode_elem_sep int[] ... | void function ( final FastFloatBuffer arg0 ) { final ByteBuffer loc0 = this . mByteBuffer ; loc0 . put ( arg0 . mByteBuffer ) ; this . mFloatBuffer . position ( loc0 . position ( ) >> 2 ) ; this . mIntBuffer . position ( loc0 . position ( ) >> 2 ) ; } |
19,385 | the org.hibernate.cache.ehcache.internal.strategy.ehcacheaccessstrategyfactory used for creatingvarious access strategies concode_field_sep EhcacheAccessStrategyFactory accessStrategyFactory concode_elem_sep Ehcache cache concode_elem_sep EhCacheMessageLogger LOG concode_elem_sep String CACHE_LOCK_TIMEOUT_PROPERTY conc... | EhcacheAccessStrategyFactory function ( ) { return accessStrategyFactory ; } |
19,386 | add error message to a specific client . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep void addInfoMessage concode_elem_sep void addInfoM... | void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_ERROR , arg1 , arg1 ) ) ; } |
19,387 | queries whether i have been cancelled , by cancellation of my progress monitor . 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 void catchException concode_elem_sep IClipboardSupport getClipb... | boolean function ( ) { return getProgressMonitor ( ) . isCanceled ( ) ; } |
19,388 | get the onmethod . concode_field_sep List<String> parameterTypes concode_elem_sep Class<? extends java.lang.annotation.Annotation> annotationClass concode_elem_sep ClassLoader cl concode_elem_sep String memberName concode_elem_sep String className concode_elem_sep boolean onMethod concode_elem_sep boolean onField conco... | boolean function ( ) { return onMethod ; } |
19,389 | restore the demo to its original state . concode_field_sep String password concode_elem_sep String comments concode_elem_sep float numberValue concode_elem_sep String name concode_field_sep void setName concode_elem_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getName concode_elem_se... | String function ( ) { FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestMap ( ) . put ( "srini_string" , Boolean . TRUE ) ; name = "srini_string" ; password = "srini_string" ; comments = "srini_string" ; return "srini_string" ; } |
19,390 | adds record of a new file , by filename . concode_field_sep int inputLineCount concode_elem_sep int inputStartLine concode_elem_sep int lineFileID concode_elem_sep boolean lineFileIDSet concode_elem_sep List<String> filePathList concode_elem_sep int outputStartLine concode_elem_sep List<String> fileNameList concode_ele... | void function ( String arg0 ) { addFile ( arg0 , arg0 ) ; } |
19,391 | schedules request to be executed . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPool concode_elem_sep List<String> DEFAULT_TRANSPORTS concode_elem_sep RouteDatabase routeDatabase concode_elem_sep ProxySelector proxySelecto... | void function ( Request arg0 , Response . Receiver arg1 ) { dispatcher . enqueue ( copyWithDefaults ( ) , arg0 , arg1 ) ; } |
19,392 | creates a mock that throws a runtimeexception if the system under testinvokes a method whose answer has not been configured . concode_field_sep PlaceHolder placeHolder concode_field_sep T dummy concode_elem_sep T stub concode_elem_sep T strictStub | T function ( Class < T > arg0 ) { return mock ( arg0 , new Answer ( ) { @ Override public Object answer ( InvocationOnMock arg1 ) throws Throwable { throw new RuntimeException ( "srini_string" ) ; } } ) ; } |
19,393 | pearson correlation distance between the two arrays of type int . concode_field_sep PlaceHolder placeHolder concode_field_sep double kendall concode_elem_sep double kendall concode_elem_sep double kendall concode_elem_sep double d concode_elem_sep double spearman concode_elem_sep double spearman concode_elem_sep double... | double function ( int [ ] arg0 , int [ ] arg1 ) { if ( arg0 . length != arg1 . length ) throw new IllegalArgumentException ( String . format ( "srini_string" , arg0 . length , arg1 . length ) ) ; return 1 - Math . cor ( arg0 , arg1 ) ; } |
19,394 | implements outputstream.write int in terms of outputstream.write byte , int , int . outputstream assumes that you implement outputstream.write int and provides default implementations of the others , but often the opposite is more efficient . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY c... | void function ( OutputStream arg0 , int arg1 ) { byte [ ] loc0 = new byte [ 1 ] ; loc0 [ 0 ] = ( byte ) ( arg1 & 0xff ) ; arg0 . write ( loc0 ) ; } |
19,395 | get the event type concode_field_sep JobSubmitted datum concode_field_sep JobID getJobId concode_elem_sep String getWorkflowNodeName concode_elem_sep String getJobName concode_elem_sep long getSubmitTime concode_elem_sep String getWorkflowName concode_elem_sep Object getDatum concode_elem_sep String getWorkflowId conco... | EventType function ( ) { return EventType . JOB_SUBMITTED ; } |
19,396 | retrieves a abstractaudiodeviceconfig by its name concode_field_sep String ITEM_SINK_INPUT concode_elem_sep String ITEM_SINK concode_elem_sep String CMD_UNLOAD_MODULE concode_elem_sep String MODULE_COMBINE_SINK concode_elem_sep List<Module> modules concode_elem_sep String CMD_LIST_SOURCE_OUTPUTS concode_elem_sep String... | AbstractAudioDeviceConfig function ( String arg0 ) { for ( AbstractAudioDeviceConfig loc0 : items ) { if ( loc0 . getName ( ) . equalsIgnoreCase ( arg0 ) ) return loc0 ; } return null ; } |
19,397 | returns paint by mapping a given value to a either a linear or common log palette as controlled by the value logscale . concode_field_sep double log10 concode_elem_sep int[] r concode_elem_sep int[] b concode_elem_sep String paletteName concode_elem_sep double[] tickValues concode_elem_sep double minZ concode_elem_sep ... | Paint function ( double arg0 ) { if ( isLogscale ( ) ) { return getColorLog ( arg0 ) ; } else { return getColorLinear ( arg0 ) ; } } |
19,398 | sets the width and height of the dimension . concode_field_sep float width concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep String toString concode_elem_sep float getWidth concode_elem_sep Dimension toDimension | void function ( int arg0 , int arg1 ) { width = arg0 ; height = arg1 ; } |
19,399 | retrieves prefix + '' in '' + elapsedtime + '' ms. '' concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep long currentElapsedTime concode_elem_sep void stop concode_elem_sep String currentElapsedTimeTo... | String function ( String arg0 ) { return arg0 + "srini_string" + elapsedTime ( ) + "srini_string" ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.