idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
12,900 | set the time to live in milliseconds concode_field_sep long serialVersionUID concode_elem_sep Boolean prefersMemory concode_elem_sep Scope scope concode_elem_sep Invalidation invalidation concode_elem_sep Boolean updatable concode_elem_sep Long ttl concode_elem_sep Boolean readAll concode_field_sep void setInvalidation... | void function ( Long arg0 ) { this . ttl = arg0 ; } |
12,901 | get link uri to first page concode_field_sep HttpURLConnection response concode_elem_sep PageLinks links concode_elem_sep Object body concode_field_sep String getPrevious concode_elem_sep PageLinks getLinks concode_elem_sep Object getBody concode_elem_sep String getNext concode_elem_sep String getLast concode_elem_sep ... | String function ( ) { return getLinks ( ) . getFirst ( ) ; } |
12,902 | add a new role list by replacing the existing role list . put concode_field_sep ClaimManager claimManager concode_elem_sep Domain domain concode_elem_sep AuthorizationStore authorizationStore concode_elem_sep String userId concode_elem_sep String tenantDomain concode_elem_sep IdentityStore identityStore concode_field_s... | void function ( List < Role > arg0 ) { authorizationStore . updateRolesInUser ( userId , domain , arg0 ) ; } |
12,903 | rotates an array of int words , shifting 1 word left . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] wordToBytes concode_elem_sep boolean compare concode_elem_sep int rotateRight concode_elem_sep int[] rotateRight concode_elem_sep byte[] rotateRight concode_elem_sep long uWord concode_elem_sep byte... | int [ ] function ( int [ ] arg0 ) { int loc0 = arg0 . length ; int loc1 = arg0 [ loc0 - 1 ] ; for ( int loc2 = loc0 - 1 ; loc2 > 1 ; loc2 -- ) arg0 [ loc2 ] = arg0 [ loc2 - 1 ] ; arg0 [ 0 ] = loc1 ; return arg0 ; } |
12,904 | returns a decrypted version of the encrypted password . encryption is performed using the blowfish algorithm . the encryption key is stored as the jive property `` passwordkey '' . if the key is not present , it will be automatically generated . concode_field_sep Blowfish cipher concode_elem_sep Logger Log concode_elem... | String function ( String arg0 ) { if ( arg0 == null ) { return null ; } Blowfish loc0 = getCipher ( ) ; if ( loc0 == null ) { throw new UnsupportedOperationException ( ) ; } return loc0 . decryptString ( arg0 ) ; } |
12,905 | forget the current environment and return the previously pushed state . concode_field_sep ArrayList<Node[]> trail concode_elem_sep int index concode_elem_sep Node[] environment concode_field_sep Node getGroundVersion concode_elem_sep boolean bind concode_elem_sep boolean bind concode_elem_sep void bindNoCheck concode_e... | void function ( ) { if ( index > 0 ) { environment = trail . get ( -- index ) ; trail . set ( index , null ) ; } else { throw new IndexOutOfBoundsException ( "srini_string" ) ; } } |
12,906 | public getter concode_field_sep String severity concode_elem_sep Concept concept concode_elem_sep String description concode_elem_sep long serialVersionUID concode_field_sep void setSeverity concode_elem_sep void setConcept concode_elem_sep void setDescription concode_elem_sep String getDescription concode_elem_sep Con... | String function ( ) { return this . severity ; } |
12,907 | convert from dip to px concode_field_sep PlaceHolder placeHolder concode_field_sep float toPixelFromSP concode_elem_sep float toPixelFromSP concode_elem_sep float toDIPFromPixel | float function ( double arg0 ) { return toPixelFromDIP ( ( float ) arg0 ) ; } |
12,908 | set if a failed warning archive validation report should fail the deployment concode_field_sep Map<String,CloneableBootstrapContext> bootstrapContexts concode_elem_sep AtomicBoolean archiveValidationFailOnError concode_elem_sep AtomicBoolean beanValidation concode_elem_sep CloneableBootstrapContext defaultBootstrapCont... | void function ( boolean arg0 ) { archiveValidationFailOnWarn . set ( arg0 ) ; } |
12,909 | send a readonly request . concode_field_sep ParticipantStub PARTICIPANT_STUB concode_field_sep void rollback concode_elem_sep void replayCommit concode_elem_sep void volatileAndDurable concode_elem_sep void preparedAfterTimeout concode_elem_sep void commit concode_elem_sep ParticipantStub getParticipantStub concode_ele... | void function ( final String arg0 , final CoordinationContextType arg1 ) { final String loc0 = MessageId . getMessageId ( ) ; final MAP loc1 = AddressingHelper . createRequestContext ( arg0 , loc0 ) ; SyncParticipantClient . getClient ( ) . sendReadonly ( arg1 , loc1 ) ; } |
12,910 | returns the resolved output key class . concode_field_sep Class outputValueClass concode_elem_sep String TYPED_BYTES_ID concode_elem_sep String RAW_BYTES_ID concode_elem_sep String KEY_ONLY_TEXT_ID concode_elem_sep String TEXT_ID concode_elem_sep Class<? extends OutputReader> outputReaderClass concode_elem_sep Class ou... | Class function ( ) { return outputKeyClass ; } |
12,911 | creates a new generator using the provided output stream and some inclusive filters . same as creategenerator os , filters , true . concode_field_sep PlaceHolder placeHolder concode_field_sep byte streamSeparator concode_elem_sep XContentParser createParser concode_elem_sep XContentParser createParser concode_elem_sep ... | XContentGenerator function ( OutputStream arg0 , String [ ] arg1 ) { return createGenerator ( arg0 , arg1 , true ) ; } |
12,912 | retorno de dado coleta concode_field_sep Metrics atraso1 concode_elem_sep Metrics totalN2 concode_elem_sep Metrics atraso2 concode_elem_sep Metrics atrasoN2 concode_elem_sep Metrics total1 concode_elem_sep Metrics total2 concode_elem_sep Metrics totalN1 concode_elem_sep Metrics atrasoN1 concode_field_sep double getMean... | double function ( ) { return atraso1 . getSuperiorLimit ( ) ; } |
12,913 | close the given jdbc statement and ignore any thrown exception . this is useful for typical finally blocks in manual jdbc code . concode_field_sep byte[] Hexhars concode_field_sep String readClob concode_elem_sep byte[] readBlob concode_elem_sep T getResultSetValue concode_elem_sep T getResultSetValue concode_elem_sep ... | void function ( Statement arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( Exception loc0 ) { } } } |
12,914 | get the process identifier portion of this vmid . concode_field_sep byte[] UNKNOWN_HOST concode_elem_sep UID uid concode_elem_sep byte[] address concode_elem_sep int hashCode concode_elem_sep VMID instance concode_elem_sep PID pid concode_field_sep UID getUID concode_elem_sep int hashCode concode_elem_sep boolean equal... | PID function ( ) { return pid ; } |
12,915 | get end time concode_field_sep Object startKey concode_elem_sep boolean flushOnEveryOperation concode_elem_sep String dataStoreClass concode_elem_sep Configuration hadoopConfiguration concode_elem_sep String keyClass concode_elem_sep long timeRangeFrom concode_elem_sep Object endKey concode_elem_sep long timeRangeTo co... | long function ( ) { return endTime ; } |
12,916 | sets the abstracttext as selected , if it child abstracttext object they must also be selected . concode_field_sep boolean highlight concode_elem_sep boolean hasHighlight concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean selected concode_elem_sep boolean hasSelected concode_field_sep boolean isHighligh... | void function ( boolean arg0 ) { this . selected = arg0 ; } |
12,917 | returns the tool tip text for the entity . be aware that this text may have been generated from user supplied data , so for security reasons some form of filtering should be applied before incorporating this text into any html output . concode_field_sep Shape area concode_elem_sep long serialVersionUID concode_elem_sep... | String function ( ) { return this . toolTipText ; } |
12,918 | gets the associated axis . concode_field_sep int heightHint concode_elem_sep int LINE_WIDTH concode_elem_sep int widthHint concode_elem_sep int DEFAULT_FOREGROUND concode_elem_sep Rectangle bounds concode_elem_sep Color foreground concode_elem_sep int TICK_LENGTH concode_elem_sep Axis axis concode_elem_sep Chart chart ... | Axis function ( ) { return axis ; } |
12,919 | can we tell when we 're at the start of the first page when there is only one page ? concode_field_sep PlaceHolder placeHolder concode_field_sep void testCalculateTotalPages02 concode_elem_sep void testCalculatePageNumber01 concode_elem_sep void testCalculateTotalPages03 concode_elem_sep void testCalculatePageNumber03 ... | void function ( ) { int loc0 = 0 ; int loc1 = 9 ; int loc2 = 1 ; int loc3 = ResponseHeader . calculatePageNumber ( loc0 , loc1 , loc2 ) ; assertThat ( loc3 , is ( 1 ) ) ; } |
12,920 | get length . concode_field_sep long startIndex concode_elem_sep Range range concode_elem_sep long indicesCount concode_elem_sep long length concode_elem_sep long next concode_elem_sep Log LOG concode_elem_sep Iterator<Range> rangeIterator concode_elem_sep TreeSet<Range> ranges concode_field_sep void add concode_elem_se... | long function ( ) { return length ; } |
12,921 | delete / members / : id : delete the `` id '' member . concode_field_sep Logger log concode_elem_sep MemberService memberService concode_elem_sep MemberMapper memberMapper concode_field_sep ResponseEntity<MemberDTO> createMember concode_elem_sep ResponseEntity<MemberDTO> updateMember concode_elem_sep ResponseEntity<Lis... | ResponseEntity < Void > function ( @ PathVariable Long arg0 ) { log . debug ( "srini_string" , arg0 ) ; memberService . delete ( arg0 ) ; return ResponseEntity . ok ( ) . headers ( HeaderUtil . createEntityDeletionAlert ( "srini_string" , arg0 . toString ( ) ) ) . build ( ) ; } |
12,922 | callback for constant meta class update change concode_field_sep int THIS_CALL concode_elem_sep boolean LOG_ENABLED concode_elem_sep SwitchPoint switchPoint concode_elem_sep int GROOVY_OBJECT concode_elem_sep Logger LOG concode_elem_sep MethodHandle SELECT_METHOD concode_elem_sep int SAFE_NAVIGATION concode_elem_sep St... | void function ( ) { if ( LOG_ENABLED ) { LOG . info ( "srini_string" ) ; } SwitchPoint loc0 = switchPoint ; switchPoint = new SwitchPoint ( ) ; synchronized ( IndyInterface . class ) { SwitchPoint . invalidateAll ( new SwitchPoint [ ] { loc0 } ) ; } } |
12,923 | returns the shading resource with the given name , or null if none exists . concode_field_sep COSDictionary resources concode_field_sep COSName add concode_elem_sep COSName add concode_elem_sep COSName add concode_elem_sep COSName add concode_elem_sep COSName add concode_elem_sep COSName add concode_elem_sep COSName ad... | PDShading function ( COSName arg0 ) { COSDictionary loc0 = ( COSDictionary ) get ( COSName . SHADING , arg0 ) ; if ( loc0 == null ) { return null ; } return PDShading . create ( loc0 ) ; } |
12,924 | supends the execution for the given number of milliseconds . concode_field_sep PlaceHolder placeHolder concode_field_sep void copyFile concode_elem_sep String getStringFromInputStream concode_elem_sep String getStringFromInputStream concode_elem_sep boolean isUrlContentNotEmpty concode_elem_sep boolean deleteAllFiles | void function ( long arg0 ) { try { Thread . sleep ( arg0 ) ; } catch ( InterruptedException loc0 ) { } } |
12,925 | gets the flip contents of the back buffer after page-flipping . concode_field_sep FlipContents BACKGROUND concode_elem_sep FlipContents UNDEFINED concode_elem_sep FlipContents PRIOR concode_elem_sep FlipContents flipContents concode_elem_sep ImageCapabilities frontBufferCapabilities concode_elem_sep ImageCapabilities b... | FlipContents function ( ) { return flipContents ; } |
12,926 | set thumb concode_field_sep Drawable iconDrawable concode_elem_sep Bitmap thumb concode_elem_sep int icon concode_elem_sep int actionId concode_elem_sep boolean sticky concode_elem_sep String title concode_elem_sep boolean selected concode_field_sep int getActionId concode_elem_sep boolean haveIcon concode_elem_sep voi... | void function ( Bitmap arg0 ) { this . thumb = arg0 ; } |
12,927 | gets the value of the batchinfo property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the batchinfo property . for example , to add a new item , d... | List < BatchInfo > function ( ) { if ( batchInfo == null ) { batchInfo = new ArrayList < BatchInfo > ( ) ; } return this . batchInfo ; } |
12,928 | get options concode_field_sep Class<P> classProperties concode_elem_sep MigrationOptions options concode_elem_sep MigrationTaskManager taskManager concode_elem_sep Thread thread concode_field_sep void run concode_elem_sep void execute | MigrationOptions function ( ) { return options ; } |
12,929 | casts the specified value to short and adds it . concode_field_sep boolean ordered concode_elem_sep int size concode_elem_sep short[] items concode_field_sep void mul concode_elem_sep void insert concode_elem_sep short pop concode_elem_sep short random concode_elem_sep boolean removeAll concode_elem_sep short[] setSize... | void function ( int arg0 ) { short [ ] loc0 = this . items ; if ( size == loc0 . length ) loc0 = resize ( Math . max ( 8 , ( int ) ( size * 1.75f ) ) ) ; loc0 [ size ++ ] = ( short ) arg0 ; } |
12,930 | gets the encryption dictionary associated with the document encryption handler . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_elem_sep boolean foundJCE concode_field_sep byte[] getEncryptionKey concode_elem_sep boolean i... | EncryptionDictionary function ( ) { return encryptDictionary ; } |
12,931 | return the blast result data of this blast entry . concode_field_sep SROutput _result concode_elem_sep DSequence _query concode_elem_sep String _name concode_elem_sep String _repr concode_elem_sep int _entryOrderNum concode_elem_sep boolean _view concode_elem_sep String _blastClientName concode_elem_sep String _dbName ... | SROutput function ( ) { return _result ; } |
12,932 | check individual ip is a spider . concode_field_sep Boolean useProxies concode_elem_sep Logger log concode_elem_sep IPTable table concode_elem_sep List<Pattern> agents concode_elem_sep List<Pattern> domains concode_field_sep void loadPatterns concode_elem_sep boolean isUseProxies concode_elem_sep void loadSpiderIpAddre... | boolean function ( String arg0 ) { if ( table == null ) { SpiderDetector . loadSpiderIpAddresses ( ) ; } try { if ( table . contains ( arg0 ) ) { return true ; } } catch ( Exception loc0 ) { return false ; } return false ; } |
12,933 | concatenates 2 arrays concode_field_sep PlaceHolder placeHolder concode_field_sep int binarySearch concode_elem_sep int binarySearch | String [ ] function ( String [ ] arg0 , String [ ] arg1 ) { return concat ( arg0 , arg1 , String . class ) ; } |
12,934 | returns the node object that currently represents this node in the avl index structure . in current implementations of node this is always the same as the this object for memory and text tables but can be a different object for cached tables , where disknode objects may be freed from the cache . calling this method ret... | Node function ( ) { return this ; } |
12,935 | remove a trace listener . concode_field_sep TransformerImpl m_transformer concode_elem_sep Vector m_traceListeners concode_field_sep void fireGenerateEvent concode_elem_sep void fireExtensionEvent concode_elem_sep void fireExtensionEvent concode_elem_sep void fireSelectedEvent concode_elem_sep void fireSelectedEvent co... | void function ( TraceListener arg0 ) { if ( null != m_traceListeners ) { m_traceListeners . removeElement ( arg0 ) ; if ( 0 == m_traceListeners . size ( ) ) m_traceListeners = null ; } } |
12,936 | returns true if x1 is less than x2 , when both values are treated as unsigned . concode_field_sep int BYTE_ARRAY_BASE_OFFSET concode_elem_sep Comparer<byte[]> BEST_COMPARER concode_elem_sep Unsafe theUnsafe concode_elem_sep String UNSAFE_COMPARER_NAME concode_elem_sep boolean littleEndian concode_field_sep Object run c... | boolean function ( long arg0 , long arg1 ) { return ( arg0 + Long . MIN_VALUE ) < ( arg1 + Long . MIN_VALUE ) ; } |
12,937 | return the size in y direction . concode_field_sep int INCH concode_elem_sep int x concode_elem_sep int y concode_elem_sep int MM concode_field_sep float[] getSize concode_elem_sep float getX concode_elem_sep int getYMicrometers concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toStr... | float function ( int arg0 ) { if ( arg0 < 1 ) throw new IllegalArgumentException ( "srini_string" ) ; return ( ( float ) y ) / ( ( float ) arg0 ) ; } |
12,938 | helper for success callbacks that just returns the status.ok 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 g... | void function ( ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK ) ) ; } |
12,939 | returns the result of interpreting the object as an instance of ` child2 ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep TestinheritancePackage modelPackage concode_field_sep T caseSomeBaseClass concode_elem_sep T caseParentZero concode_elem_sep T casePar... | T function ( Child2 arg0 ) { return null ; } |
12,940 | sets the tempo of this rtline concode_field_sep double tempo concode_elem_sep boolean clear concode_elem_sep double localCounter concode_elem_sep boolean newNote concode_elem_sep double testPos concode_elem_sep double size concode_elem_sep Instrument[] inst concode_field_sep void setBufferSize concode_elem_sep Note get... | void function ( double arg0 ) { this . tempo = arg0 ; } |
12,941 | create an instance of jaxbelement concode_field_sep QName _ApiExceptionFault_QNAME concode_elem_sep QName _RequestHeader_QNAME concode_elem_sep QName _ResponseHeader_QNAME concode_field_sep GetBillingAccounts createGetBillingAccounts concode_elem_sep BillingAccount createBillingAccount concode_elem_sep MutateResponse c... | JAXBElement < SoapHeader > function ( SoapHeader arg0 ) { return new JAXBElement < SoapHeader > ( _RequestHeader_QNAME , SoapHeader . class , null , arg0 ) ; } |
12,942 | doc ocarbone comment method `` setreadonly '' . concode_field_sep Button button concode_elem_sep Text text concode_elem_sep Label label concode_elem_sep Composite compositeButton concode_elem_sep int DEFAULT_FIELD_STYLE concode_field_sep void displayDialog concode_elem_sep void setVisible concode_elem_sep void setToolT... | void function ( boolean arg0 ) { label . setEnabled ( true ) ; text . setEnabled ( ! arg0 ) ; button . setEnabled ( ! arg0 ) ; } |
12,943 | sets the value of the title property . concode_field_sep String role concode_elem_sep MIGeorectifiedType miGeorectified concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_e... | void function ( String arg0 ) { this . title = arg0 ; } |
12,944 | returns the no orientation . concode_field_sep PrintSetupRecord printSetupRecord concode_field_sep short getPaperSize concode_elem_sep short getFitWidth concode_elem_sep void setFitHeight concode_elem_sep short getHResolution concode_elem_sep boolean getValidSettings concode_elem_sep void setFitWidth concode_elem_sep v... | boolean function ( ) { return printSetupRecord . getNoOrientation ( ) ; } |
12,945 | the number of failed indexing operations concode_field_sep String INDEX_TOTAL concode_elem_sep long indexCurrent concode_elem_sep String NOOP_UPDATE_TOTAL concode_elem_sep String DELETE_CURRENT concode_elem_sep Map<String,Stats> typeStats concode_elem_sep String DELETE_TOTAL concode_elem_sep String DELETE_TIME concode_... | long function ( ) { return indexFailedCount ; } |
12,946 | sets the id value for this remotecomment . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String author concode_elem_sep java.util.Calendar created concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String updateAuthor concode_elem_sep boolean __hashCod... | void function ( java . lang . String arg0 ) { this . id = arg0 ; } |
12,947 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String platformApplicationArn concode_field_sep String getPlatformApplicationArn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreatePlatformApplicationResult clone concode_elem_sep Cre... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getPlatformApplicationArn ( ) != null ) loc0 . append ( "srini_string" + getPlatformApplicationArn ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
12,948 | compute grid = grid - a concode_field_sep NumericGridOperator op concode_field_sep int countInvalidElements concode_elem_sep void removeNegative concode_elem_sep int countNegativeElements concode_elem_sep void log concode_elem_sep double weightedSSD concode_elem_sep void divideBy concode_elem_sep void divideBy concode_... | void function ( NumericGrid arg0 , float arg1 ) { NumericPointwiseIteratorND loc0 = new NumericPointwiseIteratorND ( arg0 ) ; while ( loc0 . hasNext ( ) ) loc0 . setNext ( loc0 . get ( ) - arg1 ) ; } |
12,949 | specify whether the database supports the use of catalog name in procedure calls concode_field_sep boolean supportsSchemasInProcedureCalls concode_elem_sep boolean storesLowerCaseIdentifiers concode_elem_sep boolean procedureColumnMetaDataUsed concode_elem_sep List<CallParameterMetaData> callParameterMetaData concode_e... | void function ( boolean arg0 ) { this . supportsCatalogsInProcedureCalls = arg0 ; } |
12,950 | replaces the token with a http request parameter . concode_field_sep Logger logger concode_elem_sep String PREFIX_TOKEN_FORECAST concode_elem_sep String PREFIX_TOKEN_WEATHER concode_elem_sep String prefix concode_elem_sep String itemSuffix concode_elem_sep String PREFIX_TOKEN_PARAM concode_elem_sep String PREFIX_TOKEN_... | String function ( Token arg0 ) { return params . get ( arg0 . name ) ; } |
12,951 | the supported restricted . currently only basic is supported . concode_field_sep SecurityConstraint securityConstraint concode_elem_sep String roleClassName concode_elem_sep SecurityAuthenticator securityAuthenticator concode_elem_sep String constraint concode_elem_sep String realm concode_elem_sep LoggingLevel loginDe... | void function ( String arg0 ) { this . constraint = arg0 ; } |
12,952 | performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; } |
12,953 | interface testlistener . an error occured while running the test . concode_field_sep boolean hadError concode_elem_sep long failures concode_elem_sep Element rootElement concode_elem_sep long lastTestStart concode_elem_sep long timeout concode_elem_sep OutputStream out concode_elem_sep File outputFile concode_elem_sep ... | void function ( Test arg0 , Throwable arg1 ) { formatError ( ERROR , arg0 , arg1 ) ; } |
12,954 | do not call this unless you are mountservice concode_field_sep long mMaxFileSize concode_elem_sep String EXTRA_STORAGE_VOLUME concode_elem_sep Parcelable.Creator<StorageVolume> CREATOR concode_elem_sep int mMtpReserveSpace concode_elem_sep boolean mAllowMassStorage concode_elem_sep String mPath concode_elem_sep int mSt... | void function ( int arg0 ) { mStorageId = ( ( arg0 + 1 ) << 16 ) + 1 ; } |
12,955 | todo concode_field_sep long st_msgs_dropped concode_elem_sep long st_connection_drop concode_elem_sep long st_perm_failed concode_elem_sep long st_msgs_queued concode_elem_sep long st_connect_fail concode_field_sep long getConnectionDrop concode_elem_sep long getPermFailed concode_elem_sep long getMsgsQueued concode_el... | long function ( ) { return st_connect_fail ; } |
12,956 | disables the jmx agent . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSchedulerIsolation concode_elem_sep QuartzComponent getQuartzComponent concode_elem_sep void afterTests concode_elem_sep Scheduler getDefaultScheduler concode_elem_sep void testSchedulerIsolationManaged concode_elem_sep void e... | void function ( ) { System . setProperty ( JmxSystemPropertyKeys . DISABLED , "srini_string" ) ; } |
12,957 | writetiff writes a bufferedimage to a specified file in tiff format . concode_field_sep PlaceHolder placeHolder concode_field_sep PixImage buffer2PixImage concode_elem_sep BufferedImage readTIFF concode_elem_sep void displayTIFFs concode_elem_sep BufferedImage pixImage2buffer concode_elem_sep PixImage readTIFFPix conco... | void function ( BufferedImage arg0 , String arg1 ) { JAI . create ( "srini_string" , arg0 , arg1 , "srini_string" ) ; } |
12,958 | test of square method , of class spargalka . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetTotalCost_q501_return400_8 concode_elem_sep void setUpClass concode_elem_sep void testGetTotalCost_q50_return50 concode_elem_sep void tearDownClass concode_elem_sep void testGetTotalCost_q500_return400 c... | void function ( ) { System . out . println ( "srini_string" ) ; int loc0 = 2 ; int loc1 = 4 ; int loc2 = Spargalka . square ( loc0 ) ; assertEquals ( loc1 , loc2 ) ; } |
12,959 | draws the mesh . the mesh will render either indexed or direct depending on which constructor was used . concode_field_sep int VBO concode_elem_sep int EBO concode_elem_sep int VAO concode_elem_sep int length concode_elem_sep boolean indexed concode_field_sep float[] toTangentBuffer concode_elem_sep Mesh normalIndexed ... | void function ( ) { draw ( GL_TRIANGLES ) ; } |
12,960 | calls : @transactionallock lockarea = lockarea.hrc _ status_cache , locktype = locktype.write - > @transactionallock lockarea = lockarea.hrc _ status_cache , locktype = locktype.write concode_field_sep Injector m_injector concode_field_sep void testNestedTransactional concode_elem_sep void transactionMethodCallingAnoth... | void function ( ) { transactionMethodWithLockCallingAnotherWithLock ( ) ; } |
12,961 | returns the resource which is affected by this refactoring . default implementation returns the resource of the first context object . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep TransactionalEditingDomain getEditingDomain concode_elem_sep boolean internalDoUndo ... | Resource function ( ) { T loc0 = getContextObject ( ) ; if ( loc0 instanceof EObject ) { return ( ( EObject ) loc0 ) . eResource ( ) ; } return null ; } |
12,962 | notify about failed connection attempts . concode_field_sep PlaceHolder placeHolder concode_field_sep void localStatus concode_elem_sep void remoteStatus | void function ( final String arg0 , final boolean arg1 , final Object arg2 ) { } |
12,963 | getipaddress concode_field_sep long serialVersionUID concode_elem_sep String m_serviceName concode_elem_sep String m_ipAddress concode_field_sep void setServiceName concode_elem_sep String getServiceName concode_elem_sep void setIpAddress | String function ( ) { return m_ipAddress ; } |
12,964 | test method for com.jmethods.catatumbo.impl.lrucache #get java.lang.object . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSetMaxCapacity_Good concode_elem_sep void testSetMaxCapacity_Bad concode_elem_sep void testGet_4 concode_elem_sep void testContainsKey_2 concode_elem_sep void testGet_3 conco... | void function ( ) { LRUCache < Integer , Integer > loc0 = new LRUCache < > ( 5 , 10 ) ; for ( int loc1 = 1 ; loc1 <= 5 ; loc1 ++ ) { loc0 . put ( loc1 , loc1 * loc1 ) ; } assertTrue ( loc0 . get ( 4 ) == 16 ) ; } |
12,965 | retorna a linha no qual o processo de analise sintatica se encontra atualmente concode_field_sep short ERRO_NAO_ACHOU_ARQUIVO_FONTE concode_elem_sep short ERRO_IDENTIFICADOR_INVALIDO concode_elem_sep TreeMap operadores concode_elem_sep int caractere concode_elem_sep int linhaAtual concode_elem_sep TreeMap palavrasReser... | int function ( ) { return linhaAtual ; } |
12,966 | retrieves the blob value designated by this blob instance as a stream . concode_field_sep BlobDataID blob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_elem_sep BlobDataID originalBlob concode_elem_sep int colIndex concode_elem_sep boolean isWritable concode_elem_sep JDBCResultSet ... | InputStream function ( ) { return new BlobInputStream ( session , blob , 0 , length ( ) ) ; } |
12,967 | get the next result from the stream , blocking until one is available . concode_field_sep ExecutorService executor concode_elem_sep Channel channel concode_elem_sep Supplier<Void> onChannelError concode_elem_sep ResponseQueue responseQueue concode_field_sep boolean isExhausted concode_elem_sep CompletableFuture<List<Re... | Result function ( ) { ResponseMessage loc0 = responseQueue . poll ( ) ; if ( loc0 != null ) return new Result ( loc0 ) ; awaitItems ( 1 ) . join ( ) ; loc0 = responseQueue . poll ( ) ; if ( loc0 != null ) return new Result ( loc0 ) ; else return null ; } |
12,968 | create a new user with an auto-generated id and email and name as passed values . attention : the better way to access a post request it 's using a wrapper as @requestbody parameter , take a look at http://stackoverflow.com/questions/5726583/spring-rest-multiple-requestbody-parameters-possible concode_field_sep UserSer... | ResponseEntity < User > function ( @ RequestBody User arg0 ) { User loc0 = libraryService . create ( arg0 ) ; return new ResponseEntity < User > ( loc0 , HttpStatus . CREATED ) ; } |
12,969 | some tests for the constructor . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetIndex concode_elem_sep void testGetValue concode_elem_sep void testGetKey concode_elem_sep void testSerialization concode_elem_sep void testEquals | void function ( ) { CategoryToPieDataset loc0 = new CategoryToPieDataset ( null , TableOrder . BY_COLUMN , 0 ) ; assertNull ( loc0 . getUnderlyingDataset ( ) ) ; assertEquals ( loc0 . getItemCount ( ) , 0 ) ; assertTrue ( loc0 . getKeys ( ) . isEmpty ( ) ) ; assertNull ( loc0 . getValue ( "srini_string" ) ) ; } |
12,970 | resource id for drawable . concode_field_sep String DEFAULT_SOUND concode_elem_sep String STORAGE_FOLDER concode_elem_sep Context context concode_field_sep void copyFile concode_elem_sep Uri getUriForResourcePath concode_elem_sep Uri getUriFromAsset concode_elem_sep Uri parse concode_elem_sep Bitmap getIconFromDrawable... | int function ( String arg0 , String arg1 ) { String loc0 = extractResourceName ( arg1 ) ; int loc1 = 0 ; try { Class < ? > loc2 = Class . forName ( arg0 + "srini_string" ) ; loc1 = ( Integer ) loc2 . getDeclaredField ( loc0 ) . get ( Integer . class ) ; } catch ( Exception loc2 ) { } return loc1 ; } |
12,971 | creates frames visitors . still not producing any image here . concode_field_sep GetMapRequest getMapRequest concode_elem_sep String parameter concode_elem_sep String[] values concode_elem_sep WMS wmsConfiguration concode_elem_sep WebMapService wms concode_field_sep String[] getValues concode_elem_sep WMS getWmsConfigu... | void function ( FrameCatalogVisitor arg0 ) { for ( String loc0 : values ) { arg0 . visit ( this . getMapRequest , this . wms , this . wmsConfiguration , this . parameter , loc0 ) ; } } |
12,972 | called when an activity you launched exits , giving you the requestcode you started it with , the resultcode it returned , and any additional data from it . concode_field_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOverrideUrlLoading concod... | void function ( int arg0 , int arg1 , Intent arg2 ) { } |
12,973 | deletes the announcements delivery with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep AnnouncementsDeliveryLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery g... | com . liferay . portlet . announcements . model . AnnouncementsDelivery function ( long arg0 ) { return getService ( ) . deleteAnnouncementsDelivery ( arg0 ) ; } |
12,974 | sets whether the memory management is enabled concode_field_sep boolean m_UseGUI concode_elem_sep long m_Initial concode_elem_sep long m_Total concode_elem_sep boolean m_Enabled concode_elem_sep Runtime m_Runtime concode_elem_sep long m_Max concode_field_sep long getInitial concode_elem_sep long getMax concode_elem_sep... | void function ( boolean arg0 ) { m_Enabled = arg0 ; } |
12,975 | add a factory that to decorate the handler used to process websocket messages . this may be useful for some advanced use cases , for example to allow spring security to forcibly close the websocket session when the corresponding http session expires . concode_field_sep List<WebSocketHandlerDecoratorFactory> decoratorFa... | WebSocketTransportRegistration function ( WebSocketHandlerDecoratorFactory arg0 ) { this . decoratorFactories . add ( arg0 ) ; return this ; } |
12,976 | this method will go out and make the call and it will apply an xslt transformation with the set of parameters provided . concode_field_sep String password concode_elem_sep Logger logger concode_elem_sep String GET concode_elem_sep String PUT concode_elem_sep int proxyPort concode_elem_sep String path concode_elem_sep S... | void function ( String arg0 , OutputStream arg1 , InputStream arg2 , Map arg3 , Map arg4 , String arg5 , String arg6 , String arg7 ) { doProcess ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , null , null , arg6 , arg7 ) ; } |
12,977 | xeidentity can create a correct link . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | void function ( ) { MatcherAssert . assertThat ( IOUtils . toString ( new RsXembly ( new XeAppend ( "srini_string" , new XeIdentity ( new RqWithHeader ( new RqFake ( ) , TkAuth . class . getSimpleName ( ) , "srini_string" ) ) ) ) . body ( ) ) , XhtmlMatchers . hasXPaths ( "srini_string" , "srini_string" ) ) ; } |
12,978 | log a message with the error level . concode_field_sep ALogger logger concode_elem_sep play.api.Logger logger concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep vo... | void function ( String arg0 , Throwable arg1 ) { logger . arg1 ( arg0 , arg1 ) ; } |
12,979 | 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 ) ; } |
12,980 | set sort type . concode_field_sep String oldSort concode_elem_sep boolean oldAscending concode_elem_sep String sort concode_elem_sep boolean ascending concode_field_sep void setSort concode_elem_sep String getSort concode_elem_sep boolean isDefaultAscending concode_elem_sep void sort concode_elem_sep boolean isAscendin... | void function ( boolean arg0 ) { oldAscending = this . ascending ; this . ascending = arg0 ; } |
12,981 | get default display concode_field_sep PlaceHolder placeHolder concode_field_sep int getIntPixels concode_elem_sep int getIntPixels concode_elem_sep int getIntPixels concode_elem_sep float getPixels concode_elem_sep float getPixels concode_elem_sep int getDisplayWidth concode_elem_sep int getDisplayWidth | Display function ( final Context arg0 ) { return ( ( WindowManager ) arg0 . getSystemService ( WINDOW_SERVICE ) ) . getDefaultDisplay ( ) ; } |
12,982 | gets the configuration object this class is using concode_field_sep Random rnd concode_elem_sep String type concode_elem_sep ConfigExtractor config concode_elem_sep PathFinder finder concode_field_sep Random getRandom concode_elem_sep String getType concode_elem_sep String toString concode_elem_sep List<OperationOutput... | ConfigExtractor function ( ) { return this . config ; } |
12,983 | merges 2 maps concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | ImmutableMap < K , V > function ( ImmutableMap < K , V > arg0 , ImmutableMap < K , V > arg1 ) { return ImmutableMap . < K , V > builder ( ) . putAll ( arg0 ) . putAll ( arg1 ) . build ( ) ; } |
12,984 | clearknownipsmap concode_field_sep IpInterfaceDao m_ipInterfaceDao concode_elem_sep Map<InetAddress,Integer> m_knownips concode_field_sep void dataSourceSync concode_elem_sep long setNodeId concode_elem_sep long getNodeId concode_elem_sep void setIpInterfaceDao concode_elem_sep ThreadCategory log concode_elem_sep void ... | void function ( ) { m_knownips . clear ( ) ; } |
12,985 | encodes the given string into a sequence of bytes using the utf-16le charset , storing the result into a new byte array . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] getBytesUtf16 concode_elem_sep String newStringUsAscii concode_elem_sep String newStringUtf8 concode_elem_sep byte[] getBytesUnchec... | byte [ ] function ( String arg0 ) { return StringUtils . getBytesUnchecked ( arg0 , CharEncoding . UTF_16LE ) ; } |
12,986 | restores the cluster to given state if this is a real cluster , otherwise does nothing . this is a best effort restore . if the servers are not reachable , or insufficient permissions , etc. restoration might be partial . concode_field_sep ClusterStatus initialClusterStatus concode_elem_sep Configuration conf concode_e... | boolean function ( ClusterStatus arg0 ) { return true ; } |
12,987 | increments the counter of renamed paths . concode_field_sep Counter mPathsRenamed concode_elem_sep String PATHS_TOTAL concode_elem_sep String NEW_BLOCKS_GOT concode_elem_sep String GET_FILE_BLOCK_INFO_OPS concode_elem_sep String UFS_CAPACITY_USED concode_elem_sep String FREE_FILE_OPS concode_elem_sep Counter mFilesCrea... | void function ( long arg0 ) { mPathsRenamed . inc ( arg0 ) ; } |
12,988 | the second to wait for a watch event , default 10 seconds concode_field_sep Long readTimeoutMillis concode_elem_sep boolean pingInstance concode_elem_sep Integer blockSeconds concode_elem_sep boolean valueAsString concode_elem_sep SSLContextParameters sslContextParameters concode_elem_sep String userName concode_elem_s... | void function ( Integer arg0 ) { this . blockSeconds = arg0 ; } |
12,989 | get the cloud dataflow api client used by this job . concode_field_sep State terminalState concode_elem_sep String jobId concode_elem_sep DataflowAggregatorTransforms aggregatorTransforms concode_elem_sep Dataflow dataflowClient concode_elem_sep List<MetricUpdate> terminalMetricUpdates concode_elem_sep long MESSAGES_PO... | Dataflow function ( ) { return dataflowClient ; } |
12,990 | helper method - loads a testmodel from the testmodel directory concode_field_sep String VALIDATION_TESTMODEL_DIR concode_elem_sep IModelSequencer sequencer concode_field_sep Statechart loadStatechartFromResource concode_elem_sep String getModelDirectory concode_elem_sep Statechart loadStatechart concode_elem_sep Statec... | ExecutionFlow function ( String arg0 ) { Statechart loc0 = loadStatechartFromResource ( arg0 ) ; final ExecutionFlow loc1 = sequencer . transform ( loc0 ) ; return loc1 ; } |
12,991 | get noteid concode_field_sep String name concode_elem_sep AngularObjectListener listener concode_elem_sep String noteId concode_elem_sep String paragraphId concode_elem_sep List<AngularObjectWatcher> watchers concode_elem_sep T object concode_field_sep void addWatcher concode_elem_sep String getName concode_elem_sep vo... | String function ( ) { return noteId ; } |
12,992 | tests if the specified object is a key in this hashtable . concode_field_sep Entry table[] concode_elem_sep Entry next concode_elem_sep float loadFactor concode_elem_sep int count concode_elem_sep int threshold concode_elem_sep Object value concode_elem_sep int hash concode_elem_sep int key concode_field_sep boolean co... | boolean function ( int arg0 ) { Entry loc0 [ ] = table ; int loc1 = arg0 ; int loc2 = ( loc1 & 0x7FFFFFFF ) % loc0 . length ; for ( Entry loc3 = loc0 [ loc2 ] ; loc3 != null ; loc3 = loc3 . next ) { if ( loc3 . loc1 == loc1 ) { return true ; } } return false ; } |
12,993 | returns the state object of the given type . note : must only be called when being within a supported event cycle . concode_field_sep ThreadLocal<Map<Class<?>,Object>> stateHolder concode_elem_sep Map<Class<?>,EventStateLifecycle<?>> lifecycles concode_field_sep T getState concode_elem_sep void onEventBegin concode_ele... | T function ( Class < T > arg0 ) { Map < Class < ? > , Object > loc0 = getStates ( ) ; T loc1 = getState ( loc0 , arg0 ) ; if ( loc1 == null ) { loc1 = create ( arg0 , loc0 ) ; loc0 . put ( arg0 , loc1 ) ; } return loc1 ; } |
12,994 | number of concurrent connections between two nodes for fetching data . concode_field_sep String SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY concode_elem_sep String SPARK_NETWORK_IO_LAZYFD_KEY concode_elem_sep String SPARK_NETWORK_IO_SERVERTHREADS_KEY concode_elem_sep String module concode_elem_sep String SPARK_NETWORK_I... | int function ( ) { return conf . getInt ( SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY , 1 ) ; } |
12,995 | deploys the given url on the remote server . concode_field_sep String DEFAULT_ADAPTER_NAME concode_elem_sep Deployer deployer concode_elem_sep String PROGRAM_NAME concode_elem_sep Logger log concode_elem_sep URL url concode_field_sep void init concode_elem_sep RemoteMBeanServer lookupRemoteMBeanServer concode_elem_sep ... | void function ( final URL arg0 ) { deployer . deploy ( arg0 ) ; } |
12,996 | returns the spring bean id for this bean . concode_field_sep UserThreadService _userThreadService concode_field_sep void setWrappedUserThreadService concode_elem_sep void setWrappedService concode_elem_sep UserThreadService getWrappedUserThreadService concode_elem_sep com.liferay.portlet.messageboards.model.MBMessage g... | java . lang . String function ( ) { return _userThreadService . getBeanIdentifier ( ) ; } |
12,997 | implements org.apache.batik.i18n.localizable #setlocale locale . concode_field_sep LocalizableSupport localizableSupport concode_elem_sep String RESOURCES concode_field_sep String formatMessage concode_elem_sep Locale getLocale | void function ( Locale arg0 ) { localizableSupport . setLocale ( arg0 ) ; } |
12,998 | sets if the context should be treated as a prefix or not . defaults to false concode_field_sep ObjectParser<Builder,ParseFieldMatcherSupplier> CATEGORY_PARSER concode_elem_sep boolean isPrefix concode_elem_sep int boost concode_elem_sep int boost concode_elem_sep String category concode_elem_sep String NAME concode_ele... | Builder function ( boolean arg0 ) { this . isPrefix = arg0 ; return this ; } |
12,999 | apply evolutions for the given database . concode_field_sep PlaceHolder placeHolder concode_field_sep play.api.db.evolutions.EvolutionsReader fromMap concode_elem_sep play.api.db.evolutions.EvolutionsReader fromClassLoader concode_elem_sep play.api.db.evolutions.EvolutionsReader fromClassLoader concode_elem_sep play.ap... | void function ( Database arg0 , play . api . db . evolutions . EvolutionsReader arg1 , String arg2 ) { applyEvolutions ( arg0 , arg1 , true , arg2 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.