code
stringlengths
20
663
nl
stringlengths
68
7.19k
String function ( ) { return dictionary . getString ( COSName . URL ) ; }
returns the url . concode_field_sep COSDictionary dictionary concode_field_sep void setTimestampRequired concode_elem_sep boolean isTimestampRequired concode_elem_sep COSDictionary getDictionary concode_elem_sep COSBase getCOSObject concode_elem_sep void setURL
void function ( AbstractBeanFactoryBasedTargetSource arg0 ) { this . targetBeanName = arg0 . targetBeanName ; this . targetClass = arg0 . targetClass ; this . beanFactory = arg0 . beanFactory ; }
copy configuration from the other abstractbeanfactorybasedtargetsource object . subclasses should override this if they wish to expose it . concode_field_sep String targetBeanName concode_elem_sep long serialVersionUID concode_elem_sep BeanFactory beanFactory concode_elem_sep Log logger concode_elem_sep Class<?> target...
CompositeTriggeringPolicy function ( @ PluginElement ( "srini_string" ) final TriggeringPolicy ... arg0 ) { return new CompositeTriggeringPolicy ( arg0 ) ; }
create a compositetriggeringpolicy . concode_field_sep TriggeringPolicy[] policies concode_field_sep boolean isTriggeringEvent concode_elem_sep String toString concode_elem_sep void initialize
boolean function ( EObject arg0 ) { MetamodelAspect loc0 = getSqlAspect ( arg0 ) ; if ( loc0 != null && loc0 instanceof SqlForeignKeyAspect ) return true ; return false ; }
determine if the supplied eobject has a sqlforeignkeyaspect concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isValidTreeTransformationTarget concode_elem_sep boolean isProcedureParameter concode_elem_sep boolean isTransformation concode_elem_sep boolean isAnnotation concode_elem_sep boolean isModel c...
void function ( Channel arg0 ) { }
indicates that the given channel has been terminated . after this occurs , we are guaranteed not to read from the associated streams again , so any state can be cleaned up . concode_field_sep PlaceHolder placeHolder concode_field_sep ManagedBuffer getChunk concode_elem_sep void registerChannel concode_elem_sep ManagedB...
Project function ( ) { return project ; }
returns the project . concode_field_sep Date endDate concode_elem_sep Project project concode_elem_sep Long id concode_elem_sep Class theClass concode_elem_sep long serialVersionUID concode_elem_sep Date startDate concode_elem_sep Double fraction concode_field_sep Date getStartDate concode_elem_sep void setStartDate co...
ConfigurationMetadataRepositoryJsonBuilder function ( InputStream ... arg0 ) { ConfigurationMetadataRepositoryJsonBuilder loc0 = create ( ) ; for ( InputStream loc1 : arg0 ) { loc0 = loc0 . withJsonResource ( loc1 ) ; } return loc0 ; }
create a new builder instance using #utf_8 as the default charset and thespecified json resource . concode_field_sep Charset defaultCharset concode_elem_sep List<SimpleConfigurationMetadataRepository> repositories concode_elem_sep Charset UTF_8 concode_elem_sep JsonReader reader concode_field_sep SimpleConfigurationMet...
RunMzDeviation function ( String arg0 ) { return runMzDeviationMap . get ( arg0 ) ; }
returns the mz deviation statistics class for the spectrum file of interest . null if not estimated . concode_field_sep SpectrumFactory spectrumFactory concode_elem_sep HashMap<String,RunMzDeviation> runMzDeviationMap concode_field_sep void clearErrors concode_elem_sep void estimateErrors concode_elem_sep MSnSpectrum r...
void function ( boolean arg0 ) { this . forkContext = arg0 ; }
whether to fork and create a new inner camelcontext instead of reusing the same camelcontext . concode_field_sep long connectionTimeout concode_elem_sep int queueSize concode_elem_sep long pollInterval concode_elem_sep Map<String,String> dispatchMap concode_elem_sep URI uri concode_elem_sep String innerProtocol concode...
void function ( ClientProcess arg0 ) { this . client = arg0 ; gradle . addListener ( new IPCExecutionListener ( arg0 ) ) ; }
gives your protocol a chance to store this client so it can access its functions . concode_field_sep Gradle gradle concode_elem_sep StringBuffer bufferedLiveOutput concode_elem_sep float totalTasksExecuted concode_elem_sep Timer liveOutputTimer concode_elem_sep Logger logger concode_elem_sep ClientProcess client concod...
boolean function ( Object arg0 ) { if ( arg0 == null || ! ( arg0 instanceof ZipShort ) ) { return false ; } return value == ( ( ZipShort ) arg0 ) . getValue ( ) ; }
override to make two instances with same value equal . concode_field_sep int BYTE_1_SHIFT concode_elem_sep int BYTE_1_MASK concode_elem_sep int value concode_field_sep int getValue concode_elem_sep int getValue concode_elem_sep int getValue concode_elem_sep int hashCode concode_elem_sep Object clone concode_elem_sep St...
List < Member > function ( ) { return properties ; }
gets the properties . concode_field_sep String finamParam concode_elem_sep String finalParamForId concode_elem_sep Class<Object> mainClass concode_elem_sep Class composeKey concode_elem_sep String name concode_elem_sep String finalParamForIdVariables concode_elem_sep String finamParamVariables concode_elem_sep List<Mem...
boolean function ( Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ! ( arg0 instanceof RangeType ) ) { return false ; } RangeType loc0 = ( RangeType ) arg0 ; if ( ! this . name . equals ( loc0 . toString ( ) ) ) { return false ; } return true ; }
returns true if this object is equal to the specified object , and false otherwise . concode_field_sep RangeType FULL concode_elem_sep RangeType POSITIVE concode_elem_sep String name concode_elem_sep RangeType NEGATIVE concode_elem_sep long serialVersionUID concode_field_sep Object readResolve concode_elem_sep int hash...
Observable < Session > function ( String arg0 ) { io . vertx . rx . java . ObservableFuture < Session > loc0 = io . vertx . rx . java . RxHelper . observableFuture ( ) ; get ( arg0 , loc0 . toHandler ( ) ) ; return loc0 ; }
get the session with the specified id concode_field_sep io.vertx.ext.web.sstore.SessionStore delegate concode_field_sep Observable<Boolean> putObservable concode_elem_sep Observable<Boolean> clearObservable concode_elem_sep void clear concode_elem_sep SessionStore newInstance concode_elem_sep Object getDelegate concode...
int function ( ) { return xCoordinate ; }
returns x-coordinate of the animal . concode_field_sep int xCoordinate concode_elem_sep Color color concode_elem_sep int yCoordinate concode_elem_sep int age concode_field_sep int getAge concode_elem_sep void setColor concode_elem_sep void performAction concode_elem_sep void setCoordinates concode_elem_sep void setCoor...
String function ( ) { return root . toPrettyString ( 0 ) . substring ( 1 ) ; }
return a string representing this treegraph . by default , the nodes of the treegraph are printed in lispy parenthesized format , with one node per line , indented according to depth . concode_field_sep Map<Integer,TreeGraphNode> indexMap concode_elem_sep TreeGraphNode root concode_elem_sep long serialVersionUID concod...
List < XAttr > function ( INode arg0 , int arg1 ) { XAttrFeature loc0 = arg0 . getXAttrFeature ( arg1 ) ; return loc0 == null ? ImmutableList . < XAttr > of ( ) : loc0 . getXAttrs ( ) ; }
reads the existing extended attributes of an inode . if the inode does not have an xattr , then this method returns an empty list . must be called while holding the fsdirectory read lock . concode_field_sep Map<String,String> internedNames concode_field_sep void updateINodeXAttrs
String function ( ) { Format loc0 = Format . getPrettyFormat ( ) ; XMLOutputter loc1 = new XMLOutputter ( loc0 ) ; return loc1 . outputString ( buildI18nXml ( ) ) ; }
build i18n resource xml in sling i18n message format . concode_field_sep String JCR_PRIMARY_TYPE concode_elem_sep Namespace NAMESPACE_NT concode_elem_sep String JCR_MIXIN_TYPES concode_elem_sep String SLING_KEY concode_elem_sep List<String> JCR_MIX_LANGUAGE concode_elem_sep String languageKey concode_elem_sep List<Stri...
void function ( ) { if ( loginPageRenderer != null ) { loginPageRenderer . add ( parent ) ; } }
convenience method to add the parent participant to the login renderer concode_field_sep Participant parent concode_elem_sep OnDemandRenderer loginPageRenderer concode_elem_sep boolean invalidPresentation concode_elem_sep String presentationPassword concode_elem_sep boolean invalidPassword concode_elem_sep String prese...
String function ( ) { return String . format ( "srini_string" , this . getStartOffset ( ) , this . getEndOffset ( ) ) ; }
returns the content of the page range as a string . concode_field_sep long endOffset concode_elem_sep long startOffset concode_field_sep long getEndOffset concode_elem_sep void setEndOffset concode_elem_sep void setStartOffset concode_elem_sep long getStartOffset
AllocationExplanation function ( ) { return explanation ; }
get explanations of current routing concode_field_sep DiscoveryNodes nodes concode_elem_sep Map<ShardId,Set<String>> ignoredShardToNodes concode_elem_sep AllocationExplanation explanation concode_elem_sep boolean ignoreDisable concode_elem_sep boolean debugDecision concode_elem_sep AllocationDeciders deciders concode_e...
HashMap function ( ) { return fixedIps ; }
returns the fixed ip information . concode_field_sep HashMap<String,Ip4Address> fixedIps concode_elem_sep MacAddress macAddress concode_elem_sep String deviceOwner concode_elem_sep String name concode_elem_sep String tenantId concode_elem_sep String networkId concode_elem_sep List<String> securityGroups concode_elem_se...
Precipitation function ( ) { return precipitation ; }
returns precipitation data . concode_field_sep Atmosphere atmosphere concode_elem_sep Temperature temperature concode_elem_sep Precipitation precipitation concode_elem_sep String VIRTUAL_TEMP_MINMAX concode_elem_sep Wind wind concode_elem_sep String[] VIRTUAL_PROPERTIES concode_elem_sep String error concode_elem_sep St...
Boolean function ( ) { return displayRight ; }
gets the display right . concode_field_sep Date date concode_elem_sep Boolean displayRight concode_elem_sep String displayName concode_elem_sep String displayDate concode_elem_sep Long conversationTitleId concode_elem_sep Long id concode_elem_sep String time concode_elem_sep String message concode_elem_sep Long userId ...
boolean function ( ) { return currentlyShowing ; }
gets whether this time zone has is checked , and so should be displayed in the bottom table ui . concode_field_sep boolean currentlyShowing concode_elem_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String abbreviation concode_elem_sep String mapCommandButtonI...
Object function ( String arg0 , Object arg1 ) { checkKey ( arg0 ) ; map . put ( arg0 , arg1 ) ; return arg1 ; }
sets the specified key/value in the underlying map field . concode_field_sep Map<String,Object> map concode_field_sep int size concode_elem_sep Set<Map.Entry<String,Object>> entrySet concode_elem_sep boolean containsKey concode_elem_sep Collection<Object> values concode_elem_sep void putAll concode_elem_sep Object get ...
int function ( ) { notClosed ( ) ; return 0 ; }
this method returns 0 since there is currently no timeout with jcr 1.0 or jcr 2.0 . concode_field_sep int rowLimit concode_elem_sep boolean poolable concode_elem_sep boolean closed concode_elem_sep SQLWarning warning concode_elem_sep JcrConnection connection concode_elem_sep int fetchDirection concode_elem_sep int more...
HsqlException function ( String arg0 , String arg1 , int arg2 ) { return new HsqlException ( null , arg0 , arg1 , arg2 ) ; }
compose error in placeholders within the error message . the message string contains $ $ markers for each context variable . context variables are supplied in the add parameters . concode_field_sep String MESSAGE_TAG concode_elem_sep int SQL_STATE_DIGITS concode_elem_sep int ERROR_CODE_BASE concode_elem_sep int bundleH...
String function ( ) { return this . macAddress ; }
the media access control mac address of the interface . this is currently unsupported and will not be returned in output . concode_field_sep String macAddress concode_elem_sep String ipv6Address concode_elem_sep String ipv4Address concode_field_sep String getIpv4Address concode_elem_sep NetworkInterface withIpv6Address...
void function ( ) { try { schedulerFactoryBean . destroy ( ) ; } catch ( SchedulerException loc0 ) { throw new SchedulerShutdownException ( "srini_string" , loc0 ) ; } }
shuts down motechschedulerfactorybean . concode_field_sep ApplicationContext applicationContext concode_elem_sep Properties schedulerProperties concode_elem_sep SchedulerFactoryBean schedulerFactoryBean concode_field_sep void init concode_elem_sep boolean getBooleanWithDefault concode_elem_sep Scheduler getQuartzSchedu...
RNAIHairpinCache function ( ) { return theInstance ; }
method description concode_field_sep RNAIHairpinCache theInstance concode_elem_sep Map<String,Map<String,Collection<RNAIHairpinValue>>> hairpinScores concode_field_sep Collection<RNAIHairpinValue> getHairpinScores concode_elem_sep void addHairpinScore concode_elem_sep int compare
GridDataFactory function ( ) { return new GridDataFactory ( ) . fillDefaultsInternal ( ) ; }
creates a griddatafactory initialized with defaults . initial values are : align swt.fill , swt.fill exclude false grab false , false span 1,1 concode_field_sep GridData data concode_field_sep GridDataFactory fillDefaultsInternal concode_elem_sep GridDataFactory align concode_elem_sep GridDataFactory grab concode_elem_...
Properties function ( JSONObject arg0 ) { Properties loc0 = new Properties ( ) ; if ( arg0 != null ) { Iterator < String > loc1 = arg0 . loc1 ( ) ; while ( loc1 . hasNext ( ) ) { String loc2 = loc1 . next ( ) ; loc0 . put ( loc2 , arg0 . getString ( loc2 ) ) ; } } return loc0 ; }
converts the jsonobject into a property file object . concode_field_sep PlaceHolder placeHolder concode_field_sep JSONObject toJSONObject
void function ( PropertyChangeListener arg0 ) { this . propertyChangeSupport . addPropertyChangeListener ( arg0 ) ; }
adds a property change listener to the series . concode_field_sep long serialVersionUID concode_elem_sep EventListenerList listeners concode_elem_sep VetoableChangeSupport vetoableChangeSupport concode_elem_sep String description concode_elem_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep Comparable k...
void function ( String arg0 ) { this . lang = arg0 ; }
sets the value of the lang property . concode_field_sep List<String> clazzs concode_elem_sep List<Li> lis concode_elem_sep String style concode_elem_sep String language concode_elem_sep String id concode_elem_sep String title concode_elem_sep String lang concode_elem_sep String dir concode_field_sep String getLanguage ...
void function ( ) { removedPositions . clear ( ) ; removedPositionCount = 0 ; addedPositions . clear ( ) ; }
stop 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 c...
boolean function ( Context arg0 , Item arg1 ) { try { return WorkspaceItem . findByItem ( arg0 , arg1 ) != null ; } catch ( SQLException loc0 ) { throw new DSpaceSwordException ( loc0 ) ; } }
is the given item in a dspace workspace ? this method queries the database directly to determine if this is the case rather than using the dspace api which is very slow . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isItemInWorkflow concode_elem_sep InProgressSubmission getWorkflowItem concode_el...
void function ( ServletContextEvent arg0 ) { }
called when the servlet context is created . concode_field_sep Log log concode_elem_sep long PROCCESS_SLEEP_LENGTH concode_elem_sep OutputProgressModel outputProgressModel concode_elem_sep OutputProgressModel ouputProgressModel concode_elem_sep PersistentFacesState persistentFacesState concode_elem_sep String sessionId...
boolean function ( ) { return ascending ; }
is the sortcolumnname ascending . concode_field_sep String sortColumnName concode_elem_sep String oldSort concode_elem_sep boolean oldAscending concode_elem_sep boolean ascending concode_field_sep String getSortColumnName concode_elem_sep boolean isDefaultAscending concode_elem_sep void setAscending concode_elem_sep vo...
void function ( Item arg0 ) { }
performs task upon a single dspace item . used in conjunction with the distribute method to run a single task across multiple items . you should override this method if you want to use distribute to run your task across multiple dspace items . either this method or performobject should be overridden if distribute metho...
void function ( Context arg0 ) { if ( hasContext ( ) ) { contexts . removeFirst ( ) ; } }
removes the context from the top of the stack concode_field_sep Long threadId concode_elem_sep RhinoDebuggerImpl debugger concode_elem_sep long currentFrameId concode_elem_sep long currentContextId concode_elem_sep LinkedList contexts concode_field_sep void suspend concode_elem_sep void resume concode_elem_sep Object t...
void function ( String arg0 ) { this . millisecond = arg0 ; }
this method is used to set the value of millisecond in a second of the snapshot concode_field_sep String date concode_elem_sep String junctionName concode_elem_sep String month concode_elem_sep String hour concode_elem_sep String year concode_elem_sep Float pRed concode_elem_sep String millisecond concode_elem_sep Stri...
long function ( ) { return Time . monotonicNow ( ) ; }
current time from some arbitrary time base in the past , counting in milliseconds , and not affected by settimeofday or similar system clock changes . this is appropriate to use when computing how much longer to wait for an interval to expire . concode_field_sep PlaceHolder placeHolder concode_field_sep long now
String function ( String arg0 , int arg1 ) { return arg0 . arg1 ( ) > arg1 ? arg0 . substring ( 0 , arg1 ) : arg0 ; }
truncates the string at the length specified concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isBlank concode_elem_sep String join concode_elem_sep String capitalize concode_elem_sep String valueOrDefault
Number function ( Name arg0 ) { return library . getNumber ( entries , arg0 ) ; }
gets a number specified by the key in the dictionary entries . if the value is a reference , the number object that the reference points to is returned . if the key can not be found , or the resulting object is not a number , then null is returned . concode_field_sep Name LENGTH_KEY concode_elem_sep Name FORM_TYPE_KEY ...
void function ( BigInteger arg0 ) { this . minimumCumulativeRefillAmountInCents = arg0 ; }
sets the value of the minimumcumulativerefillamountincents property . concode_field_sep String description concode_elem_sep String promoCode concode_elem_sep long serialVersionUID concode_elem_sep BigInteger minimumCumulativeRefillAmountInCents concode_field_sep String getPromoCode concode_elem_sep BigInteger getMinimu...
int function ( int arg0 , int arg1 ) { return arg0 * arg1 / gcd ( arg1 , arg0 ) ; }
calculates the least common multiple of two numbers concode_field_sep PlaceHolder placeHolder concode_field_sep int gcd concode_elem_sep int gcd
void function ( ActivityManagerListener arg0 ) { listeners . remove ( arg0 ) ; }
removes a listener from the progress manager . concode_field_sep ActivityManager instance concode_elem_sep ArrayList<ActivityModel> models concode_elem_sep ArrayList<ActivityManagerListener> listeners concode_field_sep void add concode_elem_sep ArrayList<ActivityModel> getActivityModels concode_elem_sep ActivityManager...
void function ( String arg0 ) { if ( arg0 != null ) { args . add ( arg0 ) ; } }
add a simple argument to the command line . will not quote/escape arguments that have a space in them . concode_field_sep List<String> args concode_field_sep void addArg concode_elem_sep String quote concode_elem_sep void debug concode_elem_sep void addEqualsArg concode_elem_sep String findJavaBin concode_elem_sep Stri...
void function ( TagWriter arg0 ) { doRenderFromCollection ( ( Collection < ? > ) this . optionSource , arg0 ) ; }
renders the inner ' option ' tags using the #optionsource . concode_field_sep Object optionSource concode_elem_sep boolean htmlEscape concode_elem_sep String labelProperty concode_elem_sep BindStatus bindStatus concode_elem_sep String valueProperty concode_field_sep void writeCommonAttributes concode_elem_sep String pr...
float function ( ) { if ( ( mRatingStyle != RATING_PERCENTAGE ) || ! isRated ( ) ) { return - 1.0f ; } else { return mRatingValue ; } }
return the percentage-based rating value . concode_field_sep int RATING_3_STARS concode_elem_sep int RATING_THUMB_UP_DOWN concode_elem_sep int RATING_4_STARS concode_elem_sep float mRatingValue concode_elem_sep int mRatingStyle concode_elem_sep float RATING_NOT_RATED concode_elem_sep Parcelable.Creator<Rating> CREATOR ...
int function ( ) { return lineNumber ; }
returns how many lines have been read . concode_field_sep BufferedReader in concode_elem_sep int lineNumber concode_elem_sep char comment concode_elem_sep boolean hasComment concode_field_sep BufferedReader getReader concode_elem_sep void setComment concode_elem_sep List<String> extractWords concode_elem_sep boolean is...
int function ( ) { return logLevel ; }
returns the level of logging that will be displayed . concode_field_sep int logLevel concode_elem_sep int LOG_LEVEL_NONE concode_field_sep void d concode_elem_sep void d concode_elem_sep void setLogLevel concode_elem_sep void log concode_elem_sep void e concode_elem_sep void e concode_elem_sep void v concode_elem_sep v...
Object function ( String arg0 ) { return this . request . getAttribute ( arg0 ) ; }
the default behavior of this method is to call getattribute string name on the wrapped request object . concode_field_sep ServletRequest request concode_field_sep void setRequest concode_elem_sep String getRemoteAddr concode_elem_sep ServletRequest getRequest concode_elem_sep String getRemoteHost concode_elem_sep Map g...
S function ( ) { return AbstractStub . this . build ( ClientInterceptors . intercept ( stubChannel , interceptors ) , config . build ( methodMap ) ) ; }
create a new stub with the configurations made on this builder . concode_field_sep Map<String,MethodDescriptor<?,?>> methodMap concode_elem_sep Channel stubChannel concode_elem_sep Channel channel concode_elem_sep C config concode_elem_sep List<ClientInterceptor> interceptors concode_field_sep StubConfigBuilder addInte...
void function ( String arg0 ) { this . threshold = arg0 ; }
sets the value of the threshold property . concode_field_sep String name concode_elem_sep String description concode_elem_sep String threshold concode_elem_sep String label concode_elem_sep String id concode_elem_sep String type concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String getL...
IndexToLocationTable function ( ) { IndexToLocationTable loc0 = ( IndexToLocationTable ) tables . get ( IndexToLocationTable . TAG ) ; if ( loc0 != null && ! loc0 . getInitialized ( ) ) { readTable ( loc0 ) ; } return loc0 ; }
get the loca table for this ttf . concode_field_sep Map<String,TTFTable> tables concode_elem_sep TTFDataStream data concode_elem_sep Map<String,Integer> postScriptNames concode_elem_sep float version concode_elem_sep int numberOfGlyphs concode_elem_sep int unitsPerEm concode_field_sep OS2WindowsMetricsTable getOS2Windo...
CLIConnectionFactory function ( String arg0 ) { this . httpsProxyTunnel = arg0 ; return this ; }
configures the http proxy that we use for making a plain tcp/ip connection . `` host : port '' that points to an http proxy or null . concode_field_sep String authorization concode_elem_sep URL jenkins concode_elem_sep String httpsProxyTunnel concode_elem_sep ExecutorService exec concode_field_sep CLIConnectionFactory ...
void function ( ) { rows . clear ( ) ; }
clear rows concode_field_sep Integer noViewColumns concode_elem_sep Integer column concode_elem_sep Integer row concode_elem_sep LinkedHashMap<Integer,MBrowseField> browserFields concode_elem_sep LinkedHashMap<Integer,Integer> displayIndexes concode_elem_sep LinkedHashMap<Integer,LinkedHashMap<Integer,GridField>> rows ...
void function ( JSModule arg0 ) { Preconditions . checkNotNull ( arg0 ) ; Preconditions . checkState ( arg0 != this , "srini_string" , this ) ; deps . add ( arg0 ) ; }
adds a dependency on another module . concode_field_sep int depth concode_elem_sep String name concode_elem_sep List<JSModule> deps concode_elem_sep List<CompilerInput> inputs concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep void add concode_elem_sep List<String> getSortedDependencyNam...
LatLng function ( ) { return mCoordinate ; }
gets the coordinates concode_field_sep String GEOMETRY_TYPE concode_elem_sep LatLng mCoordinate concode_field_sep String getGeometryType concode_elem_sep String toString
void function ( Bundle arg0 , Date arg1 ) { Validate . notNull ( arg0 , "srini_string" ) ; Validate . notNull ( arg1 , "srini_string" ) ; putDate ( arg0 , LAST_REFRESH_DATE_KEY , arg1 ) ; }
puts the last refresh date into a bundle . concode_field_sep String TOKEN_SOURCE_KEY concode_elem_sep long INVALID_BUNDLE_MILLISECONDS concode_elem_sep String TOKEN_KEY concode_elem_sep String PERMISSIONS_KEY concode_elem_sep String EXPIRATION_DATE_KEY concode_elem_sep String LAST_REFRESH_DATE_KEY concode_elem_sep Stri...
void function ( ) { this . delegate . run ( ) ; }
delegates execution to the underlying runnable . concode_field_sep Runnable delegate concode_elem_sep WorkManager workManager concode_elem_sep String workManagerName concode_elem_sep Logger log concode_field_sep boolean isDaemon concode_elem_sep void release concode_elem_sep void initialize concode_elem_sep Runnable ge...
MockSettings function ( MockReset arg0 ) { return apply ( arg0 , Mockito . withSettings ( ) ) ; }
create mocksettings settings to be used with mocks where a specific resetshould occur . concode_field_sep MockUtil util concode_elem_sep MockReset reset concode_field_sep MockSettings before concode_elem_sep MockSettings apply concode_elem_sep MockReset get concode_elem_sep MockReset getReset concode_elem_sep void repo...
boolean function ( ) { return StaticHelper . initOpenCV ( false ) ; }
loads and initializes opencv library from current application package . roughly , it 's an analog of system.loadlibrary `` opencv_java '' . concode_field_sep String OPENCV_VERSION_2_4_4 concode_elem_sep String OPENCV_VERSION_2_4_8 concode_elem_sep String OPENCV_VERSION_2_4_3 concode_elem_sep String OPENCV_VERSION_2_4_7...
void function ( CommunicationChannels arg0 ) { this . communicationChannels = arg0 ; }
set the communication channels for the connection concode_field_sep EventSource eventSource concode_elem_sep CommunicationChannels communicationChannels concode_elem_sep EventType eventType concode_elem_sep String remoteNetworkServicePublicKey concode_field_sep void setSource concode_elem_sep EventType getEventType con...
MethodInfo function ( String arg0 , String arg1 ) { ClassInfo loc0 = classesInfo . get ( arg0 ) ; if ( loc0 != null ) { return loc0 . getMethodInfo ( arg1 ) ; } return null ; }
returns information about a method or attribute concode_field_sep MethodInfo[] VOID_METHOD_INFO_ARRAY concode_elem_sep Map<String,ClassInfo> classesInfo concode_elem_sep EditorDoc editorDoc concode_field_sep String[] getPredefinedNames concode_elem_sep String[] getObjectAndVariableNames concode_elem_sep ClassInfo getCl...
ExtensionList < ProcessKiller > function ( ) { return ExtensionList . lookup ( ProcessKiller . class ) ; }
returns all the registered processkiller descriptors . concode_field_sep long serialVersionUID concode_field_sep boolean kill
void function ( ) { List < String > loc0 = batchValidator . validateOneTimeInputs ( "srini_string" , "srini_string" ) ; assertNotNull ( loc0 ) ; assertEquals ( 2 , loc0 . size ( ) ) ; assertEquals ( "srini_string" , loc0 . get ( 0 ) ) ; assertEquals ( "srini_string" , loc0 . get ( 1 ) ) ; }
invalid scenario : with empty argument value of jobname and invalid date concode_field_sep String jobName concode_elem_sep String cronExpression concode_elem_sep String date concode_elem_sep BatchValidator batchValidator concode_field_sep void validateSchedulerInputsTest concode_elem_sep void validateSchedulerInputsWit...
BlimpFeedbackData function ( String [ ] arg0 , String [ ] arg1 ) { return new BlimpFeedbackData ( arg0 , arg1 ) ; }
create a blimpfeedbackdata object . concode_field_sep Map<String,String> mData concode_field_sep Map<String,String> asMap
String function ( ) { return SVG_NAMESPACE_URI ; }
returns the svg namespace uri . concode_field_sep PlaceHolder placeHolder concode_field_sep Bridge getInstance
void function ( String arg0 , long arg1 , MetricsRecordBuilder arg2 ) { verify ( arg2 ) . addCounter ( eq ( arg0 ) , anyString ( ) , gt ( arg1 ) ) ; }
assert that a long counter metric is greater than a value concode_field_sep Log LOG concode_field_sep MetricsRecordBuilder getMetrics concode_elem_sep void assertGauge concode_elem_sep void assertGauge concode_elem_sep void assertGauge concode_elem_sep void assertGauge concode_elem_sep void assertCounter concode_elem_s...
int function ( ) { return this . shardId . id ( ) ; }
returns shard id where failure occurred concode_field_sep String reason concode_elem_sep ShardId shardId concode_elem_sep String nodeId concode_elem_sep RestStatus status concode_field_sep String reason concode_elem_sep void writeTo concode_elem_sep void readFrom concode_elem_sep void toXContent concode_elem_sep XConte...
AbstractWindowTarget function ( ) { return CWin . getInstance ( ) . getTarget ( ) ; }
get window target concode_field_sep PlaceHolder placeHolder concode_field_sep PropertyObject getControl concode_elem_sep PropertyObject getControl concode_elem_sep PropertyObject getControl concode_elem_sep ClarionKey newKey concode_elem_sep ClarionReal newReal concode_elem_sep ClarionAny newAny concode_elem_sep Clario...
void function ( HeapElement arg0 ) { if ( arg0 . shift ( ) ) { queue . add ( arg0 ) ; } else if ( arg0 . inclusion ) { if ( 0 == -- nInclusionsRemaining ) { queue . clear ( ) ; } } }
if the given element 's iterator has more data , then push back onto the heap . concode_field_sep DateValue head concode_elem_sep boolean inclusion concode_elem_sep int nInclusionsRemaining concode_elem_sep Comparator<HeapElement> CMP concode_elem_sep HeapElement pending concode_elem_sep RecurrenceIterator it concode_e...
int function ( String arg0 ) { int loc0 = countMatches ( arg0 , "srini_string" ) ; if ( loc0 < 1 ) return 0 ; else if ( loc0 <= 1 && loc0 < 2 ) return 5 ; return 10 ; }
assesses special character count . here special characters are non-word and non-space ones . level 0 0 points : no special characters level 1 5 points : one special character exists level 2 10 points : more than one special character exists concode_field_sep int TOTAL_POINTS concode_field_sep int assessLetters concode_...
V function ( K arg0 ) { return _source . get ( arg0 ) ; }
returns the value that is specified by the key . concode_field_sep Map<K,V> _source concode_field_sep int size concode_elem_sep boolean containsKey concode_elem_sep Collection<V> values concode_elem_sep boolean isEmpty concode_elem_sep Set<K> keySet concode_elem_sep boolean containsValue
boolean function ( int arg0 ) { return ( arg0 >= LOGLEVEL ) ; }
determine if log level will be logged concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setLogLevel concode_e...
List < String > function ( ModuleClassLoader arg0 , String arg1 , boolean arg2 ) { List < String > loc0 = new ArrayList < > ( ) ; Iterator < Resource > loc1 = arg0 . iterateResources ( arg1 , arg2 ) ; while ( loc1 . hasNext ( ) ) { loc0 . add ( loc1 . next ( ) . getName ( ) ) ; } return loc0 ; }
lists resources in deployment using provided api for iterating resources concode_field_sep PlaceHolder placeHolder concode_field_sep void filterResources concode_elem_sep String classToPath
String function ( ) { return "srini_string" ; }
returns the label of this refactoring 's command . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep TransactionalEditingDomain getEditingDomain concode_elem_sep Resource getResource concode_elem_sep List<?> getAffectedFiles concode_elem_sep T getContextObject concode_...
double function ( ) { return VFA ( ) > 60 ? PD : VSAO ( ) ; }
3 pans v offset concode_field_sep double BT concode_elem_sep double OC concode_elem_sep double PD concode_elem_sep double BW concode_elem_sep double PW concode_elem_sep boolean panIsRound concode_elem_sep double PL concode_field_sep double VMRC concode_elem_sep double VORC concode_elem_sep double VSAO concode_elem_sep ...
Class < ? > [ ] function ( @ Nullable final Object ... arg0 ) { if ( ArrayHelper . isEmpty ( arg0 ) ) return EMPTY_CLASS_ARRAY ; final Class < ? > [ ] loc0 = new Class < ? > [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; ++ loc1 ) loc0 [ loc1 ] = arg0 [ loc1 ] . getClass ( ) ; return loc0 ; }
get an array with all the classes of the passed object array . concode_field_sep Class<?>[] EMPTY_CLASS_ARRAY concode_elem_sep GenericReflection s_aInstance concode_elem_sep Logger s_aLogger concode_field_sep Class<DATATYPE> getClassFromName concode_elem_sep Class<DATATYPE> getClassFromNameSafe concode_elem_sep Constru...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
get custom serializer concode_field_sep com.google.api.ads.dfa.axis.v1_20.Advertiser advertiser concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.google.api.ads.dfa.axis.v1_20.CampaignBase campaign concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.dfa.axis.v1_20.ClickCommandI...
void function ( String arg0 ) { this . source = arg0 ; }
set the value of source . concode_field_sep int MAGIC_HASH_INIT_VALUE concode_elem_sep Confidence confidence concode_elem_sep String name concode_elem_sep int MAGIC_HASH_MULTIPLIER concode_elem_sep long serialVersionUID concode_elem_sep String source concode_elem_sep boolean used concode_elem_sep String value concode_f...
void function ( int arg0 ) { if ( arg0 > cap ) { int loc0 = cap << 1 ; if ( loc0 < arg0 ) loc0 = arg0 ; mem . reallocate ( loc0 ) ; assert mem . capacity ( ) >= loc0 ; data = mem . data ( ) ; cap = loc0 ; } }
ensure capacity . concode_field_sep int cap concode_elem_sep PlatformMemory mem concode_elem_sep long data concode_elem_sep int pos concode_field_sep void unsafeWriteLong concode_elem_sep void writeShortArray concode_elem_sep void shift concode_elem_sep void writeLongArray concode_elem_sep void writeBooleanArray concod...
void function ( TopicPartition arg0 ) { HashSet < LogFilePath > loc0 = mFiles . get ( arg0 ) ; if ( loc0 == null ) { return ; } HashSet < LogFilePath > loc1 = ( HashSet < LogFilePath > ) loc0 . clone ( ) ; for ( LogFilePath loc2 : loc1 ) { deletePath ( loc2 ) ; } }
delete all paths , files , and writers in a given topic partition . concode_field_sep HashMap<LogFilePath,Long> mCreationTimes concode_elem_sep Logger LOG concode_elem_sep SecorConfig mConfig concode_elem_sep HashMap<TopicPartition,HashSet<LogFilePath>> mFiles concode_elem_sep HashMap<LogFilePath,FileWriter> mWriters c...
Builder function ( ) { if ( centerCrop ) { throw new IllegalStateException ( "srini_string" ) ; } centerInside = true ; return this ; }
centers an image inside of the bounds specified by #resize int , int . this scales the image so that both dimensions are equal to or less than the requested bounds . concode_field_sep boolean centerInside concode_elem_sep float rotationPivotY concode_elem_sep float rotationPivotX concode_elem_sep int resourceId concode...
java . lang . String function ( ) { return internalId ; }
gets the internalid value for this customfieldref . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String internalId concode_elem_sep java.lang.String scriptId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache....
void function ( String arg0 ) { assertMethodCallCount ( null , arg0 , new CallCount ( 1 , Integer . MAX_VALUE ) ) ; }
checks that the given method has been called at least once on each known instance of the class . uses junit internally , hence expect the normal exception throwing in case of failure . concode_field_sep Integer STATIC_INSTANCE_ID concode_elem_sep Map<Integer,InstrumentedInstance> instrumentedInstances concode_elem_sep ...
void function ( String arg0 ) { this . id = arg0 ; }
sets the value of the id property . concode_field_sep PasswordString password concode_elem_sep String id concode_elem_sep AttributedString username concode_field_sep void setPassword concode_elem_sep PasswordString getPassword concode_elem_sep void setUsername concode_elem_sep String getId concode_elem_sep AttributedSt...
float function ( ) { return avg ; }
gets the average concode_field_sep BufferedReader buf concode_elem_sep String grade concode_elem_sep String name concode_elem_sep float tot concode_elem_sep float avg concode_elem_sep Map<Integer,Float> sub_marks concode_elem_sep String id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep ...
void function ( DataOutputStream arg0 , DataChecksum arg1 ) { writeHeader ( arg0 , new BlockMetadataHeader ( VERSION , arg1 ) ) ; }
writes all the fields till the beginning of checksum . concode_field_sep DataChecksum checksum concode_elem_sep short VERSION concode_elem_sep Log LOG concode_elem_sep HdfsConfiguration conf concode_elem_sep short version concode_field_sep short getVersion concode_elem_sep DataChecksum readDataChecksum concode_elem_sep...
String function ( ) { return this . ToDisposition ( ) . toString ( ) ; }
converts this object to a text string . concode_field_sep String type concode_elem_sep Map<String,String> parameters concode_field_sep DispositionBuilder SetDispositionType concode_elem_sep void setDispositionType concode_elem_sep ContentDisposition ToDisposition concode_elem_sep DispositionBuilder RemoveParameter conc...
void function ( int arg0 , float [ ] arg1 ) { short loc0 ; for ( int loc1 = 0 ; loc1 < 32 ; ) { loc0 = clip ( arg1 [ loc1 ++ ] ) ; append ( arg0 , loc0 ) ; } }
accepts 32 new pcm samples . concode_field_sep int OBUFFERSIZE concode_elem_sep int MAXCHANNELS concode_field_sep void clear_buffer concode_elem_sep void set_stop_flag concode_elem_sep void close concode_elem_sep void append concode_elem_sep short clip concode_elem_sep void write_buffer
void function ( int arg0 , int arg1 ) { steps . add ( new Step ( arg0 , arg1 ) ) ; }
prepend a step to the path . concode_field_sep Array<Step> steps concode_elem_sep int x concode_elem_sep int y concode_field_sep int getX concode_elem_sep int getX concode_elem_sep boolean contains concode_elem_sep int getY concode_elem_sep int getY concode_elem_sep int hashCode concode_elem_sep Step getStep concode_el...
void function ( ) { camera . release ( ) ; camera = null ; }
releases the camera concode_field_sep int cameraHeight concode_elem_sep SurfaceTexture surf concode_elem_sep int processingHeight concode_elem_sep Camera camera concode_elem_sep int processingWidth concode_elem_sep byte[] image concode_elem_sep int cameraWidth concode_field_sep void stopPreview concode_elem_sep void on...
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...
boolean function ( String arg0 , JSONArray arg1 , CallbackContext arg2 ) { CordovaArgs loc0 = new CordovaArgs ( arg1 ) ; return execute ( arg0 , loc0 , arg2 ) ; }
executes the request . this method is called from the webview thread . to do a non-trivial amount of work , use : cordova.getthreadpool . execute runnable ; to run on the ui thread , use : cordova.getactivity . runonuithread runnable ; concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface c...
Settings function ( ) { return settingsService . getSettings ( ) ; }
gets the current settings concode_field_sep SettingsService settingsService concode_field_sep void deleteSettings concode_elem_sep void updateSettings
void function ( String arg0 ) { write ( stdOut , arg0 ) ; }
append message to stdout of action log . concode_field_sep StringBuffer stdErr concode_elem_sep FastDateFormat dateFormat concode_elem_sep StringBuffer stdOut concode_field_sep String getStdOut concode_elem_sep void writeStdErr concode_elem_sep String getStdErr concode_elem_sep void write