idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
9,200
get the size to use for the ` value ' columns in characters concode_field_sep int valueColumnMaxChars concode_elem_sep String valueColumnOmissionMark concode_elem_sep int sortColumnMaxChars concode_field_sep String truncateSortValue concode_elem_sep String truncateSortValue concode_elem_sep String truncateValue concode...
int function ( ) { return this . valueColumnMaxChars ; }
9,201
checks if this dimension has a resolution concode_field_sep TimeZone UTC_TIME_ZONE concode_elem_sep String UTC_PATTERN concode_elem_sep GridCoverage2DReader reader concode_elem_sep Comparator<Object> ELEVATION_COMPARATOR concode_elem_sep Logger LOGGER concode_elem_sep Comparator<Object> TEMPORAL_COMPARATOR concode_elem...
boolean function ( String arg0 ) { Utilities . ensureNonNull ( "srini_string" , arg0 ) ; return metadataNames . contains ( arg0 . toUpperCase ( ) + "srini_string" ) ; }
9,202
returns the length of this buffer . concode_field_sep int mode concode_elem_sep ByteBuffer buffer concode_elem_sep ByteBufferAllocator allocator concode_elem_sep int OUTPUT_MODE concode_elem_sep int INPUT_MODE concode_field_sep void expandCapacity concode_elem_sep void setOutputMode concode_elem_sep void expand concode...
int function ( ) { setOutputMode ( ) ; return this . buffer . remaining ( ) ; }
9,203
sets the value of the value property . concode_field_sep String name concode_elem_sep String notificationsEnabled concode_elem_sep String id concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getNotificationsEnabled concode_elem_sep String getName concode_elem_sep String getvalue conco...
void function ( String arg0 ) { this . value = arg0 ; }
9,204
returns true if the response indicates that the zone is up to date . this will be true only if an ixfr was performed . concode_field_sep List deletes concode_elem_sep int qtype concode_elem_sep List ixfr concode_elem_sep int IXFR_ADD concode_elem_sep long ixfr_serial concode_elem_sep long current_serial concode_elem_se...
boolean function ( ) { return ( axfr == null && ixfr == null ) ; }
9,205
the change batches within the given hosted zone and time period . note : this method appends the values to the existing list if any . use #setchangebatchrecords java.util.collection or #withchangebatchrecords java.util.collection if you want tooverride the existing values . concode_field_sep Boolean isTruncated concode...
ListChangeBatchesByHostedZoneResult function ( ChangeBatchRecord ... arg0 ) { if ( this . changeBatchRecords == null ) { setChangeBatchRecords ( new com . amazonaws . internal . SdkInternalList < ChangeBatchRecord > ( arg0 . length ) ) ; } for ( ChangeBatchRecord loc0 : arg0 ) { this . changeBatchRecords . add ( loc0 )...
9,206
implements svgmatrix #getf . concode_field_sep AffineTransform FLIP_X_TRANSFORM concode_elem_sep AffineTransform FLIP_Y_TRANSFORM concode_field_sep SVGMatrix inverse concode_elem_sep SVGMatrix rotate concode_elem_sep SVGMatrix scaleNonUniform concode_elem_sep SVGMatrix rotateFromVector concode_elem_sep SVGMatrix skewX ...
float function ( ) { return ( float ) getAffineTransform ( ) . getTranslateY ( ) ; }
9,207
gets the value of the message property . concode_field_sep String message concode_field_sep void setMessage
String function ( ) { return message ; }
9,208
strips the prefix from the value . returns the value as-is if not starting with the prefix . concode_field_sep String RAW_TOKEN_START concode_elem_sep String RAW_TOKEN_END concode_elem_sep String CHARSET concode_field_sep Map<String,Object> parseQuery concode_elem_sep Map<String,Object> parseQuery concode_elem_sep URI ...
String function ( String arg0 , String arg1 ) { if ( arg0 != null && arg0 . startsWith ( arg1 ) ) { return arg0 . substring ( arg1 . length ( ) ) ; } return arg0 ; }
9,209
gets selected time zone display name . concode_field_sep DateFormat selectedFormat concode_elem_sep int[] pacificXCoords concode_elem_sep int[] nfldXCoords concode_elem_sep int[] easternYCoords concode_elem_sep int[] alaskaYCoords concode_elem_sep int[] pacificYCoords concode_elem_sep ArrayList allTimeZoneList concode_...
String function ( ) { return displayNameTokenizer ( selectedTimeZone . getDisplayName ( ) ) ; }
9,210
create an instance of newcompound concode_field_sep PlaceHolder placeHolder concode_field_sep VinaParams createVinaParams concode_elem_sep WorkUnit createWorkUnit concode_elem_sep FilterParams createFilterParams concode_elem_sep ReturnUnit createReturnUnit concode_elem_sep Results createResults concode_elem_sep ShortRe...
NewCompound function ( ) { return new NewCompound ( ) ; }
9,211
sets the value of the salesrepinfo property . concode_field_sep SalesRepInfo salesRepInfo concode_elem_sep CustomerInfo customerInfo concode_elem_sep TradeInDevices tradeInDevices concode_elem_sep StoreInfo storeInfo concode_elem_sep TradeInDefferedDevices tradeInDefferedDevices concode_elem_sep Signatures signatures c...
void function ( SalesRepInfo arg0 ) { this . salesRepInfo = arg0 ; }
9,212
get custom serializer concode_field_sep com.google.api.ads.dfp.axis.v201403.Technology[] deviceManufacturers 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.Boolean isTargeted concode_field_s...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
9,213
returns the user name of this definition . concode_field_sep Definition _definition concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_se...
java . lang . String function ( ) { return _definition . getUserName ( ) ; }
9,214
checks if some of the edge of source polygon is inside target polygon area . warning : some use case are not covered . for example to know if to polygons instersects we check only if one or more edges of the two polygon are inside the other polygon shape . this works for our uses cases check if a door is inside a room ...
boolean function ( FreedomPolygon arg0 , FreedomPolygon arg1 ) { for ( FreedomPoint loc0 : arg0 . getPoints ( ) ) { if ( contains ( arg1 , loc0 ) ) { return true ; } } for ( FreedomPoint loc0 : arg1 . getPoints ( ) ) { if ( contains ( arg0 , loc0 ) ) { return true ; } } return false ; }
9,215
sets the value of the perform property . concode_field_sep String namespace concode_elem_sep boolean perform concode_elem_sep String textContent concode_elem_sep String algorithm concode_elem_sep String elementName concode_field_sep String getNamespace concode_elem_sep void setElementName concode_elem_sep String getAlg...
void function ( boolean arg0 ) { this . perform = arg0 ; }
9,216
returns an ordered range of all the assets . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to queryutil #all_pos will return the full resu...
List < Asset > function ( int arg0 , int arg1 , OrderByComparator < Asset > arg2 ) { return getPersistence ( ) . findAll ( arg0 , arg1 , arg2 ) ; }
9,217
delete the named file concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_field_sep void renameElement concode_elem_sep java.io.InputStream openInputStreamElement concode_elem_sep IOException to...
void function ( String arg0 ) { ( new File ( arg0 ) ) . delete ( ) ; }
9,218
get the number of dimensions for each coordinate stored in the list . all coordinates stored in the list have the same number of dimensions . concode_field_sep int mCount concode_elem_sep int mDim concode_field_sep double[] computeAverage concode_elem_sep double computeAverage concode_elem_sep void checkDimensions conc...
int function ( ) { return mDim ; }
9,219
gets the value of the id property . concode_field_sep String fromValue concode_elem_sep String fromParameter concode_elem_sep String toValue concode_elem_sep String toParameter concode_elem_sep String collatorRef concode_elem_sep String attributeName concode_elem_sep String id concode_field_sep String getFromValue conc...
String function ( ) { return id ; }
9,220
adds a new supported languagecode , with specified weight . overrides any previous weight for the language . concode_field_sep double D0 concode_elem_sep Map<ULocale,Double> languageToWeight concode_elem_sep Comparator<Double> myDescendingDouble concode_elem_sep Pattern languageSplitter concode_elem_sep Double D1 conco...
Builder function ( final ULocale arg0 , double arg1 ) { if ( languageToWeight . containsKey ( arg0 ) ) { languageToWeight . remove ( arg0 ) ; } if ( arg1 <= D0 ) { return this ; } else if ( arg1 > D1 ) { arg1 = D1 ; } languageToWeight . put ( arg0 , arg1 ) ; return this ; }
9,221
sets the executable to run . concode_field_sep List<String> shellArgs concode_elem_sep boolean doubleQuotedExecutableEscaped concode_elem_sep char exeQuoteDelimiter concode_elem_sep char argQuoteDelimiter concode_elem_sep String workingDir concode_elem_sep boolean singleQuotedExecutableEscaped concode_elem_sep char[] D...
void function ( String arg0 ) { if ( ( arg0 == null ) || ( arg0 . length ( ) == 0 ) ) { return ; } this . executable = arg0 . replace ( '/' , File . separatorChar ) . replace ( '|' , File . separatorChar ) ; }
9,222
getmillistodecidetopopup concode_field_sep String note concode_elem_sep Component component concode_elem_sep int millisToDecideToPopup concode_elem_sep int maximum concode_elem_sep Object message concode_elem_sep int millisToPopup concode_elem_sep int minimum concode_field_sep int getMillisToPopup concode_elem_sep bool...
int function ( ) { return millisToDecideToPopup ; }
9,223
remove this object from the two render groups it is registered with . concode_field_sep List<AuctionItemBean> auctionItems concode_elem_sep String AUCTION_RENDER_GROUP concode_elem_sep String TIME_LEFT_COLUMN concode_elem_sep boolean isDescending concode_elem_sep Logger logger concode_elem_sep String ITEM_NAME_COLUMN c...
void function ( ) { PushRenderer . removeCurrentView ( AUCTION_RENDER_GROUP ) ; PushRenderer . removeCurrentView ( IntervalPushRenderer . INTERVAL_RENDER_GROUP ) ; }
9,224
gets a list of employee records that matches the supplied criteria . concode_field_sep String sortColumn concode_elem_sep boolean isDescending concode_elem_sep Log logger concode_elem_sep ArrayList EMPLOYEE_POOL concode_field_sep int compare
ArrayList function ( int arg0 , boolean arg1 , String arg2 ) { ArrayList loc0 = getEmployees ( arg0 ) ; Collections . sort ( loc0 , new EmployeeComparator ( arg1 , arg2 ) ) ; return loc0 ; }
9,225
helper to get all packages from the bootstrap class loader . the default implementation of returning an empty array may be adequate , or you may decide that this needs some native help . concode_field_sep ProtectionDomain unknownProtectionDomain concode_elem_sep Permission protectionDomainPermission concode_elem_sep Ha...
Package [ ] function ( ) { Package [ ] loc0 = new Package [ definedPackages . size ( ) ] ; return ( Package [ ] ) definedPackages . values ( ) . toArray ( loc0 ) ; }
9,226
performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end...
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
9,227
visits the specified metric . concode_field_sep PlaceHolder placeHolder concode_field_sep void gauge concode_elem_sep void counter
void function ( Metric arg0 ) { if ( arg0 instanceof Counter ) { counter ( ( Counter ) arg0 ) ; } else if ( arg0 instanceof Gauge < ? > ) { gauge ( ( Gauge < ? > ) arg0 ) ; } }
9,228
creates a new readersentry instance for the current thread and stores the associated state in the queue of states . concode_field_sep long localreaderState concode_elem_sep State st concode_elem_sep int READS_ON_LEFT concode_elem_sep AtomicReference<State[]> readersStateArray concode_elem_sep TreeSet<E> rightTree conco...
ReadersEntry function ( ) { final ReadersEntry loc0 = new ReadersEntry ( STATE_NOT_READING ) ; entry . set ( loc0 ) ; readersStateQ . add ( loc0 . st ) ; readersStateArray . set ( null ) ; return loc0 ; }
9,229
returns the n-th parent scope of this scope . may return null . concode_field_sep EvalType evalType concode_elem_sep DynamicScope parent concode_elem_sep boolean lambda concode_elem_sep StaticScope staticScope concode_field_sep boolean inInstanceEval concode_elem_sep IRubyObject setValueZeroDepthZero concode_elem_sep D...
DynamicScope function ( int arg0 ) { DynamicScope loc0 = this ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) { if ( loc0 == null ) break ; loc0 = loc0 . getParentScope ( ) ; } return loc0 ; }
9,230
begin appending a new object . all keys and values until the balancing endobject will be appended to this object . the endobject method must be called to mark the object 's end . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer wri...
JSONWriter function ( ) { if ( this . mode == 'i' ) { this . mode = 'o' ; } if ( this . mode == 'o' || this . mode == 'a' ) { this . append ( "srini_string" ) ; this . push ( new JSONObject ( ) ) ; this . comma = false ; return this ; } throw new JSONException ( "srini_string" ) ; }
9,231
initializes this static object with the context of the calling activity . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep String TAG concode_elem_sep CameraManager cameraManager concode_elem_sep CameraConfigurationManager configManager concode_elem_sep Previe...
void function ( Context arg0 ) { if ( cameraManager == null ) { cameraManager = new CameraManager ( arg0 ) ; } }
9,232
getter for property locale . concode_field_sep Object mutex concode_elem_sep HsqlArrayList bundleList concode_elem_sep Locale locale concode_elem_sep Method newGetBundleMethod concode_elem_sep String prefix concode_elem_sep HashMap bundleHandleMap concode_field_sep String getString concode_elem_sep Method getNewGetBund...
Locale function ( ) { synchronized ( mutex ) { return locale ; } }
9,233
sets the time in the given calendar using the given milliseconds value ; wrapper method to allow use of more efficient jdk1 .4 method on jdk1 .4 was protected in earlier versions . concode_field_sep Calendar today concode_elem_sep String zerodatetime concode_elem_sep Calendar tempCalGMT1 concode_elem_sep SimpleDateForm...
void function ( Calendar arg0 , long arg1 ) { arg0 . setTimeInMillis ( arg1 ) ; }
9,234
the cause of the failure . this information is generated by the system and can be useful for diagnostic purposes . if cause is set to operation_not_permitted , the decision failed because it lacked sufficient permissions . for details and example iam policies , see using iam to manage access to amazon swf workflows . c...
void function ( String arg0 ) { this . cause = arg0 ; }
9,235
returns the color value for the element with the name supplied , it will create a new element if the element does not exist . it will return the default value when the element can not be parsed or when no value has been set . concode_field_sep XElement element concode_elem_sep Hashtable lists concode_field_sep void add...
Color function ( String arg0 , Color arg1 ) { Color loc0 = getColor ( arg0 ) ; if ( loc0 == null ) { return arg1 ; } return loc0 ; }
9,236
gets the value of the serialnumber property . concode_field_sep String serialNumberType concode_elem_sep String retailStoreType concode_elem_sep String serialNumber concode_elem_sep List<Question> questionResponse concode_elem_sep String serviceProvider concode_elem_sep String model concode_elem_sep long serialVersionU...
String function ( ) { return serialNumber ; }
9,237
setter for the field typemodel . concode_field_sep String parentUri concode_elem_sep Map<String,UriParameter> uriParameters concode_elem_sep String displayName concode_elem_sep String description concode_elem_sep List<TemplateUse> typeModel concode_elem_sep String type concode_elem_sep Map<String,List<UriParameter>> ba...
void function ( List < TemplateUse > arg0 ) { this . typeModel = arg0 ; }
9,238
convert a cookie list into a jsonobject . a cookie list is a sequence of name/value pairs . the names are separated from the values by ' = ' . the pairs are separated by ' ; ' . the names and the values will be unescaped , possibly converting ' + ' and ' % ' sequences . to add a cookie to a cooklist , cookielistjsonobj...
JSONObject function ( String arg0 ) { JSONObject loc0 = new JSONObject ( ) ; JSONTokener loc1 = new JSONTokener ( arg0 ) ; while ( loc1 . more ( ) ) { String loc2 = Cookie . unescape ( loc1 . nextTo ( '=' ) ) ; loc1 . next ( '=' ) ; loc0 . put ( loc2 , Cookie . unescape ( loc1 . nextTo ( ';' ) ) ) ; loc1 . next ( ) ; }...
9,239
returns a cloned instance of the object description . the contents of the parameter objects collection are cloned too , so that any already defined parameter value is copied to the new instance . parameter definitions are not cloned , as they are considered read-only . the newly instantiated object description is not c...
ObjectDescription function ( ) { try { final AbstractObjectDescription loc0 = ( AbstractObjectDescription ) super . clone ( ) ; loc0 . parameters = ( HashMap ) this . parameters . clone ( ) ; loc0 . config = null ; return loc0 ; } catch ( Exception loc0 ) { Log . error ( "srini_string" , loc0 ) ; return null ; } }
9,240
set the y-range for this screen part concode_field_sep double[] yRange concode_elem_sep double[] xRange concode_elem_sep Vector<Drawable> drawables concode_field_sep double[] getxRange concode_elem_sep void addDrawable concode_elem_sep double[] getyRange concode_elem_sep void setxRange concode_elem_sep Vector<Drawable>...
void function ( double [ ] arg0 ) { this . yRange = arg0 ; }
9,241
sets the value of the tokenid property . concode_field_sep JAXBElement<String> opesusername concode_elem_sep JAXBElement<String> opstenantname concode_elem_sep JAXBElement<String> tokenId concode_elem_sep JAXBElement<String> ip concode_elem_sep JAXBElement<String> tenantId concode_elem_sep JAXBElement<String> opspasswo...
void function ( JAXBElement < String > arg0 ) { this . tokenId = arg0 ; }
9,242
use https communication concode_field_sep boolean followRedirectFilter concode_elem_sep Integer maxTotalConnections concode_elem_sep Integer port concode_elem_sep boolean secure concode_elem_sep String password concode_elem_sep String certPath concode_elem_sep Integer maxPerRouteConnections concode_elem_sep Map<String,...
void function ( boolean arg0 ) { this . secure = arg0 ; }
9,243
returns an array of field containing the public fields of the class represented by the supplied class . concode_field_sep PlaceHolder placeHolder concode_field_sep Field getDeclaredField concode_elem_sep Class forName concode_elem_sep boolean isAnnotationPresent concode_elem_sep Field getField concode_elem_sep Method g...
Field [ ] function ( Class arg0 ) { java . lang . reflect . Field [ ] loc0 = arg0 . getFields ( ) ; Field [ ] loc1 = new Field [ loc0 . length ] ; for ( int loc2 = 0 , loc3 = loc0 . length ; loc2 < loc3 ; loc2 ++ ) { loc1 [ loc2 ] = new Field ( loc0 [ loc2 ] ) ; } return loc1 ; }
9,244
this method must not be called outside the workbench . utility method for handling status . concode_field_sep PlaceHolder placeHolder concode_field_sep List flatten concode_elem_sep IStatus newStatus concode_elem_sep IStatus newStatus concode_elem_sep IStatus newStatus concode_elem_sep IStatus newStatus concode_elem_se...
void function ( IStatus arg0 , int arg1 , Shell arg2 ) { StatusManager . getManager ( ) . handle ( arg0 , arg1 ) ; }
9,245
load the service file . concode_field_sep String RESOURCE_PREFIX concode_elem_sep String FILENAME_PREFIX concode_elem_sep char COMMENT_CHAR concode_field_sep void parseLine
void function ( Class < ? > arg0 ) { load ( arg0 , ELKIServiceLoader . class . getClassLoader ( ) ) ; }
9,246
gets expiration date of the user contact . concode_field_sep boolean changed concode_elem_sep String name concode_elem_sep Hashtable contact_list concode_elem_sep String filename concode_elem_sep Hashtable users concode_field_sep NameAddress getUserContactNameAddress concode_elem_sep String getName concode_elem_sep Str...
Date function ( String arg0 , String arg1 ) { if ( ! hasUser ( arg0 ) ) return null ; return getUserBindingInfo ( arg0 ) . getExpirationDate ( arg1 ) ; }
9,247
returns the method name within the context of ` cls ' class definition . concode_field_sep IAttributeCollection m_attributes concode_elem_sep int m_descriptor_index concode_elem_sep int m_name_index concode_elem_sep int m_access_flags concode_field_sep String getDescriptor concode_elem_sep IAttributeCollection getAttri...
String function ( final ClassDef arg0 ) { return ( ( CONSTANT_Utf8_info ) arg0 . getConstants ( ) . get ( m_name_index ) ) . m_value ; }
9,248
add such a method to avoid the defered nullpointerexception . concode_field_sep XMLAttribute[] attributes concode_elem_sep XMLElement parent concode_elem_sep XMLElement[] childElements concode_elem_sep String elementNamespaceURI concode_elem_sep String elementName concode_field_sep void addChildElements concode_elem_se...
Class < ? > function ( String arg0 ) { Class < ? > loc0 = getElementClass ( arg0 ) ; if ( loc0 == null ) { throw new NullPointerException ( "srini_string" = "srini_string" ) ; } return loc0 ; }
9,249
sets the value of the data property . concode_field_sep Repositories.Data data concode_elem_sep List<RepositoryType> repositoriesItem concode_field_sep List<RepositoryType> getRepositoriesItem concode_elem_sep Repositories.Data getData
void function ( Repositories . Data arg0 ) { this . data = arg0 ; }
9,250
syntactic sugar to make matchers more readable . concode_field_sep PlaceHolder placeHolder concode_field_sep Matcher<Product> named
Matcher < T > function ( Matcher < T > arg0 ) { return arg0 ; }
9,251
returns the bundle context of this bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep Version getVersion concode_elem_sep void stop concode_elem_sep void start
BundleContext function ( ) { return context ; }
9,252
return the set of manner features for this feature set . concode_field_sep int NASAL concode_elem_sep BitSet features concode_elem_sep int STOP concode_elem_sep int GLIDE concode_elem_sep int LATERAL concode_elem_sep char ipaChar concode_elem_sep int FRICATIVE concode_elem_sep int RHOTIC concode_elem_sep Iterator<Strin...
FeatureSet function ( ) { FeatureSet loc0 = new FeatureSet ( ) ; for ( Feature loc1 : this ) { if ( loc1 . getPrimaryFamily ( ) == FeatureFamily . MANNER ) loc0 . addFeature ( loc1 . getName ( ) ) ; } return loc0 ; }
9,253
sends a message to all spectators and the console . concode_field_sep String SPECTATORS_CHAT_PREFIX concode_elem_sep SpectatorPlus p concode_elem_sep List<String> internalWhitelist concode_elem_sep List<String> commandsWhitelist concode_field_sep void broadcastToSpectators concode_elem_sep void addCommandToWhitelist co...
void function ( final RawText arg0 ) { for ( Player loc0 : p . getServer ( ) . getOnlinePlayers ( ) ) { if ( p . getPlayerData ( loc0 ) . isSpectating ( ) ) { MessageSender . sendChatMessage ( loc0 , arg0 ) ; } } p . getServer ( ) . getConsoleSender ( ) . sendMessage ( arg0 . toFormattedText ( ) ) ; }
9,254
initialize the tree if the page file already existed . concode_field_sep E rootEntry concode_elem_sep int dirMinimum concode_elem_sep PageFile<N> file concode_elem_sep int leafMinimum concode_elem_sep int dirCapacity concode_elem_sep int leafCapacity concode_elem_sep boolean initialized concode_field_sep TreeIndexHeade...
void function ( ) { TreeIndexHeader loc0 = createHeader ( ) ; if ( this . file . initialize ( loc0 ) ) { initializeFromFile ( loc0 , file ) ; } rootEntry = createRootEntry ( ) ; }
9,255
sets the value of the confidence property . concode_field_sep Float confidence concode_elem_sep long serialVersionUID concode_elem_sep String lang concode_elem_sep List<Serializable> freeTextAnnotationOrStructuredAnnotationOrKeywordAnnotation concode_elem_sep Float relevance concode_field_sep String getLang concode_ele...
void function ( Float arg0 ) { this . confidence = arg0 ; }
9,256
returns the value of ` requestid ' of an object of this class . concode_field_sep Long reference concode_elem_sep Set<Header> headers concode_elem_sep String method concode_elem_sep Long requestId concode_elem_sep String relativeUrl concode_elem_sep String body concode_field_sep void setMethod concode_elem_sep void set...
Long function ( ) { return this . requestId ; }
9,257
take an item of fruit out of the bowl . concode_field_sep ArrayList<Fruit> fruit concode_field_sep int countFruit concode_elem_sep String toString concode_elem_sep void put
Fruit function ( ) { if ( fruit . isEmpty ( ) ) { return null ; } else { return fruit . remove ( 0 ) ; } }
9,258
retrieve the search string . search string used to find principals users and groups . matching principals will be those that have this particular string as a substring either at name property of their principal id , or at : firstname or lastname property - for personuser description property - for group concode_field_s...
String function ( ) { return this . searchString ; }
9,259
sets the value of the seed property . concode_field_sep byte[] p concode_elem_sep byte[] q concode_elem_sep byte[] seed concode_elem_sep byte[] g concode_elem_sep byte[] pgenCounter concode_elem_sep byte[] y concode_elem_sep byte[] j concode_field_sep byte[] getG concode_elem_sep void setY concode_elem_sep byte[] getSe...
void function ( byte [ ] arg0 ) { this . seed = ( ( byte [ ] ) arg0 ) ; }
9,260
sets the gallery type name . concode_field_sep String m_title concode_elem_sep ArrayList<String> m_contentTypes concode_elem_sep String m_path concode_elem_sep boolean m_editable concode_elem_sep String m_type concode_field_sep String getTitle concode_elem_sep void setEditable concode_elem_sep boolean isEditable concod...
void function ( String arg0 ) { m_type = arg0 ; }
9,261
sets the name . concode_field_sep Enroler enroler concode_elem_sep Verifier verifier concode_elem_sep String name concode_elem_sep boolean started concode_elem_sep Series<Parameter> parameters concode_field_sep void setParameters concode_elem_sep void setEnroler concode_elem_sep String getName concode_elem_sep boolean ...
void function ( String arg0 ) { this . name = arg0 ; }
9,262
get custom deserializer concode_field_sep com.netsuite.webservices.platform.core_2014_2.RecordRef parent concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef fiscalCalendar concode_elem_sep org.apache.axis.descrip...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
9,263
reset the state of this requestor concode_field_sep IType fElement concode_field_sep void acceptPackageFragment concode_elem_sep void acceptField concode_elem_sep void acceptMethod concode_elem_sep void acceptInitializer concode_elem_sep boolean isCanceled concode_elem_sep IType getType concode_elem_sep void acceptMemb...
void function ( ) { fElement = null ; }
9,264
interface abc : operation paramop param1 : integer , param2 : boolean : string operation stringop in event voidevent in event intevent : integer var intvar : integer var boolvar : boolean concode_field_sep ILinker linker concode_elem_sep StextResourceFactory factory concode_elem_sep IParser parser concode_field_sep Ste...
Scope function ( ) { return createInterfaceScope ( "srini_string" ) ; }
9,265
get property type concode_field_sep String parent concode_elem_sep String datePattern concode_elem_sep Boolean working concode_elem_sep long serialVersionUID concode_elem_sep String type concode_elem_sep boolean remote concode_elem_sep String branch concode_elem_sep String directoryName concode_field_sep String getDate...
String function ( ) { return parent ; }
9,266
returns the value of the node . concode_field_sep String nodeName concode_elem_sep Map<String,String> attributes concode_elem_sep Object value concode_field_sep Map<String,String> getAttributes concode_elem_sep Object formatText concode_elem_sep String toString concode_elem_sep String getNodeName
Object function ( ) { return this . value ; }
9,267
sets the parent pdf object 's reference . concode_field_sep Reference reference concode_elem_sep char[] hexChar concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder stringToHex concode_elem_sep String getDecryptedLiteralString concode_elem_sep String encryption ...
void function ( Reference arg0 ) { this . reference = arg0 ; }
9,268
sets the ` dead ' bytes . these bytes are left if the content of the box has been parsed but not all bytes have been used up . concode_field_sep Container parent concode_elem_sep boolean isParsed concode_elem_sep long offset concode_elem_sep long contentStartPosition concode_elem_sep ByteBuffer deadBytes concode_elem_s...
void function ( ByteBuffer arg0 ) { deadBytes = arg0 ; }
9,269
if a waiting thread has been set , interrupts it . concode_field_sep WaitingThread waitingThread concode_elem_sep boolean aborted concode_field_sep void setWaitingThread
void function ( ) { aborted = true ; if ( waitingThread != null ) waitingThread . interrupt ( ) ; }
9,270
adding dynamic sequence concode_field_sep String serviceName concode_elem_sep Log log concode_elem_sep SequenceAdminServiceStub sequenceAdminServiceStub concode_field_sep void updateSequence concode_elem_sep int getDynamicSequenceCount concode_elem_sep SequenceInfo[] getSequences concode_elem_sep String[] getSequences ...
void function ( String arg0 , OMElement arg1 ) { sequenceAdminServiceStub . addDynamicSequence ( arg0 , arg1 ) ; }
9,271
gets the value of the headerrowcellstyle property . concode_field_sep Long queryTableFieldId concode_elem_sep Object parent concode_elem_sep String dataCellStyle concode_elem_sep CTXmlColumnPr xmlColumnPr concode_elem_sep CTExtensionList extLst concode_elem_sep String headerRowCellStyle concode_elem_sep Long totalsRowD...
String function ( ) { return headerRowCellStyle ; }
9,272
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void visitErrorNode concode_elem_sep void enterProgram concode_elem_sep void visitTerminal concode_elem_sep void exitSends_to_tl concode_elem_sep void enterEveryRule concode_elem_sep void enterSends_to_tl concode_elem_...
void function ( @ NotNull ParserRuleContext arg0 ) { }
9,273
create install a new module , by way of composition . resulting type is inferred . concode_field_sep DetailedModuleDefinitionResourceAssembler detailedAssembler concode_elem_sep ModuleDefinitionService moduleDefinitionService concode_elem_sep ModuleDefinitionResourceAssembler simpleAssembler concode_field_sep ModuleDef...
ModuleDefinitionResource function ( @ RequestParam ( "srini_string" ) String arg0 , @ RequestParam ( "srini_string" ) String arg1 , @ RequestParam ( value = "srini_string" , defaultValue = "srini_string" ) boolean arg2 ) { ModuleDefinition loc0 = moduleDefinitionService . compose ( arg0 , null , arg1 , arg2 ) ; ModuleD...
9,274
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 ) ) ; }
9,275
set the reference instance . concode_field_sep Reference reference concode_elem_sep MultipleManagedConnectionFactory2 mcf concode_elem_sep ConnectionManager connectionManager concode_elem_sep long serialVersionUID concode_elem_sep Logger log concode_field_sep MultipleConnection2 getConnection concode_elem_sep Reference...
void function ( Reference arg0 ) { log . trace ( "srini_string" ) ; this . reference = arg0 ; }
9,276
get the sql statement . concode_field_sep String sqlStatement concode_elem_sep Session session concode_elem_sep boolean create concode_elem_sep int currentRowNumber concode_elem_sep int rowScanCount concode_elem_sep long modificationMetaId concode_elem_sep ArrayList<Parameter> parameters concode_elem_sep boolean prepar...
String function ( ) { return sqlStatement ; }
9,277
converts the specified key into a secretkey for the specified algorithm concode_field_sep PlaceHolder placeHolder concode_field_sep KeyPair genKeyPair concode_elem_sep SecretKey genSecretKey concode_elem_sep SecretKey deriveSecretKey concode_elem_sep IvParameterSpec deriveIvParameterSpec concode_elem_sep IvParameterSpe...
SecretKey function ( KeyType arg0 , ByteBuffer arg1 ) { return getSecretKey ( arg0 , Fields . copyToArray ( arg1 ) ) ; }
9,278
create an instance of domainobject.domainknowledge.internaldomainproperty concode_field_sep QName _Annotations_QNAME concode_field_sep DomainObject.DomainKnowledge createDomainObjectDomainKnowledge concode_elem_sep DomainObject.RobustnessAnnotation createDomainObjectRobustnessAnnotation concode_elem_sep SwitchType.Defa...
DomainObject . DomainKnowledge . InternalDomainProperty function ( ) { return new DomainObject . DomainKnowledge . InternalDomainProperty ( ) ; }
9,279
test whether the given string is a legal lexical form of this datatype . concode_field_sep String datatypeURI concode_elem_sep String uri concode_elem_sep String lexicalValue concode_field_sep boolean isEqualPlain concode_elem_sep boolean isEqual concode_elem_sep Object parse concode_elem_sep boolean isValidValue conco...
boolean function ( String arg0 ) { try { parse ( arg0 ) ; return true ; } catch ( DatatypeFormatException loc0 ) { return false ; } }
9,280
/ concode_field_sep int field concode_elem_sep int dummy concode_elem_sep int ASDF concode_elem_sep String first concode_elem_sep String second concode_field_sep void method5 concode_elem_sep void method6 concode_elem_sep void method7 concode_elem_sep void method8 concode_elem_sep void method1 concode_elem_sep void met...
int function ( String arg0 ) { return 0 ; }
9,281
set this layout manager 's horizontal gap . concode_field_sep int LAST concode_elem_sep int FIRST concode_elem_sep int MAX concode_elem_sep Hashtable tab concode_elem_sep long serialVersionUID concode_elem_sep int vgap concode_elem_sep int NEXT concode_elem_sep int MIN concode_elem_sep int hgap concode_elem_sep int PRE...
void function ( int arg0 ) { this . hgap = arg0 ; }
9,282
sets the value of the version property . concode_field_sep List<TRssChannel> channel concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep List<Object> any concode_elem_sep BigDecimal version concode_field_sep BigDecimal getVersion concode_elem_sep List<TRssChannel> getChannel concode_elem_sep Map<QName,S...
void function ( BigDecimal arg0 ) { this . version = arg0 ; }
9,283
sets the server id . concode_field_sep String note concode_elem_sep String name concode_elem_sep long id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setNote concode_elem_sep long getId concode_elem_sep String getTranslatedNote concode_elem_sep String getNote
void function ( long arg0 ) { id = arg0 ; }
9,284
disconnect a sensor from channel concode_field_sep Channel[] channels concode_elem_sep boolean isOn concode_elem_sep LocalTime time concode_elem_sep LinkedList<AbstractEvent> runs concode_field_sep String PRINT concode_elem_sep void TOGGLE concode_elem_sep LocalTime getTime concode_elem_sep void EXPORT concode_elem_sep...
void function ( int arg0 ) { if ( arg0 < 0 || arg0 >= channels . length ) { System . out . println ( "srini_string" + channels . length ) ; } else if ( isOn ( ) ) { channels [ arg0 ] . disconnect ( ) ; } }
9,285
one statement inside multiline for loop block is legal . concode_field_sep int l concode_elem_sep int o concode_elem_sep int j concode_elem_sep int m concode_elem_sep int p concode_elem_sep int r concode_elem_sep int var10 concode_elem_sep int var11 concode_elem_sep int var6 concode_elem_sep int var9 concode_elem_sep i...
void function ( ) { for ( int loc0 = 0 , loc1 = 1 ; loc0 < 5 ; ) { int loc2 = 5 , loc3 = 2 ; } }
9,286
adds a listener that will be informed about changes of the memory map , i.e. when a new instruction or data was found by the disassembler concode_field_sep NavigableMap<Long,DataEntry> memoryMap concode_elem_sep CopyOnWriteArraySet<DataListener> listeners concode_field_sep DataEntry insertEntity concode_elem_sep void v...
void function ( DataListener arg0 ) { listeners . add ( arg0 ) ; }
9,287
gets the namespace uri for this qname concode_field_sep String EMPTY_STRING concode_elem_sep String localPart concode_elem_sep String prefix concode_elem_sep String namespaceURI concode_field_sep String getQualifiedName concode_elem_sep String getPrefix concode_elem_sep QName valueOf concode_elem_sep int hashCode conco...
String function ( ) { return namespaceURI ; }
9,288
set the value of the expanded property . concode_field_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep long serialVersionUID concode_elem_sep boolean leaf concode_elem_sep String leafIcon concode_elem_sep String ...
void function ( boolean arg0 ) { this . expanded = arg0 ; }
9,289
setter for property owner . concode_field_sep String owner concode_elem_sep org.apache.jetspeed.om.profile.Parameter entryParameter concode_elem_sep int TYPE_REGISTRY_PARAMETER concode_elem_sep Portlet portlet concode_elem_sep RegistryEntry registryEntry concode_elem_sep int TYPE_ENTRY concode_elem_sep org.apache.jetsp...
void function ( String arg0 ) { this . owner = arg0 ; }
9,290
retrieve the message for the given code and the given locale . concode_field_sep Locale defaultLocale concode_elem_sep MessageSource messageSource concode_field_sep Locale getDefaultLocale
String function ( String arg0 , Object [ ] arg1 , String arg2 , Locale arg3 ) { return this . messageSource . getMessage ( arg0 , arg1 , arg2 , arg3 ) ; }
9,291
set the datewritable based on the year/month/day of the date in the local timezone . concode_field_sep long MILLIS_PER_DAY concode_elem_sep ThreadLocal<Calendar> LOCAL_CALENDAR concode_elem_sep ThreadLocal<Calendar> UTC_CALENDAR concode_elem_sep ThreadLocal<TimeZone> LOCAL_TIMEZONE concode_elem_sep int daysSinceEpoch c...
void function ( Date arg0 ) { if ( arg0 == null ) { daysSinceEpoch = 0 ; return ; } set ( dateToDays ( arg0 ) ) ; }
9,292
remove interpreter setting concode_field_sep InterpreterSettingManager interpreterSettingManager concode_elem_sep Gson gson concode_elem_sep Logger logger concode_elem_sep NotebookServer notebookServer concode_field_sep Response restartSetting concode_elem_sep Response listInterpreter concode_elem_sep Response getMetaI...
Response function ( @ PathParam ( "srini_string" ) String arg0 ) { logger . info ( "srini_string" , arg0 ) ; interpreterSettingManager . remove ( arg0 ) ; return new JsonResponse ( Status . OK ) . build ( ) ; }
9,293
non-javadoc concode_field_sep String PACKAGE_NAME concode_elem_sep IFactory<Validator> INSTANCE concode_elem_sep Logger mLogger concode_field_sep Validator createValidator
Validator function ( QName arg0 ) { String loc0 = arg0 . getNamespaceURI ( ) ; if ( IConstants . XMLNS_PLNK . equals ( loc0 ) || IConstants . XMLNS_PLNK_OLD . equals ( loc0 ) ) { return createValidator ( arg0 . getLocalPart ( ) ) ; } return null ; }
9,294
the number of trusted signers for this cache behavior . concode_field_sep Integer quantity concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<String> items concode_elem_sep Boolean enabled concode_field_sep Integer getQuantity concode_elem_sep TrustedSigners withEnabled concode_elem_sep TrustedSigners wi...
void function ( Integer arg0 ) { this . quantity = arg0 ; }
9,295
set the path prefix as a regular expression . if set then this route will only match request uri paths , the beginning of which match the regex . only a single path or path regex can be set for a route . concode_field_sep io.vertx.ext.web.Route delegate concode_field_sep Route failureHandler concode_elem_sep Route hand...
Route function ( String arg0 ) { delegate . pathRegex ( arg0 ) ; return this ; }
9,296
returns the next socket address to try . concode_field_sep Address address concode_elem_sep Proxy lastProxy concode_elem_sep int nextProxyIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int nextInetSocketAddressIndex concode_elem_sep RouteDatabase routeDatabase concode_elem_sep List<Proxy> proxies c...
InetSocketAddress function ( ) { if ( ! hasNextInetSocketAddress ( ) ) { throw new SocketException ( "srini_string" + address . url ( ) . host ( ) + "srini_string" + inetSocketAddresses ) ; } return inetSocketAddresses . get ( nextInetSocketAddressIndex ++ ) ; }
9,297
return the type of event that is occurring . concode_field_sep int REDONE concode_elem_sep int OPERATION_ADDED concode_elem_sep int OPERATION_CHANGED concode_elem_sep IOperationHistory history concode_elem_sep int OPERATION_REMOVED concode_elem_sep int ABOUT_TO_REDO concode_elem_sep int UNDONE concode_elem_sep int code...
int function ( ) { return code ; }
9,298
returns true if the request succeeds ; otherwise , it returns an error . concode_field_sep Boolean returnValue concode_field_sep Boolean isReturn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setReturn concode_elem_sep DetachClassicLinkVpcResult clone concode_elem_sep String toStri...
Boolean function ( ) { return returnValue ; }
9,299
gets the value of the dcl property . concode_field_sep String elevation concode_elem_sep String gazref concode_elem_sep String mod concode_elem_sep String dimensionality concode_elem_sep String midIDs concode_elem_sep BigInteger start concode_elem_sep String dcl concode_elem_sep String type concode_elem_sep String gqua...
String function ( ) { return dcl ; }