idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
15,300
call this from oncreate so that any saved startactivityforresult parameters will be restored . concode_field_sep Activity activity concode_elem_sep CordovaPlugin permissionResultCallback concode_elem_sep int resultCode concode_elem_sep int activityResultRequestCode concode_elem_sep Intent intent concode_elem_sep Bundle...
void function ( Bundle arg0 ) { initCallbackService = arg0 . getString ( "srini_string" ) ; savedPluginState = arg0 . getBundle ( "srini_string" ) ; activityWasDestroyed = true ; }
15,301
this method checks , if walker has any more sequences left in queue concode_field_sep Logger logger concode_elem_sep WalkDirection walkDirection concode_elem_sep WalkDirection walkDirection concode_elem_sep long seed concode_elem_sep NoEdgeHandling noEdgeHandling concode_elem_sep int walkLength concode_elem_sep IGraph<...
boolean function ( ) { return position . get ( ) < sourceGraph . numVertices ( ) ; }
15,302
adds an indexrequest to the list of actions to execute . follows the same behavior of indexrequest for example , if no id is provided , one will be generated , or usage of the create flag . concode_field_sep int concurrentRequests concode_elem_sep AtomicLong executionIdGen concode_elem_sep Listener listener concode_ele...
BulkProcessor function ( IndexRequest arg0 ) { return add ( ( ActionRequest ) arg0 ) ; }
15,303
create a new matcher object , depending on the implementation concode_field_sep PlaceHolder placeHolder concode_field_sep boolean contains concode_elem_sep boolean matches concode_elem_sep String substitute concode_elem_sep String substitute
Matcher function ( String arg0 , Pattern arg1 ) { return new JdkMatcher ( arg0 , arg1 ) ; }
15,304
returns the ` b ' coefficient that was specified in the constructor . concode_field_sep double a concode_elem_sep double b concode_field_sep double getValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep double getIntercept
double function ( ) { return this . b ; }
15,305
sax2-callback - simply propagates the call to the registered net.sf.joost.stx.parser - here the #m_astxparser concode_field_sep TransformerFactoryImpl m_aTransformerFactory concode_elem_sep Parser m_aSTXParser concode_elem_sep String m_sSystemID concode_elem_sep Logger log concode_field_sep String getSystemId concode_e...
void function ( final String arg0 , final String arg1 , final String arg2 ) { m_aSTXParser . endElement ( arg0 , arg1 , arg2 ) ; }
15,306
set the lastmodified value . concode_field_sep String dataServiceId concode_elem_sep String clientRequestId concode_elem_sep String requestId concode_elem_sep String eTag concode_elem_sep DateTimeRfc1123 lastModified concode_field_sep JobSchedulePatchHeaders withDataServiceId concode_elem_sep String dataServiceId conco...
JobSchedulePatchHeaders function ( DateTime arg0 ) { if ( arg0 == null ) { this . lastModified = null ; } else { this . lastModified = new DateTimeRfc1123 ( arg0 ) ; } return this ; }
15,307
get the one and only instance of asyncerrataclonecounter concode_field_sep AsyncErrataCloneCounter instance concode_elem_sep Hashtable<Long,Integer> count concode_field_sep void removeAsyncErrataCloneJob concode_elem_sep boolean channelHasPendingJobs concode_elem_sep void addAsyncErrataCloneJob
AsyncErrataCloneCounter function ( ) { return instance ; }
15,308
invoked once immediately after construction concode_field_sep PlaceHolder placeHolder concode_field_sep boolean permit
void function ( Map arg0 ) { }
15,309
weights current element . by matching it with positive candidates and weighting child nodes . since it 's impossible to predict which exactly names , ids or class names will be used in html , major role is played by child nodes concode_field_sep Pattern NODES concode_elem_sep Pattern POSITIVE concode_elem_sep Pattern U...
int function ( Element arg0 , String arg1 ) { int loc0 = calcWeight ( arg0 ) ; loc0 += ( int ) Math . round ( arg0 . ownText ( ) . length ( ) / 100.0 * 10 ) ; loc0 += weightChildNodes ( arg0 , arg1 ) ; return loc0 ; }
15,310
helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ...
void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; }
15,311
returns true if synchronization of preferences is necessary . concode_field_sep int SYNC_MODE_PERIODICAL concode_elem_sep boolean DEFAULT_SYNC_FEEDS concode_elem_sep String KEY_SYNC_MODE concode_elem_sep int syncMode concode_elem_sep String DEFAULT_FULL_NAME concode_elem_sep boolean DEFAULT_SYNC_PREFERENCES concode_ele...
boolean function ( ) { return syncPreferences ; }
15,312
whether the kcode associated with this regexp is implicit aka default or is specified explicitly via ` nesu ' syntax postscript or flags to regexp.new . concode_field_sep RegexpOptions NULL_OPTIONS concode_elem_sep boolean ignorecase concode_elem_sep boolean java concode_elem_sep boolean once concode_elem_sep boolean m...
boolean function ( ) { return kcodeDefault ; }
15,313
resets this object with the node held by newnode . if newnode was owning the node , ownership istransfered to this object . concode_field_sep boolean mOwned concode_elem_sep AccessibilityNodeInfoCompat mNode concode_field_sep AccessibilityNodeInfoRef obtain concode_elem_sep boolean parent concode_elem_sep boolean previ...
void function ( AccessibilityNodeInfoRef arg0 ) { reset ( arg0 . get ( ) ) ; mOwned = arg0 . mOwned ; arg0 . mOwned = false ; }
15,314
inserts a key-value pair into the tree , if not already exists . in case if key is found , then its corresponding value is replaced . if value is null , then the entry will be deleted from tree . concode_field_sep Value val concode_elem_sep Node left concode_elem_sep Node root concode_elem_sep Node right concode_elem_s...
void function ( Key arg0 , Value arg1 ) { root = put ( root , arg0 , arg1 ) ; }
15,315
get heavy object concode_field_sep Heavy heavy concode_field_sep placeholderType placeHolder
Heavy function ( ) { if ( heavy == null ) { heavy = new Heavy ( ) ; } return heavy ; }
15,316
compare equality concode_field_sep int maxAllocation concode_elem_sep int length concode_elem_sep int minAllocation concode_elem_sep List segments concode_elem_sep int[] startOffsets concode_field_sep int hashCode concode_elem_sep int length concode_elem_sep String toString concode_elem_sep CharSequence subSequence con...
boolean function ( Object arg0 ) { return toString ( ) . equals ( arg0 . toString ( ) ) ; }
15,317
returns mode with an additional event time sequence with each data record . concode_field_sep RecordMode DATA concode_elem_sep int EVENT_FLAGS concode_elem_sep boolean data concode_elem_sep RecordMode HISTORY_SUBSCRIPTION concode_elem_sep int TIME_MARK concode_elem_sep RecordMode FLAGGED_DATA concode_elem_sep int objBu...
RecordMode function ( ) { return get ( f | F . EVENT_TIME_SEQUENCE ) ; }
15,318
getaddress concode_field_sep int m_identifier concode_elem_sep long m_threadId concode_elem_sep InetAddress m_addr concode_elem_sep int m_sequenceNumber concode_field_sep int getSequenceNumber concode_elem_sep long getThreadId concode_elem_sep int getIdentifier concode_elem_sep int hashCode concode_elem_sep boolean equ...
InetAddress function ( ) { return m_addr ; }
15,319
run a block of code in a jpa transaction . concode_field_sep ThreadLocal<EntityManager> currentEntityManager concode_field_sep EntityManager em concode_elem_sep EntityManager em concode_elem_sep void bindForCurrentThread
T function ( play . libs . F . Function0 < T > arg0 ) { return withTransaction ( "srini_string" , false , arg0 ) ; }
15,320
gets the value of the hpercent property . concode_field_sep CTBoolean rAngAx concode_elem_sep CTRotX rotX concode_elem_sep CTHPercent hPercent concode_elem_sep CTExtensionList extLst concode_elem_sep CTRotY rotY concode_elem_sep CTPerspective perspective concode_elem_sep CTDepthPercent depthPercent concode_field_sep CT...
CTHPercent function ( ) { return hPercent ; }
15,321
set whether velocity should log via commons logging , i.e. whether velocity 's log system should be set to commonsloglogchute . default is `` true '' . concode_field_sep boolean overrideLogging concode_elem_sep ResourceLoader resourceLoader concode_elem_sep Log logger concode_elem_sep boolean preferFileSystemAccess con...
void function ( boolean arg0 ) { this . overrideLogging = arg0 ; }
15,322
the value to assign to the global identifier concode_field_sep Long contentId concode_elem_sep String language concode_elem_sep Long workItemId concode_elem_sep Class[] extraJaxbClasses concode_elem_sep Integer timeout concode_elem_sep String password concode_elem_sep Integer maxNumber concode_elem_sep String processId...
void function ( Object arg0 ) { this . value = arg0 ; }
15,323
a valid entry should have no issues concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_...
void function ( ) { prepareStateTest ( ) ; Entry loc0 = factory . createEntry ( ) ; region . getVertices ( ) . add ( loc0 ) ; createTransition ( loc0 , state ) ; assertEquals ( EntryKind . INITIAL , loc0 . getKind ( ) ) ; assertTrue ( validator . validate ( loc0 , diagnostics , new HashMap < Object , Object > ( ) ) ) ;...
15,324
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 ( ) ; } }
15,325
connects to a fabric concode_field_sep String password concode_elem_sep FabricServiceFacade fabricServiceFacade concode_elem_sep FabricMBean fabricMBeanFacade concode_elem_sep J4pClient j4p concode_elem_sep String userName concode_elem_sep String url concode_field_sep void disconnect concode_elem_sep void setPassword c...
void function ( ) { if ( this . j4p != null || this . fabricServiceFacade != null ) { disconnect ( ) ; } this . j4p = J4pClient . url ( this . url ) . user ( this . userName ) . password ( this . password ) . build ( ) ; this . fabricServiceFacade = new FabricServiceFacade ( this ) ; this . fabricMBeanFacade = new Fabr...
15,326
two objects that are equal are required to return the same hashcode . concode_field_sep double EPSILON concode_field_sep void testCloning concode_elem_sep void testAutoRange3 concode_elem_sep void testAutoRange1 concode_elem_sep void testXYAutoRange2 concode_elem_sep void testSerialization concode_elem_sep void testXYA...
void function ( ) { LogAxis loc0 = new LogAxis ( "srini_string" ) ; LogAxis loc1 = new LogAxis ( "srini_string" ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; }
15,327
clone this object ; concode_field_sep InputStream clientInput concode_elem_sep Thread serverInstance concode_elem_sep ServerSocket serverSocket concode_elem_sep Socket clientSocket concode_elem_sep PrintStream clientOutput concode_field_sep boolean clientIsOpen concode_elem_sep void startServer concode_elem_sep void se...
Object function ( ) { try { return super . clone ( ) ; } catch ( CloneNotSupportedException loc0 ) { throw new InternalError ( loc0 ) ; } }
15,328
set the name value . concode_field_sep String name concode_field_sep String name
NameIdentifierInner function ( String arg0 ) { this . name = arg0 ; return this ; }
15,329
todo : document note : this is experimental and subject to changes in future releases . concode_field_sep T parent concode_elem_sep Processor processor concode_field_sep void process concode_elem_sep T exchange concode_elem_sep T message
T function ( final Consumer < Object > arg0 ) { processor = e -> arg0 . accept ( e . getIn ( ) . getBody ( ) ) ; return parent ; }
15,330
retrieves the jdbc database connection url attribute . 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_ele...
String function ( ) { return database ; }
15,331
convert a passed byte string e.g. 50b , 100k , or 250m to bytes for internal use . if no suffix is provided , the passed number is assumed to be in bytes . concode_field_sep Logger logger concode_elem_sep ImmutableMap<String,ByteUnit> byteSuffixes concode_elem_sep ImmutableMap<String,TimeUnit> timeSuffixes concode_fiel...
long function ( String arg0 ) { return parseByteString ( arg0 , ByteUnit . BYTE ) ; }
15,332
custom jetty http client to use to connect to salesforce . concode_field_sep NotifyForOperationsEnum notifyForOperations concode_elem_sep String APEX_METHOD concode_elem_sep String sObjectQuery concode_elem_sep Boolean notifyForOperationCreate concode_elem_sep String SOBJECT_CLASS concode_elem_sep String sObjectClass c...
void function ( HttpClient arg0 ) { this . httpClient = arg0 ; }
15,333
fluent constructor for a git object . either git.with listener , env or new git listener , env can be used to construct a git object . concode_field_sep boolean USE_CLI concode_elem_sep String exe concode_elem_sep TaskListener listener concode_elem_sep long serialVersionUID concode_elem_sep FilePath repository concode_...
Git function ( TaskListener arg0 , EnvVars arg1 ) { return new Git ( arg0 , arg1 ) ; }
15,334
trace information concode_field_sep Exec exec concode_elem_sep boolean trace concode_elem_sep Conf conf concode_elem_sep Stack<Var> stack concode_field_sep Integer select concode_elem_sep Integer fullselect concode_elem_sep String getText concode_elem_sep Integer fromSubselect concode_elem_sep Integer visitChildren con...
void function ( ParserRuleContext arg0 , String arg1 ) { exec . trace ( arg0 , arg1 ) ; }
15,335
return the number of elements cached by a sequence handle . . this method may be called at any time during the life of the application . concode_field_sep boolean autoCommitNoSync concode_elem_sep long rangeMin concode_elem_sep boolean exclusiveCreate concode_elem_sep int cacheSize concode_elem_sep long initialValue co...
int function ( ) { return cacheSize ; }
15,336
sets the value of the totalresultsetsize property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<ReconciliationReport> results concode_field_sep Integer getStartIndex concode_elem_sep void setStartIndex concode_elem_sep List<ReconciliationReport> getResults conc...
void function ( Integer arg0 ) { this . totalResultSetSize = arg0 ; }
15,337
trims down obj files , so that they may be parsed faster later on . remove uneccessary whitespaces , comments etc. . concode_field_sep Pattern splitBySpace concode_elem_sep Pattern trimWhiteSpaces concode_elem_sep Pattern removeInlineComments concode_field_sep List<String> fastSplit concode_elem_sep String[] splitBySpa...
void function ( BufferedReader arg0 , BufferedWriter arg1 ) { }
15,338
set value . concode_field_sep AtomicInteger failed concode_elem_sep AtomicLong totalElapsed concode_elem_sep AtomicInteger active concode_elem_sep AtomicLong succeededMaxElapsed concode_elem_sep ConcurrentMap<String,RpcStatus> SERVICE_STATISTICS concode_elem_sep ConcurrentMap<String,ConcurrentMap<String,RpcStatus>> MET...
void function ( String arg0 , Object arg1 ) { values . put ( arg0 , arg1 ) ; }
15,339
serializes an ec point and returns its encoded version , consisting of one byte encoding information and ec coordinates concode_field_sep PlaceHolder placeHolder concode_field_sep ECPublicKeyParameters readECParametersWithPublicKey concode_elem_sep short[] convertPointFormats concode_elem_sep int[] convertNamedCurves c...
byte [ ] function ( ECPointFormat [ ] arg0 , ECPoint arg1 ) { short [ ] loc0 = convertPointFormats ( arg0 ) ; return TlsECCUtils . serializeECPoint ( loc0 , arg1 ) ; }
15,340
error 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 d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void set...
void function ( String arg0 , String arg1 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , arg1 ) ; }
15,341
gets the leftmost x-position of the line . concode_field_sep double y1 concode_elem_sep double x1 concode_elem_sep double y2 concode_elem_sep double x2 concode_elem_sep Color color concode_field_sep int getHeight concode_elem_sep int getY concode_elem_sep void grow concode_elem_sep void setColor concode_elem_sep String...
int function ( ) { return ( int ) Math . round ( Math . min ( x1 , x2 ) ) ; }
15,342
constructs a new chunklist of specified owner . concode_field_sep ThreadLocalPool<Chunk> chunkPool concode_elem_sep ThreadLocalPool<ChunkList> chunkListPool concode_elem_sep int chunkSize concode_elem_sep int recyclableChunkListCapacity concode_elem_sep ChunkPool DEFAULT concode_elem_sep Object internalOwner concode_el...
ChunkList function ( Object arg0 ) { return new ChunkList ( this , arg0 ) ; }
15,343
get custom serializer concode_field_sep int returnCount concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.marketo.www.mktows.StreamPosition newStartPosition concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.marketo.www.mktows.Le...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
15,344
gets root view . concode_field_sep int width concode_elem_sep Popup popup concode_elem_sep int height concode_elem_sep Activity activity concode_elem_sep int screenHeightPixels concode_elem_sep boolean isHalfScreen concode_elem_sep int WRAP_CONTENT concode_elem_sep int MATCH_PARENT concode_elem_sep int screenWidthPixel...
ViewGroup function ( ) { return popup . getRootView ( ) ; }
15,345
process : null arguemnt for annotation repository concode_field_sep Annotations annotations concode_field_sep void testProcessConnectionDefinition concode_elem_sep void testProcessActivation concode_elem_sep void testProcessConnectorFail concode_elem_sep void tearDown concode_elem_sep void testProcessNullArguments conc...
void function ( ) { annotations . process ( null , null , null ) ; }
15,346
sets parameters for dmr operation concode_field_sep PlaceHolder placeHolder concode_field_sep Properties commonDsProperties concode_elem_sep Properties raConnectionProperties concode_elem_sep void addExtensionProperties concode_elem_sep Properties nonXaDsProperties concode_elem_sep Properties raCommonProperties concode...
void function ( ModelNode arg0 , Properties arg1 ) { String loc0 ; Enumeration < ? > loc1 = arg1 . propertyNames ( ) ; while ( loc1 . hasMoreElements ( ) ) { loc0 = ( String ) loc1 . nextElement ( ) ; arg0 . get ( loc0 ) . set ( arg1 . getProperty ( loc0 ) ) ; } }
15,347
returns the sample standard deviation in the array a , nan if no such value . concode_field_sep PlaceHolder placeHolder concode_field_sep double stddevp concode_elem_sep double stddevp concode_elem_sep double min concode_elem_sep double min concode_elem_sep int min concode_elem_sep double max concode_elem_sep double ma...
double function ( int [ ] arg0 ) { return Math . sqrt ( var ( arg0 ) ) ; }
15,348
returns a random integer . concode_field_sep RandomNumberGenerator rng concode_field_sep void nextDoubles concode_elem_sep void nextDoubles concode_elem_sep int[] permutate concode_elem_sep void permutate concode_elem_sep void permutate concode_elem_sep void permutate concode_elem_sep void permutate concode_elem_sep lo...
int function ( ) { return rng . nextInt ( ) ; }
15,349
this method returns an attributedcharacteriterator that will iterate over the entire string . this iterator will return information about the list of attributes in the specified array . attributes not in the array may or may not be returned by the iterator . if the specified array is null , all attributes will be retur...
AttributedCharacterIterator function ( AttributedCharacterIterator . Attribute [ ] arg0 ) { return ( getIterator ( arg0 , 0 , sci . getEndIndex ( ) - 1 ) ) ; }
15,350
find a user object who has this email address . update the object with the information found . concode_field_sep String m_domain concode_elem_sep String m_knownusermsg concode_elem_sep Log M_log concode_elem_sep String m_serviceprincipal concode_elem_sep String m_servicelogincontext concode_elem_sep boolean m_requirelo...
boolean function ( UserEdit arg0 , String arg1 ) { if ( m_requirelocalaccount ) return false ; String loc0 = arg1 . toLowerCase ( ) . trim ( ) ; if ( ! loc0 . endsWith ( m_domain ) ) return false ; String loc1 [ ] = StringUtil . splitFirst ( loc0 , "srini_string" ) ; arg0 . setEid ( loc1 [ 0 ] ) ; return getUser ( arg0...
15,351
gets the csshandler . concode_field_sep FileReader fileReader concode_elem_sep Parser pa concode_elem_sep CSSHandler cssh concode_field_sep void loadStyles concode_elem_sep void setCssh
CSSHandler function ( ) { return cssh ; }
15,352
add customer to list in proper lexicographical order by name concode_field_sep ListArrayBasedPlus<Customer> customers concode_field_sep void removeCustomer concode_elem_sep int customerSearch concode_elem_sep void updateTime concode_elem_sep String toString concode_elem_sep int getNumberOfCustomers concode_elem_sep Cus...
void function ( Customer arg0 ) { int loc0 = customerSearch ( arg0 ) ; if ( loc0 == 0 ) { customers . add ( 0 , arg0 ) ; } else if ( loc0 < 0 ) { customers . add ( - 1 * ( loc0 + 1 ) , arg0 ) ; } else { throw new ShoppingCenterException ( "srini_string" ) ; } }
15,353
get the value of a boolean key in nachos.conf , returning the specified default if the key does not exist . concode_field_sep String configFile concode_elem_sep boolean loaded concode_elem_sep HashMap<String,String> config concode_field_sep Boolean requestBoolean concode_elem_sep void load concode_elem_sep void loadErr...
boolean function ( String arg0 , boolean arg1 ) { Boolean loc0 = requestBoolean ( arg0 ) ; if ( loc0 == null ) return arg1 ; return loc0 . booleanValue ( ) ; }
15,354
checks the type of the given value . concode_field_sep int min concode_elem_sep String countError concode_elem_sep String max concode_elem_sep boolean validNeighborsAllowed concode_elem_sep boolean source concode_elem_sep String typeError concode_elem_sep String type concode_elem_sep String attr concode_elem_sep Collec...
boolean function ( mxGraph arg0 , Object arg1 , String arg2 , String arg3 , String arg4 ) { if ( arg1 != null ) { if ( arg1 instanceof Element ) { return mxUtils . isNode ( arg1 , arg2 , arg3 , arg4 ) ; } else { return arg1 . equals ( arg2 ) ; } } return false ; }
15,355
asserts that two booleans are equal . concode_field_sep PlaceHolder placeHolder concode_field_sep void fail concode_elem_sep void fail concode_elem_sep void assertNull concode_elem_sep void assertNull concode_elem_sep void assertTrue concode_elem_sep void assertTrue concode_elem_sep void assertNotNull concode_elem_sep ...
void function ( boolean arg0 , boolean arg1 ) { assertEquals ( null , arg0 , arg1 ) ; }
15,356
required to support serialization . replaces with canonical instance on deserialization , protecting singleton pattern . alternative to overriding equals . concode_field_sep TrueClassFilter INSTANCE concode_field_sep String toString concode_elem_sep boolean matches
Object function ( ) { return INSTANCE ; }
15,357
helper function for log facility concode_field_sep LayerOutput output concode_elem_sep Node node concode_elem_sep boolean debugEnabled concode_field_sep void setNode concode_elem_sep Node getNode concode_elem_sep boolean isDebugEnabled concode_elem_sep void setDebugEnabled
void function ( String arg0 ) { if ( isDebugEnabled ( ) ) { if ( output != null ) { output . output ( this , arg0 ) ; } else { System . out . println ( "srini_string" + getClass ( ) . getSimpleName ( ) + "srini_string" + getNode ( ) . getSimulator ( ) . getSimulationTime ( ) + "srini_string" + getNode ( ) . getId ( ) +...
15,358
called after plugin construction and fields have been initialized . prefer to use plugininitialize instead since there is no value in having parameters on the initialize function . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_...
void function ( CordovaInterface arg0 , CordovaWebView arg1 ) { }
15,359
shares the spdy connection with the pool . callers to this method may continue to use connection . 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_CO...
void function ( Connection arg0 ) { executorService . submit ( connectionsCleanupCallable ) ; if ( ! arg0 . isSpdy ( ) ) { return ; } if ( arg0 . isAlive ( ) ) { synchronized ( this ) { connections . addFirst ( arg0 ) ; } } }
15,360
the node referenced by the explanation concode_field_sep DiscoveryNode node concode_elem_sep Map<ShardId,List<NodeExplanation>> explanations concode_elem_sep String description concode_elem_sep AllocationExplanation EMPTY concode_field_sep AllocationExplanation add concode_elem_sep void writeTo concode_elem_sep void re...
DiscoveryNode function ( ) { return node ; }
15,361
sets the modified date of this microblogs entry . concode_field_sep MicroblogsEntry _microblogsEntry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCach...
void function ( Date arg0 ) { _microblogsEntry . setModifiedDate ( arg0 ) ; }
15,362
can bound to pivotal8 . concode_field_sep Context context concode_field_sep void addContextResourceLink concode_elem_sep void resourceExists concode_elem_sep void createJspCompilationContext concode_elem_sep void canBoundToPivotal9 concode_elem_sep void applicationFilters concode_elem_sep void applicationFilterMaps con...
void function ( ) { final Tomcat90ContainerAdapter loc0 = new Tomcat90ContainerAdapter ( ) ; assertFalse ( loc0 . canBoundTo ( "srini_string" ) ) ; }
15,363
add an object to this el context under the given key . concode_field_sep Deque<Map<String,Object>> lambdaArguments concode_elem_sep List<EvaluationListener> listeners concode_elem_sep ImportHandler importHandler concode_elem_sep Locale locale concode_elem_sep Map<Class<?>,Object> map concode_elem_sep boolean resolved c...
void function ( @ SuppressWarnings ( "srini_string" ) Class arg0 , Object arg1 ) { if ( arg0 == null || arg1 == null ) { throw new NullPointerException ( ) ; } if ( this . map == null ) { this . map = new HashMap < > ( ) ; } this . map . put ( arg0 , arg1 ) ; }
15,364
sets the state representing if this instance is the first application opened or not . marks this instance into ready state . concode_field_sep boolean isReady concode_elem_sep ServerIPC serverIPC concode_elem_sep boolean isServerOrClient concode_field_sep void log concode_elem_sep boolean closeIPC concode_elem_sep bool...
void function ( boolean arg0 ) { this . isServerOrClient = arg0 ; this . setIsReady ( true ) ; }
15,365
gets the value of the replaceall property . concode_field_sep List<DepositPayment> depositPayment concode_elem_sep Boolean replaceAll concode_field_sep List<DepositPayment> getDepositPayment concode_elem_sep void setReplaceAll
boolean function ( ) { if ( replaceAll == null ) { return true ; } else { return replaceAll ; } }
15,366
convert px to dp concode_field_sep PlaceHolder placeHolder concode_field_sep View getTheVisibileView concode_elem_sep void setBackgroundColor concode_elem_sep void setElevation concode_elem_sep int colorWithAlpha concode_elem_sep void setScale concode_elem_sep float dpToPx concode_elem_sep float minMax concode_elem_sep...
float function ( float arg0 , Context arg1 ) { return arg0 / arg1 . getResources ( ) . getDisplayMetrics ( ) . density ; }
15,367
gets the field this item is for . concode_field_sep CstFieldRef field concode_elem_sep AnnotationSetItem annotations concode_field_sep void writeTo concode_elem_sep int hashCode concode_elem_sep void addContents concode_elem_sep boolean equals concode_elem_sep String toHuman concode_elem_sep int compareTo concode_elem_...
CstFieldRef function ( ) { return field ; }
15,368
apply to an unmapped tuple to get the i ` th slot after mapping : spo - > pos : 0 ` th slot is p from spo concode_field_sep int[] insertOrder concode_elem_sep String label concode_elem_sep int[] fetchOrder concode_field_sep String getLabel concode_elem_sep T mapSlot concode_elem_sep T mapSlot concode_elem_sep String ma...
T function ( int arg0 , Tuple < T > arg1 ) { arg0 = fetchOrder [ arg0 ] ; return arg1 . get ( arg0 ) ; }
15,369
like common lisp first ; car of a pair , or null for anything else . concode_field_sep Boolean FALSE concode_elem_sep Boolean TRUE concode_elem_sep Double ONE concode_elem_sep Double ZERO concode_field_sep char[] listToString concode_elem_sep String sym concode_elem_sep Double num concode_elem_sep double num concode_el...
Object function ( Object arg0 ) { return ( arg0 instanceof Pair ) ? ( ( Pair ) arg0 ) . first : null ; }
15,370
validates the version number . concode_field_sep String JAVA_VERSION_PROPERTY concode_elem_sep ClassFileVersion JAVA_V8 concode_elem_sep ClassFileVersion JAVA_V3 concode_elem_sep ClassFileVersion JAVA_V4 concode_elem_sep ClassFileVersion JAVA_V5 concode_elem_sep ClassFileVersion JAVA_V2 concode_elem_sep ClassFileVersio...
int function ( int arg0 ) { if ( ! ( arg0 > 0 ) ) { throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; } return arg0 ; }
15,371
called by the system when the device configuration changes while your activity is running . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode...
void function ( Configuration arg0 ) { }
15,372
create an instance of getupcomingmoviesresponse concode_field_sep PlaceHolder placeHolder concode_field_sep Movie createMovie concode_elem_sep ArrayOfMovie createArrayOfMovie concode_elem_sep GetTheatersAndMovies createGetTheatersAndMovies concode_elem_sep Theater createTheater concode_elem_sep GetUpcomingMovies create...
GetUpcomingMoviesResponse function ( ) { return new GetUpcomingMoviesResponse ( ) ; }
15,373
sets the address concode_field_sep java.util.Date date concode_elem_sep Float number concode_elem_sep Long parent concode_elem_sep Simple other concode_elem_sep String address concode_elem_sep String name concode_elem_sep int count concode_elem_sep Long id concode_field_sep void setName concode_elem_sep void init conco...
void function ( String arg0 ) { this . address = arg0 ; }
15,374
gets whether the given key exists in the properties concode_field_sep String mContainerId concode_elem_sep ArrayList<KmlContainer> mContainers concode_elem_sep HashMap<KmlPlacemark,Object> mPlacemarks concode_elem_sep HashMap<KmlGroundOverlay,GroundOverlay> mGroundOverlays concode_elem_sep HashMap<String,String> mStyle...
boolean function ( String arg0 ) { return mProperties . containsKey ( arg0 ) ; }
15,375
the status of the domain : registered : the domain is properly registered and available . you can use this domain for registering types and creating new workflow executions . deprecated : the domain was deprecated using deprecatedomain , but is still in use . you should not create new workflow executions in this domain...
DomainInfo function ( String arg0 ) { this . status = arg0 ; return this ; }
15,376
the same as above , but specifically for google book search . concode_field_sep Map<String,String> GOOGLE_PRODUCT_SEARCH_COUNTRY_TLD concode_elem_sep String DEFAULT_LANGUAGE concode_elem_sep Map<String,String> GOOGLE_COUNTRY_TLD concode_elem_sep String DEFAULT_COUNTRY concode_elem_sep String DEFAULT_TLD concode_elem_se...
String function ( Context arg0 ) { return doGetTLD ( GOOGLE_BOOK_SEARCH_COUNTRY_TLD , arg0 ) ; }
15,377
this will set a list of appearances . if you would like to set the single appearance then you should use the key `` default '' , and when the pdf is written back to the filesystem then there will only be one stream . concode_field_sep COSDictionary dictionary concode_field_sep PDAppearanceEntry getRolloverAppearance co...
void function ( PDAppearanceEntry arg0 ) { dictionary . setItem ( COSName . N , arg0 ) ; }
15,378
writes characters from the specified string followed by a line delimiter to this session buffer . this method uses cr-lf as a line delimiter . concode_field_sep OutputStream outstream concode_elem_sep int minChunkLimit concode_elem_sep boolean ascii concode_elem_sep ByteArrayBuffer buffer concode_elem_sep HttpTransport...
void function ( final String arg0 ) { if ( arg0 == null ) { return ; } if ( arg0 . length ( ) > 0 ) { write ( arg0 . getBytes ( this . charset ) ) ; } write ( CRLF ) ; }
15,379
get dataitem in level3 concode_field_sep Log _log concode_field_sep int countInLevel2 concode_elem_sep DATAITEM getByNode1Id concode_elem_sep List<DATAITEM> getInLevel2 concode_elem_sep List<DATAITEM> getInLevel2 concode_elem_sep List<DATAITEM> getInLevel2 concode_elem_sep int countInLevel3 concode_elem_sep DATAITEM ge...
List < DATAITEM > function ( long arg0 , String arg1 , String arg2 , int arg3 , int arg4 ) { List < DATAITEM > loc0 = new ArrayList < DATAITEM > ( ) ; try { loc0 = DATAITEMLocalServiceUtil . getByDataGroupLevel3 ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; } catch ( Exception loc1 ) { _log . error ( loc1 ) ; } return loc0 ; ...
15,380
traverse the composite and set the class field to match frames from all three other tags that are already found in the mp3 file . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] parseStartWordDelimiter concode_elem_sep AbstractFilenameComposite createCompositeFromToken concode_elem_sep FilenameTag ...
void function ( final AbstractFilenameComposite arg0 , final MP3File arg1 ) { arg0 . matchAgainstTag ( arg1 . getID3v1Tag ( ) ) ; arg0 . matchAgainstTag ( arg1 . getID3v2Tag ( ) ) ; arg0 . matchAgainstTag ( arg1 . getLyrics3Tag ( ) ) ; }
15,381
get the i18n message string for a given key and use the default locale . concode_field_sep Locale DEFAULTLOCALE concode_elem_sep Logger log concode_elem_sep String LOCALE_DELIMITERS concode_field_sep Locale[] getSupportedLocales concode_elem_sep Locale getEPersonLocale concode_elem_sep String getFilename concode_elem_s...
String function ( String arg0 ) { return getMessage ( arg0 . trim ( ) , DEFAULTLOCALE ) ; }
15,382
assert a session attribute value . concode_field_sep PlaceHolder placeHolder concode_field_sep ResultMatcher asyncResult concode_elem_sep ResultMatcher asyncResult concode_elem_sep void assertAsyncStarted concode_elem_sep ResultMatcher asyncStarted concode_elem_sep ResultMatcher asyncNotStarted concode_elem_sep ResultM...
ResultMatcher function ( final String arg0 , final Object arg1 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg2 ) { assertEquals ( "srini_string" + arg0 + "srini_string" , arg1 , arg2 . getRequest ( ) . getSession ( ) . getAttribute ( arg0 ) ) ; } } ; }
15,383
adds a string property to a map . adds quotes and does json string escaping , as described at json.org . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item conco...
JSONBuilder function ( String arg0 , String arg1 ) { return entry ( arg0 , arg1 , false ) ; }
15,384
get the user-specified job name . concode_field_sep JobID jobid concode_elem_sep String queueName concode_elem_sep String name concode_elem_sep String user concode_elem_sep String jobFile concode_elem_sep String url concode_field_sep void readFields concode_elem_sep String getJobFile concode_elem_sep URL getURL concode...
String function ( ) { return name ; }
15,385
returns the result of interpreting the object as an instance of ` classifier ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep SoftwaredeploymentPackage modelPackage concode_field_sep T caseModelElement concode_elem_sep T casePackage concode_elem_sep T case...
T function ( Classifier arg0 ) { return null ; }
15,386
helper method for overscrolling that encapsulates all of the necessary function . this version of the call is used for views that need to specify a scroll range but scroll back to it 's edge correctly . concode_field_sep String LOG_TAG concode_elem_sep float DEFAULT_OVERSCROLL_SCALE concode_field_sep boolean isAndroidO...
void function ( final PullToRefreshBase < ? > arg0 , final int arg1 , final int arg2 , final int arg3 , final int arg4 , final int arg5 , final boolean arg6 ) { overScrollBy ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , 0 , DEFAULT_OVERSCROLL_SCALE , arg6 ) ; }
15,387
sets the value of the notes property . concode_field_sep List<NextSportT> nextSport concode_elem_sep String notes concode_elem_sep XMLGregorianCalendar id concode_elem_sep FirstSportT firstSport concode_field_sep void setFirstSport concode_elem_sep List<NextSportT> getNextSport concode_elem_sep String getNotes concode_...
void function ( String arg0 ) { this . notes = arg0 ; }
15,388
see http://www.w3.org/protocols/rfc2616/rfc2616-sec14.html to mark a response as `` never expires , '' an origin server sends an expires date approximately one year from the time the response is sent . http/1 .1 servers should not send expires dates more than one year in the future . concode_field_sep int GZIP_MAGIC_NU...
void function ( long arg0 ) { if ( arg0 == 0 || arg0 > ONE_YEAR_IN_SECONDS ) { timeToLiveSeconds = ONE_YEAR_IN_SECONDS ; } else { timeToLiveSeconds = arg0 ; } }
15,389
get custom deserializer concode_field_sep com.netsuite.webservices.platform.core_2014_2.RecordRef childTab concode_elem_sep java.lang.String childDescr concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep ...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
15,390
set the hbase table name . concode_field_sep String zookeeperQuorum concode_elem_sep int zookeeperClientPort concode_elem_sep Configuration configuration concode_elem_sep HTable table concode_elem_sep String tableName concode_field_sep boolean connected concode_elem_sep void disconnect concode_elem_sep Configuration ge...
void function ( String arg0 ) { this . tableName = arg0 ; }
15,391
gets the value of the physicalverification property . concode_field_sep List<ExtensionType> extension concode_elem_sep NymType nym concode_elem_sep ExtensionOnlyType writtenConsent concode_elem_sep PhysicalVerification physicalVerification concode_elem_sep GoverningAgreementsType governingAgreements concode_field_sep v...
PhysicalVerification function ( ) { return physicalVerification ; }
15,392
compares this object to an arbitrary object . concode_field_sep double allocatedY concode_elem_sep double gap concode_elem_sep double angle concode_elem_sep double baseY concode_elem_sep double linkPercent concode_elem_sep TextBox label concode_elem_sep double labelHeight concode_elem_sep Comparable key concode_field_s...
int function ( Object arg0 ) { int loc0 = 0 ; if ( arg0 instanceof PieLabelRecord ) { PieLabelRecord loc1 = ( PieLabelRecord ) arg0 ; if ( this . baseY < loc1 . baseY ) { loc0 = - 1 ; } else if ( this . baseY > loc1 . baseY ) { loc0 = 1 ; } } return loc0 ; }
15,393
unexport the rmi registry on bean factory shutdown , provided that this bean actually created a registry . concode_field_sep Registry registry concode_elem_sep RMIClientSocketFactory clientSocketFactory concode_elem_sep Log logger concode_elem_sep int port concode_elem_sep String host concode_elem_sep RMIServerSocketFa...
void function ( ) { if ( this . created ) { logger . info ( "srini_string" ) ; UnicastRemoteObject . unexportObject ( this . registry , true ) ; } }
15,394
called for every file that disappeared in the watched directory concode_field_sep PlaceHolder placeHolder concode_field_sep void onFileCreated concode_elem_sep void onFileInit concode_elem_sep void onDirectoryCreated concode_elem_sep void onFileDeleted concode_elem_sep void onDirectoryInit concode_elem_sep void onFileC...
void function ( Path arg0 ) { }
15,395
returns the callback which can be used to handle drag and drop of the gutter icon . concode_field_sep int myWeight concode_field_sep AnAction getClickAction concode_elem_sep Alignment getAlignment concode_elem_sep AnAction getMiddleButtonClickAction concode_elem_sep ActionGroup getPopupMenuActions concode_elem_sep Stri...
GutterDraggableObject function ( ) { return null ; }
15,396
this method is called when the beginning of a matching xml element is encountered . the default implementation delegates to the deprecated method #begin attributes begin without thenamespace and name parameters , to retain backwards compatibility . concode_field_sep String namespaceURI concode_elem_sep Digester digeste...
void function ( String arg0 , String arg1 , Attributes arg2 ) { begin ( arg2 ) ; }
15,397
synchronizes this object with the underlying byte based input . it discards and buffered bits and gets ready to read bits from the current position in the underlying byte based input . this method should always be called when some data has been read directly from the underlying byte based input since the last call to `...
void function ( ) { bbuf = 0 ; bpos = 0 ; }
15,398
sets the previous nested level as current nested level and removes and returns the current nested level . concode_field_sep Deque<ObjectMapper> levelStack concode_field_sep ObjectMapper getObjectMapper concode_elem_sep ObjectMapper nextLevel
ObjectMapper function ( ) { return levelStack . pop ( ) ; }
15,399
compare two writablecomparables . the default implementation uses the natural ordering , calling comparable #compareto object . concode_field_sep WritableComparable key1 concode_elem_sep ConcurrentHashMap<Class,WritableComparator> comparators concode_elem_sep WritableComparable key2 concode_elem_sep Class<? extends Wri...
int function ( WritableComparable arg0 , WritableComparable arg1 ) { return arg0 . compareTo ( arg1 ) ; }