idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
8,300 | calculates the squared length of the vector . concode_field_sep float w concode_elem_sep float x concode_elem_sep float y concode_elem_sep float z concode_field_sep Vec4 add concode_elem_sep FloatBuffer getBuffer concode_elem_sep Vec4 lerp concode_elem_sep Vec4 negate concode_elem_sep Vec4 normalize concode_elem_sep Ve... | float function ( ) { return x * x + y * y + z * z + w * w ; } |
8,301 | get the replication factor of a file . concode_field_sep long blocksize concode_elem_sep String owner concode_elem_sep long length concode_elem_sep FsPermission permission concode_elem_sep byte storagePolicy concode_elem_sep FileEncryptionInfo feInfo concode_elem_sep short block_replication concode_elem_sep byte[] EMPT... | short function ( ) { return block_replication ; } |
8,302 | sets the select all state of the text in the document . if true the document text is all selected ; otherwise , false . this is only a flag and must be interpreted by the pages and page view components . concode_field_sep ArrayList<WeakReference<AbstractPageViewComponent>> selectedPageText concode_elem_sep float oldUse... | void function ( boolean arg0 ) { this . selectAll = arg0 ; } |
8,303 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<CacheSecurityGroup> cacheSecurityGroups concode_elem_sep String marker concode_field_sep String getMarker concode_elem_sep java.util.List<CacheSecurityGroup> getCacheSec... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getMarker ( ) != null ) loc0 . append ( "srini_string" + getMarker ( ) + "srini_string" ) ; if ( getCacheSecurityGroups ( ) != null ) loc0 . append ( "srini_string" + getCacheSecurityGroups ( ) ) ; loc0 . append (... |
8,304 | sets the name property concode_field_sep String password concode_elem_sep String comments concode_elem_sep float numberValue concode_elem_sep String name concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getName concode_elem_sep String getComments concode_elem_sep String res... | void function ( String arg0 ) { if ( dontSet ( ) ) return ; name = arg0 ; } |
8,305 | sets the codec data . concode_field_sep int revisionID concode_elem_sep Timestamp timeStamp concode_elem_sep int revisionCounter concode_elem_sep RevisionCodecData codecData concode_elem_sep Integer contributorId concode_elem_sep boolean isMinor concode_elem_sep boolean contributorIsRegistered concode_elem_sep List<Dif... | void function ( final RevisionCodecData arg0 ) { this . codecData = arg0 ; } |
8,306 | store the managed bean inside the session scope . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute conco... | void function ( String arg0 , Object arg1 ) { FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getSessionMap ( ) . put ( arg0 , arg1 ) ; } |
8,307 | converts the given boolean to character . false = n , true = y. concode_field_sep PlaceHolder placeHolder concode_field_sep String bool2CharEmpty concode_elem_sep String intToFixedLengthString concode_elem_sep String bool2Int | String function ( boolean arg0 ) { if ( arg0 ) { return "srini_string" ; } return "srini_string" ; } |
8,308 | limiting number of results per page . concode_field_sep String keywords concode_elem_sep String httpProxyHost concode_elem_sep Double latitude concode_elem_sep String consumerSecret concode_elem_sep Twitter twitter concode_elem_sep String userIds concode_elem_sep String distanceMetric concode_elem_sep String consumerKe... | void function ( Integer arg0 ) { this . count = arg0 ; } |
8,309 | set the job name for this job . concode_field_sep Log LOG concode_elem_sep List<ControlledJob> dependingJobs concode_elem_sep String CREATE_DIR concode_elem_sep State state concode_elem_sep String controlID concode_elem_sep Job job concode_elem_sep String message concode_field_sep void setJobID concode_elem_sep void fa... | void function ( String arg0 ) { job . setJobName ( arg0 ) ; } |
8,310 | at the end of each week the appliance models refresh their schedule . this way we have a realistic and dynamic model , changing function hours , consuming power and so on . concode_field_sep RandomSeedRepo randomSeedRepo concode_elem_sep Vector<Boolean> dailyOperation concode_elem_sep Vector<Vector<Integer>> weeklyLoad... | void function ( ) { } |
8,311 | set click activity . concode_field_sep Class<?> triggerReceiver concode_elem_sep Class<?> clearReceiver concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep Class<?> clickActivity concode_field_sep Notification build concode_elem_sep Builder setTriggerReceiver concode_elem_sep void applyCo... | Builder function ( Class < ? > arg0 ) { this . clickActivity = arg0 ; return this ; } |
8,312 | similar to the parse method but it visits the ancestor nodes and properly emulate the all in-scope namespace declarations . concode_field_sep AttributesImpl atts concode_elem_sep Locator locator concode_elem_sep ContentHandler receiver concode_elem_sep Node currentNode concode_field_sep String getSystemId concode_elem_... | void function ( Element arg0 , ContentHandler arg1 ) { setContentHandler ( arg1 ) ; scan ( arg0 ) ; } |
8,313 | record a message that will be added to the user 's session and displayed on their next request . concode_field_sep String redirectURI concode_elem_sep Map<String,List<String>> flashMessages concode_elem_sep Errors errors concode_field_sep void addError concode_elem_sep boolean isGet concode_elem_sep void addErrors conc... | void function ( String arg0 , String arg1 ) { if ( flashMessages == null ) { flashMessages = new HashMap < String , List < String >> ( ) ; } if ( flashMessages . get ( arg0 ) == null ) { flashMessages . put ( arg0 , new ArrayList < String > ( ) ) ; } flashMessages . get ( arg0 ) . add ( arg1 ) ; } |
8,314 | utility to return the object as a string . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep int age concode_field_sep int getAge concode_elem_sep void setLastName concode_elem_sep void setFirstName concode_elem_sep String getFirstName concode_elem_sep String getLastName concode_elem_... | String function ( ) { return "srini_string" + firstName + "srini_string" + lastName + "srini_string" + age + "srini_string" ; } |
8,315 | sets whether hot restart is enabled on this member . concode_field_sep int validationTimeoutSeconds concode_elem_sep HotRestartClusterDataRecoveryPolicy clusterDataRecoveryPolicy concode_elem_sep int parallelism concode_elem_sep int DEFAULT_VALIDATION_TIMEOUT concode_elem_sep File baseDir concode_elem_sep File backupDi... | HotRestartPersistenceConfig function ( boolean arg0 ) { this . enabled = arg0 ; return this ; } |
8,316 | called when the task was rejected because the local node is no longer master concode_field_sep PlaceHolder placeHolder concode_field_sep void onFailure concode_elem_sep ClusterState execute concode_elem_sep boolean runOnlyOnMaster | void function ( String arg0 ) { onFailure ( arg0 , new EsRejectedExecutionException ( "srini_string" + arg0 + "srini_string" ) ) ; } |
8,317 | i learned of this method through the reges textbook . this method evaluates user input to ensure the user 's input is of a legal integer data type . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean eligibleForHouse concode_elem_sep boolean eligibleForSenate concode_elem_sep void main | int function ( Scanner arg0 , String arg1 ) { System . out . print ( arg1 ) ; while ( ! arg0 . hasNextInt ( ) ) { arg0 . next ( ) ; System . out . println ( "srini_string" ) ; System . out . print ( arg1 ) ; } return arg0 . nextInt ( ) ; } |
8,318 | returns an inputstream object that contains a partial blob value , starting with the byte specified by pos , which is length bytes in length . concode_field_sep BlobDataID blob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_elem_sep BlobDataID originalBlob concode_elem_sep int colIn... | InputStream function ( long arg0 , long arg1 ) { if ( ! isInLimits ( Long . MAX_VALUE , arg0 - 1 , arg1 ) ) { throw Util . outOfRangeArgument ( ) ; } return new BlobInputStream ( session , blob , arg0 - 1 , arg1 ) ; } |
8,319 | sets the element value . if the value is non-null the set flag is marked true ; if the value is null it is set to '' '' , the set flag is marked false , and the element image is set to blank . concode_field_sep String image concode_elem_sep String IMAGE_ALERT concode_elem_sep boolean set concode_elem_sep String IMAGE_B... | void function ( String arg0 ) { if ( arg0 != null ) { if ( arg0 . length ( ) > 0 ) { this . value = arg0 . trim ( ) ; set = true ; return ; } } this . value = "srini_string" ; setImage ( IMAGE_BLANK ) ; set = false ; } |
8,320 | this method used to populate the sms template cache . concode_field_sep PlaceHolder placeHolder concode_field_sep void populateTicklerCache concode_elem_sep void populateRetailerAlertCache concode_elem_sep void populateWorkFlowEscalationCache concode_elem_sep void populateSubCategoryCache concode_elem_sep void populate... | void function ( ) { try { Cache loc0 = CacheFactory . getCacheImpl ( ) ; loc0 . populateIndividualCache ( "srini_string" ) ; loc0 . populateIndividualCache ( "srini_string" ) ; } catch ( Exception loc0 ) { } } |
8,321 | the description for the status code . concode_field_sep String code concode_elem_sep java.util.Date updateTime concode_elem_sep String message concode_field_sep SpotInstanceStatus withUpdateTime concode_elem_sep java.util.Date getUpdateTime concode_elem_sep SpotInstanceStatus withCode concode_elem_sep int hashCode conc... | void function ( String arg0 ) { this . message = arg0 ; } |
8,322 | get uuid concode_field_sep DateTime dateTime concode_elem_sep String uuid concode_elem_sep Map<String,Animal> map concode_field_sep MixedPropertiesAndAdditionalPropertiesClass dateTime concode_elem_sep String toIndentedString concode_elem_sep MixedPropertiesAndAdditionalPropertiesClass putMapItem concode_elem_sep DateT... | String function ( ) { return uuid ; } |
8,323 | returns ` true ' if this overlay contains the specified roi . concode_field_sep boolean drawNames concode_elem_sep Font labelFont concode_elem_sep boolean label concode_elem_sep Vector list concode_elem_sep Color labelColor concode_elem_sep boolean drawBackgrounds concode_elem_sep boolean isCalibrationBar concode_field... | boolean function ( Roi arg0 ) { return list . contains ( arg0 ) ; } |
8,324 | make tree into an array concode_field_sep MenuEntry node concode_elem_sep ArrayList<TreeNode> children concode_elem_sep boolean hasChildren concode_elem_sep boolean root concode_elem_sep boolean selected concode_field_sep boolean getSelected concode_elem_sep boolean getHasChilds concode_elem_sep void setHasChilds conco... | void function ( TreeNode arg0 ) { if ( this . children == null ) { this . children = new ArrayList < TreeNode > ( ) ; } this . children . add ( arg0 ) ; hasChildren = true ; } |
8,325 | returns the meta-inf resources . internal api , do no use in application code . concode_field_sep String[] DEFAULT_CLASS_PATH_EXCLUDES concode_elem_sep List<String> overlays concode_elem_sep List<Class<?>> classes concode_elem_sep boolean useClasspath concode_elem_sep List<String> libraries concode_elem_sep String name... | List < String > function ( ) { return metaInfResources ; } |
8,326 | gets the value of the eventtype property . concode_field_sep IdentificationType identification concode_elem_sep String mobileNumber concode_elem_sep String eventDescription concode_elem_sep List<String> eventText concode_elem_sep long serialVersionUID concode_elem_sep String eventType concode_elem_sep String eventShort... | String function ( ) { return eventType ; } |
8,327 | front returns the node at the front of this dlist . if dlist is empty , return null . do not return the sentinel under any circumstances ! concode_field_sep DListNode head concode_elem_sep int size concode_elem_sep int x concode_field_sep DListNode next concode_elem_sep DListNode prev concode_elem_sep boolean isEmpty c... | DListNode function ( ) { if ( size == 0 ) { return null ; } else { return head . next ; } } |
8,328 | cause this callable to perform it 's gl operations @see performgloperations . this method will block until the gl operations have been performed . concode_field_sep Texture lastUsed concode_elem_sep boolean inSafe concode_field_sep void performGLOperations concode_elem_sep void leaveSafeBlock concode_elem_sep void ente... | void function ( ) { enterSafeBlock ( ) ; performGLOperations ( ) ; leaveSafeBlock ( ) ; } |
8,329 | writes the value of an integer field to a byte array use this function to set the value of a field within a message . concode_field_sep int m_offset concode_elem_sep String m_name concode_elem_sep DataType m_type concode_field_sep void checkType concode_elem_sep void setByte concode_elem_sep String getName concode_elem... | void function ( byte [ ] arg0 , int arg1 ) { check ( arg0 . length , DataType . INT ) ; arg0 [ m_offset ] = ( byte ) ( ( arg1 >>> 24 ) & 0xFF ) ; arg0 [ m_offset + 1 ] = ( byte ) ( ( arg1 >>> 16 ) & 0xFF ) ; arg0 [ m_offset + 2 ] = ( byte ) ( ( arg1 >>> 8 ) & 0xFF ) ; arg0 [ m_offset + 3 ] = ( byte ) ( ( arg1 >>> 0 ) &... |
8,330 | called when the init milestone is attained . concode_field_sep int TWICE_CPU_NUM concode_elem_sep Logger LOGGER concode_field_sep void run concode_elem_sep ReactorListener buildReactorListener | void function ( InitMilestone arg0 ) { } |
8,331 | closes the session . concode_field_sep Database dDatabase concode_elem_sep HsqlArrayList tTransaction concode_elem_sep int iNestedOldTransIndex concode_elem_sep int iId concode_elem_sep jdbcConnection intConnection concode_elem_sep boolean script concode_elem_sep boolean bAutoCommit concode_elem_sep boolean bReadOnly c... | void function ( ) { disconnect ( ) ; } |
8,332 | return the value of the branchcontractedicon property . concode_field_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep long serialVersionUID concode_elem_sep boolean leaf concode_elem_sep String leafIcon concode_e... | String function ( ) { return branchContractedIcon ; } |
8,333 | the default value to use if the source attribute is not specified in a document . optional . constraints : length : 0 - 1024 concode_field_sep String defaultValue concode_elem_sep String sourceName concode_field_sep SourceData withSourceName concode_elem_sep String getSourceName concode_elem_sep int hashCode concode_el... | void function ( String arg0 ) { this . defaultValue = arg0 ; } |
8,334 | updates the website in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep WebsiteLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.model.Website getWebsite concode_elem_sep com.li... | com . liferay . portal . kernel . model . Website function ( com . liferay . portal . kernel . model . Website arg0 ) { return getService ( ) . updateWebsite ( arg0 ) ; } |
8,335 | returns the value of this hdf node , or null if this node has no value . every node in the tree can have a value , a child , and a next peer . concode_field_sep JniHdf root concode_elem_sep CSFileLoader fileLoader concode_elem_sep long hdfptr concode_field_sep JniHdf objNext concode_elem_sep long _init concode_elem_sep... | String function ( ) { if ( hdfptr == 0 ) { throw new NullPointerException ( "srini_string" ) ; } return _objValue ( hdfptr ) ; } |
8,336 | this method return true if a given url query parameter is already part of the list . if it does n't exist then false is returned . concode_field_sep HeaderProperties httpHeaderParams concode_elem_sep long serialVersionUID concode_elem_sep URLQueryParameter queryParams concode_field_sep void removeHTTPHeaderParameter co... | boolean function ( String arg0 ) { return getURLQueryParameter ( arg0 ) != null ; } |
8,337 | create json content from the specified string source . the source can contain the json itself or , if it ends with . json , the name of a resource to be loaded using resourceloadclass . concode_field_sep JsonLoader loader concode_field_sep JsonContent<Object> getJsonContent concode_elem_sep void verify concode_elem_sep... | JsonContent < Object > function ( CharSequence arg0 ) { verify ( ) ; return getJsonContent ( this . loader . getJson ( arg0 ) ) ; } |
8,338 | explain the custom score . whenever overriding #customscore int , float , float , this method should also be overridden to provide the correct explanation for the part of the custom scoring . concode_field_sep LeafReaderContext context concode_field_sep float customScore concode_elem_sep float customScore | Explanation function ( int arg0 , Explanation arg1 , Explanation arg2 ) { float loc0 = 1 ; if ( arg2 != null ) { loc0 *= arg2 . getValue ( ) ; } return Explanation . match ( loc0 * arg1 . getValue ( ) , "srini_string" , arg1 , arg2 ) ; } |
8,339 | returns the exponent value for this transfer function concode_field_sep float amplitude concode_elem_sep float offset concode_elem_sep float[] tableValues concode_elem_sep float intercept concode_elem_sep int type concode_elem_sep float slope concode_elem_sep float exponent concode_field_sep ComponentTransferFunction g... | float function ( ) { return exponent ; } |
8,340 | retrieve the routing key . concode_field_sep Map<String,BlockingCell<Object>> _continuationMap concode_elem_sep DefaultConsumer _consumer concode_elem_sep int NO_TIMEOUT concode_elem_sep int _correlationId concode_elem_sep String _exchange concode_elem_sep int _timeout concode_elem_sep String _routingKey concode_elem_s... | String function ( ) { return _routingKey ; } |
8,341 | sets the url endpoint where to send solrrequest requests in json format . this url is definedby solr and for the most part you will not have to call this method to to override this value . currently the default value is / update/json/docs . this method is available to support future evolutions of the solr api . concode... | Builder function ( String arg0 ) { this . jsonUpdateUrl = arg0 ; return this ; } |
8,342 | return the host of the registry for the exported rmi service . 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 concode_elem_sep RMIServerSocketFactory serverSocketFactory concode_elem_sep b... | String function ( ) { return this . host ; } |
8,343 | returns the java representation of a basic type in boxed form . concode_field_sep String implicitPackageName concode_elem_sep Map<String,Boolean> implicitImports concode_elem_sep Set<String> usedNicknames concode_elem_sep ImmutableMap<String,String> BOXED_TYPE_MAP concode_elem_sep BiMap<String,TypeAlias> imports concod... | String function ( String arg0 ) { return LanguageUtil . getRename ( arg0 , BOXED_TYPE_MAP ) ; } |
8,344 | 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 ) ) ; } |
8,345 | allow redirects from the loaded webpage . highly discouraged and only works on android 8 + concode_field_sep ViewGroup settingsContainer concode_elem_sep BasePrefsWizard parent concode_elem_sep ViewGroup validationBar concode_elem_sep OnAccountCreationDoneListener creationListener concode_elem_sep WebView webView conco... | void function ( ) { AccountCreationWebviewHelper . getInstance ( ) . setAllowRedirect ( webView ) ; } |
8,346 | only output the specified fields . concode_field_sep Fields fields concode_elem_sep String DEFAULT_RECORD_DELIMITER concode_elem_sep String recordDelimiter concode_elem_sep String DEFAULT_FIELD_DELIMITER concode_elem_sep String fieldDelimiter concode_field_sep DelimitedRecordFormat withFieldDelimiter concode_elem_sep b... | DelimitedRecordFormat function ( Fields arg0 ) { this . fields = arg0 ; return this ; } |
8,347 | add parameters concode_field_sep int staticDefaultMaxRow concode_elem_sep Map<SqlFunction,String> sqlFunctions concode_elem_sep int blockSize concode_elem_sep int startFrom concode_elem_sep boolean onlyIdentifier concode_elem_sep Map<AdditionalInformationType,String> additionalInformation concode_elem_sep int index con... | void function ( Object arg0 , FieldType arg1 , int arg2 ) { int loc0 = toSQLType ( arg1 ) ; parameters . put ( arg2 , new QueryParameter ( arg0 , loc0 , arg2 ) ) ; } |
8,348 | gets the cache instance being used . concode_field_sep Map<String,Queue<Request>> mWaitingRequests concode_elem_sep CacheDispatcher mCacheDispatcher concode_elem_sep ResponseDelivery mDelivery concode_elem_sep int DEFAULT_NETWORK_THREAD_POOL_SIZE concode_elem_sep Cache mCache concode_elem_sep AtomicInteger mSequenceGen... | Cache function ( ) { return mCache ; } |
8,349 | add a new encryption zone . called while holding the fsdirectory lock . concode_field_sep CipherSuite suite concode_elem_sep long inodeId concode_elem_sep String keyName concode_elem_sep int maxListEncryptionZonesResponses concode_elem_sep TreeMap<Long,EncryptionZoneInt> encryptionZones concode_elem_sep Logger LOG conc... | void function ( Long arg0 , CipherSuite arg1 , CryptoProtocolVersion arg2 , String arg3 ) { assert dir . hasWriteLock ( ) ; unprotectedAddEncryptionZone ( arg0 , arg1 , arg2 , arg3 ) ; } |
8,350 | provides serialization support . concode_field_sep BlockBorder NONE concode_elem_sep RectangleInsets insets concode_elem_sep Paint paint concode_elem_sep long serialVersionUID concode_field_sep void writeObject concode_elem_sep boolean equals concode_elem_sep RectangleInsets getInsets concode_elem_sep void draw concode... | void function ( ObjectInputStream arg0 ) { arg0 . defaultReadObject ( ) ; this . paint = SerialUtilities . readPaint ( arg0 ) ; } |
8,351 | return the height of this block of tiles concode_field_sep int xOff concode_elem_sep int w concode_elem_sep int h concode_elem_sep int occY concode_elem_sep int occX concode_elem_sep int occH concode_elem_sep int occW concode_elem_sep int yOff concode_elem_sep int benefit concode_elem_sep boolean[] occupied concode_fie... | int function ( ) { return h ; } |
8,352 | order status concode_field_sep Long id concode_elem_sep Date shipDate concode_elem_sep String value concode_elem_sep StatusEnum status concode_elem_sep Long petId concode_elem_sep Integer quantity concode_elem_sep Boolean complete concode_field_sep Date getShipDate concode_elem_sep String toIndentedString concode_elem_... | StatusEnum function ( ) { return status ; } |
8,353 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String name concode_elem_sep String status concode_field_sep void setName concode_elem_sep VolumeStatusDetails withStatus concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals co... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( name != null ) loc0 . append ( "srini_string" + name + "srini_string" ) ; if ( status != null ) loc0 . append ( "srini_string" + status + "srini_string" ) ; loc0 . append ( "srini_string" ) ; return loc0 . toStrin... |
8,354 | returns object of this class with specified values . concode_field_sep List<Integer> sRlg concode_elem_sep short SIZE concode_elem_sep short ATTRNODE_SRLG concode_field_sep BgpLinkAttrSrlg read concode_elem_sep short getType concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString ... | BgpLinkAttrSrlg function ( ArrayList < Integer > arg0 ) { return new BgpLinkAttrSrlg ( arg0 ) ; } |
8,355 | returns the ticks per second . 0 if not specified in the imported file concode_field_sep double m_ticksPerSecond concode_elem_sep String m_name concode_elem_sep double m_duration concode_elem_sep List<AiNodeAnim> m_nodeAnims concode_field_sep String getName concode_elem_sep double getDuration concode_elem_sep List<AiNo... | double function ( ) { return m_ticksPerSecond ; } |
8,356 | sentry-478 if the binding uses the searchproviderbackend , it can sync privilege with sentry service concode_field_sep Logger LOG concode_elem_sep String KERBEROS_PRINCIPAL concode_elem_sep String[] HADOOP_CONF_FILES concode_elem_sep String KERBEROS_ENABLED concode_elem_sep String principalProp concode_elem_sep SolrAut... | boolean function ( ) { return providerBackend instanceof SentryGenericProviderBackend ; } |
8,357 | return a string representation of this treenode . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep String getName... | String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; toString ( loc0 , 0 , this ) ; return ( loc0 . toString ( ) ) ; } |
8,358 | returns the file path . this is typically a file path when the merge is initiated via the process file ... interface.when using the process document ... interface , this will beone of the magic constants com.android.manifmerger.imergerlog #library or com.android.manifmerger.imergerlog #main_manifest . when that fails ,... | String function ( ) { return mFilePath ; } |
8,359 | gets the user name . 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 ; } |
8,360 | open a java.io.inputstream for the specified resource , ignoring anyspecified #getcharset charset or @linkplain #getencoding encoding . concode_field_sep Charset charset concode_elem_sep Resource resource concode_elem_sep String encoding concode_field_sep String getEncoding concode_elem_sep Resource getResource concode... | InputStream function ( ) { return this . resource . getInputStream ( ) ; } |
8,361 | get propery concode_field_sep String DEFAULT_LANGUAGE concode_elem_sep String DEFAULT_WINDOW_TAB_PLACEMENT concode_elem_sep String P_AUTO_COMMIT concode_elem_sep Logger log concode_elem_sep String DEFAULT_ORG concode_elem_sep String P_MENU_COLLAPSED concode_elem_sep String DEFAULT_CLIENT concode_elem_sep Properties pro... | String function ( String arg0 ) { if ( arg0 == null ) return "srini_string" ; String loc0 = props . getProperty ( arg0 , "srini_string" ) ; if ( loc0 == null || loc0 . length ( ) == 0 ) return "srini_string" ; return loc0 ; } |
8,362 | internal function for computing the decomposition . concode_field_sep double gammasV[] concode_elem_sep int min concode_elem_sep double gammasU[] concode_elem_sep double b[] concode_elem_sep double u[] concode_elem_sep DenseMatrix64F UBV concode_elem_sep int m concode_elem_sep int n concode_field_sep void init concode_... | boolean function ( ) { for ( int loc0 = 0 ; loc0 < min ; loc0 ++ ) { computeU ( loc0 ) ; computeV ( loc0 ) ; } return true ; } |
8,363 | visits an annotation on the type of the field . concode_field_sep FieldVisitor fv concode_elem_sep int api concode_field_sep void visitEnd concode_elem_sep void visitAttribute concode_elem_sep AnnotationVisitor visitAnnotation | AnnotationVisitor function ( int arg0 , TypePath arg1 , String arg2 , boolean arg3 ) { if ( fv != null ) { return fv . visitTypeAnnotation ( arg0 , arg1 , arg2 , arg3 ) ; } return null ; } |
8,364 | get the retentiontime value . concode_field_sep Integer maxTaskRetryCount concode_elem_sep Period maxWallClockTime concode_elem_sep Period retentionTime concode_field_sep TaskConstraints withRetentionTime concode_elem_sep TaskConstraints withMaxWallClockTime concode_elem_sep Integer maxTaskRetryCount concode_elem_sep T... | Period function ( ) { return this . retentionTime ; } |
8,365 | adds a map of properties from a parent scope to the properties for this tool . only new properties will be added ; any that are already set for this tool will be ignored . concode_field_sep boolean restrictToIsExact concode_elem_sep long serialVersionUID concode_elem_sep Method configure concode_elem_sep String CONFIGU... | void function ( Map < String , Object > arg0 ) { Map < String , Object > loc0 = getProps ( ) ; for ( Map . Entry < String , Object > loc1 : arg0 . entrySet ( ) ) { if ( ! loc0 . containsKey ( loc1 . getKey ( ) ) ) { loc0 . put ( loc1 . getKey ( ) , loc1 . getValue ( ) ) ; } } } |
8,366 | implements org.apache.batik.i18n.localizable #setlocale locale . concode_field_sep String RESOURCES concode_elem_sep LocalizableSupport localizableSupport concode_field_sep String formatMessage concode_elem_sep String getString concode_elem_sep Locale getLocale | void function ( Locale arg0 ) { localizableSupport . setLocale ( arg0 ) ; } |
8,367 | return a descriptor string used to describe the signature of a method . this descriptor takes the format : methoddescriptor parameterdescritor returndescriptor parameterdescriptor fieldtype excluding void returndescriptor fieldtype including void example : object mymethod int i , double d , thread t evaluates to idljav... | String function ( Class [ ] arg0 , Class arg1 ) { StringBuffer loc0 = new StringBuffer ( "srini_string" ) ; if ( arg0 != null ) for ( int loc1 = 0 ; loc1 < arg0 . length ; ++ loc1 ) loc0 . append ( fieldDescriptor ( arg0 [ loc1 ] ) ) ; loc0 . append ( "srini_string" ) . append ( fieldDescriptor ( arg1 ) ) ; return loc0... |
8,368 | sets the value of the value property . concode_field_sep Map<QName,String> otherAttributes concode_elem_sep String value concode_field_sep String getValue concode_elem_sep Map<QName,String> getOtherAttributes | void function ( String arg0 ) { this . value = arg0 ; } |
8,369 | get the client secret concode_field_sep String clientIpAddress concode_elem_sep String clientId concode_elem_sep List<String> allowedGrantTypes concode_elem_sep boolean isConfidential concode_elem_sep boolean registeredDynamically concode_elem_sep List<String> applicationCertificates concode_elem_sep UserSubject subjec... | String function ( ) { return clientSecret ; } |
8,370 | returns true if getstyle has the bold bit set . concode_field_sep int BOLD_ITALIC concode_elem_sep int mStyle concode_elem_sep int BOLD concode_elem_sep int NORMAL concode_elem_sep Typeface SANS_SERIF concode_elem_sep Typeface SERIF concode_elem_sep int native_instance concode_elem_sep Typeface DEFAULT_BOLD concode_ele... | boolean function ( ) { return ( mStyle & BOLD ) != 0 ; } |
8,371 | shortcut for booleanproperty name , false concode_field_sep Logger logger concode_field_sep int intProperty concode_elem_sep void setProperty concode_elem_sep void setSystemProperty concode_elem_sep String property concode_elem_sep String property concode_elem_sep String sysProperty concode_elem_sep String sysProperty ... | boolean function ( String arg0 ) { return booleanProperty ( arg0 , false ) ; } |
8,372 | returns the size of the entry for key and value inuser-defined units . the default implementation returns 1 so that size is the number of entries and max size is the maximum number of entries . an entry 's size must not change while it is in the cache . concode_field_sep int evictionCount concode_elem_sep int putCount ... | int function ( K arg0 , V arg1 ) { return 1 ; } |
8,373 | closes the underlying reader quietly . this method is useful if you only want to process the first few lines of a larger file . if you do not close the iterator then the reader remains open . this method can safely be called multiple times . concode_field_sep BufferedReader bufferedReader concode_elem_sep String cached... | void function ( ) { finished = true ; IOUtils . closeQuietly ( bufferedReader ) ; cachedLine = null ; } |
8,374 | sets the required replica set name for the cluster . concode_field_sep ClusterConnectionMode mode concode_elem_sep ClusterConnectionMode mode concode_elem_sep List<ServerAddress> hosts concode_elem_sep String requiredReplicaSetName concode_elem_sep ClusterType requiredClusterType concode_elem_sep ClusterType requiredCl... | Builder function ( final String arg0 ) { this . requiredReplicaSetName = arg0 ; return this ; } |
8,375 | gets the value of the format property . concode_field_sep String logMessage concode_elem_sep String format concode_elem_sep DataHandler objectXML concode_field_sep DataHandler getObjectXML concode_elem_sep void setObjectXML concode_elem_sep void setFormat concode_elem_sep String getLogMessage concode_elem_sep void setL... | String function ( ) { return format ; } |
8,376 | a states name must not be empty . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_fiel... | void function ( ) { prepareStateTest ( ) ; state . setName ( "srini_string" ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_STATE_WITHOUT_NAME ) ; } |
8,377 | gets the value of the usertimezone property . concode_field_sep boolean accessibilityMode concode_elem_sep String userLocale concode_elem_sep String organizationName concode_elem_sep String roleId concode_elem_sep String userFullName concode_elem_sep String currencySymbol concode_elem_sep String userName concode_elem_s... | String function ( ) { return this . userTimeZone ; } |
8,378 | the actual response indexresponse or deleteresponse . null in case of failure . concode_field_sep String STATUS_FIELD concode_elem_sep String _ID concode_elem_sep String _TYPE concode_elem_sep String STATUS concode_elem_sep String opType concode_elem_sep String ID_FIELD concode_elem_sep String index concode_elem_sep Th... | T function ( ) { return ( T ) response ; } |
8,379 | check whether the given modifier is final . concode_field_sep int PRIVATE concode_elem_sep int PROTECTED concode_elem_sep int INTERFACE concode_elem_sep int BRIDGE concode_elem_sep int PUBLIC concode_elem_sep int STATIC concode_elem_sep int NATIVE concode_elem_sep int ALL_FLAGS concode_elem_sep int SUPER concode_elem_s... | boolean function ( int arg0 ) { return ( arg0 & FINAL ) != 0 ; } |
8,380 | gets delimiter indicating the start of the data of a txt input file . concode_field_sep int ignoreLast concode_elem_sep String delimeter concode_elem_sep List<ValueType> columnTypes concode_elem_sep String dateFormat concode_elem_sep List<String> columns concode_elem_sep String format concode_elem_sep String startDelim... | String function ( ) { return startDelimeter ; } |
8,381 | return any exclusions that limit the candidate configurations . concode_field_sep Environment environment concode_elem_sep ConfigurableListableBeanFactory beanFactory concode_elem_sep ClassLoader beanClassLoader concode_elem_sep List<String> exclude concode_elem_sep ResourceLoader resourceLoader concode_elem_sep String... | Set < String > function ( AnnotationMetadata arg0 , AnnotationAttributes arg1 ) { Set < String > loc0 = new LinkedHashSet < String > ( ) ; loc0 . addAll ( asList ( arg1 , "srini_string" ) ) ; loc0 . addAll ( Arrays . asList ( arg1 . getStringArray ( "srini_string" ) ) ) ; loc0 . addAll ( getExcludeAutoConfigurationsPro... |
8,382 | get statuses of a friend concode_field_sep String CONSUMER_KEY concode_elem_sep String CONSUMER_KEY_SECRET concode_field_sep Twitter init concode_elem_sep Status updateStatus concode_elem_sep List<User> getUserFriends concode_elem_sep List<Status> getHomeTimeline concode_elem_sep void replyToTweet concode_elem_sep void... | List < Status > function ( Twitter arg0 , String arg1 ) { List < Status > loc0 = null ; try { loc0 = arg0 . getUserTimeline ( arg1 ) ; } catch ( TwitterException loc1 ) { loc1 . printStackTrace ( ) ; } return loc0 ; } |
8,383 | assert that the given text does not contain the given substring . assert.doesnotcontain name , `` rod '' , `` name must not contain ` rod ' '' ; concode_field_sep PlaceHolder placeHolder concode_field_sep void isTrue concode_elem_sep void isAssignable concode_elem_sep void contains concode_elem_sep void contains concod... | void function ( final String arg0 , final String arg1 , final String arg2 ) { if ( StringUtils . hasLength ( arg0 ) && StringUtils . hasLength ( arg1 ) && arg0 . indexOf ( arg1 ) != - 1 ) { throw new ConfigException ( arg2 ) ; } } |
8,384 | adds a boolean property to a map only if the value is non-null , otherwise the key/value pair will not be added at all . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBu... | JSONBuilder function ( String arg0 , Boolean arg1 ) { if ( arg1 == null ) { return this ; } return entry ( arg0 , arg1 . booleanValue ( ) ) ; } |
8,385 | geterrorconsolestream concode_field_sep MessageConsole console concode_elem_sep MessageConsoleStream errorConsoleStream concode_elem_sep String CONSOLE_ICON_PATH concode_elem_sep Map<MessageConsoleStream,String> streamColorMap concode_elem_sep MessageConsoleStream infoConsoleStream concode_elem_sep ScriptingConsole INS... | MessageConsoleStream function ( ) { return errorConsoleStream = getConsoleStream ( errorConsoleStream , ConsoleThemer . CONSOLE_ERROR ) ; } |
8,386 | retrieves a hexidecimal character sequence representing the md5 digest of the specified character sequence , using the specified encoding to first convert the character sequence into a byte sequence . if the specified encoding is null , then iso-8859-1 is assumed concode_field_sep MessageDigest md5 concode_field_sep by... | String function ( String arg0 , String arg1 ) { return StringConverter . byteToHex ( digestString ( arg0 , arg1 ) ) ; } |
8,387 | gets the value of the customconverterid property . concode_field_sep FieldDefinition a concode_elem_sep FieldDefinition b concode_elem_sep Relationship relationshipType concode_elem_sep Type type concode_elem_sep String bHint concode_elem_sep String aHint concode_elem_sep String customConverterParam concode_elem_sep St... | String function ( ) { return customConverterId ; } |
8,388 | set the parameter for the endpoint concode_field_sep double startParam concode_elem_sep CurveImpl curve concode_elem_sep double endParam concode_elem_sep CurveInterpolation interpolation concode_field_sep double getEndConstructiveParam concode_elem_sep double getStartParam concode_elem_sep DirectPosition getStartPoint ... | void function ( double arg0 ) { this . endParam = arg0 ; } |
8,389 | checks that class 's name ends in the suffix specified for this handler . override for more complex criteria concode_field_sep Log log concode_elem_sep boolean allowAbstract concode_elem_sep String artefactSuffix concode_elem_sep String type concode_elem_sep Class<?> grailsClassType concode_elem_sep Class<?> grailsClas... | boolean function ( @ SuppressWarnings ( "srini_string" ) Class arg0 ) { if ( arg0 == null ) return false ; boolean loc0 = arg0 . getName ( ) . endsWith ( artefactSuffix ) && ! Closure . class . isAssignableFrom ( arg0 ) ; if ( loc0 && ! allowAbstract ) { loc0 &= ! Modifier . isAbstract ( arg0 . getModifiers ( ) ) ; } r... |
8,390 | reports that a new script has been loaded . concode_field_sep PlaceHolder placeHolder concode_field_sep void scriptContentChanged concode_elem_sep void resumed concode_elem_sep void navigated concode_elem_sep void suspended concode_elem_sep void scriptRemoved concode_elem_sep void scriptsCleared concode_elem_sep void e... | void function ( @ NotNull Vm arg0 , @ NotNull Script arg1 , @ Nullable String arg2 ) { } |
8,391 | setsymptom concode_field_sep Long m_cause concode_elem_sep Set<Cause> m_impacted concode_elem_sep Event m_symptom concode_elem_sep Integer m_timerId concode_elem_sep Type m_type concode_field_sep void addImpacted concode_elem_sep void setTimerId concode_elem_sep Type getType concode_elem_sep Integer getTimerId concode_... | void function ( final Event arg0 ) { m_symptom = arg0 ; } |
8,392 | returns the type of the partition key . concode_field_sep FieldType FIELD_TYPE concode_elem_sep CFMetaData metadata concode_elem_sep String FIELD_NAME concode_elem_sep IPartitioner partitioner concode_elem_sep AbstractType<?> type concode_field_sep void addColumns concode_elem_sep void addFields concode_elem_sep Query ... | AbstractType < ? > function ( ) { return type ; } |
8,393 | it used to be that for commons-upload fileuploadioexception exceptions , fileinfo.getexception would return a fileuploadioexception , and inputfile.getuploadexception would return the actual useful subclass , gotten from fileinfo.getexception . getcause . now , they both return the same useful subclass . concode_field_... | Exception function ( ) { return exception ; } |
8,394 | indicates whether an exception was generated at the server concode_field_sep Map<String,ByteBuffer> requestCallMeta concode_elem_sep Map<String,ByteBuffer> responseCallMeta concode_elem_sep Object response concode_elem_sep List<ByteBuffer> requestPayload concode_elem_sep List<ByteBuffer> responsePayload concode_elem_se... | boolean function ( ) { return error != null ; } |
8,395 | checks if our host , user name and password are set concode_field_sep String password concode_elem_sep String host concode_elem_sep String username concode_field_sep void setHost concode_elem_sep void setPassword concode_elem_sep String getPassword concode_elem_sep void setUsername concode_elem_sep String getHost conco... | boolean function ( ) { return host != null && username != null && password != null ; } |
8,396 | log the user out . concode_field_sep ArrayList<User> allowedList concode_elem_sep ArrayList<User> activeList concode_elem_sep UserManager instance concode_field_sep void loginUser concode_elem_sep ArrayList<User> getActiveUsers concode_elem_sep UserManager instance concode_elem_sep int validateAndLoginUser concode_elem... | void function ( String arg0 ) { if ( ( arg0 == null ) || ( arg0 . trim ( ) . equals ( "srini_string" ) ) ) { return ; } for ( User loc0 : activeList ) { if ( loc0 . getUserName ( ) . equals ( arg0 ) ) { activeList . remove ( loc0 ) ; return ; } } } |
8,397 | asserts that two shorts are equal . if they are not an assertionfailederror is thrown with the given message . concode_field_sep PlaceHolder placeHolder concode_field_sep void fail concode_elem_sep void fail concode_elem_sep void assertNull concode_elem_sep void assertNull concode_elem_sep void assertTrue concode_elem_... | void function ( String arg0 , short arg1 , short arg2 ) { assertEquals ( arg0 , new Short ( arg1 ) , new Short ( arg2 ) ) ; } |
8,398 | get the resource adapter concode_field_sep Logger log concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep ManagedConnection createManagedConnection concode_elem_sep void setResource... | ResourceAdapter function ( ) { log . trace ( "srini_string" ) ; return ra ; } |
8,399 | returns the unique current total candidate list size concode_field_sep int totalCandidates concode_elem_sep FileHandler fileHandler concode_elem_sep int recordType concode_elem_sep int totalMatchedCount concode_elem_sep boolean debug concode_elem_sep int totalCandidatesDeDupSize concode_elem_sep long matchingLatency co... | int function ( ) { return totalCandidatesDeDupSize ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.