code
stringlengths
20
663
nl
stringlengths
68
7.19k
java . util . List < Tag > function ( ) { if ( tagList == null ) { tagList = new com . amazonaws . internal . ListWithAutoConstructFlag < Tag > ( ) ; tagList . setAutoConstruct ( true ) ; } return tagList ; }
a list of cost allocation tags as key-value pairs . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<Tag> tagList concode_field_sep void setTagList concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep RemoveTagsFromResourceResult clone concode_elem_sep String toString concode...
void function ( DSpaceObject arg0 ) { if ( arg0 instanceof Collection ) { this . collection = ( Collection ) arg0 ; } else if ( arg0 instanceof Community ) { this . community = ( Community ) arg0 ; } else { throw new BrowseException ( "srini_string" ) ; } }
set the dspaceobject that is the container for this browse . if this is not of type collection or community , this method will throw an exception concode_field_sep SortOption sortOption concode_elem_sep int jumpItemId concode_elem_sep String filterValueLang concode_elem_sep int resultsPerPage concode_elem_sep Collectio...
void function ( Message arg0 ) { setField ( realMessage , "srini_string" , arg0 ) ; }
convenience method to provide setter access to the private field message.next . concode_field_sep Object lock concode_elem_sep Message realMessage concode_elem_sep Runnable scheduledRunnable concode_field_sep void recycleUnchecked concode_elem_sep void setScheduledRunnable concode_elem_sep void recycle concode_elem_sep...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
returns the osgi service identifier . concode_field_sep ServiceTracker<ShoppingItemPriceLocalService,ShoppingItemPriceLocalService> _serviceTracker concode_field_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.shopping.model.ShoppingItemPrice updateSho...
JAXBElement < ? extends ImageDatumType > function ( ) { return imageDatum ; }
gets the value of the imagedatum property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep JAXBElement<? extends ImageDatumType> imageDatum concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep S...
void function ( Document arg0 , File arg1 ) { Transformer loc0 = tfactory . newTransformer ( ) ; Source loc1 = new DOMSource ( arg0 ) ; Result loc2 = new StreamResult ( arg1 ) ; loc0 . transform ( loc1 , loc2 ) ; }
save the area tree xml for later inspection . concode_field_sep SAXTransformerFactory tfactory concode_elem_sep FopFactory fopFactory concode_elem_sep File BACKUP_DIR concode_elem_sep ResourceResolver defaultImpl concode_field_sep void testFO2 concode_elem_sep String evalXPath concode_elem_sep Resource getResource conc...
T function ( ) { return value ; }
gets the value of the intervalvalue . concode_field_sep T value concode_field_sep Class<T> getType concode_elem_sep String toString concode_elem_sep BaseIntervalValue<?> createVal
boolean function ( String arg0 , CordovaArgs arg1 , CallbackContext arg2 ) { return false ; }
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 ( ModelValidationEngine arg0 , MClient arg1 ) { if ( arg1 != null ) { m_AD_Client_ID = arg1 . getAD_Client_ID ( ) ; log . info ( arg1 . toString ( ) ) ; } else { log . info ( "srini_string" + this . toString ( ) ) ; } arg0 . addModelChange ( MOrder . Table_Name , this ) ; arg0 . addModelChange ( MOrderLin...
initialize validation concode_field_sep CLogger log concode_elem_sep int m_AD_Client_ID concode_field_sep void syncOpportunity concode_elem_sep String docValidate concode_elem_sep String toString concode_elem_sep String login concode_elem_sep String modelChange concode_elem_sep int getAD_Client_ID
RouterInfo function ( @ PathParam ( "srini_string" ) String arg0 ) { RouterInfo loc0 = getRouterInfo ( arg0 ) ; if ( loc0 == null ) throw new WebApplicationException ( Response . status ( Status . NOT_FOUND ) . entity ( "srini_string" + arg0 + "srini_string" ) . type ( "srini_string" ) . build ( ) ) ; return loc0 ; }
returns the bounds for a specific routerid , or verifies whether it is registered . concode_field_sep Logger LOG concode_elem_sep OTPServer otpServer concode_field_sep RouterList getRouterIds concode_elem_sep Response putGraphId concode_elem_sep Response reloadGraphs concode_elem_sep Response deleteAll concode_elem_sep...
int function ( Object arg0 , String arg1 ) { return isPrint ? android . util . Log . v ( arg0 . getClass ( ) . getSimpleName ( ) , arg1 ) : - 1 ; }
tag use object tag concode_field_sep String defaultTag concode_elem_sep boolean isPrint concode_field_sep int d concode_elem_sep int d concode_elem_sep int d concode_elem_sep int d concode_elem_sep int e concode_elem_sep int e concode_elem_sep int e concode_elem_sep int e concode_elem_sep int w concode_elem_sep int w c...
void function ( DataSource arg0 , List < String > arg1 , String [ ] arg2 ) { this . metaDataProvider = TableMetaDataProviderFactory . createMetaDataProvider ( arg0 , this , this . nativeJdbcExtractor ) ; this . tableColumns = reconcileColumnsToUse ( arg1 , arg2 ) ; }
process the current meta data with the provided configuration options . concode_field_sep String catalogName concode_elem_sep boolean generatedKeyColumnsUsed concode_elem_sep Log logger concode_elem_sep List<String> tableColumns concode_elem_sep NativeJdbcExtractor nativeJdbcExtractor concode_elem_sep boolean accessTab...
String function ( ) { return delegate . getSourceComponent ( ) ; }
gets the id of the component that created this tuple . concode_field_sep com.twitter.heron.api.tuple.Tuple delegate concode_field_sep Byte getByte concode_elem_sep List<Object> select concode_elem_sep Double getDouble concode_elem_sep Integer getInteger concode_elem_sep Boolean getBooleanByField concode_elem_sep com.tw...
String function ( final HttpParams arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } String loc0 = ( String ) arg0 . getParameter ( AuthPNames . CREDENTIAL_CHARSET ) ; if ( loc0 == null ) { loc0 = HTTP . DEFAULT_PROTOCOL_CHARSET ; } return loc0 ; }
obtains the charset for encoding org.apache.ogt.http.auth.credentials . if not configured , http #default_protocol_charset is used instead . concode_field_sep PlaceHolder placeHolder concode_field_sep void setCredentialCharset
Double function ( ) { return salary ; }
gets the value of the salary property . concode_field_sep String name concode_elem_sep Double salary concode_elem_sep int age concode_field_sep void setName concode_elem_sep int getAge concode_elem_sep String getName concode_elem_sep void setAge concode_elem_sep void setSalary
JAXBElement < UpdateRouterGroupsAndComponentsRequest > function ( ) { return request ; }
gets the value of the request property . concode_field_sep JAXBElement<UpdateRouterGroupsAndComponentsRequest> request concode_field_sep void setRequest
InstitutionEntity function ( ) { return institutionEntity ; }
gets institution entity . concode_field_sep Integer holdingsId concode_elem_sep String lastUpdatedBy concode_elem_sep Date lastUpdatedDate concode_elem_sep Date createdDate concode_elem_sep boolean isDeleted concode_elem_sep String createdBy concode_elem_sep List<BibliographicEntity> bibliographicEntities concode_elem_...
void function ( ActionEvent arg0 ) { initCurrentChart ( ) ; if ( currentChartModel != null ) { currentChartModel . resetData ( ) ; } }
resets the current chart data model . concode_field_sep String LINE_CHART_NAME concode_elem_sep String CUSTOM_CHART_NAME concode_elem_sep String PIE2D_CHART_NAME concode_elem_sep Map chartDataModels concode_elem_sep String AREA_CHART_NAME concode_elem_sep String BAR_CLUSTERED_CHART_NAME concode_elem_sep SelectItem[] ch...
void function ( String arg0 ) { this . marker = arg0 ; }
a value that indicates the starting point for the next set of response records in a subsequent request . if a value is returned in a response , you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command . if the marker field is empty , all response ...
void function ( Resource arg0 ) { createStatechartModel ( arg0 , DiagramActivator . DIAGRAM_PREFERENCES_HINT ) ; }
creates a statechart with an initial region and an initial state concode_field_sep int INITIAL_TEXT_COMPARTMENT_X concode_elem_sep String INITIAL_REGION_NAME concode_elem_sep int INITIAL_REGION_WIDTH concode_elem_sep int SPACING concode_elem_sep int INITIAL_REGION_HEIGHT concode_elem_sep int INITIAL_TEXT_COMPARTMENT_WI...
boolean function ( ) { return ( readyOps ( ) & OP_WRITE ) != 0 ; }
tests if the channel attached to the key is writable . concode_field_sep int OP_ACCEPT concode_elem_sep Object attached concode_elem_sep int OP_CONNECT concode_elem_sep int OP_WRITE concode_elem_sep int OP_READ concode_field_sep void cancel concode_elem_sep boolean isAcceptable concode_elem_sep Object attachment concod...
int function ( ) { return zzLexicalState ; }
returns the current lexical state . concode_field_sep int ZZ_NO_MATCH concode_elem_sep String[] ZZ_ERROR_MSG concode_elem_sep CharSequence zzBuffer concode_elem_sep String ZZ_TRANS_PACKED_0 concode_elem_sep int ZZ_UNKNOWN_ERROR concode_elem_sep String ZZ_ROWMAP_PACKED_0 concode_elem_sep int ZZ_PUSHBACK_2BIG concode_ele...
File function ( GeneratorEntry arg0 ) { String loc0 = getOutletFeatureConfiguration ( arg0 ) . getParameterValue ( ICoreFeatureConstants . OUTLET_FEATURE_TARGET_FOLDER ) . getStringValue ( ) ; return new File ( getTargetProject ( arg0 ) . getLocation ( ) . toFile ( ) . getPath ( ) + File . separator + loc0 ) ; }
gets the target folder path as a file that includes the project location concode_field_sep PlaceHolder placeHolder concode_field_sep IProject getTargetProject concode_elem_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep FeatureConfiguration getOutletFeatureConfiguration concod...
JSONBuilder function ( String arg0 , String arg1 ) { if ( arg1 == null ) { return this ; } return entry ( arg0 , arg1 , false ) ; }
adds a string property to a map only if the value is non-null , otherwise the key/value pair will not be added at all . adds quotes and does json string escaping , as described at json.org . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSON...
String function ( ) { return m_svcName ; }
getsvcname concode_field_sep Date m_endTime concode_elem_sep Integer m_locationMonitor concode_elem_sep boolean m_counted concode_elem_sep String m_svcName concode_elem_sep Date m_startTime concode_elem_sep String m_ipAddr concode_elem_sep Integer m_timerId concode_elem_sep Long m_nodeid concode_field_sep Integer getLo...
void function ( boolean arg0 ) { this . hidden = arg0 ; }
set whether this feature is for use by tools only . if it is for use by tools only , then it should not be displayed . concode_field_sep boolean expert concode_elem_sep boolean hidden concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep Hashtable valueHash concode_elem_sep String shortDescr...
boolean function ( Uid arg0 ) { boolean loc0 = false ; for ( int loc1 = currentDepth - 1 ; ( loc1 >= 0 ) && ( ! loc0 ) ; loc1 -- ) { if ( hierarchy [ loc1 ] . actionUid . equals ( arg0 ) ) { loc0 = true ; break ; } else { if ( hierarchy [ loc1 ] . actionType == ActionType . TOP_LEVEL ) break ; } } return loc0 ; }
scan hierarchy looking for a particular uid starting at deepest and going up . do not go past any top level action . concode_field_sep int currentDepth concode_elem_sep int DEFAULT_HIERARCHY_DEPTH concode_elem_sep int maxHierarchyDepth concode_elem_sep ActionInfo[] hierarchy concode_field_sep boolean add concode_elem_s...
String function ( ) { return sensitivity ; }
gets the value of the sensitivity property . concode_field_sep String buttons concode_elem_sep String keydelta concode_elem_sep String type concode_elem_sep String reverse concode_elem_sep String ways concode_elem_sep String ways2 concode_elem_sep String ways3 concode_elem_sep String reqbuttons concode_elem_sep String ...
void function ( ) { TestServiceBA loc0 = getBAClientWithFeature ( true ) ; beginActivity ( ) ; loc0 . increment ( ) ; closeActivity ( ) ; assertInvocations ( loc0 . getBusinessActivityInvocations ( ) , "srini_string" , "srini_string" , "srini_string" ) ; }
tests close with enabled wstxfeature and with enabled wstx handler . `` complete '' , `` confirmcompleted '' , and `` close '' calls are expected . concode_field_sep PlaceHolder placeHolder concode_field_sep void testNonTransactionalServiceWithoutFeature concode_elem_sep void testCloseWithoutFeature concode_elem_sep vo...
void function ( String arg0 ) { this . isRequired = arg0 ; }
sets the value of the isrequired property . concode_field_sep String isRequired concode_elem_sep String mapping concode_elem_sep String isMultivalued concode_elem_sep String isReadOnly concode_elem_sep String name concode_elem_sep String isUnique concode_elem_sep String type concode_field_sep void setName concode_elem_...
void function ( DataOutput arg0 ) { arg0 . writeLong ( myTimestamp ) ; }
saves the validity state to the specified stream . concode_field_sep long myTimestamp concode_field_sep TimestampValidityState load concode_elem_sep boolean equalsTo
java . lang . String function ( ) { return real_name ; }
gets the real_name value for this accountdata . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String real_name concode_elem_sep java.math.BigInteger ...
void function ( AbstractAudioDeviceConfig arg0 , boolean arg1 ) { if ( arg0 == null ) return ; String loc0 = getItemCommandName ( arg0 ) ; if ( loc0 == null ) return ; String loc1 = arg1 ? "srini_string" : "srini_string" ; _sendRawCommand ( "srini_string" + loc0 + "srini_string" + arg0 . getId ( ) + "srini_string" + lo...
changes the mute state of the corresponding sink concode_field_sep String ITEM_SINK_INPUT concode_elem_sep String ITEM_SINK concode_elem_sep String CMD_UNLOAD_MODULE concode_elem_sep String MODULE_COMBINE_SINK concode_elem_sep List<Module> modules concode_elem_sep String CMD_LIST_SOURCE_OUTPUTS concode_elem_sep String ...
void function ( final int arg0 ) { this . totalfailedcount += arg0 ; }
sets the totalfailedcount . concode_field_sep int totalwarningcount concode_elem_sep ArrayList<TestSuite> testSuites concode_elem_sep String language concode_elem_sep String screenresolution concode_elem_sep String type concode_elem_sep String result concode_elem_sep String duration concode_elem_sep int totalerrorcount...
String function ( final GrouperGroupField arg0 , final WsGroup arg1 ) { switch ( arg0 ) { case DISPLAY_EXTENSION : return arg1 . getDisplayExtension ( ) ; case DISPLAY_NAME : return arg1 . getDisplayName ( ) ; case EXTENSION : return arg1 . getExtension ( ) ; case NAME : default : return arg1 . getName ( ) ; } }
construct grouper group attribute . this is the name of every individual group attribute transformed into a cas attribute value . concode_field_sep Logger LOGGER concode_field_sep List<WsGetGroupsResult> getGroupsForSubjectId
boolean function ( Context arg0 , String arg1 , String arg2 ) { SharedPreferences loc0 = arg0 . getSharedPreferences ( PREFERENCE_NAME , Context . MODE_PRIVATE ) ; SharedPreferences . Editor loc1 = loc0 . edit ( ) ; loc1 . putString ( arg1 , arg2 ) ; return loc1 . commit ( ) ; }
put string preferences concode_field_sep String PREFERENCE_NAME concode_field_sep long getLong concode_elem_sep long getLong concode_elem_sep int getInt concode_elem_sep int getInt concode_elem_sep boolean putFloat concode_elem_sep boolean putInt concode_elem_sep boolean getBoolean concode_elem_sep boolean getBoolean c...
T function ( Field arg0 , String arg1 , Class < T > arg2 ) { return ( T ) conversion . convert ( arg1 , new TypeDescriptor ( arg0 ) , TypeDescriptor . valueOf ( arg2 ) ) ; }
parses this string as instance of a specific field in the given class concode_field_sep FormattingConversionService conversion concode_field_sep String print concode_elem_sep String print concode_elem_sep String print concode_elem_sep String print concode_elem_sep String print concode_elem_sep void registerOptional con...
int function ( int arg0 ) { arg0 += bb_pos ; arg0 += bb . getInt ( arg0 ) ; return bb . getInt ( arg0 ) ; }
get the length of a vector . concode_field_sep ByteBuffer bb concode_elem_sep int bb_pos concode_elem_sep ThreadLocal<CharsetDecoder> UTF8_DECODER concode_elem_sep ThreadLocal<CharBuffer> CHAR_BUFFER concode_field_sep ByteBuffer __vector_as_bytebuffer concode_elem_sep int __offset concode_elem_sep String __string conco...
void function ( String arg0 ) { this . defaultDomain = arg0 ; }
set the default domain to be used by the mbeanserver , to be passed to mbeanserverfactory.creatembeanserver or mbeanserverfactory.findmbeanserver . default is none . concode_field_sep MBeanServer server concode_elem_sep String agentId concode_elem_sep boolean locateExistingServerIfPossible concode_elem_sep Log logger c...
void function ( GeomUtilListener arg0 ) { this . listener = arg0 ; }
set the listener to be notified of geometry based operations concode_field_sep int p1 concode_elem_sep int p2 concode_elem_sep Vector2f pt concode_elem_sep float EDGE_SCALE concode_elem_sep Line line concode_elem_sep GeomUtilListener listener concode_elem_sep int MAX_POINTS concode_elem_sep float EPSILON concode_field_...
void function ( ) { doExecute ( ) ; }
execute the statement . finds the specified method in the target object and calls it with the arguments given in the constructor . the most specific method according to the jls 15.11 is used when there are multiple methods with the same name . execute performs some special handling for methods and parameters : static m...
IRubyObject function ( ThreadContext arg0 , IRubyObject arg1 , IRubyObject [ ] arg2 ) { return toJsonRawObject ( arg0 , Utils . ensureString ( arg1 ) ) ; }
rubystring string #to_json_raw_object this method creates a raw object hash , that can be nested into other data structures and will be unparsed as a raw string . this method should be used if you want to convert raw strings to json instead of utf-8 strings , e.g. binary data . concode_field_sep PlaceHolder placeHolder...
EbsInstanceBlockDeviceSpecification function ( ) { return ebs ; }
parameters used to automatically set up ebs volumes when the instance is launched . concode_field_sep String noDevice concode_elem_sep EbsInstanceBlockDeviceSpecification ebs concode_elem_sep String virtualName concode_elem_sep String deviceName concode_field_sep void setVirtualName concode_elem_sep InstanceBlockDevice...
List < GrefInfo > function ( String arg0 , String arg1 ) { WebResource loc0 = getApiResource ( ) . path ( "srini_string" ) . path ( arg0 ) . path ( arg1 ) ; return execute ( loc0 ) ; }
client method - get canonical object grefinfo pojo given its canonical id concode_field_sep GrefConnector connector concode_elem_sep WebResource apiResource concode_elem_sep Client client concode_elem_sep Logger LOG concode_field_sep WebResource getApiResource concode_elem_sep T executePost concode_elem_sep boolean che...
String function ( ) { return mapping ; }
gets the value of the mapping property . concode_field_sep String button3Value concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String button4Value concode_elem_sep Label label concode_elem_sep String button4Label concode_elem_sep String button2Valu...
void function ( boolean arg0 ) { this . tabbedPane3Visible = arg0 ; }
sets the tabbed pane visibility concode_field_sep String tabPlacement concode_elem_sep int tabIndex concode_elem_sep List tabItems concode_elem_sep HtmlSelectOneRadio selectedTabObject concode_elem_sep int index concode_elem_sep String newTabLabel concode_elem_sep String label concode_elem_sep String content concode_el...
void function ( String arg0 ) { File loc0 = SetupWizard . getUpdateStateFile ( ) ; FileUtils . writeStringToFile ( loc0 , arg0 ) ; loc0 . setLastModified ( System . currentTimeMillis ( ) - TimeUnit . DAYS . toMillis ( 1 ) ) ; }
write a version to the update file , update last modified to > 24h concode_field_sep JSONArray platformPluginUpdates concode_elem_sep JenkinsRule j concode_field_sep void freshInstallation concode_elem_sep void upgrade concode_elem_sep void rmStateFile concode_elem_sep void restoreSetupWizard concode_elem_sep void snoo...
String function ( final int arg0 ) { return getResourceString ( arg0 ) ; }
returns the error message given the error code . this method is be used when throwing exception other than hsqlexception . concode_field_sep String MESSAGE_TAG concode_elem_sep int SQL_STATE_DIGITS concode_elem_sep int ERROR_CODE_BASE concode_elem_sep int bundleHandle concode_elem_sep String errPropsName concode_elem_s...
String function ( ActionEvent arg0 , String arg1 ) { return ( String ) arg0 . getComponent ( ) . getAttributes ( ) . get ( arg1 ) ; }
gets the action attribute value from the specified event for the given name . action attributes are specified by < f : attribute / > . concode_field_sep Logger log concode_elem_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep Servlet...
Window function ( ) { return SwingUtilities . getWindowAncestor ( mainPanel ) ; }
get the singleton jframe instance for the gui concode_field_sep CommandLine cmdLine concode_elem_sep CLIOutput output concode_elem_sep CommandContext cmdCtx concode_elem_sep CommandExecutor executor concode_elem_sep JPanel mainPanel concode_elem_sep boolean isStandalone concode_elem_sep JTabbedPane tabs concode_field_s...
void function ( final String arg0 ) { this . messageBundlePrefix = arg0 ; }
sets the message bundle prefix appended to exception class names to create a message bundle key for that particular error . concode_field_sep String DEFAULT_MESSAGE_BUNDLE_PREFIX concode_elem_sep Set<Class<? extends Exception>> DEFAULT_ERROR_LIST concode_elem_sep String messageBundlePrefix concode_elem_sep String UNKNO...
void function ( Boolean arg0 ) { this . replaceAll = arg0 ; }
sets the value of the replaceall property . concode_field_sep List<CustomerDownload> download concode_elem_sep Boolean replaceAll concode_field_sep List<CustomerDownload> getDownload concode_elem_sep boolean isReplaceAll
HashMap < K , V > function ( ) { return new HashMap < K , V > ( ) ; }
creates an instance of hashmap concode_field_sep Map mMap concode_elem_sep boolean mUnderConstruction concode_field_sep Map<K,V> build concode_elem_sep Map<K,V> of concode_elem_sep Map<K,V> of concode_elem_sep Map<K,V> of concode_elem_sep Map<K,V> of concode_elem_sep Map<K,V> of concode_elem_sep Map<K,V> of concode_ele...
void function ( String arg0 ) { this . _description = arg0 ; }
setdescription concode_field_sep String _name concode_elem_sep List<ValueElement> _values concode_elem_sep String _description concode_elem_sep String _element concode_field_sep void setName concode_elem_sep String getName concode_elem_sep List<ValueElement> getValues concode_elem_sep String getElement concode_elem_sep...
void function ( java . lang . String arg0 ) { _location . setCountry ( arg0 ) ; }
sets the country/region of this location . concode_field_sep Location _location concode_field_sep long getLocationId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.l...
void function ( ) { readMagicNumber ( ) ; readVersion ( ) ; readDataGroupCnt ( ) ; readFirstDataGroupFilePos ( ) ; readGenericDataHdr ( ) ; }
reads the fileheader . concode_field_sep UInt dataGroupCnt concode_elem_sep FileHeader header concode_elem_sep UInt firstDataGroupFilePos concode_elem_sep FileInputStream fileStream concode_field_sep void readVersion concode_elem_sep UInt getDataGroupCnt concode_elem_sep void readMagicNumber concode_elem_sep void readD...
void function ( ) { mark ( 1 ) ; }
mark the occurrence of an event . concode_field_sep AtomicLong lastTick concode_elem_sep EWMA m1Rate concode_elem_sep EWMA m5Rate concode_elem_sep AtomicLong count concode_elem_sep TimeUnit rateUnit concode_elem_sep long startTime concode_elem_sep String eventType concode_elem_sep Clock clock concode_elem_sep long TICK...
void function ( String arg0 ) { if ( StringUtils . hasText ( arg0 ) ) { if ( this . allowedMethods == null ) { this . allowedMethods = new ArrayList < String > ( ) ; } this . allowedMethods . add ( arg0 ) ; } }
add an http method to allow . concode_field_sep List<String> allowedOrigins concode_elem_sep Long maxAge concode_elem_sep List<String> exposedHeaders concode_elem_sep List<String> allowedHeaders concode_elem_sep List<String> allowedMethods concode_elem_sep String ALL concode_elem_sep Boolean allowCredentials concode_fi...
ListTagsForResourceResult function ( java . util . Collection < Tag > arg0 ) { setTags ( arg0 ) ; return this ; }
a collection of key and value pairs . concode_field_sep java.util.List<Tag> tags concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ListTagsForResourceResult clone concode_elem_sep java.util.List<Tag> getTags concode_elem_sep String toString concode_elem_sep void setTags
void function ( Bundle arg0 ) { if ( activityResultCallback != null ) { String loc0 = activityResultCallback . getServiceName ( ) ; arg0 . putString ( "srini_string" , loc0 ) ; } }
saves parameters for startactivityforresult . 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 ActivityResultHolder savedResult concode_elem_sep ...
DataSource function ( ) { return this . dataSource ; }
return the datasource that this connectionprovider wraps . concode_field_sep DataSource dataSourceToUse concode_elem_sep DataSource dataSource concode_field_sep Connection getConnection concode_elem_sep void configure concode_elem_sep void close concode_elem_sep DataSource getDataSourceToUse concode_elem_sep boolean su...
String function ( Class arg0 , String arg1 , Map arg2 ) { return _oRedirectResolverExecutor . resolveRedirect ( _oHttpServletRequest , new Redirect ( arg0 , arg1 , arg2 ) ) ; }
call to resolve a url from a target controller and a specific target method in the controller and has url query parameters . concode_field_sep HttpServletRequest _oHttpServletRequest concode_elem_sep RedirectResolverExecutor _oRedirectResolverExecutor concode_field_sep placeholderType placeHolder
String function ( ) { return excludedChars ; }
gets the value of the excludedchars property . concode_field_sep String _case concode_elem_sep String excludedChars concode_elem_sep String requiredChars concode_field_sep void setExcludedChars concode_elem_sep void setRequiredChars concode_elem_sep void setCase concode_elem_sep String getCase concode_elem_sep String g...
void function ( Resource arg0 ) { createStatechartModel ( arg0 , DiagramActivator . DIAGRAM_PREFERENCES_HINT ) ; }
creates a statechart with an initial region and an initial state concode_field_sep int INITIAL_TEXT_COMPARTMENT_X concode_elem_sep String INITIAL_REGION_NAME concode_elem_sep int INITIAL_REGION_WIDTH concode_elem_sep int SPACING concode_elem_sep int INITIAL_REGION_HEIGHT concode_elem_sep int INITIAL_TEXT_COMPARTMENT_WI...
ReferenceCountingResourceHolder < List < T >> function ( final int arg0 ) { checkInitialized ( ) ; try { return wrapObjects ( takeObjects ( arg0 ) ) ; } catch ( InterruptedException loc0 ) { throw Throwables . propagate ( loc0 ) ; } }
take resources from the pool , waiting if necessary until the elements of the given number become available . concode_field_sep ArrayDeque<T> objects concode_elem_sep ReentrantLock lock concode_elem_sep int maxSize concode_elem_sep TimeUnit TIME_UNIT concode_elem_sep Condition notEnough concode_field_sep void offer con...
void function ( Object arg0 , Object arg1 , Cache ... arg2 ) { for ( Cache loc0 : arg2 ) { Cache . ValueWrapper loc1 = loc0 . get ( arg0 ) ; assertNotNull ( "srini_string" + loc0 + "srini_string" + arg0 , loc1 ) ; assertEquals ( "srini_string" + loc0 + "srini_string" + arg0 , arg1 , loc1 . get ( ) ) ; } }
assert the following key has a matching value within the specified cache s . concode_field_sep PlaceHolder placeHolder concode_field_sep CacheManager createSimpleCacheManager concode_elem_sep void assertCacheMiss
void function ( ) { driver = new FirefoxDriver ( ) ; baseUrl = "srini_string" ; setNormalTimeout ( ) ; driver . manage ( ) . window ( ) . setSize ( new Dimension ( AbstractSeleniumTest . WINDOW_WIDTH , AbstractSeleniumTest . WINDOW_HEIGHT ) ) ; driver . get ( baseUrl ) ; waitForDefaultPerspective ( ) ; }
sets up the selenium driver , loads the default perspective , and waits for its screen to appear . this lets subclass @before methods or the tests themselves navigate directly to their screen or perspective ofinterest . concode_field_sep int WINDOW_WIDTH concode_elem_sep String baseUrl concode_elem_sep WebDriver driver...
Tag function ( String arg0 ) { setKey ( arg0 ) ; return this ; }
a unique identifier for the tag . maximum length : 128 characters . valid characters : unicode letters , digits , white space , _ . / = + - % @ concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep Tag withValue concode_elem_sep int ...
Priority function ( int arg0 ) { switch ( arg0 ) { case HIGHEST_PRIORITY_VALUE : return HIGHEST ; case HIGHER_PRIORITY_VALUE : return HIGHER ; case HIGH_PRIORITY_VALUE : return HIGH ; case LOWER_PRIORITY_VALUE : return LOWER ; case LOWEST_PRIORITY_VALUE : return LOWEST ; case NORMAL_PRIORITY_VALUE : default : return NO...
returns the correct instance of the priority enum for avalue . this method will return normal if the supplied value of avalue is invalid . concode_field_sep int LOWER_PRIORITY_VALUE concode_elem_sep Priority LOWER concode_elem_sep String LOWER_PRIORITY_LITERAL concode_elem_sep Priority LOW concode_elem_sep Priority[] E...
void function ( String arg0 , String arg1 ) { v ( arg0 , arg1 , null ) ; }
prints a message at verbose priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void prin...
Query function ( ) { return new BooleanQuery ( ) ; }
return a query that matches no document . concode_field_sep Pattern spaceAroundLessThanPattern concode_elem_sep Pattern lessThanPattern concode_elem_sep Pattern spacePattern concode_field_sep Filter newNestedFilter concode_elem_sep Query not concode_elem_sep BooleanQuery filtered concode_elem_sep void applyMinimumShoul...
java . lang . String function ( ) { return _navigationLocalService . getBeanIdentifier ( ) ; }
returns the spring bean id for this bean . concode_field_sep NAVIGATIONLocalService _navigationLocalService concode_field_sep void setWrappedService concode_elem_sep vn.dtt.cmon.dm.dao.model.NAVIGATION updateNAVIGATION concode_elem_sep vn.dtt.cmon.dm.dao.model.NAVIGATION deleteNAVIGATION concode_elem_sep vn.dtt.cmon.dm...
void function ( byte [ ] arg0 , byte arg1 ) { check ( arg0 . length , DataType . BYTE ) ; arg0 [ m_offset ] = arg1 ; }
writes a byte value to a byte array , at the proper offset . use this function to set the value of a field within a message . concode_field_sep int m_offset concode_elem_sep String m_name concode_elem_sep DataType m_type concode_field_sep void checkType concode_elem_sep String getName concode_elem_sep void set concode_...
void function ( Yes arg0 ) { this . collection = arg0 ; }
sets the value of the collection property . concode_field_sep Yes manuscript concode_elem_sep Yes collection concode_elem_sep String value concode_field_sep void setManuscript concode_elem_sep String getValue concode_elem_sep Yes getCollection concode_elem_sep void setValue concode_elem_sep Yes getManuscript
int function ( ) { return this . positionInSegment ; }
gets the current write position the position where the next bytes will be written in the current memory segment . concode_field_sep int headerLength concode_elem_sep int segmentSize concode_elem_sep MemorySegment currentSegment concode_elem_sep int positionInSegment concode_elem_sep byte[] utfBuffer concode_field_sep v...
void function ( ) { }
this method closes any active vendor instance . method is called on the worker-side . concode_field_sep Map<String,String> configCache concode_elem_sep Map<String,String> properties concode_elem_sep Logger LOGGER concode_elem_sep List<AgentData> agents concode_field_sep V getVendorInstance concode_elem_sep VendorDriver...
Map < K , V > function ( K arg0 , V arg1 , K arg2 , V arg3 , K arg4 , V arg5 , K arg6 , V arg7 , K arg8 , V arg9 , K arg10 , V arg11 ) { Map loc0 = of ( ) ; loc0 . put ( arg0 , arg1 ) ; loc0 . put ( arg2 , arg3 ) ; loc0 . put ( arg4 , arg5 ) ; loc0 . put ( arg6 , arg7 ) ; loc0 . put ( arg8 , arg9 ) ; loc0 . put ( arg10...
returns map containing the given entries . concode_field_sep Map mMap concode_elem_sep boolean mUnderConstruction concode_field_sep Map<K,V> build concode_elem_sep HashMap<K,V> newHashMap concode_elem_sep Builder<K,V> builder concode_elem_sep Builder<K,V> put
ManagedObjectReference function ( ) { return _this ; }
gets the value of the this property . concode_field_sep ManagedObjectReference _this concode_elem_sep String user concode_elem_sep String group concode_field_sep void setThis concode_elem_sep void setGroup concode_elem_sep String getUser concode_elem_sep String getGroup concode_elem_sep void setUser
String function ( ) { return tagClass ; }
tagclass getter concode_field_sep String tagClass concode_elem_sep String tagName concode_field_sep void setTagName concode_elem_sep String getTagName concode_elem_sep void setTagClass
Statechart function ( URI arg0 ) { ResourceSet loc0 = new ResourceSetImpl ( ) ; Resource loc1 = loc0 . getResource ( arg0 , true ) ; Statechart loc2 = ( Statechart ) EcoreUtil . getObjectByType ( loc1 . getContents ( ) , SGraphPackage . Literals . STATECHART ) ; return loc2 ; }
helper method - loads a testmodel from the given uri concode_field_sep String VALIDATION_TESTMODEL_DIR concode_elem_sep IModelSequencer sequencer concode_field_sep ExecutionFlow loadExecutionFlowFromResource concode_elem_sep Statechart loadStatechartFromResource concode_elem_sep String getModelDirectory
double [ ] function ( Properties arg0 , String arg1 ) { Double [ ] loc0 = MetaClass . cast ( arg0 . getProperty ( arg1 ) , Double [ ] . class ) ; return ArrayUtils . toPrimitive ( loc0 ) ; }
loads a comma-separated list of doubles from properties . the list can not include any whitespace . concode_field_sep String defaultValue concode_elem_sep String name concode_elem_sep String description concode_field_sep Map<String,String> asMap concode_elem_sep Properties extractSelectedProperties concode_elem_sep Str...
void function ( ) { Minute loc0 = new Minute ( 0 , 10 , 15 , 4 , 2000 ) ; Minute loc1 = ( Minute ) loc0 . previous ( ) ; assertEquals ( loc1 , new Minute ( 59 , 9 , 15 , 4 , 2000 ) ) ; }
test for bug 1611872 - previous fails for first minute in hour . concode_field_sep PlaceHolder placeHolder concode_field_sep void testDateConstructor1 concode_elem_sep void testGetStart concode_elem_sep void testGetLastMillisecond concode_elem_sep void testGetSerialIndex concode_elem_sep void testGetFirstMillisecondWit...
void function ( Generator arg0 ) { this . generator = arg0 ; }
sets the agent used to generate a feed . concode_field_sep Text rights concode_elem_sep Text subtitle concode_elem_sep Reference icon concode_elem_sep Generator generator concode_elem_sep Reference logo concode_elem_sep List<Link> links concode_elem_sep List<Category> categories concode_elem_sep List<Person> contributo...
void function ( final double arg0 ) { this . height = arg0 ; }
sets the height . concode_field_sep long serialVersionUID concode_elem_sep double width concode_elem_sep double height concode_field_sep double getHeight concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep String toString concode_elem_sep double getWidth concode_elem_sep void setWidth
Result function ( ) { getMininumID ( ) ; return this . aoResultSetSorted [ 0 ] ; }
retrieves the result from the result set with the minimum outcome value . concode_field_sep Result[] aoResultSetSorted concode_elem_sep int UNSORTED concode_elem_sep Vector<Result> oResultSet concode_elem_sep long serialVersionUID concode_elem_sep int iSortMode concode_field_sep int getSecondMaximumID concode_elem_sep ...
void function ( double arg0 ) { m_TrueNeg = arg0 ; }
sets the number of negative instances predicted as negative concode_field_sep double m_TruePos concode_elem_sep double m_TrueNeg concode_elem_sep double m_FalseNeg concode_elem_sep double m_FalsePos concode_elem_sep String[] CATEGORY_NAMES concode_field_sep void setFalseNegative concode_elem_sep double getTrueNegative ...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
return type metadata object concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.a...
String function ( ) { return columnName ; }
getter for #columnname . concode_field_sep List<String> columnNames concode_elem_sep String defaultValue concode_elem_sep String query concode_elem_sep String name concode_elem_sep List<ColumnComment> columnComments concode_elem_sep String comment concode_elem_sep List<PgTrigger> triggers concode_elem_sep List<DefaultV...
int function ( ) { return this . igrRejects ; }
provide number of reject decisions for igr mutations . concode_field_sep int decisions concode_elem_sep ArrayList<String> cancerSpecificGermlineWhiteListGeneNames concode_elem_sep int somaticWhitelistAccepts concode_elem_sep Set<Long> whiteListGenesForPromoterMutations concode_elem_sep int germlineWhitelistAccepts conc...
WireCacheEntry function ( IParseFile arg0 ) { Entry loc0 = entries . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new Entry ( arg0 ) ; entries . put ( arg0 , loc0 ) ; } if ( loc0 . isDeclarationsLoaded ( ) ) { ensureOnTop ( loc0 , true ) ; } return loc0 ; }
gets a cache entry for one file . if there is no entry for the file , then an entry will be created . concode_field_sep List<IDeclaration> declared concode_elem_sep IProjectCache cache concode_elem_sep IParseFile file concode_elem_sep LinkedList<Entry> loaded concode_elem_sep int cacheSize concode_elem_sep Set<IParseFi...
void function ( ) { double loc0 = 10.0 ; double loc1 = 20.0 ; HistogramBin loc2 = new HistogramBin ( loc0 , loc1 ) ; HistogramBin loc3 = new HistogramBin ( loc0 , loc1 ) ; assertEquals ( loc2 , loc3 ) ; }
confirm that the equals method can distinguish all the required fields . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization
void function ( java . lang . Integer arg0 ) { this . totalResultSetSize = arg0 ; }
sets the totalresultsetsize value for this customtargetingkeypage . concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.v201411.CustomTarge...
boolean function ( final String arg0 ) { return fromBinaryValues ( arg0 , "srini_string" , "srini_string" ) ; }
converts the given string argument to a boolean using the scheme `` true '' = > true , `` false '' = > false . any other value results in an illegalargumentexception . concode_field_sep String[] EMPTY_STRING_ARRAY concode_field_sep String nullIfEmpty concode_elem_sep String defaultIfNull concode_elem_sep boolean isNull...
long function ( Date arg0 ) { return ( arg0 . getTime ( ) / 1000L ) + 2082844800L ; }
converts a date as long to a mac date as long concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( ) { }
this is ok ? concode_field_sep int field concode_elem_sep int dummy concode_elem_sep int ASDF concode_elem_sep String first concode_elem_sep String second concode_field_sep void method5 concode_elem_sep void method6 concode_elem_sep void method7 concode_elem_sep void method8 concode_elem_sep void method1 concode_elem_s...
OAuthAccessor function ( HttpServletRequest arg0 , HttpServletResponse arg1 , OAuthConsumer arg2 ) { CookieMap loc0 = new CookieMap ( arg0 , arg1 ) ; OAuthAccessor loc1 = newAccessor ( arg2 , loc0 ) ; if ( loc1 . accessToken == null ) { getAccessToken ( arg0 , loc0 , loc1 ) ; } return loc1 ; }
get the access token and token secret for the given consumer . get them from cookies if possible ; otherwise obtain them from the service provider . in the latter case , throw redirectexception . concode_field_sep Properties consumerProperties concode_elem_sep ConsumerProperties consumers concode_elem_sep OAuthClient C...
void function ( ) { IntervalMarker loc0 = new IntervalMarker ( 1.0 , 2.0 ) ; loc0 . addChangeListener ( this ) ; this . lastEvent = null ; assertEquals ( 1.0 , loc0 . getStartValue ( ) , EPSILON ) ; loc0 . setStartValue ( 0.5 ) ; assertEquals ( 0.5 , loc0 . getStartValue ( ) , EPSILON ) ; assertEquals ( loc0 , this . l...
some checks for the getstartvalue and setstartvalue methods . concode_field_sep double EPSILON concode_elem_sep MarkerChangeEvent lastEvent concode_field_sep void testCloning concode_elem_sep void markerChanged concode_elem_sep void testGetSetEndValue concode_elem_sep void testSerialization concode_elem_sep void testEq...
Filter function ( ) { return new CategoricalFilter ( false ) ; }
the rejectfilter accepts nothing . concode_field_sep Collection<T> args concode_elem_sep Filter<T> filter concode_elem_sep boolean negated concode_elem_sep boolean conjunction concode_elem_sep boolean judgment concode_elem_sep long serialVersionUID concode_elem_sep Filter<T> f1 concode_elem_sep Filter<T> f2 concode_fie...
BigInteger function ( ) { return position ; }
gets the value of the position property . concode_field_sep BigInteger position concode_field_sep void setPosition
String [ ] function ( ) { return this . pathPatterns ; }
returns the url path patterns for the resource handler . concode_field_sep Integer cachePeriod concode_elem_sep List<Resource> locations concode_elem_sep ResourceChainRegistration resourceChainRegistration concode_elem_sep ResourceLoader resourceLoader concode_elem_sep String[] pathPatterns concode_elem_sep CacheContro...