idx
int64
0
25k
question
stringlengths
68
5.14k
target
stringlengths
20
503
6,300
specifies the set of event types to register by the consumer . multiple event can be separated by comma . the possible event types are : cache_entry_activated , cache_entry_passivated , cache_entry_visited , cache_entry_loaded , cache_entry_evicted , cache_entry_created , cache_entry_removed , cache_entry_modified , tr...
void function ( String arg0 ) { this . eventTypes = new HashSet < String > ( Arrays . asList ( arg0 . split ( "srini_string" ) ) ) ; }
6,301
when the transactionclient goes into the `` completed '' state receiving a 2xx response concode_field_sep SipProvider sip_provider concode_elem_sep Log log concode_elem_sep MessageAgentListener listener concode_elem_sep SipInterface sip_interface concode_elem_sep UserAgentProfile user_profile concode_field_sep void rec...
void function ( TransactionClient arg0 , Message arg1 ) { onDeliverySuccess ( arg0 , arg1 . getStatusLine ( ) . getReason ( ) ) ; }
6,302
open video file or a capturing device for video capturing the methods first call `` videocapture.release '' to close the already opened file or camera . concode_field_sep long nativeObj concode_field_sep boolean n_isOpened concode_elem_sep boolean n_read concode_elem_sep boolean isOpened concode_elem_sep boolean read c...
boolean function ( int arg0 ) { boolean loc0 = n_open ( nativeObj , arg0 ) ; return loc0 ; }
6,303
the destructor . makes sure the catalog file is closed . concode_field_sep boolean caseSensitive concode_elem_sep int[] stack concode_elem_sep Stack tokenStack concode_elem_sep InputStream catfile concode_elem_sep int top concode_field_sep boolean getCaseSensitive concode_elem_sep void setCaseSensitive concode_elem_sep...
void function ( ) { if ( catfile != null ) { try { catfile . close ( ) ; } catch ( IOException loc0 ) { } } catfile = null ; }
6,304
remove all the cookies that contain accessors ' data . concode_field_sep OAuthClient CLIENT concode_elem_sep Properties consumerProperties concode_elem_sep ConsumerProperties consumers concode_elem_sep Collection<String> RECOVERABLE_PROBLEMS concode_field_sep void copyResponse concode_elem_sep String getCallbackURL con...
void function ( CookieMap arg0 ) { List < String > loc0 = new ArrayList < String > ( arg0 . keySet ( ) ) ; for ( String loc1 : loc0 ) { if ( loc1 . endsWith ( "srini_string" ) || loc1 . endsWith ( "srini_string" ) || loc1 . endsWith ( "srini_string" ) ) { arg0 . remove ( loc1 ) ; } } }
6,305
gets the value of the dslabel property . concode_field_sep ArrayOfString altIDs concode_elem_sep String dsID concode_elem_sep String logMessage concode_elem_sep String pid concode_elem_sep boolean versionable concode_elem_sep String mimeType concode_elem_sep String dsLabel concode_elem_sep String formatURI concode_elem...
String function ( ) { return dsLabel ; }
6,306
if the service has completed return true concode_field_sep int SERVICE_FINISHED concode_elem_sep Throwable t concode_elem_sep int SERVICE_FAILED concode_elem_sep int status concode_elem_sep int SERVICE_RUNNING concode_elem_sep boolean completed concode_elem_sep Map<String,Object> result concode_elem_sep String module c...
boolean function ( ) { return completed ; }
6,307
cancel an sge job submitted from genepattern . concode_field_sep SgeBatchSystem sgeBatchSystem concode_elem_sep Logger log concode_elem_sep CommandProperties configurationProperties concode_elem_sep JobMonitor jobMonitor concode_field_sep void setConfigurationProperties concode_elem_sep void setConfigurationFilename co...
void function ( JobInfo arg0 ) { log . info ( "srini_string" + arg0 . getJobNumber ( ) ) ; BatchJob loc0 = BatchJobUtil . findBatchJob ( sgeBatchSystem , arg0 ) ; sgeBatchSystem . kill ( loc0 ) ; }
6,308
adds the specified word to the list if the word is not already added . concode_field_sep String name concode_elem_sep boolean isUpdated concode_elem_sep Map<String,Integer> list concode_field_sep void setName concode_elem_sep boolean contains concode_elem_sep int getSize concode_elem_sep String getName concode_elem_sep...
void function ( String arg0 ) { if ( ! contains ( arg0 ) ) { int loc0 = getSize ( ) ; list . put ( arg0 , loc0 ) ; isUpdated = true ; } }
6,309
returns the maximum number of threads to allow for background revalidations due to the stale-while-revalidate directive . avalue of 0 means background revalidations are disabled . concode_field_sep int DEFAULT_ASYNCHRONOUS_WORKERS_MAX concode_elem_sep float heuristicCoefficient concode_elem_sep long heuristicDefaultLif...
int function ( ) { return asynchronousWorkersMax ; }
6,310
this method is called in setup method of the operator concode_field_sep ArrayBlockingQueue<Message> holdingBuffer concode_elem_sep String topic concode_elem_sep Map<Integer,long[]> _1_min_msg_sum_par concode_elem_sep boolean isAlive concode_elem_sep Map<Integer,long[]> _1_min_byte_sum_par concode_elem_sep Map<Integer,d...
void function ( ) { holdingBuffer = new ArrayBlockingQueue < Message > ( consumerBuffer ) ; }
6,311
for a generic parameter , return either the class used or if the type is unknown , the index for the type in definition of the class concode_field_sep PlaceHolder placeHolder concode_field_sep Class<?> getFactoryType concode_elem_sep Object getGenericType
Object function ( Class < ? > arg0 , Type arg1 ) { if ( arg1 instanceof Class < ? > ) { return arg1 ; } else { TypeVariable < ? > [ ] loc0 = arg0 . getTypeParameters ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { if ( loc0 [ loc1 ] . equals ( arg1 ) ) { return Integer . valueOf ( loc1 ) ; } } return null...
6,312
flag to revoke oauth refresh token on route shutdown , default false . will require a fresh refresh token on restart using either a custom iauthsecurestorage or automatic component login by providing a user password concode_field_sep BoxApiName apiName concode_elem_sep String userPassword concode_elem_sep String client...
void function ( boolean arg0 ) { this . revokeOnShutdown = arg0 ; }
6,313
getter concode_field_sep NavPoint p1 concode_elem_sep NavPoint p2 concode_elem_sep String nameP2 concode_elem_sep String nameP1 concode_elem_sep float width concode_elem_sep int type concode_field_sep void setP2 concode_elem_sep NavPoint getP2 concode_elem_sep String getNameP1 concode_elem_sep void setNameP2 concode_el...
float function ( ) { return width ; }
6,314
get the descriptive string of the actions that will be rolled back on the next undo concode_field_sep Vector<EditHistoryListener> editHistoryListeners concode_elem_sep int redoMarkIndex concode_elem_sep Vector<EditHistoryMark> editHistoryMarks concode_elem_sep JMenuItem redoMenuItem concode_elem_sep JMenuItem undoMenuI...
String function ( ) { if ( redoMarkIndex > 0 ) return editHistoryMarks . get ( redoMarkIndex - 1 ) . getMarkString ( ) ; else return null ; }
6,315
returns true if the database is in-memory . concode_field_sep String path concode_elem_sep int maxSqlCacheSize concode_elem_sep int openFlags concode_elem_sep String label concode_elem_sep boolean foreignKeyConstraintsEnabled concode_elem_sep Locale locale concode_elem_sep Pattern EMAIL_IN_DB_PATTERN concode_elem_sep i...
boolean function ( ) { return path . equalsIgnoreCase ( MEMORY_DB_PATH ) ; }
6,316
size of a node integer concode_field_sep byte[] bthRoot concode_elem_sep byte[] bthNRecs concode_elem_sep byte[] bthFree concode_elem_sep byte[] bthNodeSize concode_elem_sep byte[] bthResv concode_elem_sep byte[] bthDepth concode_elem_sep byte[] bthKeyLen concode_elem_sep byte[] bthLNode concode_elem_sep int STRUCTSIZE...
short function ( ) { return Util . readShortBE ( bthNodeSize ) ; }
6,317
the name of the log stream . concode_field_sep String logStreamName concode_elem_sep Boolean searchedCompletely concode_field_sep String getLogStreamName concode_elem_sep SearchedLogStream withLogStreamName concode_elem_sep void setSearchedCompletely concode_elem_sep Boolean isSearchedCompletely concode_elem_sep int ha...
void function ( String arg0 ) { this . logStreamName = arg0 ; }
6,318
returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start
BundleContext function ( ) { return context ; }
6,319
method to randomly select an html color code from a preset list eg : #c62fd5 concode_field_sep String DEFAULT_COLOR concode_elem_sep Vector colorList concode_elem_sep boolean stamp concode_elem_sep String[] ALL_COLORS concode_elem_sep Log log concode_elem_sep ChatState singleton concode_elem_sep Random generator concod...
String function ( ) { return "srini_string" + colorList . remove ( generator . nextInt ( colorList . size ( ) ) ) . toString ( ) ; }
6,320
writes a byte to the buffer . concode_field_sep int size concode_elem_sep int readIndex concode_elem_sep byte[] buffer concode_elem_sep int writeIndex concode_field_sep int get concode_elem_sep boolean available concode_elem_sep void copy
void function ( final int arg0 ) { buffer [ writeIndex ] = ( byte ) arg0 ; writeIndex = ( writeIndex + 1 ) % size ; }
6,321
convert to the utility date concode_field_sep String defaultPattern concode_elem_sep Map<String,DateFormat> dateFormatCache concode_field_sep Date addTimeIntervals concode_elem_sep int getInterval concode_elem_sep Calendar roundCalendar concode_elem_sep String format concode_elem_sep String format concode_elem_sep Date...
Date function ( java . sql . Date arg0 ) { return new Date ( arg0 . getTime ( ) ) ; }
6,322
obtains the clipboard copy/paste support utility , if any , for the specified eclass 's metamodel . if the metamodel does not have a dedicated clipboard support implementation , then a default implementation is provided that implements semantics similar to the org.eclipse.emf.ecore.util.ecoreutil.copier class . warning...
IClipboardSupport function ( EClass arg0 ) { IClipboardSupport loc0 = DefaultClipboardSupport . getInstance ( ) ; EPackage loc1 = arg0 . getEPackage ( ) ; IClipboardSupportFactory loc2 = ClipboardSupportManager . lookup ( loc1 ) ; if ( loc2 != null ) { loc0 = loc2 . newClipboardSupport ( loc1 ) ; } return loc0 ; }
6,323
get the typecode of the policyerror . concode_field_sep PolicyError value concode_field_sep void _read concode_elem_sep void _write
TypeCode function ( ) { return PolicyErrorHelper . type ( ) ; }
6,324
returns the signature key . concode_field_sep SecretKey signatureKey concode_elem_sep SecretKey encryptionKey concode_field_sep SecretKey getEncryptionKey concode_elem_sep void setSignatureKey concode_elem_sep void setEncryptionKey
SecretKey function ( ) { return signatureKey ; }
6,325
default : true concode_field_sep List<Class<?>> skipMethodVerificationForClasses concode_elem_sep ExecutorService executorService concode_elem_sep boolean sendNoSubscriberEvent concode_elem_sep boolean logNoSubscriberMessages concode_elem_sep ExecutorService DEFAULT_EXECUTOR_SERVICE concode_elem_sep boolean logSubscrib...
EventBusBuilder function ( boolean arg0 ) { this . logSubscriberExceptions = arg0 ; return this ; }
6,326
sets the spring bean id for this bean . concode_field_sep KhuVucService _service concode_field_sep java.lang.String getBeanIdentifier concode_elem_sep void clearService concode_elem_sep void setService concode_elem_sep java.lang.Object invokeMethod concode_elem_sep KhuVucService getService
void function ( java . lang . String arg0 ) { getService ( ) . setBeanIdentifier ( arg0 ) ; }
6,327
gets the value of the version property . concode_field_sep List<Extension> extensions concode_elem_sep Boolean isStatic concode_elem_sep List<Block> sources concode_elem_sep String source concode_elem_sep String id concode_elem_sep String href concode_elem_sep String label concode_elem_sep QName type concode_elem_sep S...
String function ( ) { if ( version == null ) { return "srini_string" ; } else { return version ; } }
6,328
return the action id from a callback url . concode_field_sep String CALL_BACK_QUERY_STRING concode_elem_sep String STATUS_PARAM concode_elem_sep String CONF_EARLY_REQUEUE_MAX_RETRIES concode_elem_sep String CONF_PREFIX concode_elem_sep int earlyRequeueMaxRetries concode_elem_sep Configuration oozieConf concode_elem_sep...
String function ( String arg0 ) { try { return URLDecoder . decode ( getParam ( ParamChecker . notEmpty ( arg0 , "srini_string" ) , ID_PARAM ) , "srini_string" ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new RuntimeException ( loc0 ) ; } }
6,329
gets the timezone id used to identify this time zone in the javacode . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_sep boolea...
String function ( ) { return id ; }
6,330
this method resets the outgoing events . concode_field_sep long rightBitshift concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep long bitwiseXor concode_elem_sep long myBit1 concode_elem_sep long myBit2 concode_elem_sep long leftBitshift concode_elem_sep int nextStateIndex concode_elem_sep long bitwiseOr con...
void function ( ) { }
6,331
removes the link from this instance through role `` content '' . concode_field_sep GUID typeId concode_elem_sep GUID roleContentId concode_elem_sep PDStore store concode_elem_sep GUID id concode_field_sep void setName concode_elem_sep void setContent concode_elem_sep PDStore getStore concode_elem_sep String getLabel co...
void function ( ) { store . removeLink ( this . id , roleContentId , store . getInstance ( this . id , roleContentId ) ) ; }
6,332
default implementation throws an ioexception . concode_field_sep int CANCEL concode_elem_sep Instances m_instances concode_elem_sep int m_retrieval concode_elem_sep int STRUCTURE_READY concode_elem_sep int WRITE concode_elem_sep int WAIT concode_elem_sep int m_writeMode concode_field_sep void cancel concode_elem_sep vo...
String function ( ) { throw new IOException ( "srini_string" ) ; }
6,333
get the returnclientrequestid value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep DateTimeRfc1123 ifUnmodifiedSince concode_elem_sep Boolean returnClientRequestId concode_elem_sep DateTimeRfc1123 ifModifiedSince concode_elem_sep Integer timeout concode_elem_sep Str...
Boolean function ( ) { return this . returnClientRequestId ; }
6,334
create a log entry . concode_field_sep int DEEP_OF_STACK_TRACE concode_field_sep boolean isEnabled concode_elem_sep Throwable getLastElementIfThrowable
void function ( final Level arg0 , final String arg1 ) { LogEntryForwarder . forward ( DEEP_OF_STACK_TRACE , arg0 , arg1 ) ; }
6,335
sets the user rating of this k b comment . concode_field_sep KBComment _kbComment concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boo...
void function ( int arg0 ) { _kbComment . setUserRating ( arg0 ) ; }
6,336
returns the proper name given an item type id , data/durability concode_field_sep MaterialAliases instance concode_elem_sep HashMap<String,String> itemAliases concode_field_sep HashMap<String,String> getItemAliases concode_elem_sep ArrayList<int[]> getIdsByAlias concode_elem_sep MaterialAliases getInstance
String function ( int arg0 , int arg1 ) { String loc0 = null ; if ( ! itemAliases . isEmpty ( ) ) { String loc1 = arg0 + "srini_string" + arg1 ; loc0 = itemAliases . get ( loc1 ) ; } if ( loc0 == null ) { ItemStack loc1 = new ItemStack ( arg0 , arg1 ) ; loc0 = loc1 . getType ( ) . name ( ) . toLowerCase ( ) . replace (...
6,337
this method was generated by mybatis generator . this method returns the value of the database column public.questionsfields.id concode_field_sep Integer questionId concode_elem_sep String textS concode_elem_sep String textC concode_elem_sep String textA concode_elem_sep Integer controlledList concode_elem_sep String t...
Integer function ( ) { return id ; }
6,338
wthether it is equal to object obj . concode_field_sep int port concode_elem_sep IpAddress ipaddr concode_field_sep void init concode_elem_sep int getPort concode_elem_sep Object clone concode_elem_sep IpAddress getAddress concode_elem_sep String toString
boolean function ( Object arg0 ) { try { SocketAddress loc0 = ( SocketAddress ) arg0 ; if ( port != loc0 . port ) return false ; if ( ! ipaddr . equals ( loc0 . ipaddr ) ) return false ; return true ; } catch ( Exception loc0 ) { return false ; } }
6,339
return the imok message to the server concode_field_sep ClientPanel clientPanel concode_elem_sep ObjectInputStream inFromServer concode_elem_sep ObjectOutputStream outToServer concode_elem_sep Socket socket concode_field_sep void doNotify concode_elem_sep void determineActionOnMessage concode_elem_sep void run concode_...
void function ( ) { ClientHandler . getInstance ( ) . sendImOk ( ) ; }
6,340
invokes queue . blockingqueue #put object put element uninterruptibly . concode_field_sep PlaceHolder placeHolder concode_field_sep void joinUninterruptibly concode_elem_sep void joinUninterruptibly concode_elem_sep boolean tryAcquireUninterruptibly concode_elem_sep boolean tryAcquireUninterruptibly concode_elem_sep V ...
void function ( BlockingQueue < E > arg0 , E arg1 ) { boolean loc0 = false ; try { while ( true ) { try { arg0 . put ( arg1 ) ; return ; } catch ( InterruptedException loc1 ) { loc0 = true ; } } } finally { if ( loc0 ) { Thread . currentThread ( ) . interrupt ( ) ; } } }
6,341
get the scope concode_field_sep String owner concode_elem_sep long serialVersionUID concode_elem_sep LockScopeEnumeration scope concode_elem_sep LockTypeEnumeration type concode_field_sep void setSessionToken concode_elem_sep LockTypeEnumeration getType concode_elem_sep String getOwner concode_elem_sep void setType con...
LockScopeEnumeration function ( ) { return scope ; }
6,342
returns the rendering info for the chart 's plot . concode_field_sep EntityCollection entities concode_elem_sep long serialVersionUID concode_elem_sep PlotRenderingInfo plotInfo concode_elem_sep Rectangle2D chartArea concode_field_sep Rectangle2D getChartArea concode_elem_sep void setChartArea concode_elem_sep void set...
PlotRenderingInfo function ( ) { return this . plotInfo ; }
6,343
sets the value of the type property . concode_field_sep List<Correlation> correlation concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String type concode_field_sep List<Correlation> getCorrelation concode_elem_sep boolean isSetType concode_elem_sep String getType concode_elem_sep void u...
void function ( String arg0 ) { this . type = arg0 ; }
6,344
sets the user name . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getUserName
void function ( String arg0 ) { this . userName = arg0 ; }
6,345
getter for the markup attributes . concode_field_sep Properties markupAttributes concode_elem_sep Element element concode_field_sep boolean process concode_elem_sep boolean isContent concode_elem_sep boolean isNestable concode_elem_sep void setMarkupAttribute concode_elem_sep ArrayList getChunks concode_elem_sep int ty...
Properties function ( ) { return markupAttributes ; }
6,346
is it a term ? concode_field_sep EquationExpression inverse concode_elem_sep EquationExpression opposite concode_elem_sep Boolean containsSymbolicValues concode_field_sep T translateImpl concode_elem_sep boolean isSqrt concode_elem_sep boolean containsSymbolicValuesImpl concode_elem_sep boolean isSpecialSymbolicValue c...
boolean function ( ) { return false ; }
6,347
test of getlabelresource method , of class hbasecrudgui . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCreateTestElement concode_elem_sep void testGetStaticLabel concode_elem_sep void setUpClass concode_elem_sep void testInit concode_elem_sep void setUp concode_elem_sep void tearDownClass concod...
void function ( ) { System . out . println ( "srini_string" ) ; HbaseCrudGui loc0 = new HbaseCrudGui ( ) ; String loc1 = "srini_string" ; String loc2 = loc0 . getLabelResource ( ) ; }
6,348
add or append the service to the key . concode_field_sep Provider.Service cachedSecureRandomService concode_elem_sep ArrayList<Provider> providers concode_elem_sep int cacheVersion concode_elem_sep HashMap<String,ArrayList<Provider.Service>> services concode_elem_sep boolean needRefresh concode_elem_sep HashMap<String,...
void function ( String arg0 , Provider . Service arg1 ) { ArrayList < Provider . Service > loc0 = services . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new ArrayList < Provider . Service > ( 1 ) ; services . put ( arg0 , loc0 ) ; } loc0 . add ( arg1 ) ; }
6,349
return type metadata object concode_field_sep java.lang.String revisionID concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep void setName concode_elem_sep void setR...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
6,350
updates the title in the frame to be `` flashcards - deck title '' concode_field_sep QandAPanelContainer qap concode_elem_sep ButtonPanelContainer bpc concode_elem_sep Session session concode_elem_sep SessionState sessionState concode_elem_sep StatusPanelContainer spc concode_elem_sep List<CardChangeListener> cardChang...
void function ( Deck arg0 ) { final StringBuffer loc0 = new StringBuffer ( ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( arg0 . getTitle ( ) ) ; final String loc1 = loc0 . toString ( ) ; main . setTitle ( loc1 ) ; }
6,351
asserts that a prefix is set . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertSchemaNS concode_elem_sep void assertSpecificLang concode_elem_sep void assertPropName concode_elem_sep void assertNotNull concode_elem_sep void assertArrayName concode_elem_sep void assertStructName concode_elem_sep v...
void function ( String arg0 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) { throw new XMPException ( "srini_string" , XMPError . BADPARAM ) ; } }
6,352
obtains the connroutepnames #default_proxy default_proxy parameter value . #no_host will be mapped to null , to allow unsetting in a hierarchy . concode_field_sep HttpHost NO_HOST concode_elem_sep HttpRoute NO_ROUTE concode_field_sep void setLocalAddress concode_elem_sep HttpRoute getForcedRoute concode_elem_sep void s...
HttpHost function ( HttpParams arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } HttpHost loc0 = ( HttpHost ) arg0 . getParameter ( DEFAULT_PROXY ) ; if ( ( loc0 != null ) && NO_HOST . equals ( loc0 ) ) { loc0 = null ; } return loc0 ; }
6,353
performs the depth first traversion of all elements concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field_sep boolean isVisited concode_elem_sep void beginVisit concode_elem_sep Iterator getElementLinks concode_elem_sep vo...
void function ( ) { if ( done ) return ; while ( myElements . hasNext ( ) ) { Object loc0 = myElements . next ( ) ; if ( ! isVisited ( loc0 ) ) { visit ( loc0 , 1 ) ; } } }
6,354
writes the entire list to a csv file . the list is assumed to be a string concode_field_sep int INITIAL_STRING_SIZE concode_elem_sep String DEFAULT_LINE_END concode_elem_sep char DEFAULT_SEPARATOR concode_elem_sep Writer rawWriter concode_elem_sep char DEFAULT_ESCAPE_CHARACTER concode_elem_sep PrintWriter pw concode_el...
void function ( List < String [ ] > arg0 ) { for ( String [ ] loc0 : arg0 ) { writeNext ( loc0 ) ; } }
6,355
transposes an array of lists . concode_field_sep PlaceHolder placeHolder concode_field_sep List combinations concode_elem_sep List combinations concode_elem_sep List combinations concode_elem_sep List<List<T>> tails concode_elem_sep T min concode_elem_sep T min concode_elem_sep T min concode_elem_sep T max concode_elem...
List function ( Object [ ] arg0 ) { return transpose ( Arrays . asList ( arg0 ) ) ; }
6,356
the identifier for the model resource . concode_field_sep String schema concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_elem_sep String contentType concode_field_sep void setName concode_elem_sep String getName concode_elem_sep UpdateModelResult withDescription concod...
void function ( String arg0 ) { this . id = arg0 ; }
6,357
test of getemail method , of class host . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testSetAddress concode_elem_sep void testSetPhone concode_elem_sep void testGetAddress concode_elem_sep void testGetPhone concode_elem_sep void testGetLatitude concode_elem_sep voi...
void function ( ) { System . out . println ( "srini_string" ) ; Host loc0 = new Host ( ) ; String loc1 = "srini_string" ; String loc2 = loc0 . geteMail ( ) ; assertEquals ( loc1 , loc2 ) ; fail ( "srini_string" ) ; }
6,358
gets the value of the url property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the url property . for example , to add a new item , do as follows...
List < Url > function ( ) { if ( url == null ) { url = new ArrayList < Url > ( ) ; } return this . url ; }
6,359
returns the start of the range . concode_field_sep Calendar start concode_elem_sep Calendar end concode_field_sep long getDuration concode_elem_sep String toString concode_elem_sep Calendar getEnd concode_elem_sep boolean matches
Calendar function ( ) { return start ; }
6,360
the transaction has cancelled . the participant previously informed the coordinator that it had finished work but could compensate later if required , and it is now requested to do so . concode_field_sep Logger log concode_elem_sep EventLog eventLog concode_elem_sep long serialVersionUID concode_elem_sep String partici...
void function ( ) { eventLog . addEvent ( participantName , EventLogEvent . COMPENSATE ) ; log . trace ( "srini_string" + EventLogEvent . COMPENSATE ) ; }
6,361
returns the company id 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...
long function ( ) { return _microblogsEntry . getCompanyId ( ) ; }
6,362
consume the next comment token , update the `` incomment '' flag and return the remaining content . concode_field_sep String START_COMMENT concode_elem_sep int VALIDATION_NONE concode_elem_sep int VALIDATION_AUTO concode_elem_sep String END_COMMENT concode_elem_sep boolean inComment concode_elem_sep String DOCTYPE conc...
String function ( String arg0 ) { int loc0 = ( this . inComment ? endComment ( arg0 ) : startComment ( arg0 ) ) ; return ( loc0 == - 1 ? null : arg0 . substring ( loc0 ) ) ; }
6,363
sets the value of the thresholdtype property . concode_field_sep Integer level concode_elem_sep Date lastUpdateDate concode_elem_sep String name concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep Integer objectId concode_elem_sep String thresholdType concode_elem_sep Date createD...
void function ( String arg0 ) { this . thresholdType = arg0 ; }
6,364
this hook method will be invoked when the dfs begins the visit of an element . since there is no return parameter this method will not effect the algorithms behaviour . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field...
void function ( Object arg0 , int arg1 ) { }
6,365
check whether servlet which uses runas with correct role needed for secured ejb invocation can correctly invoked that ejb method in httpservlet.destroy method during undeploying application . concode_field_sep String DEPLOYMENT concode_elem_sep String incorrectRoleResult concode_elem_sep File CORRECT_ROLE_AND_UNDEPLOY ...
void function ( ) { assertTrue ( "srini_string" , readFirstLineOfFile ( CORRECT_ROLE_AND_UNDEPLOY ) . contains ( DESTROY_METHOD_PASS + HelloBean . HELLO ) ) ; }
6,366
visits the header of the class . concode_field_sep ClassVisitor cv concode_elem_sep int api concode_field_sep FieldVisitor visitField concode_elem_sep AnnotationVisitor visitTypeAnnotation concode_elem_sep void visitInnerClass concode_elem_sep void visitEnd concode_elem_sep void visitOuterClass concode_elem_sep void vi...
void function ( int arg0 , int arg1 , String arg2 , String arg3 , String arg4 , String [ ] arg5 ) { if ( cv != null ) { cv . visit ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 ) ; } }
6,367
hook for creating the connection pool . concode_field_sep Log log concode_elem_sep ClientConnectionOperator connOperator concode_elem_sep ConnPoolByRoute pool concode_elem_sep AbstractConnPool connectionPool concode_elem_sep SchemeRegistry schemeRegistry concode_elem_sep ConnPerRouteBean connPerRoute concode_field_sep ...
ConnPoolByRoute function ( long arg0 , TimeUnit arg1 ) { return new ConnPoolByRoute ( connOperator , connPerRoute , 20 , arg0 , arg1 ) ; }
6,368
determines the index of the next header . concode_field_sep String headerName concode_elem_sep List allHeaders concode_elem_sep int lastIndex concode_elem_sep int currentIndex concode_field_sep Object next concode_elem_sep Header nextHeader concode_elem_sep boolean hasNext concode_elem_sep void remove concode_elem_sep ...
int function ( int arg0 ) { if ( arg0 < - 1 ) return - 1 ; final int loc0 = this . allHeaders . size ( ) - 1 ; boolean loc1 = false ; while ( ! loc1 && ( arg0 < loc0 ) ) { arg0 ++ ; loc1 = filterHeader ( arg0 ) ; } return loc1 ? arg0 : - 1 ; }
6,369
set the format of this message if content type is text/plain concode_field_sep Map<String,String> headers concode_elem_sep List<Attachment> attachments concode_elem_sep String characterSet concode_elem_sep Map<RecipientType,List<EmailAddress>> recipients concode_elem_sep String subject concode_elem_sep List<EmailAddres...
void function ( String arg0 ) { this . format = arg0 ; }
6,370
helper function that returns a sqlexception concode_field_sep long DEFAULT_NUM_SLOTS_TO_ALLOCATE concode_field_sep boolean isCycleAllowed concode_elem_sep boolean checkIfLimitReached concode_elem_sep boolean checkIfLimitReached concode_elem_sep boolean checkIfLimitReached concode_elem_sep SQLExceptionCode getLimitReach...
SQLException function ( String arg0 , String arg1 , SQLExceptionCode arg2 ) { return new SQLExceptionInfo . Builder ( arg2 ) . setSchemaName ( arg0 ) . setTableName ( arg1 ) . build ( ) . buildException ( ) ; }
6,371
creates a new multi-valued attribute with the specified attribute name and attribute values . if the attribute name can not be found in the schema , a new attribute type is created using the default attribute syntax . note : this method is provided as a convenience and should typically be reserved for use in unit tests...
Attribute function ( String arg0 , String arg1 , String ... arg2 ) { AttributeBuilder loc0 = new AttributeBuilder ( arg0 ) ; loc0 . add ( arg1 ) ; for ( String loc1 : arg2 ) { loc0 . add ( loc1 ) ; } return loc0 . toAttribute ( ) ; }
6,372
gets the value of the url property . concode_field_sep String authClass concode_elem_sep String iPv4Address concode_elem_sep String domainName concode_elem_sep Action action concode_elem_sep String id concode_elem_sep String userInteraction concode_elem_sep String url concode_elem_sep Command command concode_field_sep ...
String function ( ) { return url ; }
6,373
returns the result of interpreting the object as an instance of ` purchase order ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep ModelgroupPackage modelPackage concode_field_sep T caseOrderList concode_elem_sep T doSwitch concode_elem_sep T doSwitch conco...
T function ( PurchaseOrder arg0 ) { return null ; }
6,374
creates and returns a formatted aligned , multi-line string representation of this object concode_field_sep int maxGridSize[] concode_elem_sep int textureAlign concode_elem_sep int SIMDWidth concode_elem_sep int sharedMemPerBlock concode_elem_sep int memPitch concode_elem_sep int totalConstantMemory concode_elem_sep in...
String function ( ) { return "srini_string" + createString ( "srini_string" ) ; }
6,375
need layout concode_field_sep ArrayList<WFLine> m_lines concode_elem_sep ArrayList<WFNode> m_nodes concode_elem_sep MWorkflow m_wf concode_elem_sep CLogger log concode_field_sep void add concode_elem_sep void add concode_elem_sep void createLines concode_elem_sep void removeAll concode_elem_sep ArrayList<WFNode> getNod...
boolean function ( ) { for ( int loc0 = 0 ; loc0 < m_nodes . size ( ) ; loc0 ++ ) { WFNode loc1 = m_nodes . get ( loc0 ) ; Rectangle loc2 = loc1 . getBounds ( ) ; if ( loc2 . x == 0 && loc2 . y == 0 ) { return true ; } } return false ; }
6,376
get / persons - > get all the persons . concode_field_sep PersonRepository personRepository concode_elem_sep Logger log concode_field_sep ResponseEntity<Person> get concode_elem_sep ResponseEntity<Void> create concode_elem_sep ResponseEntity<Void> update concode_elem_sep void delete
List < Person > function ( ) { log . debug ( "srini_string" ) ; return personRepository . findAll ( ) ; }
6,377
flattens a supplier of traverser into a lazy-initialized traverser . the traverser is obtained from this method 's argument just once , upon the first invocation of get . concode_field_sep Traverser<T> traverser concode_elem_sep T[] array concode_elem_sep Supplier<Traverser<T>> supplierOfTraverser concode_elem_sep int ...
Traverser < T > function ( @ Nonnull Supplier < Traverser < T >> arg0 ) { return new LazyTraverser < > ( arg0 ) ; }
6,378
helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ...
void function ( String arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; }
6,379
get all the breakpoints in this list . concode_field_sep Hashtable breakpoints concode_elem_sep boolean DEBUG concode_field_sep Vector getBreakpointList concode_elem_sep void addBreakpoint concode_elem_sep void addBreakpoint concode_elem_sep boolean isBreakpoint concode_elem_sep void removeBreakpoint concode_elem_sep v...
Vector function ( ) { Vector loc0 = new Vector ( ) ; Enumeration loc1 = breakpoints . elements ( ) ; while ( loc1 . hasMoreElements ( ) ) { Vector loc2 = ( Vector ) loc1 . nextElement ( ) ; for ( int loc3 = 0 ; loc3 < loc2 . size ( ) ; loc3 ++ ) { loc0 . addElement ( loc2 . elementAt ( loc3 ) ) ; } } return loc0 ; }
6,380
creates a new writable file system in the save folder . this will create a folder , if necessary , and create a writable virtual file system based in that folder . the actual path is based in a sub - folder of the save folder . the actual path is built like this : `` saves / '' + world_name + '' / opencomputers / '' + ...
li . cil . oc . api . fs . FileSystem function ( final String arg0 , final long arg1 , final boolean arg2 ) { if ( API . fileSystem != null ) return API . fileSystem . fromSaveDirectory ( arg0 , arg1 , arg2 ) ; return null ; }
6,381
execute a block of code , providing a jdbc connection . the connection and all created statements are automatically released . concode_field_sep PlaceHolder placeHolder concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep Connect...
void function ( ConnectionRunnable arg0 ) { withConnection ( "srini_string" , true , arg0 ) ; }
6,382
this will set the fdf id . concode_field_sep COSDictionary fdf concode_field_sep void setPages concode_elem_sep void setJavaScript concode_elem_sep void setEncoding concode_elem_sep void writeXML concode_elem_sep COSStream getDifferences concode_elem_sep COSArray getID concode_elem_sep void setFields concode_elem_sep F...
void function ( COSArray arg0 ) { fdf . setItem ( COSName . ID , arg0 ) ; }
6,383
reads headers or trailers into out . concode_field_sep int responseCode concode_elem_sep String statusLine concode_elem_sep int httpMinorVersion concode_elem_sep String requestLine concode_elem_sep List<String> namesAndValues concode_elem_sep String responseMessage concode_elem_sep Comparator<String> FIELD_NAME_COMPARA...
void function ( InputStream arg0 , RawHeaders arg1 ) { String loc0 ; while ( ( loc0 = Util . readAsciiLine ( arg0 ) ) . length ( ) != 0 ) { arg1 . addLine ( loc0 ) ; } }
6,384
returns the combined set of transfer types of all transferdroptargetlisteners . concode_field_sep TransferDropTargetListener[] fListeners concode_elem_sep TransferDropTargetListener fCurrentListener concode_elem_sep int fOriginalDropType concode_field_sep void drop concode_elem_sep void dragOperationChanged concode_ele...
Transfer [ ] function ( ) { Transfer [ ] loc0 = new Transfer [ fListeners . length ] ; for ( int loc1 = 0 ; loc1 < fListeners . length ; loc1 ++ ) { loc0 [ loc1 ] = fListeners [ loc1 ] . getTransfer ( ) ; } return loc0 ; }
6,385
get arrayarrayofmodel concode_field_sep List<List<Long>> arrayArrayOfInteger concode_elem_sep List<String> arrayOfString concode_elem_sep List<List<ReadOnlyFirst>> arrayArrayOfModel concode_field_sep String toIndentedString concode_elem_sep void setArrayArrayOfInteger concode_elem_sep void setArrayArrayOfModel concode_...
List < List < ReadOnlyFirst >> function ( ) { return arrayArrayOfModel ; }
6,386
gets the calculatedquantity value for this demandplan . concode_field_sep java.util.Calendar endDate concode_elem_sep com.netsuite.webservices.transactions.demandplanning_2014_2.PeriodDemandPlan[] periodDemandPlanList concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equ...
java . lang . Double function ( ) { return calculatedQuantity ; }
6,387
returns a com.codahale.metrics.timer.context only if gobblin.metrics.metriccontext is defined . concode_field_sep boolean instrumentationEnabled concode_elem_sep MetricContext metricContext concode_elem_sep Random RAND concode_elem_sep String METRIC_CONTEXT_NAME_KEY concode_elem_sep Closer closer concode_field_sep bool...
Optional < Timer . Context > function ( Optional < MetricContext > arg0 , final String arg1 ) { return arg0 . transform ( new Function < MetricContext , Timer . Context > ( ) { @ Override public Timer . Context apply ( @ Nonnull MetricContext arg2 ) { return arg2 . timer ( arg1 ) . time ( ) ; } } ) ; }
6,388
determines if this instance of the object is equals to another object concode_field_sep String functionName concode_elem_sep CSSValue[] parameters concode_field_sep String getFunctionName concode_elem_sep CSSType getType concode_elem_sep CSSValue[] getParameters concode_elem_sep String toString concode_elem_sep String ...
boolean function ( Object arg0 ) { if ( arg0 instanceof CSSFunctionValue ) { CSSFunctionValue loc0 = ( CSSFunctionValue ) arg0 ; return ( ObjectUtilities . equal ( this . functionName , loc0 . functionName ) && ObjectUtilities . equalArray ( this . parameters , loc0 . parameters ) ) ; } else { return false ; } }
6,389
this is used to send ping message to a given node . concode_field_sep String LEADER_SERVICE_NAME concode_field_sep void registerListenerWithLeader concode_elem_sep void forwardReceivedUidMessage concode_elem_sep String getStateFromRemote concode_elem_sep void sendUidMessage concode_elem_sep void sendPulse concode_elem_...
void function ( String arg0 ) { LeaderInterface loc0 ; try { loc0 = getLeaderInterface ( arg0 ) ; loc0 . receiveMessage ( MessageGenerator . getPing ( ) ) ; System . out . println ( "srini_string" + arg0 ) ; } catch ( Exception loc1 ) { System . err . println ( "srini_string" + arg0 ) ; } }
6,390
gets the value of the used property . concode_field_sep float allowed concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep float used concode_elem_sep String units concode_elem_sep Float remaining concode_field_sep void setName concode_elem_sep String getName concode_elem_sep Float getRe...
float function ( ) { return used ; }
6,391
sets the value of the idref property . concode_field_sep List<Difference.Target> differenceTargets concode_elem_sep List<Difference> differences concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String label concode_elem_sep QName type concode_elem_sep List<Object> targets concode_elem_sep String vers...
void function ( final Object arg0 ) { this . idref = arg0 ; }
6,392
sets the value of the online property . concode_field_sep OfflineType offline concode_elem_sep AccessType access concode_elem_sep List<String> system concode_elem_sep InlineType inline concode_elem_sep au.org.ecoinformatics.eml.jaxb.eml.ViewType.References references concode_elem_sep ScopeType scope concode_elem_sep Ph...
void function ( PhysicalOnlineType arg0 ) { this . online = arg0 ; }
6,393
returns the osgi service identifier . concode_field_sep KaleoActionLocalService _kaleoActionLocalService concode_field_sep java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoAction> getKaleoActions concode_elem_sep java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoAction> getKaleoActions concode_elem...
java . lang . String function ( ) { return _kaleoActionLocalService . getOSGiServiceIdentifier ( ) ; }
6,394
build an adapted order comparator with the given source provider . concode_field_sep OrderComparator INSTANCE concode_field_sep int compare concode_elem_sep Object getOrderSource concode_elem_sep Integer findOrder concode_elem_sep int doCompare concode_elem_sep int getOrder concode_elem_sep int getOrder concode_elem_se...
Comparator < Object > function ( final OrderSourceProvider arg0 ) { return new Comparator < Object > ( ) { @ Override public int compare ( Object arg1 , Object arg2 ) { return doCompare ( arg1 , arg2 , arg0 ) ; } } ; }
6,395
returns true if test marked as `` local '' by the appropriate keyword in the tags attribute . method assumes that passed target is a test rule , so usually it should be used only after istestrule or istestortestsuiterule . behavior is undefined otherwise . concode_field_sep boolean isExplicit concode_elem_sep Label exp...
boolean function ( Rule arg0 ) { return hasConstraint ( arg0 , "srini_string" ) || NonconfigurableAttributeMapper . of ( arg0 ) . get ( "srini_string" , Type . BOOLEAN ) ; }
6,396
returns the smallest integer greater than or equal to the specified float . this method will only properly ceil floats from - 2 ^ 14 to float.max _ value - 2 ^ 14 . concode_field_sep float INV_ATAN2_DIM_MINUS_1 concode_elem_sep double BIG_ENOUGH_FLOOR concode_elem_sep Random random concode_elem_sep float radToIndex con...
int function ( float arg0 ) { return ( int ) ( arg0 + BIG_ENOUGH_CEIL ) - BIG_ENOUGH_INT ; }
6,397
gets the value of the isfeepaid property . concode_field_sep BigInteger balanceExpirationInDays concode_elem_sep BigInteger totalBalanceInCents concode_elem_sep BigDecimal expirableBalanceInDollars concode_elem_sep long serialVersionUID concode_elem_sep Double expirableDecrementRate concode_elem_sep XMLGregorianCalenda...
Boolean function ( ) { return isFeePaid ; }
6,398
return the collection of supported filter names concode_field_sep TreeMap<String,Class<?>> filters concode_field_sep void add concode_elem_sep Filter<T> create concode_elem_sep Map<String,Class<?>> getFilterMap
Set < String > function ( ) { return filters . keySet ( ) ; }
6,399
same as fold , but the arguments of lambda are reversed : the accumulator is the second right parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep Iterable<Pair<R1,R2>> zip concode_elem_sep Iterable<Pair<R1,R2>> zip concode_elem_sep Iterable<Pair<R1,R2>> zip concode_elem_sep List<R> mapList concode_e...
AccT function ( @ NotNull Lambda2 < ItemT , AccT , AccT > arg0 , @ NotNull Iterable < ItemT > arg1 , @ NotNull final AccT arg2 ) { AccT loc0 = arg2 ; for ( ItemT loc1 : arg1 ) loc0 = arg0 . apply ( loc1 , loc0 ) ; return loc0 ; }