idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
8,000 | used to clean every html before to output it in any html page concode_field_sep Pattern tagStartPattern concode_elem_sep Pattern commentPattern concode_elem_sep Pattern tagClosePattern concode_elem_sep Pattern standAloneTags concode_elem_sep String text concode_elem_sep boolean isValid concode_elem_sep List<String> inv... | String function ( String arg0 ) { return JSP . ex ( arg0 ) ? sanitizer ( arg0 ) . arg0 : "srini_string" ; } |
8,001 | gets the bundlecontext instance within which this bundle has been started . concode_field_sep Logger logger concode_elem_sep BundleContext bundleContext concode_field_sep void stop concode_elem_sep void start concode_elem_sep ConfigurationService getConfigurationService | BundleContext function ( ) { return bundleContext ; } |
8,002 | used to get defaults from netty 's private static fields . concode_field_sep PlaceHolder placeHolder concode_field_sep PooledByteBufAllocator createPooledByteBufAllocator concode_elem_sep TransportFrameDecoder createFrameDecoder concode_elem_sep EventLoopGroup createEventLoop concode_elem_sep ThreadFactory createThread... | int function ( String arg0 ) { try { Field loc0 = PooledByteBufAllocator . DEFAULT . getClass ( ) . getDeclaredField ( arg0 ) ; loc0 . setAccessible ( true ) ; return loc0 . getInt ( null ) ; } catch ( Exception loc0 ) { throw new RuntimeException ( loc0 ) ; } } |
8,003 | converts the given floating-point value to fixed-point . concode_field_sep int mPrimitive concode_elem_sep float PI concode_elem_sep Buffer mIndexBuffer concode_elem_sep int INT_BYTES concode_elem_sep IntBuffer mColorBuffer concode_elem_sep IntBuffer mNormalBuffer concode_elem_sep float TWO_PI concode_elem_sep IntBuffe... | int function ( float arg0 ) { return ( int ) ( arg0 * 65536.0 ) ; } |
8,004 | add an item to the data map . concode_field_sep long serialVersionUID concode_elem_sep SortedMap<String,String> data concode_field_sep void appendMap concode_elem_sep void asJson concode_elem_sep void clear concode_elem_sep void asXml concode_elem_sep void asJava concode_elem_sep String[] getFormats concode_elem_sep Ma... | void function ( final String arg0 , final String arg1 ) { if ( arg1 == null ) { throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } validate ( arg0 , arg1 ) ; data . put ( arg0 , arg1 ) ; } |
8,005 | dummy method doing nothing concode_field_sep PlaceHolder placeHolder concode_field_sep void doNothing53 concode_elem_sep void doNothing50 concode_elem_sep void doNothing51 concode_elem_sep void doNothing52 | void function ( ) { } |
8,006 | inject the mocked std-out printstream into the system class before each test concode_field_sep PrintStream stdOutOrig concode_elem_sep PrintStream stdOutMock concode_field_sep PrintStream getStdOutMock concode_elem_sep void tearDown | void function ( ) { System . setOut ( this . stdOutMock ) ; } |
8,007 | test % throwableshort concode_field_sep PlaceHolder placeHolder concode_field_sep void testSeparator concode_elem_sep void testDepthAndSeparator concode_elem_sep void testNoneAndSeparatorAndFilters concode_elem_sep void testSeparatorAsDefaultLineSeparator concode_elem_sep void testNone concode_elem_sep void testSingleO... | void function ( ) { test ( new String [ ] { "srini_string" } , 2 , Constants . LINE_SEPARATOR , null ) ; } |
8,008 | sets the angle of this turn concode_field_sep String parentName concode_elem_sep int CONTROLPOINT concode_elem_sep int TURNPOINT concode_elem_sep double angle concode_elem_sep double position concode_elem_sep int type concode_elem_sep Point point concode_field_sep void setCoord concode_elem_sep double getPosition conco... | void function ( double arg0 ) { angle = arg0 ; } |
8,009 | when the video player is no longer needed , call this method . concode_field_sep FrameLayout container concode_elem_sep Activity activity concode_elem_sep ObservablePlayerControl control concode_elem_sep ExoplayerWrapper exoplayerWrapper concode_field_sep Activity getActivity concode_elem_sep ObservablePlayerControl ge... | void function ( ) { container . removeAllViews ( ) ; if ( exoplayerWrapper != null ) { exoplayerWrapper . release ( ) ; exoplayerWrapper = null ; } } |
8,010 | create an empty project if this project does not exist . concode_field_sep PlaceHolder placeHolder concode_field_sep IProject getTargetProject concode_elem_sep void refreshTargetProject concode_elem_sep File getTargetFolder concode_elem_sep FeatureConfiguration getOutletFeatureConfiguration concode_elem_sep boolean get... | boolean function ( IProject arg0 ) { if ( ! arg0 . exists ( ) ) { try { NullProgressMonitor loc0 = new NullProgressMonitor ( ) ; arg0 . create ( loc0 ) ; arg0 . open ( loc0 ) ; return true ; } catch ( CoreException loc0 ) { loc0 . printStackTrace ( ) ; } } return false ; } |
8,011 | returns the dnsserveraddresses that yields the system dns server addresses sequentially . if it failed toretrieve the list of the system dns server addresses from the environment , it will use `` 8.8.8.8 '' and `` 8.8.4.4 '' , the addresses of the google public dns servers . this method has the same effect with the fol... | DnsServerAddresses function ( ) { return DEFAULT_NAME_SERVERS ; } |
8,012 | returns the identification string for this group . concode_field_sep long serialVersionUID concode_elem_sep String id concode_field_sep boolean equals concode_elem_sep Object clone | String function ( ) { return this . id ; } |
8,013 | post-multiplies the current matrix by a given parameter concode_field_sep float[] mMat concode_field_sep void rotate concode_elem_sep void set concode_elem_sep void load concode_elem_sep void loadScale concode_elem_sep float get concode_elem_sep void loadMultiply concode_elem_sep float[] getArray concode_elem_sep void ... | void function ( Matrix2f arg0 ) { Matrix2f loc0 = new Matrix2f ( ) ; loc0 . loadMultiply ( this , arg0 ) ; load ( loc0 ) ; } |
8,014 | returns the osgi service identifier . concode_field_sep SyncDeviceService _service concode_field_sep void clearService concode_elem_sep void unregisterSyncDevice concode_elem_sep java.lang.Object invokeMethod concode_elem_sep com.liferay.sync.model.SyncDevice registerSyncDevice concode_elem_sep SyncDeviceService getSer... | java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } |
8,015 | the status of the index field being deleted . returns a reference to this object so that method calls can be chained together . concode_field_sep IndexFieldStatus indexField concode_field_sep void setIndexField concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DeleteIndexFieldResult clone c... | DeleteIndexFieldResult function ( IndexFieldStatus arg0 ) { this . indexField = arg0 ; return this ; } |
8,016 | provide asynchronous access to send concode_field_sep String sasToken concode_elem_sep String hostName concode_elem_sep ExecutorService executor concode_elem_sep AmqpSend amqpMessageSender concode_elem_sep IotHubConnectionString iotHubConnectionString concode_elem_sep String userName concode_elem_sep IotHubServiceClien... | CompletableFuture < Void > function ( String arg0 , Message arg1 ) { final CompletableFuture < Void > loc0 = new CompletableFuture < > ( ) ; executor . submit ( ( ) -> { try { send ( arg0 , arg1 ) ; loc0 . complete ( null ) ; } catch ( IOException loc1 ) { loc0 . completeExceptionally ( loc1 ) ; } } ) ; return loc0 ; } |
8,017 | expecting illegalargumentexception with null date . concode_field_sep PlaceHolder placeHolder concode_field_sep void testLocalTimeZone concode_elem_sep void testGmtTimeZone concode_elem_sep void toTimeAgoUtc_boston concode_elem_sep void nullDate concode_elem_sep Date convertToUtc concode_elem_sep void toTimeAgoUtc_bost... | void function ( ) { DateUtil . toTimeAgoUtc ( null ) ; } |
8,018 | test a point for containment in this fixture . concode_field_sep World world concode_elem_sep short[] tmp concode_elem_sep Filter filter concode_elem_sep Body body concode_elem_sep long addr concode_field_sep float getRestitution concode_elem_sep World getWorld concode_elem_sep float jniGetRestitution concode_elem_sep ... | boolean function ( Vector2 arg0 ) { return jniTestPoint ( addr , arg0 . x , arg0 . y ) ; } |
8,019 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String attributeValue concode_elem_sep String attributeName concode_field_sep void setAttributeName concode_elem_sep String getAttributeValue concode_elem_sep PolicyAttribute withAttributeValue concode_elem_sep int has... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getAttributeName ( ) != null ) loc0 . append ( "srini_string" + getAttributeName ( ) + "srini_string" ) ; if ( getAttributeValue ( ) != null ) loc0 . append ( "srini_string" + getAttributeValue ( ) ) ; loc0 . appe... |
8,020 | produce a jsonobject from a row of comma delimited text , using a parallel jsonarray of strings to provides the names of the elements . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONArray toJSONArray concode_elem_sep JSONArray toJSONArray concode_elem_sep JSONArray toJ... | JSONObject function ( JSONArray arg0 , JSONTokener arg1 ) { JSONArray loc0 = rowToJSONArray ( arg1 ) ; return loc0 != null ? loc0 . toJSONObject ( arg0 ) : null ; } |
8,021 | not for normal use ! concode_field_sep HashMap<String,Object> SETTINGS concode_field_sep String getStrValue concode_elem_sep Object getValue concode_elem_sep void setIntValue concode_elem_sep int getIntValue concode_elem_sep long getLongValue concode_elem_sep void setValue concode_elem_sep boolean getBoolValue concode_... | HashMap < String , Object > function ( ) { return SETTINGS ; } |
8,022 | performs a string comparison , using references unless the useequals property is set to true . concode_field_sep String TOSTRING_VAL concode_elem_sep boolean useEquals concode_elem_sep String CLOSE_VAL concode_elem_sep String HASHCODE_VAL concode_elem_sep String GETCONNECTION_VAL concode_elem_sep String UNWRAP_VAL conc... | boolean function ( String arg0 , String arg1 ) { if ( isUseEquals ( ) ) { return arg0 . equals ( arg1 ) ; } else { return arg0 == arg1 ; } } |
8,023 | sets the primary key of this org labor . concode_field_sep OrgLabor _orgLabor concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep void setSunClose concode_elem_sep boo... | void function ( long arg0 ) { _orgLabor . setPrimaryKey ( arg0 ) ; } |
8,024 | return the digest encryption algorithm using one of the standard jca string representations rather the the algorithm identifier if possible . concode_field_sep Map encryptionAlgs concode_elem_sep Map digestAlgs concode_field_sep void addEntries concode_elem_sep String getDigestAlgName concode_elem_sep void setSigningDi... | String function ( ASN1ObjectIdentifier arg0 ) { String loc0 = ( String ) encryptionAlgs . get ( arg0 ) ; if ( loc0 != null ) { return loc0 ; } return arg0 . getId ( ) ; } |
8,025 | set the actions for a movie clip concode_field_sep int frameNumber concode_elem_sep Instance instance concode_elem_sep AlphaTransform cxform concode_elem_sep Actions[] clipActions concode_elem_sep boolean isAlteration concode_elem_sep String name concode_elem_sep int ratio concode_elem_sep boolean isReplacement concode... | void function ( Actions [ ] arg0 ) { this . clipActions = arg0 ; } |
8,026 | retrieve the original parameters from a sorted collection . concode_field_sep String consumerSecret concode_elem_sep Base64 BASE64 concode_elem_sep Map<String,Class> NAME_TO_CLASS concode_elem_sep String _ACCESSOR concode_elem_sep String BASE64_ENCODING concode_elem_sep Map.Entry value concode_elem_sep String tokenSecr... | List < Map . Entry > function ( Collection < ComparableParameter > arg0 ) { if ( arg0 == null ) { return null ; } List < Map . Entry > loc0 = new ArrayList < Map . Entry > ( arg0 . size ( ) ) ; for ( ComparableParameter loc1 : arg0 ) { loc0 . add ( loc1 . value ) ; } return loc0 ; } |
8,027 | queue the event for dispatch during #dispatchqueuedevents . events are queued in-order of occurrence so they can be dispatched in the same order . concode_field_sep SubscriberFindingStrategy finder concode_elem_sep SubscriberExceptionHandler subscriberExceptionHandler concode_elem_sep EventSubscriber subscriber concode... | void function ( Object arg0 , EventSubscriber arg1 ) { eventsToDispatch . get ( ) . offer ( new EventWithSubscriber ( arg0 , arg1 ) ) ; } |
8,028 | gets the value of the partyaccountrelationsinnerset property . concode_field_sep ArrayOfAMLCDDFatcaIndiciaDetectionServicePartyAccountRelationsInnerSetTupleType partyAccountRelationsInnerSet concode_field_sep void setPartyAccountRelationsInnerSet | ArrayOfAMLCDDFatcaIndiciaDetectionServicePartyAccountRelationsInnerSetTupleType function ( ) { return partyAccountRelationsInnerSet ; } |
8,029 | display arbitrary text for a node concode_field_sep boolean showPosition concode_field_sep Object visitParameterDecl concode_elem_sep Object visitRefExpr concode_elem_sep Object visitBinaryExpr concode_elem_sep String indent concode_elem_sep Object visitIntLiteral concode_elem_sep Object visitClassDecl concode_elem_sep... | void function ( String arg0 , String arg1 ) { System . out . println ( arg0 + arg1 ) ; } |
8,030 | unit test of advancedchangesetquerypanel #advancedchangesetquerypanel . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpBeforeClass | void function ( ) { assertNotNull ( new AdvancedChangesetQueryPanel ( ) ) ; } |
8,031 | tries to get the component related to the given from the context , if it can be found the current state of the component instance is returned , otherwise null is returned concode_field_sep Map<Object,CreationalContextComponentAdapter<?>> depResolutionCtx concode_elem_sep ComponentTaskContextEntry lastDependency concode... | T function ( Object arg0 , Class < T > arg1 ) { if ( depResolutionCtx == null ) return null ; CreationalContextComponentAdapter < ? > loc0 = depResolutionCtx . get ( arg0 ) ; return loc0 == null ? null : arg1 . cast ( loc0 . get ( ) ) ; } |
8,032 | sets the value of the cardtype property . concode_field_sep String cardImageWidth concode_elem_sep String cardImageHeight concode_elem_sep String cardType concode_elem_sep String cardBrand concode_elem_sep String cardImageUrl concode_field_sep String getCardImageUrl concode_elem_sep String getCardImageWidth concode_ele... | void function ( String arg0 ) { this . cardType = arg0 ; } |
8,033 | gets the page that is currently being searched by this task . concode_field_sep boolean wholeWord concode_elem_sep int totalHitCount concode_elem_sep SwingController controller concode_elem_sep SearchPanel searchPanel concode_elem_sep int lengthOfTask concode_elem_sep boolean caseSensitive concode_elem_sep String dialo... | int function ( ) { return current ; } |
8,034 | returns whether there are any characters left to be read . concode_field_sep int charStart concode_elem_sep ByteList src concode_elem_sep int pos concode_elem_sep int srcEnd concode_elem_sep int quoteStart concode_elem_sep ThreadContext context concode_elem_sep ByteList out concode_field_sep char next concode_elem_sep ... | boolean function ( ) { return pos < srcEnd ; } |
8,035 | returns the log interface if any . concode_field_sep Log myLog concode_elem_sep PolledAfterActiveTicks[] polledAfterActive concode_elem_sep Clock myClock concode_elem_sep Button myButton concode_elem_sep LED myLED concode_elem_sep ArrayList<MoteInterface> moteInterfaces concode_elem_sep IPAddress myIPAddress concode_el... | Log function ( ) { if ( myLog == null ) { myLog = getInterfaceOfType ( Log . class ) ; } return myLog ; } |
8,036 | tests use of qjm with the defined cluster . concode_field_sep Path TEST_PATH concode_elem_sep Path TEST_PATH_2 concode_elem_sep File baseDir concode_elem_sep MiniDFSCluster cluster concode_elem_sep Timeout timeout concode_elem_sep MiniJournalCluster mjc concode_elem_sep HdfsConfiguration baseConf concode_elem_sep HdfsC... | void function ( ) { startCluster ( ) ; assertTrue ( fs . mkdirs ( TEST_PATH ) ) ; restartNameNode ( ) ; assertTrue ( fs . exists ( TEST_PATH ) ) ; assertTrue ( fs . mkdirs ( TEST_PATH_2 ) ) ; restartNameNode ( ) ; assertTrue ( fs . exists ( TEST_PATH ) ) ; assertTrue ( fs . exists ( TEST_PATH_2 ) ) ; } |
8,037 | set the path to the key store concode_field_sep String path concode_elem_sep String password concode_elem_sep Buffer value concode_field_sep JksOptions setPassword concode_elem_sep Buffer getValue concode_elem_sep String getPassword concode_elem_sep int hashCode concode_elem_sep JksOptions setValue concode_elem_sep boo... | JksOptions function ( String arg0 ) { this . path = arg0 ; return this ; } |
8,038 | method make wrapper closure for existing value . concode_field_sep Callable<T> valCall concode_elem_sep IgniteLogger log concode_elem_sep GridCacheContext ctx concode_elem_sep boolean rmvCheck concode_elem_sep String name concode_elem_sep IgniteInternalCache<GridCacheInternalKey,GridCacheAtomicStampedValue<T,S>> atomic... | IgniteClosure < N , N > function ( final N arg0 ) { return new IgniteClosure < N , N > ( ) { @ Override public N apply ( N arg1 ) { return arg0 ; } } ; } |
8,039 | test concode_field_sep String[] tensNames concode_elem_sep String[] majorNames concode_elem_sep String[] numNames concode_field_sep void print concode_elem_sep String convertLessThanOneThousand concode_elem_sep String getAmtInWords concode_elem_sep String convert | void function ( String [ ] arg0 ) { AmtInWords_MS loc0 = new AmtInWords_MS ( ) ; loc0 . print ( "srini_string" ) ; loc0 . print ( "srini_string" ) ; loc0 . print ( "srini_string" ) ; loc0 . print ( "srini_string" ) ; loc0 . print ( "srini_string" ) ; loc0 . print ( "srini_string" ) ; loc0 . print ( "srini_string" ) ; l... |
8,040 | parses value of long argument from specified string . method does not validate argument , it just creates substring value separator to the end or returns null if value separator is not present concode_field_sep String PREFIX_SHORT concode_elem_sep String PREFIX_LONG concode_elem_sep Map<String,Argument> argMap concode_... | String function ( String arg0 ) { int loc0 = arg0 . indexOf ( VALUE_SEP_LONG ) ; if ( loc0 == - 1 ) { return null ; } else { return arg0 . substring ( loc0 + 1 ) ; } } |
8,041 | saves parameters for startactivityforresult . concode_field_sep Activity activity concode_elem_sep int resultCode concode_elem_sep int activityResultRequestCode concode_elem_sep Intent intent concode_elem_sep Bundle savedPluginState concode_elem_sep String TAG concode_elem_sep PluginManager pluginManager concode_elem_s... | void function ( Bundle arg0 ) { if ( activityResultCallback != null ) { String loc0 = activityResultCallback . getServiceName ( ) ; arg0 . putString ( "srini_string" , loc0 ) ; } if ( pluginManager != null ) { arg0 . putBundle ( "srini_string" , pluginManager . onSaveInstanceState ( ) ) ; } } |
8,042 | get the site-wide default license that submitters need to grant concode_field_sep String license concode_elem_sep Logger log concode_field_sep void init concode_elem_sep void writeLicenseFile concode_elem_sep String getLicenseText | String function ( ) { if ( null == license ) { init ( ) ; } return license ; } |
8,043 | check the mimetype is referenced in the mimetypes database concode_field_sep Properties mimetypes concode_elem_sep Pattern extPattern concode_field_sep void initMimetypes concode_elem_sep String getMimeType concode_elem_sep String getMimeType concode_elem_sep String getCurrentCharset concode_elem_sep String getContentT... | boolean function ( String arg0 ) { if ( arg0 == null ) { return false ; } else if ( arg0 . indexOf ( "srini_string" ) != - 1 ) { return mimetypes ( ) . contains ( arg0 . split ( "srini_string" ) [ 0 ] ) ; } else { return mimetypes ( ) . contains ( arg0 ) ; } } |
8,044 | recursively insert a value into its correct location concode_field_sep PlaceHolder placeHolder concode_field_sep int getIndexOfSmallest concode_elem_sep void swap concode_elem_sep void insertionSort concode_elem_sep void insertionSort concode_elem_sep void shellSort concode_elem_sep void shellSort concode_elem_sep void... | void function ( T arg0 , T [ ] arg1 , int arg2 , int arg3 ) { if ( arg0 . compareTo ( arg1 [ arg3 ] ) >= 0 ) arg1 [ arg3 + 1 ] = arg0 ; else if ( arg2 < arg3 ) { arg1 [ arg3 + 1 ] = arg1 [ arg3 ] ; insertInOrder ( arg0 , arg1 , arg2 , arg3 - 1 ) ; } else { arg1 [ arg3 + 1 ] = arg1 [ arg3 ] ; arg1 [ arg3 ] = arg0 ; } } |
8,045 | gets the value of the x509issuername property . concode_field_sep BigInteger x509SerialNumber concode_elem_sep String x509IssuerName concode_field_sep void setX509IssuerName concode_elem_sep BigInteger getX509SerialNumber concode_elem_sep void setX509SerialNumber | String function ( ) { return x509IssuerName ; } |
8,046 | whether to decompress the full input or only the first stream in formats supporting multiple concatenated input streams . this setting applies to the gzip , bzip2 and xz formats only . concode_field_sep String BZIP2 concode_elem_sep boolean decompressConcatenated concode_elem_sep String Z concode_elem_sep String PACK20... | void function ( boolean arg0 ) { if ( this . decompressUntilEOF != null ) { throw new IllegalStateException ( "srini_string" ) ; } this . decompressConcatenated = arg0 ; } |
8,047 | obtains a reference to the rootpoa injector which allows the injection of the root poa that willbe used to initialize the naming service . concode_field_sep Properties properties concode_elem_sep NamingContextExt namingService concode_elem_sep InjectedValue<POA> rootPOAInjector concode_elem_sep ServiceName SERVICE_NAME... | Injector < POA > function ( ) { return this . rootPOAInjector ; } |
8,048 | atomically wait for this semaphore to become non-zero and decrement it . concode_field_sep ThreadQueue waitQueue concode_elem_sep Semaphore ping concode_elem_sep Semaphore pong concode_elem_sep int value concode_field_sep void selfTest concode_elem_sep void V concode_elem_sep void run | void function ( ) { boolean loc0 = Machine . interrupt ( ) . disable ( ) ; if ( value == 0 ) { waitQueue . waitForAccess ( KThread . currentThread ( ) ) ; KThread . sleep ( ) ; } else { value -- ; } Machine . interrupt ( ) . restore ( loc0 ) ; } |
8,049 | return true if the specified suffix can be found at the supplied position in the supplied expression string . concode_field_sep ParserContext NON_TEMPLATE_PARSER_CONTEXT concode_elem_sep int pos concode_elem_sep char bracket concode_field_sep Expression parseTemplate concode_elem_sep Expression[] parseExpressions conco... | boolean function ( String arg0 , int arg1 , String arg2 ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg2 . length ( ) && arg1 < arg0 . length ( ) ; loc1 ++ ) { if ( arg0 . charAt ( arg1 ++ ) != arg2 . charAt ( loc0 ++ ) ) { return false ; } } if ( loc0 != arg2 . length ( ) ) { return false ; } return true ; } |
8,050 | create a new org.icefaces.apache.commons.fileupload.disk.diskfileitem instance from the supplied parameters and the local factory configuration . concode_field_sep int sizeThreshold concode_elem_sep int DEFAULT_SIZE_THRESHOLD concode_elem_sep File repository concode_elem_sep FileCleaningTracker fileCleaningTracker conc... | FileItem function ( String arg0 , String arg1 , boolean arg2 , String arg3 ) { DiskFileItem loc0 = new DiskFileItem ( arg0 , arg1 , arg2 , arg3 , sizeThreshold , repository ) ; FileCleaningTracker loc1 = getFileCleaningTracker ( ) ; if ( loc1 != null ) { loc1 . track ( loc0 . getTempFile ( ) , this ) ; } return loc0 ; ... |
8,051 | directly delegates to the wrapped org.slf4j.logger instance . concode_field_sep Logger logger concode_elem_sep long serialVersionUID concode_elem_sep String name concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep void trace concode_elem_sep void debug concode_elem_sep vo... | boolean function ( ) { return logger . isDebugEnabled ( ) ; } |
8,052 | returns the method descriptor , given the argument and return type prototype strings . concode_field_sep String mDeclClass concode_elem_sep String mReturnType concode_elem_sep String[] mArgTypes concode_elem_sep String mMethodName concode_field_sep String getDescriptor concode_elem_sep String getName concode_elem_sep S... | String function ( String [ ] arg0 , String arg1 ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 . append ( arg0 [ loc1 ] ) ; } loc0 . append ( "srini_string" ) ; loc0 . append ( arg1 ) ; return loc0 . toString ( ) ; } |
8,053 | test service start with missing flavorid in start state . concode_field_sep DiskService.State testState concode_elem_sep DiskService service concode_elem_sep DcpRestClient dcpRestClient concode_elem_sep BasicServiceHost host concode_field_sep void dummy concode_elem_sep void testStartState concode_elem_sep void testMis... | void function ( ) { testState . flavorId = null ; try { dcpRestClient . post ( DiskServiceFactory . SELF_LINK , testState ) ; fail ( "srini_string" ) ; } catch ( BadRequestException loc0 ) { assertThat ( loc0 . getMessage ( ) , containsString ( "srini_string" ) ) ; } } |
8,054 | returns a string representation of this object . concode_field_sep HttpServletRequest request concode_field_sep String getCharacterEncoding concode_elem_sep String getContentType concode_elem_sep int getContentLength concode_elem_sep InputStream getInputStream | String function ( ) { return "srini_string" + this . getContentLength ( ) + "srini_string" + this . getContentType ( ) ; } |
8,055 | this is not an `` adder '' function , but a `` setter '' function for the specified dbname , so do not use this to add to a database 's functionbeans , but to assign ths single given authfunctionbean as the specified database 's authenticator . to set up multiple authenticators for a single database for redundancy purp... | void function ( String arg0 , AuthFunctionBean arg1 ) { setAuthFunctionBeans ( arg0 , Collections . singletonList ( arg1 ) ) ; } |
8,056 | sets the password associated with this set of credentials . concode_field_sep HttpServletRequest request concode_elem_sep String password concode_elem_sep HttpSession session concode_elem_sep long serialVersionUID concode_elem_sep String username concode_field_sep void setRequest concode_elem_sep String getPassword con... | void function ( String arg0 ) { this . password = arg0 ; } |
8,057 | initialize the scope with a default jslint.js . concode_field_sep ContextFactory contextFactory concode_elem_sep String JSLINT_FILE concode_elem_sep Charset utf8 concode_field_sep JSLint fromClasspathResource concode_elem_sep JSLint fromClasspathResource concode_elem_sep JSLint fromReader concode_elem_sep JSLint fromFi... | JSLint function ( ) { try { return fromClasspathResource ( JSLINT_FILE ) ; } catch ( IOException loc0 ) { throw new RuntimeException ( loc0 ) ; } } |
8,058 | the current version of the origin access identity 's information . for example : e2qwruhapomqzl . concode_field_sep CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity concode_elem_sep String eTag concode_field_sep GetCloudFrontOriginAccessIdentityResult withCloudFrontOriginAccessIdentity concode_elem_sep int... | String function ( ) { return eTag ; } |
8,059 | the current status of the change batch request . concode_field_sep String id concode_elem_sep Date submittedAt concode_elem_sep Status status concode_field_sep Date getSubmittedAt concode_elem_sep Status fromValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Change create concode_elem_... | Status function ( ) { return status ; } |
8,060 | will run after a method was invoked . concode_field_sep int counter3 concode_elem_sep Logger LOGGER concode_elem_sep int counter concode_elem_sep int counter2 concode_elem_sep PassFailResults pfr concode_elem_sep boolean warmupvariable concode_field_sep void runBeforeMethod concode_elem_sep void skippedTest concode_ele... | void function ( ITestResult arg0 ) { LOGGER . info ( pfr . getResultString ( arg0 ) + "srini_string" ) ; } |
8,061 | get the task id concode_field_sep TaskAttemptStarted datum concode_field_sep String getTrackerName concode_elem_sep ContainerId getContainerId concode_elem_sep EventType getEventType concode_elem_sep Object getDatum concode_elem_sep String getAvataar concode_elem_sep int getHttpPort concode_elem_sep int getShufflePort ... | TaskID function ( ) { return TaskID . forName ( datum . getTaskid ( ) . toString ( ) ) ; } |
8,062 | appends the given pattern to the target array starting at pos . concode_field_sep PlaceHolder placeHolder concode_field_sep BitMatrix encode concode_elem_sep BitMatrix encode concode_elem_sep boolean[] encode concode_elem_sep int getDefaultMargin concode_elem_sep BitMatrix renderResult | int function ( boolean [ ] arg0 , int arg1 , int [ ] arg2 , boolean arg3 ) { boolean loc0 = arg3 ; int loc1 = 0 ; for ( int loc2 : arg2 ) { for ( int loc3 = 0 ; loc3 < loc2 ; loc3 ++ ) { arg0 [ arg1 ++ ] = loc0 ; } loc1 += loc2 ; loc0 = ! loc0 ; } return loc1 ; } |
8,063 | sets the cancelling flag , which indicates we are in the middle of being cancelled . certain places those callable indirectly from the compiler should not check cancel again while this is true , to avoid operationcanceledexception being thrown at an inopportune time . concode_field_sep int NewWarningCount concode_elem_... | void function ( boolean arg0 ) { this . cancelling = arg0 ; } |
8,064 | whether the internal status is equal to st concode_field_sep int STATE_WAITING concode_elem_sep TransactionIdentifier transaction_id concode_elem_sep Message request concode_elem_sep int STATE_CONFIRMED concode_elem_sep int STATE_TERMINATED concode_elem_sep int transaction_sqn concode_elem_sep Log log concode_elem_sep ... | boolean function ( int arg0 ) { return status == arg0 ; } |
8,065 | static factory method that returns the unique object describing a malformed-input error of the given length . concode_field_sep String[] names concode_elem_sep int CR_OVERFLOW concode_elem_sep int length concode_elem_sep CoderResult OVERFLOW concode_elem_sep int CR_UNDERFLOW concode_elem_sep int type concode_elem_sep C... | CoderResult function ( int arg0 ) { return malformedCache . get ( arg0 ) ; } |
8,066 | . concode_field_sep long targetStartTime concode_elem_sep boolean emacsMode concode_elem_sep Project project concode_elem_sep PrintStream out concode_elem_sep String filename concode_elem_sep boolean record concode_elem_sep int loglevel concode_field_sep void reopenFile concode_elem_sep void openFile concode_elem_sep v... | void function ( BuildEvent arg0 ) { log ( "srini_string" + arg0 . getTarget ( ) , Project . MSG_DEBUG ) ; log ( StringUtils . LINE_SEP + arg0 . getTarget ( ) . getName ( ) + "srini_string" , Project . MSG_INFO ) ; targetStartTime = System . currentTimeMillis ( ) ; } |
8,067 | removes and returns the last element of the list . complementary method to #add long for stack like usage . concode_field_sep long[] arr concode_elem_sep long serialVersionUID concode_elem_sep int idx concode_field_sep boolean distinct concode_elem_sep GridLongList asList concode_elem_sep void pop concode_elem_sep void... | long function ( ) { if ( idx == 0 ) throw new NoSuchElementException ( ) ; return arr [ -- idx ] ; } |
8,068 | returns the id . concode_field_sep MoreStuff moreStuff concode_elem_sep FooProxy foo concode_elem_sep TimeZone property concode_elem_sep long id concode_field_sep MoreStuff getMoreStuff concode_elem_sep TimeZone getProperty concode_elem_sep void setMoreStuff concode_elem_sep int hashCode concode_elem_sep void setFoo co... | long function ( ) { return id ; } |
8,069 | returns always false . concode_field_sep IStatus OK_STATUS concode_elem_sep String fStatusMessage concode_elem_sep int fSeverity concode_field_sep boolean isWarning concode_elem_sep int getSeverity concode_elem_sep Throwable getException concode_elem_sep String getMessage concode_elem_sep boolean matches concode_elem_s... | boolean function ( ) { return false ; } |
8,070 | sets the value of the success property . concode_field_sep boolean success concode_elem_sep boolean created concode_elem_sep String id concode_elem_sep List<ResultError> errors concode_field_sep boolean isCreated concode_elem_sep void setId concode_elem_sep String getId concode_elem_sep void setCreated concode_elem_sep... | void function ( boolean arg0 ) { this . success = arg0 ; } |
8,071 | sets forth value . concode_field_sep V6 v6 concode_elem_sep long serialVersionUID concode_elem_sep V1 v1 concode_elem_sep V2 v2 concode_elem_sep V3 v3 concode_elem_sep V4 v4 concode_elem_sep V5 v5 concode_field_sep void set6 concode_elem_sep void writeExternal concode_elem_sep void set concode_elem_sep void set3 concod... | void function ( @ Nullable V4 arg0 ) { this . v4 = arg0 ; } |
8,072 | sets all buttons ' button #ischecked to false , regardless of #setmincheckcount int . concode_field_sep Array<T> buttons concode_elem_sep int minCheckCount concode_elem_sep boolean uncheckLast concode_elem_sep Array<T> checkedButtons concode_elem_sep int maxCheckCount concode_elem_sep T lastChecked concode_field_sep vo... | void function ( ) { int loc0 = minCheckCount ; minCheckCount = 0 ; for ( int loc1 = 0 , loc2 = buttons . size ; loc1 < loc2 ; loc1 ++ ) { T loc3 = buttons . get ( loc1 ) ; loc3 . setChecked ( false ) ; } minCheckCount = loc0 ; } |
8,073 | returns the library in which the program is located . concode_field_sep long activationGroupNumber_ concode_elem_sep int programASPNumber_ concode_elem_sep long serialVersionUID concode_elem_sep byte controlBoundary_ concode_elem_sep String activationGroupName_ concode_elem_sep int requestLevel_ concode_elem_sep String... | String function ( ) { return programLibrary_ ; } |
8,074 | unregisters a scheme . concode_field_sep ConcurrentHashMap<String,Scheme> registeredSchemes concode_field_sep Scheme getScheme concode_elem_sep Scheme getScheme concode_elem_sep Scheme get concode_elem_sep void setItems concode_elem_sep List<String> getSchemeNames concode_elem_sep Scheme register | Scheme function ( String arg0 ) { if ( arg0 == null ) throw new IllegalArgumentException ( "srini_string" ) ; Scheme loc0 = registeredSchemes . remove ( arg0 ) ; return loc0 ; } |
8,075 | get _ double minimum : 67.8 maximum : 123.4 concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep DateTime dateTime concode_elem_sep... | Double function ( ) { return _double ; } |
8,076 | indicates whether the psm normalization factors are set . concode_field_sep HashMap<String,Double> peptideNormalizationFactors concode_elem_sep HashMap<String,Double> psmNormalizationFactors concode_elem_sep HashMap<String,Double> proteinNormalizationFactors concode_field_sep boolean hasNormalizationFactors concode_ele... | boolean function ( ) { return ! psmNormalizationFactors . isEmpty ( ) ; } |
8,077 | resolved externally concode_field_sep Logger _log concode_elem_sep DKConstructor<T> _constructor concode_elem_sep Object _resolution concode_elem_sep Class<T> _targetClass concode_elem_sep ObjectUtils.Null NULL_RESOLUTION concode_elem_sep Class<?> _originalTargetClass concode_elem_sep String _parentConstructorParmName ... | void function ( Object arg0 ) { if ( arg0 == null ) arg0 = NULL_RESOLUTION ; _resolution = arg0 ; } |
8,078 | creates a read-attribute operation using the specified address and name . concode_field_sep String INDEX concode_elem_sep String KEY concode_field_sep String getName concode_elem_sep ModelNode getAttributeValue concode_elem_sep ModelNode createWriteAttributeOperation concode_elem_sep Set<String> getAllWriteAttributeOpe... | ModelNode function ( PathAddress arg0 , Attribute arg1 ) { return createAttributeOperation ( ModelDescriptionConstants . READ_ATTRIBUTE_OPERATION , arg0 , arg1 ) ; } |
8,079 | decode the hex encoded input data . it is assumed the input data is valid . concode_field_sep Encoder encoder concode_field_sep byte[] encode concode_elem_sep byte[] encode concode_elem_sep int encode concode_elem_sep int encode | byte [ ] function ( byte [ ] arg0 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; try { encoder . decode ( arg0 , 0 , arg0 . length , loc0 ) ; } catch ( Exception loc1 ) { throw new DecoderException ( "srini_string" + loc1 . getMessage ( ) , loc1 ) ; } return loc0 . toByteArray ( ) ; } |
8,080 | returns the primary key of this j i r a project . concode_field_sep JIRAProject _jiraProject concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes con... | long function ( ) { return _jiraProject . getPrimaryKey ( ) ; } |
8,081 | test convertto - > binary concode_field_sep PlaceHolder placeHolder concode_field_sep void testHexAnswer1 concode_elem_sep void testConvertToHex1 concode_elem_sep void testHexAnswer2 concode_elem_sep void testSetRadixes concode_elem_sep void testBinaryConstructor concode_elem_sep void testConvertToOctal1 concode_elem_s... | void function ( ) { Question loc0 = new Question ( 50 , 2 ) ; assertEquals ( "srini_string" , loc0 . convertTo ( 2 ) ) ; } |
8,082 | gets the value of the group property . concode_field_sep int oidReferenceID concode_elem_sep String value concode_elem_sep String defaultName concode_elem_sep List<Object> any concode_elem_sep long group concode_field_sep String getValue concode_elem_sep void setGroup concode_elem_sep int getOIDReferenceID concode_elem... | long function ( ) { return group ; } |
8,083 | creates a maptype by specifying the data type of keys keytype and values keytype . the field of valuecontainsnull is set to true . concode_field_sep DataType StringType concode_elem_sep DataType DateType concode_elem_sep DataType BooleanType concode_elem_sep DataType BinaryType concode_elem_sep DataType TimestampType c... | MapType function ( DataType arg0 , DataType arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( arg1 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return new MapType ( arg0 , arg1 , true ) ; } |
8,084 | get all admin emails that have been moved into trash bin concode_field_sep AdminEmailsLogic instance concode_elem_sep AdminEmailsDb adminEmailsDb concode_field_sep List<AdminEmailAttributes> getSentAdminEmails concode_elem_sep AdminEmailAttributes getAdminEmail concode_elem_sep List<AdminEmailAttributes> getAdminEmailD... | List < AdminEmailAttributes > function ( ) { return adminEmailsDb . getAdminEmailsInTrashBin ( ) ; } |
8,085 | adds command line arguments for the application . concode_field_sep String EXECUTOR_EXTRA_LIBRARY_PATH concode_elem_sep String DRIVER_EXTRA_LIBRARY_PATH concode_elem_sep String EXECUTOR_CORES concode_elem_sep String EXECUTOR_EXTRA_CLASSPATH concode_elem_sep String EXECUTOR_EXTRA_JAVA_OPTIONS concode_elem_sep SparkSubmi... | SparkLauncher function ( String ... arg0 ) { for ( String loc0 : arg0 ) { checkNotNull ( loc0 , "srini_string" ) ; builder . appArgs . add ( loc0 ) ; } return this ; } |
8,086 | returns the number of rows matching the dynamic query . concode_field_sep ResourceActionLocalService _resourceActionLocalService concode_field_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep java.util.List<com.liferay.portal... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _resourceActionLocalService . dynamicQueryCount ( arg0 ) ; } |
8,087 | sets the file offset , in bytes , of the location of the local file header for the entry . see zip format section 4.4.16 concode_field_sep short version concode_elem_sep short minVersion concode_elem_sep short internalAttributes concode_elem_sep Compression method concode_elem_sep short flags concode_elem_sep long crc ... | void function ( long arg0 ) { if ( arg0 < 0 || arg0 > 0xffffffffL ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . localHeaderOffset = arg0 ; } |
8,088 | the key . concode_field_sep String value concode_elem_sep String key concode_field_sep String getValue | String function ( ) { return key ; } |
8,089 | return the number of columns in this result set . valid once we 've seen the first row , so subclasses can use it during processing concode_field_sep String[] columnNames concode_elem_sep int[] columnTypes concode_elem_sep int rowCount concode_elem_sep int columnCount concode_field_sep int[] getColumnTypes concode_elem... | int function ( ) { return columnCount ; } |
8,090 | overridden by localcontribution . concode_field_sep String sentence concode_elem_sep String CATEGORIES_PROPERTY concode_elem_sep String MODES_PROPERTY concode_elem_sep String paragraph concode_elem_sep StringList imports concode_elem_sep String SPECIAL_CATEGORY concode_elem_sep int maxRevision concode_elem_sep List val... | boolean function ( ) { return false ; } |
8,091 | adds a delta to this revision . concode_field_sep Node root concode_elem_sep Node prev concode_elem_sep boolean annotate concode_elem_sep Stack deltaStack concode_field_sep void patch | void function ( DeltaTextLine arg0 ) { deltaStack . push ( arg0 ) ; } |
8,092 | returns the mime type string stored in this object concode_field_sep int TRUE concode_elem_sep String _uri concode_elem_sep List<Checksum> _checksum concode_elem_sep int FALSE concode_elem_sep String _mimeType concode_elem_sep boolean _consistent concode_elem_sep Map<String,Property> _property concode_elem_sep Module _... | String function ( ) { return _mimeType ; } |
8,093 | processes an entire text file looking for matches . concode_field_sep int currentMatches concode_elem_sep String REGEXP_EXCEEDED concode_elem_sep String STACKOVERFLOW concode_elem_sep DetectorOptions options concode_elem_sep String REGEXP_MINIMUM concode_elem_sep FileText text concode_elem_sep Matcher matcher concode_e... | void function ( FileText arg0 ) { text = new FileText ( arg0 ) ; resetState ( ) ; if ( Strings . isNullOrEmpty ( options . getFormat ( ) ) ) { options . getReporter ( ) . log ( 0 , EMPTY ) ; } else { matcher = options . getPattern ( ) . matcher ( arg0 . getFullText ( ) ) ; findMatch ( ) ; finish ( ) ; } } |
8,094 | get the image for the submit button . concode_field_sep String IMAGE_DISABLED concode_elem_sep String IMAGE_ENABLED concode_elem_sep boolean status concode_field_sep boolean isDisabled concode_elem_sep boolean getStatus concode_elem_sep void setStatus | String function ( ) { if ( status ) return IMAGE_ENABLED ; else return IMAGE_DISABLED ; } |
8,095 | insert a number in a sorted cyclic list concode_field_sep PlaceHolder placeHolder concode_field_sep ListNode interleavingMerge concode_elem_sep ListNode deleteDuplicatesOnce concode_elem_sep ListNode getMiddle concode_elem_sep int length concode_elem_sep ListNode firstCommon concode_elem_sep void interleaving concode_e... | ListNode function ( ListNode arg0 , int arg1 ) { ListNode loc0 = arg0 ; ListNode loc1 = arg0 . next ; while ( loc1 . val >= arg1 && loc1 != arg0 ) { loc1 = loc1 . next ; loc0 = loc0 . next ; } ListNode loc2 = new ListNode ( arg1 ) ; loc0 . next = loc2 ; loc2 . next = loc1 ; return arg1 < arg0 . val ? loc2 : arg0 ; } |
8,096 | skips one ` marker ' equal to one bit from the input stream . concode_field_sep long buffer concode_elem_sep byte pointer concode_elem_sep InputStream is concode_field_sep void skip_bit concode_elem_sep void unget_bits concode_elem_sep boolean next_bit concode_elem_sep void read_byte concode_elem_sep void byteAlign con... | void function ( ) { while ( pointer <= 0 ) { read_byte ( ) ; } pointer -- ; } |
8,097 | gets the value of the writeresponse property . concode_field_sep WriteResponse writeResponse concode_field_sep void setWriteResponse | WriteResponse function ( ) { return writeResponse ; } |
8,098 | used to retrieve the plugin tool 's name . this is a short , unique name containing no spaces . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIAct... | String function ( ) { return "srini_string" ; } |
8,099 | the profile that created this group . concode_field_sep String COVER concode_elem_sep GroupPrivacy mPrivacy concode_elem_sep String mLink concode_elem_sep String mIcon concode_elem_sep String LINK concode_elem_sep String PRIVACY concode_elem_sep String UPDATED_TIME concode_elem_sep String mId concode_elem_sep String IC... | User function ( ) { return mOwner ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.