code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
NameIDType function ( ) { return issuer ; } | gets the value of the issuer property . concode_field_sep Extensions extensions concode_elem_sep XMLGregorianCalendar issueInstant concode_elem_sep Signature signature concode_elem_sep String inResponseTo concode_elem_sep String destination concode_elem_sep String id concode_elem_sep String consent concode_elem_sep Str... |
void function ( Assembler arg0 , GPR arg1 , Offset arg2 ) { arg0 . emitMOV_RegDisp_Reg ( arg1 , arg2 , THREAD_REGISTER ) ; } | emit an instruction sequence to store a pointer to the current rvmthread object at a location defined by base + offset concode_field_sep GPR THREAD_REGISTER concode_field_sep void emitPushThread concode_elem_sep void emitMoveImmToField concode_elem_sep void emitPopThread concode_elem_sep void emitPopField concode_elem_... |
boolean function ( ) { return Build . VERSION . SDK_INT >= Build . VERSION_CODES . HONEYCOMB_MR1 ; } | > = 3.1 concode_field_sep long CANNOT_STAT_ERROR concode_field_sep void hideSoftInput concode_elem_sep String getIMEINum concode_elem_sep String getCpuInfo concode_elem_sep int getScreenWidth concode_elem_sep void startApkActivity concode_elem_sep void showSoftInput concode_elem_sep boolean hasHoneycomb concode_elem_se... |
DiscoveryResultBuilder function ( String arg0 ) { this . label = arg0 ; return this ; } | sets the label of the desired result concode_field_sep ThingUID bridgeUID concode_elem_sep long ttl concode_elem_sep ThingUID thingUID concode_elem_sep Map<String,Object> properties concode_elem_sep String label concode_field_sep DiscoveryResultBuilder withBridge concode_elem_sep DiscoveryResultBuilder withTTL concode_... |
Current function ( org . omg . CORBA . Object arg0 ) { if ( arg0 == null ) { return null ; } else if ( arg0 instanceof Current ) { return ( Current ) arg0 ; } else { throw new BAD_PARAM ( "srini_string" ) ; } } | cast the passed object into the current . concode_field_sep PlaceHolder placeHolder concode_field_sep Current extract concode_elem_sep Current read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write concode_elem_sep Current unchecked_narrow |
Iterator function ( ) { return Collections . EMPTY_SET . iterator ( ) ; } | returns always an empty iterator . concode_field_sep Enumeration EMPTY_ENUMERATION concode_field_sep void setStream concode_elem_sep Enumeration getApplets concode_elem_sep void showStatus concode_elem_sep InputStream getStream concode_elem_sep Applet getApplet concode_elem_sep void showDocument concode_elem_sep void s... |
int function ( ) { return AC3_SYNCFRAME_AUDIO_SAMPLE_COUNT ; } | returns the number of audio samples in an ac-3 syncframe . concode_field_sep int AC3_SYNCFRAME_AUDIO_SAMPLE_COUNT concode_elem_sep int[] BITRATE_BY_HALF_FRMSIZECOD concode_elem_sep int[] SYNCFRAME_SIZE_WORDS_BY_HALF_FRMSIZECOD_44_1 concode_elem_sep int[] SAMPLE_RATE_BY_FSCOD2 concode_elem_sep int[] BLOCKS_PER_SYNCFRAME... |
void function ( Boolean arg0 ) { this . propagateAtLaunch = arg0 ; } | determines whether the tag is added to new instances as they are launched in the 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 TagDescr... |
boolean function ( SourcePosition arg0 ) { return ( line == arg0 . line ) ; } | returns whether the lines match between this instance and the one given . concode_field_sep int address concode_elem_sep int line concode_elem_sep SourcePosition NO_INFO concode_elem_sep CstUtf8 sourceFile concode_field_sep boolean sameLineAndFile concode_elem_sep int hashCode concode_elem_sep CstUtf8 getSourceFile con... |
String function ( String arg0 ) { try { return new URI ( null , null , arg0 , null ) . toString ( ) ; } catch ( URISyntaxException loc0 ) { logger . warn ( "srini_string" , arg0 ) ; return arg0 ; } } | escapes the path part of a url as defined in rfc2396 . this means , that for example the path '' / hello world '' gets escaped to '' / hello % 20world '' . concode_field_sep Map<String,String> snippetCache concode_elem_sep String SNIPPET_LOCATION concode_elem_sep String IMAGE_EXT concode_elem_sep String SNIPPET_EXT con... |
Builder function ( DependencyInjector arg0 ) { configuration . dependencyInjector = arg0 ; return this ; } | jobmanager is suitable for dependencyinjection . just provide your dependencyinjector and it will call it before job #onadded method is called . if job is persistent , it will also be called before run method . concode_field_sep DependencyInjector dependencyInjector concode_elem_sep NetworkUtil networkUtil concode_elem... |
void function ( IERMetadataParser arg0 ) { _metadataParsers . add ( arg0 ) ; } | adds a metadata parser implementation . concode_field_sep Logger log concode_elem_sep List<IERMetadataParser> _metadataParsers concode_elem_sep List<IERMetadataDirectoryParser> _metadataDirectoryParsers concode_elem_sep ERMetadataParser _metadataParser concode_field_sep void addMetadataDirectoryParser concode_elem_sep ... |
void function ( Community arg0 , int arg1 ) { log . error ( "srini_string" ) ; } | throw an itemcountexception as caching is not supported by itemcountdaosolr . concode_field_sep DSpace dspace concode_elem_sep Map<String,Integer> collectionsCount concode_elem_sep Context context concode_elem_sep Map<String,Integer> communitiesCount concode_elem_sep Logger log concode_elem_sep SearchService searcher c... |
void function ( HeadlessJsTaskEventListener arg0 ) { mHeadlessJsTaskEventListeners . remove ( arg0 ) ; } | unregister a task lifecycle event listener . concode_field_sep WeakReference<ReactContext> mReactContext concode_elem_sep Set<HeadlessJsTaskEventListener> mHeadlessJsTaskEventListeners concode_elem_sep Handler mHandler concode_elem_sep WeakHashMap<ReactContext,HeadlessJsTaskContext> INSTANCES concode_elem_sep AtomicInt... |
void function ( int arg0 ) { int loc0 = ( value . length + 1 ) * 2 ; if ( arg0 > loc0 ) { loc0 = arg0 ; } char loc1 [ ] = new char [ loc0 ] ; System . arraycopy ( value , 0 , loc1 , 0 , count ) ; value = loc1 ; } | resizes the internal buffer to have at least the minimum capacity passed but may be more concode_field_sep int count concode_elem_sep FastStringBuffer fastStringBuffer concode_elem_sep int i concode_elem_sep char[] value concode_field_sep FastStringBuffer deleteCharAt concode_elem_sep char firstChar concode_elem_sep Fa... |
void function ( ) { stub . setFileName ( "srini_string" ) ; presenter . start ( ) ; presenter . fileNameChanged ( ) ; presenter . confirmed ( ) ; assertTrue ( loader . isLoaded ( ) ) ; assertTrue ( stub . dataDisplayed ( ) ) ; } | tests if we can open the file , when it exists . concode_field_sep FileSelectorPresenter presenter concode_elem_sep FileLoader loader concode_elem_sep FileSelectorStub stub concode_field_sep void cancellation concode_elem_sep void fileConfirmationWhenFileDoesNotExist concode_elem_sep void setUp concode_elem_sep void fi... |
void function ( ) { BlockContainer loc0 = createTestContainer1 ( ) ; Size2D loc1 = loc0 . arrange ( null , RectangleConstraint . NONE ) ; assertEquals ( 90.0 , loc1 . width , EPSILON ) ; assertEquals ( 33.0 , loc1 . height , EPSILON ) ; } | test arrangement with no constraints . concode_field_sep double EPSILON concode_field_sep void testNR concode_elem_sep void testGridNotFull_FF concode_elem_sep void testGridNotFull_NN concode_elem_sep void testNullBlock_FF concode_elem_sep void testNullBlock_NN concode_elem_sep void testRR concode_elem_sep void testGri... |
com . liferay . portal . kernel . model . OrgLabor function ( com . liferay . portal . kernel . model . OrgLabor arg0 ) { return _orgLaborLocalService . deleteOrgLabor ( arg0 ) ; } | deletes the org labor from the database . also notifies the appropriate model listeners . concode_field_sep OrgLaborLocalService _orgLaborLocalService concode_field_sep com.liferay.portal.kernel.model.OrgLabor getOrgLabor concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService... |
T function ( Callable < T > arg0 , ProcessApplicationReference arg1 ) { try { setCurrentProcessApplication ( arg1 ) ; return arg0 . call ( ) ; } finally { clear ( ) ; } } | takes a callable and executes all engine api invocations within that callable in the context of the given process application equivalent to try processapplicationcontext.setcurrentprocessapplication `` someprocessapplication '' ; callable.call ; finally processapplicationcontext.clear ; concode_field_sep PlaceHolder pl... |
RubyClass function ( String arg0 , RubyClass arg1 ) { IRubyObject loc0 = get ( arg0 ) ; if ( loc0 == null || loc0 . isNil ( ) ) return arg1 ; return ( RubyClass ) loc0 ; } | reads the setting from the options hash . if it is nil or undefined , returns the default value given . if not , ensures it is a rubyclass instance and shares the same allocator as the default value i.e. for the basic types which have their specific allocators , this ensures the passed value is a subclass of them . con... |
double function ( final NumericGrid arg0 ) { double loc0 = 0 ; NumericPointwiseIteratorND loc1 = new NumericPointwiseIteratorND ( arg0 ) ; while ( loc1 . hasNext ( ) ) { double loc2 = loc1 . getNext ( ) ; if ( ! ( Double . isInfinite ( loc2 ) || Double . isNaN ( loc2 ) ) ) { if ( 0 > loc2 ) loc0 -= loc2 ; else loc0 += ... | get l1 norm of all grid elements concode_field_sep NumericGridOperator op concode_field_sep int countInvalidElements concode_elem_sep void removeNegative concode_elem_sep int countNegativeElements concode_elem_sep void log concode_elem_sep double weightedSSD concode_elem_sep void divideBy concode_elem_sep void divideBy... |
boolean function ( ) { int loc0 = JNA . CLibrary . INSTANCE . tdMethods ( deviceId , JNA . CLibrary . TELLSTICK_LEARN ) ; return ( JNA . CLibrary . TELLSTICK_LEARN & loc0 ) > 0 ; } | returns true if this device is learnable . concode_field_sep int deviceType concode_elem_sep String protocol concode_elem_sep String data concode_elem_sep String name concode_elem_sep String model concode_elem_sep int supportedMethods concode_elem_sep int deviceId concode_elem_sep int status concode_elem_sep int TELLST... |
boolean function ( QualifiedName arg0 , OperationSigMask arg1 ) { ClassStats loc0 = getClassStats ( arg0 , false ) ; return loc0 != null && loc0 . hasMatchingSig ( arg0 . getOperation ( ) , arg1 ) ; } | returns true if the signature of the operation designated by the qualified name is covered by the mask . concode_field_sep Map<String,ClassStats> classes concode_elem_sep Map<String,PackageStats> subPackages concode_field_sep double compute concode_elem_sep double compute concode_elem_sep ClassStats getClassStats conco... |
ManagedObjectReference function ( ) { return snapshot ; } | gets the value of the snapshot property . concode_field_sep long startOffset concode_elem_sep int deviceKey concode_elem_sep String changeId concode_elem_sep ManagedObjectReference _this concode_elem_sep ManagedObjectReference snapshot concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis conco... |
String function ( ) { return displayNameTokenizer ( selectedTimeZone . getDisplayName ( ) ) ; } | gets selected time zone display name . concode_field_sep DateFormat currentFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep String GMT7DAYLIGHTLOCATION concode_elem_sep String GMT9DAYLIGHTLOCATION concode_elem_sep String GMT8DAYLIGHTLOCATION concode_elem_sep String GMT10DAYLIGHTLOCATION concode_el... |
void function ( Observable < T > arg0 , String arg1 ) { sendTo ( arg0 , endpoint ( arg1 ) ) ; } | sends events on the given observable to the given camel endpoint concode_field_sep CamelContext camelContext concode_elem_sep ExecutorService workerPool concode_field_sep Endpoint endpoint concode_elem_sep Observable<Message> toObservable concode_elem_sep Observable<T> toObservable concode_elem_sep Observable<Message> ... |
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... |
void function ( String arg0 , String arg1 , Throwable arg2 ) { println ( INFO , arg0 , arg1 , arg2 ) ; } | prints a message at info 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 println... |
long function ( ) { return provider ; } | gets the value of the provider property . concode_field_sep long provider concode_elem_sep long patient concode_elem_sep RadiologyType radiology concode_elem_sep String diagnosis concode_elem_sep long id concode_elem_sep DrugTreatmentType drugTreatment concode_elem_sep SurgeryType surgery concode_field_sep void setProv... |
void function ( ) { ScriptFactory loc0 = new ScriptFactory ( ) ; loc0 . setDatabaseType ( DatabaseType . MYSQL ) ; loc0 . setScriptType ( ScriptType . drop ) ; loc0 . afterPropertiesSet ( ) ; Resource loc1 = ( Resource ) loc0 . getObject ( ) ; assertTrue ( loc1 . getFilename ( ) . equals ( "srini_string" ) ) ; } | test get mysql drop script . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetHsqlDropScript concode_elem_sep void testGetOracleCreateScript concode_elem_sep void testGetOracleDropScript concode_elem_sep void testGetHsqlCreateScript concode_elem_sep void testGetMysqlCreateScript |
DeliveryOptions function ( long arg0 ) { Arguments . require ( arg0 >= 1 , "srini_string" ) ; this . timeout = arg0 ; return this ; } | set the send timeout . concode_field_sep MultiMap headers concode_elem_sep long DEFAULT_TIMEOUT concode_elem_sep long timeout concode_elem_sep String codecName concode_field_sep DeliveryOptions setHeaders concode_elem_sep long getSendTimeout concode_elem_sep DeliveryOptions addHeader concode_elem_sep DeliveryOptions se... |
BigDecimal function ( ) { return amount ; } | gets the value of the amount property . concode_field_sep BigDecimal totalAmount concode_elem_sep BigDecimal amount concode_elem_sep BigDecimal tax concode_elem_sep long serialVersionUID concode_field_sep void setTotalAmount concode_elem_sep BigDecimal getTotalAmount concode_elem_sep void setTax concode_elem_sep void s... |
String function ( ) { return id ; } | gets the unique id of the message concode_field_sep String titleId concode_elem_sep String inReplyTo concode_elem_sep Date timeSent concode_elem_sep String appUrl concode_elem_sep String body concode_elem_sep String title concode_elem_sep Type type concode_elem_sep String senderId concode_elem_sep List<Url> urls concod... |
double function ( ) { return cost ; } | gets the cost value for this flight . concode_field_sep double cost concode_elem_sep msnydera.swe645.service.ejb.Airport departureAirport concode_elem_sep int availableSeats concode_elem_sep msnydera.swe645.service.ejb.Airplane airplane concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeC... |
boolean function ( ) { return this . blockRefCount == 0 ; } | returns whether or not this block storage 's chunk is fully empty , based on its internal reference count . concode_field_sep int yBase concode_elem_sep NibbleArray blocklightArray concode_elem_sep int blockRefCount concode_elem_sep BlockStateContainer data concode_elem_sep NibbleArray skylightArray concode_elem_sep in... |
String function ( ) { return version ; } | gets the value of the version property . concode_field_sep XMLGregorianCalendar versionEndDate concode_elem_sep String name concode_elem_sep Description description concode_elem_sep XMLGregorianCalendar versionStartDate concode_elem_sep String actionCode concode_elem_sep long serialVersionUID concode_elem_sep String id... |
void function ( ) { assertExpandsTo ( "srini_string" , "srini_string" ) ; assertExpandsTo ( "srini_string" , "srini_string" ) ; assertExpandsTo ( "srini_string" , "srini_string" ) ; assertExpandsTo ( "srini_string" , "srini_string" ) ; } | old things we dont want ; not a test no more concode_field_sep BuildFileRule buildRule concode_field_sep void testPropertyExpansion concode_elem_sep void setUp concode_elem_sep void assertExpandsTo concode_elem_sep void testDollarPassthru |
HashSet < DbTableOrView > function ( ) { return tables ; } | get the set of tables . concode_field_sep int KEYWORD concode_elem_sep long stopAt concode_elem_sep DbTableOrView lastMatchedTable concode_elem_sep HashMap<String,DbTableOrView> aliases concode_elem_sep DbTableOrView lastTable concode_elem_sep int FUNCTION concode_elem_sep String query concode_elem_sep String queryUppe... |
int function ( byte [ ] arg0 , int arg1 ) { int loc0 = writeEntityData_native ( mBackupWriter , arg0 , arg1 ) ; if ( loc0 >= 0 ) { return loc0 ; } else { throw new IOException ( "srini_string" + Integer . toHexString ( loc0 ) ) ; } } | write a chunk of data under the current entity to the backup transport . concode_field_sep long mBackupWriter concode_field_sep int writeEntityHeader concode_elem_sep void setKeyPrefix concode_elem_sep void setKeyPrefix_native concode_elem_sep void finalize concode_elem_sep long ctor concode_elem_sep void dtor concode_... |
void function ( final long arg0 ) { this . m_nHeight = arg0 ; } | sets the value of the height property . concode_field_sep long m_nPageCount concode_elem_sep MockJAXBIssue.FirstPage m_aFirstPage concode_elem_sep long m_nCollectionID concode_elem_sep String m_sValue concode_elem_sep String m_sMenuLayout concode_elem_sep long m_nWidth concode_elem_sep BigDecimal m_aTitle concode_elem_... |
void function ( String arg0 ) { this . content = ( arg0 == null ) ? "srini_string" : arg0 ; } | sets the content of the mime part . concode_field_sep Map<String,String> headers concode_elem_sep String HEADERS concode_elem_sep String MIME_TYPE concode_elem_sep String mimeType concode_elem_sep String CONTENT concode_elem_sep String content concode_field_sep void setHeaders concode_elem_sep Map<String,String> create... |
String function ( ) { return id ; } | getter for the id of the profile . concode_field_sep String MIDDLE_NAME_KEY concode_elem_sep String lastName concode_elem_sep String NAME_KEY concode_elem_sep Parcelable.Creator<Profile> CREATOR concode_elem_sep String FIRST_NAME_KEY concode_elem_sep String firstName concode_elem_sep String ID_KEY concode_elem_sep Stri... |
int function ( int arg0 ) { return ( arg0 >> 8 ) & 0xFF ; } | return the green component of a color int . this is the same as saying color >> 8 & 0xff concode_field_sep int BLACK concode_elem_sep int LTGRAY concode_elem_sep int GREEN concode_elem_sep int YELLOW concode_elem_sep int BLUE concode_elem_sep int GRAY concode_elem_sep int DKGRAY concode_elem_sep HashMap<String,Integer>... |
void function ( ) { LogAxis loc0 = new LogAxis ( "srini_string" ) ; assertTrue ( loc0 . isTickMarksVisible ( ) ) ; } | checks the default value for the tickmarksvisible flag . concode_field_sep double EPSILON concode_field_sep void testRefreshTicksWithZeroTickUnit concode_elem_sep void testCloning concode_elem_sep void testAutoRange3 concode_elem_sep void testAutoRange1 concode_elem_sep void testXYAutoRange2 concode_elem_sep void testS... |
String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; loc0 . append ( apiCommand ) ; loc0 . append ( apiData ) ; loc0 . append ( apiChecksum ) ; loc0 . append ( apiTerminator ) ; return loc0 . toString ( ) ; } | returns the api command concode_field_sep String apiData concode_elem_sep String apiChecksum concode_elem_sep String apiTerminator concode_elem_sep String apiCommand concode_field_sep void calculateChecksum concode_elem_sep String toString concode_elem_sep void setAPICommand |
void function ( String arg0 ) { this . pwname = arg0 ; } | sets the value of the pwname property . concode_field_sep String value concode_elem_sep String pwname concode_field_sep String getValue concode_elem_sep void setValue concode_elem_sep String getPwname |
Address function ( ) { return address ; } | gets the value of the address property . concode_field_sep Integer intNoDefault concode_elem_sep Address address concode_elem_sep String name concode_elem_sep Integer intDefault concode_elem_sep Point position concode_field_sep void setName concode_elem_sep Point getPosition concode_elem_sep String getName concode_elem... |
void function ( final ApplicationScope arg0 ) { Preconditions . checkNotNull ( arg0 , "srini_string" ) ; verifyIdentity ( arg0 . getApplication ( ) ) ; } | validate the organization scope concode_field_sep int UUID_VERSION concode_field_sep void verifyIdentity concode_elem_sep void verifyTimeUuid concode_elem_sep void verifyString concode_elem_sep void verifyEntityWrite concode_elem_sep void verifyVersion |
String function ( ) { return emailAddressTypeCd ; } | gets the value of the emailaddresstypecd property . concode_field_sep String emailAddressTypeCd concode_elem_sep String emailAddress concode_elem_sep String accountKey concode_field_sep String getEmailAddress concode_elem_sep String getAccountKey concode_elem_sep void setAccountKey concode_elem_sep void setEmailAddress... |
void function ( LogNode arg0 ) { mNext = arg0 ; } | sets the lognode data will be sent to . . concode_field_sep LogNode mNext concode_field_sep void println concode_elem_sep LogNode getNext |
int function ( ) { return this . protocol . hashCode ( ) ^ ( this . major * 100000 ) ^ this . minor ; } | obtains a hash code consistent with #equals . concode_field_sep String protocol concode_elem_sep int major concode_elem_sep int minor concode_elem_sep long serialVersionUID concode_field_sep int getMinor concode_elem_sep boolean lessEquals concode_elem_sep boolean isComparable concode_elem_sep boolean equals concode_el... |
String function ( ) { return "srini_string" ; } | used to retrieve a short description of what the plugin tool does . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String... |
void function ( Dataset arg0 ) { this . dataset = arg0 ; } | jam an existing query result in . concode_field_sep List<DatasetGenerator> datasetgenerators concode_elem_sep List<StatisticsFilter> filters concode_elem_sep Dataset dataset concode_field_sep Dataset getDataset concode_elem_sep Dataset createDataset concode_elem_sep void addDatasetGenerator concode_elem_sep List<Datase... |
boolean function ( ISearchQuery arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return InternalSearchUI . getInstance ( ) . isQueryRunning ( arg0 ) ; } | returns whether the given query is currently running . queries may be run by client request or by actions in the search ui . concode_field_sep String SEARCH_VIEW_ID concode_elem_sep String SEARCH_MARKER concode_elem_sep String ACTION_SET_ID concode_elem_sep String PLUGIN_ID concode_field_sep void removeQueryListener co... |
void function ( ) { } | does nothing as this agent does not require beliefs updating . concode_field_sep boolean attend concode_field_sep int randomInRange concode_elem_sep boolean isAttending concode_elem_sep double predictAttendance concode_elem_sep void updateAttendance |
String function ( ) { String loc0 = FacesUtils . getRequestParameter ( "srini_string" ) ; if ( loc0 != null ) { selectedExamplePath = loc0 ; } return null ; } | utility for loading example tab set content include . concode_field_sep ArrayList<ExampleResource> tldResources concode_elem_sep String descriptionPath concode_elem_sep String selectedExamplePath concode_elem_sep String resourcesPath concode_elem_sep org.icemobile.samples.mobileshowcase.view.navigation.Destination dest... |
ReferencesCheckResultType function ( ) { return signatureCheck ; } | gets the value of the signaturecheck property . concode_field_sep KeyInfoType signerInfo concode_elem_sep List<InputDataType> referenceInputData concode_elem_sep List<ManifestRefsCheckResultType> xmldsigManifestCheck concode_elem_sep List<InputDataType> hashInputData concode_elem_sep ReferencesCheckResultType signature... |
String function ( MemcachedNode arg0 , int arg1 ) { return ketamaNodeKeyFormatter . getKeyForNode ( arg0 , arg1 ) ; } | delegates to the ketamanodekeyformatter concode_field_sep int numReps concode_elem_sep KetamaNodeKeyFormatter ketamaNodeKeyFormatter concode_field_sep int getNodeRepetitions |
java . lang . Double function ( ) { return currentRate ; } | gets the currentrate value for this budgetexchangerate . concode_field_sep java.lang.Double averageRate concode_elem_sep java.lang.Double historicalRate concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef period concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef fromSubsidiary... |
boolean function ( String arg0 ) { return arg0 != null && arg0 . trim ( ) . length ( ) > 0 ? true : false ; } | checks for null string object concode_field_sep Pattern pattern concode_elem_sep Matcher matcher concode_elem_sep String EMAIL_PATTERN concode_field_sep boolean validate |
String function ( ) { return base ; } | gets the value of the base property . concode_field_sep String dbname concode_elem_sep CaseType _case concode_elem_sep String sitename concode_elem_sep String generator concode_elem_sep String base concode_elem_sep NamespacesType namespaces concode_field_sep void setDbname concode_elem_sep String getGenerator concode_e... |
InetAddress function ( ) { return m_RemoteAddress ; } | returns the destination inetaddress of this udpslaveterminal . concode_field_sep int m_LocalPort concode_elem_sep int m_Timeout concode_elem_sep InetAddress m_LocalAddress concode_elem_sep int m_RemotePort concode_elem_sep InetAddress m_RemoteAddress concode_elem_sep DatagramSocket m_Socket concode_elem_sep Logger logg... |
void function ( Map < String , String [ ] > arg0 ) { this . additionalParameters = arg0 ; } | set a map of additional parameters to be added to the url . this map specifies hard-coded parameters that will be used in every url . the map keys represent the parameter name , while the entry values should be an array of values for the associated parameter name . concode_field_sep Map<String,String> dynamicParameters... |
void function ( String arg0 ) { this . instanceName = arg0 ; } | name of this geoserver instance for geofence rule configuration . concode_field_sep boolean allowDynamicStyles concode_elem_sep String acceptedRoles concode_elem_sep String instanceName concode_elem_sep List<String> roles concode_elem_sep boolean useRolesToFilter concode_elem_sep boolean allowRemoteAndInlineLayers conc... |
Set < String > function ( ) { return abi . getApplicableFilters ( ABI_LIST ) ; } | returns the list of abi filters used for multi-apk . null value is allowed , indicating the need to generate an apk with all abis . concode_field_sep DensitySplitData density concode_elem_sep AbiSplitData abi concode_elem_sep Set<String> ABI_LIST concode_field_sep void density concode_elem_sep void abi concode_elem_sep... |
void function ( ) { while ( System . currentTimeMillis ( ) - serialInterface . getLastEventTimestamp ( ) < 150 ) { try { Thread . sleep ( 50 ) ; } catch ( InterruptedException loc0 ) { break ; } } } | wait until there has been no activity on the bus in the last 150 ms. concode_field_sep Logger log concode_elem_sep boolean stopped concode_elem_sep LinkedBlockingQueue<NikobusCommand> sendQueue concode_elem_sep NikobusInterface serialInterface concode_field_sep void sendCommand concode_elem_sep void stop concode_elem_s... |
void function ( String arg0 ) { this . target = arg0 ; } | sets the target for this instance . i.e. the string this cloze item listens for concode_field_sep ClozeItem next concode_elem_sep int wins concode_elem_sep Button help concode_elem_sep TextBox item concode_elem_sep RootPanel root concode_elem_sep int helps concode_elem_sep int fails concode_elem_sep String target conco... |
BundleContext function ( ) { return context ; } | returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start |
boolean function ( Object ... arg0 ) { return bmi . invoke ( wrapped , arg0 ) ; } | normal closure call concode_field_sep int numberOfArguments concode_elem_sep Closure wrapped concode_elem_sep BooleanReturningMethodInvoker bmi concode_field_sep boolean callForMap |
V function ( K arg0 ) { return null ; } | called after a cache miss to compute a value for the corresponding key . returns the computed value or null if no value can be computed . the default implementation returns null . the method is called without synchronization : other threads may access the cache while this method is executing . if a value for key exists... |
IDPListType function ( ) { return idpList ; } | gets the value of the idplist property . concode_field_sep String actor concode_elem_sep IDPListType idpList concode_elem_sep Boolean mustUnderstand concode_elem_sep Boolean isPassive concode_elem_sep NameIDType issuer concode_elem_sep String providerName concode_field_sep void setIDPList concode_elem_sep void setProvi... |
int function ( ) { if ( pos < count ) { return ( int ) buf [ pos ++ ] & 0xFF ; } else { throw new EOFException ( ) ; } } | reads the next byte of data from this input stream . the value byte is returned as an int in the range 0 to 255 . if no byte is available because the end of the stream has been reached , the eofexception exception is thrown . this method is not synchronized , so it is not thread safe . concode_field_sep int pos concode... |
void function ( int arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; } | helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g... |
void function ( @ Nullable V3 arg0 ) { this . val3 = arg0 ; } | sets third value . concode_field_sep V3 val3 concode_elem_sep V2 val2 concode_elem_sep V1 val1 concode_elem_sep long serialVersionUID concode_field_sep void writeExternal concode_elem_sep void set concode_elem_sep void set2 concode_elem_sep V1 get1 concode_elem_sep V2 get2 concode_elem_sep V3 get3 concode_elem_sep Iter... |
void function ( Label arg0 ) { this . label = arg0 ; } | sets the value of the label property . concode_field_sep String mapping concode_elem_sep List<Address> address concode_elem_sep BigDecimal shorttime concode_elem_sep String flavour concode_elem_sep String downlabel concode_elem_sep BigDecimal max concode_elem_sep String change concode_elem_sep String format concode_ele... |
void function ( int arg0 ) { if ( onRowRemoved ( arg0 ) ) { if ( listeners != null ) { listeners . fireRowRemoved ( arg0 ) ; } int loc0 = getRowCount ( ) ; if ( loc0 != UNKNOWN_ROW_COUNT ) { setRowCount ( loc0 - 1 ) ; } } } | remove a row and decrement the row count by one . concode_field_sep int rowCount concode_elem_sep List<ColumnSortInfo> infos concode_elem_sep Iterator<E> iterator concode_elem_sep int ALL_ROWS concode_elem_sep int UNKNOWN_ROW_COUNT concode_elem_sep List<R> rowValues concode_elem_sep int column concode_elem_sep boolean ... |
void function ( String arg0 ) { this . show = arg0 ; } | sets the value of the show property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep MIRequestedDateType miRequestedDate concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_... |
String function ( ) { return firmware ; } | returns the firmware version of the gateway . concode_field_sep boolean groupInterface concode_elem_sep String address concode_elem_sep String ID_DEFAULT concode_elem_sep String ID_HOMEGEAR concode_elem_sep boolean hmipInterface concode_elem_sep String ID_CCU concode_elem_sep String id concode_elem_sep String type conc... |
LineString function ( ) { return currentLine ; } | gets the linestring component the iterator is current at . concode_field_sep int vertexIndex concode_elem_sep Geometry linearGeom concode_elem_sep int numLines concode_elem_sep int componentIndex concode_elem_sep LineString currentLine concode_field_sep void next concode_elem_sep boolean isEndOfLine concode_elem_sep in... |
Header function ( ) { return header ; } | gets the value of the header property . concode_field_sep Header header concode_elem_sep Lines lines concode_field_sep void setLines concode_elem_sep Lines getLines concode_elem_sep void setHeader |
Document function ( ) { DocumentBuilderFactory loc0 = ObjectFactoryUtil . DOCUMENTBUIDER_FACTORY . get ( ) ; loc0 . setNamespaceAware ( false ) ; DocumentBuilder loc1 = loc0 . newDocumentBuilder ( ) ; return loc1 . newDocument ( ) ; } | method create new document concode_field_sep PlaceHolder placeHolder concode_field_sep ArrayList<Element> checkContainsElementInNodeList concode_elem_sep String readXMLFile concode_elem_sep Document createElementFromPath concode_elem_sep String convertDocumenttoString concode_elem_sep Document createDOMDocument concode... |
boolean function ( int arg0 ) { return isSource ( arg0 , InputDevice . SOURCE_JOYSTICK ) ; } | isjoystick concode_field_sep String TAG concode_elem_sep boolean isFirstDown concode_elem_sep int mFirstDownCode concode_elem_sep SparseBooleanArray mSparseCode concode_elem_sep boolean D concode_field_sep boolean isJoystickGamepad concode_elem_sep boolean execKeyDown concode_elem_sep int getFirstDownCode concode_elem_... |
boolean function ( Context arg0 , String arg1 ) { final PackageManager loc0 = arg0 . getPackageManager ( ) ; final Intent loc1 = new Intent ( arg1 ) ; List < ResolveInfo > loc2 = loc0 . queryIntentActivities ( loc1 , PackageManager . MATCH_DEFAULT_ONLY ) ; return loc2 . size ( ) > 0 ; } | indicates whether the specified action can be used as an intent . this method queries the package manager for installed packages that can respond to an intent with the specified action . if no suitable package is found , this method returns false . concode_field_sep PlaceHolder placeHolder concode_field_sep void setThe... |
Vector2 function ( float arg0 ) { return rotateRad ( arg0 * MathUtils . degreesToRadians ) ; } | rotates the vector2 by the given angle , counter-clockwise assuming the y-axis points up . concode_field_sep long serialVersionUID concode_elem_sep float x concode_elem_sep float y concode_elem_sep Vector2 Zero concode_elem_sep Vector2 X concode_elem_sep Vector2 Y concode_field_sep Vector2 sub concode_elem_sep Vector2 ... |
String function ( ) { return this . encoding ; } | gets the character encoding used by this handler , null fordefault encoding . concode_field_sep Level DEFAULT_LEVEL concode_elem_sep Formatter formatter concode_elem_sep Filter filter concode_elem_sep ErrorManager errorMan concode_elem_sep Level level concode_elem_sep String prefix concode_elem_sep String encoding conc... |
SqlParameters function ( String arg0 ) { this . sqlStatement = arg0 ; return this ; } | sql statement , the null value means an undefined statement concode_field_sep String sqlStatement concode_elem_sep Object[] parameters concode_field_sep SqlParameters setParameters concode_elem_sep String getSqlStatement concode_elem_sep Object[] getParameters concode_elem_sep String toString concode_elem_sep int getCo... |
Iterator < ? > function ( Object arg0 ) { return ObjectHelper . createIterator ( arg0 ) ; } | creates an iterator over the value concode_field_sep PlaceHolder placeHolder concode_field_sep char[] toCharArray concode_elem_sep Class<?> toClass concode_elem_sep Long toLong concode_elem_sep Long toLong concode_elem_sep boolean isCollection concode_elem_sep Character toCharacter concode_elem_sep Float toFloat concod... |
void function ( boolean arg0 ) { this . mSticky = arg0 ; } | set msticky status of button concode_field_sep Drawable mIcon concode_elem_sep int mActionId concode_elem_sep Bitmap mThumb concode_elem_sep String mTitle concode_elem_sep boolean mSelected concode_elem_sep boolean mSticky concode_field_sep void setIcon concode_elem_sep Bitmap getThumb concode_elem_sep String getTitle ... |
void function ( Graphics arg0 , Rectangle arg1 , Color arg2 , Color arg3 ) { arg0 . pushState ( ) ; arg0 . setForegroundColor ( arg3 ) ; arg0 . setBackgroundColor ( arg2 ) ; arg0 . fillGradient ( arg1 . x , arg1 . y , arg1 . width , arg1 . height , true ) ; arg0 . popState ( ) ; } | this function fills a rectangle with a vertical gradient . this implementation does not use the gradient mechanism based on background patterns since they do not work stable on all systems . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRoundedRectangle concode_elem_sep Color mixC... |
void function ( ) { CategoryToPieDataset loc0 = new CategoryToPieDataset ( null , TableOrder . BY_COLUMN , 0 ) ; assertNull ( loc0 . getUnderlyingDataset ( ) ) ; assertEquals ( loc0 . getItemCount ( ) , 0 ) ; assertTrue ( loc0 . getKeys ( ) . isEmpty ( ) ) ; assertNull ( loc0 . getValue ( "srini_string" ) ) ; } | some tests for the constructor . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetIndex concode_elem_sep void testGetValue concode_elem_sep void testGetKey concode_elem_sep void testSerialization concode_elem_sep void testEquals |
void function ( String arg0 ) { this . upValue = arg0 ; } | sets the value of the upvalue property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep String upValue concode_elem_sep Boolean bindClickToWidget concode_elem_sep Label label concode_... |
void function ( ) { prepareStateTest ( ) ; state . setName ( null ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_STATE_WITHOUT_NAME ) ; } | a regular state must have a name . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_s... |
EntityManagerFactoryProxy function ( String arg0 ) { if ( ! proxiedFactories . containsKey ( arg0 ) ) { proxiedFactories . put ( arg0 , new EntityManagerFactoryProxy ( ) ) ; } return proxiedFactories . get ( arg0 ) ; } | create new wrapper for persistenceunitname and hold it 's instance for future use . concode_field_sep Object reloadLock concode_elem_sep AgentLogger LOGGER concode_elem_sep String persistenceUnitName concode_elem_sep EntityManagerFactory currentInstance concode_elem_sep Object builder concode_elem_sep Map<String,Entity... |
void function ( PropertyChangeListener arg0 ) { propertyChangeSupport . removePropertyChangeListener ( arg0 ) ; } | javabeans boilerplate code ... concode_field_sep String oldRawText concode_elem_sep VerifyListener verifyListener concode_elem_sep boolean fireChangeOnKeystroke concode_elem_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep String oldValidText concode_elem_sep String FIELD_TEXT concode_elem_sep Runnable ... |
ProxyFactory < ? > function ( ) { return proxyFactory ; } | get the client proxy factory to use to construct proxy instances . concode_field_sep Map<Class<?>,Object> privateData concode_elem_sep ViewInstanceFactory viewInstanceFactory concode_elem_sep Set<Method> asyncMethods concode_elem_sep ServiceName viewServiceName concode_elem_sep OrderedItemContainer<InterceptorFactory> ... |
boolean function ( File arg0 ) { if ( arg0 . exists ( ) ) { File [ ] loc0 = arg0 . listFiles ( ) ; for ( File loc1 : loc0 ) { if ( loc1 . isDirectory ( ) ) { deleteDirectory ( loc1 ) ; } else { loc1 . delete ( ) ; } } } return ( arg0 . delete ( ) ) ; } | recursively delete a directory . concode_field_sep char ILLEGAL_FILENAME_CHARS_REPLACE concode_elem_sep char[] ILLEGAL_FILENAME_CHARS concode_field_sep void zip concode_elem_sep String sanitizeFileName concode_elem_sep String sanitizeFileName concode_elem_sep void zipDirectory concode_elem_sep void copy concode_elem_se... |
byte [ ] function ( ) { return getPartition ( ) . getPartitionKeyEnd ( ) ; } | deprecated : use #getpartition concode_field_sep byte[] tabletId concode_elem_sep ReplicaPB pb concode_elem_sep Partition partition concode_elem_sep List<Replica> replicas concode_field_sep String getRpcHost concode_elem_sep Partition getPartition concode_elem_sep Replica getOneOfRoleOrNull concode_elem_sep byte[] getS... |
int function ( ) { return currBlkIdx ; } | get the current block number , zero based . concode_field_sep int DEFAULT_RCDSIZE concode_elem_sep int currBlkIdx concode_elem_sep boolean debug concode_elem_sep InputStream inStream concode_elem_sep int DEFAULT_BLKSIZE concode_elem_sep int recsPerBlock concode_elem_sep int currRecIdx concode_elem_sep OutputStream outS... |
E function ( final String arg0 , @ Nullable final ShareOpenGraphObject arg1 ) { this . bundle . putParcelable ( arg0 , arg1 ) ; return ( E ) this ; } | sets an object value in the object . concode_field_sep Bundle bundle concode_elem_sep Bundle bundle concode_field_sep E putStringArrayList concode_elem_sep SharePhoto getPhoto concode_elem_sep E putPhotoArrayList concode_elem_sep E putDoubleArray concode_elem_sep double getDouble concode_elem_sep E putDouble concode_el... |
Vertexboneassignment function ( ) { return new Vertexboneassignment ( ) ; } | create an instance of vertexboneassignment concode_field_sep PlaceHolder placeHolder concode_field_sep ColourSpecular createColourSpecular concode_elem_sep Submesh createSubmesh concode_elem_sep Submeshes createSubmeshes concode_elem_sep Extremes createExtremes concode_elem_sep Boneassignments createBoneassignments con... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.