code
stringlengths
20
663
nl
stringlengths
68
7.19k
ScriptService . ScriptType function ( ) { return type ; }
method to get the type of language . concode_field_sep Object compiled concode_elem_sep String name concode_elem_sep ScriptService.ScriptType type concode_elem_sep String lang concode_field_sep Object compiled concode_elem_sep String name concode_elem_sep String toString concode_elem_sep String lang
int function ( int arg0 ) { int loc0 = 0 ; if ( isPersisted ( arg0 ) ) loc0 |= Settings . PERSISTED ; if ( persistValue ( arg0 ) ) loc0 |= Settings . PERSIST_VALUE ; return loc0 ; }
returns the flags for the setting id , or 0 if unset . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int CLIENT_CERTIFICATE_VECTOR_SIZE concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int DOWNLOAD_RETRANS_RATE concode_elem_sep int[] values con...
String function ( ) { return value ; }
get the value . concode_field_sep SystemProperty[] systemProperties concode_elem_sep String name concode_elem_sep String value concode_elem_sep Logger LOGGER concode_field_sep SystemProperty[] mapToSystemProperties concode_elem_sep SystemProperty[] getSystemProperties concode_elem_sep String getName concode_elem_sep St...
com . liferay . counter . model . Counter function ( java . lang . String arg0 ) { return _counterLocalService . deleteCounter ( arg0 ) ; }
deletes the counter with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep CounterLocalService _counterLocalService concode_field_sep java.util.List<com.liferay.counter.model.Counter> getCounters concode_elem_sep CounterLocalService getWrappedCounterLocalService conco...
void function ( String arg0 ) { this . pid = arg0 ; }
sets the value of the pid property . concode_field_sep String pid concode_elem_sep String asOfDateTime concode_field_sep String getAsOfDateTime concode_elem_sep String getPid concode_elem_sep void setAsOfDateTime
void function ( String arg0 ) { this . referer = arg0 ; }
sets a referer to send to the web server concode_field_sep String referer concode_elem_sep Proxy proxy concode_elem_sep boolean setFollowRedirects concode_elem_sep String cookie concode_elem_sep String useragent concode_elem_sep BufferedReader reader concode_elem_sep HttpURLConnection connection concode_elem_sep DataOu...
boolean function ( String arg0 ) { if ( arg0 == null ) return ( false ) ; return ( true ) ; }
does the user represented by this principal possess the specified role ? concode_field_sep String m_password concode_elem_sep String m_name concode_field_sep String getPassword concode_elem_sep String getName concode_elem_sep String toString
boolean function ( int arg0 ) { return ( arg0 >= LOGLEVEL ) ; }
determine if log level will be logged 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 void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setLogLevel concode_e...
void function ( ) { if ( m_trx != null ) m_trx . commit ( ) ; }
commit concode_field_sep boolean m_locked concode_elem_sep Trx m_trx concode_elem_sep Properties m_ctx concode_elem_sep ProcessInfo m_pi concode_elem_sep PO m_lockedObject concode_elem_sep String MSG_InvalidArguments concode_elem_sep CLogger log concode_elem_sep String MSG_SaveErrorRowNotFound concode_field_sep void ro...
PackageMaterialProperty function ( final String arg0 ) { this . displayName = arg0 ; return this ; }
sets the display name . concode_field_sep Boolean partOfIdentity concode_elem_sep String defaultValue concode_elem_sep String displayName concode_elem_sep String displayOrder concode_elem_sep Boolean secure concode_elem_sep String value concode_elem_sep Boolean required concode_field_sep PackageMaterialProperty withReq...
JobWatermark function ( String arg0 ) { this . presetWatermarkId = arg0 ; return this ; }
the id of the watermark settings that elastic transcoder uses to add watermarks to the video during transcoding . the settings are in the preset specified by preset for the current output . in that preset , the value of watermarks id tells elastic transcoder which settings to use . returns a reference to this object so...
void function ( long arg0 ) { lower = arg0 ; }
sets the lower energy bound . concode_field_sep long lower concode_elem_sep long upper concode_elem_sep long serialVersionUID concode_field_sep void setUpper concode_elem_sep int hashCode concode_elem_sep boolean isSingle concode_elem_sep boolean equals concode_elem_sep FlexOfferDiscreteConstraint clone concode_elem_se...
IToken function ( ICharacterScanner arg0 , CharacterBuffer arg1 ) { IToken loc0 = ( IToken ) fWords . get ( arg1 ) ; if ( loc0 != null ) return loc0 ; return Token . UNDEFINED ; }
returns the token associated to the given word and the scanner state . concode_field_sep char[] fContent concode_elem_sep List fMatchers concode_elem_sep boolean fIsHashCached concode_elem_sep IWordDetector fDetector concode_elem_sep int fLength concode_elem_sep Map fWords concode_elem_sep int UNDEFINED concode_elem_se...
Path function ( MessageOrBuilder ... arg0 ) { return writeMessages ( inferRecordsClass ( arg0 ) , arg0 ) ; }
writes messages to temporary file and returns its path . concode_field_sep PlaceHolder placeHolder concode_field_sep List<T> testData concode_elem_sep Path someTemporaryFilePath concode_elem_sep List<T> readMessages concode_elem_sep void checkSameBuilderInstance concode_elem_sep List<MessageOrBuilder> cloneList concode...
ReplicationState function ( URL arg0 , long arg1 ) { return getServerState ( arg0 , sequenceFormatter . getFormattedName ( arg1 , SEQUENCE_STATE_FILE_SUFFIX ) ) ; }
retrieves the specified state from the server . concode_field_sep String SERVER_STATE_FILE concode_elem_sep String SEQUENCE_STATE_FILE_SUFFIX concode_elem_sep Logger LOG concode_elem_sep ReplicationSequenceFormatter sequenceFormatter concode_field_sep placeholderType placeHolder
String function ( ) { return this . nextMarker ; }
if a value is present , there are more tags to return . in a subsequent request , you can provide the value of nextmarker as the value of the marker parameter in your next request to retrieve the next set of tags . concode_field_sep String nextMarker concode_elem_sep String marker concode_elem_sep com.amazonaws.interna...
List < ? extends Authority > function ( ) { return this . authorities ; }
get the authorities for users created by this factory concode_field_sep String name concode_elem_sep String password concode_elem_sep int maxIdleTimeSec concode_elem_sep List<Authority> authorities concode_elem_sep boolean isEnabled concode_field_sep void setName concode_elem_sep void setEnabled concode_elem_sep void s...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String name concode_elem_sep Long id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Tag name concode_elem_sep vo...
void function ( PrintStream arg0 ) { thePrintStream = arg0 ; }
sets the print stream to use for logging data from the drivermanager and the jdbc drivers . concode_field_sep PrintStream thePrintStream concode_elem_sep PrintWriter thePrintWriter concode_elem_sep int loginTimeout concode_elem_sep SQLPermission logPermission concode_elem_sep List<Driver> theDrivers concode_field_sep b...
String function ( ) { return w2 ; }
w2 . concode_field_sep String w2source concode_elem_sep Double sim concode_elem_sep String w1source concode_elem_sep String w1 concode_elem_sep String w2 concode_field_sep String w2source concode_elem_sep Double sim concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String w1source concode_e...
int function ( int arg0 ) { return values [ arg0 ] ; }
returns the value for the setting id , or 0 if unset . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_elem_sep int CLIENT_CERTIFICATE_VECTOR_SIZ...
int function ( ) { return id ; }
returns the agent 's id number with the first agent on a team having id 1 concode_field_sep boolean selected concode_elem_sep Matrix headTransform concode_elem_sep Vec3f headDirection concode_elem_sep Vec3f torsoDirection concode_elem_sep BoundingBox bounds concode_elem_sep List<ChangeListener> listeners concode_elem_s...
void function ( String arg0 , String arg1 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , arg1 ) ; }
error log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void set...
URL function ( ClassResolver arg0 , String arg1 ) { URL loc0 = resolveResourceAsUrl ( arg0 , arg1 ) ; if ( loc0 == null ) { String loc1 = resolveUriPath ( arg1 ) ; throw new FileNotFoundException ( "srini_string" + loc1 + "srini_string" + arg1 ) ; } else { return loc0 ; } }
resolves the mandatory resource . concode_field_sep Logger LOG concode_field_sep URL resolveResourceAsUrl concode_elem_sep String getScheme concode_elem_sep InputStream resolveResourceAsInputStream concode_elem_sep String resolveUriPath concode_elem_sep String appendParameters concode_elem_sep String tryDecodeUri conco...
boolean function ( EObject arg0 , EReference arg1 , Object arg2 ) { if ( ( arg1 . isTransient ( ) ) || ( arg1 . isDerived ( ) ) ) { return false ; } else { return arg1 . isContainment ( ) ; } }
by default , transient and derived references are never copied , and containment references always are copied . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep...
boolean function ( ) { return reachedLimit ; }
did forward context iteration with next reach the iteration limit ? concode_field_sep int cpLimit concode_elem_sep int limit concode_elem_sep int index concode_elem_sep int cpStart concode_elem_sep int contextStart concode_elem_sep Replaceable rep concode_elem_sep int dir concode_elem_sep boolean reachedLimit concode_e...
OsiResponsibilitiesDTO function ( Long arg0 ) { log . debug ( "srini_string" , arg0 ) ; return null ; }
get one osiresponsibility by id . concode_field_sep OsiResponsibilityRepository osiResponsibilityRepository concode_elem_sep Logger log concode_field_sep OsiResponsibilitiesDTO save concode_elem_sep Page<OsiResponsibilitiesDTO> findAll concode_elem_sep void delete
java . lang . String function ( ) { return site_title ; }
gets the site_title value for this report_suite_elements . concode_field_sep com.omniture.www.Element[] available_elements concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String rsid concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_...
void function ( String arg0 , Boolean arg1 ) { mValues . put ( arg0 , arg1 ) ; }
adds a value to the set . concode_field_sep String TAG 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>> valueSet concode_elem_sep boolean containsKey concode_elem_sep...
String function ( final Cursor arg0 , final String arg1 ) { final int loc0 = arg0 . getColumnIndex ( arg1 ) ; if ( arg0 . isNull ( loc0 ) ) { return null ; } return arg0 . getString ( loc0 ) ; }
this method exists because the behavior of cur.getstring is undefined when the value in the database is null . this method will return null in that case . concode_field_sep String LOG_TAG concode_elem_sep Context context concode_elem_sep String tag concode_elem_sep Uri uri concode_field_sep String computeSQLInClause co...
void function ( long arg0 ) { _recentLayoutSetBranch . setCompanyId ( arg0 ) ; }
sets the company id of this recent layout set branch . concode_field_sep RecentLayoutSetBranch _recentLayoutSetBranch concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_...
boolean function ( String arg0 , String arg1 , CallbackContext arg2 ) { JSONArray loc0 = new JSONArray ( arg1 ) ; return execute ( arg0 , loc0 , arg2 ) ; }
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 CordovaPreferences preferences concode_elem_sep CordovaInterface c...
void function ( final String arg0 , final User arg1 , final LogType arg2 , final String arg3 , final Performance arg4 ) { write ( arg0 , arg1 , arg2 . toString ( ) , arg3 , arg4 ) ; }
writes an entry to the log file . concode_field_sep String address concode_elem_sep BigDecimal ms concode_elem_sep String SERVER concode_elem_sep String start concode_elem_sep StaticOptions sopts concode_elem_sep FileOutputStream fos concode_elem_sep String time concode_elem_sep String type concode_elem_sep String mess...
void function ( ) { int [ ] loc0 = new int [ bits . length ] ; int loc1 = this . size ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { if ( get ( loc1 - loc2 - 1 ) ) { loc0 [ loc2 >> 5 ] |= 1 << ( loc2 & 0x1F ) ; } } bits = loc0 ; }
reverses all bits in the array . concode_field_sep int size concode_elem_sep int[] bits concode_field_sep void set concode_elem_sep void toBytes concode_elem_sep void clear concode_elem_sep boolean isRange concode_elem_sep int getSize concode_elem_sep void appendBit concode_elem_sep int getSizeInBytes concode_elem_sep ...
ListHapgsResult function ( java . util . Collection < String > arg0 ) { setHapgList ( arg0 ) ; return this ; }
the list of high-availability partition groups . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<String> hapgList concode_field_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep void setHapgList concode_elem_sep boolean equals concode_elem_sep ListHapgsResul...
void function ( ) { for ( int loc0 = 0 ; loc0 < numArguments ; loc0 ++ ) { System . out . println ( "srini_string" + arg ( loc0 ) + "srini_string" + Op . humanName ( type ( loc0 ) ) + "srini_string" + size ( loc0 ) ) ; } }
prints the contents of this parameters object to the standard output concode_field_sep DataSpace dsp concode_elem_sep long a concode_elem_sep FullArgument[] argument concode_elem_sep long b concode_elem_sep long c concode_elem_sep boolean signed concode_elem_sep String label concode_elem_sep int numArguments concode_el...
float function ( ) { return jniGetDensity ( addr ) ; }
get the density of this fixture . concode_field_sep Object userData concode_elem_sep short[] tmp concode_elem_sep Shape shape concode_elem_sep Filter filter concode_elem_sep Body body concode_elem_sep long addr concode_field_sep float getRestitution concode_elem_sep float jniGetRestitution concode_elem_sep Shape getSha...
Map < QName , String > function ( ) { return otherAttributes ; }
gets a map that contains attributes that are n't bound to any typed property on this class . the map is keyed by the name of the attribute and the value is the string value of the attribute . the map returned by this method is live , and you can add new attribute by updating the map directly . because of this design , ...
XSIDCDefinition function ( ) { return null ; }
referenced key required if identity-constraint category is keyref , forbidden otherwise . an identity-constraint definition with identity-constraint category equal to key or unique . concode_field_sep Selector fSelector concode_elem_sep XSAnnotationImpl[] fAnnotations concode_elem_sep String fElementName concode_elem_s...
String function ( ) { return type ; }
gets the type of facility . concode_field_sep String type concode_elem_sep Map<String,Boolean> roomsMap concode_field_sep void editRoomAvailability concode_elem_sep void addRoom concode_elem_sep Map<String,Boolean> getRoomsMap concode_elem_sep boolean checkRoomAvailability concode_elem_sep void setType
Socket function ( ) { return socket ; }
returns the socket that this connection uses , or null if the connection is not currently connected . 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 c...
int function ( ) { int loc0 = 0 ; for ( Field < ? > loc1 : PREAMBLE_FIELDS ) { loc0 += loc1 . getLength ( ) ; } return loc0 ; }
calculates the length of the packet header , defined as the sum of the lengths of all defined fields see #preamble_fields . concode_field_sep int packetType concode_elem_sep Field<ByteBuffer> FIELD_RESERVED_2 concode_elem_sep Field<ByteBuffer> FIELD_RESERVED_1 concode_elem_sep Field<Integer> FIELD_SEQUENCE concode_elem...
int function ( int arg0 ) { if ( fontMetrics == null ) { return 0 ; } return Dialog . convertWidthInCharsToPixels ( fontMetrics , arg0 ) ; }
returns the number of pixels corresponding to the width of the given number of characters . this method may only be called after initializedialogunits has been called . clients may call this framework method , but should not override it . concode_field_sep String description concode_elem_sep ImageDescriptor imageDescri...
JSONArray function ( JSONArray arg0 , String arg1 ) { return toJSONArray ( arg0 , new JSONTokener ( arg1 ) ) ; }
produce a jsonarray of jsonobjects from a comma delimited text string using a supplied jsonarray as the source of element names . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep String rowToString concode_elem_sep String toString c...
List < AppUrl > function ( ) { if ( finalAppUrls == null ) { finalAppUrls = new ArrayList < AppUrl > ( ) ; } return this . finalAppUrls ; }
gets the value of the finalappurls 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 finalappurls property . for example , to add a new it...
PolylineOptions function ( ) { return createPolylineOptions ( mPolylineOptions ) ; }
gets a polylineoption concode_field_sep MarkerOptions mMarkerOptions concode_elem_sep float mMarkerColor concode_elem_sep int HSV_VALUES concode_elem_sep HashSet<String> mStylesSet concode_elem_sep String mStyleId concode_elem_sep HashMap<String,String> mBalloonOptions concode_elem_sep boolean mOutline concode_elem_sep...
OkHttpClient function ( ResponseCache arg0 ) { this . responseCache = arg0 ; return this ; }
sets the response cache to be used to read and write cached responses . if unset , the responsecache #getdefault system-wide default response cache will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPool concode_e...
void function ( long arg0 ) { this . id = arg0 ; }
sets the value of the id property . concode_field_sep String code concode_elem_sep Srs srs concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep List<Fr> fr concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void unsetFr concode_elem_s...
Integer function ( ) { return id ; }
gets the id . concode_field_sep Integer eventID concode_elem_sep long serialVersionUID concode_elem_sep Long soldTickets concode_elem_sep String name concode_elem_sep String description concode_elem_sep Integer id concode_field_sep void setSoldTickets concode_elem_sep void setName concode_elem_sep void setEventID conco...
void function ( String arg0 , long arg1 , long arg2 , int arg3 , int arg4 ) { if ( timing ) { System . out . println ( arg0 + "srini_string" + ( arg2 - arg1 ) / 1000 + "srini_string" + "srini_string" + ( arg2 - arg1 ) / ( arg3 * arg4 ) + "srini_string" ) ; } else { System . out . println ( arg0 + "srini_string" ) ; } }
report on a section . concode_field_sep boolean timing concode_field_sep void run concode_elem_sep int func019 concode_elem_sep void testVirt001 concode_elem_sep int func017 concode_elem_sep int func015 concode_elem_sep int func059 concode_elem_sep void testIface001 concode_elem_sep void testVirt049 concode_elem_sep in...
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 ) ; }
get custom deserializer concode_field_sep com.intellij.tasks.mantis.model.AccountData owner concode_elem_sep java.math.BigInteger project_id concode_elem_sep java.lang.String filter_string concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Boolean is_public concode_elem_sep java.lang.String name ...
Instance function ( ) { return new Instance ( ) ; }
create an instance of instance concode_field_sep PlaceHolder placeHolder concode_field_sep Smd createSmd concode_elem_sep Instances createInstances concode_elem_sep Designrules createDesignrules concode_elem_sep Port createPort concode_elem_sep Module createModule concode_elem_sep Nets createNets concode_elem_sep Error...
void function ( long arg0 ) { this . offset = arg0 ; }
set the start offset of file associated with this block concode_field_sep String[] topologyPaths concode_elem_sep String[] names concode_elem_sep boolean corrupt concode_elem_sep long offset concode_elem_sep String[] hosts concode_elem_sep long length concode_field_sep void setHosts concode_elem_sep void setNames conco...
void function ( String arg0 ) { this . resourceType = arg0 ; }
the type of resource . the only supported value is auto-scaling-group . concode_field_sep String resourceId concode_elem_sep Boolean propagateAtLaunch concode_elem_sep String value concode_elem_sep String key concode_elem_sep String resourceType concode_field_sep String getKey concode_elem_sep Tag withResourceType conc...
String function ( ) { throw new MustOverrideException ( ) ; }
return the document title of this history item . concode_field_sep PlaceHolder placeHolder concode_field_sep Bitmap getFavicon concode_elem_sep String getUrl concode_elem_sep String getOriginalUrl concode_elem_sep WebHistoryItem clone concode_elem_sep int getId
boolean function ( ) { return tok . ttype == StreamTokenizer . TT_WORD && ! keywords . contains ( tok . sval ) ; }
returns true if the current token is a legal identifier . concode_field_sep StreamTokenizer tok concode_elem_sep Collection<String> keywords concode_field_sep boolean matchDelim concode_elem_sep boolean matchIntConstant concode_elem_sep String eatStringConstant concode_elem_sep void eatDelim concode_elem_sep int eatInt...
void function ( StreamOutput arg0 ) { arg0 . writeString ( name ) ; arg0 . writeString ( type ) ; Settings . writeSettingsToStream ( settings , arg0 ) ; }
writes repository metadata to stream output concode_field_sep Settings settings concode_elem_sep String name concode_elem_sep String type concode_field_sep Settings settings concode_elem_sep RepositoryMetaData readFrom concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String name concode_el...
void function ( ) { String loc0 = "srini_string" ; terminal_thread . gui_progress_message ( loc0 , false ) ; }
called when the host received the challenge from the applet during the resign protocol . displays the progress message either in the office or the automaton tab , depending on whether this resign is part of applet initialization or not . concode_field_sep Terminal_thread terminal_thread concode_field_sep void resign_st...
boolean function ( Attribute arg0 ) { if ( arg0 == null ) return false ; return attributeMap . remove ( arg0 . getCategory ( ) ) != null ; }
removes the entry with the given attribute in it . concode_field_sep Class interfaceName concode_elem_sep long serialVersionUID concode_elem_sep HashMap attributeMap concode_field_sep boolean add concode_elem_sep boolean containsKey concode_elem_sep void clear concode_elem_sep boolean isEmpty concode_elem_sep boolean c...
void function ( Passenger arg0 ) { if ( passengers . size ( ) + 1 > Elevator . CAPACITY ) throw new ElevatorFullException ( ) ; else { arg0 . boardElevator ( ) ; passengers . add ( arg0 ) ; } }
adds 1 passenger to the elevator with a specified destination floor . concode_field_sep Set<Passenger> passengers concode_elem_sep int CAPACITY concode_elem_sep int currentFloor concode_elem_sep Building building concode_elem_sep Direction direction concode_field_sep void move concode_elem_sep Set<Passenger> passengers...
void function ( String arg0 ) { this . firstName = arg0 ; }
sets the first name for this student . concode_field_sep int studentId concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_field_sep void setLastName concode_elem_sep int getStudentId concode_elem_sep void setAddress concode_elem_sep String clear concode_elem_sep S...
ClassLoader function ( IProject arg0 ) { final List < URL > loc0 = Lists . newArrayList ( ) ; addClasspathEntries ( arg0 , loc0 ) ; return URLClassLoader . newInstance ( loc0 . toArray ( new URL [ loc0 . size ( ) ] ) , WorkspaceClassLoaderFactory . class . getClassLoader ( ) ) ; }
creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ...
void function ( ) { this . rollbackOnly = true ; }
mark the resource transaction as rollback-only . concode_field_sep int referenceCount concode_elem_sep boolean rollbackOnly concode_elem_sep boolean synchronizedWithTransaction concode_elem_sep boolean isVoid concode_elem_sep Date deadline concode_field_sep boolean isSynchronizedWithTransaction concode_elem_sep void un...
void function ( TaskAttemptID arg0 ) { this . taskId = arg0 ; }
sets task id . concode_field_sep int eventId concode_elem_sep TaskCompletionEvent[] EMPTY_ARRAY concode_elem_sep boolean isMap concode_elem_sep int idWithinJob concode_elem_sep String taskTrackerHttp concode_elem_sep TaskAttemptID taskId concode_elem_sep int taskRunTime concode_elem_sep Status status concode_field_sep ...
SimpleDependencyPath function ( ) { SimpleDependencyPath loc0 = new SimpleDependencyPath ( ) ; loc0 . path . addAll ( path ) ; loc0 . nodes . addAll ( nodes ) ; return loc0 ; }
returns a copy of this dependency path concode_field_sep List<DependencyRelation> path concode_elem_sep List<DependencyTreeNode> nodes concode_field_sep SimpleDependencyPath extend concode_elem_sep Iterator<DependencyRelation> iterator concode_elem_sep DependencyTreeNode last concode_elem_sep DependencyRelation lastRel...
void function ( Unmarshaller arg0 , Object arg1 ) { setParent ( arg1 ) ; }
this method is invoked by the jaxb implementation on each instance when unmarshalling completes . concode_field_sep Object parent concode_elem_sep List<Object> content concode_elem_sep SectPr sectPr concode_field_sep void setSectPr concode_elem_sep Object getParent concode_elem_sep List<Object> getEGBlockLevelElts conc...
String function ( ) { return lastName ; }
gets the value of the lastname property . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep Address address concode_elem_sep Integer age concode_field_sep void setLastName concode_elem_sep Integer getAge concode_elem_sep void setAddress concode_elem_sep void setFirstName concode_elem_...
String function ( DocEnv arg0 , ClassType arg1 , boolean arg2 ) { if ( arg0 . legacyDoclet || arg1 . getTypeArguments ( ) . isEmpty ( ) ) { return "srini_string" ; } StringBuilder loc0 = new StringBuilder ( ) ; for ( Type loc1 : arg1 . getTypeArguments ( ) ) { loc0 . append ( loc0 . length ( ) == 0 ? "srini_string" : "...
return the actual type arguments of a parameterized type as an angle-bracketed string . class name are qualified if `` full '' is true . return '' '' if there are no type arguments or we 're hiding generics . concode_field_sep Type arrayType concode_elem_sep com.sun.javadoc.Type skipArraysCache concode_elem_sep DocEnv ...
void function ( boolean arg0 , int arg1 ) { if ( arg1 <= this . verbosityLevel ) print ( arg0 ) ; }
prints out the value of b if the log 's verbosity level is at least level concode_field_sep int verbosityLevel concode_elem_sep int numberOfWarnings concode_elem_sep int VL_HIGH concode_elem_sep int VL_DEFAULT concode_elem_sep int VL_ALL concode_field_sep void println concode_elem_sep void println concode_elem_sep void...
String function ( String arg0 , BigInteger arg1 ) { String loc0 = arg1 . toString ( ) ; if ( arg1 . equals ( BigInteger . ZERO ) ) { return arg0 ; } return arg0 . substring ( 0 , arg0 . length ( ) - loc0 . length ( ) ) + loc0 ; }
increments the string by appending unique number in sequence . preserves string length . concode_field_sep List<Class<?>> types concode_elem_sep String staticStringValue concode_elem_sep Random randomNumber concode_elem_sep int rowsNeeded concode_elem_sep int DATE_PERIOD concode_elem_sep BigInteger rowNumber concode_el...
E function ( ) { if ( next == null ) { return fromIterator . next ( ) ; } else { final E loc0 = next ; next = null ; return loc0 ; } }
returns the next element of the iterable . concode_field_sep E next concode_elem_sep Iterator<E> fromIterator concode_field_sep E computeNext concode_elem_sep boolean hasNext
_ConfigTemplate function ( AWSCredentialsProvider arg0 ) { this . metricsCredentialsProvider = arg0 ; return this ; }
awscredentialsprovider that supplies credentials used to uploadmetrics to cloudwatch . if not given , the credentials used to put records to kinesis are also used for cloudwatch . concode_field_sep AWSCredentialsProvider credentialsProvider concode_elem_sep Logger log concode_elem_sep List<AdditionalDimension> addition...
Proxy function ( ) { return proxy ; }
returns this address 's explicitly-specified http proxy , or null to delegate to the http client 's proxy selector . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier c...
K function ( ) { Entry < K > loc0 = head ; return loc0 == null ? null : loc0 . obj ; }
get the first element , or null if none . concode_field_sep Entry<K> head concode_elem_sep Entry<K> next concode_elem_sep Entry<K> tail concode_elem_sep K obj concode_field_sep void add concode_elem_sep Iterator<K> iterator concode_elem_sep boolean removeFirst concode_elem_sep K peekLast concode_elem_sep boolean remove...
boolean function ( Geometry arg0 ) { LineString loc0 = ( LineString ) arg0 . getGeometryN ( componentIndex ) ; int loc1 = loc0 . getNumPoints ( ) - 1 ; return segmentIndex >= loc1 || ( segmentIndex == loc1 && segmentFraction >= 1.0 ) ; }
tests whether this location is an endpoint of the linear component it refers to . concode_field_sep int segmentIndex concode_elem_sep double segmentFraction concode_elem_sep int componentIndex concode_field_sep double getSegmentLength concode_elem_sep boolean isVertex concode_elem_sep int getComponentIndex concode_elem...
int function ( T ... arg0 ) { return toBits ( ImmutableSet . copyOf ( arg0 ) ) ; }
converts a set of enum values to a bit field . requires that the enum contains at most 32 elements . concode_field_sep PlaceHolder placeHolder concode_field_sep void checkImmutable concode_elem_sep Collection<Set<T>> partition concode_elem_sep Collection<Set<T>> partition concode_elem_sep boolean isImmutable concode_el...
boolean function ( String arg0 , boolean arg1 ) { return PropertyHelper . toBoolean ( _properties . getProperty ( arg0 ) , arg1 ) ; }
returns the boolean value of the specified property . concode_field_sep DefBase _owner concode_elem_sep String _name concode_elem_sep Properties _properties concode_field_sep String getName concode_elem_sep String getProperty concode_elem_sep void setProperty concode_elem_sep Iterator getPropertyNames concode_elem_sep ...
JAXBElement < StringResponseType > function ( StringResponseType arg0 ) { return new JAXBElement < StringResponseType > ( _ObservationResponse_QNAME , StringResponseType . class , null , arg0 ) ; }
create an instance of jaxbelement concode_field_sep QName _XsdResponse_QNAME concode_elem_sep QName _XmlResponse_QNAME concode_elem_sep QName _PlatformListRequest_QNAME concode_elem_sep QName _KmlRequest_QNAME concode_elem_sep QName _StreamXmlRequest_QNAME concode_elem_sep QName _ObservationResponse_QNAME concode_elem_...
Object [ ] function ( HL7InArchive arg0 ) { return new Object [ ] { Integer . toString ( arg0 . getHL7InArchiveId ( ) ) , arg0 . getHL7Source ( ) . getName ( ) , Context . getDateFormat ( ) . format ( arg0 . getDateCreated ( ) ) , arg0 . getHL7Data ( ) } ; }
create an object array for a given hl7inarchive concode_field_sep Log log concode_field_sep String listArchivedHL7s concode_elem_sep Map<String,Object> getHL7InArchiveBatchAsJson
void function ( String arg0 ) { this . queue = arg0 ; ea . add ( "srini_string" , arg0 ) ; }
sets queuing options . when used with a string , can be ` front ' or ` end ' to queue the effect in the global effects queue at the beginning or end , or a queue parameter object that can have position : ` front/end ' , scope : ` scope ' , limit :1 concode_field_sep boolean fired concode_elem_sep boolean submit concode...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getGatewayARN ( ) != null ) loc0 . append ( "srini_string" + getGatewayARN ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String gatewayARN concode_field_sep int hashCode concode_elem_sep void setGatewayARN concode_elem_sep String getGatewayARN concode_elem_sep boolean equals concode_elem_sep AddWorkingStorageResult withGatewayARN concode...
JarFileCreator function ( String [ ] arg0 ) { for ( String loc0 : arg0 ) { addPackage ( loc0 ) ; } return this ; }
manually specify the packages of the dependencies . concode_field_sep File outputFile concode_elem_sep Set<String> packages concode_elem_sep String CLASS_EXTENSION concode_elem_sep Set<Class<?>> classSet concode_field_sep void createJarFile concode_elem_sep JarFileCreator addPackage concode_elem_sep void addDependencie...
void function ( String arg0 ) { }
ice-4417 migrate method for setting focus id . concode_field_sep Pattern ClientIdPattern concode_field_sep UIComponent findComponentInView concode_elem_sep String getFocusId concode_elem_sep UIComponent findComponent concode_elem_sep UIComponent findComponent concode_elem_sep char getSeparatorChar concode_elem_sep int ...
Dataset function ( List < String > arg0 , FileManager arg1 ) { return create ( ( List < String > ) null , arg0 , arg1 , null ) ; }
create a named graph container of graphs based on a list of uris . concode_field_sep PlaceHolder placeHolder concode_field_sep Dataset createMem concode_elem_sep Dataset createMemFixed concode_elem_sep Dataset create concode_elem_sep Dataset create concode_elem_sep Dataset create concode_elem_sep Dataset create concode...
Job function ( ) { Job loc0 ; if ( Time == 0 ) { selectAlgorithm ( ) ; } loc0 = myAlgorithm . nextStep ( Time ) ; if ( myAlgorithm . isFinished ( ) ) { Finished = true ; } return loc0 ; }
let the selected algorithm finish a step concode_field_sep boolean Finished concode_elem_sep boolean Stoped concode_elem_sep MyAlgorithm myAlgorithm concode_elem_sep int Time concode_elem_sep int Quantum concode_elem_sep String AlgorithmType concode_field_sep Queue getReadyQueue concode_elem_sep void reset concode_elem...
boolean function ( int arg0 ) { Type . check ( arg0 ) ; return ( arg0 == Type . PTR || arg0 == Type . CNAME || arg0 == Type . DNAME || arg0 == Type . A || arg0 == Type . AAAA || arg0 == Type . NS ) ; }
indicates whether generation is supported for this type . concode_field_sep String namePattern concode_elem_sep long current concode_elem_sep Name origin concode_elem_sep long start concode_elem_sep long end concode_elem_sep long step concode_elem_sep int type concode_elem_sep long ttl concode_elem_sep int dclass conco...
ArrayList < TItem > function ( ) { return this . items ; }
gets a collection containing the item that were found by the search operation . concode_field_sep ArrayList<TItem> items concode_elem_sep boolean moreAvailable concode_elem_sep Integer nextPageOffset concode_elem_sep int totalCount concode_field_sep void setTotalCount concode_elem_sep Iterator<TItem> iterator concode_e...
void function ( String ... arg0 ) { new Player ( ) . run ( arg0 ) ; }
execute a trace file using the command line . the log file name to execute replayed must be specified as the last parameter . the following optional command line parameters are supported : - log to enable logging the executed statement to system.out concode_field_sep boolean trace concode_elem_sep HashMap<String,Object...
boolean function ( ) { return failed ; }
checks if is failed . 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 int id concode_elem_sep lo...
Boolean function ( ) { return isWebOnly ; }
gets the value of the iswebonly property . concode_field_sep String socCategoryCode concode_elem_sep Boolean isPromotional concode_elem_sep List<String> featureCode concode_elem_sep Double socPrice concode_elem_sep String soc concode_elem_sep String socCategoryName concode_elem_sep Boolean isDeviceCompatible concode_el...
void function ( Runnable arg0 ) { if ( mIsFinished ) { FLog . w ( ReactConstants . TAG , "srini_string" + getName ( ) + "srini_string" ) ; } mHandler . post ( arg0 ) ; }
runs the given runnable on this thread . it will be submitted to the end of the event queue even if it is being submitted from the same queue thread . concode_field_sep Looper mLooper concode_elem_sep MessageQueueThreadHandler mHandler concode_elem_sep boolean mIsFinished concode_elem_sep String mName concode_elem_sep ...
Command function ( ) { return this . command ; }
get command corresponding to query , may be null concode_field_sep UpdateInfo updateInfo concode_elem_sep String query concode_elem_sep List<String> bindings concode_elem_sep Command command concode_field_sep UpdateInfo getUpdateInfo concode_elem_sep void setUpdateInfo concode_elem_sep List<String> getBindings concode_...
void function ( String arg0 ) { this . name = arg0 ; }
sets the value of the name property . concode_field_sep List<Files.Entry> entry concode_elem_sep String name concode_field_sep String getName concode_elem_sep List<Files.Entry> getEntry
BUILDER function ( ControllerListener < ? super INFO > arg0 ) { mControllerListener = arg0 ; return getThis ( ) ; }
sets the controller listener . concode_field_sep boolean mTryCacheOnlyFirst concode_elem_sep Object mCallerContext concode_elem_sep boolean mAutoPlayAnimations concode_elem_sep DraweeController mOldController concode_elem_sep AtomicLong sIdCounter concode_elem_sep boolean mTapToRetryEnabled concode_elem_sep REQUEST[] m...
void function ( Double arg0 ) { this . tax1Amt = arg0 ; }
sets the value of the tax1amt property . concode_field_sep Double amount concode_elem_sep RecordRefList linkedOrderList concode_elem_sep Long line concode_elem_sep String memo concode_elem_sep Double tax1Amt concode_elem_sep RecordRef taxCode concode_elem_sep Boolean isBillable concode_elem_sep Boolean isClosed concode...
void function ( MethodListener arg0 ) { sDefaultListener = arg0 ; }
sets the default listener for all methods not specifically handled . null means to do nothing . concode_field_sep MethodListener sDefaultListener concode_elem_sep HashMap<String,MethodListener> sMethods concode_field_sep long invokeL concode_elem_sep void setMethodListener concode_elem_sep int invokeI concode_elem_sep ...
double function ( ) { return height ; }
get the node height concode_field_sep BaseNode node concode_elem_sep double x concode_elem_sep double width concode_elem_sep double y concode_elem_sep String DOM_ELEMENT concode_elem_sep long serialVersionUID concode_elem_sep double height concode_field_sep void scaleWithPivot concode_elem_sep int getIndex concode_elem...
ContextMenu function ( Job arg0 ) { return add ( new MenuItem ( ) . withDisplayName ( arg0 . getDisplayName ( ) ) . withIcon ( arg0 . getIconColor ( ) ) . withUrl ( arg0 . getSearchUrl ( ) ) ) ; }
adds a child item when rendering context menu of its parent . concode_field_sep List<MenuItem> items concode_elem_sep ContextMenu subMenu concode_elem_sep boolean requiresConfirmation concode_elem_sep boolean post concode_elem_sep String displayName concode_elem_sep String icon concode_elem_sep String url concode_field...
List < String > function ( String arg0 ) { return ReflectionShell . v ( ) . divideForDisplay ( arg0 ) ; }
returns the name words of the property name . concode_field_sep GuiPreferences preferences concode_elem_sep NotificationCenter notificationCenter concode_elem_sep GuiUpdateManager updateManager concode_elem_sep ResourceLoader resources concode_elem_sep boolean DEBUG concode_elem_sep JComponent component concode_elem_se...
void function ( ) { throw new UnsupportedOperationException ( READ_ONLY_ERROR_MESSAGE ) ; }
unsupported operation , throws an unsupportedoperationexception since this list is read-only . concode_field_sep String READ_ONLY_ERROR_MESSAGE concode_elem_sep XLogger LOGGER concode_elem_sep Map<ServiceReference,T> serviceMap concode_field_sep boolean add concode_elem_sep void add concode_elem_sep int compare concode...