code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( ) { for ( Page loc0 : pages ) { loc0 . image . dispose ( ) ; } disposed = true ; } | disposes all resources , including pixmap instances for the pages created so far . these page pixmap instances are shared with any textureatlas generated or updated by either #generatetextureatlas texturefilter , texturefilter , boolean or #updatetextureatlas textureatlas , texturefilter , texturefilter , boolean . do ... |
boolean function ( ) { return ! postponedRoutes . isEmpty ( ) ; } | returns true if there is another postponed route to try . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_ele... |
void function ( java . lang . String arg0 ) { this . valueparam = arg0 ; } | sets the valueparam value for this nomevalor . concode_field_sep java.lang.String nameparam concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String valueparam concode_field_sep java.lang.Strin... |
void function ( ) { System . out . println ( "srini_string" ) ; int loc0 = 10 ; Cicak loc1 = new Cicak ( loc0 ) ; int loc2 = loc1 . getID ( ) ; assertTrue ( loc2 >= 0 ) ; } | test of getid method , of class cicak . concode_field_sep PlaceHolder placeHolder concode_field_sep void testIncrTime concode_elem_sep void testGetKekuatan concode_elem_sep void testGetChar concode_elem_sep void testGetPosisi |
List < ExtensionType > function ( ) { if ( extension == null ) { extension = new ArrayList < ExtensionType > ( ) ; } return this . extension ; } | gets the value of the extension 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 extension property . for example , to add a new item , d... |
void function ( FormField arg0 ) { synchronized ( fields ) { fields . add ( arg0 ) ; } } | adds a new field as part of the form . concode_field_sep List<Item> items concode_elem_sep List<FormField> fields concode_elem_sep ReportedData reportedData concode_elem_sep List<String> instructions concode_elem_sep String type concode_elem_sep String title concode_field_sep void setInstructions concode_elem_sep void ... |
T function ( String arg0 , Class < T > arg1 ) { return fromXML ( new ByteArrayInputStream ( arg0 . getBytes ( Consts . UTF_8 ) ) , arg1 ) ; } | xml2bean concode_field_sep ConcurrentHashMap<Class<?>,JAXBContext> jaxbContexts concode_elem_sep String XML_VERSION concode_elem_sep String ROOT_ELEMENT_XML concode_field_sep String map2xml concode_elem_sep String map2xml concode_elem_sep Map<String,String> xml2map concode_elem_sep String toXML concode_elem_sep void to... |
String [ ] function ( ) { String loc0 = System . getProperty ( "srini_string" ) ; String loc1 = System . getProperty ( "srini_string" , "srini_string" ) ; return loc0 . split ( Pattern . quote ( loc1 ) ) ; } | gets the class path from the system property `` java.class.path '' and splits it up into the individual elements . concode_field_sep ClassLoader classLoader concode_elem_sep String[] apkPaths concode_elem_sep String[] classPath concode_elem_sep ClassLoader CLASS_LOADER concode_elem_sep SimpleCache<String,ClassPathPacka... |
void function ( Date arg0 ) { _foo . setModifiedDate ( arg0 ) ; } | sets the modified date of this foo . concode_field_sep Foo _foo concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedMo... |
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } | returns the osgi service identifier . concode_field_sep ServiceTracker<JournalFolderService,JournalFolderService> _serviceTracker concode_field_sep com.liferay.journal.model.JournalFolder moveFolderFromTrash concode_elem_sep void deleteFolder concode_elem_sep void deleteFolder concode_elem_sep java.util.List<java.lang.... |
DescriptionBuilder function ( final String arg0 ) { final Property loc0 = findProperty ( arg0 ) ; if ( null != loc0 ) { properties . remove ( loc0 ) ; } return this ; } | remove a previously defined property by name concode_field_sep HashMap<String,String> mapping concode_elem_sep HashMap<String,String> fwkmapping concode_elem_sep String name concode_elem_sep String description concode_elem_sep String title concode_elem_sep ArrayList<Property> properties concode_field_sep DescriptionBui... |
String function ( ) { return "srini_string" ; } | this method should return a very brief but understandable description of the learning algorithm that is being used , appropriate for posting on the class website . concode_field_sep Random random concode_elem_sep DecisionTree[] forest concode_field_sep String author concode_elem_sep int predict concode_elem_sep void ma... |
String function ( ) { return "srini_string" ; } | used to retrieve the plugin tool 's name . this is a short , unique name containing no spaces . 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 amIAct... |
Vector function ( ) { double loc0 = this . mag ( ) ; if ( loc0 != 0 && loc0 != 1 ) { this . div ( loc0 ) ; } return this ; } | transform this vector to an unit vector by making it length 1 . concode_field_sep double x concode_elem_sep double y concode_elem_sep double z concode_field_sep Vector add concode_elem_sep Vector add concode_elem_sep Vector add concode_elem_sep Vector sub concode_elem_sep Vector sub concode_elem_sep Vector sub concode_... |
void function ( String arg0 ) { if ( DEBUG ) android . util . Log . v ( buildTag ( ) , buildMessage ( arg0 ) ) ; } | send a verbose log message . concode_field_sep boolean DEBUG concode_field_sep void d concode_elem_sep void d concode_elem_sep void e concode_elem_sep void e concode_elem_sep void e concode_elem_sep void e concode_elem_sep String buildTag concode_elem_sep void w concode_elem_sep void w concode_elem_sep void w concode_e... |
void function ( Object arg0 , String arg1 ) { checkNotNullInternal ( arg0 , true , arg1 , EMPTY_ARGUMENTS ) ; } | ensures that an object reference is not null , with an error message . concode_field_sep String EMPTY_ARGUMENTS concode_elem_sep boolean sStrictMode concode_field_sep boolean checkUiThreadInternal concode_elem_sep void checkState concode_elem_sep void checkState concode_elem_sep void checkState concode_elem_sep boolean... |
Function < Object , Y > function ( final Function < Object , Y > arg0 , final BinaryOperator < Y > arg1 , final Y arg2 ) { return new Function < Object , Y > ( ) { public Y apply ( Object arg3 ) { return arg1 . apply ( arg0 . apply ( arg3 ) , all ( everything ( arg0 , arg1 , arg2 ) , arg1 , arg2 ) . apply ( arg3 ) ) ; ... | apply a function to each and every sub-object in bottom-up manner . concode_field_sep PlaceHolder placeHolder concode_field_sep Function<Object,Y> orDefault concode_elem_sep Function<Object,Y> all concode_elem_sep Function<Object,Y> or |
void function ( ClarionObject arg0 , ClarionObject arg1 ) { throw new RuntimeException ( "srini_string" ) ; } | direct memory access 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_sep void untie concode_elem_... |
void function ( int arg0 ) { m_nParents = new int [ arg0 ] ; } | reserve memory for parent set concode_field_sep int[] m_nParents concode_elem_sep int m_nCardinalityOfParents concode_elem_sep int m_nNrOfParents concode_field_sep int GetNrOfParents concode_elem_sep int GetParent concode_elem_sep int GetCardinalityOfParents concode_elem_sep void DeleteLastParent concode_elem_sep void ... |
String function ( ) { return xsdFilename ; } | returns the name of the schema file . concode_field_sep boolean stopOnError concode_elem_sep boolean warningsFatal concode_elem_sep String xsdFilename concode_elem_sep ParserOptions DEFAULT concode_elem_sep boolean suppressOutput concode_field_sep boolean stopOnError concode_elem_sep boolean stopOnError concode_elem_se... |
String function ( ) { return this . level ; } | get the level of this log line concode_field_sep String user concode_elem_sep String level concode_elem_sep String action concode_elem_sep Date date concode_elem_sep String params concode_field_sep boolean isLevel concode_elem_sep boolean afterDate concode_elem_sep String getUser concode_elem_sep Date getDate concode_e... |
T function ( Class < T > arg0 , Exchange arg1 , ExecResult arg2 ) { InputStream loc0 = toInputStream ( arg2 ) ; if ( loc0 != null ) { return arg1 . getContext ( ) . getTypeConverter ( ) . convertTo ( arg0 , arg1 , loc0 ) ; } else { return ( T ) Void . TYPE ; } } | converts execresult to the type t. concode_field_sep Logger LOG concode_field_sep Document convertToDocument concode_elem_sep void resetIfByteArrayInputStream concode_elem_sep byte[] convertToByteArray concode_elem_sep InputStream convertToInputStream concode_elem_sep String convertToString concode_elem_sep InputStream... |
T function ( EClass arg0 , EObject arg1 ) { if ( arg0 . eContainer ( ) == modelPackage ) { return doSwitch ( arg0 . getClassifierID ( ) , arg1 ) ; } else { List < EClass > loc0 = arg0 . getESuperTypes ( ) ; return loc0 . isEmpty ( ) ? defaultCase ( arg1 ) : doSwitch ( loc0 . get ( 0 ) , arg1 ) ; } } | calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep RecordPackage modelPackage concode_field_sep T caseBPELExtensibleElement concode_elem_sep T caseIAttributeExtensible concode_elem_sep T caseWSDLElement concode_elem_sep T caseExtensionElement concod... |
Map < String , GuacamoleConfiguration > function ( ) { return configs ; } | returns a map of all stored guacamoleconfigurations associated with the username/password pair stored within this authorization , indexed by configuration name . concode_field_sep String password concode_elem_sep Encoding encoding concode_elem_sep Map<String,GuacamoleConfiguration> configs concode_elem_sep char HEX_CHA... |
boolean function ( Context arg0 , String arg1 , boolean arg2 ) { SharedPreferences loc0 = arg0 . getSharedPreferences ( PREFERENCE_NAME , Context . MODE_PRIVATE ) ; SharedPreferences . Editor loc1 = loc0 . edit ( ) ; loc1 . putBoolean ( arg1 , arg2 ) ; return loc1 . commit ( ) ; } | put boolean preferences concode_field_sep String PREFERENCE_NAME concode_field_sep long getLong concode_elem_sep long getLong concode_elem_sep boolean checkExist concode_elem_sep int getInt concode_elem_sep int getInt concode_elem_sep boolean putFloat concode_elem_sep void revomeKey concode_elem_sep boolean putInt conc... |
void function ( String arg0 ) { this . circle = arg0 ; } | setter method for circle 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_elem_sep String circle concode_elem... |
void function ( java . lang . String arg0 ) { actyTranAmt = arg0 ; } | insert the method 's description here . creation date : 4/30/2003 2:27:51 pm concode_field_sep String claimServDt concode_elem_sep String hcaBalance concode_elem_sep String actyTranAmt concode_elem_sep boolean checked concode_elem_sep String processDt concode_elem_sep String dcnNbr concode_elem_sep String actyProcDt co... |
Integer function ( ) { return integerValue ; } | get the integervalue . concode_field_sep int defaultValue concode_elem_sep String name concode_elem_sep int headerParam concode_elem_sep Boolean booleanValue concode_elem_sep Integer integerValue concode_elem_sep Short shortValue concode_elem_sep long serialVersionUID concode_elem_sep Double doubleValue concode_elem_se... |
void function ( ) { } | reset this transformer to its original configuration . concode_field_sep PlaceHolder placeHolder concode_field_sep String getOutputProperty concode_elem_sep void transform concode_elem_sep void setOutputProperties concode_elem_sep Properties getOutputProperties concode_elem_sep void setParameter concode_elem_sep void s... |
void function ( String arg0 ) { this . messageStructure = arg0 ; } | the message structure to use such as json concode_field_sep Integer proxyPort concode_elem_sep String amazonSNSEndpoint concode_elem_sep String secretKey concode_elem_sep String accessKey concode_elem_sep String subject concode_elem_sep String topicName concode_elem_sep String messageStructure concode_elem_sep String p... |
void function ( int arg0 ) { if ( arg0 < 1000 || arg0 > 255000 ) { throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; } settings . maxTimeNoAckSent = arg0 ; } | sets the maximum time in ms before confirming received messages that have not yet been acknowledged using an s format apdu . this timeout is called t2 by the standard . default is 10s , minimum is 1s , maximum is 255s . concode_field_sep SocketFactory socketFactory concode_elem_sep ConnectionSettings settings concode_f... |
void function ( String arg0 ) { this . description = arg0 ; } | set the description of this role . concode_field_sep String description concode_elem_sep String rolename concode_field_sep String getName concode_elem_sep String getRolename concode_elem_sep void setRolename concode_elem_sep UserDatabase getUserDatabase concode_elem_sep String getDescription |
List < OccurrenceIdType > function ( ) { if ( occurrences == null ) { occurrences = new ArrayList < OccurrenceIdType > ( ) ; } return occurrences ; } | gets the value of the occurrences property . concode_field_sep List<OccurrenceIdType> occurrences concode_elem_sep List<DeviceIdType> devices concode_elem_sep List<ClassType> classes concode_elem_sep List<Element> any concode_elem_sep String value concode_elem_sep AllDevicesType allDevices concode_field_sep AllDevicesT... |
String function ( ) { return "srini_string" + getId ( ) ; } | get the string representation of this item concode_field_sep T id concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep T getId concode_elem_sep int compareTo |
String function ( Node arg0 ) { return arg0 . getNetworkLocation ( ) + PATH_SEPARATOR_STR + arg0 . getName ( ) ; } | get the path of a node concode_field_sep Node parent concode_elem_sep String ROOT concode_elem_sep int level concode_elem_sep String PATH_SEPARATOR_STR concode_elem_sep String name concode_elem_sep char PATH_SEPARATOR concode_elem_sep String location concode_field_sep int getLevel concode_elem_sep String getNetworkLoca... |
BigInteger function ( ) { if ( degrees . isEmpty ( ) ) return BigInteger . ONE . negate ( ) ; return degrees . first ( ) ; } | returns the degree of the highest term or -1 otherwise . concode_field_sep CRCPolynomial ONE concode_elem_sep CRCPolynomial X concode_elem_sep BigInteger Q concode_elem_sep TreeSet<BigInteger> degrees concode_field_sep int compare concode_elem_sep CRCPolynomial mod concode_elem_sep CRCPolynomial gcd concode_elem_sep Bi... |
void function ( String arg0 ) { addInfoMessage ( null , arg0 ) ; } | add information message . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getJsfEl concod... |
String function ( ) { return nodeId ; } | returns the id for the leafnode where this item was published . concode_field_sep Logger log concode_elem_sep LeafNode node concode_elem_sep Element payload concode_elem_sep String payloadXML concode_elem_sep int POOL_SIZE concode_elem_sep JID publisher concode_elem_sep String id concode_elem_sep long serialVersionUID ... |
int function ( Object arg0 , Object arg1 ) { ICompletionProposal loc0 = ( ICompletionProposal ) arg0 ; ICompletionProposal loc1 = ( ICompletionProposal ) arg1 ; return compare ( loc0 , loc1 ) ; } | this method delegates to #compare icompletionproposal , icompletionproposal and maybe removed if the class is ever converted to extend comparator < icompletionproposal > . concode_field_sep PlaceHolder placeHolder concode_field_sep void endSorting concode_elem_sep void beginSorting |
void function ( ) { try { SignatureConfiguration loc0 = createFromFile ( "srini_string" ) ; assertEquals ( "srini_string" , loc0 . getKeystoreAlias ( ) ) ; assertNull ( loc0 . enableRevocationCheck ( ) ) ; } catch ( Exception loc0 ) { fail ( ) ; } } | test of minimal configuration for validation concode_field_sep PlaceHolder placeHolder concode_field_sep void testMinimalConfig2 concode_elem_sep void testMissingAliasConfig concode_elem_sep SignatureConfiguration createFromFile concode_elem_sep void testCompleteConfig1 concode_elem_sep void testCompleteConfig2 |
Double function ( ) { return this . estimatedPercentMonthlySavings ; } | the estimated percentage of savings that might be realized if the recommended actions are taken . concode_field_sep Double estimatedMonthlySavings concode_elem_sep Double estimatedPercentMonthlySavings concode_field_sep void setEstimatedPercentMonthlySavings concode_elem_sep int hashCode concode_elem_sep boolean equals... |
HttpRequestBuilder function ( String arg0 , String arg1 ) { validate ( ) ; httpRequest . setHeader ( HttpRequestHeader . Authorization , "srini_string" + Base64Coder . encodeString ( arg0 + "srini_string" + arg1 ) ) ; return this ; } | sets the authorization header via the base64 encoded username and password . concode_field_sep Json json concode_elem_sep String baseUrl concode_elem_sep int defaultTimeout concode_elem_sep HttpRequest httpRequest concode_field_sep HttpRequestBuilder formEncodedContent concode_elem_sep HttpRequestBuilder method concode... |
BeanFactory function ( ) { return this . beanFactory ; } | return the beanfactory that this targetsourcecreators runs in . concode_field_sep ConfigurableBeanFactory beanFactory concode_elem_sep Log logger concode_elem_sep Map<String,DefaultListableBeanFactory> internalBeanFactories concode_field_sep DefaultListableBeanFactory getInternalBeanFactoryForBean concode_elem_sep Targ... |
String function ( ) { return country ; } | gets the value of the country property . concode_field_sep String date concode_elem_sep String country concode_elem_sep String last concode_elem_sep String city concode_elem_sep String title concode_elem_sep String type concode_elem_sep List<DbReferenceType> dbReference concode_elem_sep String volume concode_elem_sep S... |
void function ( int arg0 ) { if ( arg0 <= 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } m_degreesOfFreedom = arg0 ; } | sets the degrees of freedom if calibration is required . concode_field_sep int m_degreesOfFreedom concode_elem_sep Stats differencesStats concode_elem_sep Stats yStats concode_elem_sep double correlation concode_elem_sep int differencesSignificance concode_elem_sep double sigLevel concode_elem_sep double count concode_... |
char [ ] function ( ) { return trustStorePwd ; } | gets trust store password . concode_field_sep char[] trustStorePwd concode_elem_sep String keyStoreType concode_elem_sep char[] keyStorePwd concode_elem_sep String trustStoreType concode_elem_sep long serialVersionUID concode_elem_sep String DFLT_SSL_PROTOCOL concode_elem_sep X509Certificate[] CERTS concode_elem_sep St... |
MethodOutcome function ( @ ResourceParam Patient arg0 ) { validateResource ( arg0 ) ; long loc0 = myNextId ++ ; addNewVersion ( arg0 , loc0 ) ; return new MethodOutcome ( new IdDt ( loc0 ) ) ; } | the '' @create '' annotation indicates that this method implements `` create = type '' , which adds a new instance of a resource to the server . concode_field_sep Map<Long,Deque<Patient>> myIdToPatientVersions concode_elem_sep long myNextId concode_field_sep void addNewVersion concode_elem_sep List<Patient> findPatient... |
void function ( java . lang . String arg0 ) { _recentLayoutRevision . setUserUuid ( arg0 ) ; } | sets the user uuid of this recent layout revision . concode_field_sep RecentLayoutRevision _recentLayoutRevision concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_... |
int function ( ) { return major ; } | get major version number . concode_field_sep int major concode_elem_sep int minor concode_elem_sep long serialVersionUID concode_field_sep int getMinor concode_elem_sep Version parseVersion concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean isSatisfied concode_elem_sep String toStrin... |
ResourceProviderOperationDisplayProperties function ( String arg0 ) { this . publisher = arg0 ; return this ; } | set the publisher value . concode_field_sep String provider concode_elem_sep String resource concode_elem_sep String publisher concode_elem_sep String description concode_elem_sep String operation concode_field_sep ResourceProviderOperationDisplayProperties withProvider concode_elem_sep String provider concode_elem_sep... |
ValueBuilder function ( ) { Expression loc0 = new SimpleExpression ( "srini_string" ) ; return new ValueBuilder ( loc0 ) ; } | returns a predicate and value builder for the exception stacktrace on an exchange concode_field_sep PlaceHolder placeHolder concode_field_sep ValueBuilder faultBodyAs concode_elem_sep ValueBuilder constant concode_elem_sep ValueBuilder sendTo concode_elem_sep ValueBuilder systemProperty concode_elem_sep ValueBuilder sy... |
String function ( String arg0 ) { return CONTROL_CHAR_ESCAPER . escape ( arg0 ) ; } | replace control characters with visible strings . concode_field_sep Escaper KEY_ESCAPER concode_elem_sep Escaper CONTROL_CHAR_ESCAPER concode_elem_sep Joiner NEWLINE_JOINER concode_field_sep String replaceAllLiteral concode_elem_sep String toPythonStyleFunctionName concode_elem_sep String combineKeys concode_elem_sep S... |
void function ( int arg0 ) { this . xLeft = arg0 ; } | sets the xleft position of the activity concode_field_sep int yTop concode_elem_sep int xLeft concode_field_sep int getXLeft concode_elem_sep int getYTop concode_elem_sep void setYTop |
AlgorithmParameterGenerator function ( String arg0 , String arg1 ) { if ( arg1 == null || arg1 . isEmpty ( ) ) { throw new IllegalArgumentException ( ) ; } Provider loc0 = Security . getProvider ( arg1 ) ; if ( loc0 == null ) { throw new NoSuchProviderException ( arg1 ) ; } return getInstance ( arg0 , loc0 ) ; } | returns a new instance of algorithmparametergenerator from thespecified provider for the specified algorithm . concode_field_sep SecureRandom randm concode_elem_sep Engine engine concode_elem_sep Provider provider concode_elem_sep String SERVICE concode_elem_sep AlgorithmParameterGeneratorSpi spiImpl concode_elem_sep S... |
void function ( ) { LookupPaintScale loc0 = new LookupPaintScale ( 1.0 , 2.0 , Color . red ) ; assertEquals ( 1.0 , loc0 . getLowerBound ( ) , EPSILON ) ; assertEquals ( 2.0 , loc0 . getUpperBound ( ) , EPSILON ) ; assertEquals ( Color . red , loc0 . getDefaultPaint ( ) ) ; } | some checks for the other constructor . concode_field_sep double EPSILON concode_field_sep void testConstructor1 concode_elem_sep void testGeneral concode_elem_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals |
void function ( boolean arg0 ) { this . generateEntities = arg0 ; } | sets the flag that controls whether or not chart entities are generated . concode_field_sep double translateY concode_elem_sep double translateX concode_elem_sep boolean generateEntities concode_field_sep boolean getGenerateEntities concode_elem_sep double getTranslateY concode_elem_sep double getTranslateX concode_ele... |
void function ( byte [ ] arg0 ) { this . g = arg0 ; } | define el valor de la propiedad g. concode_field_sep byte[] p concode_elem_sep byte[] q concode_elem_sep byte[] seed concode_elem_sep byte[] g concode_elem_sep byte[] pgenCounter concode_elem_sep byte[] y concode_elem_sep byte[] j concode_field_sep byte[] getG concode_elem_sep void setY concode_elem_sep byte[] getSeed ... |
java . lang . String function ( ) { return _vdocLogger . getContent ( ) ; } | returns the content of this vdoc logger . concode_field_sep vdocLogger _vdocLogger concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setContent concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep vdocLogger getWrappedvdocLogger concode_elem_sep boolean isCache... |
L3ModificationInstruction function ( IpAddress arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; return new ModIPInstruction ( L3SubType . IP_DST , arg0 ) ; } | creates a l3 dst modification . concode_field_sep PortNumber port concode_field_sep L2ModificationInstruction modL2Dst concode_elem_sep L2ModificationInstruction modL2Src concode_elem_sep L3ModificationInstruction modL3Src concode_elem_sep Instruction popMpls concode_elem_sep L2ModificationInstruction modVlanPcp concod... |
void function ( BeanNameGenerator arg0 ) { this . beanNameGenerator = ( arg0 != null ? arg0 : new AnnotationBeanNameGenerator ( ) ) ; } | set the beannamegenerator to use for detected bean classes . the default is a annotationbeannamegenerator . concode_field_sep BeanDefinitionRegistry registry concode_elem_sep ConditionEvaluator conditionEvaluator concode_elem_sep ScopeMetadataResolver scopeMetadataResolver concode_elem_sep BeanNameGenerator beanNameGen... |
ItemType function ( String arg0 ) { ItemType [ ] loc0 = getSearchResults ( ) ; ItemType loc1 ; for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) { loc1 = loc0 [ loc2 ] ; if ( arg0 . equals ( loc1 . getItemID ( ) ) ) { return loc1 ; } } return null ; } | method to retrieve a single itemtype with a matching itemid concode_field_sep String INITIAL_PRICE concode_elem_sep String IMAGE concode_elem_sep String BID_COUNT concode_elem_sep String CURRENCY concode_elem_sep ItemType[] itemList concode_elem_sep Log log concode_elem_sep String SELLER concode_elem_sep String DATE_FO... |
String function ( ) { return this . toString ; } | return an identifying description for this cache operation . returned value is produced by calling builder #getoperationdescription during object construction . this method is used in #hashcode and #equals . concode_field_sep Set<String> cacheNames concode_elem_sep String key concode_elem_sep Set<String> cacheNames con... |
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_INFO , arg1 , arg1 ) ) ; } | add information message to a specific client . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep S... |
String function ( ) { return resourcePath ; } | method to get the resource path . concode_field_sep long tagID concode_elem_sep String resourcePath concode_elem_sep long taggedTime concode_elem_sep String tagName concode_elem_sep String taggedUserName concode_field_sep Long getTagID concode_elem_sep void setTagName concode_elem_sep void setResourcePath concode_elem_... |
List < String > function ( ) { if ( given == null ) { given = new ArrayList < String > ( ) ; } return this . given ; } | gets the value of the given 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 given property . for example , to add a new item , do as fol... |
void function ( final byte [ ] arg0 ) { try ( final InputStream loc0 = new ByteArrayInputStream ( arg0 ) ) { assertContentEquals ( loc0 ) ; } } | asserts that the content of this flowfile is the same as the content of the given byte array concode_field_sep boolean penalized concode_elem_sep long creationTime concode_elem_sep byte[] data concode_elem_sep long entryDate concode_elem_sep Set<String> lineageIdentifiers concode_elem_sep long id concode_elem_sep Map<S... |
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 , arg2 ) ; } | verbose 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 s... |
void function ( SessionListener arg0 ) { listeners . remove ( arg0 ) ; } | removes a listener from the collection concode_field_sep Wagon wagon concode_elem_sep Set<SessionListener> listeners concode_field_sep void fireSessionConnectionRefused concode_elem_sep void fireSessionLoggedOff concode_elem_sep void fireSessionDisconnecting concode_elem_sep void fireSessionOpened concode_elem_sep void... |
void function ( ) { ConstructorInstance . inaccessible ( this . worker . getClazz ( ) ) ; } | private constructor test . concode_field_sep JavaBeanTesterWorker<T,E> worker concode_field_sep JavaBeanTesterBuilder<T,E> checkEquals concode_elem_sep JavaBeanTesterBuilder<T,E> checkEquals concode_elem_sep void test concode_elem_sep JavaBeanTesterBuilder<T,E> loadData concode_elem_sep JavaBeanTesterBuilder<T,E> loadD... |
void function ( DropTargetDragEvent arg0 ) { } | called when a drag operation is ongoing , while the mouse pointer is still over the operable part of the drop site for the droptarget registered with this listener . concode_field_sep PlaceHolder placeHolder concode_field_sep void dragEnter concode_elem_sep void dropActionChanged concode_elem_sep void dragExit |
void function ( int arg0 ) { this . x = arg0 ; } | set the x coordinate . concode_field_sep int x concode_elem_sep int y concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep void add concode_elem_sep void sub concode_elem_sep void sub concode_elem_sep void scaleAdd concode_elem_sep void scaleAdd concode_elem_sep void setY concode_elem_sep ... |
boolean function ( ) { return readOnly ; } | test whether this section is read-only . concode_field_sep int numPages concode_elem_sep int headerLength concode_elem_sep Coff coff concode_elem_sep int contentOffset concode_elem_sep OpenFile file concode_elem_sep int size concode_elem_sep char dbgCoffSection concode_elem_sep String name concode_elem_sep boolean init... |
OdaDataSetHandle function ( String arg0 , String arg1 ) { return getDesignElementFactory ( ) . newOdaDataSet ( arg0 , arg1 ) ; } | new oda data set handle concode_field_sep PlaceHolder placeHolder concode_field_sep String convertToGUIString concode_elem_sep void log concode_elem_sep DataSetHandle findDataSet concode_elem_sep ModuleHandle getReportModuleHandle concode_elem_sep String getColumnExpression concode_elem_sep OdaDataSourceHandle newOdaDa... |
void function ( T arg0 , SessionSerializer arg1 ) { set ( SessionKey . ofType ( arg0 ) , arg0 , arg1 ) ; } | sets the value for the type , using the runtime type of the value . concode_field_sep PlaceHolder placeHolder concode_field_sep JavaSessionSerializer getJavaSerializer concode_elem_sep boolean isDirty concode_elem_sep Optional<T> get concode_elem_sep Optional<T> get concode_elem_sep Optional<?> get concode_elem_sep Opt... |
void function ( String arg0 ) { long loc0 = System . nanoTime ( ) - start ; System . err . println ( arg0 + "srini_string" + nf . format ( ( ( double ) loc0 ) / SECOND_DIVISOR ) + "srini_string" ) ; this . start ( ) ; } | print the timing done message with elapsed time in x.y seconds . restart the timer too . concode_field_sep long startTime concode_elem_sep long MILLISECONDS_TO_SECONDS concode_elem_sep long MILLISECOND_DIVISOR concode_elem_sep long start concode_elem_sep NumberFormat nf concode_elem_sep long SECOND_DIVISOR concode_fiel... |
boolean function ( ) { while ( hasDemand ( ) ) { DataBuffer loc0 = read ( ) ; if ( loc0 != null ) { BackpressureUtils . getAndSub ( this . demand , 1L ) ; this . subscriber . onNext ( loc0 ) ; } else { return true ; } } return false ; } | reads and publishes data buffers from the input . continues till either there is no more demand , or till there is no more data to be read . concode_field_sep Subscriber<? super DataBuffer> subscriber concode_elem_sep Log logger concode_elem_sep AtomicReference<State> state concode_elem_sep AbstractRequestBodyPublisher... |
ResultMatcher function ( final String arg0 , final Object arg1 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg2 ) throws Exception { assertEquals ( "srini_string" , arg1 , arg2 . getFlashMap ( ) . get ( arg0 ) ) ; } } ; } | assert a flash attribute 's value . concode_field_sep PlaceHolder placeHolder concode_field_sep ResultMatcher attributeCount concode_elem_sep ResultMatcher attributeExists |
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... |
List < ExpressRouteCircuitRoutesTable > function ( ) { return this . value ; } | get the value value . concode_field_sep List<ExpressRouteCircuitRoutesTable> value concode_elem_sep String nextLink concode_field_sep ExpressRouteCircuitsRoutesTableListResultInner withNextLink concode_elem_sep ExpressRouteCircuitsRoutesTableListResultInner withValue concode_elem_sep String nextLink |
void function ( String arg0 ) { this . clsdate = arg0 == null ? null : arg0 . trim ( ) ; } | this method was generated by mybatis generator . this method sets the value of the database column haiercard.cdtact.clsdate concode_field_sep String pkid concode_elem_sep BigDecimal actaccm concode_elem_sep String lstdate concode_elem_sep BigDecimal actbal concode_elem_sep String name concode_elem_sep String opendate c... |
void function ( ValueCallback < Boolean > arg0 ) { try { nativeRemoveSessionCookies ( CookieCallback . convert ( arg0 ) ) ; } catch ( IllegalStateException loc0 ) { throw new IllegalStateException ( "srini_string" ) ; } } | remove all session cookies , the cookies without an expiration date . the value of the callback is true iff at least one cookie was removed . concode_field_sep Handler mHandler concode_elem_sep ValueCallback<T> mCallback concode_field_sep boolean allowFileSchemeCookies concode_elem_sep CookieCallback<T> convert concode... |
int function ( ) { return length ; } | returns number of items in this list . concode_field_sep Node next concode_elem_sep Node head concode_elem_sep int length concode_elem_sep Object value concode_field_sep Object get concode_elem_sep Object get concode_elem_sep void insert concode_elem_sep String toString |
void function ( String arg0 ) { this . rowUpdateDate = arg0 ; } | sets the value of the rowupdatedate property . concode_field_sep String rowUpdateDate concode_elem_sep String docDueDate concode_elem_sep String issueState concode_elem_sep String idTypeCd concode_elem_sep String idRequirementCd concode_elem_sep String requirementPriorityCd concode_elem_sep String idNumber concode_elem... |
T function ( Student arg0 ) { return null ; } | returns the result of interpreting the object as an instance of ` student ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep AssociationoverridePackage modelPackage concode_field_sep T doSwitch concode_elem_sep T doSwitch concode_elem_sep T doSwitch concode_... |
boolean function ( SensorType arg0 ) { return NativeMethods . hasSensor ( getHandle ( ) , arg0 . toNative ( ) ) ; } | this function checks to see if one of the specific sensor types defined in sensortype is available on this device . this allows an application to , for example , query for the presence of a depth sensor , or color sensor . concode_field_sep PlaybackControl mPlaybackControl concode_elem_sep long mDeviceHandle concode_fi... |
void function ( ) { map = new int [ defaultCapacity / 32 ] ; capacity = defaultCapacity ; } | resets to blank with original capacity concode_field_sep int defaultCapacity concode_elem_sep int[] map concode_elem_sep int capacity concode_field_sep void doubleCapacity concode_elem_sep int set concode_elem_sep int set concode_elem_sep boolean isSet concode_elem_sep boolean isSet concode_elem_sep int get concode_ele... |
void function ( Integer arg0 ) { this . minute = arg0 ; } | sets the minute of hour for this time instance . concode_field_sep Integer hour concode_elem_sep long serialVersionUID concode_elem_sep int TIME_TOKEN_MAX_LENGTH concode_elem_sep int TIME_TOKEN_MIN_LENGTH concode_elem_sep Integer minute concode_field_sep Time valueOf concode_elem_sep String timeStr concode_elem_sep int... |
void function ( ) { boolean loc0 = false ; try { contextInformationManager . removeBinding ( this ) ; loc0 = true ; } catch ( AndesException loc1 ) { isEventComplete . setException ( loc1 ) ; } finally { isEventComplete . set ( loc0 ) ; } } | perform binding removal concode_field_sep AndesContextInformationManager contextInformationManager concode_elem_sep Log log concode_elem_sep SettableFuture<Boolean> isEventComplete concode_elem_sep QueueInfo boundedQueue concode_elem_sep EventType eventType concode_elem_sep String boundMessageRouterName concode_elem_se... |
String function ( ) { return this . message ; } | returns the optional message for this event concode_field_sep byte TYPE_QUERY concode_elem_sep String hostName concode_elem_sep byte TYPE_OBJECT_CREATION concode_elem_sep String catalog concode_elem_sep int catalogIndex concode_elem_sep String durationUnits concode_elem_sep byte TYPE_EXECUTE concode_elem_sep byte event... |
ListOnPremisesInstancesResult function ( String ... arg0 ) { if ( this . instanceNames == null ) { setInstanceNames ( new com . amazonaws . internal . SdkInternalList < String > ( arg0 . length ) ) ; } for ( String loc0 : arg0 ) { this . instanceNames . add ( loc0 ) ; } return this ; } | the list of matching on-premises instance names . note : this method appends the values to the existing list if any . use #setinstancenames java.util.collection or #withinstancenames java.util.collection if you want to overridethe existing values . concode_field_sep com.amazonaws.internal.SdkInternalList<String> instan... |
boolean function ( ) { return N == 0 ; } | is the priority queue empty ? concode_field_sep int[] pq concode_elem_sep int NMAX concode_elem_sep Key[] keys concode_elem_sep IndexMinPQ<Key> copy concode_elem_sep int N concode_elem_sep int[] qp concode_field_sep Integer next concode_elem_sep int delMin concode_elem_sep Key keyOf concode_elem_sep void sink concode_e... |
List < StyleHandler > function ( ) { return GeoServerExtensions . extensions ( StyleHandler . class ) ; } | returns all registered style handlers . concode_field_sep StyleFactory styleFactory concode_elem_sep Logger LOGGER concode_field_sep StyleHandler handler concode_elem_sep String string concode_elem_sep Style style concode_elem_sep StyledLayerDescriptor sld |
Thread function ( long arg0 ) { return start ( Thread . currentThread ( ) , arg0 ) ; } | start monitoring the current thread . concode_field_sep Thread thread concode_elem_sep long timeout concode_field_sep void stop concode_elem_sep void run |
String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; toString ( loc0 , 0 , this ) ; return ( loc0 . toString ( ) ) ; } | return a string representation of this treenode . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep String getName... |
boolean function ( FileSystem arg0 , AlluxioURI arg1 ) { return FileSystemUtils . waitCompleted ( arg0 , arg1 , - 1 , TimeUnit . MILLISECONDS ) ; } | shortcut for waitcompleted fs , uri , -1 , timeunit.milliseconds , i.e. , wait for an indefinite amount of time . note that if a file is never completed , the thread will block forever , so use with care . concode_field_sep Logger LOG concode_field_sep List<AlluxioURI> checkConsistency concode_elem_sep void persistFile |
void function ( String arg0 ) { this . outFile = new ExifInterface ( arg0 ) ; } | the file after it has been compressed concode_field_sep String gpsDateStamp concode_elem_sep String gpsLatitudeRef concode_elem_sep String gpsLongitude concode_elem_sep String gpsLatitude concode_elem_sep String whiteBalance concode_elem_sep String orientation concode_elem_sep String model concode_elem_sep String focal... |
List < Parameter > function ( ) { return unmodifiableList ( parameters ) ; } | list of parameters passed to factory method . ie . ` public matcher < ... &ht; > blah this , and , that ' concode_field_sep String factoryMethod concode_elem_sep List<String> exceptions concode_elem_sep String javaDoc concode_elem_sep String matcherClass concode_elem_sep List<Parameter> parameters concode_elem_sep Stri... |
String function ( ) { if ( ! isMyWorkspace ( ) ) { curSite = getContextId ( ) ; } if ( privacyManager . isViewable ( curSite , getUserId ( ) ) ) { checkboxText = getMessageBundleString ( HIDE ) ; } else { checkboxText = getMessageBundleString ( SHOW ) ; } return checkboxText ; } | returns text currently displayed on checkbox concode_field_sep String SHOW_ME concode_elem_sep String SET_HIDE_ALL_STRING concode_elem_sep String changeAllMsg concode_elem_sep Logger LOG concode_elem_sep String privacyStatus concode_elem_sep PrivacyManager privacyManager concode_elem_sep String checkboxText concode_ele... |
void function ( IUpdateListener arg0 ) { listeners . remove ( arg0 ) ; } | removes a listener concode_field_sep String elementId concode_elem_sep List<IUpdateListener> listeners concode_elem_sep Map<String,IUpdater> updaters concode_field_sep void onError concode_elem_sep void updated concode_elem_sep void onResponseReceived concode_elem_sep void registerListener |
BasicOCSPResp function ( final String arg0 ) { final byte [ ] loc0 = Base64 . decodeBase64 ( arg0 ) ; final OCSPResp loc1 = new OCSPResp ( loc0 ) ; final BasicOCSPResp loc2 = ( BasicOCSPResp ) loc1 . getResponseObject ( ) ; return loc2 ; } | this method loads an ocsp response from the given base 64 encoded string . concode_field_sep JcaDigestCalculatorProviderBuilder jcaDigestCalculatorProviderBuilder concode_field_sep CertificateID getOCSPCertificateID concode_elem_sep boolean isTokenIn concode_elem_sep OCSPResp fromBasicToResp concode_elem_sep OCSPResp f... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.