idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
900
sets the value of the numitems property . concode_field_sep List<DescribeLayoutItemType> layoutItems concode_elem_sep int numItems concode_field_sep List<DescribeLayoutItemType> getLayoutItems concode_elem_sep void setLayoutItems concode_elem_sep int getNumItems
void function ( int arg0 ) { this . numItems = arg0 ; }
901
test method for pk.home.pulibs.spring.service.abstractservicecrudfunctionalimpl #count . concode_field_sep LocationService service concode_elem_sep ApplicationContext context concode_field_sep void testStoreLocation concode_elem_sep void testGetChildrensCountForParentNull concode_elem_sep void testFind concode_elem_sep...
void function ( ) { long loc0 = - 55 ; loc0 = service . count ( ) ; assertTrue ( "srini_string" + loc0 , loc0 >= 0 ) ; System . out . println ( "srini_string" + loc0 ) ; }
902
tests simplifying empty input . concode_field_sep PlaceHolder placeHolder concode_field_sep void testDifferentiateEmptyVariable concode_elem_sep void testDifferentiateByNonPresentVar concode_elem_sep void testAssertionsEnabled concode_elem_sep void testSimplifyNegative concode_elem_sep void testDifferentiateNumber conc...
void function ( ) { Expressions . simplify ( "srini_string" ) ; }
903
sets the destination property to the given queue name concode_field_sep BooleanExpression filter concode_elem_sep ActiveMQDestination destination concode_elem_sep String selector concode_field_sep BooleanExpression getFilter concode_elem_sep ActiveMQDestination getDestination concode_elem_sep String getSelector concode...
void function ( String arg0 ) { setDestination ( ActiveMQDestination . createDestination ( arg0 , ActiveMQDestination . QUEUE_TYPE ) ) ; }
904
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" ) ; }
905
tests the webutils #convertmstoclocktime long method . concode_field_sep PlaceHolder placeHolder concode_field_sep void convertToClockTimeWithOneMinute30Seconds concode_elem_sep void convertToClockTimeWithOneDay4Hours10Minutes45SecondsWithStopwatch concode_elem_sep void convertToClockTimeWithNegativeValue concode_elem_...
void function ( ) { String loc0 = WebUtils . convertMsToClockTime ( 10 ) ; Assert . assertEquals ( "srini_string" , loc0 ) ; }
906
gets the timezone id used to identify this time zone in the javacode . concode_field_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep boolean isRelevantComponentId concode_elem_sep String getMapCommandButtonId
String function ( ) { return id ; }
907
return standard deviation , times 256 using newton 's iteration . concode_field_sep float fVariance concode_elem_sep float fMean concode_field_sep float getVariance concode_elem_sep float getMean concode_elem_sep void push
float function ( ) { float loc0 = getVariance ( ) ; if ( loc0 < 0 ) throw new Error ( Error . PACKAGE . ALGORITHM , ErrorCodes . STATISTICS_VARIANCE_LESS_THAN_ZERO , new Float ( loc0 ) . toString ( ) , null , null ) ; return ( float ) Math . sqrt ( loc0 ) ; }
908
returns the current elapsed time shown on this stopwatch , expressed in the desired time unit , with any fraction rounded down . note that the overhead of measurement can be more than a microsecond , so it is generally not useful to specify timeunit #nanoseconds precision here . concode_field_sep Ticker ticker concode_...
long function ( TimeUnit arg0 ) { return arg0 . convert ( elapsedNanos ( ) , NANOSECONDS ) ; }
909
the directory identifier . concode_field_sep String snapshotId concode_elem_sep String name concode_elem_sep String directoryId concode_elem_sep java.util.Date startTime concode_elem_sep String type concode_elem_sep String status concode_field_sep void setSnapshotId concode_elem_sep void setName concode_elem_sep Snapsh...
String function ( ) { return this . directoryId ; }
910
this method is called when a worker is started concode_field_sep long serialVersionUID concode_field_sep void shutdown
void function ( Map arg0 , WorkerTopologyContext arg1 ) { }
911
an especially short bit of javadoc . concode_field_sep byte NUL_2 concode_elem_sep byte NUL concode_elem_sep InnerInputCorrectJavaDocParagraphCheck anon concode_field_sep boolean emulated concode_elem_sep void emulated concode_elem_sep int geId concode_elem_sep void foo2 concode_elem_sep void foo3 concode_elem_sep void...
void function ( ) { }
912
get last speed readings . concode_field_sep String SPEED_PREFIX concode_elem_sep MqttClient mqttClient concode_elem_sep ConcurrentHashMap<String,String> latestAccelerationReadings concode_elem_sep String TEMPERATURE_PREFIX concode_elem_sep String ACCELERATION_PREFIX concode_elem_sep ConcurrentHashMap<String,String> lat...
ConcurrentHashMap < String , String > function ( ) { return latestSpeedReadings ; }
913
creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ...
ClassLoader function ( IProject arg0 , ClassLoader arg1 ) { final List < URL > loc0 = Lists . newArrayList ( ) ; addClasspathEntries ( arg0 , loc0 ) ; return URLClassLoader . newInstance ( loc0 . toArray ( new URL [ loc0 . size ( ) ] ) , arg1 ) ; }
914
sets the id value for this tax . concode_field_sep long serialVersionUID concode_elem_sep double percentage concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String id concode_elem_sep org.apache.axis.description.Type...
void function ( java . lang . String arg0 ) { this . id = arg0 ; }
915
release group of allocated markers . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean expect concode_elem_sep boolean expect concode_elem_sep CharSequence rawTokenText concode_elem_sep void advance concode_elem_sep void rollbackTo
void function ( final PsiBuilder . Marker ... arg0 ) { for ( PsiBuilder . Marker loc0 : arg0 ) { if ( loc0 != null ) loc0 . drop ( ) ; } }
916
check that the equals method distinguishes all fields . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testFindRangeBounds concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testHashcode
void function ( ) { StackedAreaRenderer loc0 = new StackedAreaRenderer ( ) ; StackedAreaRenderer loc1 = new StackedAreaRenderer ( ) ; assertEquals ( loc0 , loc1 ) ; loc0 . setRenderAsPercentages ( true ) ; assertFalse ( loc0 . equals ( loc1 ) ) ; loc1 . setRenderAsPercentages ( true ) ; assertTrue ( loc0 . equals ( loc...
917
set the default format style of java.time.localdatetime objects.default is java.time.format.formatstyle #short . concode_field_sep Map<Type,DateTimeFormatter> formatters concode_elem_sep Map<Type,DateTimeFormatterFactory> factories concode_field_sep DateTimeFormatter getFallbackFormatter concode_elem_sep void setDateFo...
void function ( FormatStyle arg0 ) { this . factories . get ( Type . DATE_TIME ) . setDateTimeStyle ( arg0 ) ; }
918
configure a pathmatcher to use when comparing target lookup pathagainst resource mappings . concode_field_sep UrlPathHelper pathHelper concode_elem_sep boolean autodetect concode_elem_sep Log logger concode_elem_sep PathMatcher pathMatcher concode_elem_sep Map<String,ResourceHttpRequestHandler> handlerMap concode_field...
void function ( PathMatcher arg0 ) { this . pathMatcher = arg0 ; }
919
returns the size of the specified element , or 0 if the element index is outside the defined range . concode_field_sep int[] sizes concode_field_sep void setSizes concode_elem_sep void insertEntries concode_elem_sep void setSize concode_elem_sep int getPosition concode_elem_sep int getIndex concode_elem_sep void remove...
int function ( int arg0 ) { if ( arg0 < 0 || arg0 >= sizes . length ) return 0 ; return sizes [ arg0 ] ; }
920
does the factory require resolution ? see #resolve string , deploymentoptions , classloader , future for moreinformation . concode_field_sep PlaceHolder placeHolder concode_field_sep void init concode_elem_sep void resolve concode_elem_sep boolean blockingCreate concode_elem_sep String prefix concode_elem_sep String re...
boolean function ( ) { return false ; }
921
encode a url . this simple turns the unsupportedencodingexception thrown by urlencoder #encode string , string into an error to save the caller having to explicitly catch this incredibly rare exception . concode_field_sep PlaceHolder placeHolder concode_field_sep String formatTimestamp concode_elem_sep String formatTim...
String function ( String arg0 ) { try { return URLEncoder . encode ( arg0 , "srini_string" ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new Error ( loc0 ) ; } }
922
returns the image separator to be shown before the group . the toolbargroup manages this object so it can toggle it 's visibility . concode_field_sep List<ToolbarButton> buttons concode_elem_sep String CSS_DISABLED concode_elem_sep Label groupLabel concode_elem_sep String CSS_ENABLED concode_elem_sep boolean enabled co...
Image function ( ) { return trailingSeparator ; }
923
find the index in the pairs list for the pair that is furthest apart . concode_field_sep List<Position> starLocations concode_elem_sep LinkedList<LinkedList<Position>> routes concode_elem_sep int[][] heatMap concode_elem_sep Integer numberOfStars concode_elem_sep Integer size concode_elem_sep PathPlanner paths concode_...
int function ( ) { Pair loc0 = pairs . get ( 0 ) ; int loc1 = 0 ; for ( int loc2 = 1 ; loc2 < pairs . size ( ) ; loc2 ++ ) { if ( pairs . get ( loc2 ) . distance ( ) > loc0 . distance ( ) ) { loc0 = pairs . get ( loc2 ) ; loc1 = loc2 ; } } return loc1 ; }
924
sets the primary key 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 boolean isEscapedModel concode_elem_sep java.lang.String getRemoteAd...
void function ( long arg0 ) { _userTracker . setPrimaryKey ( arg0 ) ; }
925
json object as string . concode_field_sep long interval concode_elem_sep JSONObject options concode_elem_sep AssetUtil assets concode_elem_sep String EXTRA concode_elem_sep Context context concode_field_sep Boolean isAutoClear concode_elem_sep String getText concode_elem_sep long getRepeatInterval concode_elem_sep int ...
String function ( ) { return options . toString ( ) ; }
926
deletes the cluster group with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep ClusterGroupLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynami...
com . liferay . portal . kernel . model . ClusterGroup function ( long arg0 ) { return getService ( ) . deleteClusterGroup ( arg0 ) ; }
927
test conversion to bytes . concode_field_sep PlaceHolder placeHolder concode_field_sep void testClone concode_elem_sep void testSign concode_elem_sep void testFromBytes concode_elem_sep void testEquals
void function ( ) { ZipShort loc0 = new ZipShort ( 0x1234 ) ; byte [ ] loc1 = loc0 . getBytes ( ) ; assertEquals ( "srini_string" , 2 , loc1 . length ) ; assertEquals ( "srini_string" , 0x34 , loc1 [ 0 ] ) ; assertEquals ( "srini_string" , 0x12 , loc1 [ 1 ] ) ; }
928
returns a range of all the foos . 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 #all_pos wi...
java . util . List < com . liferay . testpacl . model . Foo > function ( int arg0 , int arg1 ) { return _fooLocalService . getFoos ( arg0 , arg1 ) ; }
929
note : this function is different from java.lang.math.floor . . . when n and s are `` valid '' arguments , the returned value is : math.floor n/s s ; n and s are invalid if any of following conditions are true : s is zero n is negative and s is positive n is positive and s is negative in all such cases , double.nan is ...
double function ( double arg0 , double arg1 ) { double loc0 ; if ( ( arg0 < 0 && arg1 > 0 ) || ( arg0 > 0 && arg1 < 0 ) || ( arg1 == 0 && arg0 != 0 ) ) { loc0 = Double . NaN ; } else { loc0 = ( arg0 == 0 || arg1 == 0 ) ? 0 : Math . floor ( arg0 / arg1 ) * arg1 ; } return loc0 ; }
930
returns an instance of yarnexception concode_field_sep PlaceHolder placeHolder concode_field_sep Void unwrapAndThrowException concode_elem_sep T instantiateIOException concode_elem_sep T instantiateYarnException concode_elem_sep T instantiateException concode_elem_sep T instantiateRuntimeException
YarnException function ( String arg0 ) { return new YarnException ( arg0 ) ; }
931
releases database connection . unlike the underlying connection.close , this method does not throw sqlexception or any other exception . it will fail silently from the perspective of calling code , logging errors using commons logging . concode_field_sep String FLAG_TRUE_OTHER concode_elem_sep String FLAG_FALSE concode...
void function ( final Connection arg0 ) { try { activeConnections . decrementAndGet ( ) ; arg0 . close ( ) ; } catch ( Exception loc0 ) { if ( LOG . isWarnEnabled ( ) ) LOG . warn ( "srini_string" + arg0 , loc0 ) ; } }
932
by default , elements are nameable if they have an eattribute named `` name '' . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concod...
boolean function ( EObject arg0 ) { return getNameAttribute ( arg0 . eClass ( ) ) != null ; }
933
get an attribute value converted to a color . iscolor should first be checked concode_field_sep String STROKE concode_elem_sep String FILL concode_elem_sep String STROKE_DASHARRAY concode_elem_sep String metaData concode_elem_sep String ID concode_elem_sep String STROKE_MITERLIMIT concode_elem_sep String NONE concode_e...
Color function ( String arg0 ) { if ( ! isColor ( arg0 ) ) { throw new RuntimeException ( "srini_string" + arg0 + "srini_string" + getAttribute ( arg0 ) ) ; } int loc0 = Integer . parseInt ( getAttribute ( arg0 ) . substring ( 1 ) , 16 ) ; return new Color ( loc0 ) ; }
934
returns true if the request contains conditions that save the server from sending a response that the client has locally . when the caller adds conditions , this cache wo n't participate in the request . concode_field_sep boolean onlyIfCached concode_elem_sep RawHeaders headers concode_elem_sep String transferEncoding ...
boolean function ( ) { return ifModifiedSince != null || ifNoneMatch != null ; }
935
specifies the maximum number of times a resource is marked as absent before being marked as permanently absent . concode_field_sep int maxTries concode_elem_sep int DEFAULT_MAX_ABSENT_RESOURCE_TRIES concode_elem_sep long timeOfLastMark concode_elem_sep BasicSessionCache possiblyAbsent concode_elem_sep int tryAgainInter...
void function ( int arg0 ) { if ( arg0 < 1 ) { String loc0 = Logging . getMessage ( "srini_string" ) ; throw new IllegalArgumentException ( loc0 ) ; } this . maxTries = arg0 ; }
936
create an instance of metadata.metainfo.metextns concode_field_sep PlaceHolder placeHolder concode_field_sep Metadata.Metainfo.Metc.Cntinfo createMetadataMetainfoMetcCntinfo concode_elem_sep Metadata.Distinfo.Stdorder.Digform.Digtopt.Onlinopt.Computer.Networka createMetadataDistinfoStdorderDigformDigtoptOnlinoptCompute...
Metadata . Metainfo . Metextns function ( ) { return new Metadata . Metainfo . Metextns ( ) ; }
937
the changetoken that you used to submit the deletesizeconstraintset request . you can also use this value to query the status of the request . for more information , see getchangetokenstatus . concode_field_sep String changeToken concode_field_sep void setChangeToken concode_elem_sep int hashCode concode_elem_sep boole...
String function ( ) { return this . changeToken ; }
938
destroy the current instance and release the internal reference to it , allowing it to be gced . concode_field_sep Application mApplication concode_elem_sep ReactInstanceManager mReactInstanceManager concode_field_sep ReactInstanceManager createReactInstanceManager concode_elem_sep String getJSMainModuleName concode_el...
void function ( ) { if ( mReactInstanceManager != null ) { mReactInstanceManager . destroy ( ) ; mReactInstanceManager = null ; } }
939
gets the current resolver thread local . concode_field_sep ResourceResolver DEFAULT concode_elem_sep ResourceResolver instance concode_field_sep URL getResource concode_elem_sep InputStream getResourceAsStream concode_elem_sep void setInstance
ResourceResolver function ( ) { return instance ; }
940
the name into which this binding should be made . the meaning of relative names depends on where this binding description is used . for component bindings , relative names are generally relative to java : comp/env . concode_field_sep String name concode_elem_sep InjectionSource source concode_field_sep InjectionSource ...
String function ( ) { return name ; }
941
test of teststarted method , of class correctedresultcollector . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testTestStarted concode_elem_sep void testSetIncludeLabels concode_elem_sep void setUp concode_elem_sep void testGetList concode_elem_sep void tearDownClass ...
void function ( ) { System . out . println ( "srini_string" ) ; CorrectedResultCollector loc0 = new CorrectedResultCollector ( ) ; loc0 . testStarted ( "srini_string" ) ; assertThat ( loc0 . getSaveConfig ( ) . saveThreadCounts ( ) , is ( true ) ) ; }
942
add other 's timings into this breakdown concode_field_sep T currentTimingType concode_elem_sep long[] counts concode_elem_sep T[] timingTypes concode_elem_sep long[] timings concode_elem_sep long scratch concode_field_sep long stopAndRecordTime concode_elem_sep void startTime concode_elem_sep Map<String,Long> toTiming...
void function ( AbstractProfileBreakdown < T > arg0 ) { assert ( timings . length == arg0 . timings . length ) ; for ( int loc0 = 0 ; loc0 < timings . length ; ++ loc0 ) { timings [ loc0 ] += arg0 . timings [ loc0 ] ; } assert ( counts . length == arg0 . counts . length ) ; for ( int loc0 = 0 ; loc0 < counts . length ;...
943
create an instance of jaxbelement concode_field_sep QName _EsiActivatePrepaidSIMResponse_QNAME concode_elem_sep QName _EsiActivatePrepaidSIMRequest_QNAME concode_field_sep ESIActivatePrepaidSIMRequestType createESIActivatePrepaidSIMRequestType concode_elem_sep ESIActivatePrepaidSIMResponseType createESIActivatePrepaidS...
JAXBElement < ESIActivatePrepaidSIMRequestType > function ( ESIActivatePrepaidSIMRequestType arg0 ) { return new JAXBElement < ESIActivatePrepaidSIMRequestType > ( _EsiActivatePrepaidSIMRequest_QNAME , ESIActivatePrepaidSIMRequestType . class , null , arg0 ) ; }
944
removes the roi with the specified index from this overlay . concode_field_sep boolean drawNames concode_elem_sep Font labelFont concode_elem_sep boolean label concode_elem_sep Vector list concode_elem_sep Color labelColor concode_elem_sep boolean drawBackgrounds concode_elem_sep boolean isCalibrationBar concode_field_...
void function ( int arg0 ) { list . remove ( arg0 ) ; }
945
returns the string representation of the state of the object concode_field_sep Integer subsubCategoryParentId concode_elem_sep Integer subsubCategoryStatus concode_elem_sep String subsubCategoryName concode_elem_sep long serialVersionUID concode_elem_sep Integer subsubCategoryId concode_field_sep void setSubsubCategory...
String function ( ) { return ( "srini_string" + subsubCategoryId + "srini_string" + subsubCategoryName + "srini_string" + subsubCategoryParentId + "srini_string" + subsubCategoryStatus ) ; }
946
comma separated strings which can be used as values concode_field_sep int tuples_blast concode_elem_sep int total_weight concode_elem_sep int ROLLING_WINDOW_COUNT_DEFAULT concode_elem_sep String weightsHelper concode_elem_sep long windowStartTime concode_elem_sep int maxCountOfWindows concode_elem_sep int generatedTupl...
void function ( String arg0 ) { if ( arg0 . isEmpty ( ) ) { valuesArray = null ; } else { valuesArray = arg0 . split ( "srini_string" ) ; } }
947
recursively delete a directory . concode_field_sep long ONE_KB concode_elem_sep File[] EMPTY_FILE_ARRAY concode_elem_sep long ONE_GB concode_elem_sep long ONE_MB concode_field_sep void forceDelete concode_elem_sep void cleanDirectory
void function ( File arg0 ) { if ( ! arg0 . exists ( ) ) { return ; } cleanDirectory ( arg0 ) ; if ( ! arg0 . delete ( ) ) { String loc0 = "srini_string" + arg0 + "srini_string" ; throw new IOException ( loc0 ) ; } }
948
this test validates that an index which is out of bounds throws an indexoutofboundsexcpetion . concode_field_sep TupleTypeInfo<Tuple5<Integer,Long,String,Long,Integer>> tupleTypeInfo concode_elem_sep String myString concode_elem_sep List<CustomType> customTypeData concode_elem_sep long myLong concode_elem_sep long seri...
void function ( ) { final ExecutionEnvironment loc0 = ExecutionEnvironment . getExecutionEnvironment ( ) ; DataSet < Tuple5 < Integer , Long , String , Long , Integer >> loc1 = loc0 . fromCollection ( emptyTupleData , tupleTypeInfo ) ; loc1 . maxBy ( - 1 ) ; }
949
get quantity concode_field_sep Long id concode_elem_sep DateTime shipDate concode_elem_sep String value concode_elem_sep StatusEnum status concode_elem_sep Boolean complete concode_elem_sep Long petId concode_elem_sep Integer quantity concode_field_sep StatusEnum fromValue concode_elem_sep DateTime getShipDate concode_...
Integer function ( ) { return quantity ; }
950
should this property be editable if it has been selected along with others of the same name . concode_field_sep SettingOwner owner concode_elem_sep boolean editableWhenMultiple concode_elem_sep String name concode_elem_sep String comment concode_elem_sep Object value concode_elem_sep ArrayList constraints concode_elem_...
boolean function ( ) { return editableWhenMultiple ; }
951
fast version of bipolar sigmoid function . concode_field_sep double sigmoPrecomputed[] concode_elem_sep double SIGMO_RANGE concode_field_sep double lim concode_elem_sep boolean insideInclusive concode_elem_sep double sqr concode_elem_sep int sqr concode_elem_sep double sigmoidUniFast concode_elem_sep boolean inside con...
double function ( double arg0 ) { int loc0 = ( int ) ( arg0 / SIGMO_RANGE * sigmoPrecomputed . length + sigmoPrecomputed . length / 2 ) ; if ( loc0 < 0 ) return - 0.99 ; if ( loc0 >= sigmoPrecomputed . length ) return 0.99 ; return sigmoPrecomputed [ loc0 ] * 2 - 1.0 ; }
952
set the reply timeout in milliseconds , 0 is to disable it . concode_field_sep boolean contentLengthOptional concode_elem_sep String basicUserName concode_elem_sep boolean enabledForExceptions concode_elem_sep String basicEncoding concode_elem_sep String basicPassword concode_elem_sep java.util.TimeZone timeZone concod...
void function ( int arg0 ) { this . replyTimeout = arg0 ; }
953
the total time merges have been executed in milliseconds . concode_field_sep XContentBuilderString TOTAL concode_elem_sep long total concode_elem_sep XContentBuilderString TOTAL_TIME concode_elem_sep XContentBuilderString REFRESH concode_elem_sep XContentBuilderString TOTAL_TIME_IN_MILLIS concode_elem_sep long totalTim...
long function ( ) { return this . totalTimeInMillis ; }
954
gets the index concode_field_sep String index concode_field_sep void setIndex concode_elem_sep String toString
String function ( ) { return index ; }
955
returns the description if set . if no description is set , getdescription will return null and the default description for the channel isused . concode_field_sep ChannelUID uid concode_elem_sep ChannelTypeUID channelTypeUID concode_elem_sep Configuration configuration concode_elem_sep ChannelKind kind concode_elem_sep...
String function ( ) { return this . description ; }
956
test % throwablefilters packages concode_field_sep PlaceHolder placeHolder concode_field_sep void testSeparator concode_elem_sep void testDepthAndSeparator concode_elem_sep void testFullAnsiWithCustomStyle concode_elem_sep void testFullAnsi concode_elem_sep void testNoneAndSeparatorAndFilters concode_elem_sep void test...
void function ( ) { test ( new String [ ] { "srini_string" } , Integer . MAX_VALUE , Strings . LINE_SEPARATOR , Arrays . asList ( "srini_string" ) ) ; }
957
read length bytes from position of a file channel . an eofexception will be thrown if you attempt to read beyond the end of file . concode_field_sep int WRITE_CHUNK_SIZE concode_elem_sep int READ_CHUNK_SIZE concode_field_sep byte[] readFromFileChannel concode_elem_sep int readFromFileChannel concode_elem_sep int readFr...
void function ( FileChannel arg0 , long arg1 , byte [ ] arg2 , int arg3 , int arg4 ) { int loc0 = readFromFileChannel ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; if ( loc0 < 0 ) { throw new EOFException ( "srini_string" + arg1 + "srini_string" + arg4 + "srini_string" + arg0 . size ( ) + "srini_string" ) ; } }
958
make an exception unchecked by wrapping it into a runtimeexception . concode_field_sep Log LOG concode_field_sep void warn concode_elem_sep String getStackTrace concode_elem_sep void ignore
RuntimeException function ( Throwable arg0 ) { return new RuntimeException ( arg0 . getMessage ( ) , arg0 ) ; }
959
action listener for the changes the selected content path in the facelets version of component showcase . concode_field_sep boolean tableRender concode_elem_sep String selectedIncludePath concode_elem_sep boolean customRender concode_elem_sep boolean layoutRender concode_elem_sep boolean extendedRender concode_field_se...
void function ( ActionEvent arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; Map loc1 = loc0 . getExternalContext ( ) . getRequestParameterMap ( ) ; selectedIncludePath = ( String ) loc1 . get ( "srini_string" ) ; }
960
returns the orientation of this marker . concode_field_sep Point2D ref concode_elem_sep double orient concode_elem_sep GraphicsNode markerNode concode_field_sep Point2D getRef concode_elem_sep GraphicsNode getMarkerNode
double function ( ) { return orient ; }
961
cancel scheduled #execute invocation . concode_field_sep int tickCount concode_elem_sep RepeatingCommand repeatingCommand concode_elem_sep int tickDurationMs concode_elem_sep boolean repeatingCommandAlive concode_elem_sep boolean isExecuting concode_field_sep void schedule concode_elem_sep boolean onTick concode_elem_s...
void function ( ) { Assert . isTrue ( ! isExecuting ) ; tickCount = - 1 ; }
962
reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concode_el...
void function ( java . io . InputStream arg0 , String arg1 ) { ReInit ( arg0 , arg1 , 1 , 1 , 4096 ) ; }
963
add extra field data value to intent being built up concode_field_sep String EXTRA_IS_COLLABORATOR concode_elem_sep String EXTRA_COMMENT_BODY concode_elem_sep String EXTRA_PATH concode_elem_sep String EXTRA_REPOSITORY concode_elem_sep String EXTRA_REPOSITORIES concode_elem_sep String EXTRA_USERS concode_elem_sep String...
Builder function ( String arg0 , int [ ] arg1 ) { intent . putExtra ( arg0 , arg1 ) ; return this ; }
964
this loader is used when bundle gets reloaded from dev server . in that case loader expect js bundle to be prefetched and stored in local file . we do that to avoid passing large strings between java and native code and avoid allocating memory in java to fit whole js bundle in it . providing correct @param sourceurl of...
JSBundleLoader function ( final String arg0 , final String arg1 ) { return new JSBundleLoader ( ) { @ Override public void loadScript ( ReactBridge arg2 ) { arg2 . loadScriptFromFile ( arg1 , arg0 ) ; } @ Override public String getSourceUrl ( ) { return arg0 ; } } ; }
965
generate a hash code from the hash codes of the elements . concode_field_sep String _keyValues[] concode_elem_sep int _csetId concode_elem_sep long serialVersionUID concode_field_sep List<String> toCanonicalList concode_elem_sep void escapeTilde concode_elem_sep String toCanonicalString concode_elem_sep String[] getVal...
int function ( ) { int loc0 = _csetId ; for ( String loc1 : _keyValues ) loc0 ^= loc1 . loc0 ( ) ; return loc0 ; }
966
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testEquals
void function ( ) { BoxAndWhiskerItem loc0 = new BoxAndWhiskerItem ( new Double ( 1.0 ) , new Double ( 2.0 ) , new Double ( 3.0 ) , new Double ( 4.0 ) , new Double ( 5.0 ) , new Double ( 6.0 ) , new Double ( 7.0 ) , new Double ( 8.0 ) , new ArrayList ( ) ) ; BoxAndWhiskerItem loc1 = ( BoxAndWhiskerItem ) TestUtilities ...
967
returns the index of the eigenvalue which has the largest magnitude . concode_field_sep DenseMatrix64F mat concode_elem_sep EigenDecomposition<DenseMatrix64F> eig concode_field_sep Complex64F getEigenvalue concode_elem_sep T getEigenVector concode_elem_sep EigenDecomposition getEVD concode_elem_sep int getNumberOfEigen...
int function ( ) { int loc0 = 0 ; double loc1 = getEigenvalue ( 0 ) . getMagnitude2 ( ) ; final int loc2 = getNumberOfEigenvalues ( ) ; for ( int loc3 = 1 ; loc3 < loc2 ; loc3 ++ ) { double loc4 = getEigenvalue ( loc3 ) . getMagnitude2 ( ) ; if ( loc4 > loc1 ) { loc1 = loc4 ; loc0 = loc3 ; } } return loc0 ; }
968
for example for the uri : alluxio : / / host :1000 / foo/bar/baz , baz is the name . concode_field_sep FileInfo mInfo concode_field_sep boolean isMountPoint concode_elem_sep int getInMemoryPercentage concode_elem_sep String getOwner concode_elem_sep String getPersistenceState concode_elem_sep boolean isCacheable concod...
String function ( ) { return mInfo . getName ( ) ; }
969
the permission statement you specified in the request . the response returns the same as a string using '' \ '' as an escape character in the json . concode_field_sep String statement concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep AddPermissionResult clone concode_elem_sep String toStri...
void function ( String arg0 ) { this . statement = arg0 ; }
970
sets the value of the values attribute . concode_field_sep Path path concode_elem_sep String dateFormat concode_elem_sep FileType type concode_elem_sep String[] values concode_elem_sep List<String> columns concode_elem_sep List<ValueType> columnTypes concode_field_sep String toXMLString concode_elem_sep void setColumnT...
void function ( final String [ ] arg0 ) { this . values = arg0 ; }
971
gets the number of the superstep , starting at 1 . concode_field_sep IterationRuntimeContext runtimeContext concode_elem_sep long numberOfVertices concode_field_sep T getPreviousIterationAggregate concode_elem_sep void postSuperstep concode_elem_sep void init concode_elem_sep T getIterationAggregator concode_elem_sep v...
int function ( ) { return this . runtimeContext . getSuperstepNumber ( ) ; }
972
implements the iterable interface for this box . concode_field_sep BallContainer ballContainer concode_elem_sep double max concode_field_sep boolean add concode_elem_sep Iterator<Ball> getBallsFromSmallest concode_elem_sep int compare concode_elem_sep double getVolume concode_elem_sep boolean contains concode_elem_sep ...
Iterator < Ball > function ( ) { return ballContainer . iterator ( ) ; }
973
true if the jmx manager is using ssl . concode_field_sep int port concode_elem_sep String host concode_elem_sep boolean ssl concode_field_sep int getPort concode_elem_sep String getHost
boolean function ( ) { return ssl ; }
974
the url which will be used as the failure destination . concode_field_sep Log logger concode_elem_sep boolean forwardToDestination concode_elem_sep RedirectStrategy redirectStrategy concode_elem_sep String defaultFailureUrl concode_elem_sep boolean allowSessionCreation concode_field_sep RedirectStrategy getRedirectStra...
void function ( String arg0 ) { Assert . isTrue ( UrlUtils . isValidRedirectUrl ( arg0 ) , "srini_string" + arg0 + "srini_string" ) ; this . defaultFailureUrl = arg0 ; }
975
sets the title of the admin console page . concode_field_sep String name concode_elem_sep String extraParams concode_elem_sep String title concode_elem_sep String pageID concode_elem_sep Collection scripts concode_elem_sep Collection breadcrumbs concode_elem_sep String subPageID concode_elem_sep String url concode_fiel...
void function ( String arg0 ) { this . title = arg0 ; }
976
sets the labelactiontype value for this labelaction . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String labelActionType concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.description.TypeDesc getTypeDes...
void function ( java . lang . String arg0 ) { this . labelActionType = arg0 ; }
977
errors found during the compilation should be reported through the errorcollector . concode_field_sep int phase concode_elem_sep GroovyClassLoader classLoader concode_elem_sep CompilerConfiguration configuration concode_elem_sep boolean phaseComplete concode_elem_sep ErrorCollector errorCollector concode_field_sep Stri...
ErrorCollector function ( ) { return errorCollector ; }
978
retrieves the one and only instance of applresources in this servlet 's context . concode_field_sep ServletContext context concode_elem_sep HashMap templatesCache concode_elem_sep String ATTRNAME concode_field_sep void init concode_elem_sep Transformer getTransformer concode_elem_sep void destroy
ApplResources function ( ServletContext arg0 ) { return ( ApplResources ) arg0 . getAttribute ( ATTRNAME ) ; }
979
get the preferences which were set by the collected changes . concode_field_sep Map<IPath,String> preferences concode_field_sep void preferenceChanged concode_elem_sep void nodeRemoved concode_elem_sep void nodeAdded
Map < String , String > function ( ) { Map < String , String > loc0 = new HashMap < String , String > ( ) ; for ( Map . Entry < IPath , String > loc1 : preferences . entrySet ( ) ) { loc0 . put ( loc1 . getKey ( ) . toPortableString ( ) , loc1 . getValue ( ) ) ; } return Collections . unmodifiableMap ( loc0 ) ; }
980
add a property change listener to this component . concode_field_sep String info concode_elem_sep PropertyChangeSupport support concode_elem_sep LifecycleSupport lifecycle concode_elem_sep Manager manager concode_elem_sep String storeName concode_elem_sep boolean started concode_elem_sep StringManager sm concode_field_...
void function ( PropertyChangeListener arg0 ) { support . addPropertyChangeListener ( arg0 ) ; }
981
instructs the lognode to print the log data provided . other lognodes can be chained to the end of the lognode as desired . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNod...
void function ( int arg0 , String arg1 , String arg2 ) { println ( arg0 , arg1 , arg2 , null ) ; }
982
rollback transactions across all graph objects . concode_field_sep Map<String,TraversalSource> traversalSources concode_elem_sep Logger logger concode_elem_sep Map<String,Graph> graphs concode_field_sep void rollback concode_elem_sep Map<String,TraversalSource> getTraversalSources concode_elem_sep Bindings getAsBinding...
void function ( ) { graphs . entrySet ( ) . forEach ( e -> { final Graph loc0 = e . getValue ( ) ; if ( loc0 . features ( ) . loc0 ( ) . supportsTransactions ( ) && loc0 . tx ( ) . isOpen ( ) ) loc0 . tx ( ) . rollback ( ) ; } ) ; }
983
sets the value of the tmomerchandise property . concode_field_sep String transactionType concode_elem_sep Boolean tmoMerchandise concode_elem_sep Boolean systemDataRetrievalFailure concode_elem_sep Boolean preAuthorizedInsuranceClaim concode_elem_sep String quickCode concode_elem_sep long serialVersionUID concode_elem_...
void function ( Boolean arg0 ) { this . tmoMerchandise = arg0 ; }
984
returns whether the given integer includes the indication that the element is synthetic . concode_field_sep int AccVolatile concode_elem_sep int AccSynchronized concode_elem_sep int AccDefaultMethod concode_elem_sep int AccDeprecated concode_elem_sep int AccBridge concode_elem_sep int AccAnnotation concode_elem_sep int...
boolean function ( int arg0 ) { return ( arg0 & AccSynthetic ) != 0 ; }
985
the type of attribute . for example , boolean , integer , etc. . returns a reference to this object so that method calls can be chained together . concode_field_sep String attributeType concode_elem_sep String defaultValue concode_elem_sep String description concode_elem_sep String attributeName concode_elem_sep String...
PolicyAttributeTypeDescription function ( String arg0 ) { this . attributeType = arg0 ; return this ; }
986
produce a jsonarray of jsonobjects from a comma delimited text string , using the first row as a source of names . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep String rowToString concode_elem_sep String toString concode_elem_sep...
JSONArray function ( String arg0 ) { return toJSONArray ( new JSONTokener ( arg0 ) ) ; }
987
gibt die nachricht der notification an . concode_field_sep long interval concode_elem_sep JSONObject options concode_elem_sep String packageName concode_field_sep Options moveDate concode_elem_sep long getInterval concode_elem_sep int getIconValue concode_elem_sep Boolean getAutoCancel concode_elem_sep String getId con...
String function ( ) { return options . optString ( "srini_string" , "srini_string" ) ; }
988
returns false always because events does n't have a default value concode_field_sep Event event concode_elem_sep IPropertyDescriptor[] propertyDescriptors concode_field_sep Object getPropertyValue concode_elem_sep void setPropertyValue concode_elem_sep Object getEditableValue concode_elem_sep IPropertyDescriptor[] getP...
boolean function ( Object arg0 ) { return false ; }
989
makes the beandeploymentarchiveimpl accessible to all bdas in the module concode_field_sep Set<BeanDeploymentArchiveImpl> beanDeploymentArchives concode_elem_sep EEModuleDescriptor moduleDescriptor concode_field_sep Set<BeanDeploymentArchiveImpl> getBeanDeploymentArchives concode_elem_sep void addService concode_elem_s...
void function ( BeanDeploymentArchiveImpl arg0 ) { for ( BeanDeploymentArchiveImpl loc0 : beanDeploymentArchives ) { loc0 . addBeanDeploymentArchive ( arg0 ) ; } }
990
the number of keys in this countermap not the number of key-value entries -- use totalsize for that concode_field_sep Map<K,Counter<V>> counterMap concode_elem_sep MapFactory<V,Double> mf concode_field_sep Counter<V> getCounter concode_elem_sep int totalSize concode_elem_sep void incrementCount concode_elem_sep boolean...
int function ( ) { return counterMap . size ( ) ; }
991
sets the incomingport number used to connect ot the mail server concode_field_sep String mailUsername concode_elem_sep boolean incomingSsl concode_elem_sep String protocol concode_elem_sep String password concode_elem_sep String outgoingHost concode_elem_sep boolean outgoingSsl concode_elem_sep boolean outgoingVerifica...
void function ( int arg0 ) { this . incomingPort = arg0 ; }
992
utility to determine if the countdowntime parameter is paste due or expired . this method should not be called via regular value binding instead it should only be called from validator ar converter calls . concode_field_sep int HOUR_COMPONENT concode_elem_sep int TIME_LEFT_EXPIRED concode_elem_sep boolean newBidPrice c...
boolean function ( long [ ] arg0 ) { return arg0 [ AuctionItemBean . DAY_COMPONENT ] <= 0 && arg0 [ AuctionItemBean . HOUR_COMPONENT ] <= 0 && arg0 [ AuctionItemBean . MINUTE_COMPONENT ] <= 0 && arg0 [ AuctionItemBean . SECOND_COMPONENT ] <= 0 ; }
993
a long running task is started when this method is called . actually not that long around 10 seconds . this long process longoperationrunner is responsible for updating the percent complete in the model class . concode_field_sep Log log concode_elem_sep long PROCCESS_SLEEP_LENGTH concode_elem_sep OutputProgressModel ou...
void function ( ActionEvent arg0 ) { longRunningTaskThreadPool . execute ( new LongOperationRunner ( outputProgressModel , persistentFacesState ) ) ; }
994
f0 - > integerliteral | trueliteral | falseliteral | varref | thisexpression | arrayallocationexpression | allocationexpression | notexpression | bracketexpression concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( PrimaryExpression arg0 ) { arg0 . f0 . accept ( this ) ; }
995
returns map of verifyinfoboxparameter objects.each of these objects contains parameters that maybe needed for validating an infobox . concode_field_sep Map infoboxParameters_ concode_elem_sep List identifiers_ concode_elem_sep String pushInfobox_ concode_field_sep void setIdentifiers concode_elem_sep void setPushInfobo...
Map function ( ) { return infoboxParameters_ ; }
996
get an xmlstreamwriter concode_field_sep ThreadLocal<Stack<String>> registeredNSStack concode_elem_sep PicketLinkLogger logger concode_field_sep void writeNameSpace concode_elem_sep XMLOutputFactory getXMLOutputFactory concode_elem_sep void writeCharacters concode_elem_sep void flush concode_elem_sep void setPrefix con...
XMLStreamWriter function ( final OutputStream arg0 ) { XMLOutputFactory loc1 = getXMLOutputFactory ( ) ; try { return loc1 . createXMLStreamWriter ( arg0 , "srini_string" ) ; } catch ( XMLStreamException loc0 ) { throw logger . processingError ( loc0 ) ; } }
997
the utc date when amazon glacier completed the last vault inventory . a string representation of iso 8601 date format , for example , `` 2012-03-20t17:03:43 .221 z '' . returns a reference to this object so that method calls can be chained together . concode_field_sep Long sizeInBytes concode_elem_sep String vaultName ...
DescribeVaultOutput function ( String arg0 ) { this . lastInventoryDate = arg0 ; return this ; }
998
caches that the given context has been created concode_field_sep Long threadId concode_elem_sep RhinoDebuggerImpl debugger concode_elem_sep long currentFrameId concode_elem_sep long currentContextId concode_elem_sep LinkedList contexts concode_field_sep void suspend concode_elem_sep void resume concode_elem_sep Object ...
void function ( Context arg0 ) { arg0 . setGeneratingDebug ( true ) ; arg0 . setOptimizationLevel ( - 1 ) ; ContextData loc0 = new ContextData ( threadId , new Long ( currentContextId ++ ) , debugger ) ; arg0 . setDebugger ( debugger , loc0 ) ; contexts . addFirst ( arg0 ) ; }
999
create javax.ws.rs.ext.contextresolver for org.glassfish.jersey.moxy.json.moxyjsonconfig for this application . concode_field_sep URI BASE_URI concode_elem_sep String ROOT_PATH concode_field_sep ResourceConfig create concode_elem_sep void main
ContextResolver < MoxyJsonConfig > function ( ) { final MoxyJsonConfig loc0 = new MoxyJsonConfig ( ) . setFormattedOutput ( true ) . setNamespaceSeparator ( ':' ) ; return loc0 . resolver ( ) ; }