idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
24,800 | get the cache use specified keygenerator . create cache if not existed yet . concode_field_sep ConcurrentMap<String,ReferenceConfig<?>> cache concode_elem_sep ConcurrentMap<String,ReferenceConfigCache> cacheHolder concode_elem_sep String name concode_elem_sep String DEFAULT_NAME concode_elem_sep KeyGenerator generator ... | ReferenceConfigCache function ( String arg0 , KeyGenerator arg1 ) { ReferenceConfigCache loc0 = cacheHolder . get ( arg0 ) ; if ( loc0 != null ) { return loc0 ; } cacheHolder . putIfAbsent ( arg0 , new ReferenceConfigCache ( arg0 , arg1 ) ) ; return cacheHolder . get ( arg0 ) ; } |
24,801 | determines if the menu item should be displayed in the menu . default is always true . concode_field_sep int mItemId concode_elem_sep int mTitle concode_elem_sep int NO_ITEM_ID concode_elem_sep int mIconRes concode_field_sep void onConfigureView concode_elem_sep int getItemId concode_elem_sep void configureView concode... | Boolean function ( ) { return true ; } |
24,802 | returns the calculated smoothed value . concode_field_sep boolean mReset concode_elem_sep double mSmoothFactor concode_elem_sep double mSmoothedValue concode_elem_sep double mLastValue concode_field_sep double addValue | double function ( ) { return mSmoothedValue ; } |
24,803 | the path into the application the interceptor is mapped to . concode_field_sep String[] excludePatterns concode_elem_sep String[] includePatterns concode_elem_sep PathMatcher pathMatcher concode_elem_sep HandlerInterceptor interceptor concode_field_sep void postHandle concode_elem_sep void afterCompletion concode_elem_... | String [ ] function ( ) { return this . includePatterns ; } |
24,804 | get custom serializer concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.v201405.UserTeamAssociation[] results concode_elem_sep org.apache... | org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } |
24,805 | check that the given deck is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep void test2CardDeck concode_elem_sep void testOneCard concode_elem_sep void testShuffle concode_elem_sep void main concode_elem_sep void test1CardDeck | void function ( Deck arg0 ) { assert arg0 . size ( ) == 0 : "srini_string" + arg0 . size ( ) + "srini_string" ; assert arg0 . isEmpty ( ) : "srini_string" ; Card loc0 = arg0 . deal ( ) ; assert loc0 == null : "srini_string" + loc0 + "srini_string" ; } |
24,806 | getter function for the z coordinate concode_field_sep float X concode_elem_sep float Y concode_elem_sep float Z concode_field_sep float getX concode_elem_sep float getY concode_elem_sep void setPoint | float function ( ) { return Z ; } |
24,807 | gets the first name for this student . concode_field_sep int studentId concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_elem_sep boolean uiToggle concode_elem_sep Set<Course> courses concode_field_sep void setLastName concode_elem_sep void setCourses concode_ele... | String function ( ) { return firstName ; } |
24,808 | takes in a jsongenerator created by #startmessageobject and returns the stringifiedjson concode_field_sep JsonFactory mJsonFactory concode_elem_sep OkHttpClient mHttpClient concode_elem_sep String TAG concode_elem_sep WebSocket mWebSocket concode_elem_sep ConcurrentHashMap<Integer,JSDebuggerCallback> mCallbacks concode... | String function ( JsonGenerator arg0 ) { arg0 . writeEndObject ( ) ; arg0 . flush ( ) ; return ( ( StringWriter ) arg0 . getOutputTarget ( ) ) . getBuffer ( ) . toString ( ) ; } |
24,809 | whether this is the last part of a message sent as a series of partial messages . concode_field_sep boolean last concode_elem_sep T payload concode_field_sep T getPayload concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep String toStringPayload | boolean function ( ) { return this . last ; } |
24,810 | encodedresource is not a sub-type of resource . thus we always need to wrap each script resource in an encodedresource using the configured @linkplain #setsqlscriptencoding encoding . concode_field_sep String sqlScriptEncoding concode_elem_sep boolean ignoreFailedDrops concode_elem_sep String separator concode_elem_sep... | EncodedResource function ( Resource arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; return new EncodedResource ( arg0 , this . sqlScriptEncoding ) ; } |
24,811 | determines if the logging process actually does anything . in-memory database objects do not need to log anything . this method is essentially equivalent to testing whether this logger 's database is an in-memory mode database . concode_field_sep Log lLog concode_elem_sep LockFile lf concode_field_sep void checkpoint c... | boolean function ( ) { return lLog != null ; } |
24,812 | evaluates the image flags for a element . can be overwritten by super classes . concode_field_sep ArrayList fLabelDecorators concode_elem_sep JavaElementImageProvider fImageLabelProvider concode_elem_sep ListenerList fListeners concode_elem_sep StorageLabelProvider fStorageLabelProvider concode_elem_sep int fImageFlags... | int function ( Object arg0 ) { return getImageFlags ( ) ; } |
24,813 | getentitycontext concode_field_sep javax.ejb.EntityContext myEntityCtx concode_field_sep void ejbLoad concode_elem_sep void unsetEntityContext concode_elem_sep java.util.Collection getUser concode_elem_sep void ejbPostCreate concode_elem_sep void ejbPostCreate concode_elem_sep void ejbStore concode_elem_sep java.lang.I... | javax . ejb . EntityContext function ( ) { return myEntityCtx ; } |
24,814 | trivial modifier . concode_field_sep Node node concode_elem_sep Point2D.Double newCentre concode_elem_sep ArrayList<DrawCoord> connectingDrawCoords concode_elem_sep Point2D.Double oldCentre concode_field_sep Point2D.Double getOldCentre concode_elem_sep ArrayList<DrawCoord> getConnectingDrawCoords concode_elem_sep void ... | void function ( ArrayList < DrawCoord > arg0 ) { connectingDrawCoords = arg0 ; } |
24,815 | set the request factory that this accessor uses for obtaining org.springframework.http.client.clienthttprequest httprequests . concode_field_sep Log logger concode_elem_sep AsyncClientHttpRequestFactory asyncRequestFactory concode_field_sep AsyncClientHttpRequestFactory getAsyncRequestFactory concode_elem_sep AsyncClie... | void function ( AsyncClientHttpRequestFactory arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . asyncRequestFactory = arg0 ; } |
24,816 | gets the brick name . concode_field_sep NXTCommand nxtCommand concode_field_sep float getProtocolVersion concode_elem_sep byte deleteFlashMemory concode_elem_sep float getFirmwareVersion concode_elem_sep int getSignalStrength concode_elem_sep byte setBrickName concode_elem_sep int getFlashMemory | String function ( ) { DeviceInfo loc0 = nxtCommand . getDeviceInfo ( ) ; return loc0 . NXTname ; } |
24,817 | apply a two-argument lambda to each sequence element and an accumulator . concode_field_sep PlaceHolder placeHolder concode_field_sep AccT foldr concode_elem_sep Iterable<Pair<R1,R2>> zip concode_elem_sep Iterable<Pair<R1,R2>> zip concode_elem_sep Iterable<Pair<R1,R2>> zip concode_elem_sep List<R> mapList concode_elem_... | AccT function ( @ NotNull Lambda2 < AccT , ItemT , AccT > arg0 , @ NotNull Iterable < ItemT > arg1 , @ NotNull final AccT arg2 ) { AccT loc0 = arg2 ; for ( ItemT loc1 : arg1 ) loc0 = arg0 . apply ( loc0 , loc1 ) ; return loc0 ; } |
24,818 | sets the value of the enabled property . concode_field_sep boolean eligible concode_elem_sep boolean disabled concode_elem_sep String featureNameToDisable concode_elem_sep long serialVersionUID concode_elem_sep boolean enabled concode_elem_sep String featureNameToEnable concode_field_sep String getFeatureNameToDisable ... | void function ( boolean arg0 ) { this . enabled = arg0 ; } |
24,819 | runs the viterbi algorithm on the sequence model in order to find the best sequence . this sequence finder only works on sequencemodel 's with rightwindow == 0 . concode_field_sep PlaceHolder placeHolder concode_field_sep Counter<int[]> kBestSequences | int [ ] function ( SequenceModel arg0 ) { return Counters . argmax ( kBestSequences ( arg0 , 1 ) ) ; } |
24,820 | list of restored indices concode_field_sep XContentBuilderString FAILED concode_elem_sep XContentBuilderString TOTAL concode_elem_sep List<String> indices concode_elem_sep XContentBuilderString SUCCESSFUL concode_elem_sep XContentBuilderString SHARDS concode_elem_sep String name concode_elem_sep int successfulShards co... | List < String > function ( ) { return indices ; } |
24,821 | computes an sha-1 hash for a byte array and returns the binary hash i.e. no string conversion . concode_field_sep ThreadLocal<MessageDigest> md5Digesters concode_elem_sep ThreadLocal<MessageDigest> sha1Digesters concode_field_sep MessageDigest getMD5 concode_elem_sep String createMD5Digest concode_elem_sep String creat... | byte [ ] function ( byte [ ] arg0 ) { MessageDigest loc0 = sha1Digesters . get ( ) ; loc0 . reset ( ) ; return loc0 . digest ( arg0 ) ; } |
24,822 | clone a string concode_field_sep PlaceHolder placeHolder concode_field_sep List<String> cloneListOfStrings concode_elem_sep T clone concode_elem_sep List<T> cloneList | String function ( String arg0 ) { return arg0 ; } |
24,823 | gets the adname value for this creativeplacementassignment . concode_field_sep java.lang.String adName concode_elem_sep long placementId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep long[] placementIds concode_elem_sep org.apache.axis.description.TypeDesc typeD... | java . lang . String function ( ) { return adName ; } |
24,824 | define el valor de la propiedad signedinfo . concode_field_sep SignedInfoType signedInfo concode_elem_sep String id concode_elem_sep KeyInfoType keyInfo concode_elem_sep SignatureValueType signatureValue concode_elem_sep List<ObjectType> object concode_field_sep SignatureValueType getSignatureValue concode_elem_sep Lis... | void function ( SignedInfoType arg0 ) { this . signedInfo = arg0 ; } |
24,825 | 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 ) ; } |
24,826 | this method is used to get installed application package name from packagemanager . concode_field_sep PlaceHolder placeHolder concode_field_sep String getDeviceSDKVersion concode_elem_sep float convertPixelsToDp concode_elem_sep boolean isConnected concode_elem_sep void writeLogIntoFile concode_elem_sep void showSoftKe... | ArrayList < String > function ( Context arg0 ) { ArrayList < String > loc0 = new ArrayList < String > ( ) ; ArrayList < PackageInfo > loc1 = getInstalledApps ( arg0 ) ; for ( PackageInfo loc2 : loc1 ) { loc0 . add ( ( loc2 . packageName ) ) ; } return loc0 ; } |
24,827 | initialize the marshal tester for use . concode_field_sep Class<?> resourceLoadClass concode_elem_sep Class<?> testerClass concode_elem_sep ResolvableType type concode_field_sep ObjectContent<T> read concode_elem_sep ObjectContent<T> read concode_elem_sep ObjectContent<T> read concode_elem_sep ObjectContent<T> read con... | void function ( Class < ? > arg0 , ResolvableType arg1 ) { if ( this . resourceLoadClass == null && this . type == null ) { this . resourceLoadClass = arg0 ; this . type = arg1 ; } } |
24,828 | records the names of the classes that have been excluded from condition evaluation . concode_field_sep ConditionEvaluationReport parent concode_elem_sep Condition condition concode_elem_sep SortedMap<String,ConditionAndOutcomes> outcomes concode_elem_sep List<String> exclusions concode_elem_sep AncestorsMatchedConditio... | void function ( Collection < String > arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . exclusions = new ArrayList < String > ( arg0 ) ; } |
24,829 | fetch the meta-search username concode_field_sep org.sakaiproject.citation.api.ConfigurationService m_instance concode_field_sep String getSiteConfigExtendedRepositoryId concode_elem_sep String getConfigurationXml concode_elem_sep void setExternalSearchUrl concode_elem_sep boolean isCitationsEnabledByDefault concode_el... | String function ( ) { org . sakaiproject . citation . api . ConfigurationService loc0 = getInstance ( ) ; if ( loc0 == null ) { return null ; } return loc0 . getSiteConfigMetasearchUsername ( ) ; } |
24,830 | checks if the key is valid for a query and throws an illegalargumentexception if not . slashes areallowed in this method , but suffixes are not concode_field_sep PropertyElement next concode_elem_sep Map<String,PropertyType<?>> suffixes concode_elem_sep Map<Class<?>,PropertyType<?>> types concode_elem_sep String transp... | void function ( String arg0 ) { if ( arg0 . contains ( "srini_string" ) ) throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } |
24,831 | util method to write an attribute without the ns prefix concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.CreateVolumeResponseType localCreateVolumeResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void setCreateVolumeResponse concode_elem_sep void serialize ... | void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , javax . xml . stream . XMLStreamWriter arg3 ) { if ( arg0 . equals ( "srini_string" ) ) { arg3 . writeAttribute ( arg1 , arg2 ) ; } else { registerPrefix ( arg3 , arg0 ) ; arg3 . writeAttribute ( arg0 , arg1 , arg2 ) ; }... |
24,832 | returns the f1 function that is used in the he1 problem . concode_field_sep long serialVersionUID concode_elem_sep FunctionOptimisationProblem he1_g_problem concode_elem_sep int n_t concode_elem_sep ContinuousFunction he1_g concode_elem_sep FunctionOptimisationProblem he1_f1_problem concode_elem_sep ContinuousFunction ... | ContinuousFunction function ( ) { return this . he1_f1 ; } |
24,833 | set the deploy mode for the application . concode_field_sep String EXECUTOR_EXTRA_LIBRARY_PATH concode_elem_sep String DRIVER_EXTRA_LIBRARY_PATH concode_elem_sep String EXECUTOR_CORES concode_elem_sep String EXECUTOR_EXTRA_CLASSPATH concode_elem_sep String EXECUTOR_EXTRA_JAVA_OPTIONS concode_elem_sep SparkSubmitCommand... | SparkLauncher function ( String arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; builder . deployMode = arg0 ; return this ; } |
24,834 | the hash code of a truthvalue concode_field_sep boolean analytic concode_elem_sep char DELIMITER concode_elem_sep ShortFloat confidence concode_elem_sep char SEPARATOR concode_elem_sep ShortFloat frequency concode_field_sep boolean isNegative concode_elem_sep String toStringBrief concode_elem_sep float getFrequency con... | int function ( ) { return ( int ) ( getExpectation ( ) * 37 ) ; } |
24,835 | get a boolean property . if the type of the property does not match , i.e. it 's not a boolean , or the element does not have such a property then a poolsexception is thrown . concode_field_sep Configuration _conf concode_elem_sep List cachedProperties concode_elem_sep HashMap readOnlyValues concode_field_sep String ge... | boolean function ( String arg0 ) { Value loc0 = getProperty ( arg0 ) ; if ( loc0 != null ) { boolean loc1 = loc0 . getBool ( ) ; loc0 . close ( ) ; return ( loc1 ) ; } throw new PoolsException ( ) ; } |
24,836 | returns the face 's pose . that is , the rotations around either the x , y or z axis the positions in 3-dimensional euclidean space . concode_field_sep float mEyesDist concode_elem_sep int mWidth concode_elem_sep int EULER_Z concode_elem_sep boolean sInitialized concode_elem_sep int EULER_X concode_elem_sep float mConf... | float function ( int arg0 ) { if ( arg0 == EULER_X ) return mPoseEulerX ; else if ( arg0 == EULER_Y ) return mPoseEulerY ; else if ( arg0 == EULER_Z ) return mPoseEulerZ ; throw new IllegalArgumentException ( ) ; } |
24,837 | sets the id value for this relationshipdata . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.math.BigInteger target_id concode_elem_sep java.math.BigInteger id concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.intellij.task... | void function ( java . math . BigInteger arg0 ) { this . id = arg0 ; } |
24,838 | the link attached to this post concode_field_sep String PLACE concode_elem_sep Bundle mBundle concode_elem_sep Bundle mBundle concode_elem_sep JSONObject mProperties concode_elem_sep String LINK concode_elem_sep String ACTIONS concode_elem_sep String PRIVACY concode_elem_sep String MESSAGE concode_elem_sep String CAPTI... | Builder function ( String arg0 ) { mBundle . putString ( Parameters . LINK , arg0 ) ; return this ; } |
24,839 | sets the value of the id property . concode_field_sep byte[] digestValue concode_elem_sep DigestMethodType digestMethod concode_elem_sep TransformsType transforms concode_elem_sep String id concode_elem_sep String type concode_elem_sep String uri concode_field_sep TransformsType getTransforms concode_elem_sep void setD... | void function ( String arg0 ) { this . id = arg0 ; } |
24,840 | this method was generated by mybatis generator . this method returns the value of the database column sys_role . dept_id concode_field_sep Integer createBy concode_elem_sep Date createTime concode_elem_sep Integer updateBy concode_elem_sep Boolean enable concode_elem_sep String roleName concode_elem_sep Integer deptId ... | Integer function ( ) { return deptId ; } |
24,841 | object valid concode_field_sep PlaceHolder placeHolder concode_field_sep void foo7 concode_elem_sep void foo8 concode_elem_sep void foo9 concode_elem_sep void foo1 concode_elem_sep void foo2 concode_elem_sep void foo3 concode_elem_sep void foo4 concode_elem_sep void foo5 | void function ( ) { } |
24,842 | print a message to system out if trace is enabled . concode_field_sep boolean trace concode_elem_sep boolean collect concode_field_sep void openResults concode_elem_sep void test concode_elem_sep void runDatabase concode_elem_sep boolean isCollect concode_elem_sep Database createDbEntry concode_elem_sep void testAll co... | void function ( String arg0 ) { if ( trace ) { System . out . println ( arg0 ) ; } } |
24,843 | returns the available special instruction descriptions . concode_field_sep List<CSpecialInstruction> m_instructions concode_elem_sep ListenerProvider<ISpecialInstructionsModelListener> m_listeners concode_elem_sep List<ITypeDescription> m_descriptions concode_field_sep CSpecialInstruction getInstruction concode_elem_se... | List < ITypeDescription > function ( ) { return new ArrayList < ITypeDescription > ( m_descriptions ) ; } |
24,844 | get all non static , non transient , fields of the passed in class , including private fields . note , the special this $ field is also not returned . the result is cached in a static concurrenthashmap to benefit execution performance . concode_field_sep Map<Class,Collection<Field>> _reflectedFields concode_field_sep v... | Collection < Field > function ( Class arg0 ) { if ( _reflectedFields . containsKey ( arg0 ) ) { return _reflectedFields . get ( arg0 ) ; } Collection < Field > loc0 = new ArrayList < > ( ) ; Class loc1 = arg0 ; while ( loc1 != null ) { getDeclaredFields ( loc1 , loc0 ) ; loc1 = loc1 . getSuperclass ( ) ; } _reflectedFi... |
24,845 | whether str is a subject field concode_field_sep String Route concode_elem_sep String Via_short concode_elem_sep String Authentication_Info concode_elem_sep String CSeq concode_elem_sep String Require concode_elem_sep String Unsupported concode_elem_sep String To_short concode_elem_sep String User_Agent concode_elem_se... | boolean function ( String arg0 ) { return same ( arg0 , Subject ) || same ( arg0 , Subject_short ) ; } |
24,846 | put a byte array . concode_field_sep int MAX_REUSE_CAPACITY concode_elem_sep ByteBuffer reuse concode_elem_sep int MIN_GROW concode_elem_sep ByteBuffer buff concode_field_sep WriteBuffer putStringData concode_elem_sep void grow concode_elem_sep ByteBuffer getBuffer concode_elem_sep WriteBuffer putInt concode_elem_sep W... | WriteBuffer function ( byte [ ] arg0 , int arg1 , int arg2 ) { ensureCapacity ( arg2 ) . put ( arg0 , arg1 , arg2 ) ; return this ; } |
24,847 | converts the specified array of primitive class objects to an array of its corresponding wrapper class objects . concode_field_sep Map<Class,Class> wrapperPrimitiveMap concode_elem_sep Map<Class<?>,Class<?>> primitiveWrapperMap concode_field_sep boolean isAssignable concode_elem_sep boolean isAssignable concode_elem_se... | Class function ( Class arg0 ) { return wrapperPrimitiveMap . get ( arg0 ) ; } |
24,848 | creates a point feature at position x , y. concode_field_sep double TOL concode_elem_sep CoordinateReferenceSystem DEFAULT_CRS concode_elem_sep ArrayList<SimpleFeature> featureList concode_elem_sep ReferencedEnvelope WORLD concode_elem_sep SimpleFeatureType TYPE concode_elem_sep GeometryFactory geomFactory concode_elem... | SimpleFeature function ( double arg0 , double arg1 ) { fb . add ( geomFactory . createPoint ( new Coordinate ( arg0 , arg1 ) ) ) ; fb . add ( Integer . valueOf ( featureList . size ( ) + 1 ) ) ; return fb . buildFeature ( null ) ; } |
24,849 | instantiate a writer for a given output stream and file type . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | TableWriter function ( OutputStream arg0 , int arg1 ) { if ( arg1 == FileTypes . CAMPAIGN_EXPORT_XML ) { return new CampaignExportXMLWriter ( arg0 ) ; } else { throw new IllegalArgumentException ( "srini_string" ) ; } } |
24,850 | used to retrieve the plugin tool 's name . this is a short , unique name containing no spaces . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIAct... | String function ( ) { return "srini_string" ; } |
24,851 | retrieve the content length of the request . concode_field_sep ActionRequest request concode_field_sep String getCharacterEncoding concode_elem_sep String getContentType concode_elem_sep String toString concode_elem_sep InputStream getInputStream | int function ( ) { return request . getContentLength ( ) ; } |
24,852 | removes all renderables from the group . concode_field_sep String name concode_elem_sep RenderManager renderManager concode_elem_sep boolean stopRequested concode_elem_sep Log log concode_elem_sep Set group concode_field_sep void setName concode_elem_sep void add concode_elem_sep boolean contains concode_elem_sep Strin... | void function ( ) { synchronized ( group ) { group . clear ( ) ; } } |
24,853 | by default , there is no post processing to be done . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName c... | void function ( Set arg0 ) { } |
24,854 | add or condition concode_field_sep List<String> whereItems concode_field_sep WhereBuilder b concode_elem_sep WhereBuilder b concode_elem_sep void appendCondition concode_elem_sep WhereBuilder and concode_elem_sep WhereBuilder and concode_elem_sep WhereBuilder expr concode_elem_sep String toString concode_elem_sep int g... | WhereBuilder function ( String arg0 , String arg1 , Object arg2 ) { appendCondition ( whereItems . size ( ) == 0 ? null : "srini_string" , arg0 , arg1 , arg2 ) ; return this ; } |
24,855 | sets the last name for this student . concode_field_sep int studentId concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_field_sep int getStudentId concode_elem_sep void setAddress concode_elem_sep void setFirstName concode_elem_sep String clear concode_elem_sep S... | void function ( String arg0 ) { this . lastName = arg0 ; } |
24,856 | load and instantiate all service implementations . concode_field_sep Pattern LEGAL_JAVA_NAME concode_elem_sep String META_INF_SERVICES concode_field_sep S createInstance concode_elem_sep Collection<Class<? extends S>> loadServiceClasses concode_elem_sep Class<? extends S> loadClass concode_elem_sep ClassLoader getClass... | Collection < S > function ( Class < S > arg0 ) { Collection < Class < ? extends S >> loc0 = loadServiceClasses ( arg0 ) ; List < S > loc1 = new ArrayList < S > ( ) ; for ( Class < ? extends S > loc2 : loc0 ) { loc1 . add ( createInstance ( loc2 ) ) ; } return loc1 ; } |
24,857 | returns the message interpreted as a message for a mojo service . concode_field_sep ByteBuffer mBuffer concode_elem_sep List<? extends Handle> mHandle concode_elem_sep ServiceMessage mWithHeader concode_field_sep List<? extends Handle> getHandles concode_elem_sep ByteBuffer getData | ServiceMessage function ( ) { if ( mWithHeader == null ) { mWithHeader = new ServiceMessage ( this ) ; } return mWithHeader ; } |
24,858 | sets the callback host port . concode_field_sep int binCallbackPort concode_elem_sep String UTF_ENCODING concode_elem_sep int DEFAULT_PORT_RF concode_elem_sep int xmlCallbackPort concode_elem_sep int cuxdPort concode_elem_sep int DEFAULT_PORT_GROUP concode_elem_sep String gatewayType concode_elem_sep String ISO_ENCODIN... | void function ( int arg0 ) { this . binCallbackPort = arg0 ; } |
24,859 | get type of parameter concode_field_sep int field concode_elem_sep int param concode_elem_sep String exp concode_elem_sep String type concode_field_sep int getDependentParam concode_elem_sep String getDependentExp concode_elem_sep void setDependentExp concode_elem_sep int getDependentField | String function ( ) { return type ; } |
24,860 | clone the inthashmap into a new instance . concode_field_sep Entry next concode_elem_sep Entry table[] concode_elem_sep Entry entry concode_elem_sep float loadFactor concode_elem_sep int index concode_elem_sep int count concode_elem_sep int threshold concode_elem_sep Object value concode_elem_sep int key concode_elem_s... | Object function ( ) { IntHashMap loc0 = new IntHashMap ( size ( ) * 3 ) ; for ( int loc1 = 0 ; loc1 < table . length ; ++ loc1 ) { Entry loc2 = table [ loc1 ] ; while ( loc2 != null ) { loc0 . put ( loc2 . hash , loc2 . value ) ; loc2 = loc2 . next ; } } return loc0 ; } |
24,861 | gets the height . concode_field_sep String baseDirectory concode_elem_sep double width concode_elem_sep double length concode_elem_sep double x concode_elem_sep VirtualFormTree formTree concode_elem_sep double z concode_elem_sep RuleTree ruleTree concode_elem_sep String buildingDir concode_elem_sep double height concod... | double function ( ) { return height ; } |
24,862 | sets the value of the remoteschema property . concode_field_sep String orientation concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep java.lang.Boolean owns concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concod... | void function ( String arg0 ) { this . remoteSchema = arg0 ; } |
24,863 | returns the number of user id mappers . concode_field_sep UserIdMapperLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.portal.kernel.model.UserIdMapper fetchU... | int function ( ) { return getService ( ) . getUserIdMappersCount ( ) ; } |
24,864 | return the scheduler instance for this registrar may be null concode_field_sep Map<Runnable,String> cronTasks concode_elem_sep Map<Runnable,Trigger> triggerTasks concode_elem_sep Set<ScheduledFuture<?>> scheduledFutures concode_elem_sep Map<Runnable,Long> fixedRateTasks concode_elem_sep TaskScheduler taskScheduler conc... | TaskScheduler function ( ) { return this . taskScheduler ; } |
24,865 | get long preferences concode_field_sep String PREFERENCE_NAME concode_field_sep int getInt concode_elem_sep int getInt concode_elem_sep boolean putFloat concode_elem_sep boolean putInt concode_elem_sep boolean putString concode_elem_sep boolean getBoolean concode_elem_sep boolean getBoolean concode_elem_sep String getS... | long function ( Context arg0 , String arg1 ) { return getLong ( arg0 , arg1 , - 1 ) ; } |
24,866 | save the output and input/output models . concode_field_sep IModel inModel concode_elem_sep IModel outModel concode_elem_sep Properties properties concode_field_sep String getMetamodelUri concode_elem_sep InputStream getLibraryAsStream concode_elem_sep boolean isEclipseRunning concode_elem_sep void loadModels concode_e... | void function ( String arg0 ) { IExtractor loc0 = new EMFExtractor ( ) ; loc0 . extract ( outModel , arg0 ) ; } |
24,867 | returns a new object with rotated image data by 90 degrees counterclockwise . only callable if #isrotatesupported is true . concode_field_sep BitMatrix matrix concode_elem_sep Binarizer binarizer concode_field_sep BinaryBitmap rotateCounterClockwise45 concode_elem_sep boolean isCropSupported concode_elem_sep int getHei... | BinaryBitmap function ( ) { LuminanceSource loc0 = binarizer . getLuminanceSource ( ) . rotateCounterClockwise ( ) ; return new BinaryBitmap ( binarizer . createBinarizer ( loc0 ) ) ; } |
24,868 | set value of description concode_field_sep String metaName concode_elem_sep String entityName concode_elem_sep IContext context concode_elem_sep IMendixObject userRoleMendixObject concode_field_sep void setName concode_elem_sep void setName concode_elem_sep String getGUID concode_elem_sep void setgrantableRoles concode... | void function ( String arg0 ) { setDescription ( getContext ( ) , arg0 ) ; } |
24,869 | deactivates undomanager , so it stops listening for document changes . concode_field_sep XmlDesignPage m_designPage concode_elem_sep ISelectionChangedListener m_selectionListener concode_elem_sep IComponentsTree m_componentsTree concode_elem_sep boolean m_active concode_elem_sep EditorContextCommitListener m_commitList... | void function ( ) { m_active = false ; removeDocumentListener ( ) ; } |
24,870 | returns true if the enclosed source has more tokens . the eof token is never returned by the iterator . concode_field_sep Token tok concode_elem_sep Source source concode_field_sep Token next concode_elem_sep void remove concode_elem_sep void advance | boolean function ( ) { advance ( ) ; return tok . getType ( ) != EOF ; } |
24,871 | dispose of window concode_field_sep long serialVersionUID concode_elem_sep int AD_Workbench_ID concode_elem_sep String ColumnName concode_elem_sep String Help concode_elem_sep ArrayList<WBWindow> m_windows concode_elem_sep int AD_Column_ID concode_elem_sep String Name concode_elem_sep int WindowNo concode_elem_sep int ... | void function ( int arg0 ) { if ( arg0 < 0 || arg0 > m_windows . size ( ) ) throw new IllegalArgumentException ( "srini_string" + arg0 ) ; WBWindow loc0 = ( WBWindow ) m_windows . get ( arg0 ) ; if ( loc0 . mWindow != null ) loc0 . mWindow . dispose ( ) ; loc0 . mWindow = null ; } |
24,872 | prints the current indention , and then the string , and a ' \ n ' . concode_field_sep String SPACES concode_elem_sep int javaLine concode_elem_sep int virtual_indent concode_elem_sep int TAB_WIDTH concode_elem_sep PrintWriter writer concode_elem_sep int indent concode_field_sep void pushIndent concode_elem_sep void pr... | void function ( String arg0 ) { javaLine ++ ; writer . print ( SPACES . substring ( 0 , indent ) ) ; writer . println ( arg0 ) ; } |
24,873 | prints a message at info priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void println... | void function ( String arg0 , String arg1 , Throwable arg2 ) { println ( INFO , arg0 , arg1 , arg2 ) ; } |
24,874 | set and return the root node . concode_field_sep ICodeNode root concode_field_sep ICodeNode getRoot | ICodeNode function ( ICodeNode arg0 ) { root = arg0 ; return root ; } |
24,875 | sets the value of the content property . concode_field_sep String content concode_field_sep String getContent | void function ( String arg0 ) { this . content = arg0 ; } |
24,876 | stops ldap server and kdcserver and shuts down the directory service . concode_field_sep int LDAP_PORT concode_elem_sep LdapServer ldapServer concode_elem_sep File KEYSTORE_FILE concode_elem_sep DirectoryService directoryService concode_elem_sep int LDAPS_PORT concode_elem_sep String KEYSTORE_FILENAME concode_field_sep... | void function ( ManagementClient arg0 , String arg1 ) { ldapServer . stop ( ) ; directoryService . shutdown ( ) ; KEYSTORE_FILE . delete ( ) ; FileUtils . deleteDirectory ( directoryService . getInstanceLayout ( ) . getInstanceDirectory ( ) ) ; } |
24,877 | sets the pointdescriptor2 . concode_field_sep ILinkState linkState concode_elem_sep Integer level concode_elem_sep PointLinkDescriptor pointLinkDescriptor2 concode_elem_sep PointLinkDescriptor pointLinkDescriptor1 concode_elem_sep UIManager uiManager concode_elem_sep MapperManager mapperManager concode_elem_sep int wid... | void function ( PointLinkDescriptor arg0 ) { this . pointLinkDescriptor2 = arg0 ; } |
24,878 | set the default mime type to use when there is no messageheaders #content_type header present.this property does not have a default value . concode_field_sep MimeType defaultMimeType concode_field_sep MimeType resolve concode_elem_sep MimeType getDefaultMimeType concode_elem_sep String toString | void function ( MimeType arg0 ) { this . defaultMimeType = arg0 ; } |
24,879 | returns the article number this overview entry is associated with . concode_field_sep List headers concode_elem_sep int articleNumber concode_field_sep void add concode_elem_sep String getHeader | int function ( ) { return articleNumber ; } |
24,880 | centers the widget on part of the drawing area concode_field_sep HorizontalInfo positionLeft concode_elem_sep HorizontalInfo positionRight concode_elem_sep int width concode_elem_sep HorizontalInfo positionCenter concode_field_sep HorizontalHint alignLeftRelativeTo concode_elem_sep HorizontalHint alignLeftRelativeTo co... | HorizontalHint function ( HorizontalAlign arg0 ) { return centerRelativeTo ( "srini_string" , arg0 , 0 ) ; } |
24,881 | deletes the top item concode_field_sep int CAPACITY concode_elem_sep int size concode_elem_sep AnyType[] heap concode_field_sep void buildHeap concode_elem_sep void doubleSize concode_elem_sep void insert concode_elem_sep String toString concode_elem_sep void main concode_elem_sep void percolatingDown concode_elem_sep ... | AnyType function ( ) { if ( size == 0 ) throw new RuntimeException ( ) ; AnyType loc0 = heap [ 1 ] ; heap [ 1 ] = heap [ size -- ] ; percolatingDown ( 1 ) ; return loc0 ; } |
24,882 | returns the stats user id of this blogs stats user . concode_field_sep BlogsStatsUser _blogsStatsUser concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep void setRatingsAverageScore concode_elem_sep boolean isEscapedModel concode_elem_sep BlogsStatsUser getWrappedBlogsSta... | long function ( ) { return _blogsStatsUser . getStatsUserId ( ) ; } |
24,883 | returns a content builder using cbor format org.elasticsearch.common.xcontent.xcontenttype #cbor . concode_field_sep int GUESS_HEADER_LENGTH concode_field_sep XContentBuilder contentBuilder concode_elem_sep XContentBuilder contentBuilder concode_elem_sep XContentType xContentType concode_elem_sep XContentType xContentT... | XContentBuilder function ( ) { return contentBuilder ( XContentType . CBOR ) ; } |
24,884 | adds the new test step . concode_field_sep int uniqueTestCaseId concode_elem_sep TestSuite testSuite concode_elem_sep String reportFolderLocation concode_elem_sep Set<Integer> reportedTestCases concode_elem_sep TestCase testCase concode_elem_sep TestExecution testExecution concode_elem_sep int rid concode_field_sep voi... | void function ( final boolean arg0 , final String arg1 , final String arg2 , final String arg3 ) { Date loc0 = new Date ( ) ; SimpleDateFormat loc1 = new SimpleDateFormat ( "srini_string" ) ; String loc2 = loc1 . format ( loc0 ) ; TestStep loc3 = new TestStep ( arg0 , loc2 , arg1 , arg2 , arg3 ) ; testCase . getTestSte... |
24,885 | overwrite the current phase with the given phase . concode_field_sep Collection<CorrelationDataProvider> correlationDataProviders concode_elem_sep Logger logger concode_elem_sep Map<String,Object> resources concode_elem_sep Phase phase concode_elem_sep UnitOfWork<?> parentUnitOfWork concode_field_sep void rollback conc... | void function ( Phase arg0 ) { this . phase = arg0 ; } |
24,886 | retrieves the time as long based on the byte representation of a uuid . concode_field_sep long NUM_100NS_INTERVALS_SINCE_UUID_EPOCH concode_field_sep java.util.UUID toUUID concode_elem_sep java.util.UUID getUniqueTimeUUIDinMillis concode_elem_sep byte[] asByteArray concode_elem_sep long createTime concode_elem_sep java... | long function ( byte [ ] arg0 ) { return getTimeFromUUID ( TimeUUIDUtils . toUUID ( arg0 ) ) ; } |
24,887 | writes a data-record to the file . note that data must have same number of elements as the header had . concode_field_sep int nbrCols concode_elem_sep int nbrRows concode_elem_sep String newline concode_elem_sep OutputStreamWriter writer concode_field_sep void writeHeader concode_elem_sep String toCsvValue concode_elem... | void function ( String [ ] arg0 ) { doWriteData ( arg0 ) ; } |
24,888 | when writing on the conversion we use the buffer directly concode_field_sep ActiveMQBuffer readBodyBuffer concode_elem_sep MessageInternal message concode_elem_sep int deliveryCount concode_elem_sep String NATIVE_MESSAGE_ID concode_field_sep void encode concode_elem_sep void clearProperties concode_elem_sep void setJMS... | ActiveMQBuffer function ( ) { readBodyBuffer = null ; return message . getBodyBuffer ( ) ; } |
24,889 | gets the value of the username property . concode_field_sep String password concode_elem_sep String username concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep void setUsername | String function ( ) { return username ; } |
24,890 | information about the conversion task . concode_field_sep ConversionTask conversionTask concode_field_sep ConversionTask getConversionTask concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ImportVolumeResult clone concode_elem_sep ImportVolumeResult withConversionTask concode_elem_sep Strin... | void function ( ConversionTask arg0 ) { this . conversionTask = arg0 ; } |
24,891 | the application name . concode_field_sep java.util.Date createTime concode_elem_sep String applicationId concode_elem_sep Boolean linkedToGitHub concode_elem_sep String applicationName concode_field_sep void setLinkedToGitHub concode_elem_sep String getApplicationId concode_elem_sep ApplicationInfo withApplicationId co... | String function ( ) { return this . applicationName ; } |
24,892 | should we expect more input ? concode_field_sep BufferedReader reader concode_elem_sep StringBuffer result concode_field_sep String getResponse concode_elem_sep void close concode_elem_sep void append | boolean function ( String arg0 ) { return arg0 . length ( ) > 3 && arg0 . charAt ( 3 ) == '-' ; } |
24,893 | called when a packet has been sent and another can be queued to the network link . note that this is called even if the previous packet was dropped . concode_field_sep Lock sendLock concode_elem_sep boolean isFree concode_elem_sep SpecialSynchList[] queues concode_elem_sep Semaphore messageReceived concode_elem_sep Loc... | void function ( ) { messageSent . V ( ) ; } |
24,894 | get the widget factory for the property sheet page . concode_field_sep ISelection selection concode_elem_sep int STANDARD_LABEL_WIDTH concode_elem_sep IWorkbenchPart part concode_elem_sep TabbedPropertySheetPage tabbedPropertySheetPage concode_field_sep void createControls concode_elem_sep void aboutToBeHidden concode_... | TabbedPropertySheetWidgetFactory function ( ) { return tabbedPropertySheetPage . getWidgetFactory ( ) ; } |
24,895 | returns the code source as an url . concode_field_sep FileObject packageFolder concode_elem_sep FileObject resource concode_elem_sep FileObject root concode_elem_sep String packageName concode_field_sep String getPackageAttribute concode_elem_sep URL getURL concode_elem_sep FileObject getPackageFolder concode_elem_sep ... | URL function ( ) { return root . getURL ( ) ; } |
24,896 | user status concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName concode_elem_sep String email concode_field_sep String getPhone concode_elem_sep vo... | Integer function ( ) { return userStatus ; } |
24,897 | increases the current backoff and returns whether the operation was successful . concode_field_sep AtomicReference<Throwable> cause concode_elem_sep int initialBackoff concode_elem_sep int maxBackoff concode_elem_sep ResultPartitionID partitionId concode_elem_sep int currentBackoff concode_elem_sep SingleInputGate inpu... | boolean function ( ) { if ( currentBackoff < 0 ) { return false ; } if ( currentBackoff == 0 ) { currentBackoff = initialBackoff ; return true ; } else if ( currentBackoff < maxBackoff ) { currentBackoff = Math . min ( currentBackoff * 2 , maxBackoff ) ; return true ; } return false ; } |
24,898 | gets the value of the value property . concode_field_sep String nameAc concode_elem_sep String name concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setNameAc concode_elem_sep String getNameAc concode_elem_sep void setValue | String function ( ) { return value ; } |
24,899 | returns the free physical memmory in bytes at the time of measurement . concode_field_sep float loadAverageLastMinute concode_elem_sep long timeInNanos concode_elem_sep long totalCpuIdleTimeInJiffies concode_elem_sep long freePhysicalMemory concode_elem_sep long heapMemoryUsed concode_elem_sep OperatingSystemMXBean OS_... | long function ( ) { return freePhysicalMemory ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.