code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( Predicate < Void > arg0 , String arg1 ) { AssertWithBackoff . assertTrue ( arg0 , getTimeoutMs ( ) , arg1 , getLogger ( ) , getBackoffFactor ( ) , getMaxSleepMs ( ) ) ; }
performs a check for a condition with a back-off . primary use of this is when a tests needs for something asynchronous to happen , say a service to start . concode_field_sep Function<Void,T> actual concode_elem_sep Logger log concode_elem_sep Optional<Long> maxSleepMs concode_elem_sep Optional<Double> backoffFactor co...
String function ( String arg0 ) { StringBuilder loc0 = new StringBuilder ( arg0 ) ; int loc1 = 0 ; while ( ( loc1 = loc0 . indexOf ( "srini_string" , loc1 ) ) != - 1 ) { loc0 . replace ( loc1 , loc1 + 1 , "srini_string" ) ; loc1 += 3 ; } return loc0 . toString ( ) ; }
replaces all of the spaces ' ' in a uri string with ' % 20 ' concode_field_sep File cacheFolder concode_elem_sep String baseURL concode_elem_sep Logger logger concode_field_sep OutputStream getStreamForWriting concode_elem_sep File urlToCacheFile concode_elem_sep InputStream getStreamToResource concode_elem_sep boolean...
void function ( final boolean arg0 ) { SecurityManager loc0 = System . getSecurityManager ( ) ; if ( loc0 != null ) { loc0 . checkPermission ( new PropertyPermission ( DO_RSA_BLINDING , "srini_string" ) ) ; } instance ( ) . doRSABlinding = arg0 ; props . put ( DO_RSA_BLINDING , String . valueOf ( arg0 ) ) ; }
a convenience method to set the global property fo adding a blinding operation when executing the rsa decryption primitive . concode_field_sep String TRUE concode_elem_sep String PROPERTIES_FILE concode_elem_sep String DO_RSA_BLINDING concode_elem_sep HashMap props concode_elem_sep String CHECK_WEAK_KEYS concode_elem_s...
String function ( ) { return requestUrl ; }
gets the url the request needs to be sent to . concode_field_sep String method concode_elem_sep String requestUrl concode_elem_sep Map<String,String> headers concode_elem_sep String contentType concode_field_sep void setMethod concode_elem_sep InputStream getMessagePayload concode_elem_sep Map<String,String> getAllHead...
String function ( ) { return tooltip ; }
return the value of the tooltip property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_s...
void function ( boolean arg0 ) { this . wrapToCaching = arg0 ; }
by default , tokenstream s that are not of the type cachingtokenfilter are wrapped in a cachingtokenfilter toensure an efficient reset - if you are already using a different caching tokenstream impl and you do n't want it to be wrapped , set this tofalse . note that term-vector based tokenstreams are detected and wo n'...
void function ( int arg0 ) { levels . get ( -- levelCount ) . clean ( arg0 ) ; }
informs this collector that the current scope was closed . concode_field_sep AnalyzeStack analyzeStack concode_elem_sep Map<Entry,Integer> running concode_elem_sep Set<K> nonactives concode_elem_sep List<Level> levels concode_elem_sep Set<Entry> actives concode_elem_sep int levelCount concode_elem_sep RangedCollection<...
List < Element > function ( ) { if ( anies == null ) { anies = new ArrayList < Element > ( ) ; } return this . anies ; }
gets the value of the anies 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 anies property . for example , to add a new item , do as fol...
boolean function ( View arg0 , View arg1 ) { if ( arg0 == arg1 ) return true ; if ( arg0 . size ( ) != arg1 . size ( ) ) return false ; Address [ ] [ ] loc0 = loc0 ( arg0 , arg1 ) ; return loc0 [ 0 ] . length == 0 && loc0 [ 1 ] . length == 0 ; }
checks if two views have the same members regardless of order . e.g. a , b , c and b , a , c returns true concode_field_sep boolean suppress_view_size concode_elem_sep ViewId view_id concode_elem_sep Address[] members concode_field_sep int serializedSize concode_elem_sep void readFrom concode_elem_sep boolean deepEqual...
void function ( StatementPortal arg0 ) { portals . add ( arg0 ) ; }
associates an statementportal withwith odbcpreparedstatement . concode_field_sep List portals concode_elem_sep Session session concode_elem_sep String query concode_elem_sep Result ackResult concode_elem_sep String handle concode_elem_sep Map containingMap concode_field_sep void close
long function ( ) { return id ; }
returns the id . concode_field_sep List xxs concode_elem_sep X x concode_elem_sep Y y concode_elem_sep Long id concode_field_sep void setY concode_elem_sep X getX concode_elem_sep Y getY concode_elem_sep void setXxs concode_elem_sep void setX concode_elem_sep List getXxs concode_elem_sep void setId concode_elem_sep voi...
void function ( String arg0 ) { this . transactionName = arg0 ; }
specify the name of the transaction , if any . default is none . a specified name will be passed on to the transaction manager , allowing to identify the transaction in a transaction monitor . concode_field_sep TransactionDelegate transactionDelegate concode_elem_sep Log logger concode_elem_sep XAResource xaResource co...
void function ( Closeable arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( RuntimeException loc0 ) { throw loc0 ; } catch ( Exception loc0 ) { } } }
closes closeable , ignoring any checked exceptions . does nothing if closeable is null . 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_AR...
void function ( ObjectName arg0 ) { }
called when an mbean is unregistered under the given objectname . allows subclasses to perform additional processing when an mbean is unregistered . the default implementation is empty . can be overridden in subclasses . concode_field_sep int REGISTRATION_FAIL_ON_EXISTING concode_elem_sep int REGISTRATION_IGNORE_EXISTI...
void function ( Integer arg0 ) { this . totalResultSetSize = arg0 ; }
sets the value of the totalresultsetsize property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<AudienceSegment> results concode_field_sep Integer getStartIndex concode_elem_sep void setStartIndex concode_elem_sep List<AudienceSegment> getResults concode_elem_s...
Object function ( ObjectIdentifier arg0 ) { try { Object loc0 = getAttribute ( arg0 ) . getValue ( ) ; return loc0 ; } catch ( NullPointerException loc0 ) { throw new IOException ( "srini_string" + arg0 ) ; } }
get an attribute value by oid . concode_field_sep boolean ignoreUnsupportedAttributes concode_elem_sep byte[] derEncoding concode_elem_sep Hashtable<ObjectIdentifier,PKCS9Attribute> attributes concode_elem_sep Hashtable<ObjectIdentifier,ObjectIdentifier> permittedAttributes concode_field_sep void encode concode_elem_se...
List < String > function ( ) { return getParameterValues ( IMAGE_PARAMETER ) ; }
returns a list of all image mimetypes declared as supported within the tunnel request . concode_field_sep String VIDEO_PARAMETER concode_elem_sep String AUTH_TOKEN_PARAMETER concode_elem_sep String AUDIO_PARAMETER concode_elem_sep String IDENTIFIER_PARAMETER concode_elem_sep String AUTH_PROVIDER_IDENTIFIER_PARAMETER co...
OverrideCopyOperation function ( CopyOperation arg0 ) { return null ; }
by default , do n't provide any copy override behaviour . 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 String getNa...
InjectionSource function ( final ServiceName arg0 , Value < ClassLoader > arg1 , boolean arg2 ) { return new ViewBindingInjectionSource ( arg0 ) ; }
create the injection source concode_field_sep int BRIDGE concode_elem_sep Deque<ViewConfigurator> configurators concode_elem_sep ImmediateInterceptorFactory CLIENT_DISPATCHER_INTERCEPTOR_FACTORY concode_elem_sep boolean useWriteReplace concode_elem_sep DefaultConfigurator INSTANCE concode_elem_sep String viewClassName ...
void function ( ) { }
override this method to make some concrete quick and harmless native call . this avoids lazy-loading some phones lg use when we call loadlibrary . if there 's a problem we 'll face an unsupportedlinkerror when first using the feature instead of here . this check force a check right when intended . this way clients of t...
String function ( ) { return key ; }
gets the value of the key property . concode_field_sep String value concode_elem_sep String key concode_field_sep String getValue concode_elem_sep void setValue concode_elem_sep KeyValueType create concode_elem_sep void setKey
void function ( ActionEvent arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; Map loc1 = loc0 . getExternalContext ( ) . getRequestParameterMap ( ) ; selectedIncludePath = ( String ) loc1 . get ( "srini_string" ) ; }
action listener for the changes the selected content path in the facelets version of component showcase . concode_field_sep String selectedIncludePath concode_field_sep String getSelectedIncludePath concode_elem_sep void setSelectedIncludePath
Iterator function ( ) { return classes . keySet ( ) . iterator ( ) ; }
returns an iterator of all class names in the class pool . concode_field_sep Map classes concode_field_sep Clazz getClass concode_elem_sep int size concode_elem_sep void classesAcceptAlphabetically concode_elem_sep void removeClass concode_elem_sep void clear concode_elem_sep void classAccept concode_elem_sep void clas...
String function ( ) { return cookieDomain ; }
returns domain attribute of the cookie . concode_field_sep String cookieDomain concode_elem_sep Date cookieExpiryDate concode_elem_sep int cookieVersion concode_elem_sep String name concode_elem_sep boolean isSecure concode_elem_sep String cookiePath concode_elem_sep String value concode_elem_sep long serialVersionUID ...
Builder function ( ) { centerCrop = false ; return this ; }
clear the center crop transformation flag , if set . concode_field_sep boolean centerInside concode_elem_sep float rotationPivotY concode_elem_sep float rotationPivotX concode_elem_sep int resourceId concode_elem_sep int targetHeight concode_elem_sep boolean hasRotationPivot concode_elem_sep List<Transformation> transf...
String function ( ) { return id ; }
gets the timezone id used to identify this time zone . concode_field_sep TimeZoneBean parent concode_elem_sep boolean useDaylightTime concode_elem_sep String id concode_elem_sep String dislayName concode_elem_sep boolean inDaylightTime concode_field_sep String getUseDaylightTime concode_elem_sep String getDisplayName c...
void function ( boolean arg0 ) { this . stopOnFirstFailure = arg0 ; }
indicates that remaining targets should be skipped once a target breaks/fails . this will be set when -- nokeep_going or -- notest_keep_going is set . concode_field_sep boolean catastrophe concode_elem_sep BuildConfigurationCollection configurations concode_elem_sep boolean stopOnFirstFailure concode_elem_sep long star...
void function ( final Archive < ? > arg0 , final String arg1 ) { final ServerDeploymentHelper loc0 = new ServerDeploymentHelper ( client ) ; loc0 . deploy ( arg1 , arg0 . as ( ZipExporter . class ) . exportAsInputStream ( ) ) ; }
deploys the archive to the running server . concode_field_sep ServerController container concode_elem_sep String DEPLOYMENT_NAME concode_elem_sep PathElement SUBSYSTEM_PATH concode_elem_sep PathAddress SUBSYSTEM_ADDRESS concode_elem_sep ModelControllerClient client concode_field_sep String resolveRelativePath concode_e...
String function ( int arg0 ) { char [ ] loc0 = new char [ 5 ] ; if ( arg0 < 0 ) { loc0 [ 0 ] = '-' ; arg0 = - arg0 ; } else { loc0 [ 0 ] = '+' ; } for ( int loc1 = 0 ; loc1 < 4 ; loc1 ++ ) { loc0 [ 4 - loc1 ] = Character . forDigit ( arg0 & 0x0f , 16 ) ; arg0 >>= 4 ; } return new String ( loc0 ) ; }
formats an int as a 2-byte signed hex value . concode_field_sep PlaceHolder placeHolder concode_field_sep String uNibble concode_elem_sep String s4 concode_elem_sep String u8 concode_elem_sep String s8 concode_elem_sep String dump concode_elem_sep String u1 concode_elem_sep String u2 concode_elem_sep String u2or4 conco...
void function ( ServletContextAttributeEvent arg0 ) { log ( "srini_string" + arg0 . getName ( ) + "srini_string" + arg0 . getValue ( ) + "srini_string" ) ; }
record the fact that a servlet context attribute was added . concode_field_sep ServletContext context concode_field_sep void log concode_elem_sep void contextInitialized concode_elem_sep void attributeReplaced concode_elem_sep void contextDestroyed concode_elem_sep void attributeRemoved
ChartEditor function ( JFreeChart arg0 ) { return factory . createEditor ( arg0 ) ; }
returns a component that can be used to edit the given chart . concode_field_sep ChartEditorFactory factory concode_field_sep ChartEditorFactory getChartEditorFactory concode_elem_sep void setChartEditorFactory
void function ( int arg0 ) { _diaphuong . setDiaphuong_id ( arg0 ) ; }
sets the diaphuong_id of this diaphuong . concode_field_sep diaphuong _diaphuong concode_field_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge concode_elem_sep boolean get...
void function ( final org . opennms . netmgt . config . vmware . vijava . Rrd arg0 ) { this . _rrd = arg0 ; }
sets the value of field ` rrd ' . the field ` rrd ' has the following description : rrd parms concode_field_sep java.lang.String _name concode_elem_sep org.opennms.netmgt.config.vmware.vijava.Rrd _rrd concode_elem_sep java.util.List<org.opennms.netmgt.config.vmware.vijava.VmwareGroup> _vmwareGroupList concode_field_sep...
void function ( ) { trimToSize ( 0 ) ; }
clear the cache , calling #entryevicted on each removed entry . concode_field_sep int maxSize concode_elem_sep LinkedHashMap<K,V> map concode_field_sep void trimToSize concode_elem_sep V get concode_elem_sep V create concode_elem_sep void entryEvicted concode_elem_sep V put concode_elem_sep Map<K,V> snapshot
boolean function ( DateSpan arg0 ) { return ( contains ( arg0 . getStart ( ) ) && contains ( arg0 . getEnd ( ) ) ) ; }
returns true if this datespan contains the specified datespan . concode_field_sep long _end concode_elem_sep long _start concode_field_sep DateSpan add concode_elem_sep DateSpan add concode_elem_sep long getStart concode_elem_sep boolean intersects concode_elem_sep boolean intersects concode_elem_sep int hashCode conco...
long function ( ) { return RecoveryManager . getCoordsByGlobalTID ( ) . size ( ) - getPendingTransactionCount ( ) ; }
return the number of transactions that are active currently . concode_field_sep Object lkCommits concode_elem_sep long lSampleEndTime concode_elem_sep int iPending concode_elem_sep Object lkRecCommits concode_elem_sep int iUAborts concode_elem_sep Object lkRecAborts concode_elem_sep Object lkAborts concode_elem_sep lon...
boolean function ( ) { return itemInitialized ; }
returns initialization state of bound item . concode_field_sep DecimalType DECIMAL_ONE concode_elem_sep Map<String,String> options concode_elem_sep boolean itemInitialized concode_field_sep String optionsAsString concode_elem_sep State booleanToState concode_elem_sep SatelCommand buildRefreshCommand concode_elem_sep bo...
void function ( Class arg0 ) { addTest ( new TestSuite ( arg0 ) ) ; }
adds the tests from the given class to the suite concode_field_sep String fName concode_elem_sep Vector fTests concode_field_sep void setName concode_elem_sep int testCount concode_elem_sep String getName concode_elem_sep void addTestMethod concode_elem_sep void run concode_elem_sep boolean isTestMethod concode_elem_se...
List < Class > function ( Class arg0 ) { ArrayList < Class > loc0 = new ArrayList < Class > ( ) ; while ( arg0 != Object . class && ! arg0 . isInterface ( ) ) { loc0 . add ( arg0 ) ; arg0 = arg0 . getSuperclass ( ) ; } return Lists . reverse ( loc0 ) ; }
return class hierarchy , except object . concode_field_sep Map<Type,Set<Field>> allPublicFields concode_elem_sep Map<Type,Set<Method>> allPublicMethods concode_elem_sep Map<Type,List<Annotation>> allAnnotations concode_field_sep Set<Method> getAllPublicMethods concode_elem_sep List<Annotation> getAllAnnotationsList con...
void function ( Callback [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { WSPasswordCallback loc1 = ( WSPasswordCallback ) arg0 [ loc0 ] ; String loc2 = passwords . get ( loc1 . getIdentifier ( ) ) ; if ( loc2 != null ) { loc1 . setPassword ( loc2 ) ; return ; } } throw new IOException ( ) ; }
here , we attempt to get the password from the private alias/passwords map . concode_field_sep Map<String,String> passwords concode_field_sep void setAliasPassword
void function ( java . lang . String arg0 ) { this . configuration = arg0 ; }
sets the configuration value for this wsserviceputconfiguration . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String configuration concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String jndiName concode_fiel...
boolean function ( ) { return Modifier . isStatic ( method . getModifiers ( ) ) ; }
return true if the method includes the static modifier . concode_field_sep java.lang.reflect.Method method concode_field_sep boolean isAccessible concode_elem_sep String getName concode_elem_sep void setAccessible concode_elem_sep boolean isAnnotationPresent concode_elem_sep boolean isVarArgs concode_elem_sep boolean i...
String function ( ) { return statementName ; }
getter for the name of the statement concode_field_sep String jdbcTypeName concode_elem_sep String statementName concode_elem_sep TypeHandler typeHandler concode_elem_sep String errorString concode_elem_sep int jdbcType concode_elem_sep String propertyName concode_elem_sep String nestedResultMapName concode_elem_sep in...
boolean function ( ) { return valueType == 2 || ( valueType == 16 && ( subType == 2 || subType == 6 ) ) ; }
checks if the homematic valuetype is a boolean . concode_field_sep Integer subType concode_elem_sep Number minValue concode_elem_sep Number maxValue concode_elem_sep Integer valueType concode_elem_sep String name concode_elem_sep boolean writeable concode_elem_sep Object value concode_elem_sep String[] valueList concod...
void function ( String [ ] arg0 ) { double [ ] loc0 = new double [ 0 ] ; double loc1 = mean ( loc0 ) ; System . out . println ( loc1 + "srini_string" + Double . isNaN ( loc1 ) ) ; for ( int loc2 = 0 ; loc2 < 3 ; loc2 ++ ) { double [ ] loc3 = new double [ loc2 ] ; System . out . println ( mean ( loc3 ) + "srini_string" ...
runs through some utils using the functions defined in this class . concode_field_sep PlaceHolder placeHolder concode_field_sep double[] v2a concode_elem_sep double max concode_elem_sep void analyse concode_elem_sep void analyse concode_elem_sep String rmsString concode_elem_sep double stderr concode_elem_sep double co...
ContainsResult function ( BytesRef arg0 ) { int loc0 = hashFunction . loc0 ( arg0 ) ; if ( loc0 < 0 ) { loc0 = loc0 * - 1 ; } return mayContainValue ( loc0 ) ; }
the main method required for a bloom filter which , given a value determines set membership . unlike a conventional set , the fuzzy set returns no or maybe rather than true or false . concode_field_sep FixedBitSet filter concode_elem_sep HashFunction hashFunction concode_elem_sep int bloomSize concode_elem_sep int usab...
void function ( ChartChangeEvent arg0 ) { this . flag = true ; }
event handler . concode_field_sep boolean flag concode_elem_sep JFreeChart chart concode_field_sep JFreeChart createChart concode_elem_sep void testReplaceDataset concode_elem_sep void setUp concode_elem_sep void testDrawWithNullInfo concode_elem_sep void testSetSeriesToolTipGenerator
String function ( ) { return timeUnit ; }
returns the distance unit e.g. `` sec '' , `` msec '' . concode_field_sep int LOG2 concode_elem_sep int UNCALIBRATED_OD concode_elem_sep double frameInterval concode_elem_sep boolean loop concode_elem_sep int CUSTOM concode_elem_sep String units concode_elem_sep double xOrigin concode_elem_sep String valueUnit concode_...
void function ( long arg0 ) { this . totalSize = arg0 ; }
sets the total size of this pagination 's complete set . concode_field_sep long totalSize concode_elem_sep java.lang.Object[] data concode_elem_sep long serialVersionUID concode_field_sep void setData concode_elem_sep long getTotalSize concode_elem_sep java.lang.Object[] getData
void function ( ) { prepareStateTest ( ) ; state . setName ( null ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_STATE_WITHOUT_NAME ) ; }
a regular state must have a name . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_fie...
K function ( Buffer arg0 , int arg1 , K arg2 ) { throw new RuntimeException ( ) ; }
returns the sort key for the element at the given index and reuse the input key if possible . the default implementation ignores the reuse parameter and invokes getkey buffer , int . if you want to override this method , you must implement newkey . concode_field_sep PlaceHolder placeHolder concode_field_sep K newKey co...
int function ( ) { int loc0 = loc0 ( ) ; int loc1 = 0 ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { char loc3 = charAt ( loc2 ) ; loc1 = 31 * loc1 + loc3 ; } return loc1 ; }
should be the same hash as that of a string representing the same sequence of characters . this hash code is _ not _ cached for now . it should be trivial to subclass and implement if really needed . concode_field_sep int MAX_USHORT_LESS_ONE concode_elem_sep int MAX_USHORT concode_elem_sep int packedIndexCache concode_...
int function ( ) { return m_literals . size ( ) ; }
give the number of literals in this set . concode_field_sep int m_counter concode_elem_sep Literal m_lastLiteral concode_elem_sep int m_numInstances concode_elem_sep ArrayList m_literals concode_elem_sep long serialVersionUID concode_elem_sep ArrayList m_counterInstances concode_elem_sep int m_type concode_field_sep in...
ArrayType function ( DataType arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return new ArrayType ( arg0 , true ) ; }
creates an arraytype by specifying the data type of elements elementtype . the field of containsnull is set to true . concode_field_sep DataType StringType concode_elem_sep DataType BinaryType concode_elem_sep DataType TimestampType concode_elem_sep DataType LongType concode_elem_sep DataType DoubleType concode_elem_se...
String function ( ) { return m_subType ; }
access the subtype . concode_field_sep Log M_log concode_elem_sep String m_id concode_elem_sep String m_container concode_elem_sep boolean m_setAlready concode_elem_sep EntityProducer m_service concode_elem_sep UserDirectoryService userDirectoryService concode_elem_sep String m_type concode_elem_sep String m_context co...
Stopwatch function ( ) { return new Stopwatch ( ) ; }
creates but does not start a new stopwatch using system #nanotime as its time source . concode_field_sep Ticker ticker concode_elem_sep long elapsedNanos concode_elem_sep boolean isRunning concode_elem_sep long startTick concode_field_sep long elapsed concode_elem_sep String abbreviate concode_elem_sep long elapsedNano...
void function ( java . lang . String arg0 ) { this . currency = arg0 ; }
sets the currency value for this vendorcreditapply . concode_field_sep java.lang.Double amount concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Boolean apply concode_elem_sep java.lang.Long line concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String type conco...
void function ( String arg0 ) { Assert . hasText ( arg0 , "srini_string" ) ; this . cookieName = arg0 ; }
set the name of the cookie to use for the session id . by default set to `` session '' . concode_field_sep Duration cookieMaxAge concode_elem_sep String cookieName concode_field_sep Duration getCookieMaxAge concode_elem_sep List<String> resolveSessionIds concode_elem_sep String getCookieName concode_elem_sep void setSe...
Set < ErrorPage > function ( ) { return this . errorPages ; }
returns a mutable set of errorpage errorpages that will be used whenhandling exceptions . concode_field_sep boolean persistSession concode_elem_sep InetAddress address concode_elem_sep String contextPath concode_elem_sep String displayName concode_elem_sep MimeMappings mimeMappings concode_elem_sep int port concode_ele...
int function ( byte [ ] arg0 , int arg1 , int arg2 ) { if ( engineGetDigestLength ( ) > arg2 ) throw new DigestException ( "srini_string" ) ; byte loc0 [ ] = engineDigest ( ) ; if ( loc0 . length > arg2 ) throw new DigestException ( "srini_string" ) ; System . arraycopy ( loc0 , 0 , arg0 , arg1 , loc0 . length ) ; retu...
computes the final digest of the stored bytes and returns them . it performs any necessary padding . the message digest should reset sensitive data after performing the digest . this method is left concrete for backwards compatibility with jdk1 .1 message digest classes . concode_field_sep PlaceHolder placeHolder conco...
void function ( boolean arg0 ) { SDebug = arg0 ; }
open debug mode of nohttp . concode_field_sep String WTF concode_elem_sep String STag concode_elem_sep String W concode_elem_sep boolean SDebug concode_elem_sep int maxLength concode_elem_sep String I concode_elem_sep int MAX_LENGTH concode_elem_sep String D concode_elem_sep String V concode_elem_sep String E concode_f...
float function ( ) { return to ; }
gets the end point of the transition , a float between 0.0 and 1.0 . defaults to 1.0 . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep...
void function ( Block arg0 ) { if ( ! hasXLock ( arg0 ) ) { sLock ( arg0 ) ; locktbl . xLock ( arg0 ) ; locks . put ( arg0 , "srini_string" ) ; } }
obtains an xlock on the block , if necessary . if the transaction does not have an xlock on that block , then the method first gets an slock on that block if necessary , and then upgrades it to an xlock . concode_field_sep LockTable locktbl concode_elem_sep Map<Block,String> locks concode_field_sep void sLock concode_e...
String function ( Config arg0 , String arg1 , String arg2 , Object ... arg3 ) { HttpHeaders loc0 = new HttpHeaders ( ) ; loc0 . setContentType ( MediaType . APPLICATION_JSON ) ; loc0 . setAccept ( Arrays . asList ( MediaType . ALL ) ) ; return exchange ( arg0 , buildUrl ( arg0 , arg2 , arg3 ) , HttpMethod . POST , arg1...
sends a post request to the openmrs server using the given config . concode_field_sep RestOperations restOperations concode_field_sep void postWithEmptyResponseBody concode_elem_sep URI buildUrl concode_elem_sep ResponseEntity<String> exchange concode_elem_sep ResponseEntity<String> exchange concode_elem_sep String pre...
void function ( ) { box . clear ( ) ; assertEquals ( "srini_string" , 0 , box . size ( ) ) ; for ( int loc0 = 0 ; loc0 < BOX_CAPACITY ; loc0 ++ ) { box . add ( b [ loc0 ] ) ; assertEquals ( "srini_string" + ( loc0 + 1 ) + "srini_string" , loc0 + 1 , box . size ( ) ) ; } }
test to check that size returns the correct number . concode_field_sep int NUM_BALLS_TO_TEST concode_elem_sep double BALL_UNIT_VOLUME concode_elem_sep double JUNIT_DOUBLE_DELTA concode_elem_sep Box box concode_elem_sep Ball[] b concode_elem_sep int TRIES_FOR_BALLS_TEST concode_elem_sep int BOX_CAPACITY concode_field_se...
String function ( final String arg0 , final StorageNode arg1 , final StorageNode arg2 ) { return buildLinkKeyAsString ( arg0 , arg1 . getKeyAsString ( ) , arg2 . getKeyAsString ( ) ) ; }
builds a link key based on input . concode_field_sep String SEP concode_elem_sep String LINK_KEY_SEP concode_elem_sep String NODE_KEY_SEP concode_field_sep Partition getPartition concode_elem_sep String buildCompositeKeyAsHash concode_elem_sep String getTargeyKeyAsStringFromLinkKey concode_elem_sep String getLinkTypeFr...
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...
String function ( ) { return shop ; }
gets the value of the shop property . concode_field_sep String shop concode_elem_sep XMLGregorianCalendar sendTime concode_field_sep void setShop concode_elem_sep void setSendTime concode_elem_sep XMLGregorianCalendar getSendTime
com . omniture . www . ReportDefinitionElement function ( ) { return element ; }
gets the element value for this reportdefinitionsegmentcondition . concode_field_sep java.lang.Boolean invert concode_elem_sep java.lang.String[] values concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep ...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getMarker ( ) != null ) loc0 . append ( "srini_string" + getMarker ( ) + "srini_string" ) ; if ( getEventSubscriptionsList ( ) != null ) loc0 . append ( "srini_string" + getEventSubscriptionsList ( ) ) ; loc0 . ap...
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String marker concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<EventSubscription> eventSubscriptionsList concode_field_sep String getMarker concode_elem_sep void setMarker concode_elem_sep int hashCode...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
return type metadata object concode_field_sep java.lang.Boolean includeHistory concode_elem_sep java.lang.Boolean includeStats concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String jobSelect...
Map < String , Map < String , Object >> function ( ) { Map < String , Map < String , Object >> loc0 = setupMap ( null , 8 , 3 , 0.0 , 8.0 , 0 , 1 , Boolean . TRUE , null , Boolean . TRUE , "srini_string" , "srini_string" , "srini_string" ) ; return loc0 ; }
parameters and meta information for the `` dayofweek '' encoder concode_field_sep PlaceHolder placeHolder concode_field_sep Parameters getNetworkDemoTestEncoderParams concode_elem_sep Map<String,Map<String,Object>> getHotGymFieldEncodingMap concode_elem_sep Parameters getHotGymTestEncoderParams concode_elem_sep Map<Str...
boolean function ( double arg0 ) { fr . newLineHeight ( arg0 ) ; if ( updateRangeInfo ( ) ) { lineHeight = arg0 ; return true ; } if ( lineHeight > 0 ) fr . newLineHeight ( lineHeight ) ; return false ; }
this method updates the line height and recalculates the available flow ranges for the line . concode_field_sep double hLeading concode_elem_sep GlyphGroupInfo[] newGGIS concode_elem_sep BlockInfo bi concode_elem_sep double[] ranges concode_elem_sep int numGlyphs concode_elem_sep GlyphGroupInfo[] ggis concode_elem_sep ...
void function ( Texture arg0 ) { this . texture = arg0 ; setRegion ( 0 , 0 , arg0 . getWidth ( ) , arg0 . getHeight ( ) ) ; }
sets the texture and sets the coordinates to the size of the specified texture . concode_field_sep float u concode_elem_sep Texture texture concode_elem_sep float v concode_elem_sep float v2 concode_elem_sep float u2 concode_field_sep void setRegionHeight concode_elem_sep void setV concode_elem_sep void setTexture conc...
float function ( ) { return amount ; }
returns the amount . concode_field_sep A inverse concode_elem_sep float amount concode_elem_sep Long id concode_elem_sep A reverse concode_field_sep A getReverse concode_elem_sep void setId concode_elem_sep Long getId concode_elem_sep void setAmount concode_elem_sep void setReverse
void function ( final Consumer < DBBroker > arg0 ) { withLock ( broker -> { arg0 . accept ( broker ) ; return null ; } ) ; }
run a consumer within a lock on the transaction manager . make sure locks are acquired in the right order . concode_field_sep Lock lock concode_elem_sep Map<Long,TxnCounter> transactions concode_elem_sep int counter concode_elem_sep BrokerPool pool concode_elem_sep SystemTaskManager systemTaskManager concode_elem_sep L...
void function ( short [ ] arg0 , int arg1 , int arg2 ) { isDirty = true ; buffer . clear ( ) ; buffer . put ( arg0 , arg1 , arg2 ) ; buffer . flip ( ) ; byteBuffer . position ( 0 ) ; byteBuffer . limit ( arg2 << 1 ) ; if ( isBound ) { Gdx . gl20 . glBufferData ( GL20 . GL_ELEMENT_ARRAY_BUFFER , byteBuffer . limit ( ) ,...
sets the indices of this indexbufferobject , discarding the old indices . the count must equal the number of indices to be copied to this indexbufferobject . this can be called in between calls to #bind and #unbind . the index data will be updated instantly . concode_field_sep boolean isDirty concode_elem_sep int usage...
String function ( ) { return "srini_string" ; }
get the default filename extension for this kind of compression . concode_field_sep Configuration conf concode_field_sep Configuration getConf concode_elem_sep Decompressor createDecompressor concode_elem_sep CompressionOutputStream createOutputStream concode_elem_sep CompressionOutputStream createOutputStream concode_...
void function ( String [ ] arg0 ) { this . args = arg0 . clone ( ) ; }
sets the arguments parameters used by the plugin . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String getName concode_...
String function ( ) { return m_Attributes . toString ( ) ; }
returns a string representation of this object concode_field_sep long serialVersionUID concode_elem_sep Instances m_Data concode_elem_sep int m_Type concode_elem_sep Vector<AttributeLocator> m_Locators concode_elem_sep int[] m_AllowedIndices concode_elem_sep Vector<Boolean> m_Attributes concode_elem_sep int[] m_Indices...
MessageDigest function ( String arg0 ) { byte [ ] loc0 = arg0 . getBytes ( ) ; return update ( loc0 , 0 , loc0 . length ) ; }
messagedigest block update operation . continues a message-digest operation , processing another message block , and updating the context . concode_field_sep PlaceHolder placeHolder concode_field_sep String asHex concode_elem_sep String asHex concode_elem_sep byte[] getDigest concode_elem_sep byte[] doFinal
DescribeElasticLoadBalancersResult function ( ElasticLoadBalancer ... arg0 ) { if ( this . elasticLoadBalancers == null ) { setElasticLoadBalancers ( new com . amazonaws . internal . SdkInternalList < ElasticLoadBalancer > ( arg0 . length ) ) ; } for ( ElasticLoadBalancer loc0 : arg0 ) { this . elasticLoadBalancers . a...
a list of elasticloadbalancer objects that describe the specified elastic load balancing instances . note : this method appends the values to the existing list if any . use #setelasticloadbalancers java.util.collection or #withelasticloadbalancers java.util.collection if you want tooverride the existing values . concod...
JCheckBox function ( ) { return rusashow ; }
get the check box for usa display concode_field_sep String rpt[] concode_elem_sep JCheckBox rusashow concode_elem_sep String def concode_elem_sep JCheckBox raccshow concode_elem_sep JembossComboPopup cp concode_elem_sep JCheckBox rdesshow concode_field_sep String getReportFormat concode_elem_sep String getToolTip conco...
String function ( ) { return batchNumber ; }
gets the value of the batchnumber property . concode_field_sep String batchLineNumber concode_elem_sep String originalBan concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep String source concode_elem_sep String msisdn concode_elem_sep String fileSequenceNumber concode_elem_sep String bat...
int function ( ) { return _weight ; }
get the weight . concode_field_sep Policy _offpolicy concode_elem_sep int _weight concode_elem_sep int MINIMUM concode_elem_sep int _gap concode_elem_sep Justification TOP concode_elem_sep Justification _offjust concode_elem_sep int MAXIMUM concode_elem_sep Policy NONE concode_elem_sep Justification BOTTOM concode_elem...
int function ( ) { return offset ; }
gets the first index of items to fetch . the offset is only used when fetching items , but not when counting the number of available items . concode_field_sep F filter concode_elem_sep int offset concode_elem_sep List<QuerySortOrder> sortOrders concode_elem_sep int limit concode_elem_sep Comparator<T> inMemorySorting c...
int function ( int arg0 ) { return ( arg0 & ~ ( PRIVATE | PROTECTED ) ) | PUBLIC ; }
truns the public bit on . the protected and private bits are cleared . concode_field_sep int PRIVATE concode_elem_sep int PROTECTED concode_elem_sep int INTERFACE concode_elem_sep int PUBLIC concode_elem_sep int STATIC concode_elem_sep int NATIVE concode_elem_sep int SUPER concode_elem_sep int VARARGS concode_elem_sep ...
int function ( ) { return this . indices ; }
number of indices in the cluster concode_field_sep int minIndexShards concode_elem_sep String AVG concode_elem_sep String MAX concode_elem_sep SegmentsStats segments concode_elem_sep int primaries concode_elem_sep int maxIndexShards concode_elem_sep int total concode_elem_sep String REPLICATION concode_elem_sep DocsSta...
int function ( ) { return po . getUpdatedBy ( ) ; }
get updatedby concode_field_sep PO po concode_field_sep byte[] getPdfAttachment concode_elem_sep int compare concode_elem_sep void set_CustomColumn concode_elem_sep boolean save concode_elem_sep boolean save concode_elem_sep boolean isActive concode_elem_sep boolean delete concode_elem_sep boolean delete concode_elem_s...
Class function ( final String arg0 ) { Class loc0 = null ; if ( ( arg0 != null ) && ! ( "srini_string" . equals ( arg0 ) ) ) { loc0 = Class . forName ( arg0 ) ; } return loc0 ; }
get the class . concode_field_sep String pluginClass concode_elem_sep String service concode_elem_sep boolean onload concode_elem_sep CordovaPlugin plugin concode_field_sep CordovaPlugin createPlugin concode_elem_sep boolean isCordovaPlugin
int function ( ) { return this . vehicleBodyTypeId ; }
gets the vehicle body type id . concode_field_sep int vehicleBodyTypeId concode_elem_sep String vehicleBodyTypeName concode_elem_sep boolean isEnabled concode_elem_sep List<VehicleInformationModel> vehicleInformationModels concode_elem_sep long serialVersionUID concode_field_sep VehicleInformationModel removeVehicleInf...
ExecutionFlow function ( String arg0 ) { Statechart loc0 = loadStatechartFromResource ( arg0 ) ; final ExecutionFlow loc1 = sequencer . transform ( loc0 ) ; return loc1 ; }
helper method - loads a testmodel from the testmodel directory concode_field_sep String SYNC_FORK concode_elem_sep String STATE_ACTIVE concode_elem_sep String BOOLEAN_EXPRESSIONS concode_elem_sep String STRING_EXPRESSIONS concode_elem_sep String INTEGER_EXPRESSIONS concode_elem_sep String ALWAYS_ONCYCLE concode_elem_se...
String function ( ) { return file . getPath ( ) ; }
returns the path name of the file this archive represents . concode_field_sep File file concode_elem_sep TarEntry curEntry concode_elem_sep TarInputStream entryEnumerationStream concode_elem_sep TarInputStream entryStream concode_field_sep Enumeration entries concode_elem_sep void close concode_elem_sep InputStream get...
void function ( String arg0 ) { this . remarks = arg0 ; }
this is setter method for remarks concode_field_sep String logDate concode_elem_sep String CSRID concode_elem_sep String subSubType concode_elem_sep String source concode_elem_sep String type concode_elem_sep String escOutStatus concode_elem_sep String caseNature concode_elem_sep String commitDate concode_elem_sep Stri...
String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; Calendar loc1 = Calendar . getInstance ( loc0 ) ; if ( loc0 . inDaylightTime ( loc1 . getTime ( ) ) ) { return "srini_string" ; } return "srini_string" ; }
gets the state of daylight time in this time zone . 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 mapCommandButtonId concode_field_sep boolean getCurrentlyShowi...
void function ( ) { Scanner loc0 = null ; try { loc0 = new Scanner ( new File ( "srini_string" + File . separator + getName ( ) + File . separator + "srini_string" ) ) ; } catch ( Exception loc1 ) { System . out . println ( loc1 ) ; } while ( loc0 . hasNext ( ) ) { String loc1 = loc0 . nextLine ( ) ; loadProblem ( loc1...
loads the problem set from the folder whose name matches that of this problem set . your agent does not need to use this method . concode_field_sep String name concode_elem_sep ArrayList<RavensProblem> problems concode_field_sep String getName concode_elem_sep void loadProblem concode_elem_sep ArrayList<RavensProblem> ...
String function ( ) { return this . name ; }
returns a string representing the object . concode_field_sep Layer FOREGROUND concode_elem_sep String name concode_elem_sep Layer BACKGROUND concode_elem_sep long serialVersionUID concode_field_sep Object readResolve concode_elem_sep int hashCode concode_elem_sep boolean equals
String function ( ) { return m_niceName ; }
returns the nicename . concode_field_sep String m_description concode_elem_sep String m_widget concode_elem_sep String m_ruleType concode_elem_sep String m_widgetConfiguration concode_elem_sep String m_niceName concode_elem_sep String m_ruleRegex concode_elem_sep String m_selectInherit concode_elem_sep String m_default...
T function ( Connection arg0 ) { return null ; }
returns the result of interpreting the object as an instance of ` connection ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep DemoPackage modelPackage concode_field_sep T caseModelElement concode_elem_sep T casePackage concode_elem_sep T caseDataProvider c...
boolean function ( ) { return this . active ; }
return whether this request is still active that is , not completed yet . concode_field_sep boolean requestedSessionIdValid concode_elem_sep PortletSession session concode_elem_sep String scheme concode_elem_sep boolean secure concode_elem_sep Cookie[] cookies concode_elem_sep String windowID concode_elem_sep String au...