idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
37,800
removes the request from the array of pending requests and sends a successful plugin result to the callbackcontext that contains the result of the request concode_field_sep long limit concode_elem_sep int duration concode_elem_sep int currentReqId concode_elem_sep JSONArray results concode_elem_sep SparseArray<Request>...
void function ( Request arg0 ) { arg0 . callbackContext . sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 . results ) ) ; requests . remove ( arg0 . requestCode ) ; }
37,801
getter method to get the date of modification of campaign concode_field_sep String campaignResponse concode_elem_sep String campaignID concode_elem_sep String CSRID concode_elem_sep String source concode_elem_sep String accountID concode_elem_sep String campaignModify concode_elem_sep String retailerSegment concode_ele...
String function ( ) { return campaignModify ; }
37,802
populates the data array with random values . concode_field_sep PlaceHolder placeHolder concode_field_sep void testEquals2 concode_elem_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testDrawWithNullInfo concode_elem_sep void testEquals
float [ ] [ ] function ( ) { float [ ] [ ] loc0 = new float [ 2 ] [ 1000 ] ; for ( int loc1 = 0 ; loc1 < loc0 [ 0 ] . length ; loc1 ++ ) { float loc2 = ( float ) loc1 + 100 ; loc0 [ 0 ] [ loc1 ] = loc2 ; loc0 [ 1 ] [ loc1 ] = 100 + ( float ) Math . random ( ) * 1000 ; } return loc0 ; }
37,803
sets the userid concode_field_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep void setPassword concode_elem_sep...
void function ( String arg0 ) { this . user = arg0 ; }
37,804
returns the primary key of this user mapping . concode_field_sep UserMapping _userMapping concode_field_sep void setName concode_elem_sep void setOrgCode1 concode_elem_sep void setOrgCode2 concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoB...
long function ( ) { return _userMapping . getPrimaryKey ( ) ; }
37,805
gets the reason phrase from the origin httpresponse , for example , `` not modified '' . concode_field_sep Map<String,String> variantMap concode_elem_sep StatusLine statusLine concode_elem_sep HeaderGroup responseHeaders concode_elem_sep Resource resource concode_elem_sep Date requestDate concode_elem_sep long serialVe...
String function ( ) { return this . statusLine . getReasonPhrase ( ) ; }
37,806
get the absolute support of this pattern . concode_field_sep List<Itemset> itemsets concode_elem_sep int id concode_elem_sep Set<Integer> sequencesID concode_field_sep Set<Integer> getSequencesID concode_elem_sep int getItemOccurencesTotalCount concode_elem_sep int getId concode_elem_sep List<Itemset> getItemsets conco...
int function ( ) { return sequencesID . size ( ) ; }
37,807
y coordinate setter . concode_field_sep float x concode_elem_sep float y concode_elem_sep ID id concode_elem_sep float velY concode_elem_sep float velX concode_field_sep float getX concode_elem_sep void setX concode_elem_sep float getY concode_elem_sep float getVelY concode_elem_sep float getVelX concode_elem_sep void ...
void function ( float arg0 ) { this . y = arg0 ; }
37,808
sets the spring bean id for this bean . concode_field_sep EmailAddressLocalService _service concode_field_sep com.liferay.portal.model.EmailAddress deleteEmailAddress concode_elem_sep com.liferay.portal.model.EmailAddress deleteEmailAddress concode_elem_sep com.liferay.portal.model.EmailAddress updateEmailAddress conco...
void function ( java . lang . String arg0 ) { getService ( ) . setBeanIdentifier ( arg0 ) ; }
37,809
this capture the view matrix of the papplet and stores it . call this first once you set the view with camera/ortho/rotate / translate/etc . concode_field_sep PVector ptEndPos concode_elem_sep boolean m_bValid concode_elem_sep PMatrix3D m_pMatrix concode_elem_sep int[] m_aiViewport concode_elem_sep PVector ptStartPos c...
void function ( PApplet arg0 ) { PGraphics3D loc0 = ( PGraphics3D ) arg0 . g ; if ( loc0 != null ) { m_pMatrix . set ( loc0 . projection ) ; m_pMatrix . apply ( loc0 . modelview ) ; m_pMatrix . invert ( ) ; m_aiViewport [ 0 ] = 0 ; m_aiViewport [ 1 ] = 0 ; m_aiViewport [ 2 ] = loc0 . width ; m_aiViewport [ 3 ] = loc0 ....
37,810
digunakan untuk melakukan aksi ketika layar disentuh oleh pengguna concode_field_sep float kepadatanLayar concode_elem_sep int tinggiLayar concode_elem_sep int lebarLayar concode_field_sep void muatKonten concode_elem_sep void aturPermainan concode_elem_sep void aksiSentuhAtas concode_elem_sep void gambar concode_elem_...
void function ( MotionEvent arg0 ) { }
37,811
convenience method to create a reusable/retestable message object with only the basic to/form/subject / content filled in . concode_field_sep PlaceHolder placeHolder concode_field_sep void hasAttachment_shouldRReturnTrueIfThisMessageHasAnAttachment concode_elem_sep void setRecipients_shouldSetMultipleRecipients concode...
Message function ( ) { int loc0 = 1 ; String loc1 = "srini_string" ; String loc2 = "srini_string" ; String loc3 = "srini_string" ; String loc4 = "srini_string" ; return new Message ( loc0 , loc1 , loc2 , loc3 , loc4 ) ; }
37,812
actually formats a header . called from #formatheader . concode_field_sep BasicLineFormatter DEFAULT concode_field_sep String formatHeader concode_elem_sep CharArrayBuffer formatHeader concode_elem_sep int estimateProtocolVersionLen concode_elem_sep CharArrayBuffer initBuffer concode_elem_sep String formatProtocolVersi...
void function ( final CharArrayBuffer arg0 , final Header arg1 ) { final String loc0 = arg1 . getName ( ) ; final String loc1 = arg1 . getValue ( ) ; int loc2 = loc0 . length ( ) + 2 ; if ( loc1 != null ) { loc2 += loc1 . length ( ) ; } arg0 . ensureCapacity ( loc2 ) ; arg0 . append ( loc0 ) ; arg0 . append ( "srini_st...
37,813
set the token concode_field_sep TokenReference unAttachedReference concode_elem_sep Date expires concode_elem_sep byte[] entropy concode_elem_sep String tokenId concode_elem_sep long keySize concode_elem_sep Date created concode_elem_sep boolean computedKey concode_elem_sep TokenReference attachedReference concode_elem...
void function ( Object arg0 ) { this . token = arg0 ; }
37,814
get the character at the current position as returned by getindex . specified by : java.text.characteriterator . concode_field_sep AttributedCharacterIterator aci concode_elem_sep int end concode_elem_sep int begin concode_field_sep char next concode_elem_sep Map getAttributes concode_elem_sep int getIndex concode_elem...
char function ( ) { return aci . current ( ) ; }
37,815
boxed double array concode_field_sep ThreadLocal threadlocal concode_elem_sep String DATE_FORMAT concode_field_sep String sqlValueArray concode_elem_sep String getSql concode_elem_sep void setDateFormat concode_elem_sep String getSqlByList concode_elem_sep DateFormat getDateFormat concode_elem_sep String sqlValuePrimit...
Double [ ] function ( double [ ] arg0 ) { Double [ ] loc0 = new Double [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) loc0 [ loc1 ] = arg0 [ loc1 ] ; return loc0 ; }
37,816
searches in the given class for the given method name . the argument list is ignored . overload methods should n't used with it - you ca n't be sure which method you will get ! concode_field_sep PlaceHolder placeHolder concode_field_sep Enumeration<T> invokeAndCastEnumeration concode_elem_sep Collection<T> invokeAndCas...
Method function ( Class < ? > arg0 , String arg1 ) { Method loc0 = null ; for ( Method loc1 : arg0 . getMethods ( ) ) { if ( loc1 . getName ( ) . equals ( arg1 ) ) { loc0 = loc1 ; break ; } } if ( loc0 == null ) { throw new NoSuchMethodException ( arg1 ) ; } return loc0 ; }
37,817
increments the coalescing key corresponding to the gesture with this down time . concode_field_sep SparseIntArray mDownTimeToCoalescingKey concode_field_sep void removeCoalescingKey concode_elem_sep short getCoalescingKey concode_elem_sep void addCoalescingKey concode_elem_sep boolean hasCoalescingKey
void function ( long arg0 ) { int loc0 = mDownTimeToCoalescingKey . get ( ( int ) arg0 , - 1 ) ; if ( loc0 == - 1 ) { throw new RuntimeException ( "srini_string" ) ; } mDownTimeToCoalescingKey . put ( ( int ) arg0 , loc0 + 1 ) ; }
37,818
returns a sharedpreferences instance scoped to the current profile in the app . you can disable migrations by using the disable_migrations flag . concode_field_sep String APP_PREFS_NAME concode_elem_sep String PROFILE_PREFS_NAME_PREFIX concode_elem_sep String[] PROFILE_MIGRATIONS_0_TO_1 concode_elem_sep EnumSet<Flags> ...
SharedPreferences function ( Context arg0 , EnumSet < Flags > arg1 ) { String loc0 = GeckoProfile . get ( arg0 ) . getName ( ) ; if ( loc0 == null ) { throw new IllegalStateException ( "srini_string" ) ; } return forProfileName ( arg0 , loc0 , arg1 ) ; }
37,819
returns the file corresonding to the content root concode_field_sep Logger logger concode_field_sep File getContentFile concode_elem_sep ChecksumList getChecksumList concode_elem_sep File getChecksumFile concode_elem_sep void generateChecksum
File function ( String arg0 ) { return new File ( RunUtil . getContentDir ( ) , arg0 ) ; }
37,820
sets the value of the attachedid property . concode_field_sep AttachedImageURLType imageURI concode_elem_sep AttachedImageDataType imageData concode_elem_sep AttachedFileDataType fileData concode_elem_sep AttachedFileURLType fileURI concode_elem_sep String attachedID concode_field_sep AttachedImageDataType getImageData...
void function ( String arg0 ) { this . attachedID = arg0 ; }
37,821
method setnumsinkparts sets the numsinkparts of this scheme object . concode_field_sep int numSinkParts concode_elem_sep Fields sourceFields concode_elem_sep Fields sinkFields concode_elem_sep String trace concode_field_sep void setSourceFields concode_elem_sep void sink concode_elem_sep int getNumSinkParts concode_ele...
void function ( int arg0 ) { this . numSinkParts = arg0 ; }
37,822
convenience method for dbxuploader #uploadandfinish inputstream , long : builder.start . uploadandfinish in , limit ; concode_field_sep PlaceHolder placeHolder concode_field_sep DbxUploader<R,E,X> start
R function ( InputStream arg0 , long arg1 ) { return start ( ) . uploadAndFinish ( arg0 , arg1 ) ; }
37,823
serializes and deserializes the the gcsoutputchannel . this simulates the writing of the file continuing from a different request . concode_field_sep int BUFFER_SIZE concode_elem_sep LocalServiceTestHelper helper concode_field_sep void testAlignedWrites concode_elem_sep void testSmallWrites concode_elem_sep void testLa...
GcsOutputChannel function ( GcsOutputChannel arg0 ) { ByteArrayOutputStream loc0 = writeChannelToStream ( arg0 ) ; ObjectInputStream loc1 = new ObjectInputStream ( new ByteArrayInputStream ( loc0 . toByteArray ( ) ) ) ; return ( GcsOutputChannel ) loc1 . readObject ( ) ; }
37,824
through the method addconnectionstate we can add a connection state of actor connections to search . concode_field_sep List<ConnectionState> connectionStateList concode_elem_sep List<String> aliasList concode_elem_sep List<Actors> actorTypeList concode_elem_sep Z actorIdentity concode_field_sep void addAlias concode_el...
void function ( final ConnectionState arg0 ) { if ( connectionStateList == null ) connectionStateList = new ArrayList < > ( ) ; connectionStateList . add ( arg0 ) ; }
37,825
adds the given problem to the list of problems of this evaluation result . concode_field_sep char[] evaluationID concode_elem_sep int evaluationType concode_elem_sep int T_IMPORT concode_elem_sep char[] displayString concode_elem_sep int T_VARIABLE concode_elem_sep CategorizedProblem[] NO_PROBLEMS concode_elem_sep char...
void function ( CategorizedProblem arg0 ) { CategorizedProblem [ ] loc0 = this . problems ; int loc1 = loc0 . length ; this . problems = new CategorizedProblem [ loc1 + 1 ] ; System . arraycopy ( loc0 , 0 , this . problems , 0 , loc1 ) ; this . problems [ loc1 ] = arg0 ; }
37,826
sets the value of the transactiontypeenum property . concode_field_sep SettingNameEnum settingNameEnum concode_elem_sep TransactionTypeEnum transactionTypeEnum concode_elem_sep SettlementStateEnum settlementStateEnum concode_elem_sep CardTypeEnum cardTypeEnum concode_elem_sep CustomerProfileSummaryType customerProfileS...
void function ( TransactionTypeEnum arg0 ) { this . transactionTypeEnum = arg0 ; }
37,827
get app title concode_field_sep int appId concode_elem_sep String deviceString concode_elem_sep String appKey concode_elem_sep String deviceTitle concode_elem_sep String appTitle concode_field_sep String getDeviceTitle concode_elem_sep String getDeviceString concode_elem_sep int getAppId concode_elem_sep String getAppK...
String function ( ) { return appTitle ; }
37,828
getter concode_field_sep String altitude concode_elem_sep List<AptPavementModel> pavement concode_elem_sep NavPoint mostNorthernPoint concode_elem_sep List<NavDataEntity> navData concode_elem_sep ArrayList<NavPoint> parkings concode_elem_sep Map<String,String> attributeMap concode_elem_sep String airportName concode_el...
Map < Integer , TaxiNetworkNode > function ( ) { return taxiNetworkNodes ; }
37,829
getter method for subsubcatid concode_field_sep Integer manFldId concode_elem_sep Integer manFldFldOdr concode_elem_sep String manFldComnt concode_elem_sep String manFldName concode_elem_sep Integer subsubCatId concode_elem_sep long serialVersionUID concode_elem_sep Integer isMandatory concode_field_sep void setIsManda...
Integer function ( ) { return subsubCatId ; }
37,830
returns the float value corresponding to the given hexadecimal floating-point single precision literal . the literal must be syntactially correct , and must be a float literal end in a ` f ' or ` f ' . it must not include either leading or trailing whitespace or a sign . this method returns the same answer as float.par...
float function ( char [ ] arg0 ) { long loc0 = convertHexFloatingPointLiteralToBits ( arg0 ) ; return Float . intBitsToFloat ( ( int ) loc0 ) ; }
37,831
the number of readable bytes . concode_field_sep int readableBytes concode_elem_sep Channel channel concode_elem_sep ArrayDeque<Object> bufAndListenerPairs concode_field_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep void copyTo concode_elem_sep void releaseAndFailAll concode_elem_sep...
int function ( ) { return readableBytes ; }
37,832
fisher 's method for combining p values cooper and hedges 15-8 use for p values that have already been log transformed . concode_field_sep PlaceHolder placeHolder concode_field_sep double qStatistic concode_elem_sep DoubleArrayList metaREWeights concode_elem_sep double fisherCombinePvalues concode_elem_sep double qTest...
double function ( DoubleArrayList arg0 ) { double loc0 = 0.0 ; for ( int loc1 = 0 , loc2 = arg0 . size ( ) ; loc1 < loc2 ; loc1 ++ ) { loc0 += arg0 . getQuick ( loc1 ) ; } loc0 *= - 2.0 ; return Probability . chiSquareComplemented ( 2.0 * arg0 . size ( ) , loc0 ) ; }
37,833
returns true if this connection has been idle for longer than keepalivedurationns . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep So...
boolean function ( long arg0 ) { return getIdleStartTimeNs ( ) < System . nanoTime ( ) - arg0 ; }
37,834
resets #nexttlsmode to the first option . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem_sep Dns dns co...
void function ( ) { nextTlsMode = ( address . getSslSocketFactory ( ) != null ) ? TLS_MODE_MODERN : TLS_MODE_COMPATIBLE ; }
37,835
sets the reason phrase of this builder . concode_field_sep Map<String,String> headers concode_elem_sep long totalSize concode_elem_sep String reasonPhrase concode_elem_sep String contentType concode_elem_sep InputStream content concode_elem_sep int statusCode concode_field_sep Builder setHeaders concode_elem_sep Builde...
Builder function ( String arg0 ) { this . reasonPhrase = arg0 ; return this ; }
37,836
return a new file object based on the basedir and the segments . this method does not perform any operation on the file system . concode_field_sep int DEFAULT_BUFFER_SIZE concode_elem_sep byte[] NO_CONTENT concode_field_sep void copyFile concode_elem_sep void copyStream concode_elem_sep void copyStream concode_elem_sep...
File function ( File arg0 , String ... arg1 ) { File loc0 = arg0 ; for ( String loc1 : arg1 ) { loc0 = new File ( loc0 , loc1 ) ; } return loc0 ; }
37,837
create a callable that always returns null . concode_field_sep Runnable m_aRunnable concode_elem_sep DATATYPE m_aResult concode_field_sep DATATYPE call concode_elem_sep String toString
AdapterRunnableToCallable < Object > function ( @ Nonnull final Runnable arg0 ) { return new AdapterRunnableToCallable < Object > ( arg0 ) ; }
37,838
returns lifetime coefficient used in heuristic freshness caching . concode_field_sep int DEFAULT_ASYNCHRONOUS_WORKERS_MAX concode_elem_sep float heuristicCoefficient concode_elem_sep long heuristicDefaultLifetime concode_elem_sep float DEFAULT_HEURISTIC_COEFFICIENT concode_elem_sep int asynchronousWorkersMax concode_el...
float function ( ) { return heuristicCoefficient ; }
37,839
returns true is the specified span is contained by this span . identical spans are considered to contain each other . concode_field_sep int start concode_elem_sep int end concode_field_sep int getStart concode_elem_sep boolean intersects concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int...
boolean function ( Span arg0 ) { return ( start <= arg0 . getStart ( ) && arg0 . getEnd ( ) <= end ) ; }
37,840
return array holding each attribute type to be evaluated in the expression . concode_field_sep String attrListRegex concode_elem_sep HashSet<AttributeType> attributes concode_elem_sep EnumTargetOperator operator concode_elem_sep HashSet<AttributeType> opAttributes concode_elem_sep boolean allOpAttributes concode_elem_s...
HashSet < AttributeType > function ( ) { return attributes ; }
37,841
a collection of strings that represent all the headers that are to be drawn in the funding cost concode_field_sep List<PersonalFundingCostAlternativeDTO> alternatives concode_elem_sep List<String> headers concode_field_sep void setHeaders concode_elem_sep void setAlternatives concode_elem_sep List<PersonalFundingCostAl...
List < String > function ( ) { return headers ; }
37,842
return the start position . concode_field_sep Map<Composite,Entry> entries concode_elem_sep String file concode_elem_sep int NO_ENTRY concode_elem_sep int CONSTANT_SIZE concode_elem_sep ReentrantReadWriteLock masterLock concode_elem_sep boolean mutable concode_elem_sep int size concode_elem_sep int end concode_elem_sep...
int function ( ) { return start ; }
37,843
returns a string representation of this instance , primarily for debugging purposes . concode_field_sep double x concode_elem_sep double y concode_field_sep double getX concode_elem_sep double getY concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int compareTo
String function ( ) { return "srini_string" + this . x + "srini_string" + this . y + "srini_string" ; }
37,844
used to retrieve the plugin tool 's descriptive name . this can be a longer name containing spaces and is used in the interface to list the tool . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep boolean amIActive concode_field_sep String getN...
String function ( ) { return "srini_string" ; }
37,845
this is the override of super method . concode_field_sep CountDownLatch latch concode_elem_sep Throwable cause concode_elem_sep V value concode_field_sep boolean isCancelled concode_elem_sep V get concode_elem_sep V get concode_elem_sep boolean isDone concode_elem_sep void setDone concode_elem_sep void setAbort
boolean function ( boolean arg0 ) { return false ; }
37,846
get the throwable associated with this logrecord . concode_field_sep String _location concode_elem_sep long _sequenceNumber concode_elem_sep long _seqCount concode_elem_sep String _message concode_elem_sep String _ndc concode_elem_sep Throwable _thrown concode_elem_sep LogLevel _level concode_elem_sep String _thread co...
Throwable function ( ) { return ( _thrown ) ; }
37,847
calculate the including cuboid for the current model . rotation is not yet supported . concode_field_sep Coords2d move concode_field_sep Boundaries2d getModelBoundaries concode_elem_sep Abstract2dModel move concode_elem_sep Collection<Area2d> getInnerPointCircle concode_elem_sep Collection<Area2d> getPointCircle concod...
Boundaries2d function ( ) { return getModelBoundaries ( ) . move ( move ) ; }
37,848
retrieves the factory implementation that this factory is using to produce threads . concode_field_sep ThreadFactory factory concode_field_sep Thread newThread concode_elem_sep ThreadFactory setImpl
ThreadFactory function ( ) { return factory ; }
37,849
` fires ' a simple single ` section ' with associated data event . note this method will result in a startevent , dataevent and endevent . concode_field_sep String PROCESS concode_elem_sep ParserContext parent concode_elem_sep Stack path concode_elem_sep HashMap<String,Object> attributes concode_elem_sep ArrayList list...
void function ( String arg0 , boolean arg1 ) { fireParseEvent ( arg0 , new Boolean ( arg1 ) , false , null ) ; }
37,850
returns the response for the http redirect that triggered this response , or null if this response was n't triggered by an automatic redirect . the body of the returned response should not be read because it has already been consumed by the redirecting client . concode_field_sep Request request concode_elem_sep RawHead...
Response function ( ) { return redirectedBy ; }
37,851
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void enterIfStmt concode_elem_sep void enterWhileStmt concode_elem_sep void exitBlockStmt concode_elem_sep void enterProg concode_elem_sep void enterIntExpr concode_elem_sep void enterPrintStmt concode_elem_sep void ex...
void function ( CalcLangParser . PrintStmtContext arg0 ) { }
37,852
sets the bit at the specified index to false . concode_field_sep long WORD_SIZE concode_field_sep void set concode_elem_sep boolean isSet concode_elem_sep boolean anySet concode_elem_sep int nextSetBit
void function ( Object arg0 , long arg1 , int arg2 ) { assert arg2 >= 0 : "srini_string" + arg2 + "srini_string" ; final long loc0 = 1L << ( arg2 & 0x3f ) ; final long loc1 = arg1 + ( arg2 >> 6 ) * WORD_SIZE ; final long loc2 = Platform . getLong ( arg0 , loc1 ) ; Platform . putLong ( arg0 , loc1 , loc2 & ~ loc0 ) ; }
37,853
sets the value of the message property . concode_field_sep JAXBElement<String> timeStamp concode_elem_sep JAXBElement<String> code concode_elem_sep JAXBElement<String> message concode_field_sep JAXBElement<String> getTimeStamp concode_elem_sep void setTimeStamp concode_elem_sep void setCode concode_elem_sep JAXBElement...
void function ( JAXBElement < String > arg0 ) { this . message = arg0 ; }
37,854
returns a copy of the extras map , reflecting additional ad content not reflected in any of the above hardcoded setters . this is particularly useful for passing down custom fields with mopub 's direct-sold native ads or from mediated networks that pass back additional fields . concode_field_sep double MIN_STAR_RATING ...
Map < String , Object > function ( ) { return new HashMap < String , Object > ( mExtras ) ; }
37,855
reads snapshot id from stream input concode_field_sep int hashCode concode_elem_sep String repository concode_elem_sep String snapshot concode_field_sep void writeTo concode_elem_sep void readFrom concode_elem_sep int hashCode concode_elem_sep String getRepository concode_elem_sep boolean equals concode_elem_sep int co...
SnapshotId function ( StreamInput arg0 ) { SnapshotId loc0 = new SnapshotId ( ) ; loc0 . readFrom ( arg0 ) ; return loc0 ; }
37,856
call helloworld concode_field_sep HelloWorldManagedConnectionFactory mcf concode_elem_sep HelloWorldManagedConnection mc concode_field_sep void close
String function ( String arg0 ) { return "srini_string" + arg0 + "srini_string" ; }
37,857
this will parse an xml stream and create a dom document . concode_field_sep PlaceHolder placeHolder concode_field_sep String getNodeValue
Document function ( InputStream arg0 ) { try { DocumentBuilderFactory loc0 = DocumentBuilderFactory . newInstance ( ) ; DocumentBuilder loc1 = loc0 . newDocumentBuilder ( ) ; return loc1 . parse ( arg0 ) ; } catch ( Exception loc0 ) { IOException loc1 = new IOException ( loc0 . getMessage ( ) ) ; throw loc1 ; } }
37,858
gets the value of the itemudfsettings property . concode_field_sep String secondPriceLabel concode_elem_sep String quantityDecimalPlaces concode_elem_sep String undoCompletionReasonUDF concode_elem_sep String completionReasonUDF concode_elem_sep ItemUDFSettings itemUDFSettings concode_elem_sep DeliveryDates deliveryDat...
ItemUDFSettings function ( ) { return itemUDFSettings ; }
37,859
a complex type that contains the information about the specified health check . concode_field_sep HealthCheck healthCheck concode_field_sep GetHealthCheckResult withHealthCheck concode_elem_sep int hashCode concode_elem_sep HealthCheck getHealthCheck concode_elem_sep boolean equals concode_elem_sep GetHealthCheckResult...
void function ( HealthCheck arg0 ) { this . healthCheck = arg0 ; }
37,860
ifft along a particular dimension concode_field_sep PlaceHolder placeHolder concode_field_sep IComplexNDArray irfftn concode_elem_sep IComplexNDArray rawifftn concode_elem_sep IComplexNDArray ifftn concode_elem_sep IComplexNDArray ifftn concode_elem_sep IComplexNDArray ifftn concode_elem_sep IComplexNDArray fft concode...
IComplexNDArray function ( INDArray arg0 , int arg1 , int arg2 ) { return Nd4j . getFFt ( ) . ifft ( arg0 , arg1 , arg2 ) ; }
37,861
get the starting column for the first line . concode_field_sep SortedMap<Integer,Integer> mLines concode_field_sep void addLineAndCol concode_elem_sep int lastLine concode_elem_sep Integer getStartColumn concode_elem_sep boolean isEmpty concode_elem_sep String toString concode_elem_sep int firstLine
int function ( ) { final Object loc0 = mLines . firstKey ( ) ; return ( mLines . get ( loc0 ) ) . intValue ( ) ; }
37,862
creates a new output file concode_field_sep String INTERVAL_SETTING concode_elem_sep String NAN concode_elem_sep double outputInterval concode_elem_sep String INTERVALLED_FORMAT concode_elem_sep double lastReportTime concode_elem_sep String REPORTDIR_SETTING concode_elem_sep int precision concode_elem_sep String OUTPUT...
void function ( String arg0 ) { try { this . out = new PrintWriter ( new FileWriter ( arg0 ) ) ; } catch ( IOException loc0 ) { throw new SimError ( "srini_string" + arg0 + "srini_string" + loc0 . getMessage ( ) , loc0 ) ; } }
37,863
called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_field_sep void start
void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; }
37,864
wraps a runnable instance by setting its thread context org.apache.logging.log4j.core.loggercontext before execution and clearing it after execution . concode_field_sep Lock WEB_SUPPORT_LOOKUP concode_field_sep LoggerContext getWebLoggerContext concode_elem_sep Log4jWebLifeCycle getWebLifeCycle concode_elem_sep Servlet...
Runnable function ( final ServletContext arg0 , final Runnable arg1 ) { return new Runnable ( ) { @ Override public void run ( ) { final Log4jWebSupport loc0 = getWebLifeCycle ( arg0 ) ; loc0 . setLoggerContext ( ) ; try { arg1 . run ( ) ; } finally { loc0 . clearLoggerContext ( ) ; } } } ; }
37,865
given a node , walk the parent field as far as possible , until reaching the root , which is the node for the currentrepresentative of this equivalence class . to achieve low runtime complexity , also compress the path , by making each node a direct child of the root . concode_field_sep Node<E> parent concode_elem_sep ...
Node < E > function ( Node < E > arg0 ) { if ( arg0 . parent != arg0 ) { arg0 . parent = findRoot ( arg0 . parent ) ; } return arg0 . parent ; }
37,866
creates a new instance of generalpath for this abstracttext object and applies the current pagetransformation to it . the containment calculation is then applied the newly tranformed path for the given rectangle . this method is usually used for text selection via a selection box . concode_field_sep boolean highlight c...
boolean function ( Rectangle2D arg0 ) { GeneralPath loc0 = new GeneralPath ( getBounds ( ) ) ; return loc0 . intersects ( arg0 ) ; }
37,867
atomically sets the value to the given updated value if the current value == the expected value . may fail spuriously and does not provide ordering guarantees , so is only rarely an appropriate alternative to compareandset . concode_field_sep Unsafe unsafe concode_elem_sep int base concode_elem_sep long[] array concode...
boolean function ( int arg0 , long arg1 , long arg2 ) { return compareAndSet ( arg0 , arg1 , arg2 ) ; }
37,868
returns the url for a section in the specified map . concode_field_sep ArrayList urls concode_elem_sep long serialVersionUID concode_field_sep String generateURL concode_elem_sep int getListCount concode_elem_sep int getURLCount concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep void addURLs
String function ( Comparable arg0 , int arg1 ) { String loc0 = null ; if ( arg1 < getListCount ( ) ) { Map loc1 = ( Map ) this . urls . get ( arg1 ) ; if ( loc1 != null ) { loc0 = ( String ) loc1 . get ( arg0 ) ; } } return loc0 ; }
37,869
returns whether snowball is present or not , i.e. whether the classes are in the classpath or not concode_field_sep String PACKAGE concode_elem_sep Method m_StemMethod concode_elem_sep Object m_Stemmer concode_elem_sep Method m_GetCurrentMethod concode_elem_sep boolean m_Present concode_elem_sep long serialVersionUID c...
boolean function ( ) { return m_Present ; }
37,870
get the set of integer values as an array concode_field_sep int[] EMPTY_INT_ARRAY concode_elem_sep int[] contents concode_elem_sep int hashCode concode_elem_sep int i concode_field_sep boolean add concode_elem_sep int next concode_elem_sep boolean containsAll concode_elem_sep void clear concode_elem_sep boolean isEmpty...
int [ ] function ( ) { return contents ; }
37,871
gets the value of the dbac property . concode_field_sep String secondary concode_elem_sep AttributeList attributeList concode_elem_sep String refType concode_elem_sep String id concode_elem_sep String version concode_elem_sep String db concode_elem_sep String dbAc concode_elem_sep String refTypeAc concode_field_sep Str...
String function ( ) { return dbAc ; }
37,872
set action title concode_field_sep Drawable icon concode_elem_sep OnClickListener listener concode_elem_sep String title concode_field_sep void setIcon concode_elem_sep void setOnClickListener concode_elem_sep String getTitle concode_elem_sep OnClickListener getListener concode_elem_sep Drawable getIcon
void function ( String arg0 ) { this . title = arg0 ; }
37,873
returns the current frame . concode_field_sep AbstractTreeViewer viewer concode_field_sep TreeFrame createFrame concode_elem_sep AbstractTreeViewer getViewer concode_elem_sep Frame getSelectionFrame concode_elem_sep void handlePropertyChange concode_elem_sep void frameChanged concode_elem_sep Frame getFrame concode_ele...
Frame function ( int arg0 ) { Object loc0 = viewer . getInput ( ) ; TreeFrame loc1 = createFrame ( loc0 ) ; if ( ( arg0 & IFrameSource . FULL_CONTEXT ) != 0 ) { loc1 . setSelection ( viewer . getSelection ( ) ) ; loc1 . setExpandedElements ( viewer . getExpandedElements ( ) ) ; } return loc1 ; }
37,874
tells indexer if problems during indexing should be shown . concode_field_sep String[] fFilesToParseUpFront concode_elem_sep FileEncodingRegistry fFileEncodingRegistry concode_elem_sep int SKIP_MACRO_REFERENCES concode_elem_sep FilenameFilter fExclusionFilter concode_elem_sep IWritableIndex fIndex concode_elem_sep int ...
void function ( boolean arg0 ) { fShowProblems = arg0 ; }
37,875
set velocity properties as map , to allow for non-string values like `` ds.resource.loader.instance '' . concode_field_sep boolean overrideLogging concode_elem_sep ResourceLoader resourceLoader concode_elem_sep Log logger concode_elem_sep boolean preferFileSystemAccess concode_elem_sep Map<String,Object> velocityProper...
void function ( Map < String , Object > arg0 ) { if ( arg0 != null ) { this . velocityProperties . putAll ( arg0 ) ; } }
37,876
returns an array of dataflavor objects indicating the flavors the data can be provided in . the array should be ordered according to preference for providing the data from most richly descriptive to least descriptive . concode_field_sep LinkedList<DataFlavor> flavors concode_elem_sep HashMap<DataFlavor,Transferable> tr...
DataFlavor [ ] function ( ) { return flavors . toArray ( new DataFlavor [ transferables . size ( ) ] ) ; }
37,877
this method is not required for dropbox concode_field_sep boolean isConnected concode_elem_sep Context context concode_elem_sep DropboxAPI<AndroidAuthSession> dropboxSession concode_elem_sep OnConnectedCloudListener connectedListener concode_field_sep void uploadFileToCloudAsyncTask concode_elem_sep void downloadFileFr...
void function ( int arg0 , int arg1 , Intent arg2 ) { }
37,878
executes this sql statement using an ordinary statement . concode_field_sep Connection connection concode_field_sep Connection getConnection concode_elem_sep int queryForInt concode_elem_sep void setNull concode_elem_sep List<Map<String,String>> queryForList concode_elem_sep List<T> query concode_elem_sep String queryF...
void function ( String arg0 ) { Statement loc0 = null ; try { loc0 = connection . createStatement ( ) ; loc0 . execute ( arg0 ) ; } finally { JdbcUtils . closeStatement ( loc0 ) ; } }
37,879
binds the visible metadata property to the speicified widget . concode_field_sep BindingContainer container concode_elem_sep ValueModel<Boolean> model concode_field_sep void toVisibilityOf concode_elem_sep void toVisibilityOf concode_elem_sep void toVisibilityOf concode_elem_sep void toVisibilityOf concode_elem_sep voi...
void function ( HasEnabled arg0 ) { container . registerDisposableAndUpdateTarget ( new HasEnabledBinding ( model , arg0 ) ) ; }
37,880
returns the name of the light . concode_field_sep Type gsonType concode_elem_sep String name concode_elem_sep String id concode_field_sep void setId concode_elem_sep String getId
String function ( ) { return name ; }
37,881
tests if the interior of the textsprite bounds intersects the interior of a specified shape . concode_field_sep ArrayList<GlyphText> glyphTexts concode_elem_sep String fontName concode_elem_sep AffineTransform graphicStateTransform concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean OPTIMIZED_DRAWING_ENA...
boolean function ( Shape arg0 ) { return ! OPTIMIZED_DRAWING_ENABLED || ( arg0 != null && arg0 . intersects ( bounds ) ) ; }
37,882
the amazon resource name arn of the container . concode_field_sep String reason concode_elem_sep String taskArn concode_elem_sep String name concode_elem_sep Integer exitCode concode_elem_sep String containerArn concode_elem_sep com.amazonaws.internal.SdkInternalList<NetworkBinding> networkBindings concode_elem_sep Str...
String function ( ) { return this . containerArn ; }
37,883
get parameter . concode_field_sep IUnsupportedProtocol staticIUnsupportedProtocol concode_elem_sep Map<DownloadParameter,String> listParamMap concode_elem_sep String url concode_field_sep void setIUnsupportedProtocol concode_elem_sep GpmUrlBuilder getClone concode_elem_sep void setParameter concode_elem_sep String buil...
String function ( final DownloadParameter arg0 ) { return listParamMap . get ( arg0 ) ; }
37,884
creates a shallow copy of this pixa . contained pix are cloned , and the resulting pixa may be recycled separately from the original . concode_field_sep int mNativePixa concode_elem_sep int mHeight concode_elem_sep int mWidth concode_elem_sep int mIndex concode_elem_sep boolean mRecycled concode_field_sep Pix next conc...
Pixa function ( ) { int loc0 = nativeCopy ( mNativePixa ) ; if ( loc0 == 0 ) { throw new OutOfMemoryError ( ) ; } return new Pixa ( loc0 , mWidth , mHeight ) ; }
37,885
gets the value of the image property . concode_field_sep Image image concode_elem_sep Pushbutton pushbutton concode_elem_sep Urltrigger urltrigger concode_elem_sep Switch _switch concode_elem_sep Pagejump pagejump concode_elem_sep Toggle toggle concode_elem_sep Multitrigger multitrigger concode_elem_sep Trigger trigger...
Image function ( ) { return image ; }
37,886
returns total number of connections in the pool . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep int MAX_CONNECTIONS_TO_CLEANUP concode_elem_sep Callable<Vo...
int function ( ) { return connections . size ( ) ; }
37,887
whether to use the gsonbuilder #setprettyprinting when writingjson . this is a shortcut for setting up a gson as follows : new gsonbuilder . setprettyprinting . create ; concode_field_sep String dateFormatPattern concode_elem_sep boolean disableHtmlEscaping concode_elem_sep boolean prettyPrinting concode_elem_sep Gson ...
void function ( boolean arg0 ) { this . prettyPrinting = arg0 ; }
37,888
required . name of the workflow type . returns a reference to this object so that method calls can be chained together . constraints : length : 1 - 256 concode_field_sep String name concode_elem_sep String version concode_field_sep void setName concode_elem_sep String getVersion concode_elem_sep String getName concode_...
WorkflowTypeFilter function ( String arg0 ) { this . name = arg0 ; return this ; }
37,889
add the given success callback to this registry . concode_field_sep Queue<FailureCallback> failureCallbacks concode_elem_sep Object mutex concode_elem_sep Queue<SuccessCallback<? super T>> successCallbacks concode_elem_sep State state concode_elem_sep Object result concode_field_sep void success concode_elem_sep void f...
void function ( SuccessCallback < ? super T > arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; synchronized ( this . mutex ) { switch ( this . state ) { case NEW : this . successCallbacks . add ( arg0 ) ; break ; case SUCCESS : notifySuccess ( arg0 ) ; break ; } } }
37,890
sets occured error . concode_field_sep ReadState readState concode_elem_sep Throwable error concode_field_sep Throwable getError concode_elem_sep ReadState getReadState concode_elem_sep void setReadState
void function ( final Throwable arg0 ) { this . error = arg0 ; }
37,891
setter method for msisdnno concode_field_sep String ticketNo concode_elem_sep String categoryName concode_elem_sep String callSource concode_elem_sep String circleID concode_elem_sep String endDate concode_elem_sep String ticketStatus concode_elem_sep int upperBound concode_elem_sep String msisdnNo concode_elem_sep Str...
void function ( String arg0 ) { this . msisdnNo = arg0 ; }
37,892
get the postalcode value . concode_field_sep String country concode_elem_sep String address2 concode_elem_sep String city concode_elem_sep String address1 concode_elem_sep String postalCode concode_elem_sep String state concode_field_sep String country concode_elem_sep Address withPostalCode concode_elem_sep Address wi...
String function ( ) { return this . postalCode ; }
37,893
determines if this actionprovider has a submenu associated with it . associated submenus will be shown when an action view is not . this provider instance will receive a call to #onpreparesubmenu submenu after the call to #onperformdefaultaction and before a submenu isdisplayed to the user . concode_field_sep SubUiVisi...
boolean function ( ) { return false ; }
37,894
blocks until the executor service has processed all currently enqueued jobs . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep int MAX_CONNECTIONS_TO_CLEANUP ...
void function ( ) { try { executorService . submit ( new Runnable ( ) { @ Override public void run ( ) { } } ) . get ( ) ; } catch ( Exception loc0 ) { throw new AssertionError ( ) ; } }
37,895
gets slottable from the re-usable pool . concode_field_sep SlotTable[] pool concode_elem_sep InterceptorsSystemException wrapper concode_elem_sep int currentIndex concode_elem_sep java.util.List tableContainer concode_elem_sep SlotTablePool tablePool concode_elem_sep int HIGH_WATER_MARK concode_elem_sep ORB orb concode...
SlotTable function ( ) { if ( currentIndex == 0 ) { return null ; } currentIndex -- ; return pool [ currentIndex ] ; }
37,896
returns true if the current and the new value equals . concode_field_sep Object newValue concode_elem_sep Item item concode_elem_sep HomematicBindingConfig bindingConfig concode_elem_sep HmValueItem hmValueItem concode_elem_sep Type type concode_field_sep HomematicBindingConfig getBindingConfig concode_elem_sep double ...
boolean function ( ) { return ( bindingConfig instanceof ValueBindingConfig && ! ( ( ValueBindingConfig ) bindingConfig ) . isForceUpdate ( ) && hmValueItem . getValue ( ) . equals ( newValue ) ) ; }
37,897
computes the minimum value in an array of integers . concode_field_sep int[] sizeBase10Table concode_elem_sep int M concode_elem_sep int SIZE concode_elem_sep Range VALUE_RANGE concode_elem_sep int K concode_elem_sep int WIDTH concode_field_sep String toUnitsString concode_elem_sep int compare concode_elem_sep int max ...
int function ( int [ ] arg0 ) { int loc0 = arg0 [ 0 ] ; for ( int loc1 : arg0 ) { if ( loc1 < loc0 ) { loc0 = loc1 ; } } return loc0 ; }
37,898
get the bnf object . concode_field_sep WebServer server concode_elem_sep HashMap<String,Object> map concode_elem_sep Connection conn concode_elem_sep boolean shutdownServerOnDisconnect concode_elem_sep ArrayList<String> commandHistory concode_elem_sep long lastAccess concode_elem_sep Locale locale concode_elem_sep Resu...
Bnf function ( ) { return bnf ; }
37,899
returns the current list . this will be the underlying instance . this can be used if it 's to be kept once the current scope expires . concode_field_sep Deque<C> stack concode_elem_sep C instance concode_field_sep C init concode_elem_sep C apply concode_elem_sep boolean isEmpty concode_elem_sep C newInstance concode_e...
C function ( ) { return instance ; }