idx int64 0 25k | question stringlengths 68 5.14k | target stringlengths 20 503 |
|---|---|---|
9,700 | creates a new java.lang.reflect.method . access checks as per java.lang.reflect.accessibleobject are not overridden . concode_field_sep Permission reflectionFactoryAccessPerm concode_elem_sep LangReflectAccess langReflectAccess concode_elem_sep ReflectionFactory soleInstance concode_field_sep void setConstructorAccesso... | Method function ( Class < ? > arg0 , String arg1 , Class < ? > [ ] arg2 , Class < ? > arg3 , Class < ? > [ ] arg4 , int arg5 , int arg6 , String arg7 , byte [ ] arg8 , byte [ ] arg9 , byte [ ] arg10 ) { return langReflectAccess ( ) . newMethod ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 , arg1... |
9,701 | this method was generated by mybatis generator . this method sets the value of the database column deparment.id concode_field_sep Integer companyid concode_elem_sep String name concode_elem_sep Integer id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep Integer getCompanyid concode_elem_s... | void function ( Integer arg0 ) { this . id = arg0 ; } |
9,702 | the object for the lambda function location . concode_field_sep FunctionCodeLocation code concode_elem_sep FunctionConfiguration configuration concode_field_sep GetFunctionResult withConfiguration concode_elem_sep FunctionConfiguration getConfiguration concode_elem_sep GetFunctionResult withCode concode_elem_sep int ha... | FunctionCodeLocation function ( ) { return code ; } |
9,703 | return true if a label is valid . this checks only the given label in isolation . it does not check whether the given label is used by any existing perspectives . concode_field_sep IExtensionRegistry extensionRegistry concode_elem_sep EModelService modelService concode_elem_sep MApplication application concode_elem_sep... | boolean function ( String arg0 ) { arg0 = arg0 . trim ( ) ; if ( arg0 . length ( ) <= 0 ) { return false ; } return true ; } |
9,704 | whether users can specify their own ssh public key through the my settings page . for more information , see managing user permissions . concode_field_sep String sshPublicKey concode_elem_sep String sshUsername concode_elem_sep String name concode_elem_sep Boolean allowSelfManagement concode_elem_sep String iamUserArn ... | Boolean function ( ) { return this . allowSelfManagement ; } |
9,705 | checks whether memory cache key image uri for current imageaware is actual concode_field_sep String imageUri concode_elem_sep String memoryCacheKey concode_elem_sep ImageLoaderEngine engine concode_elem_sep String LOG_TASK_CANCELLED_IMAGEAWARE_REUSED concode_elem_sep Bitmap bitmap concode_elem_sep ImageAware imageAware... | boolean function ( ) { String loc0 = engine . getLoadingUriForView ( imageAware ) ; return ! memoryCacheKey . equals ( loc0 ) ; } |
9,706 | append a posting to the posting list . posting must be appended in docid order , otherwise this method fails . concode_field_sep int ctf concode_elem_sep int tf concode_elem_sep String field concode_elem_sep Vector<DocPosting> postings concode_elem_sep Vector<Integer> positions concode_elem_sep int df concode_elem_sep ... | boolean function ( int arg0 , List < Integer > arg1 ) { if ( ( this . df > 1 ) && ( this . postings . get ( this . df - 1 ) . arg0 >= arg0 ) ) return false ; DocPosting loc0 = new DocPosting ( arg0 , arg1 ) ; this . postings . add ( loc0 ) ; this . df ++ ; this . ctf += loc0 . tf ; return true ; } |
9,707 | get justsymbol concode_field_sep JustSymbolEnum justSymbol concode_elem_sep List<ArrayEnumEnum> arrayEnum concode_elem_sep String value concode_field_sep JustSymbolEnum fromValue concode_elem_sep ArrayEnumEnum fromValue concode_elem_sep EnumArrays arrayEnum concode_elem_sep String toIndentedString concode_elem_sep Enum... | JustSymbolEnum function ( ) { return justSymbol ; } |
9,708 | sets the value of the domain property . concode_field_sep String elevation concode_elem_sep String mod concode_elem_sep String motionClass concode_elem_sep String latlong concode_elem_sep String motionSense concode_elem_sep BigInteger start concode_elem_sep String gquant concode_elem_sep String latLong concode_elem_sep... | void function ( String arg0 ) { this . domain = arg0 ; } |
9,709 | return the table to which this pattern is bound . concode_field_sep String varName concode_elem_sep MPTable boundTable concode_elem_sep String SUBJECT concode_elem_sep T nodeValue concode_elem_sep String OBJECT concode_elem_sep String PREDICATE concode_elem_sep String theType concode_elem_sep boolean isVariable concode... | MPTable function ( ) { return boundTable ; } |
9,710 | gets the controller if set , null otherwise . concode_field_sep boolean mIsVisible concode_elem_sep DH mHierarchy concode_elem_sep DraweeController mController concode_elem_sep boolean mIsControllerAttached concode_elem_sep DraweeEventTracker mEventTracker concode_elem_sep boolean mIsHolderAttached concode_elem_sep Act... | DraweeController function ( ) { return mController ; } |
9,711 | reads quickly a bit vector from a datainputstream . this method is similar in purpose to #readfast datainputstream , but it allows reuse of the bit vector . concode_field_sep BitVectorOfflineSerializer OFFLINE_SERIALIZER concode_elem_sep BitVector ONE concode_elem_sep BitVector EMPTY_VECTOR concode_elem_sep BitVector Z... | LongArrayBitVector function ( DataInputStream arg0 , final LongArrayBitVector arg1 ) { final long loc0 = arg0 . readLong ( ) ; arg1 . ensureCapacity ( loc0 ) ; final int loc1 = LongArrayBitVector . numWords ( loc0 ) ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) arg1 . bits [ loc2 ] = arg0 . readLong ( ) ; arg1 . loc0 ... |
9,712 | returns the target associated with the remote object concode_field_sep Object tableLock concode_elem_sep Object keepAliveLock concode_elem_sep ReferenceQueue<Object> reapQueue concode_elem_sep GC.LatencyRequest gcLatencyRequest concode_elem_sep Thread reaper concode_elem_sep Map<WeakRef,Target> implTable concode_elem_s... | Target function ( Remote arg0 ) { synchronized ( tableLock ) { return implTable . get ( new WeakRef ( arg0 ) ) ; } } |
9,713 | parses the given input into a target . always returns an object . concode_field_sep Logger logger concode_elem_sep LinkedList<Parser> targetParsers concode_field_sep Target tryParseTarget concode_elem_sep Target tryParseTarget concode_elem_sep Target tryParseTarget concode_elem_sep Target tryParseTarget concode_elem_se... | Target function ( String arg0 ) { for ( Parser loc0 : targetParsers ) { Target loc1 = loc0 . tryParseTarget ( arg0 ) ; if ( loc1 != null ) { return loc1 ; } } throw new Error ( ) ; } |
9,714 | returns true if the floats are equal . concode_field_sep int _DIGIT_BEGIN concode_elem_sep int _DIGIT_END concode_elem_sep int _CHAR_LOWER_CASE_BEGIN concode_elem_sep int _CHAR_LOWER_CASE_END concode_elem_sep int _CHAR_UPPER_CASE_BEGIN concode_elem_sep int _CHAR_UPPER_CASE_END concode_field_sep boolean isNotNull concod... | boolean function ( float arg0 , float arg1 ) { if ( Float . compare ( arg0 , arg1 ) == 0 ) { return true ; } else { return false ; } } |
9,715 | return the parent property . concode_field_sep SimpleNodeType parent concode_elem_sep long serialVersionUID concode_elem_sep Metadata metadata concode_elem_sep Class<T> type concode_elem_sep ReentrantLock lock concode_elem_sep String sha1 concode_elem_sep StorageNode node concode_elem_sep NodeKey parentKey concode_elem... | SimpleNodeType function ( ) { return parent ; } |
9,716 | deletes the d d m template version from the database . also notifies the appropriate model listeners . concode_field_sep DDMTemplateVersionLocalService _ddmTemplateVersionLocalService concode_field_sep com.liferay.dynamic.data.mapping.model.DDMTemplateVersion createDDMTemplateVersion concode_elem_sep java.lang.String g... | com . liferay . dynamic . data . mapping . model . DDMTemplateVersion function ( com . liferay . dynamic . data . mapping . model . DDMTemplateVersion arg0 ) { return _ddmTemplateVersionLocalService . deleteDDMTemplateVersion ( arg0 ) ; } |
9,717 | gets all the declared methods of a class including methods declared in superclasses . concode_field_sep ThreadMXBean threadBean concode_elem_sep ThreadLocal<CopyInCopyOutBuffer> cloneBuffers concode_elem_sep DataInputBuffer inBuffer concode_elem_sep SerializationFactory serialFactory concode_elem_sep Map<Class<?>,Const... | List < Method > function ( Class < ? > arg0 ) { List < Method > loc0 = new ArrayList < Method > ( ) ; while ( arg0 != null ) { for ( Method loc1 : arg0 . getDeclaredMethods ( ) ) { loc0 . add ( loc1 ) ; } arg0 = arg0 . getSuperclass ( ) ; } return loc0 ; } |
9,718 | returns true if this module supports finding resources with the `` children '' scope . by default this method returns false . concode_field_sep PlaceHolder placeHolder concode_field_sep ResourceFinderResult findDescendantResources concode_elem_sep ResourceFinderResult findDescendantResources concode_elem_sep boolean is... | boolean function ( ) { return false ; } |
9,719 | two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testFindRangeBounds concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testEquals | void function ( ) { WaterfallBarRenderer loc0 = new WaterfallBarRenderer ( ) ; WaterfallBarRenderer loc1 = new WaterfallBarRenderer ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; } |
9,720 | adds a `` managed '' instance annotated with lifecyclestart and lifecyclestop to the lifecycle . if the lifecycle has already been started , it throws an ise concode_field_sep Stage currStage concode_elem_sep AtomicBoolean started concode_elem_sep Logger log concode_elem_sep Logger log concode_elem_sep Method stopMetho... | T function ( T arg0 , Stage arg1 ) { addHandler ( new AnnotationBasedHandler ( arg0 ) , arg1 ) ; return arg0 ; } |
9,721 | get an array of all class labels in a given data set . concode_field_sep int labelcol concode_elem_sep MultipleObjectsBundle bundle concode_elem_sep ArrayList<ClassLabel> labels concode_field_sep ArrayList<ClassLabel> getLabels concode_elem_sep int findClassLabelColumn concode_elem_sep void initialize | ArrayList < ClassLabel > function ( MultipleObjectsBundle arg0 ) { int loc0 = findClassLabelColumn ( arg0 ) ; if ( loc0 < 0 ) { throw new AbortException ( "srini_string" ) ; } return allClassLabels ( arg0 , loc0 ) ; } |
9,722 | returns `` true '' if this is a duplicate of an earlier token . concode_field_sep boolean unseq concode_elem_sep int minorStatus concode_elem_sep boolean old concode_elem_sep boolean gap concode_elem_sep boolean privState concode_elem_sep int qopVal concode_elem_sep boolean duplicate concode_elem_sep String minorString... | boolean function ( ) { return duplicate ; } |
9,723 | a list of subnets associated with the cache subnet group . concode_field_sep String cacheSubnetGroupName concode_elem_sep String vpcId concode_elem_sep String cacheSubnetGroupDescription concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<Subnet> subnets concode_field_sep void setCacheSubnetGroupName conc... | void function ( java . util . Collection < Subnet > arg0 ) { if ( arg0 == null ) { this . subnets = null ; return ; } com . amazonaws . internal . ListWithAutoConstructFlag < Subnet > loc0 = new com . amazonaws . internal . ListWithAutoConstructFlag < Subnet > ( arg0 . size ( ) ) ; loc0 . addAll ( arg0 ) ; this . subne... |
9,724 | creating or getting existing actor from actor class concode_field_sep ClassLoader classLoader concode_elem_sep ActorSystem mainSystem concode_elem_sep HashMap<String,AbsActorDispatcher> dispatchers concode_elem_sep TraceInterface traceInterface concode_elem_sep String DEFAULT_DISPATCHER concode_field_sep ActorSystem sy... | ActorRef function ( Class < T > arg0 , String arg1 ) { return actorOf ( Props . create ( arg0 ) , arg1 ) ; } |
9,725 | identify whether this cell contains a flag . concode_field_sep boolean mine concode_elem_sep boolean flag concode_elem_sep int adjacent concode_elem_sep boolean revealed concode_field_sep void mine concode_elem_sep void unflag concode_elem_sep boolean noAdjacentMines concode_elem_sep void flag concode_elem_sep void rev... | boolean function ( ) { return flag ; } |
9,726 | returns a displayable name of this search participant . this method should be re-implemented in subclasses that need to display a meaningfull name . concode_field_sep PlaceHolder placeHolder concode_field_sep void indexDocument concode_elem_sep void locateMatches concode_elem_sep SearchDocument getDocument concode_elem... | String function ( ) { return "srini_string" ; } |
9,727 | use the given maximum age in seconds for cookies created by this generator . useful special value : -1 ... not persistent , deleted when client shuts down concode_field_sep String cookieDomain concode_elem_sep boolean cookieHttpOnly concode_elem_sep String DEFAULT_COOKIE_PATH concode_elem_sep Log logger concode_elem_se... | void function ( Integer arg0 ) { this . cookieMaxAge = arg0 ; } |
9,728 | get the data value . concode_field_sep String code concode_elem_sep PerfMonSet data concode_elem_sep String message concode_field_sep String code concode_elem_sep PerfMonResponseInner withCode concode_elem_sep PerfMonResponseInner withData concode_elem_sep String message concode_elem_sep PerfMonResponseInner withMessag... | PerfMonSet function ( ) { return this . data ; } |
9,729 | getter for id concode_field_sep String CONFIGURATION_ACCESSED concode_elem_sep String FAILED concode_elem_sep String STARTED concode_elem_sep String DEPLOYED concode_elem_sep Date created concode_elem_sep String description concode_elem_sep String RESTARTED concode_elem_sep String label concode_elem_sep String INJECTED... | Long function ( ) { return this . id ; } |
9,730 | reads the dialecturi of the claimuris to be retrieved from api-manager.xml - > jwtconfiguration - > consumerdialecturi . if not configured it uses http://wso2.org/claims as default concode_field_sep boolean isClaimsCacheInitialized concode_elem_sep String dialectURI concode_field_sep String[] claimMappingtoClaimURIStri... | void function ( ) { dialectURI = ServiceReferenceHolder . getInstance ( ) . getAPIManagerConfigurationService ( ) . getAPIManagerConfiguration ( ) . getFirstProperty ( APIConstants . CONSUMER_DIALECT_URI ) ; if ( dialectURI == null ) { dialectURI = DEFAULT_DIALECT_URI ; } } |
9,731 | gets the value of the orgnumber property . concode_field_sep String employmentRole concode_elem_sep XMLGregorianCalendar endDate concode_elem_sep String companyName concode_elem_sep String orgNumber concode_elem_sep XMLGregorianCalendar startDate concode_field_sep XMLGregorianCalendar getStartDate concode_elem_sep void... | String function ( ) { return orgNumber ; } |
9,732 | the id of the last commit made to the branch . concode_field_sep String branchName concode_elem_sep String commitId concode_field_sep void setBranchName concode_elem_sep String getBranchName concode_elem_sep int hashCode concode_elem_sep BranchInfo withBranchName concode_elem_sep boolean equals concode_elem_sep void se... | BranchInfo function ( String arg0 ) { setCommitId ( arg0 ) ; return this ; } |
9,733 | sets the spring bean id for this bean . concode_field_sep LegacyHostLocalService _service concode_field_sep de.uhh.l2g.plugins.migration.model.LegacyHost getLegacyHost concode_elem_sep de.uhh.l2g.plugins.migration.model.LegacyHost addLegacyHost concode_elem_sep int getLegacyHostsCount concode_elem_sep com.liferay.porta... | void function ( java . lang . String arg0 ) { getService ( ) . setBeanIdentifier ( arg0 ) ; } |
9,734 | returns the textual representation of this handle . the textual representation is : owner ' . ' name desc ' ' ' ' tag ' ' . as this format is unambiguous , it can be parsed if necessary . concode_field_sep String owner concode_elem_sep String name concode_elem_sep int tag concode_elem_sep String desc concode_field_sep ... | String function ( ) { return owner + '.' + name + desc + "srini_string" + tag + ')' ; } |
9,735 | returns the id concode_field_sep int mode concode_elem_sep int rangePosition concode_elem_sep int size concode_elem_sep SessionInterface session concode_elem_sep int currentPos concode_elem_sep long id concode_elem_sep boolean isIterator concode_field_sep boolean next concode_elem_sep int getRowNumber concode_elem_sep ... | long function ( ) { return id ; } |
9,736 | asserts the request was redirected to the given url . this methods accepts only exact matches . concode_field_sep AntPathMatcher pathMatcher concode_field_sep ResultMatcher forwardedUrlPattern concode_elem_sep RequestResultMatchers request concode_elem_sep HandlerResultMatchers handler concode_elem_sep CookieResultMatc... | ResultMatcher function ( final String arg0 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg1 ) { assertEquals ( "srini_string" , arg0 , arg1 . getResponse ( ) . getRedirectedUrl ( ) ) ; } } ; } |
9,737 | throws , traces , and logs a cancellation exception . concode_field_sep int TOTAL_WORK concode_elem_sep IClipboardSupport clipboardSupport concode_elem_sep int WORK_UNIT concode_elem_sep IProgressMonitor monitor concode_field_sep boolean isCancelled concode_elem_sep void catchException concode_elem_sep IClipboardSuppor... | void function ( String arg0 ) { throwException ( arg0 , new OperationCanceledException ( "srini_string" ) ) ; } |
9,738 | returns a clone of the instance . concode_field_sep long serialVersionUID concode_elem_sep double upperBound concode_elem_sep List lookupTable concode_elem_sep Paint paint concode_elem_sep double lowerBound concode_elem_sep long serialVersionUID concode_elem_sep Paint defaultPaint concode_elem_sep double value concode_... | Object function ( ) { LookupPaintScale loc0 = ( LookupPaintScale ) super . loc0 ( ) ; loc0 . lookupTable = new java . util . ArrayList ( this . lookupTable ) ; return loc0 ; } |
9,739 | a default request builder merged into every performed request . concode_field_sep TestDispatcherServlet servlet concode_elem_sep ServletContext servletContext concode_elem_sep Filter[] filters concode_elem_sep List<ResultMatcher> defaultResultMatchers concode_elem_sep String MVC_RESULT_ATTRIBUTE concode_elem_sep Reques... | void function ( RequestBuilder arg0 ) { this . defaultRequestBuilder = arg0 ; } |
9,740 | retrieveall employees list from dao who are avaliable in the given projectid get projectid as parameter passes to its projectdao return the employee list to controller concode_field_sep EmployeeService employeeService concode_elem_sep ProjectDao projectDao concode_field_sep boolean isEmployeeExistOnThisProject concode_... | List < Employee > function ( int arg0 ) { ArrayList < Employee > loc0 = new ArrayList < Employee > ( projectDao . retriveEmployeesAllotedOnProject ( searchProject ( arg0 ) ) ) ; return loc0 ; } |
9,741 | check to see if the passed bytes match the stored bytes concode_field_sep byte[] ALL_QUALIFIERS concode_elem_sep int hashCode concode_elem_sep byte[] qualifier concode_elem_sep byte[] family concode_elem_sep ImmutableBytesPtr familyPtr concode_elem_sep ImmutableBytesPtr qualifierPtr concode_field_sep int calcHashCode c... | boolean function ( byte [ ] arg0 , int arg1 , int arg2 , byte [ ] arg3 , int arg4 , int arg5 ) { return arg0 == null ? false : Bytes . equals ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 ) ; } |
9,742 | get efeaturehints hints concode_field_sep boolean isDisposed concode_elem_sep ReentrantLock eLock concode_elem_sep WeakHashSet<EFeatureListener> eListeners concode_elem_sep boolean isValid concode_elem_sep EFeatureHints eHints concode_elem_sep Logger LOGGER concode_elem_sep String eContextID concode_elem_sep boolean is... | EFeatureHints function ( ) { return eHints ; } |
9,743 | sets the company id of this asset link . concode_field_sep AssetLink _assetLink concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep int getWeight concode_elem_sep bool... | void function ( long arg0 ) { _assetLink . setCompanyId ( arg0 ) ; } |
9,744 | disposes this tile generator . no further calls will be made on this instance . concode_field_sep int maxalpha concode_elem_sep PiscesCache cache concode_elem_sep int TILE_SIZE concode_elem_sep int x concode_elem_sep int y concode_elem_sep int maxTileAlphaSum concode_elem_sep Map<Integer,byte[]> alphaMapsCache concode_... | void function ( ) { } |
9,745 | this method resets the outgoing events . 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_elem_sep SCInterface getSCInterf... | void function ( ) { } |
9,746 | creates a secondarykeycreator object for use in configuring a secondarydatabase . the returned object implements the com.sleepycat.db.secondarykeycreator interface . concode_field_sep ClassCatalog catalog concode_field_sep TupleSerialMarshalledBinding<V> getEntityBinding concode_elem_sep StoredSortedMap<K,V> newSortedM... | TupleSerialMarshalledKeyCreator < V > function ( Class < V > arg0 , String arg1 ) { return new TupleSerialMarshalledKeyCreator < V > ( getEntityBinding ( arg0 ) , arg1 ) ; } |
9,747 | returns the yeu cau giai trinh with the primary key or throws a vn.dtt.ns.yeucaugiaitrinh.dao.nosuchyeucaugiaitrinhexception if it could not be found . concode_field_sep YeuCauGiaiTrinhPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_ele... | vn . dtt . ns . yeucaugiaitrinh . dao . model . YeuCauGiaiTrinh function ( long arg0 ) { return getPersistence ( ) . findByPrimaryKey ( arg0 ) ; } |
9,748 | get the channel for the specified index . concode_field_sep Pattern DMX_CMD_PATTERN concode_elem_sep Logger logger concode_elem_sep long lastUpdated concode_elem_sep int[] channels concode_elem_sep int updateDelay concode_elem_sep Map<String,DmxCommand> customCommands concode_elem_sep String name concode_elem_sep Patte... | int function ( int arg0 ) { return channels [ arg0 ] ; } |
9,749 | provides serialization support . concode_field_sep Paint outlinePaint concode_elem_sep Stroke outlineStroke concode_elem_sep Paint backgroundPaint concode_elem_sep Range range concode_elem_sep String label concode_elem_sep long serialVersionUID concode_field_sep Paint getBackgroundPaint concode_elem_sep String getLabel... | void function ( ObjectInputStream arg0 ) { arg0 . defaultReadObject ( ) ; this . outlinePaint = SerialUtilities . readPaint ( arg0 ) ; this . outlineStroke = SerialUtilities . readStroke ( arg0 ) ; this . backgroundPaint = SerialUtilities . readPaint ( arg0 ) ; } |
9,750 | create a validation builder for debitnote . concode_field_sep UBL20Validator s_aInstance concode_field_sep UBL20ValidatorBuilder<AttachedDocumentType> attachedDocument concode_elem_sep UBL20ValidatorBuilder<BillOfLadingType> billOfLading concode_elem_sep UBL20ValidatorBuilder<DespatchAdviceType> despatchAdvice concode_... | UBL20ValidatorBuilder < DebitNoteType > function ( ) { return UBL20ValidatorBuilder . create ( DebitNoteType . class ) ; } |
9,751 | gets the value of the allocsettlccy property . concode_field_sep String indAllocID concode_elem_sep List<NestedPartiesBlockT> pty concode_elem_sep BigInteger actIDSrc concode_elem_sep BigDecimal qty concode_elem_sep String allocSettlCcy concode_elem_sep String acct concode_field_sep BigInteger getActIDSrc concode_elem_... | String function ( ) { return allocSettlCcy ; } |
9,752 | returns the java column value . concode_field_sep List<String> udtNames concode_elem_sep String UDT_PATTERN concode_elem_sep String MAP_PATTERN concode_elem_sep T composedValue concode_elem_sep boolean isMultiCell concode_elem_sep String cellName concode_elem_sep List<String> mapNames concode_elem_sep String MAP_SEPARA... | T function ( ) { return composedValue ; } |
9,753 | provides the name of the db parameter group family that this db parameter group is compatible with . concode_field_sep String dBParameterGroupFamily concode_elem_sep String dBParameterGroupName concode_elem_sep String description concode_field_sep String getDBParameterGroupName concode_elem_sep String getDBParameterGro... | void function ( String arg0 ) { this . dBParameterGroupFamily = arg0 ; } |
9,754 | deletes the phone with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep PhoneLocalService _service concode_field_sep com.liferay.portal.kernel.model.Phone getPhone concode_elem_sep com.liferay.portal.kernel.model.Phone getPhoneByUuidAndCompanyId concode_elem_sep java... | com . liferay . portal . kernel . model . Phone function ( long arg0 ) { return getService ( ) . deletePhone ( arg0 ) ; } |
9,755 | returns all_type , unknown_type , or checked_unknown_type , as specified by the flags , or null concode_field_sep JSTypeRegistry registry concode_elem_sep int maxUnionSize concode_elem_sep int functionTypePosition concode_elem_sep int DEFAULT_MAX_UNION_SIZE concode_elem_sep boolean isNativeUnknownType concode_elem_sep ... | JSType function ( ) { if ( isAllType ) { return registry . getNativeType ( ALL_TYPE ) ; } else if ( isNativeUnknownType ) { if ( areAllUnknownsChecked ) { return registry . getNativeType ( CHECKED_UNKNOWN_TYPE ) ; } else { return registry . getNativeType ( UNKNOWN_TYPE ) ; } } return null ; } |
9,756 | return the mvalue string . concode_field_sep int TIMEOUT_OCCURRED concode_elem_sep Runnable producerRunnable concode_elem_sep int mConsumerCounter concode_elem_sep int TIMEOUT_SECONDS concode_elem_sep BlockingQueue<E> mQueue concode_elem_sep int FAILURE_OCCURRED concode_elem_sep Runnable consumerRunnable concode_elem_s... | String function ( ) { return mValue ; } |
9,757 | 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 ) ; } |
9,758 | returns the certificate for the notification service . concode_field_sep Certificate certificate concode_elem_sep String destination concode_elem_sep String id concode_elem_sep String PRODUCTION_DESTINATION concode_elem_sep String SANDBOX_DESTINATION concode_elem_sep PushNotification pushNotification concode_field_sep ... | Certificate function ( ) { return certificate ; } |
9,759 | get the system id of the container of the expression . this is the containing entity file and is therefore useful for diagnostics . use getbaseuri to get the base uri , which may be different . concode_field_sep FunctionLibrary functionLibrary concode_elem_sep String baseURI concode_elem_sep NamespaceResolver namespace... | String function ( ) { return baseURI ; } |
9,760 | order status concode_field_sep Long id concode_elem_sep Date shipDate concode_elem_sep String value concode_elem_sep StatusEnum status concode_elem_sep Long petId concode_elem_sep Integer quantity concode_elem_sep Boolean complete concode_field_sep Date getShipDate concode_elem_sep String toIndentedString concode_elem_... | Order function ( StatusEnum arg0 ) { this . status = arg0 ; return this ; } |
9,761 | sets the value of the experimentdeltastatus property . concode_field_sep ExperimentDeltaStatus experimentDeltaStatus concode_elem_sep ExperimentDataStatus experimentDataStatus concode_elem_sep Long experimentId concode_field_sep ExperimentDataStatus getExperimentDataStatus concode_elem_sep void setExperimentId concode_... | void function ( ExperimentDeltaStatus arg0 ) { this . experimentDeltaStatus = arg0 ; } |
9,762 | identifies and returns the geometryattributetype , or null if none exists . concode_field_sep int elementsNumber concode_elem_sep String colDesc concode_elem_sep String valDescTableName concode_elem_sep String name concode_elem_sep char typeChar concode_elem_sep AttributeDescriptor descriptor concode_elem_sep boolean a... | GeometryDescriptor function ( ) { GeometryDescriptor loc0 = null ; if ( isGeometry ( ) ) { loc0 = ( GeometryDescriptor ) descriptor ; } return loc0 ; } |
9,763 | set property concode_field_sep String property concode_elem_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep ManagedConnection createManagedConnection concode_elem_sep void setResourceAdapter concode_elem_sep String getProperty concode_elem_sep void ... | void function ( String arg0 ) { this . property = arg0 ; } |
9,764 | returns the real path of the given uri string . if the given uri string represents a content : / / uri , the real path is retrieved from the media store . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String getDataColumn concode_elem_sep String getRealPathFromURI_API11_And_Above conc... | String function ( Uri arg0 , CordovaInterface arg1 ) { String loc0 = null ; if ( Build . VERSION . SDK_INT < 11 ) loc0 = FileHelper . getRealPathFromURI_BelowAPI11 ( arg1 . getActivity ( ) , arg0 ) ; else loc0 = FileHelper . getRealPathFromURI_API11_And_Above ( arg1 . getActivity ( ) , arg0 ) ; return loc0 ; } |
9,765 | creates a new suffixarray from a corpusarray created from the same file . concode_field_sep boolean SHOW_PROGRESS concode_elem_sep Logger logger concode_field_sep CorpusArray createCorpusArray concode_elem_sep CorpusArray createCorpusArray concode_elem_sep CorpusArray createCorpusArray concode_elem_sep String getSuffix... | SuffixArray function ( Corpus arg0 , int arg1 ) { return new SuffixArray ( arg0 , arg1 ) ; } |
9,766 | updates the announcements flag in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep AnnouncementsFlagLocalService _announcementsFlagLocalService concode_field_sep com.liferay.announcements.kernel.model.AnnouncementsFlag getAnnouncementsFlag concode_elem... | com . liferay . announcements . kernel . model . AnnouncementsFlag function ( com . liferay . announcements . kernel . model . AnnouncementsFlag arg0 ) { return _announcementsFlagLocalService . updateAnnouncementsFlag ( arg0 ) ; } |
9,767 | access the display title for the item . concode_field_sep String m_title concode_elem_sep String m_form concode_elem_sep String m_linkBaseUrl concode_elem_sep String m_icon concode_elem_sep boolean m_enabled concode_elem_sep List m_items concode_elem_sep String CONTEXT_ACTION concode_elem_sep String CONTEXT_MENU concod... | String function ( ) { return ( ( m_title == null ) ? "srini_string" : m_title ) ; } |
9,768 | when called , end action sets time stamp to identify end time of operation and logs the metrics . concode_field_sep PerformanceMetrics previous concode_elem_sep Integer level concode_elem_sep AtomicInteger KEY_GEN concode_elem_sep String descriptor concode_elem_sep Long takenTimeByStepStart concode_elem_sep Long operat... | Action0 function ( ) { return new Action0 ( ) { @ Override public void call ( ) { if ( endTime == null ) { endTime = new Date ( ) . getTime ( ) ; PerformanceLogger . log ( PerformanceMetrics . this ) ; } } } ; } |
9,769 | checks if the rebase is in the progress for the specified git root concode_field_sep Logger LOG concode_elem_sep String subject concode_elem_sep GitRevisionNumber revision concode_field_sep File getRebaseDir concode_elem_sep String toString concode_elem_sep CommitInfo getCurrentRebaseCommit | boolean function ( VirtualFile arg0 ) { return getRebaseDir ( arg0 ) != null ; } |
9,770 | returns the allow finish date of this course result . concode_field_sep CourseResult _courseResult concode_field_sep java.util.Date getStartDate concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setPassedDate concode_elem_sep boolean isEscapedModel concode_elem_sep void setCourseId concode_elem_sep... | java . util . Date function ( ) { return _courseResult . getAllowFinishDate ( ) ; } |
9,771 | this implementation is based on strings . transforming an integer into the binary representation we can obtain an string and use it to count the number of elements equals to ' 1 ' . this implementation is slow because it 's based on transform the parameter into the binary representation which complexity order is o n wh... | int function ( int arg0 ) { int loc0 = 0 ; String loc1 = Integer . toBinaryString ( arg0 ) ; for ( char loc2 : loc1 . toCharArray ( ) ) { loc0 += loc2 == '1' ? 1 : 0 ; } return loc0 ; } |
9,772 | setter for httpadapter . this adapter required to calculate end point url . concode_field_sep HttpAdapter httpAdapter concode_field_sep HttpAdapter getHttpAdapter concode_elem_sep void doResponse concode_elem_sep Map<String,Object> getMetadataModelMap concode_elem_sep String getCurrentEndPointUrl concode_elem_sep Strin... | void function ( HttpAdapter arg0 ) { this . httpAdapter = arg0 ; } |
9,773 | performs a modifier key press . does not release the modifier key - subsequent interactions may assume it 's kept pressed . note that the modifier key is never released implicitly - either keyup thekey or sendkeys keys.null must be called to release the modifier . concode_field_sep Mouse mouse concode_elem_sep Keyboard... | Actions function ( Keys arg0 ) { return this . keyDown ( null , arg0 ) ; } |
9,774 | create a new health instance with the previously specified code anddetails . concode_field_sep Map<String,Object> details concode_elem_sep Status status concode_field_sep Builder withDetail concode_elem_sep Builder withException concode_elem_sep int hashCode concode_elem_sep Builder outOfService concode_elem_sep Builde... | Health function ( ) { return new Health ( this ) ; } |
9,775 | given a name for a type , append it with the current scope . concode_field_sep Hashtable symTable concode_elem_sep Vector scopeStack concode_field_sep TNode add concode_elem_sep String currentScopeAsString concode_elem_sep TNode lookupNameInCurrentScope concode_elem_sep void pushScope concode_elem_sep void popScope con... | String function ( String arg0 ) { String loc0 = currentScopeAsString ( ) ; return addScopeToName ( loc0 , arg0 ) ; } |
9,776 | 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 AutoFocusCallback autoFocusCallback concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep String TA... | void function ( Handler arg0 , int arg1 ) { if ( camera != null && previewing ) { previewCallback . setHandler ( arg0 , arg1 ) ; if ( useOneShotPreviewCallback ) { camera . setOneShotPreviewCallback ( previewCallback ) ; } else { camera . setPreviewCallback ( previewCallback ) ; } } } |
9,777 | creates a griddatafactory initialized with defaults . initial values are : align swt.fill , swt.fill exclude false grab false , false span 1,1 concode_field_sep GridData data concode_field_sep GridDataFactory fillDefaultsInternal concode_elem_sep GridDataFactory align concode_elem_sep GridDataFactory grab concode_elem_... | GridDataFactory function ( ) { return new GridDataFactory ( ) . fillDefaultsInternal ( ) ; } |
9,778 | delete user : login - > delete the `` login '' user . concode_field_sep AuthorityRepository authorityRepository concode_elem_sep Logger log concode_elem_sep UserRepository userRepository concode_elem_sep UserSearchRepository userSearchRepository concode_elem_sep MailService mailService concode_elem_sep UserService user... | ResponseEntity < Void > function ( @ PathVariable String arg0 ) { log . debug ( "srini_string" , arg0 ) ; userService . deleteUserInformation ( arg0 ) ; return ResponseEntity . ok ( ) . headers ( HeaderUtil . createAlert ( "srini_string" , arg0 ) ) . build ( ) ; } |
9,779 | gets the adruleactiontype value for this adruleaction . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String adRuleActionType concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.description.TypeDesc getType... | java . lang . String function ( ) { return adRuleActionType ; } |
9,780 | creates and returns a condition of the range key being equal to the given value . concode_field_sep ComparisonOperator op concode_elem_sep Object[] values concode_elem_sep String attribute concode_field_sep ComparisonOperator getComparisonOperator concode_elem_sep Object[] getValues concode_elem_sep T in concode_elem_s... | T function ( Object arg0 ) { return _withComparisonOperator ( ComparisonOperator . EQ ) . _withValues ( arg0 ) ; } |
9,781 | method to determine if we should use a preset address or search for an address concode_field_sep String standardAddress concode_elem_sep List points concode_elem_sep boolean showMarkers concode_elem_sep String geoCoderAddress concode_elem_sep boolean locateAddress concode_elem_sep String address concode_elem_sep boolea... | boolean function ( ) { if ( locateAddress ) { locateAddress = false ; return true ; } return false ; } |
9,782 | return whether to show sql in the log or in the console . concode_field_sep boolean generateDdl concode_elem_sep boolean showSql concode_elem_sep Database database concode_elem_sep String databasePlatform concode_field_sep void setGenerateDdl concode_elem_sep boolean isGenerateDdl concode_elem_sep void postProcessEntit... | boolean function ( ) { return this . showSql ; } |
9,783 | get item from the list which is at the given index position concode_field_sep ArrayList<TextureVo> _t concode_field_sep boolean add concode_elem_sep void add concode_elem_sep TextureVo addById concode_elem_sep void removeAll concode_elem_sep boolean removeById concode_elem_sep int size concode_elem_sep TextureVo getByI... | TextureVo function ( int arg0 ) { return _t . get ( arg0 ) ; } |
9,784 | pet status in the store concode_field_sep String name concode_elem_sep List<String> photoUrls concode_elem_sep List<Tag> tags concode_elem_sep Category category concode_elem_sep Long id concode_elem_sep String value concode_elem_sep StatusEnum status concode_field_sep void setName concode_elem_sep String toIndentedStri... | StatusEnum function ( ) { return status ; } |
9,785 | indicates the location of the generated jdr report . concode_field_sep Date startTime concode_elem_sep String location concode_elem_sep Date endTime concode_field_sep Date getEndTime concode_elem_sep void setLocation concode_elem_sep void setEndTime concode_elem_sep void setEndTime concode_elem_sep Date getStartTime co... | String function ( ) { return location ; } |
9,786 | retrieves a link template with a specific relation type and resolves it . concode_field_sep PlaceHolder placeHolder concode_field_sep Set<URI> getLinks concode_elem_sep ObjectMapper getSerializer concode_elem_sep Map<URI,String> getLinksWithTitles concode_elem_sep URI link concode_elem_sep Executor getExecutor concode_... | URI function ( String arg0 , String arg1 , Object arg2 ) { return getUri ( ) . resolve ( linkTemplate ( arg0 ) . set ( arg1 , arg2 ) . expand ( ) ) ; } |
9,787 | gets the valid gateway concode_field_sep Map<InetAddress,GatewayDevice> devices concode_elem_sep String IP concode_elem_sep int TIMEOUT concode_elem_sep int PORT concode_field_sep Map<InetAddress,GatewayDevice> discover concode_elem_sep GatewayDevice parseMSearchReplay concode_elem_sep InetAddress getOutboundAddress | GatewayDevice function ( ) { for ( GatewayDevice loc0 : devices . values ( ) ) { try { if ( loc0 . isConnected ( ) ) { return loc0 ; } } catch ( Exception loc7 ) { } } return null ; } |
9,788 | type of edge effect com.hookedonplay.decoviewlib.charts.edgedetail.edgetype concode_field_sep int mColor concode_elem_sep EdgeType mEdgeType concode_elem_sep Path mClipPath concode_elem_sep float mRatio concode_field_sep void setClipPath concode_elem_sep float getRatio concode_elem_sep Path getClipPath concode_elem_sep... | EdgeType function ( ) { return mEdgeType ; } |
9,789 | remove a specific alarm from the android shared preferences . concode_field_sep Class<?> receiver concode_elem_sep String PLUGIN_NAME concode_elem_sep Context context concode_elem_sep String OPTIONS concode_field_sep void cancel concode_elem_sep void cancelAll concode_elem_sep void showNotificationToast concode_elem_se... | void function ( String arg0 ) { Editor loc0 = getSharedPreferences ( ) . edit ( ) ; if ( arg0 != null ) { loc0 . remove ( arg0 ) ; if ( Build . VERSION . SDK_INT < 9 ) { loc0 . commit ( ) ; } else { loc0 . apply ( ) ; } } } |
9,790 | sets the value of the agent property . concode_field_sep String agent concode_elem_sep String hash concode_field_sep String getHash concode_elem_sep void setHash concode_elem_sep String getAgent | void function ( String arg0 ) { this . agent = arg0 ; } |
9,791 | creates a new range by combining two existing ranges . note that : either range can be null , in which case the other range is returned ; if both ranges are null the return value is null . concode_field_sep long serialVersionUID concode_elem_sep double lower concode_elem_sep double upper concode_field_sep Range expandT... | Range function ( Range arg0 , Range arg1 ) { if ( arg0 == null ) { return arg1 ; } if ( arg1 == null ) { return arg0 ; } double loc0 = Math . min ( arg0 . getLowerBound ( ) , arg1 . getLowerBound ( ) ) ; double loc1 = Math . max ( arg0 . getUpperBound ( ) , arg1 . getUpperBound ( ) ) ; return new Range ( loc0 , loc1 ) ... |
9,792 | checks whether the parameter is a valid standard non-compressed ipv6 address concode_field_sep Pattern IPV6_HEX_COMPRESSED_PATTERN concode_elem_sep char COLON_CHAR concode_elem_sep Pattern IPV4_MAPPED_IPV6_PATTERN concode_elem_sep String IPV4_BASIC_PATTERN_STRING concode_elem_sep Pattern IPV4_PATTERN concode_elem_sep i... | boolean function ( final String arg0 ) { return IPV6_STD_PATTERN . matcher ( arg0 ) . matches ( ) ; } |
9,793 | returns the `` expr '' if the arg name is appropriate , otherwise returns null . concode_field_sep PlaceHolder placeHolder concode_field_sep long process concode_elem_sep boolean evaluateArguments | String function ( String [ ] arg0 , String [ ] arg1 ) { if ( "srini_string" . equalsIgnoreCase ( arg0 [ 0 ] ) ) return arg1 [ 0 ] ; return null ; } |
9,794 | create an instance of esigetinstallmentleaseparamsresponsetype concode_field_sep QName _EsiGetInstallmentLeaseParamsResponse_QNAME concode_elem_sep QName _EsiGetInstallmentLeaseParamsRequest_QNAME concode_field_sep InstallmentLeaseParamsType createInstallmentLeaseParamsType concode_elem_sep ESIGetInstallmentLeaseParams... | ESIGetInstallmentLeaseParamsResponseType function ( ) { return new ESIGetInstallmentLeaseParamsResponseType ( ) ; } |
9,795 | gets the length of the field . applicable only for string fields . concode_field_sep DataType dbDataType concode_elem_sep Set<Class<?>> SUPPORTED_VERSION_FIELD_TYPES concode_elem_sep GenerationType generationType concode_elem_sep boolean nullable concode_elem_sep int FLAG_AUTO_FETCH concode_elem_sep int flags concode_e... | int function ( ) { return length ; } |
9,796 | returns a transportloggerfactory object which can be used to create transportlogger objects . concode_field_sep boolean defaultDynamicManagement concode_elem_sep TransportLoggerFactory instance concode_elem_sep String defaultLogWriterName concode_elem_sep boolean defaultInitialBehavior concode_elem_sep boolean transpor... | TransportLoggerFactory function ( ) { if ( instance == null ) { instance = new TransportLoggerFactory ( ) ; } return instance ; } |
9,797 | sets the facility id of this legacy lecture series facility . concode_field_sep LegacyLectureSeriesFacility _legacyLectureSeriesFacility concode_field_sep void setLectureseriesFacilityId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBri... | void function ( long arg0 ) { _legacyLectureSeriesFacility . setFacilityId ( arg0 ) ; } |
9,798 | assert the primary value of the response header with the given hamcrest string matcher . concode_field_sep PlaceHolder placeHolder concode_field_sep ResultMatcher dateValue concode_elem_sep ResultMatcher stringValues concode_elem_sep ResultMatcher stringValues concode_elem_sep ResultMatcher doesNotExist concode_elem_se... | ResultMatcher function ( final String arg0 , final Matcher < ? super String > arg1 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg2 ) { assertThat ( "srini_string" + arg0 , arg2 . getResponse ( ) . getHeader ( arg0 ) , arg1 ) ; } } ; } |
9,799 | installs a windowfocuslistener on the given jcomponent 's parent window . if the jcomponent does n't yet have aparent , then the listener will be installed when the component is added to a container . concode_field_sep PlaceHolder placeHolder concode_field_sep void setWindowShapeJava6 concode_elem_sep WindowListener cr... | void function ( JComponent arg0 , WindowFocusListener arg1 ) { WindowListener loc0 = createWeakWindowFocusListener ( arg1 ) ; AncestorListener loc1 = createAncestorListener ( arg0 , loc0 ) ; arg0 . addAncestorListener ( loc1 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.