idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
20,200
writes the specified message to a servlet log file , prepended by the servlet 's name . see servletcontext #log string . concode_field_sep ServletConfig config concode_field_sep ServletConfig getServletConfig concode_elem_sep void init concode_elem_sep void init concode_elem_sep String getInitParameter concode_elem_sep...
void function ( String arg0 ) { getServletContext ( ) . log ( getServletName ( ) + "srini_string" + arg0 ) ; }
20,201
a regular state must have a name . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_s...
void function ( ) { prepareStateTest ( ) ; state . setName ( null ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_STATE_WITHOUT_NAME ) ; }
20,202
clear any existing snooze values , setting to #snooze_never . concode_field_sep NetworkTemplate template concode_elem_sep int cycleDay concode_elem_sep long DEFAULT_MTU concode_elem_sep long SNOOZE_NEVER concode_elem_sep long lastLimitSnooze concode_elem_sep Creator<NetworkPolicy> CREATOR concode_elem_sep int CYCLE_NON...
void function ( ) { lastWarningSnooze = SNOOZE_NEVER ; lastLimitSnooze = SNOOZE_NEVER ; }
20,203
returns the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep int getIndex concode_elem_sep void setStatemachine
ITimedStatemachine function ( ) { return statemachine ; }
20,204
an integer indicating the type of condition . concode_field_sep String value concode_field_sep boolean getSpecified concode_elem_sep String getValue concode_elem_sep String getLocalName concode_elem_sep String getNamespaceURI
short function ( ) { return Condition . SAC_CLASS_CONDITION ; }
20,205
documentation pending concode_field_sep List month concode_elem_sep String[] yearArray concode_elem_sep String[] minArray concode_elem_sep String[] monthArray concode_elem_sep List hour concode_elem_sep List min concode_elem_sep LabelValue[] wmonthArray concode_elem_sep String[] dayArray concode_elem_sep List wmonth co...
Collection function ( ) { return ( Collection ) hour ; }
20,206
creates an httpclient with the useragent string constructed from the package name contained in the context . concode_field_sep String sUserAgent concode_field_sep String getUserAgent concode_elem_sep void close
HttpClient function ( Context arg0 ) { return HttpClientFactory . newHttpClient ( getUserAgent ( arg0 ) ) ; }
20,207
return the value of the label or null if none . the default value returned by an valuelabel is always null concode_field_sep long serialVersionUID concode_field_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep void setFromString concode_elem_sep String toString concode_el...
String function ( ) { return null ; }
20,208
used to identify which toolboxes this plugin tool should be listed in . 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 St...
String [ ] function ( ) { String [ ] loc0 = { "srini_string" } ; return loc0 ; }
20,209
returns this currency 's iso 4217 currency code . concode_field_sep HashMap<String,Currency> codesToCurrencies concode_elem_sep long serialVersionUID concode_elem_sep String currencyCode concode_elem_sep HashMap<Locale,Currency> localesToCurrencies concode_field_sep String getCurrencyCode concode_elem_sep int getDefaul...
String function ( ) { return currencyCode ; }
20,210
getter for expyear concode_field_sep Integer expMonth concode_elem_sep String cVV2 concode_elem_sep String preferredPrefix concode_elem_sep Integer expYear concode_elem_sep Integer startMonth concode_elem_sep String creditCardNumber concode_elem_sep PayerInfoType cardOwner concode_elem_sep String issueNumber concode_el...
Integer function ( ) { return expYear ; }
20,211
sets the primary key of this event . concode_field_sep Event _event concode_field_sep long getLocationId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setG...
void function ( long arg0 ) { _event . setPrimaryKey ( arg0 ) ; }
20,212
open a new filedescriptor for the given file . concode_field_sep boolean open concode_elem_sep int fd concode_field_sep boolean isOpen concode_elem_sep int intValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void close concode_elem_sep int close conco...
FileDescriptor function ( File arg0 ) { return from ( checkNotNull ( arg0 , "srini_string" ) . getPath ( ) ) ; }
20,213
number of set bits 1s concode_field_sep long[] data concode_elem_sep long bitCount concode_field_sep void writeTo concode_elem_sep boolean set concode_elem_sep BitArray readFrom concode_elem_sep int hashCode concode_elem_sep boolean get concode_elem_sep long bitSize concode_elem_sep void putAll concode_elem_sep boolean...
long function ( ) { return bitCount ; }
20,214
return object cast to requiredclass . concode_field_sep PlaceHolder placeHolder concode_field_sep Class<T> getClass concode_elem_sep T asClassUnchecked concode_elem_sep T asClassUnchecked concode_elem_sep boolean equals concode_elem_sep T isInstanceOf
T function ( Object arg0 , Class < T > arg1 ) { if ( arg0 == null ) return null ; if ( arg1 == null ) return null ; Class < ? > loc0 = arg0 . getClass ( ) ; if ( ! loc0 . isAssignableFrom ( loc0 ) ) return null ; return ( T ) arg0 ; }
20,215
only returns true if the expression is a wildcard . concode_field_sep boolean addedToFilter concode_field_sep String getSchemaName concode_elem_sep String getColumnName concode_elem_sep Expression getNonAliasExpression concode_elem_sep String getSQL concode_elem_sep boolean isValueSet concode_elem_sep boolean isAutoInc...
boolean function ( ) { return false ; }
20,216
the description of the cache engine version . returns a reference to this object so that method calls can be chained together . concode_field_sep String engineVersion concode_elem_sep String cacheParameterGroupFamily concode_elem_sep String cacheEngineVersionDescription concode_elem_sep String engine concode_elem_sep S...
CacheEngineVersion function ( String arg0 ) { this . cacheEngineVersionDescription = arg0 ; return this ; }
20,217
call this after constructing to initialize the plugin . final because we want to be able to change args without breaking plugins . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep bool...
void function ( String arg0 , CordovaInterface arg1 , CordovaWebView arg2 , CordovaPreferences arg3 ) { assert this . cordova == null ; this . serviceName = arg0 ; this . cordova = arg1 ; this . webView = arg2 ; this . preferences = arg3 ; initialize ( arg1 , arg2 ) ; pluginInitialize ( ) ; }
20,218
returns the existing property for the given name . concode_field_sep Map<String,T> propertiesMap concode_field_sep String encodeAllAsJsonString concode_elem_sep String encode concode_elem_sep String getPrefix concode_elem_sep boolean changePropertyValue concode_elem_sep T getProperty concode_elem_sep String encodeAsJso...
T function ( String arg0 ) { T loc0 = getProperty ( arg0 ) ; if ( loc0 == null ) { throw new IllegalStateException ( "srini_string" + arg0 ) ; } return loc0 ; }
20,219
initial alpha data of the special danmaku concode_field_sep int DANMAKU_MEDIUM_TEXTSIZE concode_elem_sep int CURRENT_DISP_WIDTH concode_elem_sep Duration MAX_Duration_Fix_Danmaku concode_elem_sep float BILI_PLAYER_WIDTH concode_elem_sep Duration MAX_Duration_Special_Danmaku concode_elem_sep float BILI_PLAYER_HEIGHT con...
void function ( BaseDanmaku arg0 , int arg1 , int arg2 , long arg3 ) { if ( arg0 . getType ( ) != BaseDanmaku . TYPE_SPECIAL ) return ; ( ( SpecialDanmaku ) arg0 ) . setAlphaData ( arg1 , arg2 , arg3 ) ; updateSpecicalDanmakuDuration ( arg0 ) ; }
20,220
sets the primary key of this workflow instance link . concode_field_sep WorkflowInstanceLink _workflowInstanceLink concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep voi...
void function ( long arg0 ) { _workflowInstanceLink . setPrimaryKey ( arg0 ) ; }
20,221
retrieves the jdbc database connection url attribute . concode_field_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_ele...
String function ( ) { return database ; }
20,222
set the sql query string to use for validation . concode_field_sep int DEFAULT_INTERVAL concode_elem_sep String validationQuery concode_elem_sep Log logger concode_elem_sep int DEFAULT_TIMEOUT concode_elem_sep int interval concode_elem_sep int timeout concode_elem_sep DataSource dataSource concode_field_sep void setTim...
void function ( String arg0 ) { this . validationQuery = arg0 ; }
20,223
returns the size threshold beyond which files are written directly to disk . the default value is 10240 bytes . concode_field_sep int sizeThreshold concode_elem_sep int DEFAULT_SIZE_THRESHOLD concode_elem_sep File repository concode_elem_sep FileCleaningTracker fileCleaningTracker concode_field_sep void setSizeThreshol...
int function ( ) { return sizeThreshold ; }
20,224
we do n't cache temporary templates here so we just call delegate templateloader . concode_field_sep Map<Object,BaseCompiledTemplate> templateMap concode_elem_sep AutoEscapeOptions autoEscapeOptions concode_elem_sep TemplateLoader nextLoader concode_field_sep Template load concode_elem_sep Map<Object,BaseCompiledTempla...
Template function ( String arg0 , String arg1 , EscapeMode arg2 ) { return nextLoader . createTemp ( arg0 , arg1 , arg2 ) ; }
20,225
value . concode_field_sep Writer mWriter concode_elem_sep String[] CONTROL_CHAR_MAP concode_elem_sep byte ARRAY concode_elem_sep byte OBJECT_VALUE concode_elem_sep int itemCount concode_elem_sep byte type concode_elem_sep byte UNKNOWN concode_elem_sep byte OBJECT concode_elem_sep State mState concode_elem_sep Stack<Sta...
JSONWriter function ( long arg0 ) { beforeValue ( ) ; mWriter . write ( String . valueOf ( arg0 ) ) ; return this ; }
20,226
returns a string representation of this object ; useful for testing and debugging . concode_field_sep java.util.List<EC2InstanceLimit> eC2InstanceLimits concode_field_sep java.util.List<EC2InstanceLimit> getEC2InstanceLimits concode_elem_sep DescribeEC2InstanceLimitsResult withEC2InstanceLimits concode_elem_sep Describ...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getEC2InstanceLimits ( ) != null ) loc0 . append ( "srini_string" + getEC2InstanceLimits ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
20,227
create a meteor using the httpservletrequest and use the serializer for writing the result of a broadcast operation usingthe httpservletresponse . concode_field_sep AtmosphereResource r concode_elem_sep AtomicBoolean isDestroyed concode_elem_sep Logger logger concode_elem_sep Object o concode_field_sep Meteor suspend c...
Meteor function ( HttpServletRequest arg0 , Serializer arg1 ) { return build ( arg0 , null , arg1 ) ; }
20,228
test the method getintervals , when taking invalid input of maxintervals . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetIntervalsOnInvalidPartitionInterval concode_elem_sep void testGetIntervalsOnNegDiff concode_elem_sep void testGetIntervalsOnZeroDiff concode_elem_sep void testGetIntervalsOn...
void function ( ) { DateWatermark loc0 = new DateWatermark ( "srini_string" , "srini_string" ) ; long loc1 = 20150201011111l ; long loc2 = 20150206111111l ; int loc3 = 30 ; int loc4 = - 1 ; loc0 . getIntervals ( loc1 , loc2 , loc3 , loc4 ) ; }
20,229
sets the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep ITimedStatemachine getStatemachine concode_elem_sep int getIndex
void function ( ITimedStatemachine arg0 ) { this . statemachine = arg0 ; }
20,230
this method resets the outgoing events . concode_field_sep boolean event1 concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void exitAction concode_elem_sep void r...
void function ( ) { }
20,231
returns random int in range from , to concode_field_sep int iPerc concode_elem_sep int kPerc concode_elem_sep double arrPercent[] concode_elem_sep Random random concode_elem_sep int arrPercentSize concode_field_sep boolean successWithPercent concode_elem_sep double gaussAbs concode_elem_sep boolean b concode_elem_sep d...
int function ( int arg0 , int arg1 ) { if ( arg1 < arg0 ) return 0 ; return ( Math . abs ( random . nextInt ( ) ) % ( arg1 - arg0 ) ) + arg0 ; }
20,232
set a callback to be invoked each time the dispatcher becomes idle when the number of running calls returns to zero . note : the time at which a @linkplain call call is considered idle is different dependingon whether it was run @linkplain call #enqueue callback asynchronously or @linkplain call #execute synchronously ...
void function ( Runnable arg0 ) { this . idleCallback = arg0 ; }
20,233
provide a link back to the top of the page concode_field_sep Date end concode_elem_sep List<Statistics> blocks concode_elem_sep String pageTitle concode_elem_sep String mainTitle concode_elem_sep String output concode_elem_sep Date start concode_field_sep void setStartDate concode_elem_sep String dateRange concode_elem...
String function ( ) { return ; }
20,234
method description concode_field_sep List<ServiceIdentity> identities concode_elem_sep String name concode_elem_sep String node concode_elem_sep String jid concode_elem_sep Logger log concode_elem_sep boolean adminOnly concode_elem_sep Set<ServiceEntity> items concode_elem_sep Set<String> features concode_field_sep Ele...
boolean function ( ) { return adminOnly ; }
20,235
used to communicate feedback pop-up messages 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 boolean amIActive concode_field_sep String getName concode_elem_sep void setPluginHost c...
void function ( String arg0 ) { if ( myHost != null ) { myHost . showFeedback ( arg0 ) ; } else { System . out . println ( arg0 ) ; } }
20,236
getconnection method comment . concode_field_sep int loginTimeout concode_elem_sep String sStartURL concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep void setPassword concode_elem_sep String getDatabase concode_elem_se...
Connection function ( String arg0 , String arg1 ) { if ( arg0 == null ) { arg0 = "srini_string" ; } if ( arg1 == null ) { arg1 = "srini_string" ; } return new jdbcConnection ( database , arg0 , arg1 ) ; }
20,237
has this icon been loaded from memory cache ? concode_field_sep int color concode_elem_sep boolean generated concode_elem_sep boolean fromMemory concode_elem_sep Bitmap bitmap concode_elem_sep boolean fromNetwork concode_elem_sep String url concode_elem_sep boolean fromDisk concode_field_sep void updateBitmap concode_e...
boolean function ( ) { return fromMemory ; }
20,238
verify that that a service is in a given state . concode_field_sep String name concode_elem_sep boolean[][] statemap concode_elem_sep Service.STATE state concode_field_sep Service.STATE getState concode_elem_sep Service.STATE enterState concode_elem_sep boolean isValidStateTransition concode_elem_sep String toString co...
void function ( Service . STATE arg0 ) { if ( state != arg0 ) { throw new ServiceStateException ( name + "srini_string" + "srini_string" + arg0 + "srini_string" + state ) ; } }
20,239
create an instance of compra concode_field_sep PlaceHolder placeHolder concode_field_sep ListAllComprasMaiorQueQuinhentosReaisRequest createListAllComprasMaiorQueQuinhentosReaisRequest concode_elem_sep GetCompraRequest createGetCompraRequest concode_elem_sep DeleteCompraResponse createDeleteCompraResponse concode_elem_...
Compra function ( ) { return new Compra ( ) ; }
20,240
performs a dynamic query on the database and returns the matching rows . concode_field_sep KhuVucLocalService _service concode_field_sep int getKhuVucsCount concode_elem_sep com.thanhnhan.model.KhuVuc fetchKhuVuc concode_elem_sep java.util.List<com.thanhnhan.model.KhuVuc> getKhuVucs concode_elem_sep com.liferay.portal....
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . arg0 ( arg0 ) ; }
20,241
set the alert message when gps function is disabled . concode_field_sep OnCancelListener alertDialogOnCancelListener concode_elem_sep String alertCancelButtonLabel concode_elem_sep OnGetLocationListener onGetLocationListener concode_elem_sep String alertMessage concode_elem_sep MyLocationListener networkLocationListene...
void function ( String arg0 ) { this . alertMessage = arg0 ; }
20,242
set whether the component can be reassigned . concode_field_sep boolean versionAdvertised concode_elem_sep String stackName concode_elem_sep String componentCategory concode_elem_sep boolean isClient concode_elem_sep String serviceName concode_elem_sep String cardinality concode_elem_sep String reassignAllowed concode_...
void function ( String arg0 ) { this . reassignAllowed = arg0 ; }
20,243
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
void function ( ) { trimToSize ( 0 ) ; }
20,244
derived devices can implement it in case of stop event notification . concode_field_sep String[] filteredEntitiesForIndex concode_elem_sep CompassGpsInterfaceDevice compassGps concode_elem_sep boolean internalMirrorDataChanges concode_elem_sep boolean started concode_elem_sep Log log concode_elem_sep String name concod...
void function ( ) { }
20,245
the custom name of the related resource , if available . concode_field_sep String relationshipName concode_elem_sep String resourceId concode_elem_sep String resourceName concode_elem_sep String resourceType concode_field_sep Relationship withResourceType concode_elem_sep Relationship withResourceType concode_elem_sep ...
void function ( String arg0 ) { this . resourceName = arg0 ; }
20,246
hash code for this object is its unique serial number . concode_field_sep HsqlNameManager staticManager concode_elem_sep String statementName concode_elem_sep int sysNumber concode_elem_sep HsqlNameManager manager concode_elem_sep int hashCode concode_elem_sep boolean isNameQuoted concode_elem_sep int serialNumber conc...
int function ( ) { return hashCode ; }
20,247
returns a list of optional keys . concode_field_sep int RESERVED concode_elem_sep StructuredDataId ORIGIN concode_elem_sep long serialVersionUID concode_elem_sep int enterpriseNumber concode_elem_sep String AT_SIGN concode_elem_sep StructuredDataId META concode_elem_sep int MAX_LENGTH concode_elem_sep String name conco...
String [ ] function ( ) { return optional ; }
20,248
set the grant type concode_field_sep ResponseType responseType concode_elem_sep boolean validScope concode_elem_sep long validityPeriod concode_elem_sep String resourceOwner concode_elem_sep boolean authorized concode_elem_sep String client concode_elem_sep String[] requestedScope concode_elem_sep org.wso2.carbon.ident...
void function ( GrantType arg0 ) { this . grantType = arg0 ; }
20,249
create an instance of ports concode_field_sep PlaceHolder placeHolder concode_field_sep Smd createSmd concode_elem_sep Instances createInstances concode_elem_sep Designrules createDesignrules concode_elem_sep Port createPort concode_elem_sep Module createModule concode_elem_sep Nets createNets concode_elem_sep Errors c...
Ports function ( ) { return new Ports ( ) ; }
20,250
returns the singleton instance of this validator . concode_field_sep InetAddressValidator VALIDATOR concode_elem_sep String IPV4_REGEX concode_elem_sep long serialVersionUID concode_elem_sep RegexValidator ipv4Validator concode_field_sep boolean isValid concode_elem_sep boolean isValidInet4Address
InetAddressValidator function ( ) { return VALIDATOR ; }
20,251
gets the status of the undo command . concode_field_sep int cursor concode_elem_sep ArrayList<Memento> mementoStateHistory concode_elem_sep int maxHistorySize concode_field_sep boolean isRedo concode_elem_sep void undo concode_elem_sep void redo concode_elem_sep void addState
boolean function ( ) { return mementoStateHistory . size ( ) > 0 && cursor > 0 ; }
20,252
returns a string that would replace the given character in the specified escaper , or null if no replacement should be made . this method is intended for use in tests throughthe escaperasserts class ; production users of charescaper should limitthemselves to its public interface . concode_field_sep Escaper NULL_ESCAPER...
String function ( CharEscaper arg0 , char arg1 ) { return stringOrNull ( arg0 . escape ( arg1 ) ) ; }
20,253
ensure that the named file does not exist concode_field_sep Hashtable<String,String> checked concode_elem_sep boolean win32 concode_elem_sep int gensymCounter concode_elem_sep String baseDir concode_elem_sep boolean debug concode_elem_sep String relative concode_elem_sep String userDir concode_field_sep String gensym c...
void function ( String arg0 ) { if ( ( new File ( arg0 ) ) . exists ( ) ) { throw new RuntimeException ( "srini_string" + arg0 + "srini_string" ) ; } }
20,254
this method is called when the database is closed . concode_field_sep long last concode_elem_sep long start concode_field_sep void exceptionThrown concode_elem_sep void init concode_elem_sep void test concode_elem_sep void setProgress concode_elem_sep void main concode_elem_sep void opened
void function ( ) { System . out . println ( "srini_string" ) ; }
20,255
configures threshold and interval and registers a listener and start listening concode_field_sep float lastX concode_elem_sep float force concode_elem_sep float lastZ concode_elem_sep float lastY concode_elem_sep AccelerometerListener listener concode_elem_sep float threshold concode_elem_sep long timeDiff concode_elem...
void function ( AccelerometerListener arg0 , int arg1 , int arg2 ) { configure ( arg1 , arg2 ) ; startListening ( arg0 ) ; }
20,256
return parsed content-length when present . concode_field_sep PlaceHolder placeHolder concode_field_sep String acceptsCharsets concode_elem_sep String getIp concode_elem_sep Method getMethod concode_elem_sep Locale locale concode_elem_sep String getCharset concode_elem_sep String acceptsEncodings concode_elem_sep Strin...
long function ( ) { String loc0 = getHeader ( "srini_string" ) ; if ( null == loc0 ) { return - 1 ; } return Long . parseLong ( loc0 ) ; }
20,257
generates an mxml event log based noisy hmm and stores file on disk while encoding the current noise level in the file name . concode_field_sep String modelName concode_elem_sep Hmm<ObservationInteger> noisyHmm concode_elem_sep ArrayList<LogEvent> observationMapping concode_elem_sep HmmExpConfiguration conf concode_ele...
void function ( double arg0 ) { List < List < ObservationInteger >> loc0 = generateSequences ( ) ; File loc1 = new File ( typeNoiseFolder , arg0 + "srini_string" ) ; writeLog ( loc0 , arg0 , loc1 ) ; }
20,258
returns a copy of the transform applied to the gradient . concode_field_sep ColorSpaceEnum colorSpace concode_elem_sep int transparency concode_elem_sep CycleMethodEnum REPEAT concode_elem_sep CycleMethodEnum cycleMethod concode_elem_sep float[] fractions concode_elem_sep ColorSpaceEnum SRGB concode_elem_sep Color[] co...
AffineTransform function ( ) { return ( AffineTransform ) gradientTransform . clone ( ) ; }
20,259
returns the next token in the string as a string . the delimiters used are changed to the specified delimiters . concode_field_sep String string concode_elem_sep String delimiters concode_elem_sep boolean returnDelimiters concode_elem_sep int position concode_field_sep int countTokens concode_elem_sep boolean hasMoreTo...
String function ( String arg0 ) { this . delimiters = arg0 ; return nextToken ( ) ; }
20,260
gets the http response message of this transaction . concode_field_sep HttpRequest httpRequest concode_elem_sep HttpResponse httpResponse concode_field_sep HttpRequest getHttpRequest concode_elem_sep boolean hasHttpResponse concode_elem_sep void setHttpResponse concode_elem_sep String toString concode_elem_sep void set...
HttpResponse function ( ) { return httpResponse ; }
20,261
if set to true balancer should prefer directly connectablenodes over others . in other words when working in router connection mode client will prefer send requests to router nodes if operation projection contains some of them . default value is false . concode_field_sep boolean preferDirectNodes concode_elem_sep Ignit...
boolean function ( ) { return preferDirectNodes ; }
20,262
opens a url stream . the semantics is the sames as url #openstream . the separate method is needed , since jar urls open jars via jarfactory and thus keep them mapped into memory . concode_field_sep String JAR_SEPARATOR concode_elem_sep String FILE_PROTOCOL concode_elem_sep Pattern URL_PATTERN concode_elem_sep String S...
InputStream function ( @ NotNull URL arg0 ) { String loc0 = arg0 . getProtocol ( ) ; return loc0 . equals ( JAR_PROTOCOL ) ? openJarStream ( arg0 ) : arg0 . openStream ( ) ; }
20,263
checks that serialization works , particularly with the attributed label . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testHashCode concode_elem_sep void testEquals
void function ( ) { Axis loc0 = new CategoryAxis ( "srini_string" ) ; AttributedString loc1 = new AttributedString ( "srini_string" ) ; loc1 . addAttribute ( TextAttribute . SUPERSCRIPT , TextAttribute . SUPERSCRIPT_SUB , 1 , 4 ) ; loc0 . setAttributedLabel ( loc1 ) ; Axis loc2 = ( Axis ) TestUtilities . serialised ( l...
20,264
get the public value . concode_field_sep BigInteger p concode_elem_sep BigInteger g concode_elem_sep BigInteger y concode_field_sep BigInteger getG concode_elem_sep BigInteger getP
BigInteger function ( ) { return y ; }
20,265
check that setting a tool tip generator for a series does override the default generator . concode_field_sep boolean flag concode_elem_sep JFreeChart chart concode_field_sep void chartChanged concode_elem_sep JFreeChart createChart concode_elem_sep void testReplaceDataset concode_elem_sep void setUp concode_elem_sep vo...
void function ( ) { XYPlot loc0 = ( XYPlot ) this . chart . getPlot ( ) ; XYItemRenderer loc1 = loc0 . getRenderer ( ) ; StandardXYToolTipGenerator loc2 = new StandardXYToolTipGenerator ( ) ; loc1 . setSeriesToolTipGenerator ( 0 , loc2 ) ; XYToolTipGenerator loc3 = loc1 . getToolTipGenerator ( 0 , 0 ) ; assertTrue ( lo...
20,266
create an instance of commandpacket concode_field_sep PlaceHolder placeHolder concode_field_sep KID createKID concode_elem_sep TestCaseType.Result.ResponseResult createTestCaseTypeResultResponseResult concode_elem_sep ResponsePacket createResponsePacket concode_elem_sep KIC createKIC concode_elem_sep CardProfile create...
CommandPacket function ( ) { return new CommandPacket ( ) ; }
20,267
write the structure to the cdr output stream . writes the array size as corba long , followed by the array members if any . concode_field_sep PlaceHolder placeHolder concode_field_sep NameValuePair[] extract concode_elem_sep NameValuePair[] read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep T...
void function ( OutputStream arg0 , NameValuePair [ ] arg1 ) { arg0 . write_long ( arg1 . length ) ; for ( int loc0 = 0 ; loc0 < arg1 . length ; loc0 ++ ) { NameValuePairHelper . write ( arg0 , arg1 [ loc0 ] ) ; } }
20,268
compares this polynomial to the other 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 BigInteger toBigInteg...
int function ( CRCPolynomial arg0 ) { int loc0 = degree ( ) . compareTo ( arg0 . degree ( ) ) ; if ( loc0 != 0 ) return loc0 ; CRCPolynomial loc1 = this . xor ( arg0 ) ; if ( loc1 . isEmpty ( ) ) return 0 ; return this . hasDegree ( loc1 . degree ( ) ) ? 1 : - 1 ; }
20,269
returns keystore information concode_field_sep Log log concode_elem_sep KeyStoreInformation keyStoreInformation concode_elem_sep String keyPassword concode_elem_sep KeyStore keyStore concode_field_sep void init concode_elem_sep Key getKey concode_elem_sep SecretKey getSecretKey concode_elem_sep SecretKey getSecretKey c...
KeyStore function ( ) { return keyStore ; }
20,270
verbose log message with printf formatting . 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 ...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , String . format ( arg1 , arg2 ) ) ; }
20,271
gets the error message text . concode_field_sep long serialVersionUID concode_elem_sep List<Object> sources concode_elem_sep Throwable cause concode_elem_sep String message concode_field_sep T acceptVisitor concode_elem_sep void applyTo concode_elem_sep String getSource concode_elem_sep int hashCode concode_elem_sep bo...
String function ( ) { return message ; }
20,272
equality check . concode_field_sep Vector<String> vector concode_field_sep void print_hoa concode_elem_sep Iterator<String> iterator concode_elem_sep Iterator<APElement> elementIterator concode_elem_sep void print concode_elem_sep APSet createCanonical concode_elem_sep int size concode_elem_sep int powersetSize concode...
boolean function ( APSet arg0 ) { return this . vector . equals ( arg0 . vector ) ; }
20,273
checks if string is integer concode_field_sep MarkovTextGenerator mtg concode_elem_sep TextArea resultBox concode_elem_sep Stage dialogStage concode_elem_sep TextField numWordsField concode_elem_sep MainApp mainApp concode_field_sep void setMainApp concode_elem_sep void handleCancel concode_elem_sep void handleGenerate...
boolean function ( String arg0 ) { try { Integer . parseInt ( arg0 ) ; } catch ( NumberFormatException loc0 ) { return false ; } return true ; }
20,274
return type metadata object concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String pk concode_field_sep org.apache.axis.encoding.Serializer getSerializer concode_elem_sep org.apache.axis.enc...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
20,275
converts this protocol version to a string . concode_field_sep String protocol concode_elem_sep int major concode_elem_sep int minor concode_elem_sep long serialVersionUID concode_field_sep int getMinor concode_elem_sep boolean lessEquals concode_elem_sep int hashCode concode_elem_sep boolean isComparable concode_elem_...
String function ( ) { CharArrayBuffer loc0 = new CharArrayBuffer ( 16 ) ; loc0 . append ( this . protocol ) ; loc0 . append ( '/' ) ; loc0 . append ( Integer . toString ( this . major ) ) ; loc0 . append ( '.' ) ; loc0 . append ( Integer . toString ( this . minor ) ) ; return loc0 . toString ( ) ; }
20,276
returns the location of the sdk . concode_field_sep String ADB_INI_FILE concode_elem_sep String ADB_INI_HEADER concode_elem_sep LocalSdk mLocalSdk concode_elem_sep boolean DEBUG concode_elem_sep int NOT_SPECIFIED concode_elem_sep int mRevision concode_elem_sep int mApi concode_field_sep LocalSdk getLocalSdk concode_ele...
String function ( ) { File loc0 = mLocalSdk . getLocation ( ) ; assert loc0 != null ; return loc0 . getPath ( ) ; }
20,277
applies the viewport to the camera and sets the glviewport . concode_field_sep Vector3 tmp concode_elem_sep float worldWidth concode_elem_sep int screenWidth concode_elem_sep float worldHeight concode_elem_sep int screenHeight concode_elem_sep Camera camera concode_elem_sep int screenX concode_elem_sep int screenY conc...
void function ( boolean arg0 ) { HdpiUtils . glViewport ( screenX , screenY , screenWidth , screenHeight ) ; camera . viewportWidth = worldWidth ; camera . viewportHeight = worldHeight ; if ( arg0 ) camera . position . set ( worldWidth / 2 , worldHeight / 2 , 0 ) ; camera . update ( ) ; }
20,278
cast provided object to a string concode_field_sep PlaceHolder placeHolder concode_field_sep void addReCaptchaHeaders concode_elem_sep String getStringValue concode_elem_sep String getFullQualifiedUsername concode_elem_sep String getUserPortalUrl concode_elem_sep int getIntValue concode_elem_sep String getPrintableErro...
String [ ] function ( Object arg0 ) { if ( arg0 != null && arg0 instanceof String [ ] ) { return ( String [ ] ) arg0 ; } return ArrayUtils . EMPTY_STRING_ARRAY ; }
20,279
gets the remote port concode_field_sep TcpConnection tcp_conn concode_elem_sep ConnectionIdentifier connection_id concode_elem_sep long last_time concode_elem_sep TransportListener listener concode_elem_sep String PROTO_TCP concode_elem_sep String text concode_field_sep void halt concode_elem_sep long getLastTimeMillis...
int function ( ) { if ( tcp_conn != null ) return tcp_conn . getRemotePort ( ) ; else return 0 ; }
20,280
get the configuration used to set up the fs concode_field_sep Logger LOG concode_elem_sep String SCALE_TEST concode_elem_sep String KEY_OPERATION_COUNT concode_elem_sep Configuration conf concode_elem_sep long DEFAULT_OPERATION_COUNT concode_elem_sep S3AFileSystem fs concode_field_sep Path getTestPath concode_elem_sep ...
Configuration function ( ) { return conf ; }
20,281
returns the uuid of this social relation . concode_field_sep SocialRelation _socialRelation concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscaped...
java . lang . String function ( ) { return _socialRelation . getUuid ( ) ; }
20,282
the total time merges have been executed . concode_field_sep XContentBuilderString TOTAL concode_elem_sep long total concode_elem_sep XContentBuilderString TOTAL_TIME concode_elem_sep XContentBuilderString REFRESH concode_elem_sep XContentBuilderString TOTAL_TIME_IN_MILLIS concode_elem_sep long totalTimeInMillis concod...
TimeValue function ( ) { return new TimeValue ( totalTimeInMillis ) ; }
20,283
specify an ipv4 address by using cidr notation . for example : to configure aws waf to allow , block , or count requests that originated from the ip address 192.0.2.44 , specify 192.0.2.44 / 32 . to configure aws waf to allow , block , or count requests that originated from ip addresses from 192.0.2.0 to 192.0.2.255 , ...
IPSetDescriptor function ( String arg0 ) { setValue ( arg0 ) ; return this ; }
20,284
returns the number of rows matching the dynamic query . concode_field_sep PortalPreferencesLocalService _portalPreferencesLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionab...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _portalPreferencesLocalService . dynamicQueryCount ( arg0 ) ; }
20,285
returns the number of kaleo notification recipients . concode_field_sep KaleoNotificationRecipientLocalService _kaleoNotificationRecipientLocalService concode_field_sep com.liferay.portal.workflow.kaleo.model.KaleoNotificationRecipient getKaleoNotificationRecipient concode_elem_sep java.lang.String getOSGiServiceIdenti...
int function ( ) { return _kaleoNotificationRecipientLocalService . getKaleoNotificationRecipientsCount ( ) ; }
20,286
gets the value of the resourceadaptorentitylink property . concode_field_sep ResourceAdaptorObjectName resourceAdaptorObjectName concode_elem_sep Description description concode_elem_sep ResourceAdaptorEntityLink resourceAdaptorEntityLink concode_elem_sep String id concode_field_sep ResourceAdaptorObjectName getResourc...
ResourceAdaptorEntityLink function ( ) { return resourceAdaptorEntityLink ; }
20,287
remove the leg from the list of legs concode_field_sep Double elevationLost concode_elem_sep Long duration concode_elem_sep boolean walkLimitExceeded concode_elem_sep Double walkDistance concode_elem_sep Double elevationGained concode_elem_sep long walkTime concode_elem_sep Calendar endTime concode_elem_sep boolean too...
void function ( Leg arg0 ) { if ( arg0 != null ) { legs . remove ( arg0 ) ; } }
20,288
closes this connection . concode_field_sep Thread runnerThread concode_elem_sep Server server concode_elem_sep boolean keepAlive concode_elem_sep RowOutputBinary rowOut concode_elem_sep Session session concode_elem_sep byte[] mainBuffer concode_elem_sep RowInputBinary rowIn concode_elem_sep BufferedOutputStream dataOut...
void function ( ) { if ( session != null ) { session . close ( ) ; } session = null ; try { socket . close ( ) ; } catch ( IOException loc0 ) { } synchronized ( server . serverConnSet ) { server . serverConnSet . remove ( this ) ; } }
20,289
send server request to get ip of the node that has the file concode_field_sep TCPConnection connectionToServer concode_elem_sep FileMapping fileMap concode_elem_sep boolean closed concode_field_sep void populateFileMap concode_elem_sep void sendAvailableFilesToServer concode_elem_sep Set<String> getAvailableFiles conco...
void function ( String arg0 ) { byte [ ] loc0 = ConnectionUtils . constructHeader ( arg0 . length ( ) , MessageType . REQUEST ) ; byte [ ] loc1 = ConnectionUtils . merge ( loc0 , arg0 . getBytes ( ) ) ; connectionToServer . send ( loc1 ) ; }
20,290
called after each test method is run . concode_field_sep PlaceHolder placeHolder concode_field_sep String getTestApplicationName concode_elem_sep Application createApplication concode_elem_sep void addManifestActivitiesToPackageManager concode_elem_sep void prepareTest concode_elem_sep void beforeTest concode_elem_sep ...
void function ( final Method arg0 ) { if ( RuntimeEnvironment . application instanceof TestLifecycleApplication ) { ( ( TestLifecycleApplication ) RuntimeEnvironment . application ) . afterTest ( arg0 ) ; } }
20,291
return a studentformdata instance constructed from a student instance . concode_field_sep List<Hobby> hobbies concode_elem_sep String password concode_elem_sep List<Student> allStudents concode_elem_sep GradeLevel level concode_elem_sep String name concode_elem_sep List<Major> majors concode_elem_sep GradePointAverage ...
StudentFormData function ( long arg0 ) { for ( Student loc0 : allStudents ) { if ( loc0 . getId ( ) == arg0 ) { return new StudentFormData ( loc0 . name , loc0 . password , loc0 . level , loc0 . gpa , loc0 . hobbies , loc0 . majors ) ; } } throw new RuntimeException ( "srini_string" ) ; }
20,292
get the id . concode_field_sep int mHeight concode_elem_sep int mLatency concode_elem_sep int mWidth concode_elem_sep boolean mMotionTouch concode_elem_sep int mRefreshRate concode_elem_sep int mColors concode_elem_sep long mId concode_elem_sep boolean mTapTouch concode_field_sep int getRefreshRate concode_elem_sep boo...
long function ( ) { return mId ; }
20,293
sets all vertical abilities to false concode_field_sep int VERTICAL concode_elem_sep int END concode_elem_sep Boolean[][] abilities concode_elem_sep int BEGINING concode_elem_sep int HORIZONTAL concode_elem_sep int IN concode_elem_sep String content concode_field_sep void setConntent concode_elem_sep Boolean[][] getAbi...
void function ( ) { for ( int loc0 = 0 ; loc0 < this . abilities [ 0 ] . length ; loc0 ++ ) this . setAbilities ( BoardCell . VERTICAL , loc0 , Boolean . FALSE ) ; }
20,294
gets the value of the this property . concode_field_sep ManagedObjectReference _this concode_elem_sep HostDnsConfig config concode_field_sep void setThis concode_elem_sep HostDnsConfig getConfig concode_elem_sep void setConfig
ManagedObjectReference function ( ) { return _this ; }
20,295
called whenever the osgi framework starts our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; }
20,296
verifies that message is signed if post binding is used and metadata idp requires requests to be signed . concode_field_sep ServletOutputStream output concode_elem_sep SAMLMessageContext samlContext concode_elem_sep HttpServletRequest request concode_elem_sep MetadataManager metadata concode_elem_sep HttpServletRespons...
void function ( ) { options . setBinding ( "srini_string" ) ; storage . storeMessage ( ( String ) notNull ( ) , ( XMLObject ) notNull ( ) ) ; replyMock ( ) ; profile . sendAuthenticationRequest ( samlContext , options ) ; verifyMock ( ) ; }
20,297
called whenever the osgi framework stops our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep Version getVersion concode_elem_sep void start concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; }
20,298
return current progress . concode_field_sep String method concode_elem_sep int lastProgress concode_elem_sep ProgressMonitor progressMonitor concode_elem_sep State state concode_elem_sep int progress concode_elem_sep int threshold concode_elem_sep String contentType concode_elem_sep boolean connected concode_elem_sep U...
int function ( ) { return progress ; }
20,299
returns a textureregion based on the so called state time . this is the amount of seconds an object has spent in thestate this animation instance represents , e.g. running , jumping and so on using the mode specified by #setplaymode playmode method . concode_field_sep float animationDuration concode_elem_sep int lastFr...
TextureRegion function ( float arg0 ) { int loc0 = getKeyFrameIndex ( arg0 ) ; return keyFrames [ loc0 ] ; }