code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( ) { mInternalMap . clear ( ) ; }
clears the map . concode_field_sep Map<K,List<V>> mInternalMap concode_elem_sep long serialVersionUID concode_field_sep Map<String,V> getUniqueMap concode_elem_sep String addUniqueEntry concode_elem_sep boolean containsKey concode_elem_sep List<V> values concode_elem_sep boolean isEmpty concode_elem_sep boolean contain...
GoogleMap function ( ) { return mRenderer . getMap ( ) ; }
gets the map that objects are being placed on concode_field_sep KmlRenderer mRenderer concode_field_sep Iterable<KmlContainer> getContainers concode_elem_sep Iterable<KmlGroundOverlay> getGroundOverlays concode_elem_sep boolean hasPlacemarks concode_elem_sep Iterable<KmlPlacemark> getPlacemarks concode_elem_sep void re...
boolean function ( int arg0 , KeyEvent arg1 ) { if ( arg0 == KeyEvent . KEYCODE_BACK && mSlidingMenu . isMenuShowing ( ) ) { showContent ( ) ; return true ; } return false ; }
on key up . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_elem_sep View mViewAbove concode_elem_sep SlidingMenu mSlidingMenu concode_field_sep void showSecondaryMenu...
void function ( org . eclipse . birt . report . soapengine . api . CategoryChoiceList arg0 ) { this . dateTimeFormat = arg0 ; }
sets the datetimeformat value for this format . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep org.eclipse.birt.report.soapengine.api.CategoryChoiceList stringFormat concode_elem_sep org.eclipse.birt.report.soapengine.api.CategoryChoiceList dateTimeFormat concode_elem_sep org.eclipse.b...
com . liferay . shopping . model . ShoppingCart function ( com . liferay . shopping . model . ShoppingCart arg0 ) { return _shoppingCartLocalService . updateShoppingCart ( arg0 ) ; }
updates the shopping cart in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep ShoppingCartLocalService _shoppingCartLocalService concode_field_sep com.liferay.shopping.model.ShoppingCart fetchShoppingCart concode_elem_sep java.lang.String getOSGiServic...
void function ( ViewEntity arg0 ) { this . view = arg0 ; }
set the associated view entity . concode_field_sep ViewEntity view concode_elem_sep String viewName concode_elem_sep String defaultValue concode_elem_sep char masked concode_elem_sep String name concode_elem_sep String clusterConfig concode_elem_sep String description concode_elem_sep String label concode_elem_sep Stri...
ThreadLocal < Function2 < Void , File , String >> function ( ) { return DYNAMIC_HANDLER ; }
thread-local handler that is called with dynamically generated java code . it exists for unit-testing . the handler is never null ; the default handler does nothing . concode_field_sep Logger PARSER_LOGGER concode_elem_sep ThreadLocal<Function2<Void,File,String>> DYNAMIC_HANDLER concode_field_sep Logger getRelImplement...
void function ( WhiteboxPluginHost arg0 ) { myHost = arg0 ; }
sets the whiteboxpluginhost to which the plugin tool is tied . this is the class that the plugin will send all feedback messages , progress updates , and return objects . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgress...
void function ( java . lang . String arg0 ) { _kbComment . setUuid ( arg0 ) ; }
sets the uuid of this k b 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 void setGroupId concode_elem_sep boolean is...
Object function ( final String arg0 ) { if ( arg0 . length ( ) == 0 ) { throw new RuntimeException ( "srini_string" ) ; } return new Character ( arg0 . charAt ( 0 ) ) ; }
converts a string to a character . concode_field_sep PlaceHolder placeHolder concode_field_sep String toAttributeValue
boolean function ( File arg0 ) { return false ; }
checks if the given file/directory can be deleted . on posix , this corresponds to the ` w ' permission of the parent directory . concode_field_sep FilePathFilter UNRESTRICTED concode_field_sep void add concode_elem_sep boolean stat concode_elem_sep FilePathFilter current concode_elem_sep boolean read concode_elem_sep ...
com . liferay . portal . workflow . kaleo . model . KaleoNode function ( long arg0 ) { return getService ( ) . deleteKaleoNode ( arg0 ) ; }
deletes the kaleo node with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep KaleoNodeLocalService _service concode_field_sep void deleteKaleoDefinitionKaleoNodes concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery conc...
void function ( ReportDefinitionDateRangeType arg0 ) { this . dateRangeType = arg0 ; }
sets the value of the daterangetype property . concode_field_sep ReportDefinitionReportType reportType concode_elem_sep String reportName concode_elem_sep DownloadFormat downloadFormat concode_elem_sep Boolean includeZeroImpressions concode_elem_sep ReportDefinitionDateRangeType dateRangeType concode_elem_sep Selector ...
boolean function ( ) { boolean loc0 = providerName != null && language != null && updateInterval != null && locationId != null ; if ( ! loc0 ) { return false ; } if ( providerName == ProviderName . YAHOO ) { return woeid != null ; } else { return latitude != null && longitude != null ; } }
returns true , if this config is valid . concode_field_sep Integer updateInterval concode_elem_sep String language concode_elem_sep int DEFAULT_UPDATE_INTERVAL concode_elem_sep String locationId concode_elem_sep Double latitude concode_elem_sep String woeid concode_elem_sep String name concode_elem_sep ProviderName pro...
int function ( ) { return type . ordinal ( ) ; }
a numeric type representing this banner 's importance higher number = more important concode_field_sep boolean isDismissed concode_elem_sep String hosts concode_elem_sep long startTime concode_elem_sep long endTime concode_elem_sep String message concode_elem_sep BannerType type concode_elem_sep boolean isActive concod...
long function ( ) { return size ; }
return the number of longs in this hash table . concode_field_sep long size concode_elem_sep float DEFAULT_MAX_LOAD_FACTOR concode_elem_sep float maxLoadFactor concode_elem_sep long maxSize concode_elem_sep BigArrays bigArrays concode_elem_sep long mask concode_field_sep void removeAndAdd concode_elem_sep void grow con...
String function ( ) { return name ; }
gets the value of the name property . concode_field_sep Navigation navigation concode_elem_sep String name concode_elem_sep Content content concode_field_sep void setName concode_elem_sep void setContent concode_elem_sep Content getContent concode_elem_sep Navigation getNavigation concode_elem_sep void setNavigation
void function ( final Object arg0 , final Throwable arg1 ) { TinylogBridge . log ( Level . ERROR , arg1 , arg0 == arg1 ? null : arg0 ) ; }
create an error log entry . concode_field_sep Category parent concode_elem_sep String name concode_elem_sep ResourceBundle bundle concode_field_sep void setResourceBundle concode_elem_sep Category getParent concode_elem_sep String getName concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep void log...
GeoShapeMapperBuilder function ( ) { return new GeoShapeMapperBuilder ( ) ; }
returns a new geoshapemapperbuilder . concode_field_sep PlaceHolder placeHolder concode_field_sep SchemaBuilder schema concode_elem_sep DateRangeMapperBuilder dateRangeMapper concode_elem_sep FloatMapperBuilder floatMapper concode_elem_sep DateMapperBuilder dateMapper concode_elem_sep DoubleMapperBuilder doubleMapper c...
void function ( Object arg0 ) { this . input = arg0 ; }
sets the input element . concode_field_sep Object input concode_elem_sep ISelection selection concode_field_sep ISelection getSelection concode_elem_sep void setSelection concode_elem_sep Object getInput
String function ( ) { CPStringBuilder loc0 = new CPStringBuilder ( ) ; if ( attributes . size ( ) > 0 ) loc0 . append ( attributes . get ( 0 ) ) ; for ( int loc1 = 1 ; loc1 < attributes . size ( ) ; loc1 ++ ) loc0 . append ( "srini_string" + attributes . get ( loc1 ) ) ; return loc0 . toString ( ) ; }
returns the string representation for this object . concode_field_sep ArrayList<String> attributes concode_field_sep String getName concode_elem_sep String[] getValues concode_elem_sep Class<? extends Attribute> getCategory concode_elem_sep void addValue
MessageChannel function ( String arg0 ) { MessageChannel loc0 = this . channels . get ( arg0 ) ; if ( loc0 == null ) { loc0 = createNewCustomerChannel ( arg0 ) ; } return loc0 ; }
resolve a customer to a channel , where each customer gets a private application context and the channel is the inbound channel to that application context . concode_field_sep int MAX_CACHE_SIZE concode_elem_sep long serialVersionUID concode_elem_sep Map<MessageChannel,ConfigurableApplicationContext> contexts concode_e...
void function ( String arg0 , Integer arg1 ) { clearCacheEntry ( arg0 ) ; Cache < String , Integer > loc0 = getClaimCache ( ) ; if ( loc0 != null ) { loc0 . put ( arg0 , arg1 ) ; } }
add a cache entry . concode_field_sep int myHashCode concode_elem_sep String CLAIM_CACHE_NAME concode_elem_sep ClaimInvalidationCache claimCache concode_elem_sep String INVALIDATE_CACHE_KEY concode_elem_sep String CLAIM_CACHE_MANAGER concode_elem_sep Object lock concode_elem_sep Log log concode_field_sep void invalidat...
void function ( File ... arg0 ) { mMapList = new ArrayList < > ( ) ; MapUpdateTask loc0 = new MapUpdateTask ( mMapListUpdateListeners , mGson , mMapList ) ; if ( arg0 . length == 0 ) { arg0 = new File [ 1 ] ; arg0 [ 0 ] = DEFAULT_MAPS_DIR ; } loc0 . execute ( arg0 ) ; }
update the internal list of map : mmaplist . once done , all of the registered maplistupdatelistener are called . concode_field_sep List<MapRouteUpdateListener> mMapRouteUpdateListeners concode_elem_sep String MAP_ROUTE_FILE_NAME concode_elem_sep File DEFAULT_MAPS_DIR concode_elem_sep String MAP_FILE_NAME concode_elem_...
Boolean function ( String arg0 ) { return null ; }
hook for blocking the loading of external resources . this will be called when the webview 's shouldinterceptrequest wants to know whether to open a connection to an external resource . return false to block the request : if any plugin returns false , cordova will block the request . if all plugins return null , the de...
Sentence function ( ) { return LogicUtils . chainWith ( "srini_string" , sentences ) ; }
returns the list of sentences in the knowledge base chained together as a single sentence . concode_field_sep PEParser parser concode_elem_sep List<Sentence> sentences concode_field_sep void tellAll concode_elem_sep int size concode_elem_sep boolean askWithTTEntails concode_elem_sep void tell concode_elem_sep String to...
void function ( ActionEvent arg0 ) { if ( selectedNodeObject != null && ! selectedNodeObject . getText ( ) . equals ( ROOT_NODE_TEXT ) ) { selectedNodeObject . deleteNode ( arg0 ) ; selectedNodeObject = null ; } }
deletes the selected tree node . the node object reference is set to null so that the delete and copy buttons will be disabled . concode_field_sep DynamicNodeUserObject selectedNodeObject concode_elem_sep String ROOT_NODE_TEXT concode_elem_sep DefaultTreeModel model concode_elem_sep int labelCount concode_field_sep Def...
int function ( ) { return WIND_NON_ZERO ; }
return the winding rule for determining the insideness of the path . concode_field_sep double acv concode_elem_sep double ah concode_elem_sep double h concode_elem_sep int index concode_elem_sep double ctrlpts[][] concode_elem_sep GAffineTransform affine concode_elem_sep double a concode_elem_sep double c concode_elem_...
String function ( ) { if ( action == null ) throw new RuntimeException ( "srini_string" ) ; return action . getActionKey ( ) ; }
return the action key . actionkey = controllerkey + methodname concode_field_sep Object[] args concode_elem_sep Object returnValue concode_elem_sep int index concode_elem_sep boolean useInjectTarget concode_elem_sep Method method concode_elem_sep MethodProxy methodProxy concode_elem_sep Interceptor[] inters concode_ele...
long function ( ) { return _expandoColumn . getTableId ( ) ; }
returns the table id of this expando column . concode_field_sep ExpandoColumn _expandoColumn concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes con...
String function ( ) { if ( schedulingInfo != null ) { return schedulingInfo ; } else { return "srini_string" ; } }
gets the scheduling information associated to particular job queue . if nothing is set would return `` n/a '' concode_field_sep String queueName concode_elem_sep QueueState queueState concode_elem_sep JobStatus[] stats concode_elem_sep List<QueueInfo> children concode_elem_sep String schedulingInfo concode_elem_sep Pro...
int function ( ) { return id ; }
returns the id . concode_field_sep Clob clob concode_elem_sep Blob blob concode_elem_sep int id concode_field_sep void setClob concode_elem_sep void setBlob concode_elem_sep void setId concode_elem_sep Clob getClob concode_elem_sep Blob getBlob
void function ( File arg0 ) { append ( ClassPathElement . create ( arg0 . getPath ( ) ) ) ; }
append a directory to the classpath . concode_field_sep Enumeration currentElementEnumeration concode_elem_sep ClassPathElement theClassPath concode_elem_sep ClassPathElement nextClassPathElement concode_elem_sep String thePackageName concode_elem_sep String theClassPathSpec concode_field_sep ClassPathElement getPathEl...
long function ( ) { System . gc ( ) ; return getSizeOfFreeHeapMemory ( ) ; }
gets an estimate of the size of the free heap memory . note : this method is heavy-weight . it triggers a garbage collection to reduce fragmentation and get a better estimate at the size of free memory . it is typically more accurate than the plain version #getsizeoffreeheapmemory . concode_field_sep String UNKNOWN con...
void function ( GalaxyAccountEmail arg0 ) { this . adminName = arg0 ; }
sets the admin name for galaxy . concode_field_sep String workflowCorePipelineTestId concode_elem_sep String invalidWorkflowId concode_elem_sep Path workflowCorePipelineTestTree concode_elem_sep String workflowSleepLabel concode_elem_sep String workflowFilterId concode_elem_sep String workflowCorePipelineTestMatrixName...
String function ( ) { return name ; }
returns the name . concode_field_sep E forward concode_elem_sep String name concode_elem_sep Long id concode_field_sep void setName concode_elem_sep void setForward concode_elem_sep void setId concode_elem_sep Long getId concode_elem_sep E getForward
String function ( ) { return this . sectionHeader ; }
get the header for this particular stats block concode_field_sep String statName concode_elem_sep int floor concode_elem_sep String explanation concode_elem_sep String sectionHeader concode_elem_sep String resultName concode_elem_sep List<Stat> stats concode_field_sep void add concode_elem_sep void add concode_elem_sep...
void function ( ) { canceled = true ; dialogMessage = null ; }
stop the task . concode_field_sep boolean wholeWord concode_elem_sep int totalHitCount concode_elem_sep SwingController controller concode_elem_sep SearchPanel searchPanel concode_elem_sep int lengthOfTask concode_elem_sep boolean caseSensitive concode_elem_sep String dialogMessage concode_elem_sep MessageFormat search...
long function ( ) { return options . optLong ( "srini_string" , 0 ) * 1000 ; }
trigger date in milliseconds . concode_field_sep long interval concode_elem_sep String TAG concode_elem_sep JSONObject options concode_elem_sep AssetUtil assets concode_elem_sep String EXTRA concode_elem_sep Context context concode_elem_sep String ACTION concode_field_sep long getRepeatInterval concode_elem_sep void se...
void function ( String arg0 ) { this . title = arg0 ; }
sets the value of the title property . concode_field_sep Enclosure enclosure concode_elem_sep String link concode_elem_sep String description concode_elem_sep String title concode_elem_sep String pubDate concode_field_sep void setLink concode_elem_sep String getLink concode_elem_sep String getTitle concode_elem_sep Str...
R function ( MoveStmt arg0 ) { R loc0 = null ; arg0 . f0 . accept ( this ) ; arg0 . f1 . accept ( this ) ; arg0 . f2 . accept ( this ) ; return loc0 ; }
f0 - > `` move '' f1 - > reg f2 - > exp concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( UIViewRoot arg0 ) { arg0 . getAttributes ( ) . put ( VIEW_FOCUS , VIEW_FOCUS ) ; }
marks context of uiviewroot with information that view focus is present concode_field_sep String FIRST_FORM_FOCUS_PROCESSED concode_elem_sep String VIEW_FOCUS concode_elem_sep String FORM_FOCUS concode_field_sep boolean hasViewFocus concode_elem_sep boolean hasFormFocus concode_elem_sep void markFirstFormFocusRendered ...
boolean function ( ) { String loc0 = getTessDataFolder ( ) ; File loc1 = new File ( loc0 ) ; if ( ! loc1 . exists ( ) ) { loc1 . mkdirs ( ) ; return false ; } return true ; }
verify if training data for tesseract was downloaded . concode_field_sep String TESS_DIR_DATA concode_elem_sep String TAG concode_elem_sep String PROBLEMS_DIR_TESS concode_elem_sep String DIR_NAME concode_elem_sep String PROBLEMS_DIR_DOC concode_field_sep void writeToDisk concode_elem_sep void writeNoDocumentImage conc...
Sanitizer function ( String arg0 , String arg1 ) { return new PatternSanitizer ( arg0 , arg1 , Filters . suffix ( "srini_string" ) ) ; }
creates and returns a sanitizer instance that only operates onfiles that end with a . properties suffix . concode_field_sep PlaceHolder placeHolder concode_field_sep Sanitizer xml concode_elem_sep Sanitizer pattern
void function ( Bundle arg0 ) { initCallbackService = arg0 . getString ( "srini_string" ) ; }
call this from oncreate so that any saved startactivityforresult parameters will be restored . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_elem_sep Activity activity concode_elem_sep CordovaPlugin activityResultCallback concode_elem_sep String initCallbackService concode_elem_sep A...
String function ( ) { return dialogMessage ; }
returns the most recent dialog message , or null if there is no current dialog message . concode_field_sep boolean wholeWord concode_elem_sep int totalHitCount concode_elem_sep SwingController controller concode_elem_sep SearchPanel searchPanel concode_elem_sep int lengthOfTask concode_elem_sep boolean caseSensitive co...
void function ( ) { System . out . println ( "srini_string" ) ; SteppingThreadGroup loc0 = new SteppingThreadGroup ( ) ; int loc1 = 0 ; int loc2 = loc0 . getFlightTimeAsInt ( ) ; assertEquals ( loc1 , loc2 ) ; }
test of getflighttimeasint method , of class steppingthreadgroup . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetRampUp concode_elem_sep void testGetInUserCountBurstAsInt concode_elem_sep void tearDownClass concode_elem_sep void testSetOutUserCount concode_elem_sep void testGetOutUserPeriod co...
int function ( ) { return _oAuthTokenLocalService . getOAuthTokensCount ( ) ; }
returns the number of o auth tokens . concode_field_sep OAuthTokenLocalService _oAuthTokenLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep ...
Node < Value > function ( int arg0 ) { return nodes . get ( arg0 ) ; }
gets the node with a specified integer identifier . concode_field_sep double[][] costs concode_elem_sep Logger logger concode_elem_sep List<Node<Value>> nodes concode_elem_sep boolean latticeHasAmbiguity concode_field_sep Iterator<Node<Value>> iterator concode_elem_sep int size concode_elem_sep Lattice<Integer> createF...
String function ( ) { return field ; }
returns the field of this term . the field indicates the part of a document which this term came from . concode_field_sep String field concode_elem_sep BytesRef bytes concode_field_sep void set concode_elem_sep BytesRef bytes concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString...
void function ( ) { try { file . sync ( ) ; } catch ( IOException loc0 ) { } }
call fsync . depending on the operating system and hardware , this may or may not in fact write the changes . concode_field_sep AccessMode mode concode_elem_sep int HEADER_LENGTH concode_elem_sep DataHandler handler concode_elem_sep long filePos concode_elem_sep FileObject file concode_elem_sep String name concode_elem...
void function ( boolean arg0 ) { this . caseSensitive = arg0 ; }
if set to true , string-based filters will use case-sensitive matching ; default is ` false ' , which means results will match case-insensitively concode_field_sep boolean filtersOptional concode_elem_sep String searchExpression concode_elem_sep Integer pageNumber concode_elem_sep List<String> orderingFieldNames concod...
Attribute function ( String arg0 ) { this . alternateNameEncoding = arg0 ; return this ; }
returns a reference to this object so that method calls can be chained together . concode_field_sep String alternateNameEncoding concode_elem_sep String name concode_elem_sep String alternateValueEncoding concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getName concode_elem_sep Attri...
List < ConnectorTableLayoutResult > function ( ConnectorSession arg0 , ConnectorTableHandle arg1 , Constraint < ColumnHandle > arg2 , Optional < Set < ColumnHandle >> arg3 ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
return a list of table layouts that satisfy the given constraint . for each layout , connectors must return an `` unenforced constraint '' representing the part of the constraint summary that is n't guaranteed by the layout . concode_field_sep PlaceHolder placeHolder concode_field_sep List<SchemaTableName> listTables c...
List < SbbRef > function ( ) { if ( sbbRef == null ) { sbbRef = new ArrayList < SbbRef > ( ) ; } return this . sbbRef ; }
gets the value of the sbbref 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 sbbref property . for example , to add a new item , do as f...
int function ( ) { if ( ActiveMQRAConnectionRequestInfo . trace ) { ActiveMQRALogger . LOGGER . trace ( "srini_string" ) ; } return acknowledgeMode ; }
get the acknowledge mode concode_field_sep String password concode_elem_sep String clientID concode_elem_sep boolean trace concode_elem_sep int acknowledgeMode concode_elem_sep boolean transacted concode_elem_sep String userName concode_elem_sep int type concode_field_sep void setPassword concode_elem_sep String getPas...
int function ( ) { return records == null ? 0 : records . size ( ) ; }
returns the total number of records/maps that this data source contains . concode_field_sep Iterator<Map<String,?>> iterator concode_elem_sep Collection<Map<String,?>> records concode_elem_sep Map<String,?> currentRecord concode_field_sep boolean next concode_elem_sep void moveFirst concode_elem_sep Object getFieldValu...
Timestamp function ( Date arg0 ) { return new Timestamp ( arg0 . getTime ( ) ) ; }
return a java.sql.timestamp given a java.util.date . concode_field_sep int index concode_elem_sep ResultSetMetaData target concode_field_sep ResultSetMetaDataWrapper next concode_elem_sep Iterator<ResultSetMetaDataWrapper> iterator concode_elem_sep GroovyRowResult toRowResult concode_elem_sep boolean hasNext concode_el...
void function ( ) { if ( this . mode != INPUT_MODE ) { if ( this . buffer . hasRemaining ( ) ) { this . buffer . compact ( ) ; } else { this . buffer . clear ( ) ; } this . mode = INPUT_MODE ; } }
sets input mode . the buffer can now be written into . concode_field_sep int mode concode_elem_sep ByteBuffer buffer concode_elem_sep ByteBufferAllocator allocator concode_elem_sep int OUTPUT_MODE concode_elem_sep int INPUT_MODE concode_field_sep void expandCapacity concode_elem_sep void setOutputMode concode_elem_sep ...
double function ( ) { return m_duration ; }
returns the duration of the animation in ticks . concode_field_sep double m_ticksPerSecond concode_elem_sep String m_name concode_elem_sep double m_duration concode_elem_sep List<AiNodeAnim> m_nodeAnims concode_field_sep String getName concode_elem_sep List<AiNodeAnim> getChannels concode_elem_sep List<AiMeshAnim> getM...
int function ( ) { return Ints . checkedCast ( JavaUtils . byteStringAsBytes ( conf . get ( "srini_string" , "srini_string" ) ) ) ; }
maximum number of bytes to be encrypted at a time when sasl encryption is enabled . concode_field_sep String SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY concode_elem_sep String SPARK_NETWORK_IO_LAZYFD_KEY concode_elem_sep String SPARK_NETWORK_IO_SERVERTHREADS_KEY concode_elem_sep String module concode_elem_sep String SP...
byte [ ] function ( ) { return value ; }
gets the value of the value property . concode_field_sep String id concode_elem_sep byte[] value concode_field_sep void setValue concode_elem_sep void setId concode_elem_sep String getId
Date function ( long arg0 ) { return new Date ( ( arg0 - 2082844800L ) * 1000L ) ; }
converts a long value with seconds since 1/1/1904 to date . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
int function ( ) { return m_tokenQueue . size ( ) ; }
get size of the token queue . concode_field_sep ObjectVector m_tokenQueue concode_elem_sep int MAXTOKENQUEUESIZE concode_elem_sep String m_currentPattern concode_elem_sep OpMapVector m_opMap concode_elem_sep int MAPINDEX_LENGTH concode_elem_sep int BLOCKTOKENQUEUESIZE concode_field_sep int getFirstPredicateOpPos concod...
void function ( String arg0 ) { this . version = arg0 ; }
version of the workflow type . constraints : length : 0 - 64 concode_field_sep String name concode_elem_sep String version concode_field_sep void setName concode_elem_sep String getVersion concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep WorkflowTypeFilter c...
Date function ( ) { return _phone . getModifiedDate ( ) ; }
returns the modified date of this phone . concode_field_sep Phone _phone 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 boole...
String function ( ) { if ( isWindows ( ) || isOldWindows ( ) ) return "srini_string" ; else if ( isLinux ( ) ) return "srini_string" ; else if ( isMacOSX ( ) ) return "srini_string" ; else if ( isSolaris ( ) ) return "srini_string" ; else return null ; }
returns the name of the os we 're running on , out of the specified list : windows linux macosx solaris returns null if we 're running on an os which is not in the above list . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isLinux concode_elem_sep boolean isSolaris concode_elem_sep boolean isWindo...
long function ( ) { return this . versionMapMemoryInBytes ; }
estimation of the memory usage by version map concode_field_sep XContentBuilderString STORED_FIELDS_MEMORY_IN_BYTES concode_elem_sep long indexWriterMaxMemoryInBytes concode_elem_sep XContentBuilderString FIXED_BIT_SET_MEMORY_IN_BYTES concode_elem_sep XContentBuilderString MEMORY concode_elem_sep XContentBuilderString ...
void function ( ) { presenter . addAllPositions ( removedPositions ) ; removedPositionCount = removedPositions . size ( ) ; }
start reconciling positions . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep ISemanticHighlightingCalculator calculator concode_elem_sep ITextAttributeProvider attributeProvider concode_elem_sep HighlightingPresenter presenter concode_elem_sep List<AttributedPosition> removedPositions ...
void function ( Class < ? > arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } registeredKryoTypes . add ( arg0 ) ; }
registers the given type with the serialization stack . if the type is eventually serialized as a pojo , then the type is registered with the pojo serializer . if the type ends up being serialized with kryo , then it will be registered at kryo to make sure that only tags are written . concode_field_sep Map<Class<?>,Ser...
boolean function ( File arg0 ) { return false ; }
checks if the given directory can be created . on posix , this corresponds to the ` w ' permission of the parent directory . concode_field_sep FilePathFilter UNRESTRICTED concode_field_sep void add concode_elem_sep boolean stat concode_elem_sep FilePathFilter current concode_elem_sep boolean read concode_elem_sep boole...
void function ( String arg0 ) { limit = arg0 ; }
mutator for retry limit . concode_field_sep String agentId concode_elem_sep String fileName concode_elem_sep String seconds concode_elem_sep String courseAssignmentContext concode_elem_sep String fileExtension concode_elem_sep String appName concode_elem_sep String imageURL concode_elem_sep String limit concode_elem_se...
void function ( SectionTemplate arg0 ) { this . sections . add ( arg0 ) ; }
adds a section in the list of the sections of the resource template . concode_field_sep String description concode_elem_sep List<SectionTemplate> sections concode_elem_sep String type concode_elem_sep String SECTIONS_FIELD concode_elem_sep String MAPPED_XML_TAG concode_field_sep String getType concode_elem_sep List<Sec...
void function ( ASN1ObjectIdentifier arg0 , boolean arg1 , ASN1Encodable arg2 ) { this . addExtension ( arg0 , arg1 , arg2 . toASN1Primitive ( ) . getEncoded ( ASN1Encoding . DER ) ) ; }
add an extension with the given oid and the passed in value to be included in the octet string associated with the extension . concode_field_sep Hashtable extensions concode_elem_sep Vector extOrdering concode_field_sep boolean isEmpty concode_elem_sep void reset concode_elem_sep Extensions generate
void function ( BigInteger arg0 ) { this . end = arg0 ; }
sets the value of the end property . concode_field_sep BigInteger end concode_elem_sep BigInteger begin concode_field_sep BigInteger getBegin concode_elem_sep void setBegin concode_elem_sep BigInteger getEnd
void function ( ) { checkLoopback ( ) ; delegate . writeLock ( ) . lock ( ) ; }
ensures that the current thread does n't hold any read locks . if the thread holds any read locks , this method throws a javax.ejb.illegalloopbackexception . if no read locks are held , then this method delegates the call to the internal delegate java.util.concurrent.locks.reentrantreadwritelock concode_field_sep Threa...
void function ( Action arg0 ) { updateStatus ( ActionStatusMessage . preparingStrategy ( arg0 ) ) ; }
set `` preparing '' status . concode_field_sep EventBus eventBus concode_elem_sep Executor executor concode_elem_sep Map<ActionExecutionMetadata,Pair<String,Long>> actionStatus concode_elem_sep int MAX_LINES concode_elem_sep Clock clock concode_elem_sep EventHandler eventHandler concode_field_sep int getWaitTime concod...
Object function ( Project arg0 , String arg1 ) { if ( arg1 == null ) { return null ; } J2SEProject loc0 = ( J2SEProject ) arg0 . getLookup ( ) . lookup ( J2SEProject . class ) ; if ( loc0 != null ) { return loc0 . evaluator ( ) . evaluate ( arg1 ) ; } else { return null ; } }
returns the property value evaluated by j2seproject 's propertyevaluator . concode_field_sep PlaceHolder placeHolder concode_field_sep String getBuildXmlName concode_elem_sep ScalaPlatform getActivePlatform concode_elem_sep URL getRootURL concode_elem_sep boolean isCompileOnSaveSupported concode_elem_sep Collection<Ast...
void function ( int arg0 ) { if ( arg0 < 0 ) throw new IllegalArgumentException ( "srini_string" + arg0 ) ; this . inputStartLine = arg0 ; }
sets inputstartline . concode_field_sep int inputLineCount concode_elem_sep int inputStartLine concode_elem_sep int lineFileID concode_elem_sep boolean lineFileIDSet concode_elem_sep List filePathList concode_elem_sep int outputStartLine concode_elem_sep List fileNameList concode_elem_sep String stratumName concode_ele...
IProject function ( GeneratorEntry arg0 ) { FeatureConfiguration loc0 = getOutletFeatureConfiguration ( arg0 ) ; String loc1 = loc0 . getParameterValue ( OUTLET_FEATURE_TARGET_PROJECT ) . getStringValue ( ) ; IProject loc2 = ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getProject ( loc1 ) ; return loc2 ; }
returns an iproject for the configured target project . the iproject is returned even if the project does not exist yet . concode_field_sep PlaceHolder placeHolder concode_field_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep File getTargetFolder concode_elem_sep FeatureConfig...
IStockDao function ( ) { return stockDaoInst ; }
get the existed instance of stockdao . concode_field_sep IStockDao stockDaoInst concode_elem_sep Logger LOG concode_elem_sep Class stockDaoClass concode_field_sep placeholderType placeHolder
GutterIconRenderer function ( ) { return null ; }
override this method to provide an icon with optional tooltip and popup actions . this icon will be shown on the editor gutter to the left of the execution line when this thread is selected in ` frames ' tab . concode_field_sep XExecutionStack[] EMPTY_ARRAY concode_elem_sep String myDisplayName concode_elem_sep Icon my...
String function ( String arg0 ) { return arg0 + "srini_string" + elapsedTime ( ) + "srini_string" ; }
retrieves prefix + '' in '' + elapsedtime + '' ms. '' concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep long currentElapsedTime concode_elem_sep void stop concode_elem_sep String currentElapsedTimeTo...
void function ( String arg0 ) { this . targetingSiteName = arg0 ; }
sets the value of the targetingsitename property . concode_field_sep String targetingDescription concode_elem_sep String targetingSiteName concode_elem_sep String targetingAdLocation concode_field_sep void setTargetingAdLocation concode_elem_sep String getTargetingAdLocation concode_elem_sep String getTargetingSiteName...
Credentials function ( String arg0 ) { setSecretKey ( arg0 ) ; return this ; }
the secret access key portion of the credentials concode_field_sep String accessKeyId concode_elem_sep String secretKey concode_elem_sep String sessionToken concode_elem_sep java.util.Date expiration concode_field_sep void setSecretKey concode_elem_sep String getSecretKey concode_elem_sep Credentials withSessionToken c...
TransactionalEditingDomain function ( ) { return TransactionUtil . getEditingDomain ( getResource ( ) ) ; }
getter for the editing domain of the resource used in this refactoring . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep Resource getResource concode_elem_sep boolean internalDoUndo concode_elem_sep List<?> getAffectedFiles concode_elem_sep String getCommandLabel con...
void function ( OAuthMessage arg0 , OAuthAccessor arg1 ) { checkSingleParameters ( arg0 ) ; validateVersion ( arg0 ) ; validateTimestampAndNonce ( arg0 ) ; validateSignature ( arg0 , arg1 ) ; }
@inherit concode_field_sep long DEFAULT_TIMESTAMP_WINDOW concode_elem_sep long timestampWindow concode_elem_sep double maxVersion concode_elem_sep Set<String> SINGLE_PARAMETERS concode_elem_sep double minVersion concode_field_sep void validateSignature concode_elem_sep void validateTimestampAndNonce concode_elem_sep vo...
CreateImageResult function ( String arg0 ) { this . imageId = arg0 ; return this ; }
the id of the new ami . returns a reference to this object so that method calls can be chained together . concode_field_sep String imageId concode_field_sep void setImageId concode_elem_sep String getImageId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateImageResult clone concode_e...
boolean function ( Stack < Node > arg0 ) { for ( Node loc0 : elements ) { arg0 . push ( loc0 ) ; final boolean loc1 = loc0 . isInDefaultState ( arg0 ) ; arg0 . pop ( ) ; if ( ! loc1 ) { return false ; } } return true ; }
note that this implementation calls #isindefaultstate stack of all children . concode_field_sep List<E> elements concode_elem_sep String name concode_elem_sep List<String> commentBefore concode_field_sep void init concode_elem_sep List<String> getCommentBefore concode_elem_sep String getName concode_elem_sep boolean sh...
boolean function ( ) { return caseSensitive ; }
specifies if the search term should be treated as case sensitive . concode_field_sep boolean wholeWord concode_elem_sep ArrayList<String> terms concode_elem_sep boolean caseSensitive concode_elem_sep String term concode_field_sep String getTerm concode_elem_sep boolean equals concode_elem_sep boolean isWholeWord concod...
IStub function ( IDownloaderService arg0 ) { return new Stub ( arg0 ) ; }
returns a stub object that , when connected , will listen for marshalled idownloaderservice methods and translate them into calls to the supplied interface . concode_field_sep int MSG_REQUEST_PAUSE_DOWNLOAD concode_elem_sep int MSG_REQUEST_DOWNLOAD_STATE concode_elem_sep int MSG_SET_DOWNLOAD_FLAGS concode_elem_sep Stri...
String function ( ) { return href ; }
gets the value of the href property . concode_field_sep String _default concode_elem_sep Link link concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep QName type concode_elem_sep List<Object> any concode_elem_sep Boolean required concode_elem_sep String path concode_elem_sep Boolean repeating concode_el...
Builder function ( @ Nullable String arg0 ) { mMediaId = arg0 ; return this ; }
sets the media id . concode_field_sep Uri mIconUri concode_elem_sep Parcelable.Creator<MediaDescriptionCompat> CREATOR concode_elem_sep Bitmap mIcon concode_elem_sep String DESCRIPTION_KEY_NULL_BUNDLE_FLAG concode_elem_sep Object mDescriptionObj concode_elem_sep Bundle mExtras concode_elem_sep String DESCRIPTION_KEY_ME...
void function ( String arg0 ) { this . type = arg0 ; }
specify ipv4 . concode_field_sep String type concode_elem_sep String value concode_field_sep String getValue concode_elem_sep IPSetDescriptor withValue concode_elem_sep String getType concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep IPSetDescriptor clone conc...
java . util . logging . Logger function ( ) { throw ( java . sql . SQLFeatureNotSupportedException ) Util . notSupported ( ) ; }
return the parent logger of all the loggers used by this data source . this should be the logger farthest from the root logger that is still an ancestor of all of the loggers used by this data source . configuring this logger will affect all of the log messages generated by the data source . in the worst case , this ma...
Double function ( ) { return price ; }
the fixed price for the term . concode_field_sep Double price concode_elem_sep Long term concode_elem_sep String currencyCode concode_field_sep PriceScheduleSpecification withPrice concode_elem_sep PriceScheduleSpecification withCurrencyCode concode_elem_sep PriceScheduleSpecification withCurrencyCode concode_elem_sep ...
PacketEvent function ( PacketContainer arg0 , Player arg1 , NetworkMarker arg2 ) { PacketEvent loc0 = PacketEvent . fromClient ( this , arg0 , arg2 , arg1 ) ; invoker . invokePacketRecieving ( loc0 ) ; return loc0 ; }
called to inform the event listeners of a received packet . concode_field_sep boolean debug concode_elem_sep ErrorReporter reporter concode_elem_sep PacketTypeSet bufferedPackets concode_elem_sep PacketTypeSet sendingFilters concode_elem_sep ListenerInvoker invoker concode_elem_sep List<VolatileField> bootstrapFields c...
void function ( int arg0 ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
duration of silence , in seconds , detected in the recording . this is only available if the recording was initiated with a non-zero maxsilenceseconds . concode_field_sep String format concode_elem_sep String name concode_elem_sep String cause concode_elem_sep long serialVersionUID concode_elem_sep String state concode...
void function ( boolean arg0 ) { this . parsePath = arg0 ; }
whether to parse the path of a uri template string into path segments . if set to true the uri template path is immediately decomposedinto path segments any uri variables expanded into it are then subject to path segment encoding rules . in effect uri variables in the path have any '' / '' characters percent encoded . ...
String function ( ) { return userRepoPrefix ; }
get the active user repository project prefix . concode_field_sep String userRepoPrefix concode_field_sep boolean isPersonalRepository concode_elem_sep boolean isUsersPersonalRepository concode_elem_sep String getUserNameFromRepoPath concode_elem_sep void setUserRepoPrefix concode_elem_sep String getPersonalPath