code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( Bundle arg0 ) { } | called when launching a bundle by small #openuri . this is where most initialization should go : prepare the intent of starting activity and passing parameters by the uri from small #openuri . concode_field_sep PlaceHolder placeHolder concode_field_sep void upgradeBundle concode_elem_sep void loadBundle concode_elem_se... |
boolean function ( ) { return ! socket . isClosed ( ) && ! socket . isInputShutdown ( ) && ! socket . isOutputShutdown ( ) ; } | returns true if this connection is alive . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep Socket socket concode_elem_sep byte[] SPDY3... |
LineageCtx function ( ) { return lctx ; } | gets the lineage context . concode_field_sep Operator<? extends OperatorDesc> inpOp concode_elem_sep LineageCtx lctx concode_field_sep Operator<? extends OperatorDesc> getInputOperator concode_elem_sep RowSchema getSchema |
void function ( Vertex arg0 ) { vertexQueue . remove ( arg0 ) ; add ( arg0 ) ; } | updates the items of particular vertex in the heap to heapify concode_field_sep PriorityQueue<Vertex> vertexQueue concode_field_sep void add concode_elem_sep Vertex getRoot |
void function ( ) { prepareStateTest ( ) ; state . setName ( "srini_string" ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_STATE_WITHOUT_NAME ) ; } | a states name must not be empty . 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_se... |
T function ( Association arg0 ) { return null ; } | returns the result of interpreting the object as an instance of ` association ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep RelationshipsPackage modelPackage concode_field_sep T caseAssociationEnd concode_elem_sep T caseModelElement concode_elem_sep T c... |
void function ( boolean arg0 ) { for ( CordovaPlugin loc0 : this . pluginMap . values ( ) ) { loc0 . onPause ( arg0 ) ; } } | called when the system is about to start resuming a previous activity . concode_field_sep CordovaWebView app concode_elem_sep CordovaInterface ctx concode_elem_sep HashMap<String,List<String>> urlMap concode_elem_sep int SLOW_EXEC_WARNING_THRESHOLD concode_elem_sep HashMap<String,CordovaPlugin> pluginMap concode_elem_s... |
String function ( ) { return concurrency ; } | gets the value of the concurrency property . concode_field_sep String execution concode_elem_sep String throttle concode_elem_sep String timeout concode_elem_sep String concurrency concode_field_sep void setTimeout concode_elem_sep void setThrottle concode_elem_sep String getExecution concode_elem_sep String getThrottl... |
ThrowingIntToDoubleFunction function ( Class < ? extends RuntimeException > arg0 , String arg1 ) { Contract . checkArgument ( arg0 != null , "srini_string" ) ; return argument -> { try { return applyAsDoubleThrowing ( argument ) ; } catch ( Exception loc0 ) { throw ReflectionUtils . createException ( arg0 , arg1 , loc0... | returns a throwinginttodoublefunction throwing an exception of the given type if this function throws an exception.the original exception thrown by this function is the throwable #getcause cause of the thrown exception.the exception class must have a constructor accepting string and throwable as arguments . concode_fie... |
void function ( IWorkbenchWindow arg0 ) { this . window = arg0 ; } | we will cache window object in order to be able to provide parent shell for the message dialog . concode_field_sep IWorkbenchWindow window concode_field_sep void selectionChanged concode_elem_sep void run concode_elem_sep void dispose |
void function ( String [ ] arg0 , Object [ ] arg1 ) { for ( int loc0 = 0 , loc1 = Math . min ( arg0 . length , arg1 . length ) ; loc0 < loc1 ; loc0 ++ ) mMap . put ( arg0 [ loc0 ] , arg1 [ loc0 ] ) ; } | put all . concode_field_sep Map<String,Object> mMap concode_field_sep JSONObject getObject concode_elem_sep Iterator<String> keys concode_elem_sep double getDouble concode_elem_sep JSONArray getArray concode_elem_sep float getFloat concode_elem_sep String getString concode_elem_sep void put concode_elem_sep void writeJ... |
String function ( int arg0 ) { return java . lang . reflect . Modifier . toString ( arg0 ) ; } | return a string describing the access modifier flags in the specified modifier . concode_field_sep int PROTECTED concode_elem_sep int PRIVATE concode_elem_sep int NATIVE concode_elem_sep int ANNOTATION concode_elem_sep int ENUM concode_elem_sep int INTERFACE concode_elem_sep int FINAL concode_elem_sep int VOLATILE conc... |
String function ( String arg0 ) { ServletContext loc0 = ( ServletContext ) FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getContext ( ) ; return loc0 . getInitParameter ( arg0 ) ; } | get parameter value from the web.xml file concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_... |
void function ( java . lang . String arg0 ) { this . categoryDescription = arg0 ; } | sets the categorydescription value for this sitecategory . concode_field_sep com.netsuite.webservices.platform.core_2014_2.RecordRef website concode_elem_sep java.lang.Boolean isDefault concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.Ty... |
void function ( String arg0 ) { this . password = arg0 ; } | sets the password . concode_field_sep String hostName concode_elem_sep String password concode_elem_sep int minPoolSize concode_elem_sep String dbName concode_elem_sep String port concode_elem_sep int maxPoolSize concode_elem_sep String userName concode_field_sep String getJDBCString concode_elem_sep String getHostName... |
void function ( Set < T > arg0 ) { elements = remove ( elements , arg0 ) ; size -= arg0 . size ( ) ; } | removes the elements in toremove from this list . takes time proportional to the size of the list , so should not be called often . concode_field_sep List<E> currentGroup concode_elem_sep CompactHashSet<E> elements concode_elem_sep Object EMPTY_LIST concode_elem_sep int size concode_elem_sep List<Object> groupedList co... |
void function ( String arg0 ) { this . units = arg0 ; } | sets the value of the units property . concode_field_sep String name concode_elem_sep String limit concode_elem_sep long serialVersionUID concode_elem_sep String used concode_elem_sep String units concode_elem_sep XMLGregorianCalendar asOfDateTime concode_field_sep void setName concode_elem_sep String getName concode_e... |
void function ( ObjectInputStream arg0 ) { arg0 . defaultReadObject ( ) ; if ( knowledge == null ) { throw new NullPointerException ( ) ; } if ( indTestParams == null ) { throw new NullPointerException ( ) ; } } | adds semantic checks to the default deserialization method . this method must have the standard signature for a readobject method , and the body of the method must begin with `` s.defaultreadobject ; '' . other than that , any semantic checks can be specified and do not need to stay the same from version to version . a... |
int function ( String arg0 , String arg1 ) { int loc0 ; if ( collator == null ) { loc0 = arg0 . compareTo ( arg1 ) ; } else { loc0 = collator . compare ( arg0 , arg1 ) ; } return ( loc0 == 0 ) ? 0 : ( loc0 < 0 ? - 1 : 1 ) ; } | returns -1 , 0 or +1 concode_field_sep HashMap nameToJavaName concode_elem_sep Collator collator concode_elem_sep Charset charset concode_elem_sep HashMap dbNameToCollation concode_elem_sep HsqlName name concode_elem_sep boolean equalIsIdentical concode_elem_sep boolean isFinal concode_elem_sep HsqlName sourceName conc... |
void function ( Parcel arg0 , InetAddress arg1 , int arg2 ) { byte [ ] loc0 = ( arg1 != null ) ? arg1 . getAddress ( ) : null ; arg0 . writeByteArray ( loc0 ) ; } | writes an inetaddress to a parcel . the address may be null . this is likely faster than calling writeserializable . concode_field_sep int RESET_IPV4_ADDRESSES concode_elem_sep String TAG concode_elem_sep int RESET_IPV6_ADDRESSES concode_elem_sep int RESET_ALL_ADDRESSES concode_field_sep String[] makeStrings concode_el... |
CTTextParagraphProperties function ( ) { return lvl1PPr ; } | gets the value of the lvl1ppr property . concode_field_sep CTTextParagraphProperties lvl9PPr concode_elem_sep CTTextParagraphProperties lvl2PPr concode_elem_sep CTTextParagraphProperties lvl1PPr concode_elem_sep CTTextParagraphProperties lvl7PPr concode_elem_sep CTTextParagraphProperties lvl8PPr concode_elem_sep CTText... |
void function ( HSSFListener arg0 ) { short [ ] loc0 = RecordFactory . getAllKnownRecordSIDs ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { addListener ( arg0 , loc0 [ loc1 ] ) ; } } | this is the equivalent of calling addlistener mylistener , sid for every record in the org.apache.poi.hssf.record package . this is for lazy people like me . you can call this more than once with more than one listener , but that seems like a bad thing to do from a practice-perspective unless you have a compelling reas... |
String function ( ) { return RevisionUtils . extract ( "srini_string" ) ; } | returns the revision string . concode_field_sep int m_Seed concode_field_sep FastVector getTestPredictions concode_elem_sep int getSeed concode_elem_sep Prediction getPrediction concode_elem_sep FastVector getCVPredictions concode_elem_sep void setSeed concode_elem_sep FastVector getTrainTestPredictions |
TaskObject function ( String arg0 ) { setPipelineId ( arg0 ) ; return this ; } | the id of the pipeline that provided the task . concode_field_sep java.util.Map<String,PipelineObject> objects concode_elem_sep String taskId concode_elem_sep String pipelineId concode_elem_sep String attemptId concode_field_sep String getTaskId concode_elem_sep String getPipelineId concode_elem_sep void setObjects con... |
short function ( ) { short loc0 = 0 ; for ( int loc1 = 0 ; loc1 < 2 ; loc1 ++ ) { char loc2 = readChar ( ) ; loc0 <<= 8 ; loc0 |= loc2 ; } return loc0 ; } | read the next 16 bits from the binary input stream and return as a 16-bit short . concode_field_sep BufferedInputStream in concode_elem_sep int buffer concode_elem_sep int EOF concode_elem_sep int N concode_field_sep long readLong concode_elem_sep void fillBuffer concode_elem_sep double readDouble concode_elem_sep bool... |
void function ( BigInteger arg0 ) { this . amountInCents = arg0 ; } | sets the value of the amountincents property . concode_field_sep BigInteger amountInCents concode_elem_sep XMLGregorianCalendar firstRefillDate concode_elem_sep String dayOfFirstRefill concode_elem_sep AutoRefillSettingsType.Monthly monthly concode_elem_sep long serialVersionUID concode_elem_sep String numberOfDays con... |
void function ( ) { Pen loc0 = new Pen ( 250 , 200 , myCanvas ) ; for ( int loc1 = 0 ; loc1 < 10 ; loc1 ++ ) { int loc2 = random . nextInt ( 256 ) ; int loc3 = random . nextInt ( 256 ) ; int loc4 = random . nextInt ( 256 ) ; loc0 . setColor ( new Color ( loc2 , loc3 , loc4 ) ) ; loc0 . randomSquiggle ( ) ; } } | draw some random squiggles on the screen , in random colors . concode_field_sep Random random concode_elem_sep Canvas myCanvas concode_field_sep void square concode_elem_sep void drawSquare concode_elem_sep void clear concode_elem_sep void drawSpiral concode_elem_sep void drawTriangle concode_elem_sep void drawPentagon... |
void function ( byte [ ] arg0 , byte [ ] arg1 , int arg2 , int arg3 ) { for ( int loc0 = 0 ; loc0 < arg3 ; loc0 ++ ) arg1 [ arg2 + loc0 ] = arg0 [ loc0 ] ; } | copies the first len bytes of array src into array dst with offset offset concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] wordToBytes concode_elem_sep boolean compare concode_elem_sep int rotateRight concode_elem_sep int[] rotateRight concode_elem_sep byte[] rotateRight concode_elem_sep long uWord co... |
String function ( ) { return suggestedAdUnitActionType ; } | gets the value of the suggestedadunitactiontype property . concode_field_sep String suggestedAdUnitActionType concode_field_sep void setSuggestedAdUnitActionType |
void function ( T arg0 ) { T [ ] loc0 = this . values ; if ( size == loc0 . length ) { resize ( loc0 . length << 1 ) ; loc0 = this . values ; } int loc1 = this . head ; loc1 -- ; if ( loc1 == - 1 ) { loc1 = loc0 . length - 1 ; } loc0 [ loc1 ] = arg0 ; this . head = loc1 ; this . size ++ ; } | prepend given object to the head . enqueue to head unless backing array needs resizing , operates in o 1 time . concode_field_sep QueueIterator iterator2 concode_elem_sep boolean valid concode_elem_sep QueueIterator iterator1 concode_elem_sep T[] values concode_elem_sep int head concode_elem_sep boolean allowRemove con... |
void function ( OptionStatus arg0 ) { this . status = arg0 ; } | the status of an option , including when it was last updated and whether it is actively in use for searches . concode_field_sep String options concode_elem_sep OptionStatus status concode_field_sep StemmingOptionsStatus withStatus concode_elem_sep StemmingOptionsStatus withOptions concode_elem_sep int hashCode concode_... |
void function ( ) { } | reset . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isSatisfiedBy |
String function ( ) { try { return file . getCanonicalPath ( ) ; } catch ( IOException loc0 ) { return file . getPath ( ) ; } } | returns the path name of the entry . concode_field_sep boolean output concode_elem_sep List filter concode_elem_sep File file concode_elem_sep List warFilter concode_elem_sep List zipFilter concode_elem_sep List earFilter concode_elem_sep List jarFilter concode_field_sep boolean endsWithIgnoreCase concode_elem_sep bool... |
CharSequence function ( int arg0 , int arg1 ) { return new StringBuilder ( ) . append ( Helper . pad ( arg0 ) ) . append ( "srini_string" ) . append ( Helper . pad ( arg1 ) ) ; } | format time . concode_field_sep PlaceHolder placeHolder concode_field_sep void sleep concode_elem_sep void encode concode_elem_sep Hashtable convertToHashtable concode_elem_sep String pad concode_elem_sep Object[] convertToArray concode_elem_sep int getTime concode_elem_sep int getTime concode_elem_sep int getMinute co... |
Stream < T > function ( By arg0 ) { return searchContext . findElements ( arg0 ) . stream ( ) . map ( webElement -> factory . pageFragment ( fragmentClass , webElement ) ) ; } | creates a stream of pagefragment page fragments using the finder 's specified class and the given by . instances of these can be created using the byproducers utility class . the stream might be empty if no matching webelement webelements could be found . concode_field_sep PageFragmentFactory factory concode_elem_sep S... |
void function ( jND_BYTE4 arg0 ) { ackNumNo = arg0 ; } | method to set the acknowledgement number of the header . concode_field_sep int payloadOffset concode_elem_sep jND_IPv4Address srcIP concode_elem_sep jND_BYTE2 srcPortNo concode_elem_sep jND_BYTE1 offsetNo concode_elem_sep jND_BYTE1 flagsNo concode_elem_sep byte[] pload concode_elem_sep jND_BYTE1 ecnNo concode_elem_sep ... |
String function ( ) { return incomingHost ; } | gets the incoming mail server host name . concode_field_sep String mailUsername concode_elem_sep boolean incomingSsl concode_elem_sep String outgoingHost concode_elem_sep String incomingHost concode_elem_sep String userName concode_elem_sep int incomingPort concode_elem_sep boolean selected concode_elem_sep String prot... |
JobID function ( ) { return jobID ; } | returns the id of the job the tasks belongs to . concode_field_sep String jobName concode_elem_sep int numberOfSubtasks concode_elem_sep int attemptNumber concode_elem_sep String invokableClassName concode_elem_sep JobVertexID vertexID concode_elem_sep Configuration taskConfiguration concode_elem_sep List<BlobKey> requ... |
void function ( Handler arg0 , int arg1 ) { Camera loc0 = camera ; if ( loc0 != null && previewing ) { previewCallback . setHandler ( arg0 , arg1 ) ; loc0 . setOneShotPreviewCallback ( previewCallback ) ; } } | a single preview frame will be returned to the handler supplied . the data will arrive as byte in the message.obj field , with width and height encoded as message.arg1 and message.arg2 , respectively . concode_field_sep int MAX_FRAME_HEIGHT concode_elem_sep String TAG concode_elem_sep int requestedFramingRectHeight con... |
boolean function ( String arg0 ) { return false ; } | by specifying a in config.xml you can map a url using startswith atm to this method . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep void onDestroy concode_elem_sep Uri remapUri concode_elem_... |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _virtualHostLocalService . arg0 ( arg0 , arg1 , arg2 ) ; } | performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l... |
void function ( TimerTask arg0 ) { arg0 . cancel ( ) ; _usageCount -- ; if ( _usageCount == 0 ) { _timer . cancel ( ) ; _timer = null ; } } | remove the specified eviction task from the timer . concode_field_sep int _usageCount concode_elem_sep Timer _timer concode_elem_sep ClassLoader cl concode_field_sep void schedule concode_elem_sep ClassLoader run concode_elem_sep Void run concode_elem_sep Timer run |
void function ( ) { for ( int loc0 = 0 ; loc0 < timeEvents . length ; loc0 ++ ) { timeEvents [ loc0 ] = false ; } } | this method resets the incoming events time events included . concode_field_sep ITimer timer concode_elem_sep boolean[] timeEvents concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep void exitAction concode_elem_sep void reactMain_region_End concode_elem... |
void function ( Context arg0 ) { final Collection < String > loc0 = arg0 . getAttributeNames ( ) ; for ( final String loc1 : loc0 ) { final Object loc2 = arg0 . get ( loc1 ) ; tryCopyProperty ( getClass ( ) . getName ( ) , loc1 , loc2 , false ) ; } } | implements the contextualizable interface using bean introspection . concode_field_sep Configuration configuration concode_field_sep BeanUtilsBean createBeanUtilsBean concode_elem_sep void finishLocalSetup concode_elem_sep void setupChild concode_elem_sep Configuration getConfiguration concode_elem_sep void configure c... |
int function ( ClarionMemoryModel arg0 ) { CMem loc0 = CMem . create ( ) ; arg0 . serialize ( loc0 ) ; return loc0 . getSize ( ) ; } | return memory footprint size of supplied object concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tie concode_elem_sep int tied concode_elem_sep int instance concode_elem_sep int address concode_elem_sep int address concode_elem_s... |
void function ( ) { if ( endHandler != null ) { endHandler . handle ( ( Void ) null ) ; } finished = true ; } | signals the end of the stream . concode_field_sep IAsyncHandler<H> headHandler concode_elem_sep IAsyncHandler<Void> endHandler concode_elem_sep IAsyncHandler<IApimanBuffer> bodyHandler concode_elem_sep boolean finished concode_field_sep void headHandler concode_elem_sep void handleBody concode_elem_sep void endHandler ... |
void function ( String arg0 ) { LinkedList < String > loc0 = new LinkedList < String > ( ) ; loc0 . add ( IpTablesManager . MANGLE_TABLE ) ; loc0 . add ( arg0 ) ; loc0 . add ( IpTablesManager . COMMIT ) ; commitLines ( loc0 , false ) ; } | commit a new mangle rule without flushing concode_field_sep Process restoreProcess concode_elem_sep String IPTABLES_RESTORE_NOFLUSH concode_elem_sep Process restoreNoFlushProcess concode_elem_sep String COMMIT concode_elem_sep int count concode_elem_sep String IPTABLES_RESTORE concode_elem_sep boolean initialised conco... |
String [ ] function ( ) { String [ ] loc0 = { "srini_string" } ; return loc0 ; } | used to identify which toolboxes this plugin tool should be listed in . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep St... |
Credentials function ( String arg0 ) { setAccessKeyId ( arg0 ) ; return this ; } | the access key id that identifies the temporary security credentials . concode_field_sep String accessKeyId concode_elem_sep String secretAccessKey concode_elem_sep String sessionToken concode_elem_sep java.util.Date expiration concode_field_sep Credentials withSessionToken concode_elem_sep void setAccessKeyId concode_... |
void function ( ShardId arg0 ) { } | called when the given shards store is closed . the store is closed once all resource have been released on the store . this implies that all index readers are closed and no recoveries are running . concode_field_sep PlaceHolder placeHolder concode_field_sep void afterIndexCreated concode_elem_sep void beforeIndexShardC... |
java . lang . String function ( ) { return unit ; } | insert the method 's description here . creation date : 10.12.2000 14:40:04 concode_field_sep String unit concode_elem_sep String articleName concode_elem_sep int supplierId concode_elem_sep double price concode_elem_sep Integer articleId concode_elem_sep int productGroupId concode_elem_sep int minimumStock concode_ele... |
JAXBElement < ESIGetPaperlessBillDetailsResponseType > function ( ESIGetPaperlessBillDetailsResponseType arg0 ) { return new JAXBElement < ESIGetPaperlessBillDetailsResponseType > ( _EsiGetPaperlessBillDetailsResponse_QNAME , ESIGetPaperlessBillDetailsResponseType . class , null , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName _EsiGetPaperlessBillDetailsRequest_QNAME concode_elem_sep QName _EsiGetPaperlessBillDetailsResponse_QNAME concode_field_sep PaperlessBillDetailsInfoType createPaperlessBillDetailsInfoType concode_elem_sep ESIGetPaperlessBillDetailsRequestType createESIGetPaperle... |
int function ( Object arg0 ) { int loc0 = - 1 ; if ( arg0 instanceof ParserNotice ) { ParserNotice loc1 = ( ParserNotice ) arg0 ; loc0 = level - loc1 . getLevel ( ) ; if ( loc0 == 0 ) { loc0 = line - loc1 . getLine ( ) ; if ( loc0 == 0 ) { loc0 = message . compareTo ( loc1 . getMessage ( ) ) ; } } } return loc0 ; } | compares this parser notice to another . concode_field_sep Parser parser concode_elem_sep int offset concode_elem_sep Color color concode_elem_sep int level concode_elem_sep int line concode_elem_sep int length concode_elem_sep String message concode_elem_sep boolean showInEditor concode_elem_sep String toolTipText con... |
void function ( Location arg0 ) { this . mSecondary = arg0 ; } | sets a secondary location for this location . concode_field_sep File mFile concode_elem_sep Position mEnd concode_elem_sep Location mSecondary concode_elem_sep Position mStart concode_field_sep Position getStart concode_elem_sep File getFile concode_elem_sep Position getEnd concode_elem_sep Location getSecondary |
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 ) ; } | get custom deserializer concode_field_sep java.util.Calendar date concode_elem_sep short weatherID concode_elem_sep java.lang.String desciption concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.cdyne.ws.WeatherWS.Temp temperatures concode_elem_sep java.lang.Object __equalsCalc concode_... |
Integer function ( ) { return errPasswordTime ; } | this method was generated by mybatis generator . this method returns the value of the database column ts_user . err_password_time concode_field_sep String userPassword concode_elem_sep Date updateDate concode_elem_sep String address concode_elem_sep Boolean isDelete concode_elem_sep String userPhone concode_elem_sep Da... |
String function ( ) { return title ; } | returns title of guide . concode_field_sep boolean publishingPublic concode_elem_sep boolean notificationsAllowed concode_elem_sep int publishingRating concode_elem_sep boolean autoFeedsDiscovery concode_elem_sep String icon concode_elem_sep List<OPMLReadingList> readingLists concode_elem_sep String publishingTags conc... |
String [ ] function ( ) { String [ ] loc0 = new String [ 2 ] ; int loc1 = 0 ; loc0 [ loc1 ++ ] = "srini_string" ; loc0 [ loc1 ++ ] = getOutputFile ( ) . getName ( ) ; while ( loc1 < loc0 . length ) { loc0 [ loc1 ++ ] = "srini_string" ; } return loc0 ; } | gets the current settings of the classifier . concode_field_sep String m_OutputFileName concode_elem_sep ResultProducer m_RP concode_elem_sep File m_OutputFile concode_elem_sep PrintWriter m_Out concode_elem_sep long serialVersionUID concode_field_sep Enumeration listOptions concode_elem_sep String outputFileTipText co... |
List < T > function ( Collection < T > arg0 , Predicate < T > arg1 ) { LinkedList < T > loc0 = new LinkedList < T > ( ) ; for ( T loc1 : arg0 ) { if ( arg1 . eval ( loc1 ) ) loc0 . add ( loc1 ) ; } return loc0 ; } | replaces linq where returns list containing all objects from original collection that matches the predicate concode_field_sep PlaceHolder placeHolder concode_field_sep Set<OUT> transformToSet concode_elem_sep T firstOrNull concode_elem_sep Map<KEY,VALUE> toMap concode_elem_sep T first concode_elem_sep List<OUT> transfo... |
String function ( byte [ ] arg0 ) { StringBuffer loc0 = new StringBuffer ( arg0 . length * 2 ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { if ( ( ( int ) arg0 [ loc1 ] & 0xff ) < 0x10 ) loc0 . append ( "srini_string" ) ; loc0 . append ( Integer . toHexString ( ( int ) arg0 [ loc1 ] & 0xff ) ) ; } return l... | returns an hex representation of the byte array concode_field_sep int size concode_elem_sep byte[] h concode_elem_sep byte[] skey concode_elem_sep int index concode_field_sep void init concode_elem_sep byte[] sub concode_elem_sep byte[] encrypt concode_elem_sep byte[] cat concode_elem_sep byte[] clone concode_elem_sep ... |
Map < V , K > function ( Map < K , V > arg0 ) { Map < V , K > loc0 = new HashMap < V , K > ( ) ; for ( Map . Entry < K , V > loc1 : arg0 . entrySet ( ) ) { loc0 . put ( loc1 . getValue ( ) , loc1 . getKey ( ) ) ; } return loc0 ; } | reversed a map , making the key value and the value key . concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> loadStrictly concode_elem_sep Map<String,String> loadStrictly concode_elem_sep Map<String,String> loadStrictly concode_elem_sep Map<K,V> genericMap concode_elem_sep Map<K,V> genericMa... |
List function ( List arg0 , boolean arg1 ) { Iterator loc0 = path . iterator ( ) ; TrunkNode loc1 = ( TrunkNode ) loc0 . next ( ) ; loc1 . patch0 ( arg0 , arg1 ) ; while ( loc0 . hasNext ( ) ) { Node loc2 = ( Node ) loc0 . next ( ) ; loc2 . patch ( arg0 , arg1 ) ; } return arg0 ; } | returns the text that corresponds to applying the patches in the list of nodes in the path . assume that the text of the first node is plaintext and not deltatext . concode_field_sep List path concode_field_sep void add concode_elem_sep int size concode_elem_sep Node last concode_elem_sep List newpatch |
void function ( Date arg0 ) { this . since = arg0 ; } | sets the since date to use to filter the messages received during that time . in other words , only the messages received since the datetime specified will be included in the history . concode_field_sep String password concode_elem_sep int seconds concode_elem_sep int maxChars concode_elem_sep History history concode_e... |
AnnotationEventListenerBeanPostProcessor function ( ) { AnnotationEventListenerBeanPostProcessor loc0 = new AnnotationEventListenerBeanPostProcessor ( ) ; loc0 . setEventBus ( eventBus ( ) ) ; return loc0 ; } | this method allows axon to automatically find your @eventhandler 's concode_field_sep String AMQP_CONFIG_KEY concode_elem_sep Mongo mongo concode_elem_sep String snapshotCollectionName concode_elem_sep String queueName concode_elem_sep String databaseName concode_elem_sep ConnectionFactory connectionFactory concode_ele... |
Precondition function ( String arg0 ) { return new Precondition ( arg0 ) ; } | construct a precondition by parsing the given if header as defined by section 9.4 in the webdav spec . concode_field_sep Vector conditions concode_field_sep Enumeration getConditions concode_elem_sep String toString concode_elem_sep void addCondition concode_elem_sep boolean matches concode_elem_sep void addStateTokenC... |
JAXBElement < GetExchangeRate > function ( GetExchangeRate arg0 ) { return new JAXBElement < GetExchangeRate > ( _GetExchangeRate_QNAME , GetExchangeRate . class , null , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName _GetExchangeRateResponse_QNAME concode_elem_sep QName _GetExchangeRate_QNAME concode_field_sep ExchangeRateBO createExchangeRateBO concode_elem_sep GetExchangeRateResponse createGetExchangeRateResponse concode_elem_sep JAXBElement<GetExchangeRateResponse> create... |
String function ( ) { return m_prediction ? "srini_string" : "srini_string" ; } | returns a string representation of the bht entry 's current prediction . the prediction can be either to take or do not take the branch . concode_field_sep int m_incorrect concode_elem_sep boolean m_prediction concode_elem_sep int m_correct concode_elem_sep boolean m_history[] concode_field_sep double getStatsPredPreci... |
String function ( ) { log . debug ( "srini_string" + this . getQtiVersion ( ) ) ; documentType = AuthoringXml . ASSESSMENT ; return display ( ) ; } | sets needed info in xml display bean when id set to assessment id concode_field_sep String XML_DECL concode_elem_sep Log log concode_elem_sep int qtiVersion concode_elem_sep String documentType concode_elem_sep XMLDisplay xmlBean concode_elem_sep long serialVersionUID concode_elem_sep String id concode_field_sep void i... |
ByteString function ( ByteString arg0 ) { try { MessageDigest loc0 = MessageDigest . getInstance ( "srini_string" ) ; byte [ ] loc1 = loc0 . digest ( arg0 . toByteArray ( ) ) ; return ByteString . of ( loc1 ) ; } catch ( NoSuchAlgorithmException loc0 ) { throw new AssertionError ( loc0 ) ; } } | returns a sha-1 hash of s . concode_field_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep Pattern VERIFY_AS_IP_ADDRESS concode_elem_sep TimeZone UTC concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STRING_ARRAY concode_field_sep void checkOffsetAndCount concode_elem_sep String hostHeader concode_elem_sep boo... |
List < ServiceRef > function ( ) { if ( serviceRefs == null ) { serviceRefs = new ArrayList < ServiceRef > ( ) ; } return this . serviceRefs ; } | gets the value of the servicerefs 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 servicerefs property . for example , to add a new item... |
ClementineMessage function ( int arg0 , int arg1 ) { Message . Builder loc0 = ClementineMessage . getMessageBuilder ( MsgType . CHANGE_SONG ) ; RequestChangeSong . Builder loc1 = loc0 . getRequestChangeSongBuilder ( ) ; loc1 . setSongIndex ( arg0 ) ; loc1 . setPlaylistId ( arg1 ) ; return new ClementineMessage ( loc0 )... | request all songs in current playlist concode_field_sep PlaceHolder placeHolder concode_field_sep ClementineMessage buildRequestPlaylistSongs concode_elem_sep ClementineMessage buildRepeat concode_elem_sep ClementineMessage buildRemoveSongFromPlaylist concode_elem_sep ClementineMessage buildVolumeMessage concode_elem_s... |
List < MetadataItem > function ( ) { return this . metadata ; } | get the metadata value . concode_field_sep List<EnvironmentSetting> commonEnvironmentSettings concode_elem_sep JobManagerTask jobManagerTask concode_elem_sep List<MetadataItem> metadata concode_elem_sep String displayName concode_elem_sep JobReleaseTask jobReleaseTask concode_elem_sep JobPreparationTask jobPreparationT... |
int function ( ) { return array . length ; } | obtain capacity of array . concode_field_sep byte[] array concode_elem_sep long serialVersionUID concode_elem_sep int DEFAULT_BLOCK_SIZE concode_elem_sep int blockSize concode_elem_sep int n concode_field_sep void trimToSize concode_elem_sep byte get concode_elem_sep int length concode_elem_sep byte[] getArray concode_... |
String function ( ) { return Caption ; } | gets the caption concode_field_sep int ChildPosition concode_elem_sep int SubType concode_elem_sep long Size concode_elem_sep int Scale concode_elem_sep String Caption concode_elem_sep String Name concode_elem_sep boolean ValueParameter concode_elem_sep long Precision concode_elem_sep int Ordinal concode_elem_sep boole... |
void function ( String arg0 ) { this . variable = arg0 ; } | sets the value of the variable property . concode_field_sep Layout layout concode_elem_sep List<Address> address concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep String variable concode_elem_sep String format concode_elem_sep Label label concode_elem_sep String align concode_field_sep La... |
String function ( ) { return new String ( "srini_string" + RocketInfo + "srini_string" ) ; } | return the informations from the rocket concode_field_sep boolean isBoosterOn concode_elem_sep double angleThrust concode_elem_sep String RocketInfo concode_elem_sep boolean isCrached concode_elem_sep double gasTank concode_elem_sep double BoosterTankCapacity concode_elem_sep double boosterTank concode_elem_sep double ... |
boolean function ( int arg0 ) { return ( arg0 >= LOGLEVEL ) ; } | determine if log level will be logged 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 void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setLogLevel concode_e... |
int function ( int arg0 ) { return data . get ( arg0 * ELEMENT_SIZE + LEFT_OFFSET ) >> 1 ; } | get the left field of the given position . concode_field_sep int root concode_elem_sep DynamicIntArray data concode_elem_sep int ELEMENT_SIZE concode_elem_sep int RIGHT_OFFSET concode_elem_sep int size concode_elem_sep int LEFT_OFFSET concode_elem_sep int lastAdd concode_elem_sep int NULL concode_elem_sep boolean wasAd... |
RegisterSpec function ( ) { if ( result != null && result . getLocalItem ( ) != null ) { return result ; } return null ; } | gets the spec of a local variable assignment that occurs at this instruction , or null if no local variable assignment occurs . this may be the result register , or for mark-local insnsit may be the source . concode_field_sep RegisterSpec result concode_elem_sep SsaBasicBlock block concode_field_sep boolean canThrow co... |
byte [ ] function ( byte [ ] arg0 , int arg1 , int arg2 ) { return integerToLittleEndian ( arg0 , arg1 , arg2 , 4 ) ; } | writes an int to the buffer as a 4-byte little endian array starting at offset . concode_field_sep long DOS_EPOCH concode_elem_sep int DOS_YEAR_OFFSET concode_elem_sep long MAX_DOS_DATE concode_elem_sep int DOS_DAY_OFFSET concode_elem_sep int DOS_MONTH_OFFSET concode_elem_sep int DOS_MINUTE_OFFSET concode_elem_sep int ... |
String function ( ) { return this . issuerId ; } | this is the canonical identifier for the issuer , which is available in a oauth token . concode_field_sep String issuerId concode_elem_sep long id concode_elem_sep String issuerCheckTokenUrl concode_field_sep String getIssuerCheckTokenUrl concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep vo... |
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep EnumIntegerEnum enumInteger concode_elem_sep EnumStringEnum enumString concode_elem_sep Double value concode_elem_sep EnumNumberEnum enumNumber concode_field_sep EnumNumberEnum getEnumNumber concode_elem_sep... |
void function ( ICompoundEditListener arg0 ) { fListenerList . add ( arg0 ) ; } | adds a compound edit listener . multiple registration is possible . note that the receiver is automatically disarmed before the listeners are notified . concode_field_sep StyledText fWidgetEventSource concode_elem_sep EventListener fEventListener concode_elem_sep ITextViewer fViewer concode_elem_sep ListenerList fListe... |
void function ( RestRequest arg0 , RestChannel arg1 , NodeClient arg2 ) { deprecationLogger . deprecated ( deprecationMessage ) ; handler . handleRequest ( arg0 , arg1 , arg2 ) ; } | usage is logged via the deprecationlogger so that the actual response can be notified of deprecation as well . concode_field_sep RestHandler handler concode_elem_sep String deprecationMessage concode_elem_sep DeprecationLogger deprecationLogger concode_field_sep boolean validHeaderValue concode_elem_sep String requireV... |
void function ( float arg0 , float arg1 , float arg2 , float arg3 , float arg4 , float arg5 ) { path . curveTo ( currentX + arg0 , currentY + arg1 , xCenter = currentX + arg2 , yCenter = currentY + arg3 , currentX += arg4 , currentY += arg5 ) ; } | implements pathhandler #curvetocubicrel float , float , float , float , float , float . concode_field_sep ExtendedGeneralPath path concode_elem_sep float currentX concode_elem_sep float yCenter concode_elem_sep int windingRule concode_elem_sep float currentY concode_elem_sep float xCenter concode_field_sep Shape create... |
void function ( java . lang . String arg0 ) { this . revisionID = arg0 ; } | sets the revisionid value for this wsuniversextentisobjectsrevisionids . concode_field_sep java.lang.String xtentisObjectName concode_elem_sep java.lang.String revisionID concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc... |
Object function ( Object arg0 ) { try { char [ ] loc0 = arg0 instanceof String ? ( ( String ) arg0 ) . toCharArray ( ) : ( char [ ] ) arg0 ; return decodeHex ( loc0 ) ; } catch ( ClassCastException loc0 ) { throw new DecoderException ( loc0 . getMessage ( ) , loc0 ) ; } } | converts a string or an array of character bytes representing hexadecimal values into an array of bytes of those same values . the returned array will be half the length of the passed string or array , as it takes two characters to represent any given byte . an exception is thrown if the passed char array has an odd nu... |
DssTransform function ( ) { return new DssTransform ( ) ; } | create an instance of dsstransform concode_field_sep QName _GetDataToSignResponse_QNAME concode_elem_sep QName _ExtendSignatureResponse_QNAME concode_elem_sep QName _GetDataToSign_QNAME concode_elem_sep QName _SignDocumentResponse_QNAME concode_elem_sep QName _SignDocument_QNAME concode_elem_sep QName _ExtendSignature_... |
Object [ ] function ( ) { if ( entryTimes == null ) { return null ; } return entryTimes . toArray ( ) ; } | returns the list of all entry time that this packet has traversed . concode_field_sep int packetId concode_elem_sep int hopsNumber concode_elem_sep int last concode_elem_sep int netServiceType concode_elem_sep double bandwidth concode_elem_sep DecimalFormat num concode_elem_sep long pingSize concode_elem_sep Vector<Dou... |
void function ( String arg0 ) { this . plat = arg0 ; } | sets the value of the plat property . concode_field_sep String ptd concode_elem_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_elem_sep String plat concode_elem_sep Stri... |
void function ( int arg0 ) { switch ( arg0 ) { case OK_TYPE : case NOT_SUPPORTED_TYPE : case CONVERT_COMPATIBILITY_TYPE : this . statusType = arg0 ; break ; default : break ; } } | sets the type of this status . the possible values are : ok_type not_supported_type convert_compatibility_type concode_field_sep List<SemanticException> errors concode_elem_sep int CONVERT_COMPATIBILITY_TYPE concode_elem_sep int OK_TYPE concode_elem_sep int NOT_SUPPORTED_TYPE concode_elem_sep int statusType concode_fie... |
Session function ( long arg0 ) { return ( Session ) sessionMap . get ( arg0 ) ; } | retrieves the session with the specified session identifier or null if no such session is registered with this sessionmanager . concode_field_sep Session sysLobSession concode_elem_sep long sessionIdCount concode_elem_sep LongKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep void removeSession... |
void function ( final ChunkedOutput < T > arg0 ) { } | can be implemented by subclasses to handle the event of chunkedoutput being closed . concode_field_sep ConcurrentLinkedQueue<ChunkedOutput<T>> chunkedOutputs concode_elem_sep CopyOnWriteArrayList<BroadcasterListener<T>> listeners concode_field_sep boolean add concode_elem_sep boolean add concode_elem_sep void broadcast... |
java . lang . String function ( ) { return currency ; } | gets the currency value for this customerpaymentdeposit . concode_field_sep java.util.Calendar depositDate concode_elem_sep java.lang.Double total concode_elem_sep java.lang.Double amount concode_elem_sep java.lang.String refNum concode_elem_sep java.lang.Boolean apply concode_elem_sep java.lang.Long line concode_elem_... |
void function ( boolean arg0 ) { if ( mSubUiVisibilityListener != null ) { mSubUiVisibilityListener . onSubUiVisibilityChanged ( arg0 ) ; } } | notify the system that the visibility of an action view 's sub-ui such as an anchored popup has changed . this will affect how other system visibility notifications occur . concode_field_sep SubUiVisibilityListener mSubUiVisibilityListener concode_field_sep View onCreateActionView concode_elem_sep void onSubUiVisibilit... |
float function ( ) { return style . dimensions [ DIMENSION_HEIGHT ] ; } | get this node 's height , as defined in the style . concode_field_sep CSSNode mParent concode_elem_sep CSSNode nextAbsoluteChild concode_elem_sep CSSStyle style concode_elem_sep ArrayList<CSSNode> mChildren concode_elem_sep int lineIndex concode_elem_sep MeasureFunction mMeasureFunction concode_elem_sep CachedCSSLayout... |
DomainStatus function ( ) { return domainStatus ; } | the current status of the search domain . concode_field_sep DomainStatus domainStatus concode_field_sep void setDomainStatus concode_elem_sep DeleteDomainResult withDomainStatus concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString |
void function ( Boolean arg0 ) { this . isTruncated = arg0 ; } | 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... |
void function ( String arg0 ) { this . id = arg0 ; } | sets the value of the id property . concode_field_sep String adUnitCode concode_elem_sep String name concode_elem_sep String id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setAdUnitCode concode_elem_sep String getId concode_elem_sep String getAdUnitCode |
boolean function ( Object arg0 ) { if ( arg0 == this ) return true ; if ( ! ( arg0 instanceof FontData ) ) return false ; FontData loc0 = ( FontData ) arg0 ; return name . equals ( loc0 . name ) && height == loc0 . height && style == loc0 . style ; } | compares the argument to the receiver , and returns true if they represent the same object using a class specific comparison . concode_field_sep String country concode_elem_sep String name concode_elem_sep String variant concode_elem_sep int style concode_elem_sep String lang concode_elem_sep String nsName concode_elem... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.