code
stringlengths
20
663
nl
stringlengths
68
7.19k
CycleMethodEnum function ( ) { return cycleMethod ; }
returns the enumerated type which specifies cycling behavior . concode_field_sep ColorSpaceEnum colorSpace concode_elem_sep int transparency concode_elem_sep CycleMethodEnum REPEAT concode_elem_sep CycleMethodEnum cycleMethod concode_elem_sep float[] fractions concode_elem_sep ColorSpaceEnum SRGB concode_elem_sep Color...
Boolean function ( ) { return this . noEcho ; }
flag indicating whether the parameter should be displayed as plain text in logs and uis . concode_field_sep Boolean noEcho concode_elem_sep String defaultValue concode_elem_sep String parameterKey concode_elem_sep String description concode_field_sep void setDefaultValue concode_elem_sep TemplateParameter withDescripti...
void function ( String arg0 ) { pattern = arg0 ; }
set the optional pattern to use with the datetime attribute . concode_field_sep long granularity concode_elem_sep String dateTime concode_elem_sep Long millis concode_elem_sep TimeComparison when concode_elem_sep String MILLIS_OR_DATETIME concode_elem_sep FileUtils FILE_UTILS concode_elem_sep String pattern concode_fie...
Tunnel function ( String arg0 ) { return tunnelStore . get ( arg0 ) ; }
returns the tunnel with the tunnel id given . concode_field_sep Map<DeviceId,DefaultGroupHandler> groupHandlerMap concode_elem_sep LinkService linkService concode_elem_sep Logger log concode_elem_sep EventuallyConsistentMap<String,Tunnel> tunnelStore concode_elem_sep DeviceConfiguration config concode_field_sep int cre...
float function ( ) { return freq ; }
returns the current frequency . concode_field_sep float leftScale concode_elem_sep float portStep concode_elem_sep AudioSignal ampMod concode_elem_sep float amp concode_elem_sep float newPan concode_elem_sep float freq concode_elem_sep float stepSize concode_elem_sep AudioListener listener concode_elem_sep float newFre...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
return type metadata object concode_field_sep com.marketo.www.mktows.Attrib externalKey concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer id concode_elem_sep java.lang.String error concode_elem_sep org.apache.axis.description.TypeDesc typeDesc conc...
RowGeneratorUI function ( ) { return generatorUI ; }
gets the instance of rowgeneratorui concode_field_sep RowGeneratorComponent connector concode_elem_sep RowGeneratorManager generatorManager concode_elem_sep RowGeneratorUI generatorUI concode_elem_sep List<ExternalRowGenTable> outputTables concode_field_sep void loadModelFromInternalData concode_elem_sep void updateCom...
void function ( final BatchInstanceID arg0 , final String arg1 ) { try { regexAutomatedValidation . validateDLFields ( arg0 . getID ( ) ) ; } catch ( Exception loc0 ) { LOGGER . debug ( loc0 . getMessage ( ) , loc0 ) ; throw new DCMAException ( loc0 . getMessage ( ) , loc0 ) ; } }
the regexvalidation method is used to validate the document level fields of document for whole batch . it will fetch all the record corresponding to document level fields from the database and on the basis of that pattern it will validate the document level field . if all the patterns satisfied with the document level ...
void function ( int arg0 ) { if ( arg0 < 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } checkWeeksOkay ( arg0 ) ; _weeks = arg0 ; }
method setweeks concode_field_sep long _MILLIS_PER_DAY concode_elem_sep int _HOURS_PER_DAY concode_elem_sep long _MILLIS_PER_MINUTE concode_elem_sep long _MILLIS_PER_SECOND concode_elem_sep int _minutes concode_elem_sep long _MILLIS_PER_WEEK concode_elem_sep int _DAYS_PER_WEEK concode_elem_sep int _MINUTES_PER_HOUR con...
IndexEntry function ( String arg0 ) { char loc0 = arg0 . charAt ( 0 ) ; IndexEntry loc1 ; if ( loc0 == DefinitionIndexEntry . DEFINITION_TYPE ) loc1 = new DefinitionIndexEntry ( ) ; else if ( loc0 == ReferenceIndexEntry . REFERENCE_TYPE ) loc1 = new ReferenceIndexEntry ( ) ; else return null ; loc1 . parseFromString ( ...
parse the given entry string concode_field_sep PlaceHolder placeHolder concode_field_sep void contributeEntries
HtmlSelectOneRadio function ( ) { return selectedTabObject ; }
gets the currently selected tab object . concode_field_sep String tabPlacement concode_elem_sep HtmlSelectOneRadio selectedTabObject concode_elem_sep PanelTabSet tabSet concode_elem_sep String selectedTabFocus concode_elem_sep boolean tabbedPane1Visible concode_elem_sep boolean tabbedPane2Visible concode_elem_sep boole...
int function ( Date arg0 ) { return toCalendar ( arg0 ) . get ( Calendar . MONTH ) + 1 ; }
dates extracts the month of the given date starting at 1 january = 1 , february = 2 , ... . concode_field_sep DateFormat ISO_DATE_FORMAT concode_elem_sep DateFormat ISO_DATE_TIME_FORMAT concode_elem_sep DateFormat ISO_DATE_TIME_FORMAT_WITH_MS concode_field_sep int minuteOf concode_elem_sep Date parseDatetimeWithMs conc...
Collection < CompoundStatement > function ( ASTNode arg0 ) { List < CompoundStatement > loc0 = new LinkedList < CompoundStatement > ( ) ; getEnclosedCompounds_sub ( arg0 , loc0 ) ; return loc0 ; }
returns all compoundstatement one level deeper in the tree then the given . this means that a compoundstatement that is enclosed in a compountstatement enclosed by the given compoundstatement will not be added to the result . concode_field_sep ASTUtil astUtil concode_elem_sep Class<? extends ASTNode>[] variableDeclarat...
void function ( boolean arg0 ) { this . shouldStopConnections = arg0 ; }
indicate whether connections obtained from the target factory are supposed to be stopped before closed `` true '' or simply closed `` false '' . an extra stop call may be necessary for some connection pools that simply return released connections to the pool , not stopping them while they sit in the pool . default is `...
void function ( int arg0 ) { buf [ LI_INDEX ] = ( byte ) ( buf [ LI_INDEX ] & 0x3F | ( ( arg0 & 0x3 ) << LI_SHIFT ) ) ; }
set leap indicator as defined in rfc-1305 . concode_field_sep int REFERENCE_ID_INDEX concode_elem_sep int REFERENCE_TIMESTAMP_INDEX concode_elem_sep int LI_INDEX concode_elem_sep int POLL_INDEX concode_elem_sep int KEY_IDENTIFIER_INDEX concode_elem_sep int VERSION_INDEX concode_elem_sep int MODE_INDEX concode_elem_sep ...
void function ( int arg0 , sempath . xsd . Diagnosis arg1 ) { if ( ( arg0 < 0 ) || ( arg0 >= _diagnosisList . size ( ) ) ) { throw new IndexOutOfBoundsException ( "srini_string" + arg0 + "srini_string" + ( _diagnosisList . size ( ) - 1 ) + "srini_string" ) ; } _diagnosisList . setElementAt ( arg1 , arg0 ) ; }
method setdiagnosis concode_field_sep java.util.Vector _diagnosisList concode_field_sep void addDiagnosis concode_elem_sep void addDiagnosis concode_elem_sep sempath.xsd.DiagnosisList unmarshal concode_elem_sep boolean isValid concode_elem_sep void marshal concode_elem_sep void marshal concode_elem_sep void removeAllDi...
Integer function ( ) { return minimumInstances ; }
returns the number of slaves if using master/slave rather than replicated or n +1 concode_field_sep String configUrl concode_elem_sep String data concode_elem_sep String clientProfile concode_elem_sep Map<String,String> ports concode_elem_sep BrokerKind kind concode_elem_sep Integer replicas concode_elem_sep String pro...
String function ( ) { return mDefaultTranslation ; }
get the defaulttranslation of the word concode_field_sep String mDefaultTranslation concode_elem_sep Integer mImageResourceId concode_elem_sep String mMiwokTranslation concode_field_sep int getImageResouceId concode_elem_sep String getMiwokTranslation
void function ( int arg0 , float arg1 , float arg2 , float arg3 ) { mPieSegmentList . add ( new PieSegment ( arg0 , arg1 , arg2 , arg3 ) ) ; }
add configuration for a piechart segment . concode_field_sep List<PieSegment> mPieSegmentList concode_elem_sep int mCenterY concode_elem_sep int mCenterX concode_elem_sep int mPieChartRadius concode_field_sep SeriesSelection getSeriesAndPointForScreenCoordinate concode_elem_sep void clearPieSegments concode_elem_sep do...
WSContext . Version function ( ) { return version ; }
gets the value of the version property . concode_field_sep String fromAppId concode_elem_sep String toAppId concode_elem_sep int major concode_elem_sep int minor concode_elem_sep String sourceIPAddress concode_elem_sep String name concode_elem_sep List<WSContext.WSNameValue> wsNameValue concode_elem_sep WSContext.Versi...
SecurityHandler function ( String arg0 ) { Class < ? extends SecurityHandler > loc0 = nameToHandler . get ( arg0 ) ; if ( loc0 == null ) { return null ; } Class < ? > [ ] loc1 = { } ; Object [ ] loc2 = { } ; return newSecurityHandler ( loc0 , loc1 , loc2 ) ; }
returns a new security handler for the given filter name , or null none is available . concode_field_sep Map<String,Class<? extends SecurityHandler>> nameToHandler concode_elem_sep SecurityHandlerFactory INSTANCE concode_elem_sep Map<Class<? extends ProtectionPolicy>,Class<? extends SecurityHandler>> policyToHandler co...
void function ( JComponent arg0 , RelativePoint arg1 ) { }
called when user invokes `` fix '' action concode_field_sep String myDescription concode_elem_sep String myPlainTextTitle concode_elem_sep boolean myIgnored concode_field_sep void navigate concode_elem_sep boolean canBeFixed concode_elem_sep void ignore concode_elem_sep String getPlainTextTitle concode_elem_sep int com...
GHRepository function ( ) { return repo ; }
the repository that contains the commit . concode_field_sep String ref concode_elem_sep GHRepository repo concode_elem_sep String label concode_elem_sep String sha concode_elem_sep GHUser user concode_field_sep void wrapUp concode_elem_sep String getLabel concode_elem_sep String getRef concode_elem_sep GHUser getUser c...
boolean function ( ) { return isOpened ( ) || isSplittingNew ( ) || isMergingNew ( ) ; }
check if a region state can transition to online concode_field_sep long stamp concode_elem_sep ServerName serverName concode_elem_sep State state concode_elem_sep HRegionInfo hri concode_field_sep boolean isOpeningOrOpenedOnServer concode_elem_sep boolean isOpened concode_elem_sep boolean isMergingNewOnServer concode_e...
void function ( ) { Order loc0 = new Order ( ) ; loc0 . setId ( 100000003 ) ; try { service . hold ( loc0 ) ; } catch ( ServiceException loc1 ) { fail ( loc1 . getMessage ( ) ) ; } }
test method for com.google.code.magja.service.order.orderremoteserviceimpl #hold com.google.code.magja.model.order.order . concode_field_sep OrderRemoteService service concode_elem_sep Logger log concode_field_sep void testList concode_elem_sep void createWithNoItemsShouldFail concode_elem_sep void cancelOrder concode_...
String function ( Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } else { return escape ( arg0 . toString ( ) ) ; } }
escapes a string according to the rules for parameter escaping specified in the fhir specification escaping section concode_field_sep Set<Class<?>> BINDABLE_INTEGER_TYPES concode_field_sep IntegerDt toInteger concode_elem_sep String escapeAndUrlEncode concode_elem_sep List<String> splitParameterString concode_elem_sep ...
boolean function ( ) { return running ; }
checks if the task is running . concode_field_sep int delay concode_elem_sep boolean immediate concode_elem_sep int countdown concode_elem_sep boolean running concode_field_sep boolean isStopped concode_elem_sep void stop concode_elem_sep boolean isImmediate concode_elem_sep void checkStopped concode_elem_sep boolean t...
void function ( String arg0 [ ] ) { Server loc0 = new Server ( ) ; loc0 . waitForAndConnectClients ( ) ; }
the main method , when the program is executed this method will kick off the server program . concode_field_sep PlayerGroup startupPG concode_elem_sep int numOfClients concode_elem_sep int PORT concode_elem_sep int TIMEOUT concode_elem_sep CardGame45 cGame45 concode_field_sep void setUpGame concode_elem_sep void client...
void function ( ) { mSize = 0 ; }
removes all key-value mappings from this sparseintarray . concode_field_sep int[] mKeys concode_elem_sep int mSize concode_elem_sep int[] mValues concode_field_sep int keyAt concode_elem_sep int size concode_elem_sep int indexOfKey concode_elem_sep int get concode_elem_sep int get concode_elem_sep SparseIntArray clone ...
String function ( ) { return ServerConfigurationService . getString ( "srini_string" , "srini_string" ) ; }
returns the cdn path or empty string i.e. never null concode_field_sep PlaceHolder placeHolder concode_field_sep String getLibraryPath concode_elem_sep String getScriptPath concode_elem_sep String getCDNQuery concode_elem_sep String includeLatestJQuery
void function ( byte arg0 , String arg1 ) { int loc0 = arg0 & 0xFF ; list . add ( loc0 , arg1 ) ; map . put ( arg1 , arg0 ) ; }
associate the given unsigned byte with the given string . values greater than 127 can be used simply by casting an int to a byte : set byte 129 , `` mystring '' concode_field_sep ArrayList<String> list concode_elem_sep int MAXNUM concode_elem_sep Map<String,Byte> map concode_field_sep boolean contains concode_elem_sep ...
String function ( @ ModelAttribute Employee arg0 ) { employeeService . save ( arg0 ) ; return "srini_string" ; }
this method will be invoked when the user submit the registration form , this will save employee details into the datbase concode_field_sep EmployeeService employeeService concode_field_sep List<Occupations> getAllJobOccupations concode_elem_sep String jobs concode_elem_sep String showEmployees concode_elem_sep Employe...
void function ( Itemset arg0 , int arg1 ) { writer . write ( arg0 . toString ( ) + "srini_string" + arg1 ) ; writer . newLine ( ) ; erasableItemsetCount ++ ; }
save an itemset to the output file . concode_field_sep int erasableItemsetCount concode_elem_sep double maxProfitLoss concode_elem_sep long startTimestamp concode_elem_sep Map<Integer,Set<Integer>> mapItemTIDs concode_elem_sep long endTimeStamp concode_elem_sep BufferedWriter writer concode_elem_sep Map<Integer,Integer...
void function ( String arg0 , Object arg1 , int arg2 ) { get ( arg0 ) . revoke ( arg1 , arg2 ) ; }
this method is used to revoke a user 's rights to database objects . concode_field_sep int INSERT concode_elem_sep int DELETE concode_elem_sep User uPublic concode_elem_sep HsqlArrayList uUser concode_elem_sep int SELECT concode_elem_sep int ALL concode_elem_sep int UPDATE concode_field_sep void dropUser concode_elem_s...
boolean function ( byte [ ] arg0 , byte [ ] arg1 ) { return MessageDigest . isEqual ( messageDigestWithSHA ( arg0 ) , arg1 ) ; }
verifies the digest of given message with the specified digest with the sha algorithm . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] messageDigest concode_elem_sep byte[] messageDigest concode_elem_sep boolean compareFile concode_elem_sep boolean verifyDigestWithMD5 concode_elem_sep boolean verify...
String function ( ) { return externalVerification ; }
gets the value of the externalverification property . concode_field_sep Generation generation concode_elem_sep List<ExtensionType> extension concode_elem_sep String externalVerification concode_elem_sep LengthType length concode_elem_sep AlphabetType alphabet concode_field_sep void setLength concode_elem_sep List<Exten...
String function ( ) { return userId ; }
the id of the user to whom the photo belongs . concode_field_sep String resourceURL concode_elem_sep String name concode_elem_sep String id concode_elem_sep String userId concode_field_sep String getResourceURL concode_elem_sep void setName concode_elem_sep String getName concode_elem_sep void setId concode_elem_sep St...
Throwable function ( ) { return null ; }
always returns null . concode_field_sep long serialVersionUID concode_elem_sep String message concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Object[] getParameters concode_elem_sep String getFormattedMessage concode_elem_sep String getFormat concode_elem_sep String toString
Node function ( ) { return this ; }
returns the node object that currently represents this node in the avl index structure . in current implementations of node this is always the same as the this object for memory and text tables but can be a different object for cached tables , where disknode objects may be freed from the cache . calling this method ret...
ValueRepresentation function ( SequenceIterator arg0 ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
create an indexed value concode_field_sep int FULL_OPTIMIZATION concode_elem_sep int optimizationLevel concode_elem_sep Configuration config concode_elem_sep int NO_OPTIMIZATION concode_field_sep FilterExpression convertToFilterExpression concode_elem_sep Expression makeConditionalDocumentSorter concode_elem_sep Expres...
boolean function ( String arg0 , String arg1 ) { if ( arg0 == null ) { return getBooleanProperty ( arg1 ) ; } return getBooleanProperty ( arg0 + "srini_string" + arg1 ) ; }
get a module configuration property as a boolean . true is indicated if the value of the property is true or yes case insensitive . concode_field_sep Logger log concode_field_sep boolean isConfigured concode_elem_sep int getIntProperty concode_elem_sep int getIntProperty concode_elem_sep int getIntProperty concode_elem...
ProtocolVersion function ( ) { return this . statusLine . getProtocolVersion ( ) ; }
returns the protocolversion from the origin ch.boye.httpclientandroidlib.httpresponse . concode_field_sep Date date concode_elem_sep Map<String,String> variantMap concode_elem_sep StatusLine statusLine concode_elem_sep HeaderGroup responseHeaders concode_elem_sep Resource resource concode_elem_sep Date requestDate conc...
long function ( Bundle arg0 ) { return arg0 . getLong ( SCHEDULED_TIME_TAG ) ; }
extracts the time we put into the bundle . concode_field_sep String BATTERY_PERCENTAGE_TAG concode_elem_sep String POWER_CONNECTED_TAG concode_elem_sep String SCHEDULED_TIME_TAG concode_elem_sep String UNMETERED_NETWORK_TAG concode_field_sep TriggerConditions unpackTriggerConditionsFromBundle concode_elem_sep void pack...
void function ( ) { remote_cseq ++ ; }
increments the remote cseq number concode_field_sep int T_CLIENT concode_elem_sep NameAddress local_contact concode_elem_sep Log log concode_elem_sep NameAddress remote_name concode_elem_sep NameAddress remote_contact concode_elem_sep String local_tag concode_elem_sep long remote_cseq concode_elem_sep String call_id co...
BeanContextChild function ( ) { return beanContextChildPeer ; }
get the peer or this if there is no peer . concode_field_sep long serialVersionUID concode_elem_sep boolean rejectedSetBCOnce concode_elem_sep VetoableChangeSupport vcSupport concode_elem_sep BeanContext beanContext concode_elem_sep PropertyChangeSupport pcSupport concode_elem_sep BeanContextChild beanContextChildPeer ...
void function ( String arg0 ) { this . id = arg0 ; }
sets id . concode_field_sep String notes concode_elem_sep String subject concode_elem_sep List<String> isbn concode_elem_sep String imprint concode_elem_sep String title concode_elem_sep String lccn concode_elem_sep String publicationPlace concode_elem_sep boolean isDeletedBib concode_elem_sep Date bibLastUpdatedDate c...
NetSocket function ( String arg0 ) { return sendFile ( arg0 , 0 , Long . MAX_VALUE ) ; }
tell the operating system to stream a file as specified by filename directly from disk to the outgoing connection , bypassing userspace altogether where supported by the underlying operating system . this is a very efficient way to stream files . concode_field_sep PlaceHolder placeHolder concode_field_sep NetSocket res...
Date function ( final String arg0 ) { return parseDate ( arg0 , null , null ) ; }
parses a date value . the formats used for parsing the date value are retrieved from the default http params . concode_field_sep String PATTERN_RFC1123 concode_elem_sep String[] DEFAULT_PATTERNS concode_elem_sep Date DEFAULT_TWO_DIGIT_YEAR_START concode_elem_sep TimeZone GMT concode_elem_sep String PATTERN_RFC1036 conc...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 , arg2 ) ; }
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...
int function ( ) { return LATEST_VERSION ; }
get the highest schema version number that we 've encountered during schema registration . concode_field_sep int HIGHEST_SUPPORTED_VERSION concode_elem_sep int LATEST_VERSION concode_elem_sep boolean schemas_registered concode_elem_sep int EXPERIMENTAL_VERSION concode_elem_sep Map<Pair<String,Integer>,Class<? extends S...
com . liferay . social . networking . model . MeetupsEntry function ( com . liferay . social . networking . model . MeetupsEntry arg0 ) { return getService ( ) . deleteMeetupsEntry ( arg0 ) ; }
deletes the meetups entry from the database . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<MeetupsEntryLocalService,MeetupsEntryLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynam...
void function ( int arg0 , int arg1 , int arg2 ) { mPieChartRadius = arg0 ; mCenterX = arg1 ; mCenterY = arg2 ; }
set piechart location on screen . concode_field_sep List<PieSegment> mPieSegmentList concode_elem_sep int mCenterY concode_elem_sep int mCenterX concode_elem_sep int mPieChartRadius concode_field_sep void addPieSegment concode_elem_sep SeriesSelection getSeriesAndPointForScreenCoordinate concode_elem_sep void clearPieS...
void function ( ) { pos = 0 ; }
reset the appendablecharsequence . be aware this will only reset the current internal position and not shrink the internal char array . concode_field_sep int pos concode_elem_sep char[] chars concode_field_sep void expand concode_elem_sep char[] expand concode_elem_sep int length concode_elem_sep char charAtUnsafe conc...
StrictBounds function ( ) { final StrictBounds loc0 = ( StrictBounds ) clone ( ) ; loc0 . locked = false ; return loc0 ; }
returns a copy of this bounds object which can be modified later . concode_field_sep long x concode_elem_sep long width concode_elem_sep long y concode_elem_sep boolean locked concode_elem_sep long height concode_field_sep void add concode_elem_sep void add concode_elem_sep boolean intersects concode_elem_sep boolean i...
List < Integer > function ( ) { return ordinalParameterLocationList ; }
returns the list of ordinal parameter locations . the list elements are integers , representing the location for that given ordinal . thus calling getordinalparameterlocationlist . elementat n represents thelocation for the nth parameter . concode_field_sep boolean jpaStyle concode_elem_sep List<Integer> ordinalParamet...
void function ( IAction arg0 , ISelection arg1 ) { if ( arg1 instanceof IStructuredSelection && ( ( IStructuredSelection ) arg1 ) . size ( ) == 1 ) { Object loc0 = ( ( IStructuredSelection ) arg1 ) . getFirstElement ( ) ; if ( loc0 != null && loc0 instanceof IResource ) { currentSelection = ( IResource ) loc0 ; } } }
selection in the workbench has been changed . we can change the state of the ` real ' action here if we want , but this can only happen after the delegate has been created . concode_field_sep IWorkbenchWindow workbenchWindow concode_elem_sep IResource currentSelection concode_field_sep void init concode_elem_sep void r...
JSONObject function ( FetchableURI arg0 ) { final JSONObject loc0 = new JSONObject ( ) ; loc0 . put ( "srini_string" , arg0 . getValue ( ) ) ; loc0 . put ( "srini_string" , arg0 . isExecutable ( ) ) ; loc0 . put ( "srini_string" , arg0 . isExtract ( ) ) ; loc0 . put ( "srini_string" , arg0 . isCache ( ) ) ; return loc0...
convert a fetchableuri to a json object concode_field_sep boolean _extract concode_elem_sep boolean _extract concode_elem_sep boolean _cache concode_elem_sep boolean _executable concode_elem_sep String _value concode_elem_sep boolean _executable concode_elem_sep boolean _cache concode_field_sep Builder setExecutable co...
String function ( Device arg0 ) { return "srini_string" ; }
get serial port name in vmware format . concode_field_sep EsxCloudVmx esxCloudVmx concode_elem_sep String vmxName concode_elem_sep boolean[] nicDevicesUsage concode_elem_sep Parameter[] extraConfigurations concode_elem_sep Map<String,String> deviceOvfToVmx concode_elem_sep OvfFile ovfFile concode_elem_sep int MAX_NIC_D...
void function ( String arg0 ) { this . releaseVersion = arg0 ; }
method to set the release version number . concode_field_sep boolean storeAbstract concode_elem_sep SignatureLibrary library concode_elem_sep String analysisJobId concode_elem_sep String releaseVersion concode_elem_sep Resource[] modelFiles concode_field_sep void setSignatureLibrary concode_elem_sep SignatureLibrary ge...
String function ( ) { return ebayItemTxnId ; }
getter for ebayitemtxnid concode_field_sep BasicAmountType amount concode_elem_sep String quantity concode_elem_sep String handlingAmount concode_elem_sep String salesTax concode_elem_sep String couponID concode_elem_sep String number concode_elem_sep String couponAmount concode_elem_sep String loyaltyCardDiscountAmoun...
Token function ( ) { return tokens . get ( pos ++ ) ; }
returns the next token and increments the position concode_field_sep ArrayList<Token> tokens concode_elem_sep char[] inputChars concode_elem_sep int beg concode_elem_sep Kind kind concode_elem_sep int pos concode_elem_sep int end concode_elem_sep int lineNumber concode_field_sep int getIntVal concode_elem_sep int getLi...
String function ( ) { return clazz ; }
gets the value of the clazz property . concode_field_sep String defaultAttributeStoreId concode_elem_sep ExternalConfigType externalConfig concode_elem_sep OptionsType options concode_elem_sep IdentityStoreMappingsType identityStoreMappings concode_elem_sep String id concode_elem_sep String clazz concode_elem_sep Strin...
EtyRndSquare function ( final float arg0 , final float arg1 , final float arg2 ) { this . red = arg0 ; this . green = arg1 ; this . blue = arg2 ; return this ; }
changes the color . concode_field_sep float blue concode_elem_sep float size concode_elem_sep float green concode_elem_sep int width concode_elem_sep float red concode_elem_sep int height concode_field_sep void render
LinkedMultiValueMap < K , V > function ( ) { LinkedMultiValueMap < K , V > loc0 = new LinkedMultiValueMap < > ( this . targetMap . size ( ) ) ; for ( Map . Entry < K , List < V >> loc1 : this . targetMap . entrySet ( ) ) { loc0 . put ( loc1 . getKey ( ) , new LinkedList < > ( loc1 . getValue ( ) ) ) ; } return loc0 ; }
create a deep copy of this map . concode_field_sep long serialVersionUID concode_elem_sep Map<K,List<V>> targetMap concode_field_sep void add concode_elem_sep void set concode_elem_sep Set<Entry<K,List<V>>> entrySet concode_elem_sep boolean containsKey concode_elem_sep Collection<List<V>> values concode_elem_sep boolea...
void function ( final String arg0 ) { if ( Strings . isNullOrEmpty ( arg0 ) ) { configuration . remove ( ALERT_EMAIL_KEY ) ; } else { configuration . put ( ALERT_EMAIL_KEY , arg0 ) ; } }
sets or clears the alert email . concode_field_sep String ID_KEY concode_elem_sep String VISIBLE_KEY concode_elem_sep Map<String,String> configuration concode_elem_sep String UPDATED_KEY concode_elem_sep String ENABLED_KEY concode_elem_sep String ALERT_EMAIL_KEY concode_elem_sep String REPOSITORY_ID_KEY concode_elem_se...
void function ( Control arg0 , int arg1 ) { Object loc0 = arg0 . getLayoutData ( ) ; if ( loc0 instanceof GridData ) { ( ( GridData ) loc0 ) . arg1 = arg1 ; } }
sets the heighthint hint of a control . assumes that griddata is used . concode_field_sep PlaceHolder placeHolder concode_field_sep void setHorizontalSpan concode_elem_sep void setWidthHint concode_elem_sep void setHorizontalIndent concode_elem_sep void setHorizontalGrabbing concode_elem_sep void modifyLabelSpans conco...
boolean function ( CharIndexed arg0 , REMatch arg1 ) { REToken loc0 = getNext ( ) ; if ( loc0 == null ) return true ; return loc0 . match ( arg0 , arg1 ) ; }
returns true if the rest of the tokens match , false if they fail . concode_field_sep int subIndex concode_elem_sep boolean unicodeAware concode_elem_sep REToken uncle concode_elem_sep REToken next concode_field_sep boolean chain concode_elem_sep int getMaximumLength concode_elem_sep void dumpAll concode_elem_sep char ...
String function ( ) { return parentId ; }
the parent id for the resource meta data concode_field_sep String upnpClass concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep String title concode_elem_sep String parentId concode_elem_sep String desc concode_field_sep String getTitle concode_elem_sep String getUpnpClass concode_elem_se...
Trace function ( ) { final Trace loc0 = threadLocalBinder . get ( ) ; if ( loc0 == null ) { return null ; } if ( loc0 . canSampled ( ) ) { return loc0 ; } return null ; }
return trace object after validating whether it can be sampled or not . concode_field_sep IdGenerator idGenerator concode_elem_sep Binder<Trace> threadLocalBinder concode_elem_sep StorageFactory storageFactory concode_elem_sep TraceContext traceContext concode_elem_sep Logger logger concode_elem_sep Sampler sampler con...
FieldVisitor function ( int arg0 , String arg1 , String arg2 , String arg3 , Object arg4 ) { if ( cv != null ) { return cv . visitField ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; } return null ; }
visits a field of the class . concode_field_sep ClassVisitor cv concode_elem_sep int api concode_field_sep AnnotationVisitor visitTypeAnnotation concode_elem_sep void visitInnerClass concode_elem_sep void visitEnd concode_elem_sep void visitOuterClass concode_elem_sep void visitAttribute concode_elem_sep void visit con...
void function ( String arg0 ) { destination = new AliasDestination ( ) ; try { destination . setRecipient ( new MailAddressFactory ( ) . createRecipient ( arg0 ) ) ; } catch ( ParseException loc0 ) { throw new RuntimeException ( loc0 ) ; } }
getset concode_field_sep AliasDestination destination concode_elem_sep List<RecipientSpecification> aliases concode_field_sep Destination lookup concode_elem_sep void addAlias concode_elem_sep void setAliases concode_elem_sep String toString
GadgetsIo function ( ) { return io ; }
method providing implementation of gadgetsio . concode_field_sep GadgetsIo io concode_field_sep void setMock
float function ( EntityDragonPart arg0 , DamageSource arg1 , float arg2 ) { return arg2 ; }
normally , just returns damage . if dragon is sitting and src is an arrow , arrow is enflamed and zero damage returned . concode_field_sep EntityDragon dragon concode_field_sep void initPhase concode_elem_sep float getMaxRiseOrFall concode_elem_sep void onCrystalDestroyed concode_elem_sep void doClientRenderEffects con...
double [ ] function ( ) { return output ; }
read the output vector . concode_field_sep double input[] concode_elem_sep long serialVersionUID concode_elem_sep double output[] concode_field_sep void setInputs concode_elem_sep void setOutputs concode_elem_sep double[] getInputs concode_elem_sep String toString
String function ( ) { return this . message ; }
the failure message . concode_field_sep ActionResponse response concode_elem_sep Failure failure concode_elem_sep String opType concode_elem_sep String index concode_elem_sep int id concode_elem_sep String type concode_elem_sep String message concode_elem_sep RestStatus status concode_field_sep long getVersion concode_...
BigRational [ ] function ( ) { BigRational [ ] loc0 = new BigRational [ dimensions . length ] ; System . arraycopy ( this . dimensions , 0 , loc0 , 0 , this . dimensions . length ) ; return loc0 ; }
returns array representation of point . concode_field_sep BigRational[] dimensions concode_field_sep double[] doubleValues concode_elem_sep int size concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep BigRational getDimension concode_elem_sep String toString
String function ( List < String > arg0 ) { final StringBuilder loc0 = new StringBuilder ( ) ; int loc1 = 0 + DISPLAYED_INDEX_OFFSET ; for ( String loc2 : arg0 ) { loc0 . append ( getIndexedListItem ( loc1 , loc2 ) ) . append ( "srini_string" ) ; loc1 ++ ; } return loc0 . toString ( ) ; }
formats a list of strings as a viewable indexed list . concode_field_sep String DIVIDER concode_elem_sep String COMMENT_LINE_FORMAT_REGEX concode_elem_sep Scanner in concode_elem_sep String LS concode_elem_sep int DISPLAYED_INDEX_OFFSET concode_elem_sep String LINE_PREFIX concode_elem_sep String MESSAGE_INDEXED_LIST_IT...
boolean function ( int arg0 , int arg1 ) { return PeList . setPeStatus ( getPeList ( ) , arg0 , arg1 ) ; }
sets the particular pe status on this machine . concode_field_sep List<? extends Pe> peList concode_elem_sep RamProvisioner ramProvisioner concode_elem_sep List<? extends Vm> vmList concode_elem_sep List<Vm> vmsMigratingIn concode_elem_sep VmScheduler vmScheduler concode_elem_sep Datacenter datacenter concode_elem_sep ...
void function ( ) { }
handle the start of the document . do nothing for now . subclasses can override this method if they want to take a specific action . this method will always be called first . concode_field_sep boolean isApplet concode_elem_sep XmlParser parser concode_field_sep void displayText concode_elem_sep void startElement concod...
void function ( Bindings arg0 , int arg1 ) { switch ( arg1 ) { case ENGINE_SCOPE : if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } engineScope = arg0 ; break ; case GLOBAL_SCOPE : globalScope = arg0 ; break ; default : throw new IllegalArgumentException ( "srini_string" ) ; } }
sets a bindings of attributes for the given scope . if the value of scope is engine_scope the given bindings replaces the enginescope field . if the value of scope is global_scope the given bindings replaces the globalscope field . concode_field_sep Writer errorWriter concode_elem_sep Reader reader concode_elem_sep Bin...
void function ( String arg0 , String arg1 ) { _parameters . put ( arg0 , arg1 ) ; }
sets the value of a parameter concode_field_sep ServletContext _servletContext concode_elem_sep String _name concode_elem_sep Map<String,String> _parameters concode_field_sep String getFilterName concode_elem_sep ServletContext getServletContext concode_elem_sep String getInitParameter concode_elem_sep void setFilterNa...
String function ( String arg0 ) { File loc0 = new File ( arg0 ) ; arg0 = loc0 . getAbsolutePath ( ) ; if ( loc0 . isDirectory ( ) && ! arg0 . endsWith ( SEP ) ) { return arg0 + SEP ; } return arg0 ; }
return absolute path for path . make sure path ends with sep if it 's a directory . does _ not _ resolve symlinks , since the caller may need to play symlink tricks to produce the desired paths for loaded modules . concode_field_sep String UTF_8 concode_elem_sep String SEP_INIT_PY concode_elem_sep int gensymCount conco...
void function ( ) { final HomePage loc0 = new HomePage ( projectService , userService ) ; setPageContent ( loc0 ) ; }
switches the application 's view to the home page . concode_field_sep TaApplication currentApplicationInstance concode_elem_sep String ERROR_LOADING_PROJECT concode_elem_sep String INVALID_URL concode_elem_sep UserRpcAsync userService concode_elem_sep String INVALID_PROJECT_ID_TEXT concode_elem_sep String ERROR_LOADING...
void function ( ) { RingPlot loc0 = new RingPlot ( null ) ; GradientPaint loc1 = new GradientPaint ( 1.0f , 2.0f , Color . yellow , 3.0f , 4.0f , Color . red ) ; loc0 . setSeparatorPaint ( loc1 ) ; RingPlot loc2 = ( RingPlot ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc2 ) ; }
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testEquals
void function ( UriDataSource arg0 , UtcTimingElement arg1 , long arg2 , UtcTimingCallback arg3 ) { UtcTimingElementResolver loc0 = new UtcTimingElementResolver ( arg0 , arg1 , arg2 , arg3 ) ; loc0 . resolve ( ) ; }
resolves a utctimingelement . concode_field_sep Loader singleUseLoader concode_elem_sep UriDataSource uriDataSource concode_elem_sep UtcTimingElement timingElement concode_elem_sep long timingElementElapsedRealtime concode_elem_sep UtcTimingCallback callback concode_elem_sep UriLoadable<Long> singleUseLoadable concode_...
String function ( ) { rid ++ ; return String . valueOf ( rid ) ; }
gets the rid . concode_field_sep int uniqueTestCaseId concode_elem_sep TestSuite testSuite concode_elem_sep long timeStart concode_elem_sep String reportFolderLocation concode_elem_sep Set<Integer> reportedTestCases concode_elem_sep TestCase testCase concode_elem_sep TestExecution testExecution concode_elem_sep int rid...
int function ( ) { return maxSize ; }
for caches that do not override #sizeof , this returns the maximum number of entries in the cache . for all other caches , this returns the maximum sum of the sizes of the entries in this cache . concode_field_sep int evictionCount concode_elem_sep int putCount concode_elem_sep int hitCount concode_elem_sep int size co...
InetAddress function ( ) { return inetAddress ; }
returns the network address the instance 's task manager binds its sockets to . concode_field_sep Logger LOG concode_elem_sep String hostName concode_elem_sep ResourceID resourceID concode_elem_sep long serialVersionUID concode_elem_sep InetAddress inetAddress concode_elem_sep String fqdnHostName concode_elem_sep Strin...
void function ( java . lang . String arg0 ) { this . url = arg0 ; }
sets the url value for this proposallink . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.Long creatorId concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc...
String function ( ) { return null ; }
returns the local part of the qualified name of this attribute . null if : this attribute condition can match any attribute . this attribute is a class attribute . this attribute is an id attribute . this attribute is a pseudo-class attribute . concode_field_sep String value concode_field_sep short getConditionType con...
String function ( ) { return gpacGuiDirectory ; }
default directory for gui files concode_field_sep String gpacGuiDirectory concode_elem_sep String gpacShaderDirectory concode_elem_sep String gpacLibsDirectory concode_elem_sep String gpacAppDirectory concode_elem_sep String LOG_GPAC_CONFIG concode_elem_sep String gpacCacheDirectory concode_elem_sep String gpacLogDirec...
void function ( long arg0 ) { _kbComment . setGroupId ( arg0 ) ; }
sets the group id of this kb comment . concode_field_sep KBComment _kbComment concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep ...
String function ( ) { return labelx ; }
get label of x axis concode_field_sep DoubleArray data concode_elem_sep String labelx concode_elem_sep String labely concode_elem_sep double THRESHOLD concode_elem_sep double maxx concode_elem_sep int pos concode_elem_sep double minx concode_elem_sep double miny concode_elem_sep double maxy concode_field_sep void add c...
void function ( @ NotNull DDMFormValuesQueryParser . FieldSelectorExpressionContext arg0 ) { }
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void enterPath concode_elem_sep void enterSelectorExpression concode_elem_sep void enterStepType concode_elem_sep void exitPredicateExpression concode_elem_sep void enterAttributeType concode_elem_sep void exitLocaleEx...
int function ( ) { if ( getStatusList ( ) == null || getStatusList ( ) . isEmpty ( ) ) return IStatus . OK ; int loc0 = IStatus . OK ; for ( IStatus loc1 : getStatusList ( ) ) { if ( loc1 . getSeverity ( ) > loc0 ) loc0 = loc1 . getSeverity ( ) ; } return loc0 ; }
utility method to determine the maximum severity of the list of statuses concode_field_sep boolean isValidatable concode_elem_sep ICommand command concode_elem_sep boolean isParsable concode_elem_sep IStatus targetValidStatus concode_elem_sep Collection sourceGroups concode_elem_sep boolean isResolvable concode_elem_se...
Builder function ( String arg0 , String arg1 ) { headers . set ( arg0 , arg1 ) ; return this ; }
sets the header named name to value . if this request already has any headers with that name , they are all replaced . concode_field_sep RawHeaders headers concode_elem_sep String method concode_elem_sep RawHeaders headers concode_elem_sep String method concode_elem_sep Object tag concode_elem_sep Body body concode_ele...
PendingMessageImmediateList function ( ) { return new PendingMessageImmediateList ( ) ; }
create an instance of pendingmessageimmediatelist concode_field_sep PlaceHolder placeHolder concode_field_sep TranslatedAlert createTranslatedAlert concode_elem_sep AlertList createAlertList concode_elem_sep TranslatedAlertKey createTranslatedAlertKey concode_elem_sep AlertDetailParameterList createAlertDetailParameter...
void function ( IASTNode arg0 , IASTComment arg1 , CommentPosition arg2 ) { switch ( arg2 ) { case leading : fCommentMap . addLeadingCommentToNode ( arg0 , arg1 ) ; break ; case trailing : fCommentMap . addTrailingCommentToNode ( arg0 , arg1 ) ; break ; case freestanding : fCommentMap . addFreestandingCommentToNode ( a...
assigns the comment to the node . concode_field_sep ASTModificationStore fModificationStore concode_elem_sep ASTModification fParentMod concode_elem_sep NodeCommentMap fCommentMap concode_elem_sep IASTNode fRoot concode_field_sep Change rewriteAST concode_elem_sep IASTNode createLiteralNode concode_elem_sep void checkB...
CTTLAnimVariantIntegerVal function ( ) { return intVal ; }
gets the value of the intval property . concode_field_sep CTTLAnimVariantIntegerVal intVal concode_elem_sep CTTLAnimVariantFloatVal fltVal concode_elem_sep CTTLAnimVariantStringVal strVal concode_elem_sep CTTLAnimVariantBooleanVal boolVal concode_elem_sep CTColor clrVal concode_field_sep void setStrVal concode_elem_sep...
void function ( long arg0 ) { _tasksEntry . setGroupId ( arg0 ) ; }
sets the group id of this tasks entry . concode_field_sep TasksEntry _tasksEntry concode_field_sep void setResolverUserId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep TasksEntry getWrappedTasksEntry co...