code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( ExpressionParser arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . expressionParser = arg0 ; } | specify the el parser to use for expression parsing . default is a org.springframework.expression.spel.standard.spelexpressionparser , compatible with standard unified el style expression syntax . concode_field_sep ParserContext beanExpressionParserContext concode_elem_sep String expressionSuffix concode_elem_sep Strin... |
Map < String , String > function ( ) { return nestedOptions ; } | returns the currently set value for nested options which will be added to each uri that is returned from the pool . concode_field_sep AtomicBoolean randomize concode_elem_sep LinkedList<URI> uris concode_elem_sep Logger LOG concode_elem_sep boolean DEFAULT_RANDOMIZE_ENABLED concode_elem_sep Map<String,String> nestedOpt... |
Wait function ( CharSequence arg0 , Object ... arg1 ) { Wait loc0 = ( Wait ) this . copy ( ) ; loc0 . failure = arg0 ; loc0 . failureArgs = arg1 ; return ( Wait ) loc0 ; } | returns preset instance of waiting with given failure message parametrized by given objects . to parametrize failure message , the org.jboss.arquillian.ajocado.format.simplifiedformat #format string , object will be used . if failure is set to null , timeout will not result to failure ! concode_field_sep boolean isDela... |
void function ( String arg0 ) { this . path = arg0 ; } | the full path for this resource . concode_field_sep String path concode_elem_sep String pathPart concode_elem_sep java.util.Map<String,Method> resourceMethods concode_elem_sep String id concode_elem_sep String parentId concode_field_sep GetResourceResult withPath concode_elem_sep java.util.Map<String,Method> getResourc... |
void function ( ) { Trace . check ( isAdmin ( ) , Trace . ACCESS_IS_DENIED ) ; } | checks that this user object is for a user with the database administrator role . otherwise it throws . concode_field_sep IntValueHashMap rightsMap concode_elem_sep User uPublic concode_elem_sep String sName concode_elem_sep boolean isAdministrator concode_elem_sep boolean isSys concode_elem_sep String sPassword concod... |
void function ( String arg0 ) { if ( ! isValidPhoneNumber ( arg0 ) ) { throw new RuntimeException ( "srini_string" ) ; } phoneNumber = arg0 ; } | sets phone number of this person . concode_field_sep String phoneNumber concode_elem_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String getPhoneNumber concode_elem_sep String toString concode_elem_sep boolean isValidPhoneNumber |
String function ( URI arg0 ) { return getPathFromURI ( arg0 ) ; } | for filesystems that map the path to a physical file in one filesystem say on a remote machine to another path say , on the local machine , this method returns the path that the store maps to . i.e. , it returns the path that the path returned by getpathfromuri uri locationuri maps to . if there is no such mapping , th... |
void function ( ) { } | opens this inputformat instance . this method is called once per parallel instance . resources should be allocated in this method . e.g. database connections , cache , etc. . concode_field_sep RuntimeContext runtimeContext concode_elem_sep long serialVersionUID concode_field_sep RuntimeContext getRuntimeContext concode... |
void function ( java . math . BigInteger arg0 ) { this . user_id = arg0 ; } | sets the user_id value for this attachmentdata . concode_field_sep java.util.Calendar date_submitted concode_elem_sep java.lang.String filename concode_elem_sep java.math.BigInteger size concode_elem_sep java.lang.String content_type concode_elem_sep java.math.BigInteger user_id concode_elem_sep java.lang.Object __equa... |
GameGrid function ( ) { return ( gameGrid ) ; } | gets the game grid . concode_field_sep int EMPTY concode_elem_sep int currentPlayerIndex concode_elem_sep ArrayList<BiConsumer<Player,DiskPlacement>> diskPlacedCallbacks concode_elem_sep boolean exitGame concode_elem_sep ArrayList<BiConsumer<Player,DiskPlacement>> invalidMoveCallbacks concode_elem_sep Player player1 co... |
Purchase function ( String arg0 ) { return mPurchaseMap . get ( arg0 ) ; } | returns purchase information for a given product , or null if there is no purchase . concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep List<String> getAllOwnedSkus concod... |
boolean function ( BeanDefinition arg0 ) { return CONFIGURATION_CLASS_FULL . equals ( arg0 . getAttribute ( CONFIGURATION_CLASS_ATTRIBUTE ) ) ; } | determine whether the given bean definition indicates a full @configuration class , through checking #checkconfigurationclasscandidate 's metadata marker . concode_field_sep String CONFIGURATION_CLASS_LITE concode_elem_sep String CONFIGURATION_CLASS_ATTRIBUTE concode_elem_sep String CONFIGURATION_CLASS_FULL concode_ele... |
void function ( java . lang . String arg0 ) { this . statusSincronismoDSLAM = arg0 ; } | sets the statussincronismodslam value for this statussincronismo . concode_field_sep java.lang.String statusSincronismoDSLAM concode_elem_sep com.gvt.www.ws.eai.oss.gpon.EnumCertificacao certificacao concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.... |
void function ( String arg0 , OutputStream arg1 ) { BufferedWriter loc0 = null ; try { loc0 = new BufferedWriter ( new OutputStreamWriter ( arg1 , Charsets . UTF_8 ) ) ; loc0 . write ( arg0 ) ; } finally { if ( loc0 != null ) { loc0 . close ( ) ; } } } | write the given content to an outputstream note : this method closes the given outputstream . concode_field_sep PlaceHolder placeHolder concode_field_sep void writeToFile concode_elem_sep void writeToFile concode_elem_sep String readAsString concode_elem_sep String readFileAsString |
HashMap < String , String > function ( ) { return goNamesMap ; } | returns the go accession to names map . concode_field_sep HashMap<String,HashSet<String>> proteinToGoMap concode_elem_sep HashMap<String,String> geneNameToEnsemblIdMap concode_elem_sep HashMap<String,String> ensemblVersionsMap concode_elem_sep HashMap<String,HashSet<String>> goAccessionToProteinMap concode_elem_sep Has... |
long function ( ) { return this . nrBits ; } | get the number of bits that have been read from this bitinputstream . this includes pad bits that have been skipped , but might not include bytes that have been read from the underlying inputstream that have not yet been delivered as bits . concode_field_sep InputStream in concode_elem_sep int available concode_elem_se... |
void function ( final ReportProgressEvent arg0 ) { if ( dialog != null ) { dialog . setVisibleInEDT ( true ) ; dialog . reportProcessingStarted ( arg0 ) ; } } | receives a notification that the report processing has started . concode_field_sep ReportProgressDialog progressListener concode_elem_sep StatusListener statusListener concode_elem_sep ReportProgressDialog dialog concode_elem_sep Log logger concode_elem_sep Messages messages concode_elem_sep MasterReport job concode_fi... |
void function ( Object arg0 , ClassDescriptor arg1 ) { } | noop concode_field_sep String PROPERTY_AUTO_NAMING concode_elem_sep PersistenceBroker brokerForClass concode_elem_sep Properties configurationProperties concode_elem_sep String GLOBAL_SEQUENCE_NAME concode_elem_sep Platform platform concode_field_sep String calculateSequenceName concode_elem_sep void setConfigurationPr... |
Long function ( ) { return getLongField ( "srini_string" ) ; } | when this job was created . concode_field_sep TempletonStorage.Type type concode_elem_sep Logger LOG concode_elem_sep TempletonStorage storage concode_elem_sep String id concode_elem_sep Configuration config concode_field_sep void setField concode_elem_sep Long getLongField concode_elem_sep String getUser concode_elem_... |
String function ( ) { return getClass ( ) . getName ( ) + "srini_string" + color + ( italic ? "srini_string" : "srini_string" ) + ( bold ? "srini_string" : "srini_string" ) + "srini_string" ; } | returns a string representation of this object . concode_field_sep Color color concode_elem_sep Font lastFont concode_elem_sep Font lastStyledFont concode_elem_sep boolean bold concode_elem_sep FontMetrics fontMetrics concode_elem_sep boolean italic concode_field_sep boolean isItalic concode_elem_sep FontMetrics getFon... |
void function ( RevisionType arg0 ) { this . revision = arg0 ; } | sets the value of the revision property . concode_field_sep CodeType code concode_elem_sep IdentifierType businessComponentID concode_elem_sep List<IdentifierType> contextID concode_elem_sep long serialVersionUID concode_elem_sep List<ObjectKeyType> alternateObjectKey concode_elem_sep ObjectKeyType applicationObjectKey... |
void function ( float arg0 , int arg1 ) { assert false ; assert numerator != null ; assert ! isLog ; numerator [ arg1 ] += arg0 ; denominator += arg0 ; wasUsed = true ; } | accumulates data to this buffer . data are accumulated to a given numerator buffer and to the denominator buffer . concode_field_sep boolean isLog concode_elem_sep int id concode_elem_sep boolean wasUsed concode_elem_sep double[] numerator concode_elem_sep double denominator concode_field_sep float[] getValues concode_... |
void function ( LegacyWindow arg0 ) { if ( arg0 . getName ( ) == null ) { String loc0 = Integer . toString ( namelessUIIndex ++ ) ; arg0 . setName ( loc0 ) ; } arg0 . setApplication ( this ) ; legacyUINames . put ( arg0 . getName ( ) , arg0 ) ; arg0 . setSession ( VaadinSession . getCurrent ( ) ) ; } | adds a new browser level window to this application . please note that ui does n't have a name that is used in the url - to add a named window you should instead use #addwindow ui , string concode_field_sep Map<String,LegacyWindow> legacyUINames concode_elem_sep boolean isRunning concode_elem_sep LegacyWindow mainWindo... |
Map < String , String > function ( Reader arg0 ) { try { return load ( arg0 ) ; } catch ( IOException loc0 ) { throw new RuntimeException ( loc0 ) ; } } | loads a map from a reader assuming strings as keysand values . any ioexception is wrapped and thrown as a runtimeexception instead . concode_field_sep PlaceHolder placeHolder concode_field_sep Map<K,V> genericMap concode_elem_sep Map<K,V> genericMap concode_elem_sep boolean approximatelyEqual concode_elem_sep void stor... |
void function ( String arg0 ) { this . validationUser = arg0 ; } | use this method and setvalidationpassword if you want access to the master database to be verified upon instance initialization . concode_field_sep String validationUser concode_elem_sep FrameworkLogger logger concode_elem_sep String masterJdbcUrl concode_elem_sep boolean initialized concode_elem_sep boolean delegateRo... |
long function ( ) { return SizeOf . sizeOf ( array ) + ( segments * SIZE_OF_SEGMENT ) ; } | returns the size of this big array in bytes . concode_field_sep long SIZE_OF_SEGMENT concode_elem_sep boolean[][] array concode_elem_sep boolean initialValue concode_elem_sep int capacity concode_elem_sep int segments concode_field_sep void set concode_elem_sep void grow concode_elem_sep boolean get concode_elem_sep vo... |
ServletContext function ( ) { return ( ServletContext ) FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getContext ( ) ; } | get servlet context . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep void addWarnMessage concode_elem_sep String getJsfEl concode_elem_... |
Cursor function ( long arg0 ) { return queryHelper . safeQuery ( "srini_string" , GUID_COLUMNS , dateModifiedWhere ( arg0 ) , null , null ) ; } | fetch guids for records modified since the provided timestamp . the caller is responsible for closing the cursor . concode_field_sep Context context concode_elem_sep String[] GUID_COLUMNS concode_elem_sep String LOG_TAG concode_elem_sep RepoUtils.QueryHelper queryHelper concode_field_sep int purgeGuid concode_elem_sep ... |
boolean function ( StringBuilder arg0 ) { return ( arg0 == null ) || ( arg0 . length ( ) == 0 ) ; } | checks whether the given builder is null or empty . concode_field_sep PlaceHolder placeHolder concode_field_sep void removeAll concode_elem_sep void removeAll concode_elem_sep void toLowerCase concode_elem_sep void clear concode_elem_sep void toUpperCase concode_elem_sep void replaceAll concode_elem_sep void replaceAll |
InputTokenizer function ( boolean arg0 ) { return new QuotedStringTokenizer ( true , arg0 , false ) ; } | use an input string tokenizer that supports quoted arguments and character escapes . forcing lenient to true makes the following apply : unclosed quotations are treated as a single string from the opening quotation to the end of the arguments rather than throwing an exception concode_field_sep PlaceHolder placeHolder c... |
Address function ( ) { return address ; } | returns the address of this route . concode_field_sep Proxy proxy concode_elem_sep Address address concode_elem_sep boolean modernTls concode_elem_sep InetSocketAddress inetSocketAddress concode_field_sep Route flipTlsMode concode_elem_sep Proxy getProxy concode_elem_sep InetSocketAddress getSocketAddress concode_elem_... |
String function ( ) { return new String ( c , 0 , length ) ; } | converts the contents of the buffer into a stringbuffer . this method involves copying the new data once ! concode_field_sep char[] c concode_elem_sep int length concode_field_sep void shrink concode_elem_sep void clear concode_elem_sep int length concode_elem_sep void provideCapacity concode_elem_sep char[] getCharact... |
String [ ] function ( String arg0 ) { if ( CMD_ALIAS . containsKey ( arg0 ) ) { return CMD_ALIAS . get ( arg0 ) ; } else { return null ; } } | gets the replacement command for alias . concode_field_sep FileSystem mFileSystem concode_elem_sep Map<String,String[]> CMD_ALIAS concode_elem_sep Configuration mConfiguration concode_elem_sep Logger LOG concode_elem_sep Map<String,ShellCommand> mCommands concode_field_sep void loadCommands concode_elem_sep void main c... |
void function ( boolean arg0 ) { this . automaticEnlistingEnabled = arg0 ; } | specify if the xa resource wrapper should enlist/delist this resource automatically in global transactions . when set to false , you have to enlist resources yourself with javax.transaction.transaction #enlistresource javax.transaction.xa.xaresource and delist them javax.transaction.transaction #delistresource javax.tr... |
int function ( ByteBuffer arg0 ) { int loc0 = Math . min ( arg0 . remaining ( ) , data . length - offset ) ; arg0 . get ( data , offset , loc0 ) ; offset += loc0 ; return loc0 ; } | reads from the given buffer into the internal byte array . concode_field_sep byte[] data concode_elem_sep int offset concode_field_sep boolean isOpen concode_elem_sep int length concode_elem_sep void reset concode_elem_sep void close concode_elem_sep byte[] getData |
Boolean function ( String arg0 , String arg1 ) { Boolean loc0 = null ; try { loc0 = ( Boolean ) requestPrompt ( arg0 , arg1 , Boolean . class ) ; } catch ( Exception loc1 ) { } return loc0 ; } | request a boolean response from parent . this is a blocking call until user interface returns a value . concode_field_sep Handler handler concode_elem_sep String promptInstructions concode_elem_sep Semaphore promptResponse concode_elem_sep Object tag concode_elem_sep Semaphore promptToken concode_elem_sep Object respon... |
boolean function ( String arg0 ) { boolean loc0 = false ; if ( generator . nextFloat ( ) < getProbability ( arg0 ) ) { loc0 = true ; } return loc0 ; } | simplistic method to check if we have reached the point of injection concode_field_sep Configuration conf concode_elem_sep float DEFAULT_PROB concode_elem_sep Random generator concode_elem_sep String FPROB_NAME concode_elem_sep String ALL_PROBABILITIES concode_elem_sep float MAX_PROB concode_elem_sep Log LOG concode_fi... |
void function ( final SignatureVisitor arg0 ) { parseType ( this . signature , 0 , arg0 ) ; } | makes the given visitor visit the signature of this signaturereader . this signature is the one specified in the constructor see #signaturereader string signaturereader . this method is intended to be called on a signaturereader that wascreated using a fieldtypesignature , such as the signature parameter of the org.mve... |
void function ( ) { Double loc0 ; try { loc0 = theStack . pop ( ) ; } catch ( Exception loc1 ) { throw new CalculatorException ( "srini_string" , "srini_string" ) ; } theStack . push ( loc0 * loc0 ) ; } | replace the top element of the stack by its square concode_field_sep Stack<Double> theStack concode_elem_sep ArrayList<Accumulator> theAccumulators concode_elem_sep double SMALL_DOUBLE concode_field_sep void minus concode_elem_sep void invert concode_elem_sep void clear concode_elem_sep void sign concode_elem_sep void ... |
T function ( Class < T > arg0 ) { return ( T ) rootMappersMap . get ( arg0 ) ; } | get the root mapper with the given class . concode_field_sep List<String> LEGACY_INCLUDE_IN_OBJECT concode_elem_sep Version indexCreated concode_elem_sep ImmutableMap<String,Object> meta concode_elem_sep RootObjectMapper root concode_elem_sep RootMapper[] rootMappers concode_elem_sep SourceTransform[] sourceTransforms ... |
java . lang . String function ( ) { return _attachment . getFileName ( ) ; } | returns the file name of this attachment . concode_field_sep Attachment _attachment concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel co... |
MFADevice function ( String arg0 ) { setSerialNumber ( arg0 ) ; return this ; } | the serial number that uniquely identifies the mfa device . for virtual mfa devices , the serial number is the device arn . concode_field_sep java.util.Date enableDate concode_elem_sep String serialNumber concode_elem_sep String userName concode_field_sep String getSerialNumber concode_elem_sep void setSerialNumber con... |
DOMException function ( short arg0 ) { Object [ ] loc0 = new Object [ ] { getPropertyName ( ) , new Integer ( arg0 ) } ; String loc1 = Messages . formatMessage ( "srini_string" , loc0 ) ; return new DOMException ( DOMException . INVALID_ACCESS_ERR , loc1 ) ; } | creates a dom exception , given an invalid string type . concode_field_sep PlaceHolder placeHolder concode_field_sep DOMException createInvalidIdentifierDOMException concode_elem_sep DOMException createMalformedLexicalUnitDOMException concode_elem_sep DOMException createDOMException concode_elem_sep DOMException create... |
GeolocationContextMapping . Builder function ( String arg0 ) { return new GeolocationContextMapping . Builder ( arg0 ) ; } | create a new geolocationcontextmapping concode_field_sep String name concode_field_sep CategoryContextMapping.Builder reference concode_elem_sep CategoryContextMapping.Builder reference concode_elem_sep SortedMap<String,ContextMapping> loadMappings concode_elem_sep ContextMapping loadMapping concode_elem_sep E build co... |
Thread function ( Runnable arg0 ) { return factory == this ? new Thread ( arg0 ) : factory . newThread ( arg0 ) ; } | retreives a thread instance for running the specified runnable concode_field_sep ThreadFactory factory concode_field_sep ThreadFactory getImpl concode_elem_sep ThreadFactory setImpl |
ClassLoader function ( Object arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } return getClassLoaderOfClass ( arg0 . getClass ( ) ) ; } | get the class loader of the object passed as argument . return the system class loader if appropriate . concode_field_sep String IGNORE_TCL_PROPERTY_NAME concode_elem_sep boolean HAS_GET_CLASS_LOADER_PERMISSION concode_elem_sep String TSTR concode_elem_sep boolean ignoreTCL concode_field_sep Set<URL> getResourceOccurre... |
char [ ] function ( byte [ ] arg0 ) { return new String ( Base64 . encodeBase64 ( arg0 ) , Charsets . UTF_8 ) . toCharArray ( ) ; } | encode a password as a base64-encoded char array . concode_field_sep String AUTH_DIGEST_MD5 concode_elem_sep String KERBEROS concode_elem_sep String DEFAULT_REALM concode_field_sep Map<String,String> getSaslProps concode_elem_sep String getSecretKey concode_elem_sep String encodeIdentifier |
T function ( Class < T > arg0 , String arg1 ) { ClientRequest loc0 = new ClientRequest ( arg1 ) ; loc0 . accept ( MediaType . APPLICATION_JSON ) ; ClientResponse < T > loc1 = loc0 . get ( arg0 ) ; return loc1 . getEntity ( ) ; } | process http get request and get the data as type specified as parameter . client accepts application/json mime type . concode_field_sep Logger LOG concode_field_sep void testResponseHttpCode concode_elem_sep CloseableHttpClient getPermissiveHttpClient concode_elem_sep CloseableHttpClient getPermissiveHttpClient |
double function ( final double arg0 , final double arg1 , final double arg2 ) { return min ( min ( arg0 , arg1 ) , arg2 ) ; } | gets the minimum of three double values . nan is only returned if all numbers are nan as per ieee-754r . concode_field_sep PlaceHolder placeHolder concode_field_sep double max concode_elem_sep float max concode_elem_sep double max concode_elem_sep double max concode_elem_sep float max concode_elem_sep float max |
int function ( ) { return yearwritten ; } | a field access method , since the data fields are private and will need to be accessed by the subclass to print them or use them otherwise . concode_field_sep String author concode_elem_sep String subject concode_elem_sep int yearwritten concode_field_sep String getSubject concode_elem_sep void writeExternal concode_el... |
String function ( String arg0 ) { return nodeprep ( arg0 , false ) ; } | preps a node name according to the stringprep profile defined in rfc3920 . unassigned code points are not allowed . concode_field_sep char[] RFC3920_NODEPREP_PROHIBIT concode_field_sep void filter concode_elem_sep void filter concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep boolean c... |
String function ( ) { return additionalKey ; } | returns defined additional key . concode_field_sep String additionalKey concode_elem_sep RedisDataType dataType concode_field_sep RedisDataType getDataType |
String function ( String arg0 , String arg1 ) { if ( arg0 . endsWith ( String . valueOf ( FILE_SEPARATOR ) ) ) { return arg0 + arg1 ; } else { return arg0 + FILE_SEPARATOR + arg1 ; } } | adds a child to the given unix path . concode_field_sep char PACKAGE_SEPARATOR concode_elem_sep char FILE_SEPARATOR concode_field_sep String getClassPath concode_elem_sep String getClassPath concode_elem_sep String getParent |
String function ( int arg0 , int arg1 ) { String loc0 = "srini_string" ; intValue = ( arg0 + ( arg1 * rows ) ) ; if ( intValue <= NUMBER_OF_ITEMS ) { loc0 = getCharacter ( intValue ) ; } return loc0 ; } | retrieves a character from the alphabet for display in the ui . 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 ... |
void function ( final CharArrayBuffer arg0 , final Header arg1 ) { final String loc0 = arg1 . getName ( ) ; final String loc1 = arg1 . getValue ( ) ; int loc2 = loc0 . length ( ) + 2 ; if ( loc1 != null ) { loc2 += loc1 . length ( ) ; } arg0 . ensureCapacity ( loc2 ) ; arg0 . append ( loc0 ) ; arg0 . append ( "srini_st... | actually formats a header . called from #formatheader . concode_field_sep BasicLineFormatter DEFAULT concode_field_sep String formatHeader concode_elem_sep CharArrayBuffer formatHeader concode_elem_sep int estimateProtocolVersionLen concode_elem_sep CharArrayBuffer initBuffer concode_elem_sep String formatProtocolVersi... |
void function ( String arg0 , Callback arg1 ) { int loc0 = 0 ; Event loc1 = new Event ( arg0 , arg1 ) ; for ( Event loc2 : this . events ) { if ( loc2 . getName ( ) == arg0 ) break ; loc0 ++ ; } addEventAt ( loc0 , loc1 ) ; } | creates and subscribes or binds to an event . concode_field_sep ArrayList<TimeEvent> timeEvents concode_elem_sep ArrayList<Event> events concode_field_sep void addTimeEventAt concode_elem_sep void onTime concode_elem_sep void emitTime concode_elem_sep void offTime concode_elem_sep void emit concode_elem_sep void addEve... |
Set < Class > function ( ) { return classes ; } | returns the classes . concode_field_sep Set<FederatedIdentifier> inFedfederatedIdentifiers concode_elem_sep Set<ClassScheme_ClassScheme> classSchemes_classSchemes1 concode_elem_sep Set<Class> classes concode_elem_sep Set<ClassScheme_ClassScheme> classSchemes_classSchemes2 concode_elem_sep String uri concode_elem_sep St... |
void function ( int arg0 ) { mCurrentPage = arg0 ; } | sets the current page number concode_field_sep int mItemCount concode_elem_sep int mItemsPerPage concode_elem_sep int mCurrentPage concode_field_sep int getLimit concode_elem_sep boolean hasNextPage concode_elem_sep int getNextPage concode_elem_sep int getOffset concode_elem_sep int getCurrentPage concode_elem_sep bool... |
boolean function ( ) { return value ; } | gets the primitive value of this boolean , either true or false . concode_field_sep Boolean FALSE concode_elem_sep Boolean TRUE concode_elem_sep Class<Boolean> TYPE concode_elem_sep boolean value concode_elem_sep long serialVersionUID concode_field_sep int compare concode_elem_sep int hashCode concode_elem_sep Boolean ... |
void function ( java . lang . String arg0 ) { _ddmStructureLayout . setUserUuid ( arg0 ) ; } | sets the user uuid of this d d m structure layout . concode_field_sep DDMStructureLayout _ddmStructureLayout concode_field_sep java.lang.String getDefinition concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_se... |
void function ( final OffsetDateTime arg0 ) { requireNonNull ( arg0 , DATETIME_MUST_NOT_BE_NULL ) ; useFixedClock ( arg0 . toInstant ( ) , arg0 . getOffset ( ) ) ; } | sets a fixed clock to be used . concode_field_sep String ZONE_MUST_NOT_BE_NULL concode_elem_sep String CLOCK_MUST_NOT_BE_NULL concode_elem_sep ZoneId zone concode_elem_sep String DATETIME_MUST_NOT_BE_NULL concode_elem_sep String INSTANT_MUST_NOT_BE_NULL concode_elem_sep ZoneId DEFAULT_ZONE concode_elem_sep Clock clock ... |
java . util . List < XssMatchSetSummary > function ( ) { return xssMatchSets ; } | an array of xssmatchsetsummary objects . concode_field_sep String nextMarker concode_elem_sep java.util.List<XssMatchSetSummary> xssMatchSets concode_field_sep String getNextMarker concode_elem_sep void setXssMatchSets concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ListXssMatchSetsResult... |
void function ( ) { ImageTitle loc0 = new ImageTitle ( JFreeChart . INFO . getLogo ( ) ) ; assertEquals ( 100 , loc0 . getWidth ( ) , EPSILON ) ; assertEquals ( 100 , loc0 . getHeight ( ) , EPSILON ) ; } | check the width and height . concode_field_sep double EPSILON concode_field_sep void testArrangeNN concode_elem_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testHashcode concode_elem_sep void testEquals |
char function ( ) { scanner . useDelimiter ( EMPTY_PATTERN ) ; String loc0 = scanner . next ( ) ; assert ( loc0 . length ( ) == 1 ) : "srini_string" + "srini_string" ; scanner . useDelimiter ( WHITESPACE_PATTERN ) ; return loc0 . charAt ( 0 ) ; } | reads and returns the next character . concode_field_sep Pattern EMPTY_PATTERN concode_elem_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep Scanner scanner concode_elem_sep Pattern WHITESPACE_PATTERN concode_elem_sep Pattern EVERYTHING_PATTERN concode_field_sep void resync concode_elem_sep int[]... |
boolean function ( int arg0 , int arg1 ) { long loc0 = SystemClock . uptimeMillis ( ) ; boolean loc1 = loc0 - mLastScrollEventTimeMs > MIN_EVENT_SEPARATION_MS || mPrevX != arg0 || mPrevY != arg1 ; mLastScrollEventTimeMs = loc0 ; mPrevX = arg0 ; mPrevY = arg1 ; return loc1 ; } | call from a scrollview in onscrollchanged , returns true if this onscrollchanged is legit not a duplicate and should be dispatched . concode_field_sep int mPrevY concode_elem_sep long mLastScrollEventTimeMs concode_elem_sep int MIN_EVENT_SEPARATION_MS concode_elem_sep int mPrevX concode_field_sep placeholderType placeH... |
Cache function ( ) { if ( lLog != null ) { return lLog . getCache ( ) ; } else { return null ; } } | returns the cache object or null if one does n't exist . concode_field_sep Log lLog concode_elem_sep LockFile lf concode_field_sep void checkpoint concode_elem_sep void releaseLock concode_elem_sep void openLog concode_elem_sep boolean closeLog concode_elem_sep boolean hasLog concode_elem_sep void setScriptType concode... |
List < Long > function ( ) { if ( removedAdGroupBidModifierCriteria == null ) { removedAdGroupBidModifierCriteria = new ArrayList < Long > ( ) ; } return this . removedAdGroupBidModifierCriteria ; } | gets the value of the removedadgroupbidmodifiercriteria 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 removedadgroupbidmodifiercriteri... |
void function ( byte arg0 ) { out . println ( arg0 ) ; } | print a byte to standard output and then terminate the line . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_se... |
String function ( ) { return activity ; } | getter for the activity that was happening when the error happened concode_field_sep String activity concode_elem_sep String resource concode_elem_sep Throwable cause concode_elem_sep String moreInfo concode_elem_sep String objectId concode_field_sep String getMoreInfo concode_elem_sep String getResource concode_elem_s... |
int function ( ) { return 0 ; } | returns the leading , or spacing between lines , for this font . concode_field_sep FontRenderContext gRC concode_elem_sep long serialVersionUID concode_elem_sep Font font concode_field_sep Rectangle2D getStringBounds concode_elem_sep Rectangle2D getStringBounds concode_elem_sep Rectangle2D getStringBounds concode_elem_... |
int function ( ) { return fromPort ; } | start of destination port range for the tcp and udp protocols , or an icmp type number . an icmp type number of -1 indicates a wildcard i.e. , any icmp type number . concode_field_sep Set<String> cidrBlocks concode_elem_sep Set<String> cidrBlocks concode_elem_sep Set<String> exclusionCidrBlocks concode_elem_sep int fro... |
void function ( String arg0 ) { this . msgid = arg0 ; } | sets the value of the msgid property . concode_field_sep String msgid concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getMsgid concode_elem_sep void setValue |
String function ( String arg0 ) { int loc0 = arg0 . lastIndexOf ( sheetInd ) ; if ( loc0 == - 1 ) { return "srini_string" ; } return arg0 . substring ( 0 , loc0 ) ; } | gets the sheet name from the cell reference string concode_field_sep char sheetInd concode_elem_sep Logger logger concode_elem_sep char fixedInd concode_field_sep void getCellReference concode_elem_sep void getCellReference concode_elem_sep void getCellReference concode_elem_sep void getCellReference concode_elem_sep S... |
void function ( ) { db . removeAll ( ) ; } | metodo auxiliar para limpiar la base de datos concode_field_sep TreeMap<String,ArrayList<Ruta>> rutasSistema concode_elem_sep String modoSeleccionado concode_elem_sep String[] encabezadosDificultad concode_elem_sep Context ctx concode_elem_sep ArrayList<Parque> parques concode_elem_sep InputStream archivoContenido conc... |
boolean function ( ) { return readOnly ; } | returns true , if the state can only be read but not written . typically a sensor can be read only . concode_field_sep String pattern concode_elem_sep List<StateOption> options concode_elem_sep BigDecimal maximum concode_elem_sep BigDecimal step concode_elem_sep boolean readOnly concode_elem_sep BigDecimal minimum conc... |
int function ( InputStream arg0 , byte arg1 [ ] ) { for ( int loc0 = 0 ; loc0 < arg1 . length ; loc0 ++ ) { int loc1 = arg0 . read ( ) ; if ( loc1 == - 1 ) return loc0 ; arg1 [ loc0 ] = ( byte ) loc1 ; } return arg1 . length ; } | this method works around the bizarre semantics of bufferedinputstream 's read method . concode_field_sep byte thisLine[] concode_elem_sep PrintStream pStream concode_elem_sep int offset concode_elem_sep int thisLineLength concode_elem_sep int currentByte concode_field_sep void encode concode_elem_sep void encode concod... |
DataPassUsage function ( ) { return dataPassUsage ; } | gets the value of the datapassusage property . concode_field_sep List<Indicator> indicator concode_elem_sep DataPassUsage dataPassUsage concode_elem_sep List<UsageBucketBase> usageBucket concode_elem_sep List<SpecificationValue> usageSpecificationValue concode_elem_sep RealTimeDataUsage realTimeDataUsage concode_elem_s... |
void function ( boolean arg0 ) { _kaleoNode . setTerminal ( arg0 ) ; } | sets whether this kaleo node is terminal . concode_field_sep KaleoNode _kaleoNode concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean getTerminal concode_elem_sep java.lang.String getName concode_ele... |
void function ( long arg0 ) { this . maxFileDescriptorCount = arg0 ; } | sets the max file descriptor count . concode_field_sep long freePhysicalMemorySize concode_elem_sep int availableProcessors concode_elem_sep String vmVendor concode_elem_sep long openFileDescriptorCount concode_elem_sep long freeSwapSpaceSize concode_elem_sep String osName concode_elem_sep long maxFileDescriptorCount c... |
Address function ( ) { return address ; } | returns the address of this route . concode_field_sep Proxy proxy concode_elem_sep Address address concode_elem_sep boolean modernTls concode_elem_sep InetSocketAddress inetSocketAddress concode_field_sep Route flipTlsMode concode_elem_sep Proxy getProxy concode_elem_sep InetSocketAddress getSocketAddress concode_elem_... |
String function ( ) { minimized = ! minimized ; if ( minimized ) { buttonImage = MINIMIZE_IMAGE ; } else { buttonImage = MAXIMIZE_IMAGE ; position = bottom ( ) ; } return ( "srini_string" ) ; } | method to switch the minimized / maximized state of the chat concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoLoad concode_elem_sep String MAXIMIZE_IMAGE concode_elem_sep Messag... |
void function ( WorkingListener arg0 ) { workingEventSupport_ . removeWorkingListener ( arg0 ) ; } | removes a working listener . concode_field_sep VObjectEventSupport objectEventSupport_ concode_elem_sep VSystemValue systemValue_ concode_elem_sep String copyright concode_elem_sep WorkingEventSupport workingEventSupport_ concode_elem_sep ErrorEventSupport errorEventSupport_ concode_elem_sep String modifyActionText_ co... |
int function ( String arg0 , int arg1 ) { return intProperty ( arg0 , arg1 ) ; } | alias to intproperty string name , int defaultvalue concode_field_sep Logger logger concode_field_sep int intProperty concode_elem_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_sep void setProperty concode_elem_sep void setSystemProperty concode_elem_sep String property concode_elem_... |
String function ( Object arg0 ) { if ( arg0 instanceof TypeResolvable ) { String loc0 = ( ( TypeResolvable ) arg0 ) . getType ( ) ; if ( loc0 != null ) { return loc0 ; } } return ClassUtils . getShortNameAsProperty ( arg0 . getClass ( ) ) ; } | determines the messagecode key in messagesource to look up . if typeresolvable is implemented , user can give a custom code , otherwise the short classname is used . concode_field_sep ObjectNameResolver objectNameResolver concode_elem_sep List args concode_elem_sep Log logger concode_elem_sep ReflectiveVisitorHelper vi... |
double function ( double arg0 ) { return logPSI - arg0 * arg0 / 2. ; } | returns the log-density of the standard normal . concode_field_sep double PSI concode_elem_sep int chisqDistribution concode_elem_sep double logPSI concode_elem_sep int undefinedDistribution concode_elem_sep int normalDistribution concode_field_sep double pchisq concode_elem_sep double pchisq concode_elem_sep DoubleVec... |
String function ( ) { return taxExemptOrgName ; } | gets the value of the taxexemptorgname property . concode_field_sep String taxExemptOrgName concode_elem_sep String taxExemptOrgId concode_elem_sep long serialVersionUID concode_field_sep void setTaxExemptOrgId concode_elem_sep String getTaxExemptOrgId concode_elem_sep void setTaxExemptOrgName |
void function ( NecroEntityBase arg0 ) { if ( arg0 . isNecromancyInstalled && ! registeredEntities . containsKey ( arg0 . mobName ) ) { registeredEntities . put ( arg0 . mobName , arg0 ) ; if ( arg0 instanceof ISkull ) { registeredSkullEntities . put ( arg0 . mobName , ( ISkull ) arg0 ) ; } } } | call this to register your necro mob concode_field_sep HashMap<String,ISkull> registeredSkullEntities concode_elem_sep HashMap<String,NecroEntityBase> registeredEntities concode_field_sep placeholderType placeHolder |
void function ( T arg0 ) { agenda . add ( arg0 ) ; } | adds an element to the agenda . concode_field_sep SortedSet<T> agenda concode_field_sep T pop concode_elem_sep boolean isEmpty |
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; } | called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep BundleContext getContext |
void function ( SkipPolicy < T > arg0 ) { this . skipPolicy = arg0 ; } | sets the skip policy . concode_field_sep ItemReader<T> delegate concode_elem_sep SkipPolicy<T> skipPolicy concode_elem_sep List<T> returnList concode_field_sep Object getObject concode_elem_sep void afterPropertiesSet concode_elem_sep SkipPolicy<T> getSkipPolicy concode_elem_sep Class getObjectType concode_elem_sep boo... |
AndroidCommand function ( final String arg0 ) { return new AndroidCommand ( arg0 ) ; } | constructs an @ link androidcommand and returns it . concode_field_sep ServerSocket server concode_elem_sep TheWatchers watchers concode_elem_sep BufferedReader in concode_elem_sep boolean keepListening concode_elem_sep AndroidCommandExecutor executor concode_elem_sep Timer timer concode_elem_sep Socket client concode_... |
void function ( ValueChangeEvent arg0 ) { tempStyle = ( String ) arg0 . getNewValue ( ) ; if ( ! currentStyle . equalsIgnoreCase ( tempStyle ) ) { currentStyle = tempStyle ; FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . redirect ( "srini_string" ) ; } } | applies temp style to to the current style and image directory and manually refreshes the icons in the navigation tree . the page will reload based on navigation rules to ensure the theme is applied ; this is necessary because of difficulties encountered by updating the stylesheet reference within the of the document .... |
void function ( char arg0 ) { writer . print ( arg0 ) ; } | prints the given char . use println to print a ' \ n ' . concode_field_sep String SPACES concode_elem_sep int javaLine concode_elem_sep int virtual_indent concode_elem_sep int TAB_WIDTH concode_elem_sep PrintWriter writer concode_elem_sep int indent concode_field_sep void pushIndent concode_elem_sep void printMultiLn c... |
float function ( ) { return fractionMemSteadyFairShare ; } | returns the steady fair share as a fraction of the entire cluster capacity . concode_field_sep FairSchedulerQueueInfoList childQueues concode_elem_sep float fractionMemMaxShare concode_elem_sep ResourceInfo fairResources concode_elem_sep float fractionMemUsed concode_elem_sep ResourceInfo minResources concode_elem_sep ... |
void function ( ActionEvent arg0 ) { setPercent ( 1 ) ; Thread loc0 = new Thread ( new LongOperationRunner ( this , PersistentFacesState . getInstance ( ) ) ) ; loc0 . start ( ) ; } | start a routine that will take time and allow progress updates . concode_field_sep OutputProgressIndeterminateBean pbBean concode_elem_sep boolean runningTask concode_elem_sep Log log concode_elem_sep PersistentFacesState state concode_elem_sep RenderManager renderManager concode_elem_sep int percent concode_elem_sep P... |
void function ( String arg0 ) { this . query = arg0 ; } | set query concode_field_sep String query concode_field_sep String getQuery |
String function ( ) { return name == null ? "srini_string" : name ; } | implementation of object concode_field_sep List songs concode_elem_sep String name concode_elem_sep boolean DEBUG concode_elem_sep int cursor concode_elem_sep PropertyChangeSupport listeners concode_field_sep void setName concode_elem_sep void removeSong concode_elem_sep String getName concode_elem_sep Song previousSon... |
void function ( Type arg0 ) { this . type = arg0 ; } | sets the type of the message , as specified by opensocial.message.type . concode_field_sep String titleId concode_elem_sep String inReplyTo concode_elem_sep Date timeSent concode_elem_sep String appUrl concode_elem_sep String body concode_elem_sep String title concode_elem_sep Type type concode_elem_sep String senderId... |
void function ( final String arg0 , final Configuration arg1 ) { save ( new File ( arg0 ) , arg1 ) ; } | saves the given configuration into a file specified by the given filename . concode_field_sep int ESCAPE_VALUE concode_elem_sep char[] HEX_CHARS concode_elem_sep int ESCAPE_KEY concode_elem_sep int ESCAPE_COMMENT concode_elem_sep String END_OF_LINE concode_field_sep void writeDescription concode_elem_sep void saveConve... |
void function ( Object arg0 , String arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( arg1 + "srini_string" ) ; } } | asserts whether the value is not null concode_field_sep int SEED concode_elem_sep int ODD_PRIME_NUMBER concode_field_sep boolean equal concode_elem_sep int compare concode_elem_sep int compare concode_elem_sep int hashCode |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.