idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
3,900
return the arrival date and time in epoch minutes concode_field_sep int TRAIN concode_elem_sep int TEST concode_field_sep boolean isCancelled concode_elem_sep boolean isModel concode_elem_sep int timeToMinute concode_elem_sep int getTimeZone concode_elem_sep boolean isHoliday concode_elem_sep FlightDetail getFlightDeta...
long function ( long arg0 , int arg1 , int arg2 , int arg3 ) { return arg0 + arg1 + arg2 + arg3 ; }
3,901
compute the key for the given pkg-config path and the given project . concode_field_sep String PKG_CONFIG_BIN_KIND concode_elem_sep String PATH_SEPARATOR concode_elem_sep String PKG_CONFIG_LIBDIR concode_elem_sep String PKG_CONFIG_PATH concode_elem_sep String PKG_CONFIG_BIN concode_field_sep void clearPreferenceStoreVa...
String function ( String arg0 ) { return PKG_CONFIG_PATH + "srini_string" + arg0 ; }
3,902
returns a color . concode_field_sep double log10 concode_elem_sep int[] r concode_elem_sep int[] b concode_elem_sep String paletteName concode_elem_sep double[] tickValues concode_elem_sep double minZ concode_elem_sep boolean stepped concode_elem_sep int[] g concode_elem_sep long serialVersionUID concode_elem_sep doubl...
Color function ( int arg0 ) { return new Color ( this . r [ arg0 ] , this . g [ arg0 ] , this . b [ arg0 ] ) ; }
3,903
adds a new state to the page this . concode_field_sep String randomToken concode_elem_sep String name concode_elem_sep String flowId concode_elem_sep long serialVersionUID concode_elem_sep Map states concode_field_sep void setName concode_elem_sep IState getState concode_elem_sep String getName concode_elem_sep String ...
void function ( IState arg0 ) { this . states . put ( arg0 . getId ( ) , arg0 ) ; }
3,904
push a token of two characters in length . concode_field_sep byte IS_DIGIT concode_elem_sep List<Token> tokens concode_elem_sep int max concode_elem_sep int pos concode_elem_sep byte IS_ALPHA concode_elem_sep String expressionString concode_elem_sep byte IS_HEXDIGIT concode_elem_sep char[] toProcess concode_elem_sep by...
void function ( TokenKind arg0 ) { tokens . add ( new Token ( arg0 , pos , pos + 2 ) ) ; pos += 2 ; }
3,905
returns an iterator of string objects.each string describes a plug-in to be loaded into the registry . concode_field_sep ArrayList<String> jars concode_elem_sep String defaultPropsFile concode_field_sep placeholderType placeHolder
Iterator < String > function ( ) { return jars . iterator ( ) ; }
3,906
process depth image 512 x 424 concode_field_sep int colorHeight concode_elem_sep PApplet parent concode_elem_sep int colorWidth concode_elem_sep int depthWidth concode_elem_sep PImage colorImg concode_elem_sep PImage irImg concode_elem_sep PImage undistortedImg concode_elem_sep IntBuffer registeredColorBuffer concode_e...
PImage function ( ) { int [ ] loc0 = jniGetDepthData ( ) ; PApplet . arrayCopy ( loc0 , 0 , depthImg . pixels , 0 , depthImg . width * depthImg . height ) ; depthColorBuffer . put ( loc0 , 0 , depthWidth * depthHeight ) ; depthColorBuffer . rewind ( ) ; depthImg . updatePixels ( ) ; return depthImg ; }
3,907
create an instance of jaxbelement concode_field_sep QName _Where_QNAME concode_elem_sep QName _Line_QNAME concode_elem_sep QName _Point_QNAME concode_elem_sep QName _Polygon_QNAME concode_elem_sep QName _Box_QNAME concode_field_sep EnvelopePropertyType createEnvelopePropertyType concode_elem_sep LinePropertyType create...
JAXBElement < PolygonPropertyType > function ( PolygonPropertyType arg0 ) { return new JAXBElement < PolygonPropertyType > ( _Polygon_QNAME , PolygonPropertyType . class , null , arg0 ) ; }
3,908
sets a user agent this caller will use for all upcoming http requests . for testing purposes use `` tst '' . if you distribute your application use an identifiable user-agent . concode_field_sep String PARAM_API_KEY concode_elem_sep Proxy proxy concode_elem_sep Cache cache concode_elem_sep Caller instance concode_elem_...
void function ( String arg0 ) { this . userAgent = arg0 ; }
3,909
create a new reversenested aggregation with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep GeoBoundsAggregationBuilder geoBounds concode_elem_sep DateRangeAggregationBuilder dateRange concode_elem_sep DateHistogramAggregationBuilder dateHistogram concode_elem_sep RangeAggregationBuilder ra...
ReverseNestedAggregationBuilder function ( String arg0 ) { return new ReverseNestedAggregationBuilder ( arg0 ) ; }
3,910
generates a label for the specified item . the label is typically a formatted version of the data value , but any text can be used . concode_field_sep DateFormat dateFormatter concode_elem_sep NumberFormat numberFormatter concode_elem_sep long serialVersionUID concode_field_sep int hashCode concode_elem_sep boolean equ...
String function ( XYDataset arg0 , int arg1 , int arg2 ) { return null ; }
3,911
gets the value of the systemid property . concode_field_sep String systemId concode_elem_sep long serialVersionUID concode_elem_sep String userId concode_field_sep void setSystemId concode_elem_sep String getUserId concode_elem_sep void setUserId
String function ( ) { return systemId ; }
3,912
looks up records in the zone . this follows cnames and wildcards . concode_field_sep boolean wantLastSOA concode_elem_sep Map data concode_elem_sep SOARecord SOA concode_elem_sep RRset NS concode_elem_sep Object originNode concode_elem_sep Name origin concode_elem_sep Iterator zentries concode_elem_sep int SECONDARY co...
SetResponse function ( Name arg0 , int arg1 ) { return lookup ( arg0 , arg1 ) ; }
3,913
create an instance of orderdetailstype concode_field_sep QName _GetAccountActivityEventTextResponse_QNAME concode_elem_sep QName _GetAccountActivityEventRequest_QNAME concode_elem_sep QName _GetAccountActivityEventTextRequest_QNAME concode_elem_sep QName _CreateAccountActivityEventRequest_QNAME concode_elem_sep QName _...
OrderDetailsType function ( ) { return new OrderDetailsType ( ) ; }
3,914
add a duration to a timestamp . concode_field_sep long MICROS_PER_SECOND concode_elem_sep long MILLIS_PER_SECOND concode_elem_sep long NANOS_PER_MICROSECOND concode_elem_sep long TIMESTAMP_SECONDS_MAX concode_elem_sep long NANOS_PER_SECOND concode_elem_sep long TIMESTAMP_SECONDS_MIN concode_elem_sep long NANOS_PER_MILL...
Timestamp function ( Timestamp arg0 , Duration arg1 ) { return normalizedTimestamp ( arg0 . getSeconds ( ) + arg1 . getSeconds ( ) , arg0 . getNanos ( ) + arg1 . getNanos ( ) ) ; }
3,915
returns the article image id of this journal article image . concode_field_sep JournalArticleImage _journalArticleImage concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concod...
long function ( ) { return _journalArticleImage . getArticleImageId ( ) ; }
3,916
the api 's name . concode_field_sep java.util.Date createdDate concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_field_sep String getName concode_elem_sep UpdateRestApiResult withDescription concode_elem_sep String getId concode_elem_sep void setDescription concode_elem...
void function ( String arg0 ) { this . name = arg0 ; }
3,917
create a new retryingcaller with configured rpc timeout . concode_field_sep boolean enableBackPressure concode_elem_sep int retries concode_elem_sep ServerStatisticTracker stats concode_elem_sep int startLogErrorsCnt concode_elem_sep Configuration conf concode_elem_sep RetryingCallerInterceptor interceptor concode_elem...
RpcRetryingCaller < T > function ( ) { RpcRetryingCaller < T > loc0 = new RpcRetryingCallerImpl < T > ( pause , retries , interceptor , startLogErrorsCnt , rpcTimeout ) ; return loc0 ; }
3,918
executes the request . this method is called from the webview thread . to do a non-trivial amount of work , use : cordova.getthreadpool . execute runnable ; to run on the ui thread , use : cordova.getactivity . runonuithread runnable ; concode_field_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView c...
boolean function ( String arg0 , CordovaArgs arg1 , CallbackContext arg2 ) { return false ; }
3,919
sets the licence name . concode_field_sep String licenceName concode_elem_sep String name concode_elem_sep String version concode_elem_sep String info concode_field_sep String getVersion concode_elem_sep void setName concode_elem_sep String getName concode_elem_sep String getInfo concode_elem_sep void setVersion concod...
void function ( final String arg0 ) { this . licenceName = arg0 ; }
3,920
sets the value of the zip property . concode_field_sep BigDecimal zip concode_elem_sep String country concode_elem_sep String city concode_elem_sep String street concode_elem_sep String name concode_elem_sep String state concode_field_sep void setName concode_elem_sep void setCountry concode_elem_sep String getName con...
void function ( BigDecimal arg0 ) { this . zip = arg0 ; }
3,921
sets the tipodocumentoidentidad value for this consultagruposriesoburorequest . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String numeroDocumentoIdentidad concode_elem_sep boolean __hashCodeCalc concode_elem_sep grupobbva.pe....
void function ( java . lang . String arg0 ) { this . tipoDocumentoIdentidad = arg0 ; }
3,922
returns the coordinates of this turn concode_field_sep String parentName concode_elem_sep int CONTROLPOINT concode_elem_sep int TURNPOINT concode_elem_sep double angle concode_elem_sep double position concode_elem_sep int type concode_elem_sep Point point concode_field_sep void setCoord concode_elem_sep double getPosit...
Point function ( ) { return point ; }
3,923
this is additionally called in when the html content terminates without closing the html comment . this can only happen if the html document contains errors for example , the closing -- ; gt is missing . the default method calls the error handler . concode_field_sep DTD dtd concode_elem_sep boolean strict concode_elem_...
void function ( ) { gnu . error ( "srini_string" ) ; }
3,924
called to parse attributes . this is the first method called after the state is created.returns the value of attribute name . concode_field_sep StringBuffer text concode_elem_sep String context concode_elem_sep String elementName concode_field_sep void endElement concode_elem_sep AbstractParseState startElement concode...
void function ( Attributes arg0 ) { }
3,925
allowed values of the parameter when its an enum type concode_field_sep String arrayType concode_elem_sep List<String> allowableValues concode_elem_sep RestOperationResponseMsgDefinition response concode_elem_sep String dataType concode_elem_sep String name concode_elem_sep String description concode_elem_sep Collectio...
RestOperationResponseHeaderDefinition function ( String ... arg0 ) { setAllowableValues ( Arrays . asList ( arg0 ) ) ; return this ; }
3,926
reads a long stored in variable-length format . reads between one and nine bytes . smaller values take fewer bytes . negative numbers are not supported . the format is described further in dataoutput #writevint int . concode_field_sep byte[] skipBuffer concode_elem_sep int SKIP_BUFFER_SIZE concode_field_sep Set<String>...
long function ( ) { return readVLong ( false ) ; }
3,927
returns the stored index . concode_field_sep Action1<SubjectObserver<T>> onTerminated concode_elem_sep Observer<? super T> actual concode_elem_sep boolean emitting concode_elem_sep boolean caughtUp concode_elem_sep NotificationLite<T> nl concode_elem_sep SubjectObserver[] NO_OBSERVERS concode_elem_sep Object index conc...
I function ( ) { return ( I ) index ; }
3,928
creates a new status with the primary key . does not add the status to the database . concode_field_sep StatusLocalService _statusLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery get...
com . liferay . chat . model . Status function ( long arg0 ) { return _statusLocalService . createStatus ( arg0 ) ; }
3,929
set the configuration source object for this metadata element.the exact type of the object will depend on the configuration mechanism used . concode_field_sep String name concode_elem_sep Object source concode_elem_sep Object value concode_field_sep Object getValue concode_elem_sep String getName concode_elem_sep Objec...
void function ( Object arg0 ) { this . source = arg0 ; }
3,930
gets the value of the bindclicktowidget property . concode_field_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep BigDecimal refresh concode_elem_sep Label label concode_elem_sep String suffix concode_elem_sep String type concode_elem...
Boolean function ( ) { return bindClickToWidget ; }
3,931
test method for testing the other methods concode_field_sep double[][][][] data concode_elem_sep int zSize concode_elem_sep int initysize concode_elem_sep int ySize concode_elem_sep int xSize concode_elem_sep int initzsize concode_elem_sep int initxsize concode_elem_sep Layer layer concode_field_sep void read concode_e...
void function ( String [ ] arg0 ) { }
3,932
returns true if the given state is currently active otherwise false . concode_field_sep boolean c concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep boolean g concode_elem_sep boolean h concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVec...
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; case main_region_C : return stateVector [ 0 ] == State . main_region_C ; default : return false ; } }
3,933
sets the value of the href property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep SVInterfaceType svInterface concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep...
void function ( String arg0 ) { this . href = arg0 ; }
3,934
write the routingexplanations object concode_field_sep List<RerouteExplanation> explanations concode_field_sep RoutingExplanations add concode_elem_sep RoutingExplanations readFrom concode_elem_sep XContentBuilder toXContent concode_elem_sep List<RerouteExplanation> explanations
void function ( RoutingExplanations arg0 , StreamOutput arg1 ) { arg1 . writeVInt ( arg0 . arg0 . size ( ) ) ; for ( RerouteExplanation loc0 : arg0 . arg0 ) { RerouteExplanation . writeTo ( loc0 , arg1 ) ; } }
3,935
retrieves the last name concode_field_sep String lastName concode_elem_sep String country concode_elem_sep String gender concode_elem_sep Map<String,String> contactInfo concode_elem_sep String rawResponse concode_elem_sep String displayName concode_elem_sep String fullName concode_elem_sep String language concode_elem_...
String function ( ) { return lastName ; }
3,936
returns the string value of the token if it was type token_string . otherwise null is returned . concode_field_sep int TOKEN_END concode_elem_sep int TOKEN_STRING concode_elem_sep int TOKEN_LT concode_elem_sep String tokenVal concode_elem_sep int TOKEN_RBRACE concode_elem_sep int TOKEN_NOT concode_elem_sep int TOKEN_AN...
String function ( ) { return tokenVal ; }
3,937
reads a allocationcommands from a streaminput concode_field_sep List<AllocationCommand> commands concode_elem_sep Map<String,AllocationCommand.Factory> factories concode_field_sep void registerFactory concode_elem_sep AllocationCommands add concode_elem_sep void writeTo concode_elem_sep void toXContent concode_elem_sep...
AllocationCommands function ( StreamInput arg0 ) { AllocationCommands loc0 = new AllocationCommands ( ) ; int loc1 = arg0 . readVInt ( ) ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { String loc3 = arg0 . readString ( ) ; loc0 . add ( lookupFactorySafe ( loc3 ) . readFrom ( arg0 ) ) ; } return loc0 ; }
3,938
create an instance of jaxbelement concode_field_sep QName _SCL_QNAME concode_elem_sep QName _DATypeVal_QNAME concode_elem_sep QName _LNTypeDOI_QNAME concode_field_sep ConfLogControlType createConfLogControlType concode_elem_sep JAXBElement<String> createDAITypeVal concode_elem_sep EnumTypeType createEnumTypeType concod...
JAXBElement < SCLType > function ( SCLType arg0 ) { return new JAXBElement < SCLType > ( _SCL_QNAME , SCLType . class , null , arg0 ) ; }
3,939
returns a hash code for this instance . concode_field_sep DatasetRenderingOrder REVERSE concode_elem_sep String name concode_elem_sep DatasetRenderingOrder FORWARD concode_elem_sep long serialVersionUID concode_field_sep Object readResolve concode_elem_sep boolean equals concode_elem_sep String toString
int function ( ) { return this . name . hashCode ( ) ; }
3,940
gets the startindex value for this producttemplatepage . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem...
java . lang . Integer function ( ) { return startIndex ; }
3,941
gets a hexadecimal stringbuffer representation of this object 's data , which is in fact the raw data contained in this object . concode_field_sep Reference reference concode_elem_sep Logger logger concode_elem_sep StringBuffer stringData concode_field_sep String getHexString concode_elem_sep StringBuffer hexToString c...
StringBuffer function ( ) { return stringData ; }
3,942
returns an arraylist of selectitem 's suitable for a drop-down selection component . concode_field_sep LinkedFormElement zip concode_elem_sep FormElement firstName concode_elem_sep FormElement lastName concode_elem_sep SubmitButton submit concode_elem_sep LinkedFormElement city concode_elem_sep ArrayList componentList ...
ArrayList function ( ArrayList arg0 ) { if ( arg0 == null ) { return new ArrayList ( ) ; } ArrayList loc0 = new ArrayList ( arg0 . size ( ) ) ; String loc1 ; for ( int loc2 = 0 ; loc2 < arg0 . size ( ) ; loc2 ++ ) { loc1 = ( String ) arg0 . get ( loc2 ) ; loc0 . add ( new SelectItem ( loc1 , loc1 , "srini_string" ) ) ;...
3,943
returns the cholesky decomposition of a ` a. concode_field_sep double[][] QR concode_elem_sep double[] Rdiagonal concode_elem_sep boolean singular concode_field_sep boolean isFullColumnRank concode_elem_sep double[][] inverse concode_elem_sep void rotate concode_elem_sep double[][] getH concode_elem_sep boolean isSingu...
CholeskyDecomposition function ( ) { int loc0 = QR [ 0 ] . length ; double [ ] [ ] loc1 = new double [ loc0 ] [ ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 [ loc2 ] = new double [ loc2 + 1 ] ; loc1 [ loc2 ] [ loc2 ] = Rdiagonal [ loc2 ] ; for ( int loc3 = 0 ; loc3 < loc2 ; loc3 ++ ) { loc1 [ loc2 ] [ loc3 ]...
3,944
info log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d con...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , String . format ( arg1 , arg2 ) ) ; }
3,945
returns an iterator to loop over outgoing edges edge of the vertex . concode_field_sep double epsilon concode_elem_sep String NEGATIVE_UNDIRECTED_EDGE concode_elem_sep V startVertex concode_elem_sep Map<V,BellmanFordPathElement<V,E>> vertexData concode_elem_sep Map<V,BellmanFordPathElement<V,E>> prevVertexData concode_...
Iterator < E > function ( V arg0 ) { if ( this . graph instanceof DirectedGraph < ? , ? > ) { return ( ( DirectedGraph < V , E > ) this . graph ) . outgoingEdgesOf ( arg0 ) . iterator ( ) ; } else { return this . graph . edgesOf ( arg0 ) . iterator ( ) ; } }
3,946
set the provided calendar to the first day of the month . also clears all time information . concode_field_sep PlaceHolder placeHolder concode_field_sep void copyDateTo concode_elem_sep int getDayOfWeek concode_elem_sep int getYear concode_elem_sep Calendar getInstance concode_elem_sep Calendar getInstance concode_elem...
void function ( Calendar arg0 ) { int loc0 = getYear ( arg0 ) ; int loc1 = getMonth ( arg0 ) ; arg0 . clear ( ) ; arg0 . set ( loc0 , loc1 , 1 ) ; }
3,947
clears the attribute cache maintained by the pdp . concode_field_sep Log log concode_elem_sep EntitlementAdminServiceStub stub concode_field_sep String getDecision concode_elem_sep String getDecision concode_elem_sep PIPFinderDataHolder getPIPResourceFinderData concode_elem_sep void setGlobalPolicyAlgorithm concode_ele...
void function ( ) { try { stub . clearAllAttributeCaches ( ) ; } catch ( Exception loc0 ) { String loc1 = loc0 . getMessage ( ) ; handleException ( loc1 , loc0 ) ; } }
3,948
returns the next available reference from the queue , removing it in the process . does not wait for a reference to become available . concode_field_sep Reference<? extends T> head concode_elem_sep int NANOS_PER_MILLI concode_elem_sep Reference SENTINEL concode_elem_sep Reference<?> unenqueued concode_field_sep void ad...
Reference < ? extends T > function ( ) { if ( head == null ) { return null ; } Reference < ? extends T > loc0 ; loc0 = head ; if ( SENTINEL == head . queueNext ) { head = null ; } else { head = head . queueNext ; } loc0 . queueNext = null ; return loc0 ; }
3,949
split on space and trim results . concode_field_sep Pattern ABS_URL_RE concode_elem_sep Joiner PATH_ARG_JOINER concode_elem_sep Splitter _SPLITTER concode_elem_sep Joiner _JOINER concode_elem_sep Joiner CSV_JOINER concode_elem_sep Splitter SSV_SPLITTER concode_elem_sep Joiner JOINER concode_elem_sep Joiner PATH_JOINER ...
Iterable < String > function ( CharSequence arg0 ) { return SSV_SPLITTER . split ( arg0 ) ; }
3,950
retrieves the current context in the current thread . concode_field_sep ConcurrentContext concurrentContext concode_elem_sep List<SetupContextHandle> setupHandles concode_elem_sep String CONTEXT_HANDLE_FACTORY_NAME concode_elem_sep List<ContextHandleFactory> factoryOrderedList concode_elem_sep ServiceName serviceName c...
ConcurrentContext function ( ) { return current . peek ( ) ; }
3,951
set or change the object that is to be edited . primitive types such as `` int '' must be wrapped as the corresponding object type such as `` java.lang.integer '' . concode_field_sep TimeZoneValueConverter valueConverter concode_elem_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep TimeZone value concod...
void function ( final Object arg0 ) { final Object loc0 = this . value ; if ( arg0 instanceof TimeZone ) { this . value = ( TimeZone ) arg0 ; } else { this . value = null ; } propertyChangeSupport . firePropertyChange ( null , loc0 , this . value ) ; }
3,952
gets the value of the name property . concode_field_sep BindMaterial bindMaterial concode_elem_sep String name concode_elem_sep List<Extra> extras concode_elem_sep String url concode_elem_sep String sid concode_field_sep String getSid concode_elem_sep void setName concode_elem_sep String getUrl concode_elem_sep BindMat...
String function ( ) { return name ; }
3,953
returns the exit code of the subprocess . undefined if exited is false . concode_field_sep int waitResult concode_elem_sep int SIGNAL_1 concode_elem_sep int SIGNAL_63 concode_elem_sep String[] SIGNAL_STRINGS concode_field_sep String getSignalString concode_elem_sep String toShortString concode_elem_sep boolean success ...
int function ( ) { if ( ! exited ( ) ) { throw new IllegalStateException ( "srini_string" ) ; } return waitResult ; }
3,954
tests the equals method . concode_field_sep PlaceHolder placeHolder concode_field_sep void test9999Previous concode_elem_sep void testDateConstructor1 concode_elem_sep void testGetStart concode_elem_sep void testGetLastMillisecond concode_elem_sep void testGetSerialIndex concode_elem_sep void test1900Next concode_elem_...
void function ( ) { Year loc0 = new Year ( 2002 ) ; Year loc1 = new Year ( 2002 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; loc0 = new Year ( 1999 ) ; assertFalse ( loc0 . equals ( loc1 ) ) ; loc1 = new Year ( 1999 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
3,955
binds a particular image path to a command id , type and style triple concode_field_sep CommandImageManager commandImageManager concode_elem_sep CommandImagePersistence commandImagePersistence concode_field_sep String generateUnusedStyle concode_elem_sep void readRegistry concode_elem_sep void dispose concode_elem_sep ...
void function ( final String arg0 , final int arg1 , final String arg2 , final URL arg3 ) { commandImageManager . bind ( arg0 , arg1 , arg2 , arg3 ) ; }
3,956
this function fills a rectangle with a vertical gradient . this implementation does not use the gradient mechanism based on background patterns since they do not work stable on all systems . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRoundedRectangle concode_elem_sep Color mixC...
void function ( Graphics arg0 , Rectangle arg1 , Color arg2 , Color arg3 ) { arg0 . pushState ( ) ; arg0 . setForegroundColor ( arg3 ) ; arg0 . setBackgroundColor ( arg2 ) ; arg0 . fillGradient ( arg1 . x , arg1 . y , arg1 . width , arg1 . height , true ) ; arg0 . popState ( ) ; }
3,957
returns the number of obstacles on this road network . concode_field_sep boolean hasVariableMessageSign concode_elem_sep Logger LOG concode_elem_sep String name concode_elem_sep boolean isWithCrashExit concode_elem_sep ArrayList<RoadSegment> roadSegments concode_field_sep void setName concode_elem_sep RoadSegment add c...
int function ( ) { int loc0 = 0 ; for ( final RoadSegment loc1 : roadSegments ) { loc0 += loc1 . loc0 ( ) ; } return loc0 ; }
3,958
calculates kd value . kd secret , data = h concat secret , '' : '' , data concode_field_sep String opaque concode_elem_sep String method concode_elem_sep String body concode_elem_sep String nonce concode_elem_sep String uri concode_elem_sep String qop concode_elem_sep String passwd concode_elem_sep String nc concode_el...
byte [ ] function ( String arg0 , String arg1 ) { StringBuffer loc0 = new StringBuffer ( ) ; loc0 . append ( arg0 ) . append ( "srini_string" ) . append ( arg1 ) ; return MD5 ( loc0 . toString ( ) ) ; }
3,959
determines whether a wildcard origin , '' , is supported . concode_field_sep boolean anyOrigin concode_elem_sep long maxAge concode_elem_sep Set<HttpMethod> allowedRequestMethods concode_elem_sep Optional<Pattern> pattern concode_elem_sep boolean allowNullOrigin concode_elem_sep Optional<Set<String>> origins concode_el...
boolean function ( ) { return anyOrigin ; }
3,960
gets the object . concode_field_sep int _primaryKey concode_elem_sep String _attrib concode_elem_sep String _type concode_elem_sep String _db_operation concode_elem_sep String _updateType concode_elem_sep String _token concode_elem_sep String _value concode_elem_sep int _sourceId concode_elem_sep String _object concode...
String function ( ) { return _object ; }
3,961
this method returns the format in which the time is captured . the time is the time when this instance of machinekey was generated . for e.g. hhmm to capture hour and minute concode_field_sep String product concode_elem_sep String software1 concode_elem_sep boolean useSoftware1 concode_elem_sep boolean useDeviceId conc...
String function ( ) { return timeKey ; }
3,962
sets the charset to be used when encoding org.apache.ogt.http.auth.credentials . concode_field_sep PlaceHolder placeHolder concode_field_sep String getCredentialCharset
void function ( final HttpParams arg0 , final String arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } arg0 . setParameter ( AuthPNames . CREDENTIAL_CHARSET , arg1 ) ; }
3,963
attempt to convert a typed value to an int using the supplied type converter . concode_field_sep PlaceHolder placeHolder concode_field_sep T convertTypedValue concode_elem_sep double toDouble concode_elem_sep boolean toBoolean concode_elem_sep long toLong concode_elem_sep float toFloat concode_elem_sep byte toByte conc...
int function ( TypeConverter arg0 , TypedValue arg1 ) { return ( Integer ) arg0 . convertValue ( arg1 . getValue ( ) , arg1 . getTypeDescriptor ( ) , TypeDescriptor . valueOf ( Integer . class ) ) ; }
3,964
documentation pending concode_field_sep boolean string concode_elem_sep boolean ipAddress concode_elem_sep boolean numeric concode_elem_sep String property concode_elem_sep boolean date concode_elem_sep Collection collection concode_field_sep Object[] arraySort concode_elem_sep void toIPAddressSort concode_elem_sep Col...
void function ( ) { string = true ; numeric = false ; date = false ; ipAddress = false ; }
3,965
get width-to-height ratio of image . concode_field_sep int MIN_HEIGHT concode_elem_sep int plotnum concode_elem_sep int MAX_HEIGHT concode_elem_sep RenderedImage plot concode_elem_sep int width concode_elem_sep LinearScale scale concode_elem_sep Logging LOG concode_elem_sep ClusterOrder co concode_elem_sep StylingPolic...
double function ( ) { if ( plot == null ) { replot ( ) ; } return ratio ; }
3,966
convert a duration to the number of nanoseconds . concode_field_sep long DURATION_SECONDS_MAX concode_elem_sep long DURATION_SECONDS_MIN concode_field_sep Duration add concode_elem_sep Duration fromNanos concode_elem_sep Duration fromMillis concode_elem_sep boolean isValid concode_elem_sep boolean isValid concode_elem_...
long function ( Duration arg0 ) { return arg0 . getSeconds ( ) * NANOS_PER_SECOND + arg0 . getNanos ( ) ; }
3,967
auto generated getter method concode_field_sep com.amazon.ec2.BundleInstanceType localBundleInstance concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName concode_elem_sep voi...
com . amazon . ec2 . BundleInstanceType function ( ) { return localBundleInstance ; }
3,968
the default behavior of this method is to return getlocale on the wrapped request object . concode_field_sep ServletRequest request concode_field_sep void setRequest concode_elem_sep int getLocalPort concode_elem_sep String getRemoteAddr concode_elem_sep ServletContext getServletContext concode_elem_sep ServletRequest ...
Locale function ( ) { return this . request . getLocale ( ) ; }
3,969
determines the ip address of a host concode_field_sep int IPv6 concode_elem_sep int IPv4 concode_field_sep int addressLength concode_elem_sep Record[] lookupHostName concode_elem_sep InetAddress[] getAllByName concode_elem_sep String getHostName concode_elem_sep byte[] parseV4 concode_elem_sep byte[] parseV6 concode_el...
InetAddress function ( String arg0 ) { try { return getByAddress ( arg0 ) ; } catch ( UnknownHostException loc0 ) { Record [ ] loc1 = lookupHostName ( arg0 ) ; return addrFromRecord ( arg0 , loc1 [ 0 ] ) ; } }
3,970
not thread-safe . concode_field_sep Set<WriteEntity> outputs concode_elem_sep Map<Path,List<FileSinkDesc>> linkedFileSinks concode_elem_sep Set<BaseWork> workWithUnionOperators concode_elem_sep Set<ReadEntity> inputs concode_elem_sep TezTask currentTask concode_elem_sep Map<Operator<?>,BaseWork> rootToWorkMap concode_e...
int function ( ) { return ++ sequenceNumber ; }
3,971
removes an existing accessor method . concode_field_sep IField[] fAccessorFields concode_elem_sep boolean fApply concode_elem_sep IType fType concode_elem_sep String[] EMPTY_STRINGS concode_elem_sep IField[] fSetterFields concode_elem_sep boolean fSave concode_elem_sep CodeGenerationSettings fSettings concode_elem_sep ...
void function ( final IFunction arg0 , final ListRewrite arg1 ) { final FunctionDeclaration loc0 = ( FunctionDeclaration ) ASTNodes . getParent ( NodeFinder . perform ( arg1 . getParent ( ) . getRoot ( ) , arg0 . getNameRange ( ) ) , FunctionDeclaration . class ) ; if ( loc0 != null ) arg1 . remove ( loc0 , null ) ; }
3,972
warning 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 s...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 , arg2 ) ; }
3,973
retrieves a byte sequence representing the md5 digest of the specified byte sequence . concode_field_sep MessageDigest md5 concode_field_sep String encodeString concode_elem_sep byte[] digestString
byte [ ] function ( byte [ ] arg0 ) { synchronized ( MD5 . class ) { if ( md5 == null ) { try { md5 = MessageDigest . getInstance ( "srini_string" ) ; } catch ( NoSuchAlgorithmException loc0 ) { throw new RuntimeException ( loc0 . toString ( ) ) ; } } return md5 . digest ( arg0 ) ; } }
3,974
principal method to throw a illegalelementexception concode_field_sep Predicate screener_ concode_elem_sep int count_ concode_elem_sep boolean pred concode_elem_sep int version_ concode_field_sep void excludeElements concode_elem_sep void checkIndex concode_elem_sep boolean sameOrderedPairs concode_elem_sep void incCou...
void function ( Object arg0 ) { if ( ! canInclude ( arg0 ) ) { throw new IllegalElementException ( arg0 , "srini_string" ) ; } }
3,975
details of the cancellation if any . constraints : length : 0 - 32768 concode_field_sep Long startedEventId concode_elem_sep String details concode_elem_sep Long latestCancelRequestedEventId concode_elem_sep Long scheduledEventId concode_field_sep ActivityTaskCanceledEventAttributes withDetails concode_elem_sep Long ge...
void function ( String arg0 ) { this . details = arg0 ; }
3,976
create a readable and parseable audit log string for a failed event . concode_field_sep String ALLOC_CONTAINER concode_elem_sep String SUBMIT_RESERVATION_REQUEST concode_elem_sep String AM_ALLOCATE concode_elem_sep String UNREGISTER_AM concode_elem_sep String RELEASE_CONTAINER concode_elem_sep String UNAUTHORIZED_USER ...
void function ( String arg0 , String arg1 , String arg2 , String arg3 , String arg4 ) { if ( LOG . isWarnEnabled ( ) ) { LOG . warn ( createFailureLog ( arg0 , arg1 , arg2 , arg3 , arg4 , null , null , null ) ) ; } }
3,977
sets the value of the counterupperlimit property . concode_field_sep String counterUpperLimit concode_elem_sep BigInteger counterValue concode_elem_sep String counterLastModDate concode_elem_sep String counterUsageType concode_elem_sep BigInteger counterCommittedValue concode_elem_sep String passId concode_elem_sep Str...
void function ( String arg0 ) { this . counterUpperLimit = arg0 ; }
3,978
the status of the index field being deleted . concode_field_sep IndexFieldStatus indexField concode_field_sep void setIndexField concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DeleteIndexFieldResult clone concode_elem_sep String toString concode_elem_sep DeleteIndexFieldResult withIndexF...
IndexFieldStatus function ( ) { return indexField ; }
3,979
a list of values that are permitted for a parameter . concode_field_sep com.amazonaws.internal.SdkInternalList<String> allowedValues concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setAllowedValues concode_elem_sep ParameterConstraints clone concode_elem_sep String toString concode_...
java . util . List < String > function ( ) { if ( allowedValues == null ) { allowedValues = new com . amazonaws . internal . SdkInternalList < String > ( ) ; } return allowedValues ; }
3,980
returns the mote id interface if any . concode_field_sep Log myLog concode_elem_sep PolledAfterActiveTicks[] polledAfterActive concode_elem_sep Clock myClock concode_elem_sep Button myButton concode_elem_sep LED myLED concode_elem_sep ArrayList<MoteInterface> moteInterfaces concode_elem_sep IPAddress myIPAddress concod...
MoteID function ( ) { if ( myMoteID == null ) { myMoteID = getInterfaceOfType ( MoteID . class ) ; } return myMoteID ; }
3,981
creates a statechart with an initial region and an initial state concode_field_sep int INITIAL_TEXT_COMPARTMENT_X concode_elem_sep String INITIAL_REGION_NAME concode_elem_sep int INITIAL_REGION_WIDTH concode_elem_sep int SPACING concode_elem_sep int INITIAL_REGION_HEIGHT concode_elem_sep int INITIAL_TEXT_COMPARTMENT_WI...
void function ( Resource arg0 ) { createStatechartModel ( arg0 , DiagramActivator . DIAGRAM_PREFERENCES_HINT ) ; }
3,982
convert an array of values to a list of gregoriancalendars . concode_field_sep PlaceHolder placeHolder concode_field_sep List<BigDecimal> doublesToDecs concode_elem_sep List<BigDecimal> toDecs concode_elem_sep String replace concode_elem_sep String getPathById concode_elem_sep String getDestPathOfNode concode_elem_sep ...
List < GregorianCalendar > function ( String [ ] arg0 ) { ArrayList < GregorianCalendar > loc0 = new ArrayList < GregorianCalendar > ( arg0 . length ) ; for ( String loc1 : arg0 ) { loc0 . add ( CommonUtil . toCalendar ( javax . xml . bind . DatatypeConverter . parseDateTime ( loc1 ) ) ) ; } return loc0 ; }
3,983
arranges the blocks in the container with a fixed with and a range constraint on the height . concode_field_sep long serialVersionUID concode_field_sep void add concode_elem_sep Size2D arrangeFF concode_elem_sep Size2D arrangeRR concode_elem_sep Size2D arrangeNN concode_elem_sep Size2D arrange concode_elem_sep Size2D a...
Size2D function ( BlockContainer arg0 , Graphics2D arg1 , RectangleConstraint arg2 ) { Size2D loc0 = arrangeFN ( arg0 , arg1 , arg2 ) ; if ( arg2 . getHeightRange ( ) . contains ( loc0 . height ) ) { return loc0 ; } else { RectangleConstraint loc1 = arg2 . toFixedHeight ( arg2 . getHeightRange ( ) . constrain ( loc0 . ...
3,984
get the current nesting depth of this diagnostic context . concode_field_sep Hashtable ht concode_elem_sep int pushCounter concode_elem_sep String fullMessage concode_elem_sep String message concode_elem_sep int REAP_THRESHOLD concode_field_sep String pop concode_elem_sep Stack getCurrentStack concode_elem_sep void laz...
int function ( ) { Stack loc0 = getCurrentStack ( ) ; if ( loc0 == null ) return 0 ; else return loc0 . size ( ) ; }
3,985
use for sql commands create , drop , insert and update . concode_field_sep String CREATE_MOVIES concode_elem_sep String CREATE_CLIENTS concode_elem_sep Logger logger concode_elem_sep Connection connection concode_elem_sep String CREATE_RENTALS concode_field_sep List<Movie> initMovieList concode_elem_sep Connection getC...
void function ( String arg0 ) { Statement loc0 = null ; loc0 = connection . createStatement ( ) ; int loc1 = loc0 . executeUpdate ( arg0 ) ; if ( loc1 == - 1 ) { logger . error ( "srini_string" + arg0 ) ; } loc0 . close ( ) ; }
3,986
shutdown the client and zookeeper server/cluster . concode_field_sep TestingServer zooKeeperServer concode_elem_sep TestingCluster zooKeeperCluster concode_elem_sep CuratorFramework client concode_field_sep CuratorFramework createClient concode_elem_sep List<String> getChildren concode_elem_sep String getConnectString ...
void function ( ) { if ( client != null ) { client . close ( ) ; } if ( zooKeeperServer != null ) { zooKeeperServer . close ( ) ; } if ( zooKeeperCluster != null ) { zooKeeperCluster . close ( ) ; } }
3,987
the value you provided for the marker request parameter . returns a reference to this object so that method calls can be chained together . concode_field_sep Boolean isTruncated concode_elem_sep Integer maxItems concode_elem_sep String nextMarker concode_elem_sep String marker concode_elem_sep java.util.List<Distributi...
DistributionList function ( String arg0 ) { this . marker = arg0 ; return this ; }
3,988
checks if the as runs with security manager enabled . concode_field_sep Asset LIMITED_PERMISSIONS_XML concode_elem_sep String APP_LIMITED concode_elem_sep String APP_GRANT concode_elem_sep Asset ALL_PERMISSIONS_XML concode_elem_sep String APP_DENY concode_elem_sep Logger LOGGER concode_elem_sep Asset GRANT_PERMISSIONS_...
void function ( @ ArquillianResource URL arg0 ) { final URI loc0 = new URI ( arg0 . toExternalForm ( ) + JSMCheckServlet . SERVLET_PATH . substring ( 1 ) ) ; LOGGER . debug ( "srini_string" + loc0 ) ; assertEquals ( "srini_string" , Boolean . toString ( true ) , Utils . makeCall ( loc0 , 200 ) ) ; }
3,989
sets the value of the electronicaddress property . concode_field_sep ElectronicAddressType electronicAddress concode_elem_sep long serialVersionUID concode_elem_sep PostalAddressListType postalAddresses concode_field_sep ElectronicAddressType getElectronicAddress concode_elem_sep void setPostalAddresses concode_elem_se...
void function ( ElectronicAddressType arg0 ) { this . electronicAddress = arg0 ; }
3,990
check the page index to see if there is a search result . concode_field_sep HashMap<Integer,WeakReference<PageText>> searchResultCache concode_elem_sep ArrayList<SearchTerm> searchTerms concode_field_sep void addPageSearchHit concode_elem_sep Set<Integer> getPageSearchHits concode_elem_sep void removeSearchTerm concode...
boolean function ( int arg0 ) { return searchResultCache . get ( arg0 ) != null ; }
3,991
gets the boolean system property indicated by the specified class and property name . the property key is equal to c.getname + '' . '' + propname . unlike boolean #getboolean string boolean.getboolean key this method recognizes defined properties with empty values as true and returns the default value and logs an error...
boolean function ( Class < ? > arg0 , String arg1 , boolean arg2 ) { return getBooleanProperty ( key ( arg0 , arg1 ) , arg2 ) ; }
3,992
runs a prython script on the current thread , passing a string argument , which the script can retrieve using the getargument function . returns , as a string , the value of the variable ` result ' . for example , a python script containing the line `` result = 123 '' will return the string `` 123 '' . uses the plugin ...
String function ( String arg0 , String arg1 ) { if ( arg1 == null ) arg1 = "srini_string" ; Object loc0 = IJ . runPlugIn ( "srini_string" , "srini_string" ) ; if ( loc0 == null ) { boolean loc1 = downloadJar ( "srini_string" ) ; if ( loc1 ) loc0 = IJ . runPlugIn ( "srini_string" , "srini_string" ) ; } if ( loc0 != null...
3,993
sets the name of the bucket containing the source object to be copied . concode_field_sep String sourceKey concode_elem_sep String versionId concode_elem_sep String sourceBucketName concode_elem_sep String destinationBucketName concode_elem_sep String eTag concode_elem_sep String destinationKey concode_field_sep String...
void function ( String arg0 ) { this . sourceBucketName = arg0 ; }
3,994
gets the value of the sizes property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the sizes property . for example , to add a new item , do as fol...
List < Size > function ( ) { if ( sizes == null ) { sizes = new ArrayList < Size > ( ) ; } return this . sizes ; }
3,995
the operating system platform . concode_field_sep String name concode_elem_sep com.amazonaws.internal.SdkInternalList<String> platformTypes concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DocumentIdentifier withPlatformTypes c...
java . util . List < String > function ( ) { if ( platformTypes == null ) { platformTypes = new com . amazonaws . internal . SdkInternalList < String > ( ) ; } return platformTypes ; }
3,996
get custom deserializer concode_field_sep java.lang.String senha concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String login concode_elem_sep java.lang.Integer nivel concode_field_sep java.l...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
3,997
adds a value to the set . concode_field_sep String TAG concode_elem_sep Parcelable.Creator<ContentValues> CREATOR concode_elem_sep HashMap<String,Object> mValues concode_field_sep Float getAsFloat concode_elem_sep void putStringArrayList concode_elem_sep Byte getAsByte concode_elem_sep Set<Map.Entry<String,Object>> val...
void function ( String arg0 , Double arg1 ) { mValues . put ( arg0 , arg1 ) ; }
3,998
sets the starting point of the transition , a float between 0.0 and 1.0 . defaults to 0.0 . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_ele...
void function ( float arg0 ) { this . from = arg0 ; ea . add ( "srini_string" , arg0 ) ; }
3,999
gets the file path of the overlay icon of the state . concode_field_sep File overlayIconFilePath concode_elem_sep String name concode_elem_sep Map<String,State> STATES_BY_NAME concode_field_sep String getName concode_elem_sep State valueOf concode_elem_sep int hashCode concode_elem_sep State get concode_elem_sep boolea...
File function ( ) { return overlayIconFilePath ; }