idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
18,900
executes the given url with the given httpmethod . furthermore the http.proxyxxx system variables are read and set into the httpclient . concode_field_sep Pattern URL_CREDENTIALS_PATTERN concode_field_sep HttpMethod createHttpMethod concode_elem_sep Credentials extractCredentials concode_elem_sep boolean shouldUseProxy
String function ( String arg0 , String arg1 , InputStream arg2 , String arg3 , int arg4 ) { return executeUrl ( arg0 , arg1 , null , arg2 , arg3 , arg4 ) ; }
18,901
return the tag of the request concode_field_sep String US_ASCII concode_elem_sep String CRLF concode_elem_sep String tag concode_elem_sep Collection<ByteBuffer> lines concode_elem_sep String command concode_field_sep String read concode_elem_sep String getCommand concode_elem_sep Iterator<ByteBuffer> getArguments conco...
String function ( ) { return tag ; }
18,902
sets the proxy configuration type . concode_field_sep int proxyPort concode_elem_sep FileSystem fileSystem concode_elem_sep String proxyAddress concode_elem_sep ProxyConfiguration proxyConfiguration concode_elem_sep String databaseEncryptionPassword concode_elem_sep Logger LOG concode_field_sep String getProxyAddress c...
void function ( ProxyConfiguration arg0 ) { this . proxyConfiguration = arg0 ; }
18,903
converts an array of strings into a set of actionerror messages concode_field_sep String FAILED_KEY concode_field_sep boolean getFailedValidation concode_elem_sep void setFailedValidation concode_elem_sep boolean isValidEmailAddress concode_elem_sep ActionErrors validateDynaActionForm concode_elem_sep ActionErrors vali...
ActionErrors function ( ValidatorError ... arg0 ) { ActionErrors loc0 = new ActionErrors ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 . add ( ActionMessages . GLOBAL_MESSAGE , new ActionMessage ( arg0 [ loc1 ] . getKey ( ) , arg0 [ loc1 ] . getValues ( ) ) ) ; } return loc0 ; }
18,904
determines if a given map is of a unmodifiable type . concode_field_sep CaseInsensitiveMap<String,V> lowercaseWrapped concode_elem_sep Map<String,V> wrapped concode_field_sep V getOrDefault concode_elem_sep Collection<V> values concode_elem_sep V computeIfAbsent concode_elem_sep boolean replace concode_elem_sep V repla...
boolean function ( final Map < String , V > arg0 ) { return arg0 . getClass ( ) . getName ( ) . equals ( "srini_string" ) || arg0 . getClass ( ) . getName ( ) . equals ( "srini_string" ) || arg0 . getClass ( ) . getName ( ) . equals ( "srini_string" ) || arg0 instanceof UnmodifiableMap ; }
18,905
returns reason for the failure concode_field_sep String reason concode_elem_sep String index concode_elem_sep int shardId concode_elem_sep String nodeId concode_elem_sep RestStatus status concode_field_sep void writeTo concode_elem_sep void readFrom concode_elem_sep void toXContent concode_elem_sep XContentBuilder toXC...
String function ( ) { return this . reason ; }
18,906
converts a shape to a geometry , flattening it first . concode_field_sep GeometryFactory geometryFactory concode_elem_sep AffineTransform INVERT_Y concode_field_sep List toCoordinates concode_elem_sep boolean isHole concode_elem_sep Coordinate[] nextCoordinateArray
Geometry function ( Shape arg0 , double arg1 , GeometryFactory arg2 ) { PathIterator loc0 = arg0 . getPathIterator ( INVERT_Y , arg1 ) ; return ShapeReader . read ( loc0 , arg2 ) ; }
18,907
returns an ordered range of all the portal preferenceses . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to queryutil #all_pos will return...
List < PortalPreferences > function ( int arg0 , int arg1 , OrderByComparator < PortalPreferences > arg2 , boolean arg3 ) { return getPersistence ( ) . findAll ( arg0 , arg1 , arg2 , arg3 ) ; }
18,908
sets the id and returns a reference to this builder so that the methods can be chained together . concode_field_sep String security concode_elem_sep String endpointConfig concode_elem_sep String name concode_elem_sep String id concode_elem_sep String type concode_elem_sep Long maxTps concode_field_sep String getName co...
Builder function ( String arg0 ) { this . id = arg0 ; return this ; }
18,909
gets the type of the h. 265 nal unit in data that starts at offset . concode_field_sep int EXTENDED_SAR concode_elem_sep int[] scratchEscapePositions concode_elem_sep byte[] NAL_START_CODE concode_elem_sep float[] ASPECT_RATIO_IDC_VALUES concode_elem_sep Object scratchEscapePositionsLock concode_field_sep int findNextU...
int function ( byte [ ] arg0 , int arg1 ) { return ( arg0 [ arg1 + 3 ] & 0x7E ) >> 1 ; }
18,910
verify that the current time is within the validity period . concode_field_sep String NAME concode_elem_sep Date notAfter concode_elem_sep String IDENT concode_elem_sep String NOT_AFTER concode_elem_sep String NOT_BEFORE concode_elem_sep Date notBefore concode_elem_sep long YR_2050 concode_field_sep void encode concode...
void function ( ) { Date loc0 = new Date ( ) ; valid ( loc0 ) ; }
18,911
update fields when a new registration request comes in . note that this does not update storageid . concode_field_sep String hostName concode_elem_sep int xferPort concode_elem_sep String datanodeUuid concode_elem_sep String peerHostName concode_elem_sep int infoPort concode_elem_sep int infoSecurePort concode_elem_sep...
void function ( DatanodeID arg0 ) { setIpAndXferPort ( arg0 . getIpAddr ( ) , arg0 . getXferPort ( ) ) ; hostName = arg0 . getHostName ( ) ; peerHostName = arg0 . getPeerHostName ( ) ; infoPort = arg0 . getInfoPort ( ) ; infoSecurePort = arg0 . getInfoSecurePort ( ) ; ipcPort = arg0 . getIpcPort ( ) ; }
18,912
implements svgmatrix #getf . concode_field_sep AffineTransform FLIP_X_TRANSFORM concode_elem_sep AffineTransform FLIP_Y_TRANSFORM concode_field_sep SVGMatrix inverse concode_elem_sep SVGMatrix rotate concode_elem_sep SVGMatrix scaleNonUniform concode_elem_sep SVGMatrix rotateFromVector concode_elem_sep SVGMatrix skewX ...
float function ( ) { return ( float ) getAffineTransform ( ) . getTranslateY ( ) ; }
18,913
restores the input stream to its state before the call to #save . concode_field_sep byte[] array concode_elem_sep int pos concode_elem_sep int saved_end concode_elem_sep int end concode_elem_sep int saved_pos concode_field_sep int readU16 concode_elem_sep int saveActive concode_elem_sep void save concode_elem_sep void ...
void function ( ) { if ( saved_pos < 0 ) { throw new IllegalStateException ( "srini_string" ) ; } pos = saved_pos ; end = saved_end ; saved_pos = - 1 ; saved_end = - 1 ; }
18,914
shortcut to get the moviebox since it is often needed and present in nearly all iso 14496 files at least if they are derived from mp4 . concode_field_sep List<Box> boxes concode_elem_sep ReadableByteChannel byteChannel concode_elem_sep Box lookahead concode_elem_sep BoxParser boxParser concode_elem_sep long position co...
MovieBox function ( ) { for ( Box loc0 : getBoxes ( ) ) { if ( loc0 instanceof MovieBox ) { return ( MovieBox ) loc0 ; } } return null ; }
18,915
sets the value of the milestoneestcomplete property . concode_field_sep XMLGregorianCalendar milestoneEstComplete concode_elem_sep String milestoneName concode_elem_sep Boolean milestoneCompleted concode_elem_sep String milestoneComments concode_elem_sep String milestoneOrder concode_field_sep void setMilestoneComplete...
void function ( XMLGregorianCalendar arg0 ) { this . milestoneEstComplete = arg0 ; }
18,916
run the `` obliquemercator.txt '' . concode_field_sep PlaceHolder placeHolder concode_field_sep void testWagnerIV concode_elem_sep void testWagnerV concode_elem_sep void testCassini concode_elem_sep void testRotatedPole concode_elem_sep void testLambertConic concode_elem_sep void testGnomonic concode_elem_sep void test...
void function ( ) { runScript ( "srini_string" ) ; }
18,917
converts a lowpass analog prototype with cutoff at 1 rad/sec to a highpass filter with a new cutoff . concode_field_sep Rational T concode_elem_sep ArrayList<Rational> sections concode_field_sep AnalogPrototype lptobp concode_elem_sep void print concode_elem_sep Rational getSection concode_elem_sep Polynomial[] lptobpF...
AnalogPrototype function ( double arg0 ) { double [ ] loc0 = { arg0 } ; double [ ] loc1 = { 0.0 , 1.0 } ; Rational loc2 = new Rational ( loc0 , loc1 ) ; AnalogPrototype loc3 = new AnalogPrototype ( ) ; for ( int loc4 = 0 ; loc4 < sections . size ( ) ; loc4 ++ ) loc3 . addSection ( sections . get ( loc4 ) . map ( loc2 )...
18,918
test method for com.flatironschool.javacs.myarraylist #contains java.lang.object . concode_field_sep List<Integer> mal concode_elem_sep List<Integer> list concode_field_sep void testClear concode_elem_sep void testRemoveInt concode_elem_sep void testSet concode_elem_sep void testContainsAll concode_elem_sep void testAd...
void function ( ) { assertThat ( mal . contains ( 1 ) , equalTo ( true ) ) ; assertThat ( mal . contains ( 4 ) , equalTo ( false ) ) ; assertThat ( mal . contains ( null ) , equalTo ( false ) ) ; mal . add ( null ) ; assertThat ( mal . contains ( null ) , equalTo ( true ) ) ; }
18,919
set the value of the branchcontractedicon property . concode_field_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep long serialVersionUID concode_elem_sep boolean leaf concode_elem_sep String leafIcon concode_elem...
void function ( String arg0 ) { this . branchContractedIcon = arg0 ; }
18,920
gets the value of the cpm property . concode_field_sep Money cpm concode_elem_sep List<Money> budgetQuantiles concode_elem_sep Money cpc concode_elem_sep Money suggestedBudget concode_elem_sep Money maxBudget concode_elem_sep Long impressions concode_elem_sep Money maxCpc concode_elem_sep Money minBudget concode_elem_s...
Money function ( ) { return cpm ; }
18,921
called when the table binding 's tab focus changes . concode_field_sep String selectedIndex concode_elem_sep String tabPlacement concode_elem_sep boolean tabbedPane1Visible concode_elem_sep boolean tabbedPane2Visible concode_elem_sep boolean tabbedPane3Visible concode_field_sep String getTabPlacement concode_elem_sep v...
void function ( TabChangeEvent arg0 ) { }
18,922
get spill offsets for given partition . concode_field_sep ByteBuffer buf concode_elem_sep LongBuffer entries concode_field_sep void writeToFile concode_elem_sep void writeToFile concode_elem_sep int size concode_elem_sep void putIndex
IndexRecord function ( int arg0 ) { final int loc0 = arg0 * MapTask . MAP_OUTPUT_INDEX_RECORD_LENGTH / 8 ; return new IndexRecord ( entries . get ( loc0 ) , entries . get ( loc0 + 1 ) , entries . get ( loc0 + 2 ) ) ; }
18,923
releases the depressed left mouse button at the current mouse location . concode_field_sep Mouse mouse concode_elem_sep Keyboard keyboard concode_elem_sep WebDriver driver concode_elem_sep CompositeAction action concode_field_sep void perform concode_elem_sep Actions keyUp concode_elem_sep Actions keyUp concode_elem_se...
Actions function ( ) { return this . release ( null ) ; }
18,924
join on comma . 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 concode_elem_sep J...
String function ( Object ... arg0 ) { return CSV_JOINER . join ( arg0 ) ; }
18,925
called after call to persistenceprovider.createcontainerentitymanagerfactory persistenceunit , map concode_field_sep CopyOnWriteArrayList<EventListener> eventListeners concode_field_sep void add concode_elem_sep void addCacheDependencies concode_elem_sep void beforeEntityManagerFactoryCreate concode_elem_sep void stopC...
void function ( Classification arg0 , PersistenceUnitMetadata arg1 ) { for ( EventListener loc0 : eventListeners ) { loc0 . afterEntityManagerFactoryCreate ( arg0 , arg1 ) ; } }
18,926
returns the account being used by this authenticator . concode_field_sep String mAuthTokenType concode_elem_sep AccountManager mAccountManager concode_elem_sep Account mAccount concode_elem_sep boolean mNotifyAuthFailure concode_field_sep String getAuthToken concode_elem_sep void invalidateAuthToken
Account function ( ) { return mAccount ; }
18,927
generates either a ` column > ? ' or a ` column > = ? ' clause concode_field_sep int POSITION_CLAUSE_ID concode_elem_sep String EXCEPTION_MESSAGE_KEY_QUERY_BETWEEN_CLAUSE_LEFT_PARAMETER_TOKEN_MISSING concode_elem_sep String CLAUSE_TRUISM concode_elem_sep String EXCEPTION_MESSAGE_KEY_QUERY_BETWEEN_CLAUSE_DB_COLUMN_TOKEN...
void function ( StringBuffer arg0 , String arg1 , String arg2 , ClauseFunctionParameterHandler arg3 , JRQueryClauseContext arg4 ) { arg0 . append ( arg2 ) ; arg0 . append ( ' ' ) ; arg0 . append ( getGreaterOperator ( arg1 ) ) ; arg0 . append ( ' ' ) ; arg0 . append ( '?' ) ; arg3 . addQueryParameter ( ) ; }
18,928
create a zip file . concode_field_sep int BUFFER concode_field_sep void gunzip concode_elem_sep void gzip concode_elem_sep void main concode_elem_sep void unzip concode_elem_sep void unzip concode_elem_sep void extractFile
void function ( File arg0 , File [ ] arg1 ) { FileOutputStream loc0 = new FileOutputStream ( arg0 ) ; ZipOutputStream loc1 = new ZipOutputStream ( new BufferedOutputStream ( loc0 ) ) ; for ( File loc2 : arg1 ) { zip ( null , loc2 , loc1 ) ; } loc1 . close ( ) ; }
18,929
getter fuer eine zufaellige datei . concode_field_sep String path concode_elem_sep ArrayList<String> files concode_elem_sep PathMatcher pm concode_field_sep void grabFiles concode_elem_sep ArrayList<String> getFiles
String function ( ) { ArrayList < String > loc0 = new ArrayList < String > ( ) ; files . forEach ( element -> loc0 . add ( element ) ) ; Collections . shuffle ( loc0 ) ; return loc0 . get ( 0 ) ; }
18,930
this method returns an integer representation of a variety of different object types such as integer and bigdecimal . concode_field_sep PlaceHolder placeHolder concode_field_sep void printObject concode_elem_sep void printObject concode_elem_sep void printObject concode_elem_sep void printObject concode_elem_sep void p...
int function ( Object arg0 ) { if ( arg0 instanceof java . lang . Integer ) return ( ( Integer ) arg0 ) . intValue ( ) ; else if ( arg0 instanceof java . math . BigDecimal ) return ( ( BigDecimal ) arg0 ) . intValue ( ) ; else return ( new Integer ( arg0 . toString ( ) ) ) . intValue ( ) ; }
18,931
returns the timestamp of this user notification event . concode_field_sep UserNotificationEvent _userNotificationEvent concode_field_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isArchived concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet...
long function ( ) { return _userNotificationEvent . getTimestamp ( ) ; }
18,932
returns true if #connect has been attempted on this connection . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep Socket socket concode...
boolean function ( ) { return connected ; }
18,933
returns the number of rows matching the dynamic query . concode_field_sep ServiceTracker<KaleoNotificationLocalService,KaleoNotificationLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamic...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; }
18,934
returns all metricscontexts built by this factory . concode_field_sep String DEFAULT_CONTEXT_CLASSNAME concode_elem_sep ContextFactory theFactory concode_elem_sep String PROPERTIES_FILE concode_elem_sep Map<String,MetricsContext> contextMap concode_elem_sep Map<String,Object> attributeMap concode_elem_sep Map<String,Me...
Collection < MetricsContext > function ( ) { return new ArrayList < MetricsContext > ( contextMap . values ( ) ) ; }
18,935
sets the value of the validatorclass property . concode_field_sep TextMap description concode_elem_sep LocalCollection<Icon> icon concode_elem_sep java.lang.String validatorClass concode_elem_sep TextMap displayName concode_elem_sep List<FacesProperty> property concode_elem_sep java.lang.String validatorId concode_elem...
void function ( final java . lang . String arg0 ) { this . validatorClass = arg0 ; }
18,936
copy an stream to another one . concode_field_sep PlaceHolder placeHolder concode_field_sep String readContentAsString concode_elem_sep String readContentAsString concode_elem_sep String readContentAsString concode_elem_sep String readContentAsString concode_elem_sep void copyDirectory concode_elem_sep byte[] readConte...
void function ( InputStream arg0 , File arg1 ) { try { OutputStream loc0 = new FileOutputStream ( arg1 ) ; try { IOUtils . copyLarge ( arg0 , loc0 ) ; } finally { closeQuietly ( arg0 ) ; closeQuietly ( loc0 ) ; } } catch ( IOException loc0 ) { throw new UnexpectedException ( loc0 ) ; } }
18,937
static method used to create a parallel object from the buffer concode_field_sep PlaceHolder placeHolder concode_field_sep POPAccessPoint getAccessPoint concode_elem_sep T getThis concode_elem_sep void disconnect concode_elem_sep void destroy concode_elem_sep T newActive concode_elem_sep Object newActive concode_elem_s...
T function ( Class < T > arg0 , POPBuffer arg1 ) { POPSystem . start ( ) ; PJProxyFactory loc0 = new PJProxyFactory ( arg0 ) ; return ( T ) loc0 . newActiveFromBuffer ( arg1 ) ; }
18,938
get this node 's justify content , as defined by style . concode_field_sep CSSNodeDEPRECATED mParent concode_elem_sep CSSStyle style concode_elem_sep CSSNodeDEPRECATED nextChild concode_elem_sep ArrayList<CSSNodeDEPRECATED> mChildren concode_elem_sep int lineIndex concode_elem_sep Object mData concode_elem_sep boolean ...
CSSJustify function ( ) { return style . justifyContent ; }
18,939
disposes of this sound and frees all resources is uses . the audio object can not be used anymore after this is done . concode_field_sep AudioThread soundThread concode_field_sep void play concode_elem_sep void setSpeed concode_elem_sep boolean isPlaying concode_elem_sep void stop concode_elem_sep AudioFormat getSoundF...
void function ( ) { soundThread . dispose ( ) ; }
18,940
returns the type of this social activity set . concode_field_sep SocialActivitySet _socialActivitySet concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId ...
int function ( ) { return _socialActivitySet . getType ( ) ; }
18,941
returns the boolean value of the system property identified by string . concode_field_sep Boolean FALSE concode_elem_sep Boolean TRUE concode_elem_sep Class<Boolean> TYPE concode_elem_sep boolean value concode_elem_sep long serialVersionUID concode_field_sep int compare concode_elem_sep int hashCode concode_elem_sep Bo...
boolean function ( String arg0 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) { return false ; } return ( parseBoolean ( System . getProperty ( arg0 ) ) ) ; }
18,942
returns the sourceunit concode_field_sep ClassNode NO_CLASS concode_elem_sep SourceUnit su concode_elem_sep Map<String,ClassNode> cachedClasses concode_elem_sep ClassNode cn concode_field_sep LookupResult findClassNode concode_elem_sep boolean isFromAnotherClassLoader concode_elem_sep boolean isSourceUnit concode_elem_...
SourceUnit function ( ) { return su ; }
18,943
gets the value of the cancelurl property . concode_field_sep String paypalPayflowcolor concode_elem_sep String cancelUrl concode_elem_sep String paypalLc concode_elem_sep String payerID concode_elem_sep String successUrl concode_elem_sep String paypalHdrImg concode_field_sep String getSuccessUrl concode_elem_sep void s...
String function ( ) { return cancelUrl ; }
18,944
the maximum number of items on a page . concode_field_sep Boolean isTruncated concode_elem_sep String maxItems concode_elem_sep String nextMarker concode_elem_sep String marker concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<ChangeBatchRecord> changeBatchRecords concode_field_sep Boolean isTruncated c...
String function ( ) { return maxItems ; }
18,945
empty implementation ; override to take action concode_field_sep PlaceHolder placeHolder concode_field_sep CallbackAction onRemoveDirStart concode_elem_sep CallbackAction onRemoveDirEnd concode_elem_sep CallbackAction onRenameEnd concode_elem_sep CallbackAction onRenameStart concode_elem_sep CallbackAction onDownloadEn...
CallbackAction function ( UserDetails arg0 , File arg1 , String arg2 ) { return CONTINUE ; }
18,946
create a mod instance that represents a modification to be made to a node . concode_field_sep boolean hasModification concode_elem_sep T value concode_field_sep boolean hasModification concode_elem_sep NodeFunction constant concode_elem_sep Mod<T> noModification concode_elem_sep Mod<byte[]> apply concode_elem_sep T get...
Mod < T > function ( final T arg0 ) { return new Mod < T > ( arg0 , true ) ; }
18,947
gets the wifi display session info required for certification only concode_field_sep int FEATURE_STATE_OFF concode_elem_sep int mScanState concode_elem_sep WifiDisplay[] mDisplays concode_elem_sep WifiDisplaySessionInfo mSessionInfo concode_elem_sep int FEATURE_STATE_ON concode_elem_sep int DISPLAY_STATE_CONNECTING con...
WifiDisplaySessionInfo function ( ) { return mSessionInfo ; }
18,948
return type metadata object concode_field_sep com.marketo.www.mktows.ResultSyncMObjects result concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.encoding.Serializer getSerializer concode...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
18,949
adds a new point concode_field_sep String id concode_elem_sep SortedMap<Integer,Coord> points concode_field_sep String getId concode_elem_sep SortedMap<Integer,Coord> getPoints concode_elem_sep Coordinate[] getCoordinates
void function ( Coord arg0 , int arg1 ) { points . put ( arg1 , arg0 ) ; }
18,950
returns name of the field concode_field_sep PrimitiveObjectInspector.PrimitiveCategory primitiveCategory concode_elem_sep HCatSchema subSchema concode_elem_sep String typeString concode_elem_sep PrimitiveTypeInfo typeInfo concode_elem_sep String fieldName concode_elem_sep Category category concode_elem_sep Type type co...
String function ( ) { return fieldName ; }
18,951
negative test for getportionsize concode_field_sep String householdWeightDescription concode_elem_sep Portion portion concode_elem_sep double householdWeight concode_elem_sep int calories concode_elem_sep int id concode_elem_sep Double portionSize concode_elem_sep DatabaseBuilder databaseBuilder concode_elem_sep BasicF...
void function ( ) { portion = new Portion ( food ) ; portion . setPortionSize ( portionSize ) ; assertFalse ( "srini_string" , ( portionSize + 1.0 ) == portion . getPortionSize ( ) ) ; }
18,952
returns a string representing the current state of the object . concode_field_sep char DELIMITER concode_elem_sep int TIME_BASED concode_elem_sep int STANDARD concode_elem_sep String PROTOCOL_UCASE concode_elem_sep int MICROSOFT concode_elem_sep java.util.UUID uuid concode_elem_sep int RESERVED_FUTURE concode_elem_sep ...
String function ( ) { return toString ( DELIMITER ) ; }
18,953
increases the amount and returns the new value . concode_field_sep ShortPoint2D position concode_elem_sep byte amount concode_elem_sep long serialVersionUID concode_field_sep byte decAmount concode_elem_sep ShortPoint2D getPos concode_elem_sep String toString concode_elem_sep byte getAmount
byte function ( ) { return ++ amount ; }
18,954
returns the reachabilitydistance for this dataobject concode_field_sep boolean processed concode_elem_sep double r_dist concode_elem_sep Database database concode_elem_sep Instance instance concode_elem_sep int clusterID concode_elem_sep double c_dist concode_elem_sep String key concode_elem_sep long serialVersionUID c...
double function ( ) { return r_dist ; }
18,955
returns the array of fields in the database row . if the table has no primary index , an extra internal field is included in the last position of this array . concode_field_sep Node nPrimaryNode concode_elem_sep Object oData[] concode_field_sep Row newRow concode_elem_sep Row getUpdatedRow concode_elem_sep boolean isDe...
Object [ ] function ( ) { return oData ; }
18,956
get an empty list of setnotes . concode_field_sep Set set concode_elem_sep Integer expectedDuration concode_elem_sep List<Note> notes concode_elem_sep Integer expectedCost concode_field_sep Integer getExpectedDuration concode_elem_sep void setExpectedDuration concode_elem_sep Integer getExpectedCost concode_elem_sep Li...
List < Note > function ( ) { return new ArrayList < Note > ( ) ; }
18,957
sets the executor 's user and server information concode_field_sep Class<?> PKG concode_elem_sep AtomicReference<SettableFuture<Boolean>> initialized concode_elem_sep KettleLifecycleSupport kettleLifecycleSupport concode_field_sep void init concode_elem_sep void init concode_elem_sep void loadPluginRegistry concode_ele...
void function ( ExecutorInterface arg0 , Repository arg1 ) { arg0 . setExecutingUser ( System . getProperty ( "srini_string" ) ) ; if ( arg1 != null ) { IUser loc0 = arg1 . getUserInfo ( ) ; if ( loc0 != null ) { arg0 . setExecutingUser ( loc0 . getLogin ( ) ) ; } } }
18,958
enters a value passed from the test into the fullname field . concode_field_sep RemoteWebDriver driver concode_elem_sep String coursesData concode_elem_sep Map<String,String> properties concode_field_sep void clickSubmitButton concode_elem_sep void clickonXDeleteIcon concode_elem_sep void loadObjectData concode_elem_se...
void function ( String arg0 ) { WebElement loc0 = driver . findElement ( By . id ( "srini_string" ) ) ; loc0 . sendKeys ( arg0 ) ; }
18,959
returns the message parameters . concode_field_sep String formattedMessage concode_elem_sep Object[] argArray concode_elem_sep String messagePattern concode_elem_sep Throwable throwable concode_elem_sep int HASHVAL concode_elem_sep Pattern MSG_PATTERN concode_elem_sep String[] stringArgs concode_elem_sep long serialVer...
Object [ ] function ( ) { if ( argArray != null ) { return argArray ; } return stringArgs ; }
18,960
retrieves a new hsqlproperties object , if possible , loaded from the specified file . concode_field_sep PlaceHolder placeHolder concode_field_sep void translateDefaultNoSystemExitProperty concode_elem_sep int getDefaultPort concode_elem_sep String[] listLocalInetAddressNames concode_elem_sep void translateDefaultDatab...
HsqlProperties function ( String arg0 ) { if ( StringUtil . isEmpty ( arg0 ) ) { return null ; } HsqlProperties loc0 = new HsqlProperties ( arg0 ) ; try { loc0 . load ( ) ; } catch ( Exception loc1 ) { } return loc0 ; }
18,961
calculates a mixed color from two colors by interpolating the rgb parts using a mix ratio . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRectangle concode_elem_sep void fillVerticalGradientRoundedRectangle
Color function ( Color arg0 , Color arg1 , int arg2 ) { return new Color ( arg0 . getDevice ( ) , arg0 . getRed ( ) + ( arg1 . getRed ( ) - arg0 . getRed ( ) ) * arg2 / 255 , arg0 . getGreen ( ) + ( arg1 . getGreen ( ) - arg0 . getGreen ( ) ) * arg2 / 255 , arg0 . getBlue ( ) + ( arg1 . getBlue ( ) - arg0 . getBlue ( )...
18,962
forwards to the textbox concode_field_sep ClozeItem next concode_elem_sep int wins concode_elem_sep Button help concode_elem_sep TextBox item concode_elem_sep RootPanel root concode_elem_sep int helps concode_elem_sep int fails concode_elem_sep String target concode_field_sep void onKeyDown concode_elem_sep void onKeyU...
void function ( KeyboardListener arg0 ) { this . item . removeKeyboardListener ( arg0 ) ; }
18,963
sets the value of the applicationidentifier property . concode_field_sep String name concode_elem_sep CardActionType action concode_elem_sep String value concode_elem_sep ApplicationIdentifierType applicationIdentifier concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep void setAction conco...
void function ( ApplicationIdentifierType arg0 ) { this . applicationIdentifier = arg0 ; }
18,964
puts the given element and value in the hash set . concode_field_sep Object PRESENT concode_elem_sep HashMap<E,Object> map concode_field_sep boolean contains concode_elem_sep int size concode_elem_sep boolean isEmpty concode_elem_sep void clear concode_elem_sep boolean remove
void function ( E arg0 ) { map . put ( arg0 , PRESENT ) ; }
18,965
searches for the first occurence of the given argument , testing for equality using the equals method . concode_field_sep int m_CapacityIncrement concode_elem_sep long serialVersionUID concode_elem_sep int m_Size concode_elem_sep int m_SpecialElement concode_elem_sep int m_Counter concode_elem_sep FastVector m_Vector c...
int function ( Object arg0 ) { for ( int loc0 = 0 ; loc0 < m_Size ; loc0 ++ ) { if ( arg0 . equals ( m_Objects [ loc0 ] ) ) { return loc0 ; } } return - 1 ; }
18,966
sets the backgroundcolor . concode_field_sep int lineStyle concode_elem_sep Color backgroundColor concode_elem_sep int lineJoin concode_elem_sep int lineCap concode_elem_sep int[] lineDash concode_elem_sep Color foregroundColor concode_elem_sep IExtremityDrawableLink extremity2 concode_elem_sep IExtremityDrawableLink e...
void function ( Color arg0 ) { this . backgroundColor = arg0 ; }
18,967
returns this val ; creates new vector concode_field_sep float x concode_elem_sep float y concode_field_sep void add concode_elem_sep void add concode_elem_sep Vec2f minus concode_elem_sep void sub concode_elem_sep void sub concode_elem_sep void setY concode_elem_sep void set concode_elem_sep void set concode_elem_sep v...
Vec2f function ( float arg0 ) { Vec2f loc0 = new Vec2f ( this ) ; loc0 . scale ( arg0 ) ; return loc0 ; }
18,968
get the attribute type concode_field_sep Object attributeValue concode_elem_sep Type attributeType concode_elem_sep String attributeName concode_field_sep void setAttributeName concode_elem_sep void setAttributeType concode_elem_sep Object getAttributeValue concode_elem_sep void setAttributeValue concode_elem_sep Strin...
Type function ( ) { return attributeType ; }
18,969
defines whether all parameter values must be enclosed in quotation marks , even if they do not contain any special characters concode_field_sep char[] SEPARATORS concode_elem_sep boolean alwaysUseQuotes concode_elem_sep char[] UNSAFE_CHARS concode_field_sep boolean isUnsafeChar concode_elem_sep void formatValue concode...
void function ( boolean arg0 ) { this . alwaysUseQuotes = arg0 ; }
18,970
decodes a string from base64 format . concode_field_sep char[] map1 concode_elem_sep byte[] map2 concode_field_sep char[] encode concode_elem_sep char[] encode concode_elem_sep String encodeString concode_elem_sep byte[] decode concode_elem_sep byte[] decode
String function ( String arg0 ) { return new String ( decode ( arg0 ) ) ; }
18,971
tests that the string returned is correct and mime type is correct . concode_field_sep AttributeMetacardTransformer THUMBNAIL_TRANSFORMER concode_elem_sep MimeType jpegMimeType concode_elem_sep Logger LOGGER concode_elem_sep AttributeMetacardTransformer METADATA_TRANSFORMER concode_elem_sep MimeType xmlMimeType concode...
void function ( ) { simpleStringTransform ( "srini_string" ) ; }
18,972
determine if url is in approved list of urls to load . concode_field_sep ConfigXmlParser parser concode_elem_sep String TAG concode_field_sep void init concode_elem_sep void init concode_elem_sep Whitelist getExternalWhitelist concode_elem_sep List<PluginEntry> getPluginEntries concode_elem_sep CordovaPreferences getPr...
boolean function ( String arg0 ) { if ( parser == null ) { Log . e ( TAG , "srini_string" ) ; return false ; } return parser . getInternalWhitelist ( ) . isUrlWhiteListed ( arg0 ) ; }
18,973
set the distance this span is from the core of the heightfield region it belongs to . concode_field_sep int NULL_REGION concode_elem_sep int mHeight concode_elem_sep OpenHeightSpan mNeighborConnection3 concode_elem_sep int mDistanceToBorder concode_elem_sep OpenHeightSpan mNeighborConnection0 concode_elem_sep int mDist...
void function ( int arg0 ) { mDistanceToRegionCore = Math . max ( arg0 , 0 ) ; }
18,974
serializes snapshot failure information into json concode_field_sep String reason concode_elem_sep String index concode_elem_sep int shardId concode_elem_sep String nodeId concode_elem_sep RestStatus status concode_field_sep String reason concode_elem_sep void writeTo concode_elem_sep void readFrom concode_elem_sep Sna...
void function ( SnapshotShardFailure arg0 , XContentBuilder arg1 , ToXContent . Params arg2 ) { arg1 . startObject ( ) ; arg0 . toXContent ( arg1 , arg2 ) ; arg1 . endObject ( ) ; }
18,975
gets the background color of the cell . concode_field_sep int LEFT concode_elem_sep int RIGHT concode_elem_sep int ABOVE concode_elem_sep int BELOW concode_elem_sep int columnIndex concode_elem_sep ViewerRow row concode_elem_sep Object element concode_field_sep Rectangle getImageBounds concode_elem_sep void setStyleRan...
Color function ( ) { return row . getBackground ( columnIndex ) ; }
18,976
the file after it has been compressed concode_field_sep String gpsDateStamp concode_elem_sep String gpsLatitudeRef concode_elem_sep String gpsLongitude concode_elem_sep String gpsLatitude concode_elem_sep String whiteBalance concode_elem_sep String orientation concode_elem_sep String model concode_elem_sep String focal...
void function ( String arg0 ) { this . outFile = new ExifInterface ( arg0 ) ; }
18,977
direct memory access concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tie concode_elem_sep int tied concode_elem_sep int instance concode_elem_sep int address concode_elem_sep int address concode_elem_sep void untie concode_elem_...
int function ( ClarionObject arg0 , int arg1 ) { throw new RuntimeException ( "srini_string" ) ; }
18,978
a name-spaced guid for example , us-east-1 :23 ec4050-6aea-7089-a2dd-08002example created by amazon cognito . guid generation is unique within a region . concode_field_sep Integer datasetCount concode_elem_sep java.util.Date lastModifiedDate concode_elem_sep String identityId concode_elem_sep Long dataStorage concode_e...
IdentityUsage function ( String arg0 ) { setIdentityId ( arg0 ) ; return this ; }
18,979
prints diagnostics with indentation . concode_field_sep PlaceHolder placeHolder concode_field_sep void main
void function ( Diagnostic arg0 , String arg1 ) { System . out . print ( arg1 ) ; System . out . println ( arg0 . getMessage ( ) ) ; for ( Diagnostic loc0 : arg0 . getChildren ( ) ) { printDiagnostic ( loc0 , arg1 + "srini_string" ) ; } }
18,980
`` pushes back '' a byte on to the specified buffer , by rewinding the position by 1 byte concode_field_sep byte QS concode_elem_sep byte CR concode_elem_sep byte COLON concode_elem_sep byte HT concode_elem_sep byte FOWARD_SLASH concode_elem_sep byte PERCENT concode_elem_sep byte LF concode_elem_sep String US_ASCII_CHA...
void function ( ByteBuffer arg0 ) { arg0 . position ( arg0 . position ( ) - 1 ) ; }
18,981
constructor for the opera driver . concode_field_sep HtmlUnitDriver htmldriver concode_elem_sep OperaDriver operadriver concode_elem_sep ChromeDriver chromedriver concode_elem_sep IPhoneDriver iphonedriver concode_elem_sep InternetExplorerDriver iedriver concode_elem_sep AndroidDriver androiddriver concode_elem_sep Fir...
OperaDriver function ( ) { return operadriver ; }
18,982
when a trip does n't contain any bicycle accessibility information , should taking a bike along a transit trip be permitted ? a trip does n't contain bicycle accessibility information if both route_short_name and trip_short_name contain missing/0 values . concode_field_sep boolean linkStopsToParentStations concode_elem...
Boolean function ( ) { return defaultBikesAllowed ; }
18,983
sets the value of the align property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep String format concode_elem_sep Label label concode_elem_sep String align concode_elem_sep String ...
void function ( String arg0 ) { this . align = arg0 ; }
18,984
1 . retrieves the saved value or calculates it if it does not exist 2 . changes isgetnextlastresultuptodate to false . because it does not save the next element now ; it saves the current one ! concode_field_sep boolean flagIsEnumerationStartedEmpty concode_elem_sep int innerFunctorUsageCounter concode_elem_sep NextEle...
E function ( ) { E loc0 = null ; if ( this . isGetNextLastResultUpToDate ) { loc0 = this . getNextLastResult ; } else { loc0 = getNextElementFromInnerFunctor ( ) ; } this . isGetNextLastResultUpToDate = false ; return loc0 ; }
18,985
gets the value of the lastname property . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String prefix concode_elem_sep String middleName concode_elem_sep String title concode_elem_sep String suffix concode_field_sep void setLastName concode_elem_sep String getSuffix concode_elem_s...
String function ( ) { return lastName ; }
18,986
decreases the indentation by 1 concode_field_sep String preprefix concode_elem_sep String prefix concode_elem_sep int savePoint concode_elem_sep String postfix concode_elem_sep char[] buffer concode_elem_sep int used concode_elem_sep int indented concode_field_sep int getIndentLevel concode_elem_sep String getPostfix c...
StringWriter function ( ) { if ( indented > 0 ) { indented -- ; } return this ; }
18,987
returns the min forecast temperature in degrees . concode_field_sep Double current concode_elem_sep Double min concode_elem_sep Double dewpoint concode_elem_sep Double max concode_elem_sep Double feel concode_field_sep void setMax concode_elem_sep void setDewpoint concode_elem_sep void setMin concode_elem_sep void setF...
Double function ( ) { return min ; }
18,988
this test is for the use case when the shared state has a principal that is of java.lang.string type concode_field_sep String key concode_field_sep void testMissedExpression concode_elem_sep Principal process concode_elem_sep void testUsingPrincipal
void function ( ) { Principal loc0 = process ( "srini_string" ) ; assertEquals ( "srini_string" , loc0 . getName ( ) ) ; }
18,989
iterates over the children and children 's children to check if a figure is a direct child or indirect child of the given parent . concode_field_sep String TREE_NODE_POSITION concode_elem_sep String TREE_NODE_PARENT_URI concode_elem_sep String TREE_LAYOUT_ANNOTATION concode_field_sep int getTreeNodePosition concode_ele...
boolean function ( IFigure arg0 , IFigure arg1 ) { boolean loc0 = false ; for ( Object loc1 : arg0 . getChildren ( ) ) { if ( loc1 == arg1 ) { return true ; } if ( loc1 instanceof IFigure ) { loc0 = isChildFigure ( ( IFigure ) loc1 , arg1 ) ; if ( loc0 ) { break ; } } } return loc0 ; }
18,990
set the longvalue . concode_field_sep int headerParam concode_elem_sep String name concode_elem_sep Boolean booleanValue concode_elem_sep Integer integerValue concode_elem_sep Short shortValue concode_elem_sep long serialVersionUID concode_elem_sep Double doubleValue concode_elem_sep int id concode_elem_sep int queryPa...
void function ( Long arg0 ) { this . longValue = arg0 ; }
18,991
gets the value of the receivertradingpartner 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 receivertradingpartner property . for examp...
List < ReceiverTradingPartnerType > function ( ) { if ( receiverTradingPartner == null ) { receiverTradingPartner = new ArrayList < ReceiverTradingPartnerType > ( ) ; } return this . receiverTradingPartner ; }
18,992
translates a webdav url , such as would be returned by the put method , into a resource uri relative to the dav root which can be passed to the soap methods . this is the inverse of makedavurl . concode_field_sep int INFINITY concode_field_sep URL makeDAVURL concode_elem_sep URL makeDAVURL
String function ( String arg0 , String arg1 ) { URL loc0 = makeDAVURL ( arg0 , null , null ) ; URL loc1 = new URL ( arg1 ) ; return loc1 . getPath ( ) . substring ( loc0 . getPath ( ) . length ( ) ) ; }
18,993
return a hashcode for this mimetype . concode_field_sep MimeType ANY concode_elem_sep MimeType HTML concode_elem_sep MimeType GIF concode_elem_sep MimeType MSEXCEL concode_elem_sep MimeType XML concode_elem_sep MimeType PLAINTEXT concode_elem_sep String mMimetype concode_elem_sep String mSubtype concode_elem_sep MimeTy...
int function ( ) { return mMimetype . hashCode ( ) ; }
18,994
should command line symbolic links be follows ? concode_field_sep boolean followArgLink concode_elem_sep Configuration configuration concode_elem_sep int maxDepth concode_elem_sep CommandFactory commandFactory concode_elem_sep PrintStream err concode_elem_sep InputStream in concode_elem_sep long startTime concode_elem_...
boolean function ( ) { return this . followArgLink ; }
18,995
sets the maximum number of cache entries the cache will retain . concode_field_sep int DEFAULT_ASYNCHRONOUS_WORKERS_MAX concode_elem_sep float heuristicCoefficient concode_elem_sep long heuristicDefaultLifetime concode_elem_sep float DEFAULT_HEURISTIC_COEFFICIENT concode_elem_sep int asynchronousWorkersMax concode_elem...
void function ( int arg0 ) { this . maxCacheEntries = arg0 ; }
18,996
returns the current maximal value of this bounded range model . concode_field_sep int extent concode_elem_sep long serialVersionUID concode_elem_sep EventListenerList listenerList concode_elem_sep int maximum concode_elem_sep int value concode_elem_sep int minimum concode_elem_sep boolean isAdjusting concode_elem_sep C...
int function ( ) { return maximum ; }
18,997
action bar helper code to be run in activity #ontitlechanged charsequence , int . concode_field_sep Activity mActivity concode_field_sep void onCreate concode_elem_sep ActionBarHelper createInstance concode_elem_sep void onPostCreate concode_elem_sep void setRefreshActionItemState concode_elem_sep MenuInflater getMenuI...
void function ( CharSequence arg0 , int arg1 ) { }
18,998
removes the contact source corresponding to the given ldap directory . concode_field_sep ConfigurationService configService concode_elem_sep LdapDirectorySet serverSet concode_elem_sep CredentialsStorageService credentialsService concode_elem_sep LdapFactory factory concode_elem_sep Logger logger concode_elem_sep Bundl...
void function ( LdapDirectory arg0 ) { LdapActivator . unregisterContactSource ( arg0 ) ; }
18,999
prints a line of a file with marked position . concode_field_sep StdOutWriter out concode_elem_sep int warnings concode_elem_sep String NL concode_elem_sep int errors concode_field_sep void debug concode_elem_sep void checkErrors concode_elem_sep void err concode_elem_sep String getLine concode_elem_sep void setGUIMode...
void function ( File arg0 , int arg1 , int arg2 ) { try { String loc0 = getLine ( arg0 , arg1 ) ; if ( loc0 != null ) { err ( loc0 ) ; if ( arg2 < 0 ) return ; String loc1 = "srini_string" ; for ( int loc2 = 0 ; loc2 < arg2 ; loc2 ++ ) loc1 = "srini_string" + loc1 ; err ( loc1 ) ; } } catch ( IOException loc0 ) { } }