code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
BeanDefinitionBuilder function ( String arg0 ) { this . beanDefinition . setScope ( arg0 ) ; return this ; } | set the scope of this definition . concode_field_sep int constructorArgIndex concode_elem_sep AbstractBeanDefinition beanDefinition concode_field_sep BeanDefinitionBuilder addConstructorArgValue concode_elem_sep BeanDefinitionBuilder setAutowireMode concode_elem_sep BeanDefinitionBuilder addConstructorArgReference conc... |
void function ( STDataConsolidateFunction arg0 ) { this . subtotal = arg0 ; } | sets the value of the subtotal property . concode_field_sep STShowDataAs showDataAs concode_elem_sep Object parent concode_elem_sep CTExtensionList extLst concode_elem_sep STDataConsolidateFunction subtotal concode_elem_sep String name concode_elem_sep Long numFmtId concode_elem_sep Long baseItem concode_elem_sep long ... |
String function ( long arg0 ) { return getSize ( arg0 , true ) ; } | returns a file size as nice readable string , with unit , e.g. 1234567890 bytes returns 1,15 gb concode_field_sep String DECIMAL_FORMATTER concode_elem_sep int INC_SIZE concode_field_sep SizeUnit getSizeUnit |
SelectItem [ ] function ( ) { return cityItems ; } | gets the option items of cities . concode_field_sep String COUNTRY_CHINA concode_elem_sep SelectItem[] CITIES_RUSSIA concode_elem_sep String selectedComponent concode_elem_sep String[] selectedCities concode_elem_sep String selectedDrink concode_elem_sep SelectItem[] COMPONENT_ITEMS concode_elem_sep SelectItem[] DRINK_... |
void function ( ) { fileRepository = null ; heroRepository = null ; hero = null ; } | this method is called after every junit test case to release memory concode_field_sep File fileRepository concode_elem_sep Hero hero concode_elem_sep HeroRepository heroRepository concode_field_sep void setUp concode_elem_sep void testSaveWhenFileIsAvailableAndthrowsException |
void function ( GL10 arg0 ) { mGrabber . getCurrentProjection ( arg0 ) ; mMVPComputed = false ; } | get the current projection matrix . has the side-effect of setting current matrix mode to gl_projection concode_field_sep MatrixGrabber mGrabber concode_elem_sep boolean mMVPComputed concode_elem_sep float[] mMVP concode_elem_sep float[] mV concode_elem_sep int mX concode_elem_sep int mViewWidth concode_elem_sep int mY... |
String function ( ) { return height . toString ( ) + lengthUnit . toString ( ) ; } | returns the support 's height . concode_field_sep Integer width concode_elem_sep LengthUnit lengthUnit concode_elem_sep Integer height concode_field_sep Integer getHeightInt concode_elem_sep Integer getWidthInt concode_elem_sep String getWidth |
Point function ( ) { Rectangle loc0 = getMaximumWindowBounds ( ) ; return new Point ( loc0 . width >> 1 , loc0 . height >> 1 ) ; } | gets the point which should defines the center of system window . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isHeadless concode_elem_sep String[] getAvailableFontFamilyNames concode_elem_sep String[] getAvailableFontFamilyNames concode_elem_sep boolean isHeadlessInstance concode_elem_sep Graphi... |
short function ( ) { return scanner . nextShort ( ) ; } | reads the next token from standard input , parses it as a short integer , and returns the short integer . 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 EVER... |
void function ( String arg0 ) { m_name = arg0 ; } | setname concode_field_sep String m_name concode_elem_sep String m_sysOid concode_elem_sep EndPointValidationExpressionImpl m_validator concode_field_sep String getSysOid concode_elem_sep String getName concode_elem_sep void setSysOid concode_elem_sep EndPointValidationExpression getValidator concode_elem_sep void setVa... |
void function ( float [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) System . out . println ( arg0 [ loc0 ] ) ; } | pretty print a vector concode_field_sep PlaceHolder placeHolder concode_field_sep void inverse concode_elem_sep void minus concode_elem_sep void minus concode_elem_sep void scalarMultiply concode_elem_sep void scalarMultiply concode_elem_sep float dot concode_elem_sep void cross concode_elem_sep void cross concode_elem... |
JAXBElement < SimpleLiteral > function ( SimpleLiteral arg0 ) { return new JAXBElement < SimpleLiteral > ( _Language_QNAME , SimpleLiteral . class , null , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName _Language_QNAME concode_elem_sep QName _Creator_QNAME concode_elem_sep QName _Subject_QNAME concode_elem_sep QName _Date_QNAME concode_elem_sep QName _Contributor_QNAME concode_elem_sep QName _Type_QNAME concode_elem_sep QName _Publisher_QNAME concode_elem_sep Q... |
Statement function ( ) { return statement ; } | gets the value of the statement property . concode_field_sep Statement statement concode_field_sep void setStatement |
void function ( int arg0 ) { if ( arg0 < 0 ) throw new IllegalArgumentException ( "srini_string" + arg0 ) ; this . outputStartLine = arg0 ; } | sets outputstartline . concode_field_sep int inputLineCount concode_elem_sep int inputStartLine concode_elem_sep int lineFileID concode_elem_sep boolean lineFileIDSet concode_elem_sep List filePathList concode_elem_sep int outputStartLine concode_elem_sep List fileNameList concode_elem_sep String stratumName concode_el... |
String function ( ) { return name ; } | get the name of the factory . concode_field_sep XidFactoryMBean xidFactory concode_elem_sep String name concode_field_sep void setName concode_elem_sep void setXidFactory concode_elem_sep XidFactoryMBean getXidFactory concode_elem_sep javax.jms.ServerSessionPool getServerSessionPool |
String function ( ) { return organizationId ; } | id of the organization containing the instance . concode_field_sep String planId concode_elem_sep String spaceId concode_elem_sep String serviceId concode_elem_sep String organizationId concode_field_sep String getServiceId concode_elem_sep void setServiceId concode_elem_sep void setSpaceId concode_elem_sep String getS... |
void function ( ) { Double loc0 ; try { loc0 = theStack . pop ( ) ; } catch ( Exception loc1 ) { throw new CalculatorException ( "srini_string" , "srini_string" ) ; } if ( Math . abs ( loc0 ) < SMALL_DOUBLE ) throw new CalculatorException ( "srini_string" , "srini_string" ) ; theStack . push ( 1 / loc0 ) ; } | replace top element by 1 / top element 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 clear concode_elem_sep void sign concode_elem_sep void Arecall concode_elem_sep void plus concod... |
void function ( Unmarshaller arg0 , Object arg1 ) { setParent ( arg1 ) ; } | this method is invoked by the jaxb implementation on each instance when unmarshalling completes . concode_field_sep CTFrameLayout frameLayout concode_elem_sep String val concode_elem_sep Object parent concode_elem_sep CTFramesetSplitbar framesetSplitbar concode_elem_sep CTFrameset.Sz sz concode_elem_sep List<Object> fr... |
int function ( ) { return this . name . hashCode ( ) ; } | returns a hash code for this instance . concode_field_sep PieLabelLinkStyle CUBIC_CURVE concode_elem_sep PieLabelLinkStyle STANDARD concode_elem_sep String name concode_elem_sep PieLabelLinkStyle QUAD_CURVE concode_field_sep Object readResolve concode_elem_sep boolean equals concode_elem_sep String toString |
String function ( ) { return parentUri ; } | getter for the field parenturi . concode_field_sep String parentUri concode_elem_sep Map<String,UriParameter> uriParameters concode_elem_sep String displayName concode_elem_sep String description concode_elem_sep List<TemplateUse> typeModel concode_elem_sep String type concode_elem_sep Map<String,List<UriParameter>> ba... |
Fault function ( ) { return this . fault ; } | gets the value of the fault property . concode_field_sep Fault fault concode_elem_sep Params params concode_field_sep void setFault concode_elem_sep String toString concode_elem_sep Params getParams concode_elem_sep void setParams |
void function ( boolean arg0 ) { this . autoSkipFailures = arg0 ; } | sets whether skippable action that failed are automatically skipped . concode_field_sep List<RequestResourceFilter> resourceFilters concode_elem_sep String expectedServiceName concode_elem_sep boolean hostsInMaintenanceModeExcluded concode_elem_sep boolean autoSkipFailures concode_elem_sep String clusterName concode_el... |
Quaternionf function ( ) { return new Quaternionf ( mX , mY , mZ , mW ) ; } | gets the quaternion of the keyframe . concode_field_sep float mW concode_elem_sep float mX concode_elem_sep float mY concode_elem_sep float mTime concode_elem_sep float mZ concode_field_sep float getTime concode_elem_sep void setValue |
int function ( ) { return wayIndex ; } | references to a tower node or the index of waygeometry of the closest edge . if waygeometry has length l then the wayindex 0 refers to the base node , 1 to l inclusive refer to the waygeometry indices minus one and l +1 to the adjacent node . currently only initialized if returned from location2nodesntree . concode_fie... |
String function ( 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 Long id concode_elem_sep DateTime shipDate concode_elem_sep String value concode_elem_sep StatusEnum status concode_elem_sep Boolean complete concode_elem_sep Long petId concode_elem_sep Integer quantity con... |
void function ( Message arg0 , SourcePosition arg1 , Object ... arg2 ) { reports . add ( new Report ( arg1 , makeReport ( arg0 , arg1 , arg2 ) ) ) ; } | creates and stores a formatted report for later output . concode_field_sep boolean found_error concode_elem_sep Vector<Report> reports concode_elem_sep SourcePosition position concode_elem_sep String message concode_field_sep void reportNow concode_elem_sep void flush concode_elem_sep String makeReport concode_elem_sep... |
void function ( Venue arg0 ) { this . parent = arg0 ; } | set the parent venue . concode_field_sep String country concode_elem_sep Venue parent concode_elem_sep String city concode_elem_sep String postalCode concode_elem_sep double latitude concode_elem_sep String description concode_elem_sep String source concode_elem_sep String type concode_elem_sep List<Venue> children con... |
Map < QName , String > function ( ) { return Collections . unmodifiableMap ( otherAttributes ) ; } | gets a map that contains attributes that are n't bound to any typed property on this class . the map is keyed by the name of the attribute and the value is the string value of the attribute . concode_field_sep String address concode_elem_sep Object anyType concode_elem_sep String inResponseTo concode_elem_sep String re... |
ThreadPoolConfiguration function ( int arg0 ) { this . clientToProxyWorkerThreads = arg0 ; return this ; } | set the number of client-to-proxy worker threads to create . worker threads perform the actual processing of client requests . the default value is servergroup #default_incoming_worker_threads . concode_field_sep int clientToProxyWorkerThreads concode_elem_sep int proxyToServerWorkerThreads concode_elem_sep int accepto... |
void function ( long arg0 ) { _ddmStructureLink . setStructureLinkId ( arg0 ) ; } | sets the structure link id of this ddm structure link . concode_field_sep DDMStructureLink _ddmStructureLink concode_field_sep long getClassNameId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpa... |
void function ( int arg0 , String arg1 , String arg2 , String arg3 ) { setHarvestType ( arg0 ) ; setOaiSource ( arg1 ) ; setOaiSetId ( arg2 ) ; setHarvestMetadataConfig ( arg3 ) ; } | a function to set all harvesting-related parameters at once concode_field_sep int STATUS_UNKNOWN_ERROR concode_elem_sep int TYPE_FULL concode_elem_sep int TYPE_DMD concode_elem_sep int TYPE_DMDREF concode_elem_sep int STATUS_BUSY concode_elem_sep int STATUS_OAI_ERROR concode_elem_sep int STATUS_READY concode_elem_sep C... |
Schema function ( Field ... arg0 ) { return newBuilder ( ) . setFields ( arg0 ) . build ( ) ; } | creates a schema object given some fields . concode_field_sep Function<com.google.api.services.bigquery.model.TableSchema,Schema> FROM_PB_FUNCTION concode_elem_sep Function<Schema,com.google.api.services.bigquery.model.TableSchema> TO_PB_FUNCTION concode_elem_sep long serialVersionUID concode_elem_sep List<Field> field... |
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... |
void function ( Iterator arg0 ) { iterators . remove ( arg0 ) ; } | closes this quadtree after use ... concode_field_sep double SPLITRATIO concode_elem_sep int maxDepth concode_elem_sep Node root concode_elem_sep IndexFile indexfile concode_elem_sep Logger LOGGER concode_elem_sep int numShapes concode_elem_sep Set iterators concode_field_sep CloseableIterator<Data> search concode_elem_... |
EmployeeRolesList function ( ) { return new EmployeeRolesList ( ) ; } | create an instance of employeeroleslist concode_field_sep QName _Employee_QNAME concode_elem_sep QName _PayrollItem_QNAME concode_elem_sep QName _EmployeeSearch_QNAME concode_elem_sep QName _PayrollItemSearch_QNAME concode_field_sep EmployeeDeductionList createEmployeeDeductionList concode_elem_sep EmployeeHrEducationL... |
void function ( ExtendedCall arg0 , String arg1 , Message arg2 ) { } | does nothing . callback function called when a call transfer is not sucessfully completed concode_field_sep PlaceHolder placeHolder concode_field_sep void onCallModifying concode_elem_sep void onCallTransfer concode_elem_sep void onCallAccepted concode_elem_sep void onCallClosed concode_elem_sep void onCallTransferSucc... |
void function ( String arg0 ) { this . typeId = arg0 ; } | sets the value of the typeid property . concode_field_sep String internalId concode_elem_sep String name concode_elem_sep String externalId concode_elem_sep String typeId concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setInternalId concode_elem_sep String getInternalId concode_elem... |
String function ( Reader arg0 ) { try { String loc0 = FileCopyUtils . copyToString ( new BufferedReader ( arg0 ) ) ; return loc0 . replaceAll ( "srini_string" , OsUtils . LINE_SEPARATOR ) ; } catch ( Exception loc0 ) { throw new IllegalStateException ( "srini_string" , loc0 ) ; } } | reads a banner from the given resource . performs conversion of any line separator contained by the source to that of the running platform . concode_field_sep String ESCAPED_BACKSLASH concode_elem_sep Pattern WINDOWS_DRIVE_PATH concode_elem_sep String WINDOWS_DRIVE_PREFIX concode_elem_sep String CURRENT_DIRECTORY conco... |
URI function ( ) { return getCapsUrl ; } | maps to the url of the capabilities document concode_field_sep WFSCapabilitiesType capabilities concode_elem_sep URI getCapsUrl concode_elem_sep URI schemaUri concode_field_sep String getVersion concode_elem_sep String getTitle concode_elem_sep URI getPublisher concode_elem_sep Set<String> getKeywords concode_elem_sep ... |
boolean function ( String arg0 , String arg1 , String arg2 ) { return ( W_NS . equals ( arg0 ) && BOOKMARK_START_ELT . equals ( arg1 ) ) ; } | returns true if current element is w : bookmarkstart and false otherwise . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isNum concode_elem_sep boolean isAbstractNumId concode_elem_sep boolean isAbstractNum concode_elem_sep boolean isFldChar concode_elem_sep boolean isBookmarkEnd concode_elem_sep ... |
int function ( ) { return m_animations . size ( ) ; } | returns the number of animations in the scene . this method is provided for completeness reasons . it will return the same value as getanimations . size concode_field_sep List<AiCamera> m_cameras concode_elem_sep List<AiMesh> m_meshes concode_elem_sep List<AiAnimation> m_animations concode_elem_sep List<AiMaterial> m_m... |
void function ( String arg0 , String arg1 ) { if ( documentHandler != null ) documentHandler . processingInstruction ( arg0 , arg1 ) ; } | adapt a sax2 processing instruction event . concode_field_sep AttributesAdapter qAtts concode_elem_sep XMLReader xmlReader concode_elem_sep DocumentHandler documentHandler concode_elem_sep Attributes attributes concode_field_sep void setupXMLReader concode_elem_sep void setEntityResolver concode_elem_sep String getName... |
Properties function ( ) { return bootState ; } | returns the properties recorded in the boot record , including various values representing the state of the sim at the end of the boot session . concode_field_sep Competition bootstrapCompetition concode_elem_sep HashMap<Class<?>,List<Object>> classMap concode_elem_sep ArrayList<Object> data concode_elem_sep XMLMessage... |
VContact function ( List arg0 , long arg1 ) { for ( int loc0 = 0 ; loc0 < arg0 . size ( ) ; loc0 ++ ) { VContact loc1 = ( VContact ) arg0 . get ( loc0 ) ; if ( loc1 . getId ( ) == arg1 ) { return loc1 ; } } return null ; } | ham tim kiem group trong 1 tree dua theo group_id concode_field_sep PlaceHolder placeHolder concode_field_sep List sortByName concode_elem_sep String getRandPrefix concode_elem_sep String dateParser concode_elem_sep Date dateParser concode_elem_sep void saveOriginalImages concode_elem_sep Vector splitName concode_elem_... |
URL function ( String arg0 ) { if ( bootLoader != null ) return bootLoader . bootGetResource ( arg0 ) ; return null ; } | helper to load a resource from the bootstrap class loader . in libgcj , this does nothing , as the default system loader knows how to find resources that have been linked in . concode_field_sep ProtectionDomain unknownProtectionDomain concode_elem_sep Permission protectionDomainPermission concode_elem_sep HashMap defin... |
double function ( Point arg0 ) { if ( arg0 == null ) throw new NullPointerException ( ) ; if ( this . compareTo ( arg0 ) == 0 ) return Double . NEGATIVE_INFINITY ; if ( this . y == arg0 . y ) return 0 ; if ( this . x == arg0 . x ) return Double . POSITIVE_INFINITY ; return ( ( double ) ( arg0 . y - this . y ) / ( doubl... | returns the slope between this point and the specified point . formally , if the two points are x0 , y0 and x1 , y1 , then the slope is y1 - y0 / x1 - x0 . for completness , the slope is defined to be +0.0 if the line segment connecting the two points is horizontal ; double.positive _ infinity if the line segment is ve... |
boolean function ( EObject arg0 ) { return getNameAttribute ( arg0 . eClass ( ) ) != null ; } | by default , elements are nameable if they have an eattribute named `` name '' . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concod... |
ScheduleKind function ( ) { return schedule ; } | return the scheduled operation at next commit see schedulekind concode_field_sep long rev concode_elem_sep String lastChangedAuthor concode_elem_sep boolean hasWcInfo concode_elem_sep String copyFromUrl concode_elem_sep NodeKind kind concode_elem_sep long workingSize concode_elem_sep String reposRootUrl concode_elem_se... |
double function ( ) { return percentage ; } | accessor for the percentage completed . concode_field_sep double percentage concode_field_sep placeholderType placeHolder |
long function ( ) { return meta_lookups_wo_permit ; } | returns how many lookups in . meta . were performed contended . this number indicates how many times we had to lookup in . meta . where a key was located . this only counts `` contended '' lookups , where the thread was unable to acquire a `` permit '' to do a . meta . lookup , because there were already too many . met... |
void function ( ActionEvent arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; String loc1 = arg0 . getComponent ( ) . getClientId ( loc0 ) ; String loc2 = interpretID ( loc1 , "srini_string" , "srini_string" ) ; selectedTimeZone = TimeZone . getTimeZone ( loc2 ) ; } | listens to client input from commandbuttons in the ui map and sets the selected time zone . concode_field_sep DateFormat currentFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep String GMT7DAYLIGHTLOCATION concode_elem_sep String GMT9DAYLIGHTLOCATION concode_elem_sep String GMT8DAYLIGHTLOCATION con... |
ItemAbstractionPair function ( Item arg0 , Abstraction_Generic arg1 ) { ItemAbstractionPair loc0 ; loc0 = new ItemAbstractionPair ( arg0 , arg1 ) ; return loc0 ; } | it returns a pair composed by an item and an abstraction concode_field_sep ItemAbstractionPairCreator instance concode_field_sep void clear concode_elem_sep ItemAbstractionPairCreator getInstance |
Boolean function ( ) { if ( simplifyGroupsScore == null ) { simplifyGroupsScore = true ; } return simplifyGroupsScore ; } | returns a boolean indicating whether the protein groups should be simplified based on the peptideshaker score . concode_field_sep File proteinSequenceDatabase concode_elem_sep Boolean simplifyGroupsUncharacterized concode_elem_sep Boolean simplifyGroupsEvidence concode_elem_sep Boolean simplifyGroupsScore concode_elem_... |
void function ( String arg0 ) { if ( thePrintWriter != null ) { thePrintWriter . println ( arg0 ) ; thePrintWriter . flush ( ) ; } else if ( thePrintStream != null ) { thePrintStream . println ( arg0 ) ; thePrintStream . flush ( ) ; } } | prints a message to the current jdbc log stream . this is either the printwriter or deprecated the printstream , if set . concode_field_sep PrintStream thePrintStream concode_elem_sep PrintWriter thePrintWriter concode_elem_sep int loginTimeout concode_elem_sep SQLPermission logPermission concode_elem_sep List<Driver> ... |
String function ( ) { return name ; } | gets the name of the name object . concode_field_sep int HEX_CHAR concode_elem_sep Logger logger concode_elem_sep String name concode_field_sep String convertHexChars concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString |
String [ ] function ( String [ ] arg0 , int arg1 ) { if ( arg0 . length < arg1 ) { String [ ] loc0 = new String [ arg1 ] ; System . arraycopy ( arg0 , 0 , loc0 , 0 , arg0 . length ) ; Arrays . fill ( loc0 , arg0 . length , loc0 . length , "srini_string" ) ; return loc0 ; } else { return arg0 ; } } | normalize an array to a certain lengh concode_field_sep VersionID _rest concode_elem_sep boolean _usePrefixMatch concode_elem_sep boolean _isCompound concode_elem_sep boolean _useGreaterThan concode_elem_sep String[] _tuple concode_field_sep boolean isSimpleVersion concode_elem_sep boolean matchTuple concode_elem_sep O... |
V function ( K arg0 ) { throw new RuntimeException ( ) ; } | get the value for a given key concode_field_sep PlaceHolder placeHolder concode_field_sep java.lang.Object iterator concode_elem_sep scala.Function2<java.lang.Object,java.lang.Object,scala.runtime.BoxedUnit> move concode_elem_sep scala.Function1<java.lang.Object,scala.runtime.BoxedUnit> grow concode_elem_sep java.lang.... |
void function ( String arg0 , String arg1 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , arg1 ) ; } | error log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void set... |
boolean function ( ) { return mapping == null || mapping . size ( ) == values . length ; } | tells whether the record size matches the header size . returns true if the sizes for this record match and false if not . some programs can export files that fail this test but still produce parsable files . concode_field_sep long characterPosition concode_elem_sep long recordNumber concode_elem_sep Map<String,Integer... |
void function ( long arg0 ) { SharedPreferencesCompat . apply ( mStorage . edit ( ) . putLong ( PREFIX + "srini_string" , arg0 ) . putLong ( PREFIX + "srini_string" , currentTimeMillis ( ) ) ) ; } | forbid any operations until after a certain absolute time . limited by #options . concode_field_sep long backoffIncrementalMillis concode_elem_sep long minTriggerMillis concode_elem_sep long periodicIntervalMillis concode_elem_sep SharedPreferences mStorage concode_elem_sep long maxMoratoriumMillis concode_elem_sep lon... |
com . amazon . ec2 . DescribeNetworkInterfacesResponseType function ( ) { return localDescribeNetworkInterfacesResponse ; } | auto generated getter method concode_field_sep com.amazon.ec2.DescribeNetworkInterfacesResponseType localDescribeNetworkInterfacesResponse concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_se... |
double [ ] [ ] function ( int arg0 ) { double [ ] [ ] loc0 = new double [ arg0 ] [ arg0 ] ; IntStream . range ( 0 , arg0 ) . forEach ( i -> IntStream . range ( 0 , arg0 ) . forEach ( j -> loc0 [ i ] [ j ] = Math . abs ( random . nextInt ( 100 ) + 1 ) ) ) ; return loc0 ; } | generate initial solution concode_field_sep double antFactor concode_elem_sep double beta concode_elem_sep double evaporation concode_elem_sep int currentIndex concode_elem_sep double bestTourLength concode_elem_sep Random random concode_elem_sep double alpha concode_elem_sep int numberOfCities concode_elem_sep double ... |
Compatibility function ( ) { return compatibility ; } | gets the value of the compatibility property . concode_field_sep String databaseType concode_elem_sep String createDefaultDbmsTables concode_elem_sep Boolean orderDatabaseOperations concode_elem_sep Boolean enableBatchOperations concode_elem_sep List<WeblogicRdbmsRelation> weblogicRdbmsRelation concode_elem_sep String ... |
Set < Class < ? >> function ( ) { return PRIMITIVE_TO_WRAPPER_TYPE . keySet ( ) ; } | returns an immutable set of all nine primitive types including void . note that a simpler way to test whether a class instanceis a member of this set is to call class #isprimitive . concode_field_sep Map<Class<?>,Class<?>> PRIMITIVE_TO_WRAPPER_TYPE concode_elem_sep Map<Class<?>,Class<?>> WRAPPER_TO_PRIMITIVE_TYPE conco... |
void function ( ) { ducks . clear ( ) ; Duck . lastDuckTime = 0 ; runawayDucks = 0 ; killedDucks = 0 ; score = 0 ; shoots = 0 ; lastTimeShoot = 0 ; } | restart game - reset some variables . concode_field_sep BufferedImage grassImg concode_elem_sep long timeBetweenShots concode_elem_sep ArrayList<Duck> ducks concode_elem_sep BufferedImage sightImg concode_elem_sep Random random concode_elem_sep int score concode_elem_sep long lastTimeShoot concode_elem_sep BufferedImag... |
void function ( java . lang . String arg0 ) { _userGroupRole . setUserUuid ( arg0 ) ; } | sets the user uuid of this user group role . concode_field_sep UserGroupRole _userGroupRole concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId c... |
String function ( String [ ] arg0 ) { if ( arg0 . length == 0 ) return "srini_string" ; StringBuilder loc0 = new StringBuilder ( ) ; for ( String loc1 : arg0 ) loc0 . append ( loc1 ) ; return loc0 . toString ( ) ; } | join string . concode_field_sep Logger logger concode_elem_sep Pattern KVP_PATTERN concode_elem_sep Pattern INT_PATTERN concode_elem_sep String[] EMPTY_STRING_ARRAY concode_field_sep String getQueryStringValue concode_elem_sep boolean isEmpty concode_elem_sep boolean isBlank concode_elem_sep boolean isContains concode_... |
void function ( final ActionListener arg0 ) { } | remove an actionlistener concode_field_sep ListCellRenderer renderer concode_elem_sep Object item concode_elem_sep JComboBox comboBox concode_field_sep void selectAll concode_elem_sep void addActionListener concode_elem_sep Object getItem concode_elem_sep Component getEditorComponent concode_elem_sep void setItem |
boolean function ( Object arg0 , Object arg1 ) { return org . apache . commons . lang . ObjectUtils . equals ( arg0 , arg1 ) ; } | compares two objects for equality , where either one or both objects may be null . this method is actually calling the org.apache.commons.lang.objectutils #equals object , object method . objectutils.equals null , null = true objectutils.equals null , '' '' = false objectutils.equals '' '' , null = false objectutils.eq... |
Builder function ( ) { return new Builder ( ) ; } | create a builder for a parseinfotree . concode_field_sep Map<FieldDescriptor,List<TextFormatParseInfoTree>> subtreesFromField concode_elem_sep Map<FieldDescriptor,List<TextFormatParseLocation>> locationsFromField concode_elem_sep Map<FieldDescriptor,List<Builder>> subtreeBuildersFromField concode_field_sep TextFormatPa... |
boolean function ( ) { return ( this . result != RESULT_NONE || this . expired ) ; } | return true if this deferredresult is no longer usable eitherbecause it was previously set or because the underlying request expired . the result may have been set with a call to #setresult object , or #seterrorresult object , or as a result of a timeout , if a timeout result was provided to the constructor . the reque... |
Integer function ( ) { Random loc0 = new Random ( ) ; return loc0 . nextInt ( ) ; } | random int . concode_field_sep PlaceHolder placeHolder concode_field_sep Date addTotoday concode_elem_sep Date today concode_elem_sep Number sum concode_elem_sep Date addToDate concode_elem_sep Date randomDate |
int function ( ) { if ( successors . size ( ) != 2 ) { throw new UnsupportedOperationException ( "srini_string" ) ; } int loc0 = successors . get ( 0 ) ; if ( loc0 == primarySuccessor ) { loc0 = successors . get ( 1 ) ; } return loc0 ; } | gets the secondary successor of this block . it is only valid to call this method on blocks that have exactly two successors . concode_field_sep InsnList insns concode_elem_sep IntList successors concode_elem_sep int primarySuccessor concode_elem_sep int label concode_field_sep boolean canThrow concode_elem_sep int get... |
void function ( boolean arg0 ) { currentlyShowing = arg0 ; } | sets whether this time zone has been checked , and so should be displayed in the bottom table ui . concode_field_sep boolean currentlyShowing concode_elem_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String abbreviation concode_elem_sep String mapCommandButto... |
int function ( ) { return statusCode ; } | returns the status code of the response . concode_field_sep int GZIP_MAGIC_NUMBER_BYTE_1 concode_elem_sep Map<String,Serializable> requestAttributes concode_elem_sep long timeToLiveSeconds concode_elem_sep java.util.Set<String> IGNORED_INTERFACES concode_elem_sep long ONE_YEAR_IN_SECONDS concode_elem_sep Date created c... |
T function ( int arg0 ) { this . backupCount = checkBackupCount ( arg0 , asyncBackupCount ) ; return ( T ) this ; } | sets the number of synchronous backups for this collection . concode_field_sep boolean statisticsEnabled concode_elem_sep int DEFAULT_ASYNC_BACKUP_COUNT concode_elem_sep int asyncBackupCount concode_elem_sep int DEFAULT_SYNC_BACKUP_COUNT concode_elem_sep List<ItemListenerConfig> listenerConfigs concode_elem_sep String ... |
java . util . List < de . uhh . l2g . plugins . migration . model . LegacyVideoFacility > function ( int arg0 , int arg1 ) { return _legacyVideoFacilityLocalService . getLegacyVideoFacilities ( arg0 , arg1 ) ; } | returns a range of all the legacy video facilities . 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.liferay.portal.kernel.dao.orm.qu... |
void function ( boolean arg0 ) { if ( arg0 && ! Platform . isSupported ( ConditionalFeature . SCENE3D ) ) { String loc0 = SnapshotParameters . class . getName ( ) ; PlatformLogger . getLogger ( loc0 ) . warning ( "srini_string" + "srini_string" ) ; } this . depthBuffer = arg0 ; } | sets the depthbuffer flag to the specified value . the default value is false . note that this is a conditional feature . see javafx.application.conditionalfeature #scene3d conditionalfeature.scene3d concode_field_sep Transform transform concode_elem_sep boolean depthBuffer concode_elem_sep Rectangle2D viewport concode... |
void function ( boolean arg0 ) { this . primitivesDefaultedForNullValue = arg0 ; } | set whether we 're defaulting java primitives in the case of mapping a null value from corresponding database fields . default is false , throwing an exception when nulls are mapped to java primitives . concode_field_sep Class<T> mappedClass concode_elem_sep Map<String,PropertyDescriptor> mappedFields concode_elem_sep ... |
void function ( ) { compressedDirectBufLen = Math . min ( userBufLen , directBufferSize ) ; compressedDirectBuf . rewind ( ) ; ( ( ByteBuffer ) compressedDirectBuf ) . put ( userBuf , userBufOff , compressedDirectBufLen ) ; userBufOff += compressedDirectBufLen ; userBufLen -= compressedDirectBufLen ; } | if a write would exceed the capacity of the direct buffers , it is set aside to be loaded by this function while the compressed data are consumed . concode_field_sep int userBufLen concode_elem_sep int userBufOff concode_elem_sep Log LOG concode_elem_sep byte[] userBuf concode_elem_sep int directBufferSize concode_elem... |
void function ( ) { entityManager . registerEntityProducer ( this , referenceRoot ) ; } | register this class as an entityproducer . concode_field_sep EntityManager entityManager concode_elem_sep String referenceRoot concode_elem_sep String serviceName concode_elem_sep String label concode_field_sep ResourceProperties getEntityResourceProperties concode_elem_sep String getLabel concode_elem_sep boolean will... |
Uri function ( Uri arg0 ) { return null ; } | hook for redirecting requests . applies to webview requests as well as requests made by plugins . to handle the request directly , return a uri in the form : cdvplugin : / / pluginid / ... and implement handleopenforread . to make this easier , use the topluginuri and frompluginuri helpers : public uri remapuri uri uri... |
String function ( ) { return subject ; } | gets the message subject . concode_field_sep DateTime deliveryTime concode_elem_sep String subject concode_elem_sep String fromAddress concode_elem_sep Long id concode_elem_sep String message concode_elem_sep String toAddress concode_elem_sep DeliveryStatus deliveryStatus concode_field_sep void setToAddress concode_ele... |
ResponseEntity < Product > function ( @ PathVariable String arg0 ) { log . debug ( "srini_string" , arg0 ) ; Product loc0 = productService . findOne ( arg0 ) ; return Optional . ofNullable ( loc0 ) . map ( result -> new ResponseEntity < > ( result , HttpStatus . OK ) ) . orElse ( new ResponseEntity < > ( HttpStatus . N... | get / products / : id : get the `` id '' product . concode_field_sep Logger log concode_elem_sep ProductService productService concode_field_sep ResponseEntity<List<Product>> getAllProducts concode_elem_sep ResponseEntity<Product> updateProduct concode_elem_sep ResponseEntity<Product> createProduct concode_elem_sep Res... |
void function ( Integer arg0 ) { this . subSubCategoryId = arg0 ; } | setter method to set the unique id of detailed problem type concode_field_sep Integer customerType concode_elem_sep Integer callSource concode_elem_sep Date endDate concode_elem_sep Integer caseStatus concode_elem_sep long serialVersionUID concode_elem_sep Integer subCategoryId concode_elem_sep String circleID concode_... |
String function ( final GoraAttribute arg0 , final GoraConfiguration arg1 ) { return String . valueOf ( getAttribute ( arg0 , arg1 ) ) ; } | utility method to extract value from configuration as string concode_field_sep PlaceHolder placeHolder concode_field_sep boolean configurationExist concode_elem_sep boolean propertyExist concode_elem_sep String getPropertyAsString concode_elem_sep Object getAttribute concode_elem_sep Object getProperty concode_elem_sep... |
void function ( Appointment arg0 ) { if ( arg0 . getReminderInterval ( ) != null ) { RepeatingPeriodSchedulableJob loc0 = buildJob ( arg0 ) ; this . schedulerService . safeScheduleRepeatingPeriodJob ( loc0 ) ; } } | add reminders for a specific appointment concode_field_sep String SUBJECT concode_elem_sep MotechSchedulerService schedulerService concode_field_sep void removeReminders concode_elem_sep RepeatingPeriodSchedulableJob buildJob |
void function ( ITimedStatemachine arg0 ) { this . statemachine = arg0 ; } | sets the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep ITimedStatemachine getStatemachine concode_elem_sep int getIndex |
ContainerServiceSshPublicKey function ( String arg0 ) { this . keyData = arg0 ; return this ; } | set the keydata value . concode_field_sep String keyData concode_field_sep String keyData |
String function ( ) { return fontFace . getFamilyName ( ) ; } | returns the font family name . concode_field_sep GVTFontFace fontFace concode_field_sep GVTFont deriveFont concode_elem_sep GVTFont deriveFont concode_elem_sep GVTFontFace getFontFace |
Integer function ( ) { return this . lineNumber ; } | get the linenumber value . concode_field_sep SeverityTypes severity concode_elem_sep Integer endOffset concode_elem_sep String filePath concode_elem_sep String description concode_elem_sep String source concode_elem_sep String message concode_elem_sep String resolution concode_elem_sep String helpLink concode_elem_sep ... |
State function ( int arg0 , Object arg1 ) { varValues [ arg0 ] = arg1 ; return this ; } | set the i th value to val . concode_field_sep Object varValues[] concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void clear concode_elem_sep String toString concode_elem_sep String toString concode_elem_sep String toString concode_elem_sep String toStringNoParentheses concode_elem_sep vo... |
String function ( ) { return this . extension ; } | access to the file extension corresponding to this format . concode_field_sep Type DEFAULT concode_elem_sep String extension concode_elem_sep int size concode_elem_sep FontSize DEFAULT concode_elem_sep String mimetype concode_elem_sep String command concode_field_sep int getSize concode_elem_sep String process concode_... |
SafeHtml function ( final ImageResource arg0 , final String arg1 ) { HeaderHTML loc0 = new HeaderHTML ( ) ; loc0 . setText ( arg1 ) ; loc0 . setImageResource ( arg0 ) ; return toSafeHtml ( loc0 . getElement ( ) . getString ( ) ) ; } | get a safehtml representation of the header that includes an image and some text . concode_field_sep PlaceHolder placeHolder concode_field_sep SafeHtml toSafeHtml concode_elem_sep HTML getHeaderHTML concode_elem_sep String getSelfURL concode_elem_sep String getHeader |
boolean function ( ) { return _eventQueue . peek ( ) == null ; } | tests if there are no more enqueued continuations to process . concode_field_sep int _maxEvents concode_elem_sep long totTime concode_elem_sep Logger _logger concode_elem_sep java.util.Queue<Runnable> _eventQueue concode_elem_sep int count concode_elem_sep int MAX_JOB_EVENTS concode_elem_sep ReferenceCountingService _p... |
boolean function ( ) { return axisOrientationEnabled ; } | indicates that the map types upports axis orientation changing . concode_field_sep String plotPointShape concode_elem_sep boolean enableDynamicValues concode_elem_sep boolean areaMapEnabled concode_elem_sep int CUSTOM_CHART_TYPE concode_elem_sep String xAxisTitle concode_elem_sep boolean barChartOrientationHorizontal c... |
void function ( java . io . ObjectInputStream arg0 ) { name = ( String ) arg0 . readObject ( ) ; ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; byte loc1 [ ] = new byte [ 1024 ] ; int loc2 = arg0 . read ( loc1 ) ; while ( loc2 >= 0 ) { loc0 . write ( loc1 , 0 , loc2 ) ; loc2 = arg0 . read ( loc1 ) ; } ima... | de-serialise an image . concode_field_sep byte image_data[] concode_elem_sep BufferedImage image concode_elem_sep String INTERNAL_ENCODING concode_elem_sep String name concode_elem_sep long serialVersionUID concode_field_sep void setName concode_elem_sep void writeImage concode_elem_sep byte[] getImageData concode_elem... |
ContentCryptoScheme function ( String arg0 ) { return fromCEKAlgo ( arg0 , false ) ; } | returns the content crypto scheme of the given content encryption algorithm . concode_field_sep ContentCryptoScheme AES_CTR concode_elem_sep long MAX_CBC_BYTES concode_elem_sep long MAX_GCM_BYTES concode_elem_sep ContentCryptoScheme AES_CBC concode_elem_sep long MAX_GCM_BLOCKS concode_elem_sep long MAX_CTR_BYTES concod... |
boolean function ( ) { return false ; } | retrieves whether this factory produces secure sockets . concode_field_sep HsqlSocketFactory sslImpl concode_elem_sep HsqlSocketFactory plainImpl concode_field_sep Socket createSocket concode_elem_sep Socket createSocket concode_elem_sep HsqlSocketFactory getPlainImpl concode_elem_sep HsqlSocketFactory newFactory conco... |
HazelcastInstance function ( ) { return SharedObjects . getHazelcastInstance ( ) ; } | returns the instance of hazelcast concode_field_sep PlaceHolder placeHolder concode_field_sep void checkAdministrator concode_elem_sep NodeInfo searchAvailableNodeInfo concode_elem_sep void checkAuthentication concode_elem_sep Member getMember concode_elem_sep Member getMember concode_elem_sep Member getMember concode_... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.