idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
19,400
gets the value of the description property . concode_field_sep BigDecimal totalAmount concode_elem_sep List<PaymentEstimate.Fees> fees concode_elem_sep BigDecimal amount concode_elem_sep String description concode_elem_sep List<PaymentEstimate.Tax> tax concode_elem_sep long serialVersionUID concode_field_sep void setTo...
String function ( ) { return description ; }
19,401
formats a long as an 8-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 dump concode_elem_sep String u1 concode_elem_sep String u2 concode_elem_sep String u2or4 concode_elem_sep String u3 conc...
String function ( long arg0 ) { char [ ] loc0 = new char [ 17 ] ; if ( arg0 < 0 ) { loc0 [ 0 ] = '-' ; arg0 = - arg0 ; } else { loc0 [ 0 ] = '+' ; } for ( int loc1 = 0 ; loc1 < 16 ; loc1 ++ ) { loc0 [ 16 - loc1 ] = Character . forDigit ( ( int ) arg0 & 0x0f , 16 ) ; arg0 >>= 4 ; } return new String ( loc0 ) ; }
19,402
tests whether either intersection point is an interior point of the specified input segment . concode_field_sep int DO_INTERSECT concode_elem_sep int COLLINEAR concode_elem_sep int result concode_elem_sep Coordinate[] intPt concode_elem_sep Coordinate pa concode_elem_sep Coordinate pb concode_elem_sep int DONT_INTERSEC...
boolean function ( int arg0 ) { for ( int loc0 = 0 ; loc0 < result ; loc0 ++ ) { if ( ! ( intPt [ loc0 ] . equals2D ( inputLines [ arg0 ] [ 0 ] ) || intPt [ loc0 ] . equals2D ( inputLines [ arg0 ] [ 1 ] ) ) ) { return true ; } } return false ; }
19,403
returns true , if this proposal may be removed by the filter that removes duplicated proposals . concode_field_sep int start concode_elem_sep int R_XML_ATTRIBUTE_VALUE concode_elem_sep int R_XML_ATTRIBUTE_VALUE_TEMPLATE concode_elem_sep int R_JSP_JSF_EL_VARIABLE_ATTRIBUTE_VALUE concode_elem_sep Object source concode_el...
boolean function ( ) { return isFilterable ; }
19,404
indicates whether the elasticsearch domain is being deleted . concode_field_sep java.util.Date updateDate concode_elem_sep Integer updateVersion concode_elem_sep String state concode_elem_sep java.util.Date creationDate concode_elem_sep Boolean pendingDeletion concode_field_sep OptionStatus withCreationDate concode_ele...
OptionStatus function ( Boolean arg0 ) { setPendingDeletion ( arg0 ) ; return this ; }
19,405
begin appending a new array . all values until the balancing endarray will be appended to this array . the endarray method must be called to mark the array '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 writer concode_el...
JSONWriter function ( ) { if ( this . mode == 'i' || this . mode == 'o' || this . mode == 'a' ) { this . push ( null ) ; this . append ( "srini_string" ) ; this . comma = false ; return this ; } throw new JSONException ( "srini_string" ) ; }
19,406
whether the contents of the field can be returned in the search results . concode_field_sep String sourceFields concode_elem_sep Boolean returnEnabled concode_elem_sep Long defaultValue concode_elem_sep Boolean facetEnabled concode_elem_sep Boolean searchEnabled concode_field_sep void setDefaultValue concode_elem_sep I...
void function ( Boolean arg0 ) { this . returnEnabled = arg0 ; }
19,407
get enuminteger concode_field_sep EnumIntegerEnum enumInteger concode_elem_sep EnumStringEnum enumString concode_elem_sep Double value concode_elem_sep EnumNumberEnum enumNumber concode_field_sep String toIndentedString concode_elem_sep EnumNumberEnum getEnumNumber concode_elem_sep void setEnumInteger concode_elem_sep ...
EnumIntegerEnum function ( ) { return enumInteger ; }
19,408
adds the undirected edge v-w to this graph . concode_field_sep String NEWLINE concode_elem_sep int E concode_elem_sep int V concode_elem_sep Bag<Integer>[] adj concode_field_sep int E concode_elem_sep int V concode_elem_sep Iterable<Integer> adj concode_elem_sep int degree concode_elem_sep String toString concode_elem_...
void function ( int arg0 , int arg1 ) { validateVertex ( arg0 ) ; validateVertex ( arg1 ) ; E ++ ; adj [ arg0 ] . add ( arg1 ) ; adj [ arg1 ] . add ( arg0 ) ; }
19,409
of the resource in the given resource list , return the one that 's currently in use . if more than one such resource exists , one is chosen and returned . this method is used for reporting what 's causing the blockage . concode_field_sep Set<ResourceActivity> inProgress concode_elem_sep Collection<ResourceList> resour...
Resource function ( final ResourceList arg0 ) { try { return _withLock ( new Callable < Resource > ( ) { @ Override public Resource call ( ) { return arg0 . getConflict ( inUse ) ; } } ) ; } catch ( Exception loc0 ) { throw new IllegalStateException ( "srini_string" ) ; } }
19,410
clients should override this method if the post-processing can not be done in place . if the post-processing can be done in place , clients should override the #process bitmap method . the provided destination bitmap is of the same size as the source bitmap . there are no guarantees on the initial content of the destin...
void function ( Bitmap arg0 , Bitmap arg1 ) { Bitmaps . copyBitmap ( arg0 , arg1 ) ; process ( arg0 ) ; }
19,411
read and return the next string . concode_field_sep String charsetName concode_elem_sep java.util.Locale usLocale concode_elem_sep Pattern EMPTY_PATTERN concode_elem_sep Scanner scanner concode_elem_sep Pattern WHITESPACE_PATTERN concode_elem_sep Pattern EVERYTHING_PATTERN concode_field_sep void resync concode_elem_sep...
String function ( ) { return scanner . next ( ) ; }
19,412
getlisteners concode_field_sep long serialVersionUID concode_elem_sep EventListenerList listenerList concode_elem_sep int index concode_elem_sep ChangeEvent changeEvent concode_field_sep void removeChangeListener concode_elem_sep ChangeListener[] getChangeListeners concode_elem_sep void fireStateChanged concode_elem_se...
T [ ] function ( Class < T > arg0 ) { return listenerList . getListeners ( arg0 ) ; }
19,413
non-blocking poll for pending updates . this method can only be invoked by the same thread that allocated this threadsafeprogressmonior . concode_field_sep Thread mainThread concode_elem_sep Semaphore process concode_elem_sep AtomicInteger pendingUpdates concode_elem_sep ReentrantLock lock concode_elem_sep ProgressMoni...
void function ( ) { assert isMainThread ( ) ; doUpdates ( ) ; }
19,414
specify whether to accept and convert null values for all cachesin this cache manager . default is `` true '' , despite guava itself not supporting null values.an internal holder object will be used to store user-level null s. concode_field_sep ConcurrentMap<String,Cache> cacheMap concode_elem_sep CacheLoader<Object,Ob...
void function ( boolean arg0 ) { if ( this . allowNullValues != arg0 ) { this . allowNullValues = arg0 ; refreshKnownCaches ( ) ; } }
19,415
trim the sequence removing the last 'n' characters concode_field_sep String sequence concode_elem_sep int SEQ_OUTPUT_MAX_LENGTH concode_elem_sep String SEQ_ID_CHAR concode_elem_sep String description concode_elem_sep String id concode_field_sep String getSeq concode_elem_sep int size concode_elem_sep void lTrim concode...
void function ( int arg0 ) { this . sequence = this . sequence . substring ( 0 , this . sequence . length ( ) - arg0 ) ; }
19,416
get the count of active rows . concode_field_sep int mScreenRows concode_elem_sep int mColumns concode_elem_sep UnicodeTranscript mData concode_elem_sep int mTotalRows concode_field_sep void init concode_elem_sep String getSelectedText concode_elem_sep String getSelectedText concode_elem_sep void set concode_elem_sep v...
int function ( ) { return mData . getActiveRows ( ) ; }
19,417
picks the bomb at the position x , y concode_field_sep Gun gun concode_elem_sep List<Wall> walls concode_elem_sep List<Cat> cats concode_elem_sep IBomb pickingBomb concode_elem_sep World world concode_elem_sep List<Net> nets concode_elem_sep List<IBomb> bombs concode_elem_sep boolean isStarted concode_elem_sep boolean ...
void function ( int arg0 , int arg1 ) { for ( IBomb loc0 : bombs ) { float loc1 = loc0 . getPosX ( ) ; float loc2 = loc0 . getPosY ( ) ; if ( arg0 > loc1 - 20 && arg0 < loc1 + 20 && arg1 > loc2 - 20 && arg1 < loc2 + 20 ) { pickingBomb = loc0 ; break ; } } }
19,418
resets this builder . all configuration options are set to default values . note : if the #build method was called , it is notnecessary to call reset explicitly because this is doneautomatically . concode_field_sep Boolean daemonFlag concode_elem_sep String namingPattern concode_elem_sep AtomicLong threadCounter concod...
void function ( ) { wrappedFactory = null ; exceptionHandler = null ; namingPattern = null ; priority = null ; daemonFlag = null ; }
19,419
info log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setL...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 , arg2 ) ; }
19,420
returns the name of the receiver . on platforms that support font foundries , the return value will be the foundry followed by a dash '' - '' followed by the face name . concode_field_sep String country concode_elem_sep byte[] string concode_elem_sep String name concode_elem_sep String variant concode_elem_sep int styl...
String function ( ) { return name ; }
19,421
gets status code . concode_field_sep String statusDescription concode_elem_sep Integer itemStatusId concode_elem_sep String statusCode concode_field_sep void setStatusCode concode_elem_sep Integer getItemStatusId concode_elem_sep void setItemStatusId concode_elem_sep String getStatusDescription concode_elem_sep void se...
String function ( ) { return statusCode ; }
19,422
method that will add property name as one of properties that can be ignored if not recognized . concode_field_sep HashMap<String,SettableBeanProperty> _properties concode_elem_sep BasicBeanDescription _beanDesc concode_elem_sep boolean _ignoreAllUnknown concode_elem_sep HashSet<String> _ignorableProps concode_elem_sep ...
void function ( String arg0 ) { if ( _ignorableProps == null ) { _ignorableProps = new HashSet < String > ( ) ; } _ignorableProps . add ( arg0 ) ; }
19,423
does the cookie domain match the url ? concode_field_sep org.apache.commons.logging.Log _log concode_field_sep CookieData makeCookieData concode_elem_sep void storeCookie concode_elem_sep List newCookieList concode_elem_sep List getCookiesByPrefix concode_elem_sep List findCookiesForServer concode_elem_sep List getCook...
boolean function ( String arg0 , CookieData arg1 ) { URL loc0 ; try { loc0 = new URL ( arg0 ) ; } catch ( MalformedURLException loc1 ) { return false ; } return inDomain ( loc0 , arg1 ) ; }
19,424
returns true if the given state is currently active otherwise false . concode_field_sep long number concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean reset concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface...
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_Start : return stateVector [ 0 ] == State . main_region_Start ; case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; default : return false ; } }
19,425
is this servercontroller running on a windows operating system ? concode_field_sep Process serverProcess concode_elem_sep Properties serverProps concode_elem_sep String EXECUTABLE_NAME_KEY concode_elem_sep String DEFAULTS_FILE_KEY concode_elem_sep String DATADIR_KEY concode_elem_sep String BASEDIR_KEY concode_elem_sep ...
boolean function ( ) { return StringUtils . indexOfIgnoreCase ( getSystemProperties ( ) . getProperty ( "srini_string" ) , "srini_string" ) != - 1 ; }
19,426
join an iterable of strings into a single string with a delimiter . for example , join arrays.aslist `` foo '' , '' '' , `` bar '' , `` x '' , '' | '' would return `` foo | | bar | x '' concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isNullOrEmpty concode_elem_sep List<String> expandGlob concode_ele...
String function ( Iterable < String > arg0 , String arg1 ) { return join ( arg0 . iterator ( ) , arg1 ) ; }
19,427
sends the message msg . the destination for the request is computed as follows : - if outbound_addr is set , outbound_addr and outbound_port are used , otherwise - if message has route header with lr option parameter i.e. rfc3261 compliant , the first route address is used , otherwise - the request 's request-uri is co...
ConnectionIdentifier function ( Message arg0 ) { return sip_provider . sendMessage ( arg0 ) ; }
19,428
retrain the generator from scratch on the source text concode_field_sep String starter concode_elem_sep List<ListNode> wordList concode_elem_sep Random rnGenerator concode_elem_sep List<String> nextWords concode_elem_sep String word concode_field_sep String getWord concode_elem_sep String toString concode_elem_sep Stri...
void function ( String arg0 ) { wordList = new LinkedList < ListNode > ( ) ; starter = "srini_string" ; train ( arg0 ) ; }
19,429
get the message body . concode_field_sep Map<String,List<String>> headers concode_elem_sep StringBuffer body concode_field_sep void addHeader concode_elem_sep Iterator<String> getHeaderNames concode_elem_sep String[] getHeaderValues concode_elem_sep String toString concode_elem_sep void store concode_elem_sep String ge...
String function ( ) { return body . toString ( ) ; }
19,430
runs the given runnable on the ui thread . concode_field_sep Handler sMainHandler concode_field_sep boolean isOnUiThread concode_elem_sep void assertOnUiThread concode_elem_sep void assertNotOnUiThread
void function ( Runnable arg0 ) { synchronized ( UiThreadUtil . class ) { if ( sMainHandler == null ) { sMainHandler = new Handler ( Looper . getMainLooper ( ) ) ; } } sMainHandler . post ( arg0 ) ; }
19,431
returns the location of a given string in this adapter 's document based on a set of search criteria . concode_field_sep FindReplaceOperationCode REPLACE_FIND_NEXT concode_elem_sep FindReplaceOperationCode REPLACE concode_elem_sep FindReplaceOperationCode FIND_FIRST concode_elem_sep Document fDocument concode_elem_sep ...
Region function ( int arg0 , String arg1 , boolean arg2 , boolean arg3 , boolean arg4 , boolean arg5 ) { Assert . isTrue ( ! ( arg5 && arg4 ) ) ; if ( arg0 == - 1 && arg2 ) arg0 = 0 ; if ( arg0 == - 1 && ! arg2 ) arg0 = length ( ) - 1 ; return findReplace ( FIND_FIRST , arg0 , arg1 , null , arg2 , arg3 , arg4 ) ; }
19,432
gets the component id of the commandbutton , in the map ui , corresponding to this time zone . concode_field_sep Polygon mapPolygon concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep boolean isRelevantComponentId concode_elem_sep String getId concode_elem_sep Polygon getMapPolygon
String function ( ) { return mapCommandButtonId ; }
19,433
adds a new key/value pair into this map . if the key is not yet in the map , it gets added to the map and the call is equal to put object , object . concode_field_sep Object[] EMPTY_ARRAY concode_elem_sep long serialVersionUID concode_elem_sep Iterator EMPTY_ITERATOR concode_elem_sep HashMap table concode_field_sep Obj...
boolean function ( final Object arg0 , final Object arg1 ) { final List loc0 = ( List ) this . table . get ( arg0 ) ; if ( loc0 == null ) { put ( arg0 , arg1 ) ; return true ; } else { return loc0 . add ( arg1 ) ; } }
19,434
gets the label of the tab . concode_field_sep String removedTab concode_elem_sep List tabItems concode_elem_sep String newTabContent concode_elem_sep int index concode_elem_sep int tabIndex concode_elem_sep List tabs concode_elem_sep String newTabLabel concode_elem_sep String label concode_elem_sep String content conco...
String function ( ) { return label ; }
19,435
reads and composes the next document . concode_field_sep Resolver resolver concode_elem_sep Parser parser concode_elem_sep Map<String,Node> anchors concode_elem_sep Set<Node> recursiveNodes concode_field_sep Node composeMappingNode concode_elem_sep Node composeNode concode_elem_sep Node composeKeyNode concode_elem_sep ...
Node function ( ) { if ( ! parser . checkEvent ( Event . ID . StreamEnd ) ) { return composeDocument ( ) ; } else { return null ; } }
19,436
close the current opening tag if necessary and appends the supplied value as inner text . concode_field_sep PageContext pageContext concode_elem_sep Writer writer concode_elem_sep String tagName concode_elem_sep Stack<TagStateEntry> tagState concode_elem_sep boolean blockTag concode_field_sep void startTag concode_elem...
void function ( String arg0 ) { if ( ! inTag ( ) ) { throw new IllegalStateException ( "srini_string" ) ; } closeTagAndMarkAsBlock ( ) ; this . writer . append ( arg0 ) ; }
19,437
called to enable a rendezvous with count 2 . this method works by triggering a rule which calls byteman helper builtin createrendezvous o , 2 , repeatable concode_field_sep boolean running concode_elem_sep Uid uid concode_elem_sep boolean doRollback concode_elem_sep boolean cancelTried concode_elem_sep boolean rendezvo...
void function ( Object arg0 , boolean arg1 ) { }
19,438
get the level of this log line concode_field_sep String user concode_elem_sep String level concode_elem_sep String action concode_elem_sep Date date concode_elem_sep String params concode_field_sep boolean isLevel concode_elem_sep boolean afterDate concode_elem_sep String getUser concode_elem_sep Date getDate concode_e...
String function ( ) { return this . level ; }
19,439
returns the supplement of the cidsysteminfo . concode_field_sep int spaceMapping concode_elem_sep List<CIDRange> codeToCidRanges concode_elem_sep int cmapType concode_elem_sep String SPACE concode_elem_sep String registry concode_elem_sep List<CodespaceRange> codespaceRanges concode_elem_sep int supplement concode_elem...
int function ( ) { return supplement ; }
19,440
setter for setdataresponse concode_field_sep SetDataResponseType setDataResponse concode_elem_sep AuthorizationResponseType authorizationResponse concode_field_sep boolean isWhitespaceNode concode_elem_sep SetDataResponseType getSetDataResponse concode_elem_sep void setAuthorizationResponse concode_elem_sep Authorizati...
void function ( SetDataResponseType arg0 ) { this . setDataResponse = arg0 ; }
19,441
true indicates this statement create or replaces a materialized view , not that it is a query against a materialized view . concode_field_sep boolean hasPTF concode_elem_sep boolean analyzeRewrite concode_elem_sep boolean mapJoinRemoved concode_elem_sep boolean ctas concode_elem_sep boolean hasOrderBy concode_elem_sep ...
boolean function ( ) { return isMaterializedView ; }
19,442
sets the value of the nvgrpsppr property . concode_field_sep CTGroupShapeNonVisual nvGrpSpPr concode_elem_sep List<Object> spOrGrpSpOrGraphicFrame concode_elem_sep CTGroupShapeProperties grpSpPr concode_field_sep List<Object> getSpOrGrpSpOrGraphicFrame concode_elem_sep CTGroupShapeNonVisual getNvGrpSpPr concode_elem_se...
void function ( CTGroupShapeNonVisual arg0 ) { this . nvGrpSpPr = arg0 ; }
19,443
removes a unit of data to the current chart data model . concode_field_sep String LINE_CHART_NAME concode_elem_sep String CUSTOM_CHART_NAME concode_elem_sep String PIE2D_CHART_NAME concode_elem_sep Map chartDataModels concode_elem_sep String AREA_CHART_NAME concode_elem_sep String BAR_CLUSTERED_CHART_NAME concode_elem_...
void function ( ActionEvent arg0 ) { if ( currentChartModel != null ) { currentChartModel . addData ( ) ; } }
19,444
uninstall this reconciler from the editor concode_field_sep SemanticHighlightingPresenter fJobPresenter concode_elem_sep SemanticHighlightingPresenter fPresenter concode_elem_sep ColorDescriptor[] fSemanticHighlightings concode_elem_sep int fNOfRemovedPositions concode_elem_sep ColorDescriptor[] fJobSemanticHighlightin...
void function ( ) { if ( fPresenter != null ) { fPresenter . setCanceled ( true ) ; } if ( fEditor != null ) { fEditor . removeReconcilingListener ( this ) ; fEditor = null ; } fCollector = null ; fSemanticHighlightings = null ; fPresenter = null ; }
19,445
unregisters the cookiespecfactory with the given id . concode_field_sep ConcurrentHashMap<String,CookieSpecFactory> registeredSpecs concode_field_sep CookieSpec getCookieSpec concode_elem_sep CookieSpec getCookieSpec concode_elem_sep void setItems concode_elem_sep List<String> getSpecNames concode_elem_sep void registe...
void function ( final String arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } registeredSpecs . remove ( arg0 . toLowerCase ( Locale . ENGLISH ) ) ; }
19,446
values of noise are in the range - scale . . scale concode_field_sep int octaves concode_elem_sep double lacunarity concode_elem_sep double DEFAULT_LACUNARITY concode_elem_sep double[] spectralWeights concode_elem_sep double persistence concode_elem_sep double DEFAULT_PERSISTENCE concode_field_sep void setOctaves conco...
double function ( ) { double loc0 = 0 ; for ( double loc1 : spectralWeights ) { loc0 += loc1 ; } return loc0 ; }
19,447
subclasses can override this method , which is implemented to throw unsupportedoperationexception , if they can instantiate an object with the method injection specified in the given rootbeandefinition . instantiation should use a no-arg constructor . concode_field_sep ThreadLocal<Method> currentlyInvokedFactoryMethod ...
Object function ( RootBeanDefinition arg0 , String arg1 , BeanFactory arg2 ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
19,448
create a new jndi initial context . invoked by #getcontext . the default implementation use this template 's environment settings . can be subclassed for custom contexts , e.g. for testing . concode_field_sep Properties environment concode_elem_sep Log logger concode_field_sep void releaseContext concode_elem_sep Objec...
Context function ( ) { Hashtable < ? , ? > loc0 = null ; Properties loc1 = getEnvironment ( ) ; if ( loc1 != null ) { loc0 = new Hashtable < Object , Object > ( loc1 . size ( ) ) ; CollectionUtils . mergePropertiesIntoMap ( loc1 , loc0 ) ; } return new InitialContext ( loc0 ) ; }
19,449
whether the contents of the field are searchable . concode_field_sep String sourceFields concode_elem_sep Boolean returnEnabled concode_elem_sep Long defaultValue concode_elem_sep Boolean facetEnabled concode_elem_sep Boolean searchEnabled concode_field_sep void setDefaultValue concode_elem_sep IntArrayOptions withSear...
void function ( Boolean arg0 ) { this . searchEnabled = arg0 ; }
19,450
constructs an accounttotals object from rawjson string . concode_field_sep ThreadLocal<Map> rawJsonMap concode_elem_sep boolean registeredAtleastOnce concode_field_sep T registerJSONObject concode_elem_sep Relationship createRelationship concode_elem_sep Status createStatus concode_elem_sep SavedSearch createSavedSearc...
AccountTotals function ( String arg0 ) { try { return new AccountTotalsJSONImpl ( new JSONObject ( arg0 ) ) ; } catch ( JSONException loc0 ) { throw new TwitterException ( loc0 ) ; } }
19,451
gets the feedserver port - this operation is not supported concode_field_sep AclValidator aclValidator concode_elem_sep String CONFIG_VALUE_TYPE_KEY concode_elem_sep String ADAPTER_CONFIGURATION concode_elem_sep String IMPLICIT_MIXINS concode_elem_sep String CONFIG_VALUE_KEY concode_elem_sep String IS_WRAPPER concode_e...
int function ( ) { return port ; }
19,452
creates a row with variable number of values . concode_field_sep Object[] values concode_field_sep Object getObject concode_elem_sep void set concode_elem_sep Object[] getValues concode_elem_sep Object[] copyValues concode_elem_sep int size concode_elem_sep int size concode_elem_sep Row build concode_elem_sep int hashC...
Row function ( Object ... arg0 ) { return new Row ( arg0 ) ; }
19,453
converts the given value into a user-friendly representation . concode_field_sep FileType FILE_TYPE concode_elem_sep Class javaClass concode_elem_sep String description concode_elem_sep StringType STRING_TYPE concode_elem_sep Object[] validValues concode_elem_sep DurationType DURATION_TYPE concode_elem_sep File iconFil...
String function ( Object arg0 ) { if ( arg0 == null ) return NULL_FOR_UI ; else return arg0 . toString ( ) ; }
19,454
creates a descendant selector . concode_field_sep PlaceHolder placeHolder concode_field_sep CharacterDataSelector createTextNodeSelector concode_elem_sep SimpleSelector createRootNodeSelector concode_elem_sep DescendantSelector createChildSelector concode_elem_sep SimpleSelector createAnyNodeSelector concode_elem_sep N...
DescendantSelector function ( Selector arg0 , SimpleSelector arg1 ) { return new CSSDescendantSelector ( arg1 , arg0 , false ) ; }
19,455
this call retrieves a previously configured jettyhttpserverengine for the given port . if none exists , this call returns null . concode_field_sep Logger LOG concode_elem_sep Bus bus concode_elem_sep Container.Listener mBeanContainer concode_elem_sep ConcurrentHashMap<Integer,JettyHTTPServerEngine> portMap concode_elem...
JettyHTTPServerEngine function ( int arg0 ) { return portMap . get ( arg0 ) ; }
19,456
the number of unique stems in this field . concode_field_sep String[] stems concode_elem_sep String fieldName concode_elem_sep int[] stemsFreq concode_elem_sep Terms luceneTerms concode_elem_sep Term[] terms concode_elem_sep int docId concode_elem_sep int[] positions concode_elem_sep int fieldLength concode_field_sep S...
int function ( ) { if ( this . fieldLength == 0 ) return 0 ; return this . stems . length ; }
19,457
returns the current locale of the formatter . concode_field_sep String pattern concode_elem_sep ChoiceFormat choiceFormat concode_elem_sep Locale locale concode_field_sep String format concode_elem_sep FastChoiceFormat clone concode_elem_sep String getPattern
Locale function ( ) { return locale ; }
19,458
create a default style for feature display concode_field_sep Color LINE_COLOUR concode_elem_sep SimpleFeatureSource featureSource concode_elem_sep String geometryAttributeName concode_elem_sep float POINT_SIZE concode_elem_sep float LINE_WIDTH concode_elem_sep StyleFactory sf concode_elem_sep JMapFrame mapFrame concode...
Style function ( ) { Rule loc0 = createRule ( LINE_COLOUR , FILL_COLOUR ) ; FeatureTypeStyle loc1 = sf . createFeatureTypeStyle ( ) ; loc1 . rules ( ) . add ( loc0 ) ; Style loc2 = sf . createStyle ( ) ; loc2 . featureTypeStyles ( ) . add ( loc1 ) ; return loc2 ; }
19,459
validation bigdecimal number eg . decimal 12,3 it should be bigger than 999999999 concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isEmpty concode_elem_sep boolean isEmpty concode_elem_sep boolean validateEmailAddress
boolean function ( BigDecimal arg0 , int arg1 , int arg2 ) { int loc0 = arg1 - arg2 ; String loc1 = new String ( ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 += "srini_string" ; } if ( arg0 . intValue ( ) > Integer . parseInt ( loc1 ) ) { return false ; } return true ; }
19,460
resets compressor so that a new set of input data can be processed . concode_field_sep int userBufOff concode_elem_sep boolean finished concode_elem_sep boolean nativeSnappyLoaded concode_elem_sep Buffer uncompressedDirectBuf concode_elem_sep Class clazz concode_elem_sep int userBufLen concode_elem_sep Log LOG concode_...
void function ( ) { finish = false ; finished = false ; uncompressedDirectBuf . clear ( ) ; uncompressedDirectBufLen = 0 ; compressedDirectBuf . clear ( ) ; compressedDirectBuf . limit ( 0 ) ; userBufOff = userBufLen = 0 ; bytesRead = bytesWritten = 0L ; }
19,461
the amazon s3 destination . concode_field_sep S3DestinationDescription s3DestinationDescription concode_elem_sep String destinationId concode_elem_sep RedshiftDestinationDescription redshiftDestinationDescription concode_field_sep void setS3DestinationDescription concode_elem_sep String getDestinationId concode_elem_se...
S3DestinationDescription function ( ) { return this . s3DestinationDescription ; }
19,462
prefix encodes the byte array pointed to into the output stream concode_field_sep ImmutableBytesWritable previous concode_elem_sep int maxLength concode_field_sep int getMaxLength concode_elem_sep void reset
void function ( DataOutput arg0 , ImmutableBytesWritable arg1 ) { encode ( arg0 , arg1 . get ( ) , arg1 . getOffset ( ) , arg1 . getLength ( ) ) ; }
19,463
returns the language code to use for the localization bundles text-to-clips , ie . `` en-us '' concode_field_sep PlaceHolder placeHolder concode_field_sep String getASRLanguage concode_elem_sep String getTTSLanguage
String function ( ) { return ( "srini_string" ) ; }
19,464
set the line number concode_field_sep String systemId concode_elem_sep int columnNumber concode_elem_sep int lineNumber concode_field_sep int getLineNumber concode_elem_sep int getLineNumber concode_elem_sep ExpressionLocation makeFromSax concode_elem_sep String getSystemId concode_elem_sep String getSystemId concode_e...
void function ( int arg0 ) { this . lineNumber = arg0 ; }
19,465
converts the path object to a uri . concode_field_sep char SEPARATOR_CHAR concode_elem_sep String SEPARATOR concode_elem_sep String CUR_DIR concode_elem_sep long serialVersionUID concode_elem_sep URI uri concode_field_sep Path getParent concode_elem_sep String getName concode_elem_sep void read concode_elem_sep String ...
URI function ( ) { return uri ; }
19,466
gets the timezone id used to identify this time zone in the javacode . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_sep boolea...
String function ( ) { return id ; }
19,467
returns emboss command line options for report formats based on what has been selected 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 JCheckBox ...
String function ( ) { String loc0 = "srini_string" + cp . getSelectedItem ( ) ; if ( raccshow . isSelected ( ) ) loc0 = loc0 . concat ( "srini_string" ) ; if ( rdesshow . isSelected ( ) ) loc0 = loc0 . concat ( "srini_string" ) ; if ( rusashow . isSelected ( ) ) loc0 = loc0 . concat ( "srini_string" ) ; return loc0 ; }
19,468
returns a new reporteddata if the packet is used for reporting data and includes an extension that matches the elementname and namespace `` x '' , `` jabber : x : data '' . concode_field_sep List<Field> fields concode_elem_sep List<String> values concode_elem_sep String variable concode_elem_sep String label concode_el...
ReportedData function ( Packet arg0 ) { PacketExtension loc0 = arg0 . getExtension ( "srini_string" , "srini_string" ) ; if ( loc0 != null ) { DataForm loc1 = ( DataForm ) loc0 ; if ( loc1 . getReportedData ( ) != null ) return new ReportedData ( loc1 ) ; } return null ; }
19,469
gets the value of the face property . concode_field_sep FxSurfaceFaceEnum face concode_elem_sep BigInteger mip concode_elem_sep BigInteger slice concode_elem_sep BigInteger index concode_elem_sep String value concode_field_sep void setMip concode_elem_sep String getValue concode_elem_sep void setSlice concode_elem_sep ...
FxSurfaceFaceEnum function ( ) { if ( face == null ) { return FxSurfaceFaceEnum . POSITIVE_X ; } else { return face ; } }
19,470
returns the captured regular output lines . concode_field_sep List<String> outputLines concode_field_sep void handleChar concode_elem_sep CapturingOverthereExecutionOutputHandler capturingHandler concode_elem_sep void handleLine concode_elem_sep String getOutput
List < String > function ( ) { return unmodifiableList ( outputLines ) ; }
19,471
check if specified resource has marker on specified line of specified type and with message matching decritpionregex concode_field_sep IResource resource concode_field_sep IMarker[] getMarkers concode_elem_sep IMarker[] getMarkers concode_elem_sep String getMarkerResourceName concode_elem_sep String getMarkerResourceLo...
void function ( String arg0 , String arg1 , String arg2 , String arg3 , String ... arg4 ) { MarkerHelper . checkMarkersForMarker ( MarkerHelper . getResourceMarkers ( arg0 , arg3 , arg4 ) , arg1 , arg2 , arg3 ) ; }
19,472
performs a dynamic query on the database and returns a 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 to com.l...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _portalPreferencesLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
19,473
removes all protocol handlers from this container . concode_field_sep Map<String,ProtocolHandler> handlers concode_field_sep ProtocolHandler find concode_elem_sep ProtocolHandler put concode_elem_sep ProtocolHandler remove
void function ( ) { handlers . clear ( ) ; }
19,474
return the configured decoder . concode_field_sep StringDecoder stringDecoder concode_elem_sep DataBufferFactory bufferFactory concode_elem_sep IntPredicate NEWLINE_DELIMITER concode_elem_sep Decoder<?> decoder concode_field_sep List<MediaType> getReadableMediaTypes concode_elem_sep Flux<DataBuffer> splitOnNewline conc...
Decoder < ? > function ( ) { return this . decoder ; }
19,475
gets the value of the personname property . concode_field_sep String personName concode_elem_sep String tollFreePhoneNumber concode_elem_sep String phoneNumber concode_elem_sep String contactId concode_elem_sep String phoneExtension concode_elem_sep String companyName concode_elem_sep String pagerNumber concode_elem_se...
String function ( ) { return personName ; }
19,476
getter for property name . concode_field_sep float[] vv concode_elem_sep float wx concode_elem_sep float w0y concode_elem_sep BoundingBox boundingBox concode_elem_sep float wy concode_elem_sep List<Ligature> ligatures concode_elem_sep float[] w concode_elem_sep String name concode_elem_sep float[] w0 concode_elem_sep f...
String function ( ) { return name ; }
19,477
specify the target class explicitly , to avoid any kind of access to the target bean for example , to avoid initialization of a factorybean instance . default is to detect the type automatically , through a gettype call on the beanfactory or even a full getbean call as fallback . concode_field_sep String targetBeanName...
void function ( Class < ? > arg0 ) { this . targetClass = arg0 ; }
19,478
add properties from the given map to the existing marshaller properties . concode_field_sep Map<String,Object> marshallerProperties concode_elem_sep Map<String,Object> unmarshallerProperties concode_field_sep ContextResolver<MoxyJsonConfig> resolver concode_elem_sep MoxyJsonConfig setNamespacePrefixMapper concode_elem_...
MoxyJsonConfig function ( final Map < String , Object > arg0 ) { this . marshallerProperties . putAll ( arg0 ) ; return this ; }
19,479
computes a normalized vector concode_field_sep float x concode_elem_sep float y concode_elem_sep float z concode_field_sep void set concode_elem_sep Vec3f mul concode_elem_sep float dot concode_elem_sep Vec3f cross concode_elem_sep void fill concode_elem_sep float norm
Vec3f function ( final Vec3f arg0 ) { final float loc0 = arg0 . loc0 ( ) ; Vec3f loc1 = arg0 ; loc1 . x /= loc0 ; loc1 . y /= loc0 ; loc1 . z /= loc0 ; return loc1 ; }
19,480
reset the restitution to the default value . concode_field_sep World world concode_elem_sep org.jbox2d.collision.WorldManifold worldManifold2 concode_elem_sep org.jbox2d.dynamics.contacts.Contact contact concode_elem_sep WorldManifold worldManifold concode_field_sep float getRestitution concode_elem_sep WorldManifold g...
void function ( ) { contact . resetRestitution ( ) ; }
19,481
sets the value of the tspinformation property . concode_field_sep TSPServicesListType tspServices concode_elem_sep TSPInformationType tspInformation concode_elem_sep long serialVersionUID concode_field_sep TSPServicesListType getTSPServices concode_elem_sep void setTSPServices concode_elem_sep TSPInformationType getTSP...
void function ( TSPInformationType arg0 ) { this . tspInformation = arg0 ; }
19,482
the log driver to use for the container . this parameter requires version 1.18 of the docker remote api or greater on your container instance . to check the docker remote api version on your container instance , log into your container instance and run the following command : sudo docker version | grep `` server api ve...
String function ( ) { return this . logDriver ; }
19,483
non-private for test only access concode_field_sep Map<Integer,List<LazyField>> fields concode_elem_sep IndexReader reader concode_elem_sep int docID concode_elem_sep String name concode_elem_sep Document doc concode_elem_sep IndexableField realValue concode_elem_sep int fieldNum concode_elem_sep Set<String> fieldNames...
boolean function ( ) { return null != realValue ; }
19,484
receive notification of the beginning of the document . by default , do nothing . application writers may override this method in a subclass to take specific actions at the beginning of a document such as allocating the root node of a tree or creating an output file . concode_field_sep PlaceHolder placeHolder concode_f...
void function ( ) { }
19,485
returns the result of interpreting the object as an instance of ` actual type parameter ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep GenericsPackage modelPackage concode_field_sep T caseSapClass concode_elem_sep T caseFormalTypeParameter concode_elem_s...
T function ( ActualTypeParameter arg0 ) { return null ; }
19,486
converts a url to a uri concode_field_sep Pattern DOUBLE_QUOTED concode_elem_sep Pattern A_SINGLE_QUOTE concode_elem_sep Class<O> outputType concode_elem_sep Pattern SINGLE_QUOTED concode_elem_sep Namer<? super T> namer concode_field_sep Transformer<O,I> cast concode_elem_sep String escapeSingleQuotes concode_elem_sep ...
Transformer < URL , URI > function ( ) { return new Transformer < URL , URI > ( ) { public URL transform ( URI arg0 ) { try { return arg0 . toURL ( ) ; } catch ( MalformedURLException loc0 ) { throw UncheckedException . throwAsUncheckedException ( loc0 ) ; } } } ; }
19,487
indicates the nature of this transformation . concode_field_sep int TYPE_ALPHA concode_elem_sep int TYPE_IDENTITY concode_elem_sep Matrix mMatrix concode_elem_sep float mAlpha concode_elem_sep int TYPE_MATRIX concode_elem_sep int TYPE_BOTH concode_elem_sep int mTransformationType concode_field_sep String toShortString ...
int function ( ) { return mTransformationType ; }
19,488
write the bb contents to sc concode_field_sep int MOCKRIL_PORT concode_elem_sep String MOCKRIL_ADDR_STR concode_elem_sep SocketChannel mChannel concode_elem_sep boolean DBG concode_field_sep int recvAll concode_elem_sep RilChannel makeRilChannel concode_elem_sep SocketChannel getChannel concode_elem_sep void log concod...
int function ( ByteBuffer arg0 ) { int loc0 = 0 ; while ( arg0 . remaining ( ) != 0 ) { loc0 += mChannel . write ( arg0 ) ; } return loc0 ; }
19,489
the volume size , in gib . for more information , see ebsblockdevice . concode_field_sep String volumeType concode_elem_sep String snapshotId concode_elem_sep Integer iops concode_elem_sep Boolean deleteOnTermination concode_elem_sep Integer volumeSize concode_field_sep void setSnapshotId concode_elem_sep void setIops ...
EbsBlockDevice function ( Integer arg0 ) { setVolumeSize ( arg0 ) ; return this ; }
19,490
get a boolean property . if the type of the property does not match , i.e. it 's not a boolean , or the element does not have such a property then a poolsexception is thrown . concode_field_sep Configuration _conf concode_elem_sep List cachedProperties concode_elem_sep HashMap readOnlyValues concode_field_sep String ge...
boolean function ( String arg0 ) { Value loc0 = getProperty ( arg0 ) ; if ( loc0 != null ) { boolean loc1 = loc0 . getBool ( ) ; loc0 . close ( ) ; return ( loc1 ) ; } throw new PoolsException ( ) ; }
19,491
gets the value of the noofpayments property . concode_field_sep BigDecimal frstPmtAmt concode_elem_sep PmtWeekOfMonth pmtWeekOfMonth concode_elem_sep String noOfPayments concode_elem_sep PaymentType pmtType concode_elem_sep BigDecimal pmtAmt concode_elem_sep PaymentDayofWeek pmtDayOfWeek concode_elem_sep BigDecimal lst...
String function ( ) { return noOfPayments ; }
19,492
construct a string containing a hex-dump of a byte array concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
String function ( byte [ ] arg0 ) { return hexDump ( null , arg0 ) ; }
19,493
gets the label value for this sdkdocument . concode_field_sep java.lang.Integer dataSourceId concode_elem_sep java.lang.Integer dataSetId concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String...
java . lang . String function ( ) { return label ; }
19,494
sets the context to associated with the current thread . concode_field_sep ScheduledExecutorService executorService concode_elem_sep Logger logger concode_elem_sep ThreadLocal<Context> CURRENT concode_elem_sep ConcurrentMap<String,Object> attributes concode_elem_sep Series<Parameter> parameters concode_elem_sep org.res...
void function ( Context arg0 ) { CURRENT . set ( arg0 ) ; }
19,495
get the source mapper from the context . concode_field_sep play.api.ApplicationLoader.Context underlying concode_field_sep Context withConfig concode_elem_sep Environment environment concode_elem_sep Configuration initialConfiguration concode_elem_sep Context withConfiguration concode_elem_sep Application load concode_...
Optional < SourceMapper > function ( ) { return OptionConverters . toJava ( underlying . sourceMapper ( ) ) ; }
19,496
start the countdown . concode_field_sep long mCountdownInterval concode_elem_sep long mStopTimeInFuture concode_elem_sep int MSG concode_elem_sep long mMillisInFuture concode_elem_sep Handler mHandler concode_field_sep void cancel concode_elem_sep void onTick concode_elem_sep void handleMessage concode_elem_sep void on...
CountDownTimer function ( ) { if ( mMillisInFuture <= 0 ) { onFinish ( ) ; return this ; } mStopTimeInFuture = SystemClock . elapsedRealtime ( ) + mMillisInFuture ; mHandler . sendMessage ( mHandler . obtainMessage ( MSG ) ) ; return this ; }
19,497
true if the entry is expired . concode_field_sep long serverDate concode_elem_sep byte[] data concode_elem_sep Map<String,String> responseHeaders concode_elem_sep String etag concode_elem_sep long lastModified concode_elem_sep long softTtl concode_elem_sep long ttl concode_field_sep Entry get concode_elem_sep void clea...
boolean function ( ) { return this . ttl < System . currentTimeMillis ( ) ; }
19,498
gets the height of the bounding box . concode_field_sep double y1 concode_elem_sep double x1 concode_elem_sep double y2 concode_elem_sep double x2 concode_elem_sep Color color concode_field_sep int getX concode_elem_sep int getY concode_elem_sep void grow concode_elem_sep void setColor concode_elem_sep String toString ...
int function ( ) { return ( int ) Math . round ( Math . abs ( y2 - y1 ) ) ; }
19,499
gets a component references that matches provided locator and matching to the specified type . the search is performed from latest added references . concode_field_sep Map<String,Object> _dependencies concode_elem_sep IReferences _references concode_field_sep List<Object> getOptional concode_elem_sep List<T> getOptiona...
T function ( Class < T > arg0 , String arg1 ) { Object loc0 = find ( arg1 ) ; if ( loc0 == null ) throw new ReferenceException ( null , arg1 ) ; return _references . getOneRequired ( arg0 , loc0 ) ; }