code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( ) { expectedBridgeSecret = - 1 ; } | called on page transitions concode_field_sep PluginManager pluginManager concode_elem_sep int expectedBridgeSecret concode_elem_sep String LOG_TAG concode_elem_sep NativeToJsMessageQueue jsMessageQueue concode_field_sep void jsSetNativeToJsBridgeMode concode_elem_sep boolean isSecretEstablished concode_elem_sep boolean... |
AddressProfileTable function ( ) { return addressProfileTable ; } | gets the value of the addressprofiletable property . concode_field_sep ServiceVersion serviceVersion concode_elem_sep RootSbb rootSbb concode_elem_sep DefaultPriority defaultPriority concode_elem_sep ResourceInfoProfileTable resourceInfoProfileTable concode_elem_sep Description description concode_elem_sep String id co... |
int function ( int arg0 ) { int loc0 = 2 * arg0 + 1 ; int loc1 = 2 * arg0 + 2 ; if ( size <= loc1 ) { return loc0 ; } Info loc2 = map . get ( b . get ( loc0 ) ) ; Info loc3 = map . get ( b . get ( loc1 ) ) ; return ( loc2 . priority <= loc3 . priority ? loc0 : loc1 ) ; } | return the index of the smaller child of b q precondition : left child exists : 2q +1 < size of heap concode_field_sep int size concode_elem_sep Map<E,Info> map concode_elem_sep int index concode_elem_sep List<E> b concode_elem_sep double priority concode_field_sep void add concode_elem_sep int size concode_elem_sep vo... |
String function ( String arg0 ) { return currentscan . getString ( arg0 ) ; } | gets the string value of the specified field of the current scan . concode_field_sep RecordComparator comp concode_elem_sep boolean hasmore2 concode_elem_sep boolean hasmore1 concode_elem_sep UpdateScan s2 concode_elem_sep UpdateScan currentscan concode_elem_sep List<RID> savedposition concode_elem_sep UpdateScan s1 co... |
int function ( int arg0 , int arg1 ) { return comparer . compare ( ( NodeInfo ) sequence . itemAt ( arg0 ) , ( NodeInfo ) sequence . itemAt ( arg1 ) ) ; } | compare two nodes in document sequence needed to implement the sortable interface concode_field_sep SequenceExtent sequence concode_elem_sep SequenceIterator iterator concode_elem_sep NodeInfo current concode_elem_sep int position concode_elem_sep NodeOrderComparer comparer concode_field_sep Item next concode_elem_sep ... |
ClassLoader function ( ) { return classLoader ; } | returns our class loader as supplied on construction . concode_field_sep ModuleNode output concode_elem_sep SourceUnit controller concode_elem_sep Map resolutions concode_elem_sep ClassLoader classLoader concode_elem_sep String packageName concode_field_sep void addStaticStarImport concode_elem_sep void addStaticStarIm... |
String function ( ) { return infoClassloader ; } | obtains the classloader used to read the version information . this is just the tostring output of the classloader , since the version information should not keep a reference to the classloader itself . that could prevent garbage collection . concode_field_sep String UNAVAILABLE concode_elem_sep String infoRelease conc... |
String function ( final Class arg0 ) { return getReturnTypeName ( arg0 ) ; } | returns the string that represents internally the given class concode_field_sep Map types concode_elem_sep Map stypes concode_field_sep String getName concode_elem_sep String getName concode_elem_sep String createMethodDescriptor concode_elem_sep String getReturnTypeName concode_elem_sep String getReturnTypeName |
void function ( Collection arg0 ) { this . perform ( arg0 . iterator ( ) ) ; } | performs the graph traversion with all elements which are contained in the specified collection . this means that every element of this collection and all elements which are reachable from these elements will be visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator m... |
String function ( Method arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; declaration ( loc0 , arg0 ) ; loc0 . append ( '(' ) ; for ( Object loc1 : ( Object [ ] ) call ( arg0 , "srini_string" ) ) { reference ( loc0 , loc1 ) ; } loc0 . append ( ')' ) ; reference ( loc0 , call ( arg0 , "srini_string" ) ) ; return lo... | calculate the generic signature of a method . a method consists of : method : : = declaration ? ' ' reference ' ' reference concode_field_sep String s concode_elem_sep int i concode_field_sep String upTo concode_elem_sep char primitive concode_elem_sep void declare concode_elem_sep boolean hasGenerics concode_elem_sep ... |
double function ( ) { return this . angle ; } | returns the angle of the middle of the section , in radians . 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... |
String function ( final ModelControllerClient arg0 , final ModelNode arg1 ) { final ModelNode loc0 = new ModelNode ( ) ; loc0 . get ( OP ) . set ( READ_ATTRIBUTE_OPERATION ) ; loc0 . get ( OP_ADDR ) . set ( arg1 ) ; loc0 . get ( NAME ) . set ( "srini_string" ) ; ModelNode loc1 = arg0 . execute ( loc0 ) ; return loc1 . ... | get the state for a given server . concode_field_sep int DEFAULT_TIMEOUT concode_field_sep ModelNode getRunningServerAddress concode_elem_sep String startServer concode_elem_sep String startServer concode_elem_sep ModelNode executeForFailure concode_elem_sep ModelNode getServerConfigAddress concode_elem_sep void waitUn... |
void function ( ) { install ( ) ; } | deferred install , for when we 'll be running on another thread concode_field_sep FileInfo fileInfo concode_elem_sep boolean asyncLifecycle concode_elem_sep ThreadLocal holder concode_elem_sep UploadConfig uploadConfig concode_elem_sep String iframeContent concode_field_sep UploadStateHolder take concode_elem_sep void ... |
String function ( ) { return id ; } | 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... |
void function ( ) { TwentyPercentSlabTaxCalculator loc0 = new TwentyPercentSlabTaxCalculator ( 410000 ) ; assertEquals ( 0 , loc0 . getTax ( 0 ) , 0.0 ) ; } | test for getting tax for non taxable salary . concode_field_sep PlaceHolder placeHolder concode_field_sep void testIsApplicableValidCase concode_elem_sep void testGetTaxForTaxableSalary concode_elem_sep void testIsApplicableInvalidCase |
void function ( Player arg0 ) { dead = true ; if ( hold ) { arg0 . unsetHold ( ) ; } } | diese methode shcaut ob ein enemy gestorben ist concode_field_sep float ypos concode_elem_sep float xpos concode_elem_sep boolean hold concode_elem_sep boolean dead concode_elem_sep BufferedImage look concode_elem_sep int speed concode_field_sep boolean hit concode_elem_sep boolean canGrab concode_elem_sep void update ... |
void function ( String arg0 ) { store . setLink ( this . id , roleHasNameId , arg0 ) ; } | connects this instance to the given instance using role `` hasname '' . if there is already an instance connected to this instance through role `` hasname '' , the link will be overwritten . if the given instance is null , an existing link is removed . concode_field_sep GUID typeId concode_elem_sep PDStore store concod... |
void function ( long arg0 ) { _socialRequest . setRequestId ( arg0 ) ; } | sets the request id of this social request . concode_field_sep SocialRequest _socialRequest 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_el... |
void function ( java . lang . Integer arg0 , java . lang . String arg1 ) { } | ejbpostcreate concode_field_sep javax.ejb.EntityContext myEntityCtx concode_field_sep void ejbLoad concode_elem_sep void unsetEntityContext concode_elem_sep java.util.Collection getUser concode_elem_sep boolean update concode_elem_sep void ejbStore concode_elem_sep java.lang.Integer getId concode_elem_sep void ejbActiv... |
byte [ ] function ( ) { long loc0 = ( System . currentTimeMillis ( ) + 11644473600000L ) * 10000 ; byte [ ] loc1 = new byte [ 8 ] ; for ( int loc2 = 0 ; loc2 < 8 ; loc2 ++ , loc0 >>>= 8 ) { loc1 [ loc2 ] = ( byte ) loc0 ; } return loc1 ; } | indicates the retrieval of the current time as a 64-bit value , represented as the number of 100-nanosecond ticks elapsed since midnight of january 1st , 1601 utc . concode_field_sep String NIL concode_field_sep byte[] MD5_HASH concode_elem_sep Cipher RC4Init concode_elem_sep byte[] CRC32 concode_elem_sep byte[] DESL c... |
void function ( boolean arg0 ) { this . retain = arg0 ; } | set whether the last will should be retained by the broker . concode_field_sep int qos concode_elem_sep byte[] payload concode_elem_sep String topic concode_elem_sep boolean retain concode_field_sep byte[] getPayload concode_elem_sep void setQos concode_elem_sep boolean isRetain concode_elem_sep void setPayload concode... |
void function ( ) { if ( ! isFirstPage ( ) ) { this . page -- ; } } | switch to previous page . will stay on first page if already on first page . concode_field_sep Date refreshDate concode_elem_sep int page concode_elem_sep SortDefinition sortUsed concode_elem_sep int DEFAULT_MAX_LINKED_PAGES concode_elem_sep List<E> source concode_elem_sep SortDefinition sort concode_elem_sep int maxLi... |
int function ( ) { return boost ; } | returns the query-time boost of the context concode_field_sep ObjectParser<Builder,Void> CATEGORY_PARSER concode_elem_sep boolean isPrefix concode_elem_sep int boost concode_elem_sep int boost concode_elem_sep String category concode_elem_sep String NAME concode_elem_sep boolean isPrefix concode_field_sep Builder setCa... |
TextType function ( ) { return text ; } | gets the value of the text property . concode_field_sep String sha1 concode_elem_sep ContributorType contributor concode_elem_sep Object minor concode_elem_sep String format concode_elem_sep CommentType comment concode_elem_sep String model concode_elem_sep BigInteger id concode_elem_sep TextType text concode_elem_sep ... |
void function ( ) { int loc0 = generateRandomI ( ) ; int loc1 = generateRandomJ ( ) ; while ( true ) { if ( maze [ loc0 ] [ loc1 ] == 1 && ! edgePoint ( loc0 , loc1 ) ) { maze [ loc0 ] [ loc1 ] = 2 ; mydesk = new Point ( loc0 , loc1 ) ; break ; } loc0 = generateRandomI ( ) ; loc1 = generateRandomJ ( ) ; } } | placing my desk concode_field_sep Point current concode_elem_sep Node previous concode_elem_sep Point machine concode_elem_sep int[] directionJ concode_elem_sep int width concode_elem_sep Vector<Vector<Point>> sol concode_elem_sep int[][] maze concode_elem_sep Point mydesk concode_elem_sep int height concode_elem_sep i... |
EntityManagerFactory function ( PersistenceUnitInfo arg0 , Map arg1 ) { log . tracef ( "srini_string" , arg0 . getPersistenceUnitName ( ) ) ; return getEntityManagerFactoryBuilder ( arg0 , arg1 ) . build ( ) ; } | note : per-spec , the values passed as properties override values found in persistenceunitinfo concode_field_sep Logger log concode_elem_sep PersistenceUtilHelper.MetadataCache cache concode_elem_sep ProviderUtil providerUtil concode_field_sep ProviderUtil getProviderUtil concode_elem_sep EntityManagerFactory createEnt... |
String function ( ) { return term ; } | get origional search term . concode_field_sep boolean wholeWord concode_elem_sep ArrayList<String> terms concode_elem_sep boolean caseSensitive concode_elem_sep String term concode_field_sep boolean isCaseSensitive concode_elem_sep boolean equals concode_elem_sep boolean isWholeWord concode_elem_sep ArrayList<String> g... |
float function ( ) { return mBackoffMultiplier ; } | returns the backoff multiplier for the policy . concode_field_sep int mCurrentTimeoutMs concode_elem_sep int mCurrentRetryCount concode_elem_sep int mMaxNumRetries concode_elem_sep float DEFAULT_BACKOFF_MULT concode_elem_sep float mBackoffMultiplier concode_elem_sep int DEFAULT_TIMEOUT_MS concode_elem_sep int DEFAULT_M... |
Table function ( ) { return new Table ( ) ; } | create an instance of table concode_field_sep QName _DeviceTypeConfiguration_QNAME concode_field_sep QueryParameters createQueryParameters concode_elem_sep PushNotificationProvider createPushNotificationProvider concode_elem_sep DataSource createDataSource concode_elem_sep TableConfig createTableConfig concode_elem_sep... |
String function ( ) { return segmentID ; } | getter method to get the unique id of the segment classification concode_field_sep String endDate concode_elem_sep String reportFormat concode_elem_sep long serialVersionUID concode_elem_sep List smsSummaryList concode_elem_sep List segmentTypeList concode_elem_sep String segment concode_elem_sep String segmentID conco... |
String function ( int arg0 ) { arg0 += ASCII_STARTING_POINT ; return String . valueOf ( ( char ) arg0 ) ; } | retrieves a character from the alphabet . concode_field_sep int columns concode_elem_sep int intValue concode_elem_sep int NUMBER_OF_ITEMS concode_elem_sep DataModel rowDataModel concode_elem_sep SelectItem[] columnsItems concode_elem_sep Object column concode_elem_sep Object row concode_elem_sep DataModel columnDataMo... |
void function ( ) { Set < Integer > loc0 = new HashSet < > ( ) ; for ( int loc1 = 0 ; loc1 < NUM_IDS ; loc1 ++ ) { loc0 . add ( loc1 ) ; } sol = new SubsetSolution ( loc0 ) ; } | create subset solution to work with in each test method . concode_field_sep SubsetSolution sol concode_elem_sep int NUM_IDS concode_elem_sep Random RG concode_field_sep void testEqualsAndHashCode concode_elem_sep void setUpClass concode_elem_sep void testGetAddedIDs concode_elem_sep void testUndo concode_elem_sep void ... |
String function ( ) { return password ; } | gets the password . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep void setUserName concode_elem_sep String getUserName |
W3CEndpointReference function ( ) { return registrationService ; } | gets the value of the registrationservice property . concode_field_sep W3CEndpointReference registrationService concode_elem_sep CoordinationContextType.Identifier identifier concode_elem_sep String coordinationType concode_elem_sep Expires expires concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep Str... |
Object function ( String arg0 ) { return this . attributes . get ( arg0 ) ; } | return the value for the attribute of the given name , if any . concode_field_sep String SESSION_MUTEX_NAME concode_elem_sep String SESSION_COMPLETED_NAME concode_elem_sep String DESTRUCTION_CALLBACK_NAME_PREFIX concode_elem_sep Log logger concode_elem_sep Map<String,Object> attributes concode_elem_sep String sessionId... |
void function ( String arg0 ) { this . tooltip = arg0 ; } | sets the value of the tooltip property . concode_field_sep Object parent concode_elem_sep String ref concode_elem_sep String display concode_elem_sep String tooltip concode_elem_sep String location concode_elem_sep String id concode_field_sep String getLocation concode_elem_sep Object getParent concode_elem_sep void se... |
void function ( String arg0 ) { script += arg0 ; } | set the script text . properties in the text are not expanded ! concode_field_sep boolean keepEngine concode_elem_sep String script concode_elem_sep Project project concode_elem_sep Map beans concode_elem_sep String language concode_elem_sep ClassLoader scriptLoader concode_field_sep void restoreContextLoader concode_e... |
JsonGenerator function ( int arg0 ) { JsonGenerator loc0 = mJsonFactory . createGenerator ( new StringWriter ( ) ) ; loc0 . writeStartObject ( ) ; loc0 . writeNumberField ( "srini_string" , arg0 ) ; return loc0 ; } | creates the next json message to send to remote js executor , with request id pre-filled in . concode_field_sep JsonFactory mJsonFactory concode_elem_sep OkHttpClient mHttpClient concode_elem_sep String TAG concode_elem_sep WebSocket mWebSocket concode_elem_sep ConcurrentHashMap<Integer,JSDebuggerCallback> mCallbacks c... |
TypeCode function ( ) { ORB loc0 = OrbRestricted . Singleton ; StructMember [ ] loc1 = new StructMember [ 0 ] ; return loc0 . create_exception_tc ( id ( ) , "srini_string" , loc1 ) ; } | create the invalidslot typecode structure , named `` invalidslot '' . concode_field_sep PlaceHolder placeHolder concode_field_sep InvalidSlot extract concode_elem_sep InvalidSlot read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep void write |
SipProvider function ( ) { return sip_provider ; } | gets the sipprovider of this transaction . concode_field_sep int STATE_WAITING concode_elem_sep TransactionIdentifier transaction_id concode_elem_sep Message request concode_elem_sep int STATE_CONFIRMED concode_elem_sep int STATE_TERMINATED concode_elem_sep int transaction_sqn concode_elem_sep Log log concode_elem_sep ... |
boolean function ( SQLiteDatabase arg0 , String arg1 , String arg2 ) { ContentValues loc0 = new ContentValues ( ) ; loc0 . put ( KEY_COLUMN , arg1 ) ; loc0 . put ( VALUE_COLUMN , arg2 ) ; long loc1 = arg0 . insertWithOnConflict ( TABLE_CATALYST , null , loc0 , SQLiteDatabase . CONFLICT_REPLACE ) ; return ( - 1 != loc1 ... | sets the value for the key given , returns true if successful , false otherwise . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] buildKeySelectionArgs concode_elem_sep void deepMergeInto concode_elem_sep String buildKeySelection concode_elem_sep String getItemImpl concode_elem_sep boolean mergeImp... |
void function ( Object arg0 , Throwable arg1 ) { logInternal ( TRACE , arg0 , arg1 ) ; } | logs the given message and throwable at the ` trace ' level . concode_field_sep Level ERROR concode_elem_sep Level WARN concode_elem_sep Logger jdkLogger concode_elem_sep Level TRACE concode_elem_sep Level DEBUG concode_elem_sep Level FATAL concode_elem_sep Level INFO concode_field_sep boolean isWarnEnabled concode_ele... |
void function ( String arg0 , boolean arg1 , String arg2 ) { cleanFilesystem ( new File ( arg0 ) , arg1 , new File ( arg2 ) ) ; } | removes vault files from the given directory , and also removes the given key store file . concode_field_sep String keyStoreType concode_elem_sep String salt concode_elem_sep String keyStorePassword concode_elem_sep String FILE_SEPARATOR concode_elem_sep int keySize concode_elem_sep String VAULT_DAT_FILE concode_elem_s... |
Message function ( Record arg0 ) { Message loc0 = new Message ( ) ; loc0 . header . setOpcode ( Opcode . QUERY ) ; loc0 . header . setFlag ( Flags . RD ) ; loc0 . addRecord ( arg0 , Section . QUESTION ) ; return loc0 ; } | creates a new message with a random message id suitable for sending as a query . concode_field_sep int tsigstart concode_elem_sep int MAXLENGTH concode_elem_sep Record[] emptyRecordArray concode_elem_sep TSIG tsigkey concode_elem_sep int sig0start concode_elem_sep List[] sections concode_elem_sep int TSIG_INTERMEDIATE ... |
void function ( BluetoothGattCharacteristic arg0 ) { mCharacteristic = arg0 ; } | set the back-reference to the associated characteristic concode_field_sep int PERMISSION_WRITE_ENCRYPTED concode_elem_sep UUID mUuid concode_elem_sep BluetoothGattCharacteristic mCharacteristic concode_elem_sep int PERMISSION_READ concode_elem_sep int PERMISSION_WRITE_ENCRYPTED_MITM concode_elem_sep int PERMISSION_WRIT... |
int function ( ) { return this . limit ; } | gets the max number of access - access limit concode_field_sep Log log concode_elem_sep int limit concode_elem_sep long serialVersionUID concode_elem_sep AtomicInteger counter concode_field_sep int incrementAndGet concode_elem_sep void set concode_elem_sep int getAndDecrement |
boolean function ( ) { return preUpload ; } | inputfile can now send progress events before the file upload begins , and after it has completed , to facilitate synchronous mode , so that applications may turn on and off an indeterminate progress bar during the file upload , since they ca n't push incremental progress updates . concode_field_sep File file concode_e... |
void function ( RequestBuilder arg0 ) { this . defaultRequestBuilder = arg0 ; } | a default request builder merged into every performed request . concode_field_sep TestDispatcherServlet servlet concode_elem_sep ServletContext servletContext concode_elem_sep Filter[] filters concode_elem_sep List<ResultMatcher> defaultResultMatchers concode_elem_sep String MVC_RESULT_ATTRIBUTE concode_elem_sep Reques... |
void function ( String arg0 ) { this . word = arg0 ; } | set the word concode_field_sep int counter concode_elem_sep String word concode_field_sep int getCounter concode_elem_sep void incrementCounter concode_elem_sep void incrementCounter concode_elem_sep int hashCode concode_elem_sep String getWord concode_elem_sep boolean equals concode_elem_sep String toString concode_el... |
SubmissionEndpointReferenceBuilder function ( QName arg0 ) { this . portType = arg0 ; return this ; } | add the name of the wsdl port type . concode_field_sep QName portType concode_elem_sep Element[] ZERO_LENGTH_ARRAY concode_elem_sep String address concode_elem_sep List<Element> referenceParameters concode_elem_sep String wsdlDocumentLocation concode_elem_sep QName endpointName concode_elem_sep QName serviceName concod... |
void function ( ) { } | this method display weather . concode_field_sep WeatherData weatherData concode_field_sep void update |
void function ( final HttpParams arg0 , final HttpRoute arg1 ) { Args . notNull ( arg0 , "srini_string" ) ; arg0 . setParameter ( FORCED_ROUTE , arg1 ) ; } | sets the connroutepnames #forced_route forced_route parameter value . 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 setDefaultProxy concode_elem_sep InetAddress getLocalAddress concode_elem_se... |
String function ( ) { return wta ; } | gets the value of the wta property . concode_field_sep String tpl concode_elem_sep Boolean can concode_elem_sep String act concode_elem_sep String wta concode_elem_sep String wtd concode_elem_sep String planAct concode_elem_sep Short rdelay concode_field_sep void setWta concode_elem_sep boolean isSetWtd concode_elem_se... |
String function ( ) { return ClassAnalyser . getClassName ( getAttributeClass ( ) ) ; } | gets the name of the class which this attribute represents . like forinstance `` attribute '' ; the classpath is ignored . concode_field_sep Class _attributeClass concode_elem_sep String inlineChildName concode_elem_sep Class _declaringClass concode_elem_sep Logger log concode_elem_sep DbStrip dbStripAnnotation concode... |
boolean function ( final ExternalContext arg0 ) { if ( isPortlet ( arg0 ) ) { return ( ( PortletRequest ) arg0 . getRequest ( ) ) . isRequestedSessionIdValid ( ) ; } else { return ( ( HttpServletRequest ) arg0 . getRequest ( ) ) . isRequestedSessionIdValid ( ) ; } } | checks if the requested session id is still valid concode_field_sep Class<?> _PORTLET_CONTEXT_CLASS concode_elem_sep TrinidadLogger _LOG concode_elem_sep Class<?> _PORTLET_ACTION_REQUEST_CLASS concode_field_sep boolean isPortlet concode_elem_sep String _getPortletContentType concode_elem_sep InputStream _getPortletInpu... |
void function ( String arg0 ) { this . vaultName = arg0 ; } | the name of the vault . concode_field_sep Long sizeInBytes concode_elem_sep String vaultName concode_elem_sep Long numberOfArchives concode_elem_sep String creationDate concode_elem_sep String vaultARN concode_elem_sep String lastInventoryDate concode_field_sep DescribeVaultOutput withVaultName concode_elem_sep Describ... |
String function ( Collection < String > arg0 ) { return arg0 == null ? null : StringUtils . collectionToDelimitedString ( arg0 , "srini_string" ) ; } | formats a set of string values into a format appropriate for sending as a single-valued form value . concode_field_sep String REDIRECT_URI concode_elem_sep String RESPONSE_TYPE concode_elem_sep String GRANT_TYPE concode_elem_sep String CLIENT_ID concode_elem_sep String SCOPE concode_elem_sep String SCOPE_PREFIX concode... |
void function ( ) { Callbacks . addExitMonitor ( new Monitor ( ) ) ; } | register the exit monitor at boot time . concode_field_sep PlaceHolder placeHolder concode_field_sep void notifyExit |
int function ( ) { return inner . relationshipsCreated ( ) ; } | returns the number of relationships created by this query . concode_field_sep org.neo4j.cypher.QueryStatistics inner concode_field_sep int getDeletedNodes concode_elem_sep int getIndexesAdded concode_elem_sep int getNodesCreated concode_elem_sep int getLabelsAdded concode_elem_sep int getLabelsRemoved concode_elem_sep ... |
void function ( float arg0 ) { write ( formatDecimal . format ( arg0 ) ) ; outputstream . write ( ' ' ) ; } | writes a real real to the content stream . concode_field_sep boolean inTextMode concode_elem_sep OutputStream outputstream concode_elem_sep NumberFormat formatDecimal concode_field_sep void showText concode_elem_sep void beginText concode_elem_sep void endText concode_elem_sep void addRect concode_elem_sep void addRect... |
int function ( Comparable arg0 ) { ParamChecks . nullNotPermitted ( arg0 , "srini_string" ) ; int loc0 = 0 ; Iterator loc1 = this . data . loc1 ( ) ; while ( loc1 . hasNext ( ) ) { KeyedObject loc2 = ( KeyedObject ) loc1 . next ( ) ; if ( loc2 . getKey ( ) . equals ( arg0 ) ) { return loc0 ; } loc0 ++ ; } return - 1 ; ... | returns the index for a given key , or -1 . concode_field_sep List data concode_elem_sep long serialVersionUID concode_field_sep Comparable getKey concode_elem_sep Object getObject concode_elem_sep Object getObject concode_elem_sep void removeValue concode_elem_sep void removeValue concode_elem_sep int hashCode concode... |
Source < Double > function ( ) { return Compositions . weightWithValues ( Doubles . fromNegativeInfinityToPositiveInfinity ( ) , Double . NEGATIVE_INFINITY , Double . POSITIVE_INFINITY , Double . MAX_VALUE ) ; } | generates doubles inclusively bounded below by double.negative _ infinity and above by double.positive _ infinity . the source is weighted so it is likely to generate double.negative _ infinity , double.positive _ infinity and double.max _ value one or more times . concode_field_sep PlaceHolder placeHolder concode_fiel... |
Result function ( ) { return new Result ( ) ; } | create an instance of result concode_field_sep PlaceHolder placeHolder concode_field_sep Mappings createMappings concode_elem_sep DataUpdate createDataUpdate concode_elem_sep Exception createException concode_elem_sep Exceptions createExceptions concode_elem_sep Sync createSync concode_elem_sep Mapper createMapper conc... |
String function ( ) { final StringBuffer loc0 = new StringBuffer ( ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( this . position ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( this . state . getModule ( ) . getName ( ) ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( this . state . getModule ( ) ... | returns a basic string representation of this sortmodule . this should be used for debugging purposes only . concode_field_sep int position concode_elem_sep PackageState state concode_elem_sep ArrayList dependSubsystems concode_field_sep ArrayList getDependSubsystems concode_elem_sep void setDependSubsystems concode_el... |
int function ( ) { Lexer loc0 ; loc0 = mParser . getLexer ( ) ; return ( loc0 . getPage ( ) . row ( loc0 . getCursor ( ) ) ) ; } | return the line number where the current document event ends . lines are delimited by line ends , which are defined in the xml specification . warning : the return value from the method is intended only as an approximation for the sake of diagnostics ; it is not intended to provide sufficient information to edit the ch... |
void function ( final Credentials arg0 ) { this . credentials = arg0 ; } | sets user credentials to be used for authentication concode_field_sep Credentials credentials concode_elem_sep AuthScheme authScheme concode_elem_sep AuthScope authScope concode_field_sep AuthScheme getAuthScheme concode_elem_sep AuthScope getAuthScope concode_elem_sep boolean isValid concode_elem_sep void setAuthSchem... |
OutputJobInfo function ( String arg0 , String arg1 , Map < String , String > arg2 ) { return new OutputJobInfo ( arg0 , arg1 , arg2 ) ; } | initializes a new outputjobinfo instance for writing data from a table . concode_field_sep List<String> dynamicPartitioningKeys concode_elem_sep boolean harRequested concode_elem_sep String databaseName concode_elem_sep HCatSchema outputSchema concode_elem_sep HCatTableInfo tableInfo concode_elem_sep String customDynam... |
CreateTopicResult function ( String arg0 ) { this . topicArn = arg0 ; return this ; } | the amazon resource name arn assigned to the created topic . returns a reference to this object so that method calls can be chained together . concode_field_sep String topicArn concode_field_sep void setTopicArn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateTopicResult clone conco... |
String function ( Map < ? , ? > arg0 ) { return format ( new StandardRepresentation ( ) , arg0 ) ; } | returns the string org.assertj.core.presentation.standardrepresentation standard representation ofthe given map , or null if the given map is null . concode_field_sep PlaceHolder placeHolder concode_field_sep Map<?,?> toSortedMapIfPossible |
boolean function ( Population arg0 , List < String > arg1 ) { long loc0 = System . currentTimeMillis ( ) ; if ( loc0 - m_startMillis >= m_seconds * 1000 ) { arg1 . add ( m_seconds + "srini_string" ) ; return false ; } else { return true ; } } | called after another evolution cycle has been executed . concode_field_sep String CVS_REVISION concode_elem_sep long m_startMillis concode_elem_sep int m_seconds concode_field_sep PopulationHistoryIndexed getPopulations concode_elem_sep void start concode_elem_sep void event |
java . lang . String function ( ) { return _socialActivityInterpreterLocalService . getBeanIdentifier ( ) ; } | returns the spring bean id for this bean . concode_field_sep SocialActivityInterpreterLocalService _socialActivityInterpreterLocalService concode_field_sep void setWrappedSocialActivityInterpreterLocalService concode_elem_sep void setWrappedService concode_elem_sep SocialActivityInterpreterLocalService getWrappedSocial... |
Boolean function ( ) { return this . isTruncated ; } | a flag that indicates whether there are more items to return . if your results were truncated , you can make a subsequent pagination request using the marker request parameter to retrieve more items . note that iam might return fewer than the maxitems number of results even when there are more results available . we re... |
boolean function ( ) { return isQueryResultLimitEnabled ; } | just for testing . concode_field_sep int DISABLED concode_elem_sep boolean isQueryResultLimitEnabled concode_elem_sep boolean isPreCheckEnabled concode_elem_sep int MINIMUM_MAX_RESULT_LIMIT concode_elem_sep MapServiceContext mapServiceContext concode_elem_sep int maxResultLimit concode_elem_sep ILogger logger concode_e... |
void function ( float arg0 ) { this . score = arg0 ; } | set the similarity score of the fingerprints concode_field_sep float score concode_elem_sep int mostSimilarFramePosition concode_elem_sep float similarity concode_elem_sep FingerprintProperties fingerprintProperties concode_field_sep int getMostSimilarFramePosition concode_elem_sep void setMostSimilarFramePosition conc... |
String function ( ) { return description ; } | gets the description of the this iventory item . concode_field_sep int odometer concode_elem_sep int price concode_elem_sep String description concode_elem_sep String model concode_elem_sep InventoryItem[] carInventory concode_elem_sep int stock concode_field_sep int getOdometer concode_elem_sep String getModel concode... |
void function ( PrintJobEvent arg0 ) { } | called to notify the client that a print job was canceled . the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void printDataTransferCompleted concode_elem_sep void printJobNoMoreEvents concode_elem_sep void printJobCompleted concode_elem_sep void printJobRequiresAtten... |
void function ( PacketInterceptor arg0 ) { addOutgoingMessageInterceptor ( arg0 , null ) ; } | adds an interceptor which intercepts any messages sent through chats . concode_field_sep Set<ChatManagerListener> chatManagerListeners concode_elem_sep Map<String,Chat> threadChats concode_elem_sep Map<String,Chat> jidChats concode_elem_sep Map<PacketInterceptor,PacketFilter> interceptors concode_elem_sep XMPPConnectio... |
void function ( URI arg0 ) { this . outputAction = arg0 ; } | signifies the value for the response ws-addressing action header that is provided by the method . concode_field_sep WebServiceMessageFactory messageFactory concode_elem_sep URI outputAction concode_elem_sep String expression concode_elem_sep WebServiceMessageSender messageSender concode_elem_sep WebServiceTemplate webS... |
MockDomain function ( String arg0 ) { return getOrCreateDomain ( arg0 , true ) ; } | creates a new domain with a given primary key concode_field_sep Map<String,MockDomain> domains concode_field_sep MockDomain getDomain concode_elem_sep Iterator<MockDomain> iterator concode_elem_sep MockDomain getOrCreateDomain concode_elem_sep void prefillServer |
void function ( Configuration arg0 , long arg1 ) { try { Thread . sleep ( ( long ) ( getWaitForRatio ( arg0 ) * arg1 ) ) ; } catch ( InterruptedException loc0 ) { LOG . warn ( MessageFormat . format ( "srini_string" , loc0 . toString ( ) ) ) ; } } | makes the current thread sleep for the duration equal to the specified time in milliseconds multiplied by the #getwaitforratio configuration . concode_field_sep float waitForRatio concode_elem_sep Log LOG concode_elem_sep String HBASE_TEST_WAIT_FOR_RATIO concode_elem_sep float HBASE_WAIT_FOR_RATIO_DEFAULT concode_field... |
wbemdisp . ISWbemQualifierSet function ( ) { return d_ISWbemQualifierSetProxy ; } | access this com class 's wbemdisp.iswbemqualifierset interface concode_field_sep String CLSID concode_elem_sep wbemdisp.ISWbemQualifierSetProxy d_ISWbemQualifierSetProxy concode_field_sep wbemdisp.ISWbemQualifier add concode_elem_sep wbemdisp.ISWbemQualifier item concode_elem_sep Object getPropertyByName concode_elem_s... |
int function ( ) { return this . fastTime ; } | returns the time in seconds for the whole fast process . concode_field_sep int fastTime concode_elem_sep boolean displaySolutions concode_elem_sep int fastLocalSearchTime concode_field_sep int getFastLocalSearchTime concode_elem_sep boolean isDisplaySolutions concode_elem_sep void setDisplaySolutions |
GraphicsNode function ( ) { return gvtRoot ; } | returns the gvt root graphics node . concode_field_sep GraphicsNode gvtRoot concode_elem_sep GraphicsNode currentNode concode_elem_sep GraphicsNode treeRoot concode_field_sep GraphicsNode getPreviousSibling concode_elem_sep GraphicsNode getPreviousSibling concode_elem_sep GraphicsNode parentGraphicsNode concode_elem_se... |
List < RaceResult > function ( ) { return em . createNamedQuery ( "srini_string" , RaceResult . class ) . getResultList ( ) ; } | finds all race results . concode_field_sep EntityManager em concode_field_sep void add |
ImmutableSet < ? extends Binding > function ( ) { switch ( bindingKey ( ) . kind ( ) ) { case CONTRIBUTION : return ownedContributionBindings ( ) ; case MEMBERS_INJECTION : return ImmutableSet . copyOf ( ownedMembersInjectionBinding ( ) . asSet ( ) ) ; default : throw new AssertionError ( bindingKey ( ) ) ; } } | all bindings for #bindingkey that were resolved in #owningcomponent . concode_field_sep Function<ResolvedBindings,Set<ContributionBinding>> CONTRIBUTION_BINDINGS concode_field_sep ImmutableSet<? extends Binding> bindings concode_elem_sep Class<?> frameworkClass concode_elem_sep Binding binding concode_elem_sep boolean ... |
Node function ( Node arg0 ) { if ( arg0 == start ) { return null ; } Node loc0 = start ; while ( loc0 . getNext ( ) != arg0 ) { loc0 = loc0 . getNext ( ) ; } return loc0 ; } | returns the node that is previous from inputed . concode_field_sep Node next concode_elem_sep Node start concode_elem_sep int value concode_field_sep void add concode_elem_sep int getValue concode_elem_sep int get concode_elem_sep int[] toArray concode_elem_sep void setNext concode_elem_sep int getLength concode_elem_s... |
void function ( ValueChangeEvent arg0 ) { setRenderWest ( ( ( Boolean ) arg0 . getNewValue ( ) ) . booleanValue ( ) ) ; } | event handler for the west border . concode_field_sep boolean renderNorth concode_elem_sep boolean renderEast concode_elem_sep boolean renderSouth concode_elem_sep boolean renderWest concode_elem_sep boolean renderCenter concode_field_sep void south concode_elem_sep boolean isRenderNorth concode_elem_sep boolean isRend... |
void function ( String arg0 ) { this . pluginId = arg0 ; } | sets the id of the plugin which has generated the report . note : this is overridden by the rm services automatically and should not be set by the plugin . concode_field_sep List<String> imagesAvailable concode_elem_sep String image concode_elem_sep boolean slaveReport concode_elem_sep String pluginId concode_elem_sep ... |
boolean function ( ) { return ( this . view instanceof String ) ; } | whether the view is a view reference specified via a name to be resolved by the dispatcherservlet via a viewresolver . concode_field_sep boolean requestHandled concode_elem_sep Object view concode_elem_sep boolean redirectModelScenario concode_elem_sep ModelMap defaultModel concode_elem_sep SessionStatus sessionStatus ... |
String function ( ) { return "srini_string" + mTable + "srini_string" + getSelection ( ) + "srini_string" + Arrays . toString ( getSelectionArgs ( ) ) + "srini_string" ; } | return a description of this builder 's state . does not output sql . concode_field_sep StringBuilder mSelection concode_elem_sep ArrayList<String> mSelectionArgs concode_elem_sep Map<String,String> mProjectionMap concode_elem_sep String mTable concode_elem_sep String TAG concode_field_sep String getSelection concode_e... |
String function ( ) { return ( new SimpleDateFormat ( "srini_string" ) ) . format ( new Date ( ) ) ; } | gets a string containing current date and time . concode_field_sep PlaceHolder placeHolder concode_field_sep void logMessage concode_elem_sep void statusMessage |
ParseState function ( ) { return new ParseState ( this ) ; } | create a new instance of parsestate which is an independent snapshotof this instance . concode_field_sep char TAB concode_elem_sep Stack<Entry> state concode_field_sep void pop concode_elem_sep String toString concode_elem_sep void push concode_elem_sep Entry peek |
int function ( ) { return numRecs ; } | returns the estimated number of records in the table . concode_field_sep int numBlocks concode_elem_sep int numRecs concode_field_sep int blocksAccessed concode_elem_sep int distinctValues |
void function ( boolean arg0 ) { m_bAmpersands = arg0 ; } | indicates whether we escape ampersands . this property can be set either while the model is being constructed , or via a property passed in through a templatemethodmodel . concode_field_sep boolean m_bQuotes concode_elem_sep boolean m_bAmpersands concode_elem_sep String m_aComment concode_elem_sep boolean m_bTags conco... |
void function ( int arg0 ) { if ( lLog != null ) { lLog . setWriteDelay ( arg0 ) ; } } | sets the log write delay mode on or off . when write delay mode is switched on , the strategy is that executed commands are written to the log at most 1 second after they are executed . this may improve performance for applications that execute a large number of short running statements in a short period of time , but ... |
void function ( ) { for ( int loc0 = 0 ; loc0 < 8 ; loc0 ++ ) { switchState [ loc0 ] = null ; switchLocked [ loc0 ] = null ; switchName [ loc0 ] = null ; ioState [ loc0 ] = null ; ioIsInput [ loc0 ] = null ; ioName [ loc0 ] = null ; } name = null ; temperature = null ; } | clear all cached values . concode_field_sep String name concode_elem_sep Boolean[] ioIsInput concode_elem_sep String[] ioName concode_elem_sep String[] switchName concode_elem_sep String temperature concode_elem_sep String host concode_elem_sep Boolean[] switchLocked concode_elem_sep Boolean[] ioState concode_elem_sep ... |
Server function ( URI arg0 ) { return create ( arg0 , ServletContainer . class ) ; } | create a server that registers the servletcontainer . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
HoodieTimeline function ( ) { return getActiveTimeline ( ) . getSavePointTimeline ( ) . filterCompletedInstants ( ) ; } | get only the completed no-inflights savepoint timeline concode_field_sep Logger logger concode_elem_sep HoodieTableMetaClient metaClient concode_elem_sep HoodieWriteConfig config concode_field_sep TableFileSystemView getFileSystemView concode_elem_sep Optional<HoodieCompactionMetadata> compact concode_elem_sep HoodieTa... |
int function ( final View arg0 , final int arg1 ) { return getIntPixels ( arg0 . getResources ( ) , arg1 ) ; } | get pixels from dps concode_field_sep PlaceHolder placeHolder concode_field_sep float getPixels concode_elem_sep float getPixels concode_elem_sep int getDisplayWidth concode_elem_sep int getDisplayWidth concode_elem_sep Display getDisplay concode_elem_sep Display getDisplay |
void function ( SearchContext arg0 ) { } | executed if a fetch phased failed . concode_field_sep List<SearchOperationListener> listeners concode_elem_sep ESLogger logger concode_field_sep void onFetchPhase concode_elem_sep void onFetchPhase concode_elem_sep void onFreeScrollContext concode_elem_sep void onFreeScrollContext concode_elem_sep void onNewScrollConte... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.