idx int64 0 25k | question stringlengths 68 5.14k | target stringlengths 20 503 |
|---|---|---|
10,100 | resets the matcher to start searching on the given tree for matching subexpressions . concode_field_sep Tree findCurrent concode_elem_sep Iterator<Tree> findIterator concode_elem_sep Map<String,Tree> namesToNodes concode_elem_sep Tree root concode_elem_sep Tree tree concode_elem_sep VariableStrings variableStrings conc... | void function ( Tree arg0 ) { this . tree = arg0 ; resetChildIter ( ) ; } |
10,101 | returns a string representation of the vector . concode_field_sep double[] components concode_field_sep Vector add concode_elem_sep Vector product concode_elem_sep double product concode_elem_sep Vector product concode_elem_sep Vector scaledBy concode_elem_sep Matrix tensorProduct concode_elem_sep Vector subtract conco... | String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; char [ ] loc1 = { '[' , ' ' } ; for ( int loc2 = 0 ; loc2 < components . length ; loc2 ++ ) { loc0 . append ( loc1 ) ; loc0 . append ( components [ loc2 ] ) ; loc1 [ 0 ] = ',' ; } loc0 . append ( ']' ) ; return loc0 . toString ( ) ; } |
10,102 | return a uri that points to the row containing the given id . concode_field_sep String MOVIE_REVIEWS_ITEMS concode_elem_sep String AUTHORITY concode_elem_sep String MOVIE_REVIEWS_ITEM concode_elem_sep Uri MOVIE_CONTENT_URI concode_elem_sep String COLUMN_BUDGET concode_elem_sep String MOVIE_ITEMS concode_elem_sep String... | Uri function ( Long arg0 ) { return ContentUris . withAppendedId ( MOVIE_CREDITS_CONTENT_URI , arg0 ) ; } |
10,103 | sets the value of the csm3 property . concode_field_sep String rowUpdateDate concode_elem_sep String csm5 concode_elem_sep String csm3 concode_elem_sep String csm4 concode_elem_sep String csm1 concode_elem_sep String partyKey concode_elem_sep String csm2 concode_elem_sep String relationTypeCd concode_elem_sep String is... | void function ( String arg0 ) { this . csm3 = arg0 ; } |
10,104 | 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 ) ) ; } |
10,105 | number of records that the table can display in the current draw . it is expected that the number of records returned will be equal to this number , unless the server has fewer records to return . concode_field_sep Boolean[] bSearchableCol concode_elem_sep Integer iSortingCols concode_elem_sep Boolean bRegex concode_el... | Integer function ( ) { return iDisplayLength ; } |
10,106 | called after the index has been created . concode_field_sep PlaceHolder placeHolder concode_field_sep void beforeIndexShardClosed concode_elem_sep void beforeIndexRemoved concode_elem_sep void shardRoutingChanged concode_elem_sep void beforeIndexShardCreated concode_elem_sep void onShardInactive concode_elem_sep void a... | void function ( IndexService arg0 ) { } |
10,107 | for aws managed config rules , a pre-defined identifier from a list . to reference the list , see using aws managed config rules . for customer managed config rules , the identifier is the amazon resource name arn of the rule 's aws lambda function . concode_field_sep String owner concode_elem_sep String sourceIdentifi... | void function ( String arg0 ) { this . sourceIdentifier = arg0 ; } |
10,108 | shutdowns this queue . concode_field_sep Map<WebAsyncTree,AsyncTreeQueue> queues concode_elem_sep int threadsAmount concode_elem_sep boolean separateLimitForEachTree concode_elem_sep Object lock concode_elem_sep ExecutorService executorService concode_field_sep void setMaximumThreadsAmount concode_elem_sep void setMaxi... | void function ( ) { synchronized ( lock ) { if ( executorService != null ) { executorService . shutdown ( ) ; } } } |
10,109 | updates the crc-32 checksum with the specified byte the low eight bits of the argument b . concode_field_sep int crc concode_field_sep long getValue concode_elem_sep void reset concode_elem_sep int updateBytes | void function ( int arg0 ) { crc = update ( crc , arg0 ) ; } |
10,110 | kubi event do not use concode_field_sep int AUTO_SCAN_INTERVAL concode_elem_sep int STATUS_CONNECTING concode_elem_sep IKubiManagerDelegate mDelegate concode_elem_sep ArrayList<KubiSearchResult> mKubiList concode_elem_sep ArrayList<String> foundMACs concode_elem_sep String TAG concode_elem_sep int FAIL_CONNECTION_LOST ... | void function ( Kubi arg0 ) { if ( arg0 == connectedKubi ) { if ( mStatus != STATUS_DISCONNECTING ) sendFail ( FAIL_CONNECTION_LOST ) ; connectedKubi = null ; setStatus ( STATUS_DISCONNECTED ) ; } } |
10,111 | schedule local notification specified by json object . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep Notificatio... | Notification function ( JSONObject arg0 , Class < ? > arg1 ) { return schedule ( new Options ( context ) . parse ( arg0 ) , arg1 ) ; } |
10,112 | sets the value of the content property . concode_field_sep BigInteger start concode_elem_sep BigInteger end concode_elem_sep String id concode_elem_sep String text concode_elem_sep String content concode_field_sep BigInteger getStart concode_elem_sep void setStart concode_elem_sep String getText concode_elem_sep String... | void function ( String arg0 ) { this . content = arg0 ; } |
10,113 | this hook method will be invoked when the dfs finishes the visit of an element . since there is no return parameter this method will not effect the algorithms behaviour . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_fie... | void function ( Object arg0 , int arg1 , int arg2 ) { } |
10,114 | returns the id of the checkpoint . concode_field_sep long duration concode_elem_sep long stateSize concode_elem_sep long checkpointId concode_elem_sep long triggerTimestamp concode_field_sep long getDuration concode_elem_sep long getStateSize concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_se... | long function ( ) { return checkpointId ; } |
10,115 | get the type of the file to post . concode_field_sep String password concode_elem_sep String formatNamespace concode_elem_sep Logger log concode_elem_sep boolean md5 concode_elem_sep String TYPE_MULTI_POST concode_elem_sep boolean checksumError concode_elem_sep String username concode_elem_sep String TYPE_SERVICE conco... | String function ( ) { return filetype ; } |
10,116 | sets the rgb . concode_field_sep ObjectName objectName concode_elem_sep String attributeName concode_elem_sep RGB rgb concode_field_sep ObjectName getObjectName concode_elem_sep String getAttributeName concode_elem_sep RGB getRgb | void function ( RGB arg0 ) { this . rgb = arg0 ; } |
10,117 | make sure that if we issue a head request on a resource , the request succeeds . we have two valid endpoints where a client can get data from provided that they use the correct accept headers . make sure that both work . concode_field_sep String PROJECTS concode_field_sep void testCreateProject concode_elem_sep void te... | void function ( ) { String loc0 = ITestSystemProperties . BASE_URL + "srini_string" ; asUser ( ) . expect ( ) . statusCode ( HttpStatus . OK . value ( ) ) . when ( ) . head ( loc0 ) ; asUser ( ) . given ( ) . header ( "srini_string" , MediaType . JSON_UTF_8 . toString ( ) ) . expect ( ) . statusCode ( HttpStatus . OK .... |
10,118 | subclasses can override this for greater filtering and performance . concode_field_sep int evaluations concode_elem_sep String methodName concode_elem_sep Class clazz concode_field_sep MethodMatcher getMethodMatcher concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ClassFilter getClassFilte... | boolean function ( Class arg0 ) { return true ; } |
10,119 | check whether two map are same size or both null . concode_field_sep Object newValue concode_elem_sep String fieldName concode_elem_sep Object oldValue concode_field_sep Object getValue concode_elem_sep void setFieldName concode_elem_sep boolean hasChanged concode_elem_sep BaseColumnFieldDiff getDiff concode_elem_sep v... | boolean function ( Map arg0 , Map arg1 ) { if ( arg0 == null && arg1 == null ) { return true ; } else if ( arg0 != null && arg1 != null && arg0 . size ( ) == arg1 . size ( ) ) { return true ; } return false ; } |
10,120 | checks whether the first given type is equal to or an ancestor of the second type within its base type hierarchy . concode_field_sep PlaceHolder placeHolder concode_field_sep Type computeCommonType concode_elem_sep PrimitiveType getBaseType | boolean function ( PrimitiveType arg0 , PrimitiveType arg1 ) { PrimitiveType loc0 = arg1 ; while ( loc0 != null ) { if ( EcoreUtil . equals ( arg0 , loc0 ) ) { return true ; } loc0 = arg1 . getBaseType ( ) ; } return false ; } |
10,121 | virtual datacenter concode_field_sep ListVirtualAppliances listVirtualAppliances concode_elem_sep ListVirtualDatacenters listVirtualDatacenters concode_elem_sep ApiContext<AbiquoApi> context concode_field_sep Iterable<VirtualMachine> listVirtualMachines concode_elem_sep Iterable<VirtualMachine> listVirtualMachines conc... | Iterable < VirtualDatacenter > function ( ) { return listVirtualDatacenters . execute ( ) ; } |
10,122 | if value is not empty , the concatenation of name & value are added to the arguments when building the arguments are added before the solution argument . concode_field_sep List<String> propertiesList concode_elem_sep Logger LOG concode_elem_sep File resharperReportFile concode_elem_sep VisualStudioSolution solution con... | void function ( String arg0 , String arg1 ) { if ( StringUtils . isEmpty ( arg1 ) ) return ; arguments . add ( arg0 + arg1 ) ; } |
10,123 | parse a stream of xml and return the datastream input spec defined therein . the parsing is very relaxed . the xml may , but need n't be namespace-qualified , and will only be validated according to the rules implied below in parentheses . < dsinputspec label = `` spec_label '' > < dsinput dsmax = `` max_datastreams ''... | DatastreamInputSpec function ( InputStream arg0 ) { return new DatastreamInputSpecDeserializer ( arg0 ) . getResult ( ) ; } |
10,124 | set the port of the registry for the exported rmi service , i.e. rmi : / / host : port/name default is registry.registry _ port 1099 . concode_field_sep Registry registry concode_elem_sep RMIClientSocketFactory clientSocketFactory concode_elem_sep Log logger concode_elem_sep int port concode_elem_sep String host concod... | void function ( int arg0 ) { this . port = arg0 ; } |
10,125 | get a provisionerconfigholder from a provisionerconfig concode_field_sep StringSerializer _serializer concode_elem_sep Logger LOG concode_elem_sep NamespacedConfig _backingConfig concode_elem_sep Provisioner _provisioner concode_elem_sep ProvisionerConfig _config concode_field_sep NamespacedConfig toNamespacedConfig co... | ProvisionerConfigHolder function ( ProvisionerConfig arg0 ) { return new ProvisionerConfigHolder ( arg0 ) ; } |
10,126 | get the fill rate of the space in percent . the value 0 means the space is completely free , and 100 means it is completely full . concode_field_sep int firstFreeBlock concode_elem_sep boolean DETAILED_INFO concode_elem_sep int blockSize concode_elem_sep BitSet set concode_field_sep int getBlock concode_elem_sep long g... | int function ( ) { int loc0 = set . length ( ) , loc1 = 0 ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { if ( set . get ( loc2 ) ) { loc1 ++ ; } } if ( loc1 == 0 ) { return 0 ; } return Math . max ( 1 , ( int ) ( 100L * loc1 / loc0 ) ) ; } |
10,127 | get the map of realm - > realmproperties for this token provider concode_field_sep String JWT_TOKEN_TYPE concode_elem_sep boolean signToken concode_elem_sep Map<String,RealmProperties> realmMap concode_elem_sep Logger LOG concode_elem_sep JWTClaimsProvider jwtClaimsProvider concode_field_sep boolean canHandleToken conc... | Map < String , RealmProperties > function ( ) { return Collections . unmodifiableMap ( realmMap ) ; } |
10,128 | propagates the method call to all registered listeners in place of the proxy listener object . concode_field_sep L proxy concode_elem_sep List<L> listeners concode_elem_sep long serialVersionUID concode_elem_sep L[] prototypeArray concode_field_sep L[] getListeners concode_elem_sep void createProxy concode_elem_sep voi... | Object function ( final Object arg0 , final Method arg1 , final Object [ ] arg2 ) { for ( final L loc0 : listeners ) { arg1 . invoke ( loc0 , arg2 ) ; } return null ; } |
10,129 | returns the number of instances covered by a branch concode_field_sep ModelSelection m_toSelectModel concode_elem_sep ClassifierDecList[] m_sons concode_elem_sep EntropySplitCrit m_splitCrit concode_elem_sep Distribution m_test concode_elem_sep ClassifierSplitModel m_localModel concode_elem_sep int indeX concode_elem_s... | double function ( ) { if ( m_isLeaf ) { return - localModel ( ) . distribution ( ) . total ( ) ; } else return son ( indeX ) . getSizeOfBranch ( ) ; } |
10,130 | create an instance of favoritemoviexmltype concode_field_sep QName _FavoriteMovie_QNAME concode_field_sep JAXBElement<FavoriteMovieXmlType> createFavoriteMovie | FavoriteMovieXmlType function ( ) { return new FavoriteMovieXmlType ( ) ; } |
10,131 | returns the number of rows in the grid . concode_field_sep int mMargin concode_elem_sep int mFirstVisibleIndex concode_elem_sep int mNumRows concode_elem_sep CircularIntArray[] mTmpItemPositionsInRows concode_elem_sep int mLastVisibleIndex concode_elem_sep int START_DEFAULT concode_elem_sep int row concode_elem_sep int... | int function ( ) { return mNumRows ; } |
10,132 | gets the value of the name property . concode_field_sep Boolean joinKey concode_elem_sep String name concode_field_sep void setName concode_elem_sep Boolean isJoinKey concode_elem_sep void setJoinKey | String function ( ) { return name ; } |
10,133 | tests priority.info . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetAllPossiblePriorities concode_elem_sep void testInfoInt concode_elem_sep void testDotlessLowerI concode_elem_sep void testWarnInt concode_elem_sep void testToPriorityIntPriority concode_elem_sep void testOffInt concode_elem_se... | void function ( ) { assertTrue ( Priority . INFO instanceof Level ) ; } |
10,134 | gets the lower 32 bits of a long concode_field_sep char[] HEXTAB concode_field_sep int binHexToBytes concode_elem_sep String byteArrayToUNCString concode_elem_sep String bytesToBinHex concode_elem_sep String bytesToBinHex concode_elem_sep void longToByteArray concode_elem_sep int longHi32 concode_elem_sep long byteArra... | int function ( long arg0 ) { return ( int ) arg0 ; } |
10,135 | gets the userdn value for this processchgpwdrequest . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String newPassword concode_elem_sep java.lang.String confirmPassword concode_elem_sep boolean __hashCodeCalc concode_elem_sep ja... | java . lang . String function ( ) { return userDN ; } |
10,136 | switch teams concode_field_sep RtmpClient client concode_elem_sep String SERVICE concode_field_sep Object observeGame concode_elem_sep Object observeGame concode_elem_sep Object selectSpells concode_elem_sep Object banChampion concode_elem_sep Game createPracticeGame concode_elem_sep boolean switchToPlayer concode_elem... | boolean function ( long arg0 ) { return client . sendRpcAndWait ( SERVICE , "srini_string" , arg0 ) ; } |
10,137 | determine the validation groups to validate against for the given method invocation . default are the validation groups as specified in the validated annotationon the containing target class of the method . concode_field_sep MethodValidator validator concode_field_sep Object invoke | Class [ ] function ( MethodInvocation arg0 ) { Validated loc0 = AnnotationUtils . findAnnotation ( arg0 . getThis ( ) . getClass ( ) , Validated . class ) ; return ( loc0 != null ? loc0 . value ( ) : new Class [ 0 ] ) ; } |
10,138 | this hook method will be invoked when the dfs begins the visit of an element . since there is no return parameter this method will not effect the algorithms behaviour . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field... | void function ( Object arg0 , int arg1 ) { } |
10,139 | returns a string representation of the simple linear regression model . concode_field_sep double R2 concode_elem_sep double svar concode_elem_sep double svar1 concode_elem_sep double alpha concode_elem_sep double svar0 concode_elem_sep int N concode_elem_sep double beta concode_field_sep double R2 concode_elem_sep doub... | String function ( ) { String loc0 = "srini_string" ; loc0 += String . format ( "srini_string" , slope ( ) , intercept ( ) ) ; return loc0 + "srini_string" + String . format ( "srini_string" , R2 ( ) ) + "srini_string" ; } |
10,140 | get meta concode_field_sep List<MsgVpnBridgeRemoteSubscription> data concode_elem_sep List<MsgVpnBridgeRemoteSubscriptionLinks> links concode_elem_sep SempMeta meta concode_field_sep String toIndentedString concode_elem_sep List<MsgVpnBridgeRemoteSubscriptionLinks> getLinks concode_elem_sep MsgVpnBridgeRemoteSubscripti... | SempMeta function ( ) { return meta ; } |
10,141 | get the url of this study . concode_field_sep FileSystem fileSystem concode_elem_sep String studyDate concode_elem_sep String patientName concode_elem_sep Logger logger concode_elem_sep Document indexDoc concode_elem_sep String studyName concode_elem_sep File indexFile concode_elem_sep File dir concode_elem_sep String ... | String function ( String arg0 ) { return arg0 + "srini_string" + studyName ; } |
10,142 | documentation pending concode_field_sep String course_id concode_elem_sep String templateOrderBy concode_elem_sep Collection templateNames concode_elem_sep Collection templateIds concode_elem_sep String agent_id concode_elem_sep Collection templateList concode_elem_sep long serialVersionUID concode_elem_sep Log log con... | void function ( String arg0 ) { assessmentTypeChoice = arg0 ; } |
10,143 | returns the user id of this message boards thread flag . concode_field_sep MBThreadFlag _mbThreadFlag concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedMod... | long function ( ) { return _mbThreadFlag . getUserId ( ) ; } |
10,144 | list of titles mr. , ms. , dr. , etc. . concode_field_sep LinkedFormElement zip concode_elem_sep FormElement firstName concode_elem_sep FormElement lastName concode_elem_sep SubmitButton submit concode_elem_sep LinkedFormElement city concode_elem_sep ArrayList componentList concode_elem_sep LinkedFormElement state conc... | ArrayList function ( ) { return getListAsSelectItems ( titles ) ; } |
10,145 | set the spot cutoff angle concode_field_sep float[] specular4f concode_elem_sep String TAG concode_elem_sep int curLights concode_elem_sep float[] ambient4f concode_elem_sep boolean has_spot_cutoff concode_elem_sep float[] spot_dir3f concode_elem_sep float[] diffuse4f concode_elem_sep float spot_cutoff concode_elem_sep... | void function ( float arg0 ) { has_spot_cutoff = true ; spot_cutoff = arg0 ; } |
10,146 | returns true if the given state is currently active otherwise false . concode_field_sep boolean event1 concode_elem_sep long myVar concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean return_ID concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_elem_sep boolean event2 conc... | boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; default : return false ; } } |
10,147 | deletes the specified saveddiscount . concode_field_sep Logger logger concode_elem_sep int DEFAULT_LIST_LIMIT concode_field_sep void checkExists concode_elem_sep SavedDiscount get concode_elem_sep CollectionResponse<SavedDiscount> list_by_time concode_elem_sep SavedDiscount insert concode_elem_sep SavedDiscount update ... | void function ( @ Named ( "srini_string" ) Long arg0 ) { checkExists ( arg0 ) ; ofy ( ) . delete ( ) . type ( SavedDiscount . class ) . arg0 ( arg0 ) . now ( ) ; logger . info ( "srini_string" + arg0 ) ; } |
10,148 | declare a new prefix binding . this binding will supercede a binding with the same prefix in the same scope . as a crutch , null arguments may be passed and will be interpreted as '' '' . note that binding a non-empty prefix to an empty uri is not permitted in xml 1.0 but is not flagged as an error by the method . conc... | void function ( String arg0 , String arg1 ) { _current . declarePrefix ( arg0 == null ? "srini_string" : arg0 , arg1 == null ? "srini_string" : arg1 ) ; } |
10,149 | specify the name of the cache . default is '' '' empty string . concode_field_sep String name concode_elem_sep boolean allowNullValues concode_elem_sep ConcurrentMapCache cache concode_elem_sep ConcurrentMap<Object,Object> store concode_field_sep ConcurrentMapCache getObject concode_elem_sep void afterPropertiesSet con... | void function ( String arg0 ) { this . name = arg0 ; } |
10,150 | appends a new block to the specified file and pins it . concode_field_sep BufferMgr bufferMgr concode_elem_sep List<Block> pins concode_elem_sep Map<Block,Buffer> buffers concode_field_sep Buffer getBuffer concode_elem_sep void pin concode_elem_sep void unpinAll concode_elem_sep void unpin | Block function ( String arg0 , PageFormatter arg1 ) { Buffer loc0 = bufferMgr . pinNew ( arg0 , arg1 ) ; Block loc1 = loc0 . block ( ) ; buffers . put ( loc1 , loc0 ) ; pins . add ( loc1 ) ; return loc1 ; } |
10,151 | setpropagatestosubclass . determines whether this qualifier can propagate to subclasses concode_field_sep String CLSID concode_elem_sep wbemdisp.ISWbemQualifierProxy d_ISWbemQualifierProxy concode_field_sep void setPropagatesToInstance concode_elem_sep String getName concode_elem_sep Object getPropertyByName concode_el... | void function ( boolean arg0 ) { try { d_ISWbemQualifierProxy . setPropagatesToSubclass ( arg0 ) ; } catch ( com . linar . jintegra . AutomationException loc0 ) { loc0 . fillInStackTrace ( ) ; throw loc0 ; } } |
10,152 | decrements the quqntity count and resets the effect to fire on the next render pass . concode_field_sep int quantity concode_elem_sep double price concode_elem_sep String name concode_elem_sep Effect changeQuantityEffect concode_elem_sep int id concode_elem_sep String pictureName concode_field_sep void incrementQuantit... | void function ( ) { quantity -- ; changeQuantityEffect . setFired ( false ) ; } |
10,153 | sets the substitution matrix to be used for influencing the alignment with sequence conservation information . default : sdm matrix prlic et al 2000 concode_field_sep double rmsdThrJoin concode_elem_sep int maxGapSize concode_elem_sep double DEFAULT_GAP_OPEN concode_elem_sep double DISTANCE_INCREMENT concode_elem_sep d... | void function ( SubstitutionMatrix < AminoAcidCompound > arg0 ) { this . substitutionMatrix = arg0 ; } |
10,154 | updates the folder in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep FolderLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.mail.model.Folder deleteFolder concode_elem_sep com.liferay.mail... | com . liferay . mail . model . Folder function ( com . liferay . mail . model . Folder arg0 ) { return getService ( ) . updateFolder ( arg0 ) ; } |
10,155 | set the raw name of the parameter concode_field_sep String name concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getName concode_elem_sep void setValue concode_elem_sep String toString | void function ( String arg0 ) { this . name = arg0 ; } |
10,156 | 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 ( ) ; } |
10,157 | sets the selectedstudent student id . concode_field_sep String selectedCourse concode_elem_sep Course currentCourse concode_elem_sep List studentCourses concode_elem_sep List courseItems concode_elem_sep String selectedStudent concode_elem_sep Student newStudent concode_elem_sep int selectedTabIndex concode_elem_sep Li... | void function ( String arg0 ) { this . selectedStudent = arg0 ; } |
10,158 | get cache files set in the configuration concode_field_sep Credentials credentials concode_elem_sep Progressable progress concode_elem_sep org.apache.hadoop.mapred.JobConf conf concode_elem_sep TezDAGID dagId concode_field_sep String[] toTimestampStrs concode_elem_sep JobID getJobID concode_elem_sep Path[] getLocalCach... | URI [ ] function ( ) { return DistributedCache . getCacheFiles ( conf ) ; } |
10,159 | returns the position within the file of the first byte of the locked region . concode_field_sep boolean shared concode_elem_sep long size concode_elem_sep FileChannel channel concode_elem_sep long position concode_field_sep long size concode_elem_sep void release concode_elem_sep boolean isValid concode_elem_sep FileCh... | long function ( ) { return position ; } |
10,160 | generate a time string according to system-wide settings locale , 12/24 hour such as `` 13:24 '' . concode_field_sep Context context concode_elem_sep String SEPARATOR concode_field_sep String formatDate concode_elem_sep String formatShortDateTime concode_elem_sep String formatShortDateVerbally concode_elem_sep String f... | String function ( long arg0 ) { return DateUtils . formatDateTime ( context , arg0 , DateUtils . FORMAT_SHOW_TIME ) ; } |
10,161 | is this work unit the `` main work '' , which is the primary subtask represented by task itself . concode_field_sep SubTask work concode_elem_sep Executor executor concode_elem_sep WorkUnitContext context concode_elem_sep Executable executable concode_field_sep Executable getExecutable concode_elem_sep void setExecutab... | boolean function ( ) { return context . task == work ; } |
10,162 | debug log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco... | void function ( String arg0 , String arg1 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 ) ; } |
10,163 | noop method mirroring org.quartz.simpl.simplethreadpool #setmakethreadsdaemons boolean concode_field_sep TimeInterval DEFAULT_SHUTDOWN_WAIT concode_elem_sep long DEFAULT_KEEP_ALIVE concode_elem_sep String instanceId concode_elem_sep String instanceName concode_elem_sep ExecutorService executor concode_elem_sep int thre... | void function ( boolean arg0 ) { } |
10,164 | create labeled data point from sparse vector . concode_field_sep int[] indices concode_elem_sep float[] values concode_elem_sep float weight concode_elem_sep float label concode_field_sep LabeledPoint fromDenseVector | LabeledPoint function ( float arg0 , int [ ] arg1 , float [ ] arg2 ) { LabeledPoint loc0 = new LabeledPoint ( ) ; loc0 . arg0 = arg0 ; loc0 . arg1 = arg1 ; loc0 . arg2 = arg2 ; assert arg1 . length == arg2 . length ; return loc0 ; } |
10,165 | this method parses the text information frame body . concode_field_sep PlaceHolder placeHolder concode_field_sep int search concode_elem_sep ID3v2APICFrameBody parseID3v2APICFrameBody concode_elem_sep int[] failure concode_elem_sep ID3v2PRIVFrameBody parseID3v2PRIVFrameBody concode_elem_sep ID3v2COMMFrameBody parseID3v... | ID3v2TextFrameBody function ( final byte [ ] arg0 ) { final byte loc0 = arg0 [ 0 ] ; final byte [ ] loc1 = Arrays . copyOfRange ( arg0 , 1 , arg0 . length ) ; return new ID3v2TextFrameBody ( arg0 , loc0 , loc1 ) ; } |
10,166 | getter method for mendaoryfieldorder concode_field_sep String mendaoryFieldOrder concode_elem_sep String mendaoryFieldValue concode_elem_sep String mendatoryFieldName concode_field_sep String getMendatoryFieldName concode_elem_sep void setMendatoryFieldName concode_elem_sep void setMendaoryFieldOrder concode_elem_sep S... | String function ( ) { return mendaoryFieldOrder ; } |
10,167 | get custom serializer concode_field_sep com.marketo.www.mktows.Attribute[] leadAttributeList concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String foreignSysPersonId concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.marketo.www.mktows.ForeignSysType foreignSysType concode_elem_sep ... | 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 ) ; } |
10,168 | creates the version object based on the dimension of the original bit matrix from the datamatrix code . see iso 16022:2006 table 7 - ecc 200 symbol attributes concode_field_sep BitMatrix mappingBitMatrix concode_elem_sep Version version concode_elem_sep BitMatrix readMappingMatrix concode_field_sep Version getVersion c... | Version function ( BitMatrix arg0 ) { int loc0 = arg0 . getHeight ( ) ; int loc1 = arg0 . getWidth ( ) ; return Version . getVersionForDimensions ( loc0 , loc1 ) ; } |
10,169 | get petid concode_field_sep Long id concode_elem_sep DateTime shipDate concode_elem_sep String value concode_elem_sep StatusEnum status concode_elem_sep Boolean complete concode_elem_sep Long petId concode_elem_sep Integer quantity concode_field_sep DateTime getShipDate concode_elem_sep String toIndentedString concode_... | Long function ( ) { return petId ; } |
10,170 | set lower bound concode_field_sep double upperBound concode_elem_sep boolean enabled concode_elem_sep double epsilon concode_elem_sep double lowerBound concode_elem_sep boolean includeLowerBound concode_elem_sep boolean includeUpperBound concode_elem_sep double exact concode_field_sep void setUpperBound concode_elem_se... | void function ( double arg0 ) { this . lowerBound = arg0 ; } |
10,171 | gets the value of the signaturemanifestcheckparams property . concode_field_sep XMLGregorianCalendar dateTime concode_elem_sep Object returnHashInputData concode_elem_sep String verifySignatureLocation concode_elem_sep VerifyXMLSignatureRequestType.VerifySignatureInfo verifySignatureInfo concode_elem_sep VerifyXMLSigna... | VerifyXMLSignatureRequestType . SignatureManifestCheckParams function ( ) { return signatureManifestCheckParams ; } |
10,172 | whether the contents of the field are searchable . concode_field_sep String sourceFields concode_elem_sep Boolean returnEnabled concode_elem_sep String defaultValue concode_elem_sep Boolean facetEnabled concode_elem_sep Boolean searchEnabled concode_field_sep void setDefaultValue concode_elem_sep LiteralArrayOptions wi... | Boolean function ( ) { return searchEnabled ; } |
10,173 | test method for com.hazelcast.config.mapconfig #setmapstoreconfig com.hazelcast.config.mapstoreconfig . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetMapStoreConfig concode_elem_sep void testMapPartitionLostListenerReadOnlyConfig_withImplementation concode_elem_sep void testGetBackupCount conc... | void function ( ) { MapStoreConfig loc0 = new MapStoreConfig ( ) ; assertEquals ( loc0 , new MapConfig ( ) . setMapStoreConfig ( loc0 ) . getMapStoreConfig ( ) ) ; } |
10,174 | checks whether the passed property can be represented as node attribute . concode_field_sep String JAXB_DEFAULT concode_field_sep boolean setName concode_elem_sep void apply concode_elem_sep void applyElement concode_elem_sep boolean isEmpty concode_elem_sep Xml getXml concode_elem_sep void applyAttribute | boolean function ( Property arg0 ) { for ( Class < ? > loc0 : new Class < ? > [ ] { ArrayProperty . class , MapProperty . class , ObjectProperty . class , RefProperty . class } ) { if ( loc0 . isInstance ( arg0 ) ) { return false ; } } return true ; } |
10,175 | setresourceservice concode_field_sep KSC_PerformanceReportFactory m_kscReportFactory concode_elem_sep ResourceService m_resourceService concode_elem_sep LinkedHashMap<String,String> s_timeSpansWithNone concode_elem_sep LinkedHashMap<String,String> s_timeSpans concode_field_sep void setKscReportFactory concode_elem_sep ... | void function ( ResourceService arg0 ) { m_resourceService = arg0 ; } |
10,176 | sets the clickthroughurl value for this instreamcompanionad . concode_field_sep java.lang.String adParameters concode_elem_sep java.lang.String fileName concode_elem_sep java.lang.String altText concode_elem_sep int expandedWidth concode_elem_sep java.lang.String clickThroughUrl concode_elem_sep boolean __hashCodeCalc ... | void function ( java . lang . String arg0 ) { this . clickThroughUrl = arg0 ; } |
10,177 | get x-mms-mms-version field value . concode_field_sep PduHeaders mPduHeaders concode_field_sep int getMessageType concode_elem_sep void setMmsVersion concode_elem_sep void setFrom concode_elem_sep String toString concode_elem_sep PduHeaders getPduHeaders concode_elem_sep void setMessageType concode_elem_sep EncodedStri... | int function ( ) { return mPduHeaders . getOctet ( PduHeaders . MMS_VERSION ) ; } |
10,178 | sets the value of the valueoff property . concode_field_sep CheckDefault _default concode_elem_sep String textContext concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep Boolean useLastAsDefault concode_elem_sep String text concode_elem_sep String valueOff concode_elem_sep String key concode_elem_sep Bo... | void function ( String arg0 ) { this . valueOff = arg0 ; } |
10,179 | this is used when you do n't want to use the constructor concode_field_sep int max_size concode_elem_sep byte[] data concode_elem_sep int tuple_length concode_elem_sep short fldCnt concode_elem_sep int tuple_offset concode_elem_sep short[] fldOffset concode_field_sep float getFloFld concode_elem_sep int getIntFld conco... | void function ( byte [ ] arg0 , int arg1 , int arg2 ) { data = arg0 ; tuple_offset = arg1 ; tuple_length = arg2 ; } |
10,180 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep Credentials credentials concode_elem_sep String identityId concode_field_sep String getIdentityId concode_elem_sep GetCredentialsForIdentityResult withIdentityId concode_elem_sep GetCredentialsForIdentityResult withCre... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getIdentityId ( ) != null ) loc0 . append ( "srini_string" + getIdentityId ( ) + "srini_string" ) ; if ( getCredentials ( ) != null ) loc0 . append ( "srini_string" + getCredentials ( ) ) ; loc0 . append ( "srini_... |
10,181 | gets the collection of inventory items . concode_field_sep double inventoryPriceTotal concode_elem_sep ArrayList inventory concode_elem_sep int inventoryUnitTotal concode_field_sep int getInventoryUnitTotal concode_elem_sep double getInventoryPriceTotal concode_elem_sep void addInventoryItem concode_elem_sep void remov... | ArrayList function ( ) { return inventory ; } |
10,182 | crops an image inside of the bounds specified by #resize int , int rather thandistorting the aspect ratio . this cropping technique scales the image so that it fills the requested bounds and then crops the extra . concode_field_sep boolean deferred concode_elem_sep boolean skipMemoryCache concode_elem_sep Request.Build... | RequestCreator function ( ) { data . centerCrop ( ) ; return this ; } |
10,183 | create an instance of creditriskprofiletype concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | CreditRiskProfileType function ( ) { return new CreditRiskProfileType ( ) ; } |
10,184 | adds an entity to the collection . concode_field_sep long serialVersionUID concode_elem_sep List entities concode_field_sep Iterator iterator concode_elem_sep void addAll concode_elem_sep boolean equals concode_elem_sep int getEntityCount concode_elem_sep void clear concode_elem_sep Object clone concode_elem_sep Collec... | void function ( ChartEntity arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . entities . add ( arg0 ) ; } |
10,185 | records success connecting to failedroute . concode_field_sep Set<Route> failedRoutes concode_field_sep int failedRoutesCount concode_elem_sep void failed concode_elem_sep boolean shouldPostpone | void function ( Route arg0 ) { failedRoutes . remove ( arg0 ) ; } |
10,186 | caution : this method shares the underlying buffer between this vector and the newly created one . concode_field_sep ByteBuf data concode_elem_sep int recordCount concode_elem_sep int start concode_elem_sep int length concode_field_sep boolean next concode_elem_sep void set concode_elem_sep void set concode_elem_sep in... | SelectionVector4 function ( int arg0 ) { try { data . retain ( ) ; final SelectionVector4 loc0 = new SelectionVector4 ( data , recordCount , arg0 ) ; loc0 . start = this . start ; return loc0 ; } catch ( SchemaChangeException loc0 ) { throw new IllegalStateException ( "srini_string" ) ; } } |
10,187 | change durability value concode_field_sep char MARK concode_elem_sep ShortFloat durability concode_elem_sep ShortFloat priority concode_elem_sep char SEPARATOR concode_elem_sep ShortFloat quality concode_field_sep float summary concode_elem_sep String toStringBrief concode_elem_sep void incDurability concode_elem_sep v... | void function ( final float arg0 ) { durability . setValue ( arg0 ) ; } |
10,188 | create a request to invoke the method of this corba object . concode_field_sep Delegate delegate concode_field_sep boolean _is_equivalent concode_elem_sep Request _create_request concode_elem_sep Request _create_request concode_elem_sep int _hash concode_elem_sep boolean _is_a concode_elem_sep ServantObject _servant_pr... | org . omg . CORBA . portable . OutputStream function ( String arg0 , boolean arg1 ) { return delegate . request ( this , arg0 , arg1 ) ; } |
10,189 | returns a property value converted to a specified type . concode_field_sep Class<? extends Object> clazz concode_elem_sep Map<String,AllowedType> allowedTypes concode_field_sep void checkTypeName concode_elem_sep Class<? extends Object> getTypeForName concode_elem_sep Object convert concode_elem_sep Object convert conc... | Object function ( String arg0 , String arg1 ) { checkTypeName ( arg0 ) ; return allowedTypes . get ( arg0 ) . convert ( arg1 ) ; } |
10,190 | set an error value for the deferredresult and handle it.the value may be an exception or throwable in which caseit will be processed as if a handler raised the exception . concode_field_sep Runnable timeoutCallback concode_elem_sep Runnable completionCallback concode_elem_sep boolean expired concode_elem_sep Object res... | boolean function ( Object arg0 ) { return setResultInternal ( arg0 ) ; } |
10,191 | writes a geometry into a byte array . concode_field_sep ByteArrayOutputStream byteArrayOS concode_elem_sep boolean includeSRID concode_elem_sep byte[] buf concode_elem_sep int outputDimension concode_elem_sep int byteOrder concode_elem_sep OutStream byteArrayOutStream concode_field_sep void writeInt concode_elem_sep St... | byte [ ] function ( Geometry arg0 ) { try { byteArrayOS . reset ( ) ; write ( arg0 , byteArrayOutStream ) ; } catch ( IOException loc0 ) { throw new RuntimeException ( "srini_string" + loc0 . getMessage ( ) ) ; } return byteArrayOS . toByteArray ( ) ; } |
10,192 | gets the value of the populate property . concode_field_sep String smashed concode_elem_sep String library concode_elem_sep String _package concode_elem_sep String populate concode_elem_sep String rot concode_elem_sep String name concode_elem_sep String x concode_elem_sep List<Variant> variant concode_elem_sep String y... | String function ( ) { if ( populate == null ) { return "srini_string" ; } else { return populate ; } } |
10,193 | set the index of this parameter in the operation signature . concode_field_sep String name concode_elem_sep int index concode_elem_sep String description concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int getIndex concode_elem_sep void setDescription concode_elem_sep String getDescripti... | void function ( int arg0 ) { this . index = arg0 ; } |
10,194 | sets the value of the by property . concode_field_sep String path concode_elem_sep String ptsTypes concode_elem_sep CTTLCommonBehaviorData cBhvr concode_elem_sep CTTLPoint by concode_elem_sep STTLAnimateMotionBehaviorOrigin origin concode_elem_sep CTTLPoint from concode_elem_sep STTLAnimateMotionPathEditMode pathEditMo... | void function ( CTTLPoint arg0 ) { this . by = arg0 ; } |
10,195 | get custom serializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.google.api.ads.adwords.axis.v201406.cm.SimpleMutateResult simpleMutateResult concode_field_sep org.apache.axis.description.Typ... | 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 ) ; } |
10,196 | returns the size of this account . concode_field_sep Account _account concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep boo... | java . lang . String function ( ) { return _account . getSize ( ) ; } |
10,197 | cantgtcreatureandplayer . concode_field_sep String minTargets concode_elem_sep String saValidTargeting concode_elem_sep Target_Choices choice concode_elem_sep String targetSpellAbilityType concode_elem_sep String vtSelection concode_elem_sep String maxTargets concode_elem_sep boolean tgtValid concode_elem_sep String Va... | boolean function ( ) { return canTgtPlayer ( ) && canTgtCreature ( ) ; } |
10,198 | gets the value of the motype property . concode_field_sep PrivilegePolicyDef fieldPolicy concode_elem_sep String name concode_elem_sep String moType concode_elem_sep ManagedObjectReference _this concode_elem_sep PrivilegePolicyDef fieldDefPolicy concode_field_sep void setThis concode_elem_sep void setName concode_elem_... | String function ( ) { return moType ; } |
10,199 | generates a warning message . concode_field_sep PlaceHolder placeHolder concode_field_sep void fatal | void function ( int arg0 , int arg1 , String arg2 ) { System . err . println ( arg0 + "srini_string" + arg1 + "srini_string" + arg2 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.