code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
Collection function ( Set arg0 ) { return Collections . EMPTY_SET ; } | by default , do n't exclude any objects from the copy operation . 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 concode_elem_sep Stri... |
String function ( String arg0 ) { return mProperties . get ( arg0 ) ; } | gets the property based on property name concode_field_sep KmlStyle mInlineStyle concode_elem_sep KmlGeometry mGeometry concode_elem_sep String mStyle concode_elem_sep HashMap<String,String> mProperties concode_field_sep String getStyleId concode_elem_sep Iterable getProperties concode_elem_sep KmlStyle getInlineStyle ... |
T function ( BusinessObject arg0 ) { return null ; } | returns the result of interpreting the object as an instance of ` business object ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep DesignPackage modelPackage concode_field_sep T caseAction concode_elem_sep T caseAbstractStatusValue concode_elem_sep T caseA... |
long function ( ) { if ( mMarkers . size ( ) == 0 ) { return 0 ; } long loc0 = mMarkers . get ( 0 ) . time ; long loc1 = mMarkers . get ( mMarkers . size ( ) - 1 ) . time ; return loc1 - loc0 ; } | returns the time difference between the first and last events in this log . concode_field_sep String TAG concode_elem_sep boolean ENABLED concode_elem_sep boolean mFinished concode_elem_sep String name concode_elem_sep boolean DEBUG concode_elem_sep List<Marker> mMarkers concode_elem_sep long thread concode_elem_sep lo... |
byte [ ] function ( byte [ ] arg0 , byte [ ] arg1 , int arg2 ) { byte [ ] loc0 ; byte [ ] loc1 = new byte [ arg2 ] ; Mac loc2 = Mac . getInstance ( "srini_string" ) ; SecretKeySpec loc3 = new SecretKeySpec ( arg1 , "srini_string" ) ; loc2 . init ( loc3 ) ; loc0 = loc2 . doFinal ( arg0 ) ; System . arraycopy ( loc0 , 0 ... | give the hash of given plain text concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] decryptWithKey concode_elem_sep byte[] encryptWithKey concode_elem_sep boolean compareBytes concode_elem_sep void decryptSymmetricKey concode_elem_sep String ValidateAndGetEncryptionAlgorithmName |
int function ( ) { return hashCode ( fileName ) ^ lineNumber ^ hashCode ( declaringClass ) ^ hashCode ( methodName ) ; } | returns the hashcode of this stacktraceelement . this implementation computes the hashcode by xor-ing the hashcode of all attributes except the native flag . concode_field_sep String fileName concode_elem_sep long serialVersionUID concode_elem_sep String methodName concode_elem_sep int lineNumber concode_elem_sep boole... |
BigInteger function ( BigInteger arg0 , int arg1 ) { BigInt loc0 = arg0 . getBigInt ( ) . copy ( ) ; loc0 . multiplyByPositiveInt ( arg1 ) ; return new BigInteger ( loc0 ) ; } | multiplies a number by a positive integer . concode_field_sep int[] fivePows concode_elem_sep BigInteger bigFivePows[] concode_elem_sep int[] tenPows concode_elem_sep BigInteger[] bigTenPows concode_field_sep BigInteger powerOf10 concode_elem_sep BigInteger multiplyByFivePow concode_elem_sep BigInteger multiplyByTenPow |
void function ( Reference arg0 ) { log . finest ( "srini_string" ) ; this . reference = arg0 ; } | set the reference instance . concode_field_sep Reference reference concode_elem_sep MultipleManagedConnectionFactory1 mcf concode_elem_sep Logger log concode_elem_sep ConnectionManager connectionManager concode_elem_sep long serialVersionUID concode_field_sep MultipleConnection1 getConnection concode_elem_sep Reference... |
long function ( long arg0 , long arg1 ) { return ( ( ( ( arg0 | H8_L ) - ( arg1 & ~ H8_L ) ) | arg0 ^ arg1 ) ^ ( arg0 | ~ arg1 ) ) & H8_L ; } | an unsigned bytewise smaller < 8 operator . this uses the following numbers of basic long operations : 3 or , 2 and , 2 xor , 1 minus , 1 not . concode_field_sep long L9_L concode_elem_sep long L16_L concode_elem_sep long H8_L concode_elem_sep long L8_L concode_elem_sep long H16_L concode_field_sep int select concode_e... |
IterableResourceLoader function ( final String arg0 , final JarFile arg1 ) { return new JarFileResourceLoader ( arg0 , arg1 ) ; } | create a jar-backed iterable resource loader . jar resource loaders do not have native library support . created classes have a code source with a jar : url ; nested jars are not supported . concode_field_sep boolean USE_INDEXES concode_elem_sep boolean WRITE_INDEXES concode_field_sep IterableResourceLoader createItera... |
boolean function ( ) { return lastKnownVersion != null ; } | returns true if the last version is not null , otherwise false . concode_field_sep Logger LOGGER concode_elem_sep MavenVersion upperBound concode_elem_sep String groupId concode_elem_sep String artifactId concode_elem_sep MavenVersion lowerBound concode_elem_sep String packaging concode_elem_sep PackageMaterialProperti... |
Class < ? > function ( Field arg0 , int arg1 , Map < Integer , Integer > arg2 ) { return ResolvableType . forField ( arg0 ) . getNested ( arg1 , arg2 ) . asMap ( ) . resolveGeneric ( 1 ) ; } | determine the generic value type of the given map field . concode_field_sep PlaceHolder placeHolder concode_field_sep Class<?> getCollectionReturnType concode_elem_sep Class<?> getCollectionReturnType concode_elem_sep Class<?> getMapValueParameterType concode_elem_sep Class<?> getMapKeyReturnType concode_elem_sep Class... |
List < Integer > function ( List < Integer > arg0 , Map < Integer , Set < Integer >> arg1 , double arg2 ) { List < Integer > loc0 = new ArrayList < Integer > ( ) ; for ( Integer loc1 : arg0 ) { Set < Integer > loc2 = arg1 . get ( loc1 ) ; if ( loc2 != null && loc2 . size ( ) >= arg2 ) { loc0 . add ( loc1 ) ; } } return... | make a copy of an itemset while removing some items that are infrequent with respect to a threshold minsup . concode_field_sep int id concode_elem_sep List<List<Integer>> itemsets concode_field_sep Sequence cloneSequenceMinusItems concode_elem_sep Sequence cloneSequenceMinusItems concode_elem_sep void print concode_ele... |
Builder function ( int arg0 ) { return perChunk ( VariableAmount . fixed ( arg0 ) ) ; } | sets the number of clusters to attempt to spawn per chunk , must be greater than zero . concode_field_sep PlaceHolder placeHolder concode_field_sep Builder blocksPerCluster concode_elem_sep Builder blocksPerCluster concode_elem_sep VariableAmount getClustersPerChunk concode_elem_sep void setClusterHeight concode_elem_s... |
Object function ( ) { return this . actualValue ; } | return the actual value of the field , i.e. the raw property value , or null if not available . concode_field_sep PropertyEditor editor concode_elem_sep String expression concode_elem_sep BindingResult bindingResult concode_elem_sep String[] errorCodes concode_elem_sep Object actualValue concode_elem_sep String path co... |
Collector < T , ? , T > function ( ) { return ( Collector ) ONLY_ELEMENT ; } | a collector that takes a stream containing exactly one element and returns that element . the returned collector throws an illegalargumentexception if the stream consists of two ormore elements , and a nosuchelementexception if the stream is empty . concode_field_sep Collector<Object,?,Optional<Object>> TO_OPTIONAL con... |
double function ( ) { double loc0 = 0.0 ; for ( int loc1 = 1 ; loc1 < sequence . length ; ++ loc1 ) { final double loc2 = sequence [ loc1 ] - sequence [ loc1 - 1 ] ; if ( loc2 > loc0 ) { loc0 = loc2 ; } } return loc0 ; } | returns the mesh of the interval partition , i.e. the maximum distance between two adjacent real numbers in the partition . concode_field_sep double[] sequence concode_field_sep IntervalPartition[] createArray concode_elem_sep IntervalPartition[] createArray concode_elem_sep int getCardinal concode_elem_sep double getM... |
void function ( boolean arg0 ) { this . m_Echo = arg0 ; } | setecho method sets the output echo state . concode_field_sep boolean m_Echo concode_elem_sep CommPort m_CommPort concode_elem_sep Logger logger concode_field_sep ModbusResponse readResponse concode_elem_sep ModbusRequest readRequest concode_elem_sep void readEcho concode_elem_sep void prepareStreams concode_elem_sep v... |
void function ( byte [ ] arg0 ) { write ( arg0 , 0 , arg0 . length ) ; } | writes the buffer to the output concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isOpen concode_elem_sep int read concode_elem_sep void flush concode_elem_sep byte[] getBuffer concode_elem_sep int getBufferPosition concode_elem_sep void close concode_elem_sep void consumeBuffer concode_elem_sep void ... |
void function ( EmailTemplateDTO arg0 ) { if ( arg0 != null ) { for ( int loc0 = 0 ; loc0 < templates . length ; loc0 ++ ) { EmailTemplateDTO loc1 = templates [ loc0 ] ; if ( arg0 . getName ( ) . equals ( loc1 . getName ( ) ) ) { templates [ loc0 ] = arg0 ; } } } } | this method is used to save the current displayed email template changes to the configuration object . concode_field_sep EmailTemplateDTO[] templates concode_elem_sep Map<String,String> emailTypes concode_field_sep Map<String,String> getEmailTypes concode_elem_sep EmailTemplateDTO getTemplate concode_elem_sep void setT... |
void function ( String arg0 , String arg1 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 ) ; } | 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 ( ) { if ( cveDB != null ) { try { cveDB . close ( ) ; cveDB = null ; properties = null ; } catch ( Throwable loc0 ) { LOGGER . trace ( "srini_string" , loc0 ) ; } } } | closes the cve and cpe data stores . concode_field_sep Logger LOGGER concode_elem_sep CveDB cveDB concode_elem_sep DatabaseProperties properties concode_field_sep void openDataStores concode_elem_sep DatabaseProperties getProperties concode_elem_sep CveDB getCveDB |
void function ( ) { String loc0 = QUOTES ; String loc1 = QUOTES + QUOTES ; String loc2 = TalendQuoteUtils . addQuotesIfNotExist ( loc0 , QUOTES ) ; Assert . assertTrue ( loc1 . equals ( loc2 ) ) ; } | case : addquotesifnotexist '' , '' expect : '' '' concode_field_sep String QUOTES_2 concode_elem_sep String QUOTES concode_field_sep void testAddQuotesIfNotExist_Case_7 concode_elem_sep void testAddQuotesIfNotExist_Case_8 concode_elem_sep void testAddQuotesIfNotExist_Case_9 concode_elem_sep void testAddQuotesIfNotExist... |
void function ( byte [ ] arg0 , int arg1 , int arg2 ) { arg0 [ arg1 ] = ( byte ) ( 0xff & arg2 ) ; arg0 [ arg1 + 1 ] = ( byte ) ( 0xff & ( arg2 >>> 8 ) ) ; arg0 [ arg1 + 2 ] = ( byte ) ( 0xff & ( arg2 >>> 16 ) ) ; arg0 [ arg1 + 3 ] = ( byte ) ( 0xff & ( arg2 >>> 24 ) ) ; } | writes a little-endian int . concode_field_sep PlaceHolder placeHolder concode_field_sep void writeHeader concode_elem_sep byte[] buildOggPageHeader concode_elem_sep int writeSpeexComment concode_elem_sep int writeOggPageHeader concode_elem_sep byte[] buildSpeexComment concode_elem_sep void writeLong concode_elem_sep v... |
boolean function ( DetailAST arg0 , int arg1 ) { return arg0 . getParent ( ) != null && arg0 . getParent ( ) . getType ( ) == TokenTypes . MODIFIERS && arg0 . getParent ( ) . getParent ( ) . getType ( ) == arg1 && getPrevSiblingSkipComments ( arg0 ) == null ; } | checks that block comment is on specified token with modifiers . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isOnAnnotationDef concode_elem_sep boolean isOnInterface concode_elem_sep DetailAST getPrevSiblingSkipComments concode_elem_sep boolean isOnTokenWithAnnotation concode_elem_sep boolean is... |
boolean function ( ETextWindow arg0 ) { return arg0 . isCPlusPlus ( ) ; } | returns true for c files , because only c programmers care about man pages . concode_field_sep Set knownManPages concode_field_sep String research |
boolean function ( Geometry arg0 ) { if ( ! baseGeom . getEnvelopeInternal ( ) . contains ( arg0 . getEnvelopeInternal ( ) ) ) return false ; return baseGeom . relate ( arg0 , "srini_string" ) ; } | default implementation . concode_field_sep Geometry baseGeom concode_elem_sep List representativePts concode_field_sep boolean coveredBy concode_elem_sep boolean intersects concode_elem_sep boolean within concode_elem_sep Geometry getGeometry concode_elem_sep boolean envelopesIntersect concode_elem_sep boolean crosses ... |
void function ( String arg0 ) { this . underlying = arg0 == null || arg0 . isEmpty ( ) ? "srini_string" : arg0 ; } | changes primary underlying symbol for options . example : `` c '' , '' / ygm9 '' concode_field_sep String product concode_elem_sep double strike concode_elem_sep Map<String,OptionChain<T>> chains concode_elem_sep OptionSeries<T> series concode_elem_sep String cfi concode_elem_sep String underlying concode_field_sep voi... |
Session function ( ) { return session ; } | gets the session value of session for this instance of messageproducerresources . concode_field_sep Session session concode_elem_sep MessageProducer messageProducer concode_elem_sep TransactionCommitStrategy commitStrategy concode_field_sep MessageProducer getMessageProducer concode_elem_sep TransactionCommitStrategy g... |
void function ( float arg0 ) { } | invoked when an offset value timing specifier is parsed . concode_field_sep TimingSpecifierHandler INSTANCE concode_field_sep void mediaMarker concode_elem_sep void syncbase concode_elem_sep void offset concode_elem_sep void accesskey concode_elem_sep void accessKeySVG12 concode_elem_sep void repeat concode_elem_sep vo... |
Boolean function ( ) { return isBackordered ; } | gets the value of the isbackordered property . concode_field_sep String skuGroup concode_elem_sep BigInteger productId concode_elem_sep BigDecimal costPrice concode_elem_sep Boolean isBackordered concode_elem_sep long serialVersionUID concode_elem_sep String sku concode_elem_sep String productName concode_field_sep voi... |
java . lang . String function ( ) { return serialNumber ; } | gets the serialnumber value for this patient . concode_field_sep java.lang.String emailAddress concode_elem_sep java.lang.String password concode_elem_sep Address[] address concode_elem_sep java.lang.String CSR concode_elem_sep java.lang.String facilityID concode_elem_sep java.lang.String serialNumber concode_elem_sep ... |
BeanDefinitionBuilder function ( Class < ? > arg0 , String arg1 ) { BeanDefinitionBuilder loc0 = new BeanDefinitionBuilder ( ) ; loc0 . beanDefinition = new RootBeanDefinition ( ) ; loc0 . beanDefinition . setBeanClass ( arg0 ) ; loc0 . beanDefinition . setFactoryMethodName ( arg1 ) ; return loc0 ; } | create a new beandefinitionbuilder used to construct a rootbeandefinition . concode_field_sep int constructorArgIndex concode_elem_sep AbstractBeanDefinition beanDefinition concode_field_sep BeanDefinitionBuilder addConstructorArgValue concode_elem_sep BeanDefinitionBuilder setAutowireMode concode_elem_sep BeanDefiniti... |
boolean function ( Object arg0 , Object arg1 ) { return arg0 == arg1 || ( arg0 != null && arg0 . equals ( arg1 ) ) ; } | returns true if two possibly-null objects are equal . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STRING_ARRAY concode_elem_sep Charset ISO_88... |
void function ( AbstractKerberosDescriptor arg0 ) { this . parent = arg0 ; } | sets the parent or container of this descriptor concode_field_sep String name concode_elem_sep AbstractKerberosDescriptor parent concode_elem_sep String descriptorName concode_elem_sep String descriptorPluralName concode_field_sep void setName concode_elem_sep AbstractKerberosDescriptor getDescriptor concode_elem_sep A... |
void function ( Font arg0 , String arg1 , int arg2 , int arg3 ) { drawString ( arg0 , arg1 , Alignment . LEFT , arg2 , arg3 , 0 , Color . white ) ; } | draw text left justified concode_field_sep int LEFT concode_elem_sep int RIGHT concode_elem_sep int JUSTIFY concode_elem_sep int CENTER concode_field_sep void drawCenter concode_elem_sep void drawCenter concode_elem_sep int drawJustifiedSpaceSeparatedSubstrings concode_elem_sep int calculateWidthOfJustifiedSpaceInPixel... |
void function ( long arg0 ) { physicalMemoryUsage = arg0 ; } | set the physical memory usage . concode_field_sep long cumulativeCpuUsage concode_elem_sep long heapUsage concode_elem_sep long virtualMemoryUsage concode_elem_sep long physicalMemoryUsage concode_field_sep long getVirtualMemoryUsage concode_elem_sep void setVirtualMemoryUsage concode_elem_sep long getPhysicalMemoryUsa... |
void function ( String arg0 , int arg1 , Table arg2 , String arg3 ) { } | call back function , when `` alter view '' definition is called concode_field_sep PlaceHolder placeHolder concode_field_sep void setColumnStats concode_elem_sep void loadMetadata concode_elem_sep void loadMetadata concode_elem_sep void setProperty concode_elem_sep void setProcedureDefinition concode_elem_sep void setIn... |
void function ( CertifiedRolesListType arg0 ) { this . certifiedRoles = arg0 ; } | sets the value of the certifiedroles property . concode_field_sep CertifiedRolesListType certifiedRoles concode_elem_sep ClaimedRolesListType claimedRoles concode_field_sep ClaimedRolesListType getClaimedRoles concode_elem_sep void setClaimedRoles concode_elem_sep CertifiedRolesListType getCertifiedRoles |
Long function ( ) { return oid ; } | gets the value of the oid property . concode_field_sep Long oid concode_field_sep void setOid |
void function ( ) { log . trace ( "srini_string" ) ; } | this method may be called by a deployment tool to validate the overall activation configuration information provided by the endpoint deployer . concode_field_sep Logger log concode_elem_sep ResourceAdapter ra concode_field_sep void setResourceAdapter concode_elem_sep ResourceAdapter getResourceAdapter |
boolean function ( File arg0 ) { return arg0 != null && arg0 . isFile ( ) && accept ( arg0 . getPath ( ) ) ; } | returns true if the input file can be handled . concode_field_sep String[] SVG_FILE_EXTENSIONS concode_elem_sep String[] SVG_MIME_TYPES concode_field_sep String[] getHandledMimeTypes concode_elem_sep void handle concode_elem_sep String[] getHandledExtensions concode_elem_sep String getDescription |
void function ( Set < ? > arg0 ) { this . converters = arg0 ; } | configure the set of custom converter objects that should be added . concode_field_sep boolean registerDefaultFormatters concode_elem_sep Set<?> formatters concode_elem_sep Set<FormatterRegistrar> formatterRegistrars concode_elem_sep Set<?> converters concode_elem_sep FormattingConversionService conversionService conco... |
boolean function ( ) { return mReactInstanceManager != null ; } | get whether this holder contains a reactinstancemanager instance , or not . i.e. if #getreactinstancemanager has been called at least once since this object was createdor #clear was called . concode_field_sep Application mApplication concode_elem_sep ReactInstanceManager mReactInstanceManager concode_field_sep ReactIns... |
String function ( ) { return DEFAULT_DIGEST_ALGORITHM ; } | the digest algorithm used if none is configured . concode_field_sep byte[] salt concode_elem_sep String DEFAULT_DIGEST_ALGORITHM concode_elem_sep int SALT_BYTES concode_elem_sep Charset UTF_8 concode_elem_sep int HASH_ROUNDS concode_elem_sep Logger log concode_elem_sep int RESEED_INTERVAL concode_elem_sep int SEED_BYTE... |
String function ( ) { return "srini_string" + width + "srini_string" + height + "srini_string" ; } | string representation of this object . concode_field_sep float width concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep void set concode_elem_sep void set concode_elem_sep float getWidth concode_elem_sep Dimension toDimension |
void function ( ) { Mrrel loc0 = new Mrrel ( ) ; loc0 . setCui1 ( "srini_string" ) ; loc0 . setCui2 ( "srini_string" ) ; assertTrue ( resolver . toProcess ( loc0 ) ) ; } | test process . concode_field_sep SelfReferencingAssocQualResolver resolver concode_field_sep void testNotNull concode_elem_sep void testDontProcess concode_elem_sep void setUp |
PreviewAgentsResult function ( String arg0 ) { setNextToken ( arg0 ) ; return this ; } | when a response is generated , if there is more data to be listed , this parameter is present in the response and contains the value to use for the nexttoken parameter in a subsequent pagination request . if there is no more data to be listed , this parameter is set to ` null ' . concode_field_sep String nextToken conc... |
int function ( int arg0 ) { checkRange ( arg0 ) ; return modes [ -- arg0 ] ; } | retrieves the designated parameter 's mode . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep boolean[] isIdentity concode_elem_sep String[] classNames concode_field_sep int getPa... |
long function ( ) { return hashKey ; } | return zobrish hash value for the current position . everything except the move counters are included in the hash value . concode_field_sep long hashKey concode_elem_sep boolean whiteMove concode_elem_sep int A8_CASTLE concode_elem_sep long[] castleHashKeys concode_elem_sep int[] squares concode_elem_sep long whiteHash... |
Throwable function ( Throwable arg0 ) { if ( arg0 == null ) { return null ; } Throwable loc0 = null ; Throwable loc1 = arg0 . getCause ( ) ; while ( loc1 != null && loc1 != loc0 ) { loc0 = loc1 ; loc1 = loc1 . getCause ( ) ; } return loc0 ; } | retrieve the innermost cause of the given exception , if any . concode_field_sep PlaceHolder placeHolder concode_field_sep String buildMessage concode_elem_sep Throwable getMostSpecificCause |
String function ( JSONTokener arg0 ) { } | get the next value . the value can be wrapped in quotes . the value can be empty . concode_field_sep PlaceHolder placeHolder concode_field_sep JSONObject rowToJSONObject concode_elem_sep JSONArray toJSONArray concode_elem_sep JSONArray toJSONArray concode_elem_sep JSONArray toJSONArray concode_elem_sep JSONArray toJSON... |
int function ( ) { return recentlyVisited . size ( ) ; } | get the number of recently visited links concode_field_sep String search concode_elem_sep List uniqueRecentlyVisited concode_elem_sep String defaultSpace concode_elem_sep String realm concode_elem_sep ViewBean viewBean concode_elem_sep String page concode_elem_sep List recentlyVisited concode_elem_sep Visit home concod... |
void function ( Long arg0 ) { this . inProgress = arg0 ; } | the number of instances that are in progress in the deployment . concode_field_sep Long inProgress concode_elem_sep Long pending concode_elem_sep Long failed concode_elem_sep Long succeeded concode_elem_sep Long skipped concode_field_sep void setSucceeded concode_elem_sep DeploymentOverview withFailed concode_elem_sep ... |
InetAddress function ( ) { return IoBridge . getSocketLocalAddress ( fd ) ; } | returns the local address to which the socket is bound . concode_field_sep int localPort concode_elem_sep FileDescriptor fd concode_field_sep void receive concode_elem_sep void disconnect concode_elem_sep int getLocalPort concode_elem_sep void setTTL concode_elem_sep int getTimeToLive concode_elem_sep void joinGroup co... |
String function ( ) { return getClass ( ) . getSimpleName ( ) + ( objectCounter ++ ) ; } | gets the name of the next variable which will be the objectname plus a unique number concode_field_sep String variableName concode_elem_sep int objectCounter concode_elem_sep JSObject jsObject concode_elem_sep IJavascriptRuntime runtime concode_elem_sep Map<JSObject,JavascriptObject> peerRegistry concode_field_sep Inte... |
String function ( ) { return stockCode ; } | this method was generated by mybatis generator . this method returns the value of the database column t_stock_var_ratio . stock_code concode_field_sep Double varRatio250 concode_elem_sep String stockCode concode_field_sep Double getVarRatio250 concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_s... |
void function ( int arg0 ) { Runtime . getRuntime ( ) . exit ( arg0 ) ; } | terminates the currently running java application . the argument serves as a status code ; by convention , a nonzero status code indicates abnormal termination . this method calls the exit method in class runtime . this method never returns normally . the call system.exit n is effectively equivalent to the call : runti... |
int function ( ) { Extension loc0 = getExtensionByOID ( "srini_string" ) ; if ( loc0 == null ) { return - 1 ; } BasicConstraints loc1 = loc0 . getBasicConstraintsValue ( ) ; if ( loc1 == null || ! loc1 . getCa ( ) ) { return - 1 ; } return loc1 . getPathLenConstraint ( ) ; } | returns the value of basic constraints extension oid = 2.5.29.19 . the asn .1 definition of basic constraints extension is : id-ce-basicconstraints object identifier : : = id-ce 19 basicconstraints : : = sequence ca boolean default false , pathlenconstraint integer 0 . . max optional as specified in rfc 3280 concode_fi... |
int function ( NodoOrdenado < T > arg0 , NodoOrdenado < T > arg1 ) { int loc0 = arg0 . comparar ( arg1 ) ; if ( ! isAscendente ( ) ) { loc0 = - loc0 ; } return loc0 ; } | metodo que compara dos nodos ordenados , verifica si la lista es ascendente o no , y en base a eso devuelve el orden de comparacion concode_field_sep NodoOrdenado<T> primero concode_elem_sep int longitud concode_elem_sep boolean ascendente concode_field_sep void print concode_elem_sep boolean isAscendente concode_elem_... |
void function ( final Article arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } final int loc0 = articles . indexOf ( arg0 ) ; if ( loc0 != - 1 ) { articleReducedPrices . remove ( loc0 ) ; articles . remove ( loc0 ) ; } } | removes the article from this advertising . concode_field_sep Date date concode_elem_sep String adNumber concode_elem_sep ArrayList articles concode_elem_sep ArrayList articleReducedPrices concode_elem_sep Customer customer concode_field_sep void addArticle concode_elem_sep Article getArticle concode_elem_sep double ge... |
void function ( ) { int loc0 = in . read ( buf , 0 , buf . length ) ; if ( loc0 == - 1 ) { throw new EOFException ( ) ; } pos = 0 ; end = loc0 ; } | reads new input data into the buffer . call only with pos == end or end == -1 , depending on the desired outcome if the function throws . concode_field_sep Charset charset concode_elem_sep byte[] buf concode_elem_sep InputStream in concode_elem_sep int pos concode_elem_sep byte LF concode_elem_sep byte CR concode_elem_... |
HorizontalHint function ( HorizontalAlign arg0 ) { return centerRelativeTo ( "srini_string" , arg0 , 0 ) ; } | centers the widget on part of the drawing area concode_field_sep HorizontalInfo positionLeft concode_elem_sep HorizontalInfo positionRight concode_elem_sep int width concode_elem_sep HorizontalInfo positionCenter concode_field_sep HorizontalHint alignLeftRelativeTo concode_elem_sep HorizontalHint alignLeftRelativeTo co... |
InetAddress function ( ) { return addr ; } | this method returns the address of the site that is requesting authentication . concode_field_sep String protocol concode_elem_sep Authenticator defaultAuthenticator concode_elem_sep String scheme concode_elem_sep int port concode_elem_sep String host concode_elem_sep InetAddress addr concode_elem_sep String prompt con... |
int function ( ) { return position ; } | gets the value of the position property . concode_field_sep String image concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep Langs langs concode_elem_sep String style concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String label concode_elem_sep Integer positio... |
String function ( ) { if ( failure != null ) { return failure . getType ( ) ; } return response . getType ( ) ; } | the type of the action . concode_field_sep String STATUS_FIELD concode_elem_sep String _ID concode_elem_sep String _TYPE concode_elem_sep String STATUS concode_elem_sep String opType concode_elem_sep String ID_FIELD concode_elem_sep String index concode_elem_sep Throwable cause concode_elem_sep String type concode_elem... |
void function ( java . util . Date arg0 ) { _location . setModifiedDate ( arg0 ) ; } | sets the modified date of this location . concode_field_sep Location _location concode_field_sep long getLocationId concode_elem_sep void setCountry concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.la... |
boolean function ( ) { try { return typeIter . hasNext ( ) ; } catch ( Exception loc0 ) { throw new DataFacadeException ( "srini_string" ) ; } } | documentation pending concode_field_sep Iterator typeIter concode_field_sep TypeFacade nextType |
Cursor function ( String arg0 ) { if ( GraphicsEnvironment . isHeadless ( ) ) throw new HeadlessException ( ) ; return null ; } | retrieves the system specific custom cursor named cursor names are , for example : `` invalid .16 x16 '' . concode_field_sep int PREDEFINED_COUNT concode_elem_sep int CROSSHAIR_CURSOR concode_elem_sep int W_RESIZE_CURSOR concode_elem_sep int SE_RESIZE_CURSOR concode_elem_sep int WAIT_CURSOR concode_elem_sep int SW_RESI... |
int function ( ) { return 0 ; } | returns 0 , indicating the default system timeout is to be used . concode_field_sep Log logger concode_field_sep void setLoginTimeout concode_elem_sep void setLogWriter concode_elem_sep boolean isWrapperFor concode_elem_sep Logger getParentLogger concode_elem_sep PrintWriter getLogWriter concode_elem_sep T unwrap |
String function ( ) { return messagePattern ; } | returns the message pattern . concode_field_sep String formattedMessage concode_elem_sep Object[] argArray concode_elem_sep String messagePattern concode_elem_sep Throwable throwable concode_elem_sep int HASHVAL concode_elem_sep Pattern MSG_PATTERN concode_elem_sep String[] stringArgs concode_elem_sep long serialVersio... |
int function ( int arg0 ) { if ( arg0 >= size ) throw new IndexOutOfBoundsException ( String . valueOf ( arg0 ) ) ; int [ ] loc0 = this . items ; int loc1 = loc0 [ arg0 ] ; size -- ; if ( ordered ) System . arraycopy ( loc0 , arg0 + 1 , loc0 , arg0 , size - arg0 ) ; else loc0 [ arg0 ] = loc0 [ size ] ; return loc1 ; } | removes and returns the item at the specified index . concode_field_sep boolean ordered concode_elem_sep int size concode_elem_sep int[] items concode_field_sep void add concode_elem_sep void set concode_elem_sep void shrink concode_elem_sep void clear concode_elem_sep void insert concode_elem_sep void sort concode_ele... |
java . util . Date function ( ) { return this . createdDate ; } | the date when the api was created , in iso 8601 format . concode_field_sep java.util.Date createdDate concode_elem_sep java.util.List<String> warnings concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_field_sep void setName concode_elem_sep String getName concode_elem_s... |
void function ( ) { this . ordinalKeys . clear ( ) ; this . keyValues . clear ( ) ; this . keyLocalizedLabels . clear ( ) ; this . localizedLabelKeys . clear ( ) ; } | clears all internal data structures . concode_field_sep Map<String,String> keyLocalizedLabels concode_elem_sep List<String> ordinalKeys concode_elem_sep Map<String,String> localizedLabelKeys concode_elem_sep Map<String,String> keyValues concode_field_sep void add concode_elem_sep int getOrdinal concode_elem_sep String ... |
long function ( ) { if ( this . count . compareAndSet ( Long . MAX_VALUE , 0 ) ) { return Long . MAX_VALUE ; } return this . count . getAndIncrement ( ) ; } | gets the next value . concode_field_sep int MIN_STRING_LENGTH concode_elem_sep int MAX_STRING_LENGTH concode_elem_sep AtomicLong count concode_field_sep String getNextNumberAsString concode_elem_sep int minLength concode_elem_sep long getNextLong concode_elem_sep int maxLength |
void function ( String arg0 ) { this . filename = arg0 ; } | sets the value of the filename property . concode_field_sep ContributorType contributor concode_elem_sep String filename concode_elem_sep BigInteger size concode_elem_sep String src concode_elem_sep String comment concode_elem_sep XMLGregorianCalendar timestamp concode_field_sep void setSrc concode_elem_sep BigInteger ... |
GetRetentionStatusResponse . ProcessTypes function ( ) { return processTypes ; } | gets the value of the processtypes property . concode_field_sep PhoneBucket bucket concode_elem_sep SegmentStatus segmentStatus concode_elem_sep RetentionOfferStatus retentionStatus concode_elem_sep List<ProcessType> processType concode_elem_sep GetRetentionStatusResponse.ProcessTypes processTypes concode_field_sep Pho... |
EmbeddedDatabaseBuilder function ( String ... arg0 ) { for ( String loc0 : arg0 ) { addScript ( loc0 ) ; } return this ; } | add multiple sql scripts to execute to initialize or populate the database . concode_field_sep EmbeddedDatabaseFactory databaseFactory concode_elem_sep ResourceDatabasePopulator databasePopulator concode_elem_sep ResourceLoader resourceLoader concode_field_sep EmbeddedDatabaseBuilder setName concode_elem_sep EmbeddedDa... |
long function ( ) { return evictionCount ; } | returns the number of times an entry has been evicted . this count does not include manual @linkplain cache #invalidate invalidations . concode_field_sep long totalLoadTime concode_elem_sep long evictionCount concode_elem_sep long hitCount concode_elem_sep long loadSuccessCount concode_elem_sep long missCount concode_e... |
void function ( String arg0 ) { closeFile ( ) ; this . file = arg0 ; } | set the name of the file to be used for the import concode_field_sep Importer importer concode_elem_sep DhcpMgr server concode_elem_sep String file concode_elem_sep int NET_OPS concode_elem_sep ExportHeader header concode_elem_sep int MACRO_OPS concode_elem_sep Object ref concode_elem_sep int OPTION_OPS concode_field_s... |
void function ( final E arg0 ) { Executor . execute ( new Runnable ( ) { @ Override public void run ( ) { Object loc0 = save ( arg0 ) ; EventBusUtil . post ( loc0 ) ; } } ) ; } | async and non-blocking save or update and posts the result in the bus concode_field_sep CacheStrategyFactory _cacheStrategyFactory concode_elem_sep Cache _cache concode_field_sep void resync concode_elem_sep E getById concode_elem_sep E getById concode_elem_sep List get concode_elem_sep int clear concode_elem_sep int c... |
byte [ ] function ( ) { return id . clone ( ) ; } | returns an array of bytes representing the value of the sql rowid designated by this java.sql.rowid object . concode_field_sep byte[] id concode_elem_sep int hash concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep Object id |
void function ( NameValueListType arg0 ) { this . otherFeatures = arg0 ; } | sets the value of the otherfeatures property . concode_field_sep NameValueListType features concode_elem_sep NameValueListType otherFeatures concode_field_sep void setFeatures concode_elem_sep NameValueListType getFeatures concode_elem_sep NameValueListType getOtherFeatures |
void function ( java . lang . Boolean arg0 ) { this . owns = arg0 ; } | sets the value of the owns property . concode_field_sep List<JAXBElement<? extends AbstractGeometryType>> abstractGeometry concode_elem_sep java.lang.Boolean owns concode_field_sep boolean isOwns concode_elem_sep List<JAXBElement<? extends AbstractGeometryType>> getAbstractGeometry |
void function ( String arg0 ) { this . loginFormUrl = arg0 ; } | the url where the usernamepasswordauthenticationfilter login page can be found . should either be relative to the web-app context path include a leading / or an absolute url . concode_field_sep String loginFormUrl concode_elem_sep boolean forceHttps concode_elem_sep boolean useForward concode_elem_sep Log logger concod... |
void function ( int arg0 ) { if ( myHost != null && arg0 != previousProgress ) { myHost . updateProgress ( arg0 ) ; } previousProgress = arg0 ; } | used to communicate a progress update between a plugin tool and the main whitebox user interface . 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 amI... |
String function ( ) { return location ; } | get the location of the service document concode_field_sep String password concode_elem_sep String onBehalfOf concode_elem_sep String location concode_elem_sep String IPAddress concode_elem_sep String username concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep void setUsername conco... |
String function ( ) { return longName ; } | get the field 's long name . concode_field_sep String name concode_elem_sep int width concode_elem_sep String units concode_elem_sep String type concode_elem_sep boolean payloadHeaderFlag concode_elem_sep String longName concode_field_sep boolean getPayloadHeaderFlag concode_elem_sep String getName concode_elem_sep voi... |
boolean function ( ) { return this . toggleAscendingOnProperty ; } | return whether to toggle the ascending flag if the same property gets set again that is , setproperty gets called with already set property name again . concode_field_sep String property concode_elem_sep boolean ascending concode_elem_sep boolean ignoreCase concode_elem_sep boolean toggleAscendingOnProperty concode_fie... |
Token function ( int arg0 ) { switch ( arg0 ) { default : return new Token ( ) ; } } | returns a new token object , by default . however , if you want , you can create and return subclass objects based on the value of ofkind . simply add the cases to the switch for all those special cases . for example , if you have a subclass of token called idtoken that you want to create if ofkind is id , simlpy add s... |
Factory . ClassDelegate function ( ) { return _databaseClassDelegate . get ( ) ; } | returns networktopologydiscovery 's class delegate . concode_field_sep AtomicReference<Factory.ClassDelegate> _databaseClassDelegate concode_elem_sep NetworkTopologyDiscovery _instance concode_field_sep void lockInetAddress concode_elem_sep boolean useInetAddress concode_elem_sep void unlockInetAddress concode_elem_sep... |
Object function ( String arg0 ) { if ( context != null ) return context . getBean ( arg0 ) ; else return null ; } | returns the spring bean , if any , with the given name . concode_field_sep ApplicationContext context concode_field_sep void setApplicationContext concode_elem_sep Map<String,T> mapBeansOfType concode_elem_sep List<T> listBeansOfType concode_elem_sep T getBeanByType concode_elem_sep ApplicationContext getContext |
String function ( ) { return rawReply ; } | getter for raw reply concode_field_sep String replyText concode_elem_sep String cvsId concode_elem_sep String rawReply concode_elem_sep String[] data concode_elem_sep String replyCode concode_field_sep String getReplyText concode_elem_sep String[] getReplyData concode_elem_sep void validateCode concode_elem_sep String ... |
String function ( ) { ToStringBuilder loc0 = new ToStringBuilder ( this ) ; loc0 . append ( "srini_string" , id ) ; loc0 . append ( "srini_string" , dlistId ) ; loc0 . append ( "srini_string" , position ) ; loc0 . append ( "srini_string" , oid ) ; loc0 . append ( "srini_string" , realSubject ) ; return loc0 . toString ... | return string representation . concode_field_sep Logger log concode_elem_sep Integer dlistId concode_elem_sep long serialVersionUID concode_elem_sep PBKey pbKey concode_elem_sep Integer id concode_elem_sep Identity oid concode_elem_sep int position concode_elem_sep Object realSubject concode_field_sep void prepareRealS... |
SharedSetStatus function ( ) { return status ; } | gets the value of the status property . concode_field_sep Integer memberCount concode_elem_sep Integer referenceCount concode_elem_sep String name concode_elem_sep Long sharedSetId concode_elem_sep SharedSetType type concode_elem_sep SharedSetStatus status concode_field_sep void setName concode_elem_sep Integer getRefe... |
String function ( String arg0 ) { Object loc0 = this . initializrService . loadServiceCapabilities ( arg0 ) ; if ( loc0 instanceof InitializrServiceMetadata ) { return generateHelp ( arg0 , ( InitializrServiceMetadata ) loc0 ) ; } return loc0 . toString ( ) ; } | generate a report for the specified service . the report contains the available capabilities as advertised by the root endpoint . concode_field_sep String NEW_LINE concode_elem_sep InitializrService initializrService concode_field_sep List<Dependency> getSortedDependencies concode_elem_sep void reportTags concode_elem_... |
boolean function ( String arg0 ) { boolean loc0 ; if ( ( testSaveLocationExists ( ) ) && ( ! arg0 . equals ( "srini_string" ) ) ) { File loc1 = Environment . getExternalStorageDirectory ( ) ; File loc2 = constructFilePaths ( loc1 . toString ( ) , arg0 ) ; loc0 = loc2 . exists ( ) ; } else { loc0 = false ; } return loc0... | determine if a file or directory exists . concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep long freeSpaceCalculation concode_elem_sep String getTempDirectoryPath |
org . omg . CORBA . Object function ( Policy [ ] arg0 , SetOverrideType arg1 ) { return delegate . set_policy_override ( this , arg0 , arg1 ) ; } | returns a new object with the new policies either replacing or extending the current policies , depending on the second parameter . concode_field_sep Delegate delegate concode_field_sep boolean _is_equivalent concode_elem_sep Request _create_request concode_elem_sep Request _create_request concode_elem_sep int _hash co... |
void function ( String arg0 ) { if ( mUrlList . contains ( arg0 ) ) { mUrlList . remove ( arg0 ) ; } else { Log . w ( TAG , "srini_string" + ( arg0 == null ? "srini_string" : arg0 . toString ( ) ) + "srini_string" ) ; } if ( allDownloadsComplete ( ) ) mLoadingProgressBar . get ( ) . setVisibility ( View . INVISIBLE ) ;... | remove a url that could n't be downloaded . concode_field_sep ArrayList<String> mUrlList concode_elem_sep int mNumImagesHandled concode_elem_sep WeakReference<ProgressBar> mLoadingProgressBar concode_elem_sep int mNumImagesToHandle concode_elem_sep WeakReference<EditText> mUrlEditText concode_elem_sep WeakReference<Mai... |
Object function ( ) { ByteArrayInputStream loc0 = null ; try { loc0 = new ByteArrayInputStream ( sealCipher . doFinal ( encryptedContent ) ) ; } catch ( IllegalStateException loc1 ) { throw new IOException ( "srini_string" ) ; } ObjectInputStream loc2 = new ObjectInputStream ( loc0 ) ; return loc2 . readObject ( ) ; } | unseal this object , returning it . concode_field_sep String sealAlg concode_elem_sep String paramsAlg concode_elem_sep byte[] encodedParams concode_elem_sep long serialVersionUID concode_elem_sep byte[] encryptedContent concode_elem_sep Cipher sealCipher concode_field_sep Object getObject concode_elem_sep Object getOb... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.