idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
14,100 | sets the value of the mustunderstand property . concode_field_sep String actor concode_elem_sep String assertionConsumerServiceURL concode_elem_sep Boolean mustUnderstand concode_field_sep Boolean isMustUnderstand concode_elem_sep void setActor concode_elem_sep String getAssertionConsumerServiceURL concode_elem_sep Str... | void function ( Boolean arg0 ) { this . mustUnderstand = arg0 ; } |
14,101 | imports a file via assimp without post processing . concode_field_sep int NATIVE_FLOAT_SIZE concode_elem_sep AiWrapperProvider<?,?,?,?,?> BUILTIN concode_elem_sep AiWrapperProvider<?,?,?,?,?> s_wrapperProvider concode_elem_sep int NATIVE_AIVEKTORKEY_SIZE concode_elem_sep int NATIVE_INT_SIZE concode_elem_sep int NATIVE_... | AiScene function ( String arg0 , JassimpFileIO arg1 ) { return importFileEx ( arg0 , EnumSet . noneOf ( AiPostProcessSteps . class ) , arg1 ) ; } |
14,102 | a convenience shorthand for sessiondata #require string , sessionserializer . concode_field_sep PlaceHolder placeHolder concode_field_sep JavaSessionSerializer getJavaSerializer concode_elem_sep Operation set concode_elem_sep Operation set concode_elem_sep Operation set concode_elem_sep Operation set concode_elem_sep O... | Promise < ? > function ( String arg0 , SessionSerializer arg1 ) { return getData ( ) . map ( d -> d . require ( arg0 , arg1 ) ) ; } |
14,103 | get a string representation of the status . concode_field_sep int code concode_elem_sep String message concode_field_sep String getMessage concode_elem_sep int getCode | String function ( ) { return "srini_string" + code + "srini_string" + message + "srini_string" ; } |
14,104 | deletes the account with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep AccountLocalService _accountLocalService concode_field_sep com.liferay.mail.model.Account updateFolders concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.or... | com . liferay . mail . model . Account function ( long arg0 ) { return _accountLocalService . deleteAccount ( arg0 ) ; } |
14,105 | atomic type hash code generation . concode_field_sep int MULTIPLIER concode_elem_sep JCHashCodeCalculator s_aInstance concode_elem_sep int HASHCODE_NULL concode_field_sep placeholderType placeHolder | int function ( final int arg0 , final double arg1 ) { return append ( arg0 , arg1 == 0.0 ? 0L : Double . doubleToLongBits ( arg1 ) ) ; } |
14,106 | returns the mean of the distribution . concode_field_sep NormalDistribution distributionDown concode_elem_sep NormalDistribution distributionUp concode_elem_sep double stdUp concode_elem_sep double stdDown concode_elem_sep double mean concode_elem_sep long serialVersionUID concode_field_sep double getStdUp concode_elem... | double function ( ) { return mean ; } |
14,107 | sets the value of the po property . concode_field_sep String lm concode_elem_sep String loc concode_elem_sep String subdist concode_elem_sep String pc concode_elem_sep String vtc concode_elem_sep MatchingStrategy ms concode_elem_sep String street concode_elem_sep String dist concode_elem_sep String state concode_elem_s... | void function ( String arg0 ) { this . po = arg0 ; } |
14,108 | the token that users must pass to the service api to use the temporary credentials . concode_field_sep String accessKeyId concode_elem_sep String secretAccessKey concode_elem_sep String sessionToken concode_elem_sep java.util.Date expiration concode_field_sep Credentials withSessionToken concode_elem_sep void setAccess... | String function ( ) { return this . sessionToken ; } |
14,109 | get/set concode_field_sep ArrayList<ColumnNodeWriter> columnNodeWriters concode_elem_sep ArrayList<TokenizerNode> leaves concode_elem_sep int numBytes concode_elem_sep int EXPECTED_NUBS_PLUS_LEAVES concode_elem_sep ColumnNodeType nodeType concode_elem_sep ArrayList<TokenizerNode> nonLeaves concode_elem_sep ArrayList<To... | ArrayList < ColumnNodeWriter > function ( ) { return columnNodeWriters ; } |
14,110 | returns the directed edges incident from vertex v. concode_field_sep int E concode_elem_sep int V concode_elem_sep DirectedEdge[][] adj concode_elem_sep int v concode_elem_sep int w concode_field_sep DirectedEdge next concode_elem_sep Iterator<DirectedEdge> iterator concode_elem_sep int E concode_elem_sep int V concode... | Iterable < DirectedEdge > function ( int arg0 ) { return new AdjIterator ( arg0 ) ; } |
14,111 | get the pattern we are matching against . concode_field_sep Pattern regexpPattern concode_elem_sep String pattern concode_field_sep boolean isValid concode_elem_sep String getMessage concode_elem_sep void setPattern | String function ( ) { return pattern ; } |
14,112 | getter for the chunk-file 's path , on hdfs . concode_field_sep Log LOG concode_elem_sep Configuration configuration concode_elem_sep SequenceFileRecordReader<K,V> reader concode_elem_sep Path chunkFilePath concode_elem_sep int numChunksLeft concode_elem_sep SequenceFile.Writer writer concode_elem_sep String chunkFileP... | Path function ( ) { return chunkFilePath ; } |
14,113 | returns the sequence as char array . concode_field_sep char[] sequence concode_elem_sep String name concode_elem_sep int start concode_elem_sep long index concode_elem_sep int end concode_field_sep void setName concode_elem_sep void setSequence concode_elem_sep void setSequence concode_elem_sep String getName concode_e... | char [ ] function ( ) { return sequence ; } |
14,114 | return the fsnamesystem stats concode_field_sep PlaceHolder placeHolder concode_field_sep LocatedBlocks getBlockLocations concode_elem_sep NamenodeCommand startCheckpoint concode_elem_sep Server getRpcServer concode_elem_sep FSImage spyOnFsImage concode_elem_sep void enterSafeMode concode_elem_sep void setLeasePeriod c... | long [ ] function ( final FSNamesystem arg0 ) { return arg0 . getStats ( ) ; } |
14,115 | ejbpostcreate concode_field_sep javax.ejb.EntityContext myEntityCtx concode_field_sep void ejbLoad concode_elem_sep void unsetEntityContext concode_elem_sep void ejbStore concode_elem_sep java.lang.Integer getId concode_elem_sep void ejbActivate concode_elem_sep void ejbRemove concode_elem_sep java.lang.Integer ejbCrea... | void function ( java . lang . Integer arg0 , java . lang . String arg1 ) { } |
14,116 | removes a list of element from the default group concode_field_sep String DEFAULT_GROUP concode_elem_sep String alternateDefaultGroupName concode_elem_sep HashMap<String,List<ManageableType>> managedElementGroups concode_elem_sep boolean valid concode_elem_sep boolean groupable concode_elem_sep List<GenericManagerListe... | void function ( List < C > arg0 ) { removeElements ( DEFAULT_GROUP , arg0 ) ; } |
14,117 | gets the value of the this property . concode_field_sep ManagedObjectReference vm concode_elem_sep ManagedObjectReference host concode_elem_sep ManagedObjectReference pool concode_elem_sep List<String> testType concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep void setPool co... | ManagedObjectReference function ( ) { return _this ; } |
14,118 | decrements the given number down to the closest power of two . if the argument is a power of two , it remains unchanged . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isPowerOf2 concode_elem_sep int log2strict concode_elem_sep int log2floor concode_elem_sep int checkedDownCast | int function ( int arg0 ) { return Integer . highestOneBit ( arg0 ) ; } |
14,119 | fleet id associated with the requested alias . concode_field_sep String fleetId concode_field_sep String getFleetId concode_elem_sep void setFleetId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ResolveAliasResult clone concode_elem_sep String toString | ResolveAliasResult function ( String arg0 ) { setFleetId ( arg0 ) ; return this ; } |
14,120 | gets the value of the name property . concode_field_sep Integer ticket concode_elem_sep String name concode_field_sep void setName concode_elem_sep void setTicket concode_elem_sep Integer getTicket | String function ( ) { return name ; } |
14,121 | utility method wrapping calendar.after method compares the date field parameter with the date provided with the constructor answering the question : date from constructor is after the given param date ? concode_field_sep Calendar cal concode_field_sep int getDaysSince concode_elem_sep DateUtil toGMT concode_elem_sep Da... | boolean function ( Date arg0 ) { Calendar loc0 = Calendar . getInstance ( ) ; loc0 . setTime ( arg0 ) ; return cal . after ( loc0 ) ; } |
14,122 | retrieves the full bookmark folder hierarchy returning its root node . concode_field_sep int GET_NODE concode_elem_sep int GET_CHILDREN concode_elem_sep int GET_THUMBNAILS concode_elem_sep int GET_FAVICONS concode_elem_sep long INVALID_BOOKMARK_ID concode_elem_sep int GET_PARENT concode_elem_sep String TAG concode_fiel... | BookmarkNode function ( Context arg0 ) { return chromeBrowserProviderCall ( BookmarkNode . class , ChromeBrowserProvider . CLIENT_API_GET_BOOKMARK_FOLDER_HIERARCHY , arg0 , argsToBundle ( ) ) ; } |
14,123 | returns the index for which #keyat would return thespecified key , or a negative number if the specified key is not mapped . concode_field_sep Object DELETED concode_elem_sep int[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] mValues concode_field_sep int keyAt concode_el... | int function ( int arg0 ) { if ( mGarbage ) { gc ( ) ; } return binarySearch ( mKeys , 0 , mSize , arg0 ) ; } |
14,124 | sets the regex . concode_field_sep String regEx concode_elem_sep File rootFolder concode_elem_sep List<ExportFileResource> resourcesListToExport concode_field_sep void exportSpecifiedResources concode_elem_sep void exportResource concode_elem_sep void finished concode_elem_sep void main concode_elem_sep void createFold... | void function ( String arg0 ) { this . regEx = arg0 ; } |
14,125 | retrieves the web application context registered by the bundle with the given symbolic name . if there is no matching context , this method will keep retrying 100 times every half a second . if this method is unable to retrieve the context during that time , it will fail the test . the context is retrieved using the bu... | WebApplicationContext function ( BundleContext arg0 , String arg1 ) { return getWebAppContext ( arg0 , arg1 , DEFAULT_WAIT_TIME , DEFAULT_RETRIES ) ; } |
14,126 | returns the filter 's id . this attribute is mandatory for custom filters . the id for pattern filters is pattern_filter_id_prefix plus the pattern itself . concode_field_sep String EXTENSION_POINT_NAME concode_elem_sep IConfigurationElement fElement concode_elem_sep String ENABLED_ATTRIBUTE concode_elem_sep String TAR... | String function ( ) { if ( isPatternFilter ( ) ) { String loc0 = getTargetId ( ) ; if ( loc0 == null ) return PATTERN_FILTER_ID_PREFIX + getPattern ( ) ; else return loc0 + PATTERN_FILTER_ID_PREFIX + getPattern ( ) ; } else return fElement . getAttribute ( ID_ATTRIBUTE ) ; } |
14,127 | getter method for the winner . returns ` a ' , ` b ' or ' 0 ' concode_field_sep char playerTurn concode_elem_sep char winner concode_elem_sep GameMove LastMoveDetails concode_elem_sep char[][] board concode_elem_sep String gameMode concode_field_sep void setBoard concode_elem_sep void initialiseBoard concode_elem_sep c... | char function ( ) { return this . winner ; } |
14,128 | gets empty item view concode_field_sep WheelView wheel concode_elem_sep List<View> emptyItems concode_elem_sep List<View> items concode_field_sep int recycleItems concode_elem_sep View getCachedView concode_elem_sep View getItem concode_elem_sep void recycleView concode_elem_sep List<View> addView concode_elem_sep void... | View function ( ) { return getCachedView ( emptyItems ) ; } |
14,129 | newline delimited output that would be sent to stderr . concode_field_sep String expectedMessages concode_field_sep RecordingSimpleLogger logLevel concode_elem_sep Statement apply | RecordingSimpleLogger function ( String arg0 ) { this . expectedMessages = arg0 ; return this ; } |
14,130 | this method does the grunt work of drilling through and iterating over all of the communities and collections in the system and obtaining and caching the item counts for each one . concode_field_sep ItemCountDAO dao concode_elem_sep Context context concode_elem_sep Logger log concode_field_sep void count concode_elem_s... | void function ( ) { try { Community [ ] loc0 = Community . findAllTop ( context ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { count ( loc0 [ loc1 ] ) ; } } catch ( SQLException loc0 ) { log . error ( "srini_string" , loc0 ) ; throw new ItemCountException ( loc0 ) ; } } |
14,131 | define el valor de la propiedad codigoretencion . concode_field_sep String codigoRetencion concode_elem_sep String codigo concode_elem_sep BigDecimal valorRetenido concode_elem_sep String numDocSustento concode_elem_sep String codDocSustento concode_elem_sep BigDecimal baseImponible concode_elem_sep BigDecimal porcenta... | void function ( String arg0 ) { this . codigoRetencion = arg0 ; } |
14,132 | update the com.sun.faces.application.view.viewhandlingstrategy implementationsto be applied when processing jsf requests . concode_field_sep ViewHandlingStrategy[] strategies concode_field_sep ViewHandlingStrategy getStrategy concode_elem_sep ViewHandlingStrategy[] getViewHandlingStrategies | void function ( ViewHandlingStrategy [ ] arg0 ) { this . strategies = arg0 . clone ( ) ; } |
14,133 | returns vector of children . concode_field_sep List children concode_elem_sep Attributes attributes concode_elem_sep Tag tag concode_field_sep Attributes getAttributes concode_elem_sep void setTag concode_elem_sep void setAttributes concode_elem_sep Tag getTag concode_elem_sep void addChild concode_elem_sep void replac... | List function ( ) { return children ; } |
14,134 | returns the modified date of this team . concode_field_sep Team _team concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep long getTeamId concode_elem_sep boolea... | java . util . Date function ( ) { return _team . getModifiedDate ( ) ; } |
14,135 | create an instance of reasontypecode concode_field_sep QName _UpdateDeviceValidationDataResponse_QNAME concode_elem_sep QName _UpdateDeviceValidationDataRequest_QNAME concode_field_sep AssessmentQuestionDetails createAssessmentQuestionDetails concode_elem_sep DeviceValidationData createDeviceValidationData concode_elem... | ReasonTypeCode function ( ) { return new ReasonTypeCode ( ) ; } |
14,136 | draw text right justified concode_field_sep int LEFT concode_elem_sep int RIGHT concode_elem_sep int JUSTIFY concode_elem_sep int CENTER concode_field_sep void drawCenter concode_elem_sep void drawCenter concode_elem_sep int drawJustifiedSpaceSeparatedSubstrings concode_elem_sep int calculateWidthOfJustifiedSpaceInPixe... | void function ( Font arg0 , String arg1 , int arg2 , int arg3 , int arg4 ) { drawString ( arg0 , arg1 , Alignment . RIGHT , arg2 , arg3 , arg4 , Color . white ) ; } |
14,137 | gets the value of the storeaddress2 property . concode_field_sep String storeAddress1 concode_elem_sep String storeAddress2 concode_elem_sep String storeLicenseNum concode_elem_sep String storeZipCode concode_elem_sep String storeFax concode_elem_sep String storePhone concode_elem_sep String storeName concode_elem_sep ... | String function ( ) { return storeAddress2 ; } |
14,138 | split on _ and trim results concode_field_sep Pattern ABS_URL_RE concode_elem_sep Joiner PATH_ARG_JOINER concode_elem_sep Splitter _SPLITTER concode_elem_sep Joiner _JOINER concode_elem_sep Joiner CSV_JOINER concode_elem_sep Splitter SSV_SPLITTER concode_elem_sep Joiner JOINER concode_elem_sep Joiner PATH_JOINER concod... | Iterable < String > function ( CharSequence arg0 ) { return _SPLITTER . split ( arg0 ) ; } |
14,139 | returns the field of the given object or null if it doesnt exist . concode_field_sep Map<String,String> charEncodings concode_elem_sep EngineUtilLogger LOG concode_field_sep String getResourceUrlAsString concode_elem_sep ClassLoader getCustomClassLoader concode_elem_sep URL getResource concode_elem_sep void setField co... | Field function ( String arg0 , Object arg1 ) { return getField ( arg0 , arg1 . getClass ( ) ) ; } |
14,140 | application context . concode_field_sep long interval concode_elem_sep JSONObject options concode_elem_sep AssetUtil assets concode_elem_sep String EXTRA concode_elem_sep Context context concode_field_sep Boolean isAutoClear concode_elem_sep String getText concode_elem_sep long getRepeatInterval concode_elem_sep int ge... | Context function ( ) { return context ; } |
14,141 | supplies the sending test client . concode_field_sep Logger log concode_elem_sep AtomicLong uniqueDestsId concode_field_sep List<TestClientDetails> getReceivers concode_elem_sep void setConversationFactory concode_elem_sep LocalReceiverImpl createReceiverFromCircuitEnd concode_elem_sep CircuitEndBase createPublisherCir... | TestClientDetails function ( ) { throw new RuntimeException ( "srini_string" ) ; } |
14,142 | get custom deserializer concode_field_sep com.google.api.ads.dfa.axis.v1_20.ImageFile imageFile concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String errorMessage concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.dfa.axis.v1_20.FlashFile flashFile concode_elem_sep or... | org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } |
14,143 | returns the bin-rpc url . concode_field_sep String CONFIG_KEY_CALLBACK_HOST concode_elem_sep String CONFIG_KEY_ALIVE_INTERVAL concode_elem_sep Integer reconnectInterval concode_elem_sep Integer aliveInterval concode_elem_sep int DEFAULT_ALIVE_INTERVAL concode_elem_sep Integer timeout concode_elem_sep int DEFAULT_HOST_T... | String function ( ) { return "srini_string" + callbackHost + "srini_string" + callbackPort ; } |
14,144 | execute query using the current internal state as where clause . concode_field_sep StringBuilder mSelection concode_elem_sep ArrayList<String> mSelectionArgs concode_field_sep String getSelection concode_elem_sep String[] getSelectionArgs concode_elem_sep SelectionBuilder reset concode_elem_sep int update concode_elem_... | Cursor function ( SQLiteDatabase arg0 , String arg1 , String [ ] arg2 , String arg3 , String arg4 , String arg5 , String arg6 ) { return arg0 . query ( arg1 , arg2 , getSelection ( ) , getSelectionArgs ( ) , arg3 , arg4 , arg5 , arg6 ) ; } |
14,145 | opens the specified file path using the os 's preferred application binding concode_field_sep Logger logger concode_elem_sep String errMsg concode_elem_sep String FILE_PREFIX concode_elem_sep String os concode_field_sep void openURL concode_elem_sep boolean isMac concode_elem_sep boolean isWindows concode_elem_sep bool... | void function ( String arg0 ) { openURL ( FILE_PREFIX + arg0 ) ; } |
14,146 | returns all the users concode_field_sep SessionFactory _sessionFactory concode_field_sep User getById concode_elem_sep User getByEmail concode_elem_sep Long save concode_elem_sep void update concode_elem_sep Session getSession concode_elem_sep void delete | List < User > function ( ) { return getSession ( ) . createQuery ( "srini_string" ) . list ( ) ; } |
14,147 | set the accept request header to the given media types concode_field_sep DefaultClientWebRequestBuilder delegate concode_field_sep RxJava1ClientWebRequestBuilder headers concode_elem_sep RxJava1ClientWebRequestBuilder cookie concode_elem_sep RxJava1ClientWebRequestBuilder cookie concode_elem_sep RxJava1ClientWebRequest... | RxJava1ClientWebRequestBuilder function ( String ... arg0 ) { this . delegate . accept ( arg0 ) ; return this ; } |
14,148 | gets an instance of bucktracing for tracing in the given plugin . all bucktracing instances are backed by the same trace buffer , so #begin string , map and #end map calls on a given thread must nest across all instances . concode_field_sep String pluginName concode_elem_sep InheritableThreadLocal<BuckTracingInterface>... | BuckTracing function ( String arg0 ) { return new BuckTracing ( arg0 ) ; } |
14,149 | deletes the release with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep ReleaseLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery conc... | com . liferay . portal . kernel . model . Release function ( long arg0 ) { return getService ( ) . deleteRelease ( arg0 ) ; } |
14,150 | closes closeable , ignoring any checked exceptions . does nothing if closeable is null . concode_field_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STRING_ARRAY concode_field_sep void checkOffsetAndCount concode_elem_sep String hostHeader concode_elem_sep boolean discard co... | void function ( Closeable arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( RuntimeException loc0 ) { throw loc0 ; } catch ( Exception loc0 ) { } } } |
14,151 | sets the secret code concode_field_sep String expiryDate concode_elem_sep Address address concode_elem_sep String secretCode concode_elem_sep String accountNumber concode_elem_sep Long userId concode_field_sep void setAccountNumber concode_elem_sep void setAddress concode_elem_sep String getExpiryDate concode_elem_sep ... | void function ( String arg0 ) { this . secretCode = arg0 ; } |
14,152 | public setter for the sqlsessiontemplate . concode_field_sep boolean assertUpdates concode_elem_sep Log LOGGER concode_elem_sep String statementId concode_elem_sep SqlSessionTemplate sqlSessionTemplate concode_field_sep void setSqlSessionFactory concode_elem_sep void setAssertUpdates concode_elem_sep void setStatementI... | void function ( SqlSessionTemplate arg0 ) { this . sqlSessionTemplate = arg0 ; } |
14,153 | a = qta concode_field_sep DenseMatrix64F QR concode_elem_sep int numRows concode_elem_sep int minLength concode_elem_sep double v[] concode_elem_sep double tau concode_elem_sep boolean error concode_elem_sep int numCols concode_elem_sep double gammas[] concode_elem_sep double gamma concode_field_sep void setExpectedMax... | void function ( DenseMatrix64F arg0 ) { for ( int loc0 = 0 ; loc0 < minLength ; loc0 ++ ) { int loc1 = loc0 * numRows + loc0 ; double loc2 = QR . data [ loc1 ] ; QR . data [ loc1 ] = 1 ; QrHelperFunctions . rank1UpdateMultR ( arg0 , QR . data , loc0 * numRows , gammas [ loc0 ] , 0 , loc0 , numRows , v ) ; QR . data [ l... |
14,154 | if this is a problem , a different iterator can be made based on featurewriter concode_field_sep FeatureReader<SimpleFeatureType,SimpleFeature> reader concode_field_sep SimpleFeature next concode_elem_sep boolean hasNext concode_elem_sep void close | void function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; } |
14,155 | sets the value of the ticket property . concode_field_sep String ticket concode_field_sep String getTicket | void function ( String arg0 ) { this . ticket = arg0 ; } |
14,156 | the type of aws resource that was evaluated . concode_field_sep String resourceId concode_elem_sep String configRuleName concode_elem_sep String resourceType concode_field_sep void setConfigRuleName concode_elem_sep String getResourceId concode_elem_sep EvaluationResultQualifier withResourceId concode_elem_sep int hash... | void function ( String arg0 ) { this . resourceType = arg0 ; } |
14,157 | returns true if this identity is cyphered . concode_field_sep String identity concode_elem_sep KeyPair kpair concode_elem_sep JSch jsch concode_field_sep String getName concode_elem_sep KeyPair getKeyPair concode_elem_sep String getAlgName concode_elem_sep void clear concode_elem_sep boolean setPassphrase concode_elem_... | boolean function ( ) { return kpair . isEncrypted ( ) ; } |
14,158 | get the listening port . concode_field_sep ChannelGroup allChannels concode_elem_sep InetSocketAddress address concode_elem_sep Channel channel concode_elem_sep Log LOG concode_elem_sep ServerBootstrap bootstrap concode_elem_sep EventLoopGroup workerGroup concode_elem_sep EventLoopGroup bossGroup concode_field_sep void... | int function ( ) { return address . getPort ( ) ; } |
14,159 | returns a default request to the specified uri to be modified using the ` withx ` methods . concode_field_sep PlaceHolder placeHolder concode_field_sep HttpRequest withEntity concode_elem_sep HttpRequest HEAD concode_elem_sep HttpRequest withUri concode_elem_sep HttpRequest withUri concode_elem_sep HttpMethod method co... | HttpRequest function ( String arg0 ) { return JavaAccessors . HttpRequest ( arg0 ) ; } |
14,160 | sets the modified date of this k b folder . concode_field_sep KBFolder _kbFolder concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem... | void function ( Date arg0 ) { _kbFolder . setModifiedDate ( arg0 ) ; } |
14,161 | gets the list of weaknesses concode_field_sep int spAttack concode_elem_sep int pokedexNumber concode_elem_sep String type2 concode_elem_sep int hp concode_elem_sep String description concode_elem_sep float weight concode_elem_sep String type1 concode_elem_sep int spDefense concode_elem_sep int speed concode_elem_sep i... | ArrayList < String > function ( ) { return weaknesses ; } |
14,162 | doc ke comment method `` getcolumnlabel '' . concode_field_sep long precisionValue concode_elem_sep boolean isChoice concode_elem_sep boolean isSubstitution concode_elem_sep IMetadataTable table concode_elem_sep boolean isGroupNode concode_elem_sep String defaultValue concode_elem_sep String dataType concode_elem_sep L... | String function ( ) { if ( column == null ) { if ( getRow ( ) != null ) { return getRow ( ) ; } return "srini_string" ; } else { if ( getRow ( ) != null ) { return getRow ( ) + "srini_string" + this . column . getLabel ( ) ; } return this . column . getLabel ( ) ; } } |
14,163 | the changetoken that you used to submit the createipset request . you can also use this value to query the status of the request . for more information , see getchangetokenstatus . concode_field_sep IPSet iPSet concode_elem_sep String changeToken concode_field_sep void setIPSet concode_elem_sep CreateIPSetResult withIP... | CreateIPSetResult function ( String arg0 ) { setChangeToken ( arg0 ) ; return this ; } |
14,164 | thread-safe call to update disk stats . update occurs if the thread is able to acquire the lock i.e. , no other thread is updating it at the same time , and it has been at least restat_interval_ms since the last update . assumes that initialization has been completed before this method is called . concode_field_sep Fil... | void function ( ) { if ( lock . tryLock ( ) ) { try { if ( ( SystemClock . elapsedRealtime ( ) - mLastRestatTime ) > RESTAT_INTERVAL_MS ) { updateStats ( ) ; } } finally { lock . unlock ( ) ; } } } |
14,165 | returns whether or not there exists a purchase of the given product . concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep List<SkuDetails> getAllProducts concode_elem_sep void erasePurchase concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep L... | boolean function ( String arg0 ) { return mPurchaseMap . containsKey ( arg0 ) ; } |
14,166 | restart timer . concode_field_sep long startTime concode_elem_sep long start concode_elem_sep NumberFormat nf concode_field_sep String toSecondsString concode_elem_sep String toSecondsString concode_elem_sep void doing concode_elem_sep long stop concode_elem_sep long stop concode_elem_sep long stop concode_elem_sep lon... | long function ( ) { long loc0 = this . report ( ) ; this . start ( ) ; return loc0 ; } |
14,167 | gets the name of the selected panel stack . concode_field_sep String selectedPanel concode_field_sep void setSelectedPanel | String function ( ) { return selectedPanel ; } |
14,168 | returns the indicated part of the given java.util.date object . concode_field_sep Calendar today concode_elem_sep String zerodatetime concode_elem_sep Calendar tempCalGMT1 concode_elem_sep SimpleDateFormat sdfd concode_elem_sep SimpleDateFormat sdfts concode_elem_sep Date currentDate concode_elem_sep String sdfdPattern... | int function ( java . util . Date arg0 , int arg1 ) { synchronized ( tempCalDefault ) { tempCalDefault . setTime ( arg0 ) ; return tempCalDefault . get ( arg1 ) ; } } |
14,169 | returns the kaleo action with the primary key . concode_field_sep KaleoActionLocalService _kaleoActionLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoAction> getKaleoActions concode_elem_sep java.util.List<com.liferay.... | com . liferay . portal . workflow . kaleo . model . KaleoAction function ( long arg0 ) { return _kaleoActionLocalService . getKaleoAction ( arg0 ) ; } |
14,170 | computes the value of the harmonic oscillator at x . concode_field_sep double phase concode_elem_sep double amplitude concode_elem_sep double omega concode_field_sep double[] gradient concode_elem_sep UnivariateFunction derivative concode_elem_sep void validateParameters | double function ( double arg0 , double ... arg1 ) { validateParameters ( arg1 ) ; return HarmonicOscillator . value ( arg0 * arg1 [ 1 ] + arg1 [ 2 ] , arg1 [ 0 ] ) ; } |
14,171 | takes an input string with pixel depth of 8 represented by 2 bytes in hexadecimal format , e.g. ff for white and converts it to an integer representation usable as image data concode_field_sep int width concode_elem_sep int pictureArray[] concode_elem_sep int height concode_elem_sep boolean readImageData concode_elem_s... | int [ ] function ( String arg0 ) { int [ ] loc0 = new int [ arg0 . length ( ) / 2 ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ( ) ; loc1 += 2 ) { String loc2 = arg0 . substring ( loc1 , loc1 + 1 ) ; loc0 [ loc1 ] = Integer . parseInt ( loc2 , 16 ) ; } return loc0 ; } |
14,172 | asserts that the given array is empty . concode_field_sep Arrays arrays concode_elem_sep Failures failures concode_elem_sep FloatArrays INSTANCE concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep FloatArrays instance concode_elem_sep void assertNullOrEmpty concode_elem_sep Com... | void function ( AssertionInfo arg0 , float [ ] arg1 ) { arrays . assertEmpty ( arg0 , failures , arg1 ) ; } |
14,173 | encodes bytes to base 64 , returning a string . concode_field_sep Charset UTF8 concode_field_sep byte[] encode concode_elem_sep byte[] encode concode_elem_sep InputStream decodeToStream concode_elem_sep InputStream encodeToStream concode_elem_sep String decodeToString concode_elem_sep String getString concode_elem_sep ... | String function ( byte [ ] arg0 ) { return getString ( encode ( arg0 ) ) ; } |
14,174 | gets the id value for this issuenotedata . concode_field_sep java.math.BigInteger note_type concode_elem_sep java.util.Calendar date_submitted concode_elem_sep java.lang.String note_attr concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.intellij.tasks.mantis.model.ObjectRef view_state concode_elem_sep... | java . math . BigInteger function ( ) { return id ; } |
14,175 | inserts the entity into app engine datastore . it uses http post method . concode_field_sep int METERS_IN_KILOMETER concode_elem_sep int MAXIMUM_DISTANCE concode_elem_sep Logger LOG concode_elem_sep int MAXIMUM_NUMBER_PLACES concode_field_sep Place updatePlace concode_elem_sep Place findPlace concode_elem_sep List<Plac... | Place function ( final Place arg0 , final User arg1 ) { EndpointUtil . throwIfNotAdmin ( arg1 ) ; ofy ( ) . save ( ) . entity ( arg0 ) . now ( ) ; return arg0 ; } |
14,176 | shows an information message box with the specified message thread-safe concode_field_sep PlaceHolder placeHolder concode_field_sep int showErrorMessageBox concode_elem_sep MessageConsole createConsole concode_elem_sep int showMessageBox concode_elem_sep int showMessageBox concode_elem_sep int showMessageBox concode_el... | int function ( final String arg0 ) { return showMessageBox ( WorkspaceUtils . getWorkbenchWindow ( ) , arg0 , SWT . ICON_WARNING ) ; } |
14,177 | the api 's identifier . this identifier is unique across all of your apis in amazon api gateway . concode_field_sep java.util.Date createdDate concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep GetRe... | String function ( ) { return this . id ; } |
14,178 | gets the value of the postpersist property . concode_field_sep PostPersist postPersist concode_elem_sep EntityListeners entityListeners concode_elem_sep AccessType access concode_elem_sep PostUpdate postUpdate concode_elem_sep IdClass idClass concode_elem_sep PrePersist prePersist concode_elem_sep String description co... | PostPersist function ( ) { return postPersist ; } |
14,179 | create an instance of jaxbelement concode_field_sep QName _ArrayOfString_QNAME concode_elem_sep QName _DataSet_QNAME concode_field_sep DataSet createDataSet concode_elem_sep JAXBElement<DataSet> createDataSet concode_elem_sep GetWeatherbyCityNamePro createGetWeatherbyCityNamePro concode_elem_sep GetSupportDataSetRespon... | JAXBElement < ArrayOfString > function ( ArrayOfString arg0 ) { return new JAXBElement < ArrayOfString > ( _ArrayOfString_QNAME , ArrayOfString . class , null , arg0 ) ; } |
14,180 | set the weight value . concode_field_sep String nextHop concode_elem_sep String locPrf concode_elem_sep String path concode_elem_sep Integer weight concode_elem_sep String network concode_field_sep ExpressRouteCircuitRoutesTable withPath concode_elem_sep String nextHop concode_elem_sep String locPrf concode_elem_sep St... | ExpressRouteCircuitRoutesTable function ( Integer arg0 ) { this . weight = arg0 ; return this ; } |
14,181 | gets the year value for this date . concode_field_sep java.lang.Integer month concode_elem_sep java.lang.Integer year concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer day concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field... | java . lang . Integer function ( ) { return year ; } |
14,182 | returns the kiem dem vien id of this ke hoach kiem dem nuoc . concode_field_sep KeHoachKiemDemNuoc _keHoachKiemDemNuoc concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.util.Date getNgayXuatBan concod... | int function ( ) { return _keHoachKiemDemNuoc . getKiemDemVienId ( ) ; } |
14,183 | get the suffix . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concode_... | char [ ] function ( int arg0 ) { char [ ] loc0 = new char [ arg0 ] ; if ( ( bufpos + 1 ) >= arg0 ) System . arraycopy ( buffer , bufpos - arg0 + 1 , loc0 , 0 , arg0 ) ; else { System . arraycopy ( buffer , bufsize - ( arg0 - bufpos - 1 ) , loc0 , 0 , arg0 - bufpos - 1 ) ; System . arraycopy ( buffer , 0 , loc0 , arg0 -... |
14,184 | return the strategy to use for resolving errors into message codes . concode_field_sep boolean autoGrowNestedPaths concode_elem_sep BindingErrorProcessor bindingErrorProcessor concode_elem_sep MessageCodesResolver messageCodesResolver concode_elem_sep boolean directFieldAccess concode_elem_sep Validator validator conco... | MessageCodesResolver function ( ) { return this . messageCodesResolver ; } |
14,185 | get the output from showdb concode_field_sep String statusmsg concode_elem_sep Vector codons concode_elem_sep String dbText concode_elem_sep Vector matrices concode_elem_sep String status concode_field_sep Vector getMatrices concode_elem_sep String getStatusMsg concode_elem_sep Vector getCodonUsage concode_elem_sep Str... | String function ( ) { return dbText ; } |
14,186 | you can configure the timeout that specifies how long to wait for a response from a remote server . the timeout unit is in milliseconds , so 60000 is 60 seconds . concode_field_sep boolean disconnect concode_elem_sep int maximumPoolSize concode_elem_sep SSLContextParameters sslContextParameters concode_elem_sep boolean... | void function ( long arg0 ) { this . timeout = arg0 ; } |
14,187 | determines which shard in the stream the data record is assigned to . partition keys are unicode strings with a maximum length limit of 256 characters for each key . amazon kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard . specifically , an ... | void function ( String arg0 ) { this . partitionKey = arg0 ; } |
14,188 | extracts a value from the current stash the stash contains fields eventually extracted from previous responses that can be reused as arguments for following requests e.g. scroll_id concode_field_sep Map<String,Object> stash concode_elem_sep ESLogger logger concode_elem_sep Stash EMPTY concode_field_sep void unstashObje... | Object function ( String arg0 ) { Object loc0 = stash . get ( arg0 . substring ( 1 ) ) ; if ( loc0 == null ) { throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; } return loc0 ; } |
14,189 | gets the value of the sequence property . concode_field_sep String sequence concode_elem_sep String amount concode_elem_sep String currencyCode concode_elem_sep String hashValue concode_elem_sep String timestamp concode_field_sep void setSequence concode_elem_sep String getCurrencyCode concode_elem_sep String getTimest... | String function ( ) { return sequence ; } |
14,190 | unbinds a session . concode_field_sep Event<FormPropertiesOpened> propertiesOpenedEvent concode_elem_sep CanvasCommandFactory commandFactory concode_elem_sep Logger LOGGER concode_elem_sep DynamicFormRenderer formRenderer concode_elem_sep AbstractClientFullSession session concode_elem_sep DefinitionUtils definitionUtil... | FormPropertiesWidget function ( ) { this . session = null ; doClear ( ) ; return this ; } |
14,191 | returns the value corresponding to the given ordinal concode_field_sep Logger logger concode_elem_sep Map<K,Entry<Integer,V>> primary concode_elem_sep IntObjectHashMap<V> secondary concode_elem_sep Map<K,V> delegate concode_field_sep int getOrdinal concode_elem_sep Set<Entry<K,V>> entrySet concode_elem_sep Set<Entry<K,... | V function ( int arg0 ) { return secondary . get ( arg0 ) ; } |
14,192 | transform a percent volume to a value that can be send to the pulseaudio server 0-65536 concode_field_sep String ITEM_SINK_INPUT concode_elem_sep String ITEM_SINK concode_elem_sep String CMD_UNLOAD_MODULE concode_elem_sep String MODULE_COMBINE_SINK concode_elem_sep List<Module> modules concode_elem_sep String CMD_LIST_... | int function ( int arg0 ) { return ( int ) Math . round ( 65536f / 100f * Double . valueOf ( arg0 ) ) ; } |
14,193 | sets the encapsulated short to the specified value . concode_field_sep long serialVersionUID concode_elem_sep short value concode_field_sep void copyTo concode_elem_sep short getValue concode_elem_sep void read concode_elem_sep int getBinaryLength concode_elem_sep int hashCode concode_elem_sep boolean equals concode_el... | void function ( short arg0 ) { this . value = arg0 ; } |
14,194 | set line count to zero and calls close method of reader . concode_field_sep LineNumberReader reader concode_elem_sep Resource resource concode_elem_sep int lineCount concode_elem_sep boolean noInput concode_field_sep String read concode_elem_sep void update concode_elem_sep void setResource concode_elem_sep void open | void function ( ) { lineCount = 0 ; if ( reader != null ) { try { reader . close ( ) ; } catch ( IOException loc0 ) { throw new ItemStreamException ( loc0 ) ; } } } |
14,195 | gets the label value for this sdkdocumentparameter . concode_field_sep java.lang.String urlName concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object[] values concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Inte... | java . lang . String function ( ) { return label ; } |
14,196 | returns the next crossword from list concode_field_sep String path concode_elem_sep LinkedList<Crossword> crosswordsList concode_elem_sep CwWriter cwwriter concode_elem_sep InteliCwDB actualDatabase concode_elem_sep CwReader cwreader concode_elem_sep Crossword actualCrossword concode_elem_sep int actualIndexOfCrossword... | Crossword function ( ) { actualIndexOfCrossword ++ ; if ( actualIndexOfCrossword >= crosswordsList . size ( ) ) { actualIndexOfCrossword = actualIndexOfCrossword % crosswordsList . size ( ) ; } actualCrossword = crosswordsList . get ( actualIndexOfCrossword ) ; return crosswordsList . get ( actualIndexOfCrossword ) ; } |
14,197 | sets the attributes for the encoding of the video stream in the target multimedia file . if null of not specified no video stream will be encoded . it can not be null if also the audio field is null . concode_field_sep Float duration concode_elem_sep String format concode_elem_sep AudioAttributes audioAttributes concod... | void function ( VideoAttributes arg0 ) { this . videoAttributes = arg0 ; } |
14,198 | the physics_scene element may contain an asset element . concode_field_sep PhysicsScene.TechniqueCommon techniqueCommon concode_elem_sep TargetableFloat timeStep concode_elem_sep List<Technique> techniques concode_elem_sep TargetableFloat3 gravity concode_elem_sep List<InstanceWithExtra> instanceForceFields concode_ele... | Asset function ( ) { return asset ; } |
14,199 | returns the id of the place this prediction is suggesting . concode_field_sep List<DescriptionTerm> terms concode_elem_sep int offset concode_elem_sep int substrLength concode_elem_sep String placeId concode_elem_sep GooglePlaces client concode_elem_sep String description concode_elem_sep int substrOffset concode_elem_... | String function ( ) { return placeId ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.