idx
int64
0
25k
question
stringlengths
68
5.14k
target
stringlengths
20
503
10,300
sets the primary key of this account . concode_field_sep Account _account concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep...
void function ( long arg0 ) { _account . setPrimaryKey ( arg0 ) ; }
10,301
sets the reference used to identify this dictionary in the pdf document . the reference number and generation number of this reference is needed by the encryption algorithm to correctly decrypt this object . this method should only be used by the pdf parser . use of this method outside the context of the pdf parser may...
void function ( Reference arg0 ) { pObjectReference = arg0 ; }
10,302
error 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 set...
void function ( String arg0 , String arg1 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , arg1 ) ; }
10,303
put a description of this message and its origins into the given map . concode_field_sep String REQUEST concode_elem_sep String DEFAULT_CHARSET concode_elem_sep String method concode_elem_sep String ACCEPT_ENCODING concode_elem_sep List<Map.Entry<String,String>> headers concode_elem_sep String CONTENT_ENCODING concode_...
void function ( Map < String , Object > arg0 ) { }
10,304
to string concode_field_sep MTree m_tree concode_elem_sep int m_WindowNo concode_elem_sep String imageIndicator concode_elem_sep String name concode_elem_sep String description concode_elem_sep CLogger log concode_elem_sep int id concode_elem_sep boolean isSummary concode_field_sep ArrayList<ListItem> getTreeItemData c...
String function ( ) { String loc0 = name ; if ( description != null && description . length ( ) > 0 ) loc0 += "srini_string" + description + "srini_string" ; return loc0 ; }
10,305
specifies to keep the specified method s of this option 's class es . concode_field_sep String extendsClassName concode_elem_sep String comments concode_elem_sep int requiredSetAccessFlags concode_elem_sep List methodSpecifications concode_elem_sep int requiredUnsetAccessFlags concode_elem_sep String annotationType con...
void function ( MemberSpecification arg0 ) { if ( methodSpecifications == null ) { methodSpecifications = new ArrayList ( ) ; } methodSpecifications . add ( arg0 ) ; }
10,306
create an instance of listrequest concode_field_sep QName _ContentProviderMasterResponse_QNAME concode_elem_sep QName _ContentProviderMasterRequest_QNAME concode_field_sep GetRequestVerb createGetRequestVerb concode_elem_sep UpdateSystemParametersRequestVerb createUpdateSystemParametersRequestVerb concode_elem_sep Dele...
ListRequest function ( ) { return new ListRequest ( ) ; }
10,307
get custom serializer concode_field_sep java.util.Calendar mailCapturedDateTime concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean mailCaptured concode_elem_sep boolean __hashCodeCalc concode_elem_sep int moveToMailboxId 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 ) ; }
10,308
get the display name : order of ` last name , first name ' concode_field_sep String eid concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String mainSiteId concode_elem_sep boolean checked concode_elem_sep boolean publishedSite concode_elem_sep Role userRole concode_elem_sep String int...
String function ( ) { String loc0 = lastName + "srini_string" + ( ( firstName != null ) ? firstName : "srini_string" ) ; if ( loc0 . trim ( ) . length ( ) == 1 ) loc0 = eid ; return loc0 ; }
10,309
add a link to the config for the specified mount table concode_field_sep PlaceHolder placeHolder concode_field_sep void setHomeDirConf concode_elem_sep void setHomeDirConf concode_elem_sep String getHomeDirValue concode_elem_sep String getHomeDirValue concode_elem_sep String getConfigViewFsPrefix concode_elem_sep Strin...
void function ( Configuration arg0 , final String arg1 , final String arg2 , final URI arg3 ) { arg0 . set ( getConfigViewFsPrefix ( arg1 ) + "srini_string" + Constants . CONFIG_VIEWFS_LINK + "srini_string" + arg2 , arg3 . toString ( ) ) ; }
10,310
gets the access denied page class . concode_field_sep WeakReference<Class<? extends Page>> internalErrorPage concode_elem_sep boolean uploadProgressUpdatesEnabled concode_elem_sep Bytes defaultMaximumUploadSize concode_elem_sep IClassResolver classResolver concode_elem_sep WeakReference<Class<? extends Page>> accessDen...
Class < ? extends Page > function ( ) { return accessDeniedPage . get ( ) ; }
10,311
test of getfilepath method , of class crawler . concode_field_sep PlaceHolder placeHolder concode_field_sep void testStatus404 concode_elem_sep void testOldLink concode_elem_sep void testSetFilePath concode_elem_sep void testAddLinksToStack concode_elem_sep void testStatus200
void function ( ) { System . out . println ( "srini_string" ) ; Crawler loc0 = new Crawler ( "srini_string" ) ; String loc1 = "srini_string" ; String loc2 = loc0 . getFilePath ( ) ; assertEquals ( loc1 , loc2 ) ; }
10,312
contracts the shapes arraylist to the actual size of the elements it contains . concode_field_sep Page parentPage concode_elem_sep Logger logger concode_elem_sep int shapesInitialCapacity concode_elem_sep boolean paintAlpha concode_elem_sep boolean interrupted concode_elem_sep OptionalContentState optionalContentState ...
void function ( ) { if ( shapes != null ) { shapes . trimToSize ( ) ; } }
10,313
returns abs/modulus/magnitude . concode_field_sep double re concode_elem_sep double im concode_field_sep double phase concode_elem_sep Complex tan concode_elem_sep Complex minus concode_elem_sep double im concode_elem_sep Complex cos concode_elem_sep Complex reciprocal concode_elem_sep Complex plus concode_elem_sep Com...
double function ( ) { return Math . hypot ( re , im ) ; }
10,314
sets the value of the availabilityzone property for this object . returns a reference to this object so that method calls can be chained together . concode_field_sep String volumeId concode_elem_sep VolumeStatusInfo volumeStatus concode_elem_sep String availabilityZone concode_elem_sep java.util.List<VolumeStatusAction...
VolumeStatusItem function ( String arg0 ) { this . availabilityZone = arg0 ; return this ; }
10,315
parse the given value as a zoned datetime . concode_field_sep PlaceHolder placeHolder concode_field_sep TimeUnit toTimeUnit concode_elem_sep ChronoUnit toChronoUnit concode_elem_sep Date dateOf concode_elem_sep Date dateOf concode_elem_sep LocalDateTime localDateTimeOf concode_elem_sep Timestamp timestampOf concode_ele...
ZonedDateTime function ( final String arg0 ) { try { return ZonedDateTime . parse ( arg0 ) ; } catch ( final Exception loc0 ) { return null ; } }
10,316
returns snapshot state concode_field_sep String reason concode_elem_sep XContentBuilderString START_TIME concode_elem_sep XContentBuilderString REASON concode_elem_sep XContentBuilderString FAILURES concode_elem_sep int totalShards concode_elem_sep XContentBuilderString FAILED concode_elem_sep XContentBuilderString STA...
SnapshotState function ( ) { return state ; }
10,317
sets the primary key of this app . concode_field_sep App _app concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setRequired concode_elem_sep boolean isDownloaded concode_elem_sep boolean isEscapedMode...
void function ( long arg0 ) { _app . setPrimaryKey ( arg0 ) ; }
10,318
never use this method directly . concode_field_sep PlaceHolder placeHolder concode_field_sep String pop concode_elem_sep int getDepth concode_elem_sep void setMaxDepth concode_elem_sep void inherit concode_elem_sep void clear concode_elem_sep Stack cloneStack concode_elem_sep void push concode_elem_sep void remove conc...
String function ( ) { return org . apache . logging . log4j . ThreadContext . peek ( ) ; }
10,319
test of setlatency method , of class dummysampler . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetRequestData concode_elem_sep void setUpClass concode_elem_sep void testSetResponseData concode_elem_sep void testGetResponseCode concode_elem_sep void testGetResponseTime concode_elem_sep void tes...
void function ( ) { System . out . println ( "srini_string" ) ; String loc0 = "srini_string" ; DummySampler loc1 = new DummySampler ( ) ; loc1 . setLatency ( loc0 ) ; }
10,320
get event reserved data concode_field_sep T data concode_elem_sep int eventCode concode_field_sep int getEventCode
T function ( ) { return this . data ; }
10,321
checks if the given date is a public holiday by lookup in the given set of public holidays . concode_field_sep HolidayManager manager concode_elem_sep SettingsService settingsService concode_elem_sep String HOLIDAY_DEFINITION_FILE concode_field_sep BigDecimal getWorkingDurationOfDate concode_elem_sep Predicate<Holiday>...
boolean function ( DateMidnight arg0 , FederalState arg1 ) { return manager . isHoliday ( arg0 . toLocalDate ( ) , arg1 . getCodes ( ) ) ; }
10,322
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { ChartRenderingInfo loc0 = new ChartRenderingInfo ( ) ; loc0 . getPlotInfo ( ) . setDataArea ( new Rectangle2D . Double ( 1.0 , 2.0 , 3.0 , 4.0 ) ) ; ChartRenderingInfo loc1 = ( ChartRenderingInfo ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; assertEquals ( loc1 , loc1 . getP...
10,323
if the value is present , return the value , else throw the exception generated by the supplier . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isPresent concode_elem_sep V orElse concode_elem_sep void remove concode_elem_sep IllegalArgumentException propertyKeyCanNotBeEmpty concode_elem_sep Prope...
V function ( final Supplier < ? extends E > arg0 ) { if ( this . isPresent ( ) ) return this . value ( ) ; else throw arg0 . get ( ) ; }
10,324
reset this builder to the empty state . concode_field_sep CharsRef ref concode_elem_sep String NULL_STRING concode_field_sep void grow concode_elem_sep void copyChars concode_elem_sep void copyChars concode_elem_sep int length concode_elem_sep void setCharAt concode_elem_sep void setLength concode_elem_sep void copyUTF...
void function ( ) { ref . length = 0 ; }
10,325
sets the value of the prst property . concode_field_sep CTSRgbColor srgbClr concode_elem_sep CTHslColor hslClr concode_elem_sep CTSchemeColor schemeClr concode_elem_sep CTSystemColor sysClr concode_elem_sep STPresetShadowVal prst concode_elem_sep Long dist concode_elem_sep CTPresetColor prstClr concode_elem_sep Integer...
void function ( STPresetShadowVal arg0 ) { this . prst = arg0 ; }
10,326
creates a new instance of coloradjustbuilder . concode_field_sep double saturation concode_elem_sep javafx.scene.effect.Effect input concode_elem_sep double brightness concode_elem_sep int __set concode_elem_sep double contrast concode_elem_sep double hue concode_field_sep B saturation concode_elem_sep void applyTo con...
javafx . scene . effect . ColorAdjustBuilder < ? > function ( ) { return new javafx . scene . effect . ColorAdjustBuilder ( ) ; }
10,327
invoked when a mouse button has been pressed on a component . concode_field_sep Point lastMousePosition concode_elem_sep DocumentViewController documentViewController concode_field_sep void mouseReleased concode_elem_sep void mouseDragged concode_elem_sep void mouseExited concode_elem_sep void mouseEntered concode_elem...
void function ( MouseEvent arg0 ) { if ( documentViewController != null && documentViewController . getDocumentViewModel ( ) . isViewToolModeSelected ( DocumentViewModel . DISPLAY_TOOL_PAN ) ) { documentViewController . setViewCursor ( DocumentViewController . CURSOR_HAND_CLOSE ) ; } }
10,328
set counter for item and return previous value concode_field_sep Map<T,MutableLong> map concode_field_sep List<T> descendingKeys concode_elem_sep void add concode_elem_sep void set concode_elem_sep int hashCode concode_elem_sep long get concode_elem_sep boolean equals concode_elem_sep void reset concode_elem_sep String...
long function ( T arg0 , long arg1 ) { MutableLong loc0 = map . get ( arg0 ) ; if ( loc0 == null ) { loc0 = MutableLong . valueOf ( arg1 ) ; map . put ( arg0 , loc0 ) ; return 0 ; } long loc1 = loc0 . arg1 ; loc0 . arg1 = arg1 ; return loc1 ; }
10,329
gets the value of the q 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[] getSeed ...
byte [ ] function ( ) { return q ; }
10,330
resolve $ ... placeholders in the given text , replacing them with corresponding servlet context init parameter or system property values . concode_field_sep PropertyPlaceholderHelper nonStrictHelper concode_elem_sep ServletContext servletContext concode_elem_sep String text concode_elem_sep PropertyPlaceholderHelper s...
String function ( String arg0 , ServletContext arg1 ) { return resolvePlaceholders ( arg0 , arg1 , false ) ; }
10,331
create a jmsresponse targeting the queue with the specified name . concode_field_sep T response concode_elem_sep String destinationName concode_elem_sep boolean pubSubDomain concode_elem_sep Object destination concode_field_sep JmsResponse<T> forTopic concode_elem_sep Destination resolveDestination concode_elem_sep T g...
JmsResponse < T > function ( T arg0 , String arg1 ) { Assert . notNull ( arg1 , "srini_string" ) ; return new JmsResponse < > ( arg0 , new DestinationNameHolder ( arg1 , false ) ) ; }
10,332
return the number of constants exposed . concode_field_sep Map<String,Object> fieldCache concode_elem_sep String className concode_field_sep String toCodeForProperty concode_elem_sep Set<Object> getValues concode_elem_sep String toCode concode_elem_sep Number asNumber concode_elem_sep Set<String> getNames concode_elem_...
int function ( ) { return this . fieldCache . size ( ) ; }
10,333
closes the channels that will end up closing the input and output streams of the connection . the channels implement the interruptiblechannel interface so any other thread that was blocked in an i/o operation will be interrupted and will get an exception . concode_field_sep int netBBSize concode_elem_sep TLSStreamReade...
void function ( ) { wbc . close ( ) ; rbc . close ( ) ; }
10,334
getter for the field reportrequestdate . concode_field_sep InventoryReportCalculator calculator concode_elem_sep String reportEmail concode_elem_sep String theDate concode_elem_sep Date reportRequestDate concode_elem_sep String reportFormat concode_elem_sep String theField concode_elem_sep String user concode_elem_sep ...
Date function ( ) { return reportRequestDate ; }
10,335
removes the `` file : / / '' prefix from the given uri string , if applicable . if the given uri string does n't have a `` file : / / '' prefix , it is returned unchanged . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String getMimeType concode_elem_sep String getRealPath concode_ele...
String function ( String arg0 ) { if ( arg0 . startsWith ( "srini_string" ) ) { arg0 = arg0 . substring ( 7 ) ; } return arg0 ; }
10,336
gets publisher . concode_field_sep Integer bibId concode_elem_sep String collectionGroupDesignation concode_elem_sep String summaryHoldings concode_elem_sep String author concode_elem_sep String publisherDate concode_elem_sep boolean selectAllItems concode_elem_sep String useRestriction concode_elem_sep String customer...
String function ( ) { return publisher ; }
10,337
test of getfechainicio method , of class lineareserva . concode_field_sep Promocion promocion concode_elem_sep Date fecha concode_elem_sep Servicio servicio concode_elem_sep LineaReserva instance concode_field_sep void setUpClass concode_elem_sep void testGetCantidad concode_elem_sep void testGetPromocion concode_elem_...
void function ( ) { System . out . println ( "srini_string" ) ; Date loc0 = fecha ; Date loc1 = instance . getFechaInicio ( ) ; assertEquals ( loc0 , loc1 ) ; }
10,338
returns the priority for this object concode_field_sep String objectKey concode_elem_sep double priority concode_elem_sep Object o concode_field_sep Object getObject concode_elem_sep String getObjectKey concode_elem_sep String getRevision
double function ( ) { return priority ; }
10,339
get id concode_field_sep String name concode_elem_sep Long id concode_field_sep void setName concode_elem_sep String toIndentedString concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Category name concode_elem_sep void setId concode_elem_sep String toString ...
Long function ( ) { return id ; }
10,340
get the client proxy factory to use to construct proxy instances . concode_field_sep Map<Class<?>,Object> privateData concode_elem_sep ViewInstanceFactory viewInstanceFactory concode_elem_sep Set<Method> asyncMethods concode_elem_sep ServiceName viewServiceName concode_elem_sep OrderedItemContainer<InterceptorFactory> ...
ProxyFactory < ? > function ( ) { return proxyFactory ; }
10,341
this implementation returns true if a transaction managerhas been specified ; false otherwise . concode_field_sep TransactionDelegate transactionDelegate concode_elem_sep Log logger concode_elem_sep XAResource xaResource concode_elem_sep boolean rollbackOnly concode_elem_sep String beanName concode_elem_sep ClassLoader...
boolean function ( Method arg0 ) { return ( this . transactionFactory != null ) ; }
10,342
removes all files from the list . concode_field_sep FileFilter anyFileFilter concode_elem_sep FilenameFilter jarFileFilter concode_field_sep void downloadFile concode_elem_sep List<File> findAllFilesInDir concode_elem_sep List<File> findJarsInDir concode_elem_sep boolean accept concode_elem_sep boolean accept
void function ( List < String > arg0 ) { for ( String loc0 : arg0 ) { File loc1 = new File ( loc0 ) ; if ( loc1 . exists ( ) ) { loc1 . delete ( ) ; System . out . println ( "srini_string" + loc0 ) ; } else { System . out . println ( "srini_string" + loc0 ) ; } } }
10,343
returns the dependencyresolutioncontext . concode_field_sep ClassNode classNode concode_elem_sep GroovyClassLoader loader concode_elem_sep DependencyResolutionContext dependencyResolutionContext concode_field_sep String getVersion concode_elem_sep String getVersion concode_elem_sep DependencyCustomizer ifAllMissingClas...
DependencyResolutionContext function ( ) { return this . dependencyResolutionContext ; }
10,344
appends a pair of string to the string buffer , using the separator between and terminator at the end concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep int rightTrimSize concode_elem_sep String toZeroPaddedString concode_elem_sep String[] split concode_elem_sep String get...
void function ( StringBuffer arg0 , String arg1 , String arg2 , String arg3 , String arg4 ) { arg0 . append ( arg1 ) ; arg0 . append ( arg3 ) ; arg0 . append ( arg2 ) ; arg0 . append ( arg4 ) ; }
10,345
set the orientation of the menu `` horizontal '' or `` vertical '' . concode_field_sep String param concode_elem_sep String actionFired concode_elem_sep String orientation concode_field_sep String getParam concode_elem_sep String getOrientation concode_elem_sep String getActionFired concode_elem_sep void setParam conco...
void function ( String arg0 ) { this . orientation = arg0 ; }
10,346
gets the tokenizedfieldnames attribute concode_field_sep String fieldName concode_elem_sep KualiDecimal dollarAmount concode_elem_sep String COLUMN_NAME_DELIMITERS concode_elem_sep String[] tokenizedFieldNames concode_field_sep void setFieldName concode_elem_sep KualiDecimal getDollarAmount concode_elem_sep String getF...
String [ ] function ( ) { return tokenizedFieldNames ; }
10,347
returns the stroke . concode_field_sep RectangleInsets insets concode_elem_sep Paint paint concode_elem_sep long serialVersionUID concode_elem_sep Stroke stroke concode_field_sep void writeObject concode_elem_sep boolean equals concode_elem_sep RectangleInsets getInsets concode_elem_sep void draw concode_elem_sep Paint...
Stroke function ( ) { return this . stroke ; }
10,348
gets the current session for this player , or null if not connected . concode_field_sep ManagedReference<? extends ClientSession> sessionRef concode_elem_sep long serialVersionUID concode_field_sep boolean disconnect concode_elem_sep void loggedIn concode_elem_sep void loggedOut concode_elem_sep void setSession concode...
ClientSession function ( ) { try { return sessionRef == null ? null : sessionRef . get ( ) ; } catch ( ObjectNotFoundException loc0 ) { AppContext . getDataManager ( ) . markForUpdate ( this ) ; sessionRef = null ; return null ; } }
10,349
sets call number . concode_field_sep boolean shared concode_elem_sep String customerCode concode_elem_sep String availability concode_elem_sep String title concode_elem_sep String content concode_elem_sep String newCollectionGroupDesignation concode_elem_sep boolean allowEdit concode_elem_sep String collectionAction co...
void function ( String arg0 ) { this . callNumber = arg0 ; }
10,350
create an instance of coordinatorelement concode_field_sep QName _Coordinator_QNAME concode_elem_sep QName _TransactionManager_QNAME concode_field_sep JAXBElement<TransactionManagerElement> createTransactionManager concode_elem_sep TransactionManagerElement createTransactionManagerElement concode_elem_sep JAXBElement<C...
CoordinatorElement function ( ) { return new CoordinatorElement ( ) ; }
10,351
convert to func2 type predicate . concode_field_sep Func2<? super T,Integer,Boolean> predicate concode_field_sep Subscriber<? super T> call
Func2 < T , Integer , Boolean > function ( final Func1 < ? super T , Boolean > arg0 ) { return new Func2 < T , Integer , Boolean > ( ) { @ Override public Boolean call ( T arg1 , Integer arg2 ) { return arg0 . call ( arg1 ) ; } } ; }
10,352
sets the value of the scope property . concode_field_sep List<JAXBElement<?>> pageOrGroupOrLine concode_elem_sep BigDecimal scope concode_elem_sep String name concode_elem_sep String width concode_elem_sep Boolean dynamic concode_elem_sep NavbarPositionType position concode_field_sep void setName concode_elem_sep Strin...
void function ( BigDecimal arg0 ) { this . scope = arg0 ; }
10,353
get the animation items currently registered for the receiver . concode_field_sep List<AnimationItem> items concode_elem_sep AnimationManager manager concode_field_sep void addItem concode_elem_sep void removeItem concode_elem_sep void animationStarted concode_elem_sep int getPreferredWidth concode_elem_sep boolean has...
ProgressAnimationItem [ ] function ( ) { ProgressAnimationItem [ ] loc0 = new ProgressAnimationItem [ items . size ( ) ] ; items . toArray ( loc0 ) ; return loc0 ; }
10,354
overridable method controlling the rate at which this processor can consume frames . concode_field_sep Stopwatch timer concode_elem_sep boolean firstFrame concode_elem_sep boolean initialized concode_field_sep void init concode_elem_sep void preprocessFrame concode_elem_sep String getName concode_elem_sep boolean isIni...
long function ( ) { return 0 ; }
10,355
update the field maxdatamodificationid if this value is higher than the current value . this is used for set_max_data_modification_id visitors . concode_field_sep int GET_COLUMNS concode_elem_sep ColumnResolver resolver concode_elem_sep int EVALUATABLE concode_elem_sep int GET_DEPENDENCIES concode_elem_sep int QUERY_CO...
void function ( long arg0 ) { long loc0 = maxDataModificationId [ 0 ] ; if ( arg0 > loc0 ) { maxDataModificationId [ 0 ] = arg0 ; } }
10,356
returns the thing type uid . concode_field_sep String firmwareVersion concode_elem_sep ThingTypeUID thingTypeUID concode_field_sep String getFirmwareVersion concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString
ThingTypeUID function ( ) { return thingTypeUID ; }
10,357
collator for string comparations concode_field_sep Collator collator concode_elem_sep Key[] keys concode_elem_sep int collatorStrength concode_elem_sep Locale collatorLocale concode_field_sep int compare concode_elem_sep Collator getCollator concode_elem_sep boolean equals concode_elem_sep UjoComparator<UJO> of concode...
void function ( Collator arg0 ) { this . collator = arg0 ; }
10,358
returns a range of all the browser trackers . 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.liferay.portal.kernel.dao.orm.queryutil...
java . util . List < com . liferay . portal . model . BrowserTracker > function ( int arg0 , int arg1 ) { return getService ( ) . getBrowserTrackers ( arg0 , arg1 ) ; }
10,359
get this node 's position right , as defined by style . concode_field_sep CSSNode mParent concode_elem_sep CSSNode nextAbsoluteChild concode_elem_sep CSSStyle style concode_elem_sep ArrayList<CSSNode> mChildren concode_elem_sep int lineIndex concode_elem_sep MeasureFunction mMeasureFunction concode_elem_sep CachedCSSLa...
float function ( ) { return style . position [ POSITION_RIGHT ] ; }
10,360
maps a string value to its corresponding alignment object . concode_field_sep int value concode_elem_sep String name concode_elem_sep Alignment RIGHT concode_elem_sep int nextOrdinal concode_elem_sep Alignment CENTER concode_elem_sep String blanks concode_elem_sep HashMap<String,Alignment> map concode_elem_sep Alignmen...
Alignment function ( String arg0 ) { return map . get ( arg0 ) ; }
10,361
override this to control the properties that make up the endpoint concode_field_sep String NAME concode_elem_sep SimpleRegistry mRegistry concode_elem_sep MBeanServer server concode_elem_sep String DOMAIN concode_elem_sep MockEndpointFixture mMockEndpoint concode_elem_sep DefaultCamelContext mContext concode_field_sep ...
JMXUriBuilder function ( ) { JMXUriBuilder loc0 = new JMXUriBuilder ( ) . withObjectDomain ( DOMAIN ) . withObjectName ( "srini_string" ) ; return loc0 ; }
10,362
sets how fast this enemy moves vertically , as a vector concode_field_sep int slimeJumpTime concode_elem_sep int pathTime concode_elem_sep int WALKING concode_elem_sep Rectangle collisionBox concode_elem_sep int slimeJumpCount concode_elem_sep int STANDING concode_elem_sep int unconsciousTime concode_elem_sep int yVel ...
void function ( int arg0 ) { yVel = arg0 ; }
10,363
sets the unique category id to a new value . concode_field_sep String name concode_elem_sep Boolean active concode_elem_sep Long id concode_elem_sep long serialVersionUID concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setActive concode_elem_sep int hashCode concode_elem_sep boolean...
void function ( final Long arg0 ) { this . id = arg0 ; }
10,364
unregisters an extension for a namespace . concode_field_sep ArrayMap<String,ParserExtension> _extensions concode_elem_sep ArrayMap<String,ExpressionParser> _bindingParsers concode_elem_sep ParserManager _sDefaultInstance concode_elem_sep ExpressionParser _defaultExpressionParser concode_elem_sep ArrayMap<String,String...
void function ( String arg0 ) { _unshareState ( ) ; _extensions . remove ( resolveNamespaceAlias ( arg0 ) ) ; }
10,365
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitProg concode_elem_sep void enterBlank concode_elem_sep void enterPrintExpr concode_elem_sep void exitInt concode_elem_sep void enterProg concode_elem_sep void exitAddSub concode_elem_sep void exitParens concod...
void function ( ExprParser . IdContext arg0 ) { }
10,366
method to validate the email field concode_field_sep String phoneNumber concode_elem_sep long age concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep long displayAge concode_elem_sep String displayPhoneNumber concode_elem_sep String email concode_elem_sep String displayEmail concode_field_...
void function ( FacesContext arg0 , UIComponent arg1 , Object arg2 ) { String loc0 = ( String ) arg2 ; if ( loc0 . indexOf ( '@' ) == - 1 ) { ( ( UIInput ) arg1 ) . setValid ( false ) ; FacesMessage loc1 = new FacesMessage ( "srini_string" ) ; arg0 . addMessage ( arg1 . getClientId ( arg0 ) , loc1 ) ; } }
10,367
called for entries that have reached the tail of the least recently used queue and are be removed . the default implementation does nothing . concode_field_sep int maxSize concode_elem_sep LinkedHashMap<K,V> map concode_field_sep void trimToSize concode_elem_sep void evictAll concode_elem_sep V get concode_elem_sep V c...
void function ( K arg0 , V arg1 ) { }
10,368
creates a uri object from this data uri . concode_field_sep Pattern regex concode_elem_sep byte[] data concode_elem_sep String contentType concode_field_sep String getContentType concode_elem_sep String toString concode_elem_sep byte[] getData
URI function ( ) { return URI . create ( toString ( ) ) ; }
10,369
sets logger for the router instance . concode_field_sep boolean DFLT_TCP_NODELAY concode_elem_sep int DFLT_PORT_RANGE concode_elem_sep IgniteLogger log concode_elem_sep int DFLT_TCP_PORT concode_elem_sep int portRange concode_elem_sep boolean noDelay concode_elem_sep long idleTimeout concode_elem_sep Collection<String>...
void function ( IgniteLogger arg0 ) { this . log = arg0 ; }
10,370
return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Integer index concode_elem_sep boolean __hashCodeCalc concode_field_sep java.lang.Integer getIndex concode_elem_sep org.apache.axis.encoding.Serializer ge...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
10,371
returns the customary display name in the given language for the given territory the phone number is from . concode_field_sep MappingFileProvider mappingFileProvider concode_elem_sep String MAPPING_DATA_DIRECTORY concode_elem_sep Logger LOGGER concode_elem_sep String phonePrefixDataDirectory concode_elem_sep PhoneNumbe...
String function ( PhoneNumber arg0 , Locale arg1 ) { String loc0 = phoneUtil . getRegionCodeForNumber ( arg0 ) ; return ( loc0 == null || loc0 . equals ( "srini_string" ) ) ? "srini_string" : new Locale ( "srini_string" , loc0 ) . getDisplayCountry ( arg1 ) ; }
10,372
parses http headers from the data receiver stream according to the generic format as given in section 3.1 of rfc 822 , rfc-2616 section 4 and 19.3 . concode_field_sep int HEAD_LINE concode_elem_sep int maxHeaderCount concode_elem_sep List headerLines concode_elem_sep LineParser lineParser concode_elem_sep SessionInputB...
Header [ ] function ( final SessionInputBuffer arg0 , int arg1 , int arg2 , LineParser arg3 ) { if ( arg3 == null ) { arg3 = BasicLineParser . DEFAULT ; } List loc0 = new ArrayList ( ) ; return parseHeaders ( arg0 , arg1 , arg2 , arg3 , loc0 ) ; }
10,373
gets the list un answer question . concode_field_sep QuestionHistoryService service concode_field_sep void deleteHistory concode_elem_sep String getAnswerByQuestionId concode_elem_sep List<QuestionHistory> getListRecentQuestionHistory concode_elem_sep String getUserEmailById concode_elem_sep String getQuestionByQuestio...
List < UnAnsweredQnA > function ( Date arg0 ) { try { return service . getListUnAnswerQuestion ( arg0 ) ; } catch ( URISyntaxException loc0 ) { loc0 . printStackTrace ( ) ; } return null ; }
10,374
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { CompassPlot loc0 = new CompassPlot ( new DefaultValueDataset ( 15.0 ) ) ; CompassPlot loc1 = ( CompassPlot ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
10,375
create an instance of libcommmessage.watchers.watcher concode_field_sep PlaceHolder placeHolder concode_field_sep LibCommMessage.Payload createLibCommMessagePayload concode_elem_sep LibCommMessage createLibCommMessage concode_elem_sep LibCommMessage.Watchers createLibCommMessageWatchers concode_elem_sep LibCommMessage....
LibCommMessage . Watchers . Watcher function ( ) { return new LibCommMessage . Watchers . Watcher ( ) ; }
10,376
add a cache entry . concode_field_sep String OAUTH_CACHE_MANAGER concode_elem_sep Log log concode_elem_sep String CACHE_NAME concode_field_sep void clear concode_elem_sep V getValueFromCache concode_elem_sep void clearCacheEntry concode_elem_sep Cache<K,V> getBaseCache
void function ( K arg0 , V arg1 ) { Cache < K , V > loc0 = getBaseCache ( ) ; if ( loc0 != null ) { loc0 . put ( arg0 , arg1 ) ; } }
10,377
the state of the spot instance request . constraints : allowed values : active , open , closed , cancelled , completed concode_field_sep String spotInstanceRequestId concode_elem_sep String state concode_field_sep String getSpotInstanceRequestId concode_elem_sep CancelledSpotInstanceRequest withState concode_elem_sep C...
String function ( ) { return state ; }
10,378
will invoke the specified action in edt in case it is called from non-edt thread . concode_field_sep PlaceHolder placeHolder concode_field_sep void invokeAndWaitSafely concode_elem_sep Window getWindowAncestor concode_elem_sep void invokeLater
void function ( final Runnable arg0 ) { if ( SwingUtilities . isEventDispatchThread ( ) ) { arg0 . run ( ) ; } else { SwingUtilities . invokeAndWait ( arg0 ) ; } }
10,379
attempt to convert a typed value to a char using the supplied type converter . concode_field_sep PlaceHolder placeHolder concode_field_sep int toInt concode_elem_sep T convertTypedValue concode_elem_sep double toDouble concode_elem_sep boolean toBoolean concode_elem_sep long toLong concode_elem_sep float toFloat concod...
char function ( TypeConverter arg0 , TypedValue arg1 ) { return ( Character ) arg0 . convertValue ( arg1 . getValue ( ) , arg1 . getTypeDescriptor ( ) , TypeDescriptor . valueOf ( Character . class ) ) ; }
10,380
the information of the requester vpc . concode_field_sep VpcPeeringConnectionVpcInfo requesterVpcInfo concode_elem_sep VpcPeeringConnectionVpcInfo accepterVpcInfo concode_elem_sep java.util.Date expirationTime concode_elem_sep String vpcPeeringConnectionId concode_elem_sep VpcPeeringConnectionStateReason status concode...
VpcPeeringConnectionVpcInfo function ( ) { return requesterVpcInfo ; }
10,381
a helper function object that grabs the nativelinkableinput object from a nativelinkable . concode_field_sep PlaceHolder placeHolder concode_field_sep Pair<MutableDirectedGraph<BuildRule>,Map<BuildTarget,Linker.LinkableDepType>> getTransitiveNativeLinkableInput concode_elem_sep NativeLinkableInput getTransitiveNativeLi...
Function < NativeLinkable , NativeLinkableInput > function ( final TargetGraph arg0 , final CxxPlatform arg1 , final Linker . LinkableDepType arg2 ) { return new Function < NativeLinkable , NativeLinkableInput > ( ) { @ Override public NativeLinkableInput apply ( NativeLinkable arg3 ) { return arg3 . getNativeLinkableI...
10,382
create an instance of validatedeviceresponsetype.deviceeligibilityinfo concode_field_sep QName _ValidateDeviceResponse_QNAME concode_elem_sep QName _ValidateDeviceRequest_QNAME concode_field_sep ValidateDeviceResponseType createValidateDeviceResponseType concode_elem_sep EventDetailsType createEventDetailsType concode_...
ValidateDeviceResponseType . DeviceEligibilityInfo function ( ) { return new ValidateDeviceResponseType . DeviceEligibilityInfo ( ) ; }
10,383
add the ` if not exists ' condition to this create index statement . concode_field_sep boolean ifNotExists concode_elem_sep String indexName concode_elem_sep boolean keys concode_elem_sep Optional<String> keyspaceName concode_elem_sep String tableName concode_elem_sep String columnName concode_field_sep CreateIndexOn o...
CreateIndex function ( ) { this . ifNotExists = true ; return this ; }
10,384
wait for completion of the command , or for the timeout to expire . concode_field_sep R result concode_elem_sep CountDownLatch latch concode_elem_sep Throwable failure concode_field_sep boolean cancel concode_elem_sep boolean isCancelled concode_elem_sep R get concode_elem_sep R get concode_elem_sep R getResult concode...
boolean function ( long arg0 , TimeUnit arg1 ) { try { return isDone ( ) || latch . await ( arg0 , arg1 ) ; } catch ( InterruptedException loc0 ) { Thread . currentThread ( ) . interrupt ( ) ; return false ; } }
10,385
returns the agent index of this simulatoraddress . concode_field_sep String COORDINATOR_STRING concode_elem_sep int workerIndex concode_elem_sep SimulatorAddress COORDINATOR_ADDRESS concode_elem_sep int agentIndex concode_elem_sep AddressLevel addressLevel concode_field_sep SimulatorAddress agentAddress concode_elem_se...
int function ( ) { return agentIndex ; }
10,386
gets a linestring which is a minimum diameter concode_field_sep LineSegment minBaseSeg concode_elem_sep Coordinate minWidthPt concode_elem_sep Coordinate[] convexHullPts concode_elem_sep int minPtIndex concode_elem_sep double minWidth concode_elem_sep boolean isConvex concode_elem_sep Geometry inputGeom concode_field_s...
LineString function ( ) { computeMinimumDiameter ( ) ; if ( minWidthPt == null ) return inputGeom . getFactory ( ) . createLineString ( ( Coordinate [ ] ) null ) ; Coordinate loc0 = minBaseSeg . project ( minWidthPt ) ; return inputGeom . getFactory ( ) . createLineString ( new Coordinate [ ] { loc0 , minWidthPt } ) ; ...
10,387
return the number of cells in use . concode_field_sep TreeMap<Character,Cell> cells concode_elem_sep int uniformCnt concode_elem_sep int uniformSkip concode_field_sep int getCellsVal concode_elem_sep void print concode_elem_sep void setRef concode_elem_sep Cell at concode_elem_sep int uniformCmd concode_elem_sep int ge...
int function ( ) { Iterator < Character > loc0 = cells . keySet ( ) . iterator ( ) ; int loc1 = 0 ; for ( ; loc0 . hasNext ( ) ; ) { Character loc2 = loc0 . next ( ) ; Cell loc3 = at ( loc2 ) ; if ( loc3 . cmd >= 0 || loc3 . ref >= 0 ) { loc1 ++ ; } } return loc1 ; }
10,388
disposes the associated resources . concode_field_sep int next concode_elem_sep String string concode_elem_sep int length concode_field_sep int readChar
void function ( ) { string = null ; }
10,389
returns a map of all http headers . concode_field_sep Map<String,String> headers concode_elem_sep long serialVersionUID concode_elem_sep String DEFAULT_PARAM concode_elem_sep boolean parse concode_elem_sep int status concode_elem_sep String error concode_elem_sep String errorMessage concode_elem_sep Logger LOG concode_...
Map < String , String > function ( ) { return headers ; }
10,390
returns the offset in bytes from the start of the underlying java array object containing the data of the given buffer to the actual start of the data . this method is only meaningful if getbasearray returns non-null . concode_field_sep PlaceHolder placeHolder concode_field_sep Object getBaseArray concode_elem_sep long...
int function ( Buffer arg0 ) { return arg0 . hasArray ( ) ? ( arg0 . arrayOffset ( ) << arg0 . _elementSizeShift ) : 0 ; }
10,391
temporary hack . this id should stick with the table column . here , it will change based on user-specified column label . the int has is also being truncated into a short . concode_field_sep int ODBC_SM_OPTIONS concode_elem_sep int ODBC_SEVERITY_DEBUG concode_elem_sep int ODBC_AUTH_REQ_OK concode_elem_sep int ODBC_SEV...
short function ( int arg0 , ResultMetaData arg1 ) { if ( ! arg1 . isTableColumn ( arg0 ) ) { return 0 ; } short loc0 = ( short ) arg1 . getGeneratedColumnNames ( ) [ arg0 ] . loc0 ( ) ; if ( loc0 < 0 ) { loc0 *= - 1 ; } return loc0 ; }
10,392
getter for property titlefont . concode_field_sep FontDescriptor xLegendFont concode_elem_sep NumberFormat yFormat concode_elem_sep String yLegend concode_elem_sep int xScale concode_elem_sep FontDescriptor yLegendFont concode_elem_sep long serialVersionUID concode_elem_sep int yScale concode_elem_sep FontDescriptor ti...
FontDescriptor function ( ) { return ( titleFont ) ; }
10,393
provides a unique id for a newly created user concode_field_sep AuctionHouse auctionHouse concode_elem_sep ArrayList<Item> items concode_elem_sep boolean SYSTEM_MESSAGES concode_elem_sep ArrayList<User> users concode_field_sep void mail concode_elem_sep Integer getNextItemId concode_elem_sep ArrayList<User> getUsers co...
Integer function ( ) { int loc0 = World . users . loc0 ( ) ; loc0 ++ ; return loc0 ; }
10,394
new annotation created with view tool . concode_field_sep DocumentViewController documentViewController concode_elem_sep Logger logger concode_field_sep void removeAnnotation concode_elem_sep void updateAnnotation concode_elem_sep void pageAnnotationsInitialized concode_elem_sep void processAnnotationAction
void function ( PageViewComponent arg0 , AnnotationComponent arg1 ) { Document loc0 = documentViewController . getDocument ( ) ; PageTree loc1 = loc0 . getPageTree ( ) ; Page loc2 = loc1 . getPage ( arg0 . getPageIndex ( ) ) ; loc2 . addAnnotation ( arg1 . getAnnotation ( ) ) ; arg0 . addAnnotation ( arg1 ) ; }
10,395
returns the mvcc version of this user tracker . concode_field_sep UserTracker _userTracker concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getRemoteAddr concode_elem_sep boolean isEscape...
long function ( ) { return _userTracker . getMvccVersion ( ) ; }
10,396
undeclare the namespace that is currently pointed to by a given prefix concode_field_sep String XML_PREFIX concode_elem_sep String m_prefix concode_elem_sep String m_uri concode_elem_sep int m_declarationDepth concode_elem_sep int count concode_elem_sep String EMPTYSTRING concode_elem_sep Stack m_nodeStack concode_elem...
boolean function ( String arg0 ) { if ( arg0 . startsWith ( XML_PREFIX ) ) { return false ; } Stack loc0 ; if ( ( loc0 = ( Stack ) m_namespaces . get ( arg0 ) ) != null ) { loc0 . pop ( ) ; return true ; } return false ; }
10,397
reseed the drbg . concode_field_sep long _reseedCounter concode_elem_sep int MAX_BITS_REQUEST concode_elem_sep long RESEED_MAX concode_elem_sep byte[] _V concode_elem_sep byte[] _K concode_elem_sep EntropySource _entropySource concode_elem_sep Mac _hMac concode_field_sep int getBlockSize concode_elem_sep void hmac_DRBG...
void function ( byte [ ] arg0 ) { byte [ ] loc0 = _entropySource . getEntropy ( ) ; byte [ ] loc1 = Arrays . concatenate ( loc0 , arg0 ) ; hmac_DRBG_Update ( loc1 ) ; _reseedCounter = 1 ; }
10,398
replace the content of this builder with the provided bytes . equivalent to calling #clear and then #append byte , int , int . concode_field_sep BytesRef ref concode_field_sep byte byteAt concode_elem_sep void grow concode_elem_sep void copyChars concode_elem_sep void copyChars concode_elem_sep void copyChars concode_e...
void function ( byte [ ] arg0 , int arg1 , int arg2 ) { clear ( ) ; append ( arg0 , arg1 , arg2 ) ; }
10,399
reset image info . concode_field_sep Float heightFromImageInfo concode_elem_sep Boolean valid concode_elem_sep boolean useImageSize concode_elem_sep Float width concode_elem_sep Float widthFromImageInfo concode_elem_sep boolean resize concode_elem_sep SimpleImageInfo imageInfo concode_elem_sep NullImageBehaviour behavi...
void function ( ) { this . widthFromImageInfo = null ; this . heightFromImageInfo = null ; this . imageInfo = null ; }