code
stringlengths
20
663
nl
stringlengths
68
7.19k
boolean function ( ) { return true ; }
indicates whether this task should only run if current node is master concode_field_sep Map<T,TaskResult> executionResults concode_elem_sep TaskResult SUCCESS concode_elem_sep ClusterState resultingState concode_elem_sep Throwable failure concode_elem_sep Map<T,TaskResult> executionResults concode_field_sep Builder<T> ...
TagInfo function ( ) { return tagInfo ; }
get the taginfo for this class . concode_field_sep TagInfo tagInfo concode_field_sep void setTagInfo concode_elem_sep VariableInfo[] getVariableInfo concode_elem_sep boolean isValid
History function ( ) { return history ; }
returns the weather history of this response . concode_field_sep Header header concode_elem_sep History history concode_field_sep Header getHeader
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 java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep long[] activityIds concode_elem_sep boolean status concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem...
Integer function ( ) { return id ; }
gets the id . concode_field_sep Integer fk concode_elem_sep Integer id concode_elem_sep String value concode_elem_sep int version concode_elem_sep List childs concode_field_sep int getVersion concode_elem_sep Integer getFk concode_elem_sep String getValue concode_elem_sep void setFk concode_elem_sep void setVersion con...
KMLRegion function ( ) { return this . regionStack . peek ( ) ; }
returns the kml region on the top of this kml traversal context 's region stack , or null if the region stack is empty . the region on the top of the stack the last region added with a call to pushregion . this does not modify the contents of the stack . concode_field_sep Deque<KMLRegion> regionStack concode_elem_sep d...
void function ( ) { this . beanFactory . destroySingletons ( ) ; }
we must simulate container shutdown , which should clear threads . concode_field_sep DefaultListableBeanFactory beanFactory concode_elem_sep ExpectedException thrown concode_elem_sep int INITIAL_COUNT concode_field_sep void referenceIdentityByDefault concode_elem_sep void testFunctionalityWithNoInterceptors concode_ele...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.talend.mdm.webservice.WSRoutingEngineV2ActionCode wsAction concode_field_sep org.apache.axis.encoding.Serializer getSeri...
void function ( GL10 arg0 ) { if ( arg0 != null ) { if ( mState > STATE_NEW ) { int [ ] loc0 = new int [ 1 ] ; loc0 [ 0 ] = mTextureID ; arg0 . glDeleteTextures ( 1 , loc0 , 0 ) ; mState = STATE_NEW ; } } }
call when the surface has been destroyed concode_field_sep Canvas mCanvas concode_elem_sep float mTexelWidth concode_elem_sep int STATE_ADDING concode_elem_sep int mU concode_elem_sep int mV concode_elem_sep float baseline concode_elem_sep int mState concode_elem_sep ArrayList<Label> mLabels concode_elem_sep boolean mF...
boolean function ( Method arg0 ) { return ReflectionUtils . isHashCodeMethod ( arg0 ) ; }
determine whether the given method is a `` hashcode '' method . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isJdkDynamicProxy concode_elem_sep boolean canApply concode_elem_sep boolean canApply concode_elem_sep boolean canApply concode_elem_sep boolean canApply concode_elem_sep Object invokeJoin...
void function ( ImageMiddlewareImpl arg0 ) { PluginBinaryFile loc0 = pluginFileSystem . createBinaryFile ( pluginOwnerId , ImageManager . PATH_DIRECTORY , arg0 . getFileId ( ) . toString ( ) , FilePrivacy . PUBLIC , FileLifeSpan . PERMANENT ) ; loc0 . setContent ( arg0 . getData ( ) ) ; loc0 . persistToMedia ( ) ; }
save the image into a file in the file system concode_field_sep String PATH_DIRECTORY concode_elem_sep PluginFileSystem pluginFileSystem concode_elem_sep UUID pluginOwnerId concode_field_sep byte[] loadImageFile
double [ ] function ( ) { double [ ] loc0 = new double [ dimensions . length ] ; for ( int loc1 = 0 ; loc1 < dimensions . length ; loc1 ++ ) { loc0 [ loc1 ] = dimensions [ loc1 ] . doubleValue ( ) ; } return loc0 ; }
returns array of doubles approximating this point . concode_field_sep BigRational[] dimensions concode_field_sep int size concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep BigRational getDimension concode_elem_sep BigRational[] toArray concode_elem_sep String toString
String function ( ) { return creator ; }
this is a getter for ui concode_field_sep String recurId concode_elem_sep String hideStyle concode_elem_sep String availableStatus concode_elem_sep String creator concode_elem_sep Calendar cal concode_elem_sep List<SignupAttachment> attendeeAttachments concode_elem_sep boolean toDownload concode_elem_sep boolean showMy...
void function ( ) { try { LOG . info ( "srini_string" ) ; this . commands . flush ( ) ; LOG . info ( "srini_string" ) ; this . conn . commit ( ) ; } catch ( Exception loc0 ) { this . failed = true ; throw new RuntimeException ( loc0 ) ; } }
flushes jdbcwritercommands and commit . concode_field_sep long recordWrittenCount concode_elem_sep Connection conn concode_elem_sep String databaseName concode_elem_sep State state concode_elem_sep boolean failed concode_elem_sep JdbcWriterCommands commands concode_elem_sep Logger LOG concode_elem_sep String tableName ...
boolean function ( PublicKey arg0 , Signature arg1 ) { arg1 . initVerify ( arg0 ) ; arg1 . update ( content ) ; return arg1 . verify ( signature ) ; }
verifies the encapsulated digital signature by checking that it was generated by the owner of a designated public key . concode_field_sep byte[] signature concode_elem_sep long serialVersionUID concode_elem_sep byte[] content concode_elem_sep String thealgorithm concode_field_sep Object getObject concode_elem_sep Strin...
String function ( ) { return null ; }
provides c template concode_field_sep DeviceFamily fDeviceFamily concode_elem_sep PeripheralTemplateInformation fOwner concode_field_sep String getDefinition concode_elem_sep String getInstanceName concode_elem_sep void writeWizard concode_elem_sep void writeInfoConstants concode_elem_sep String getDeclaration concode_...
byte [ ] function ( Serializable arg0 ) { HsqlByteArrayOutputStream loc0 = new HsqlByteArrayOutputStream ( ) ; ObjectOutputStream loc1 = new ObjectOutputStream ( loc0 ) ; loc1 . writeObject ( arg0 ) ; return loc0 . toByteArray ( ) ; }
retrieves the serialized form of the specified object as an array of bytes . concode_field_sep long DEFAULT_COPY_AMOUNT concode_elem_sep int DEFAULT_COPY_BUFFER_SIZE concode_field_sep long copy concode_elem_sep long copy concode_elem_sep long copy concode_elem_sep long copy concode_elem_sep long copy concode_elem_sep l...
Boolean function ( ) { Boolean loc0 = false ; try { if ( AskSpectrumWidget . isDisplayed ( ) ) { System . out . println ( "srini_string" ) ; loc0 = true ; } } catch ( Exception loc1 ) { loc0 = false ; loc1 . printStackTrace ( ) ; } return loc0 ; }
bharadwaj functions started concode_field_sep WebElement onetimepayheader concode_elem_sep WebElement enrollbutton concode_elem_sep WebElement onetimedebitradiobutton concode_elem_sep WebElement autopayeftradiobutton concode_elem_sep WebElement pageheader concode_elem_sep WebElement autopaycreditradiobutton concode_ele...
String function ( String arg0 ) { Mapping loc0 = this . map . remove ( arg0 ) ; return ( loc0 == null ? null : loc0 . getMimeType ( ) ) ; }
remove an existing mapping . concode_field_sep String extension concode_elem_sep String mimeType concode_elem_sep Map<String,Mapping> map concode_elem_sep MimeMappings DEFAULT concode_field_sep String add concode_elem_sep Iterator<Mapping> iterator concode_elem_sep Collection<Mapping> getAll concode_elem_sep String get...
int function ( ) { assert assertSize ( ) ; return coreKeyToShard . size ( ) ; }
return the number of tracked segments . concode_field_sep Map<Object,ShardId> coreKeyToShard concode_elem_sep Map<String,Set<Object>> indexToCoreKey concode_field_sep void add concode_elem_sep boolean assertSize concode_elem_sep Set<Object> getCoreKeysForIndex concode_elem_sep ShardId getShardId
int function ( ) { return maxThreadCount ; }
returns maxthreadcount . concode_field_sep Setting<Integer> MAX_MERGE_COUNT_SETTING concode_elem_sep int maxThreadCount concode_elem_sep int maxMergeCount concode_elem_sep boolean autoThrottle concode_elem_sep Setting<Boolean> AUTO_THROTTLE_SETTING concode_elem_sep Setting<Integer> MAX_THREAD_COUNT_SETTING concode_fiel...
JvmOptions function ( ) { return jvmOptions ; }
gets the value of the jvmoptions property . concode_field_sep Resource resource concode_elem_sep JvmOptions jvmOptions concode_field_sep Resource getResource concode_elem_sep int hashCode concode_elem_sep void setJvmOptions concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void setResour...
void function ( boolean arg0 ) { mFill = arg0 ; }
sets whether the polygon has a fill concode_field_sep MarkerOptions mMarkerOptions concode_elem_sep float mMarkerColor concode_elem_sep int HSV_VALUES concode_elem_sep HashSet<String> mStylesSet concode_elem_sep String mStyleId concode_elem_sep HashMap<String,String> mBalloonOptions concode_elem_sep boolean mOutline co...
void function ( String arg0 ) { Preconditions . checkNotNull ( arg0 , "srini_string" ) ; Path loc0 = new Path ( arg0 ) ; if ( LOG . isDebugEnabled ( ) ) { LOG . debug ( "srini_string" + loc0 + "srini_string" + arg0 ) ; } fileSystem . delete ( loc0 , true ) ; }
permanently delete the file from google drive skipping trash concode_field_sep FileSystem fileSystem concode_elem_sep String BUFFER_SIZE_BYTE concode_elem_sep Optional<Integer> bufferSizeByte concode_elem_sep Logger LOG concode_elem_sep Closer closer concode_field_sep long getFileSize concode_elem_sep InputStream getFi...
void function ( ) { expectedBridgeSecret = - 1 ; }
called on page transitions concode_field_sep PluginManager pluginManager concode_elem_sep String appContentUrlPrefix concode_elem_sep int expectedBridgeSecret concode_elem_sep String loadedUrl concode_elem_sep String LOG_TAG concode_elem_sep NativeToJsMessageQueue jsMessageQueue concode_field_sep void jsSetNativeToJsBr...
boolean function ( Class < ? > arg0 , MediaType arg1 ) { return supports ( arg0 ) && canRead ( arg1 ) ; }
this implementation checks if the given class is @linkplain #supports class supported , and if the @linkplain #getsupportedmediatypes supported media types @linkplain mediatype #includes mediatype include the given media type . concode_field_sep List<MediaType> supportedMediaTypes concode_elem_sep Log logger concode_el...
String function ( ) { return publicId ; }
returns the public id for this source . concode_field_sep String systemId concode_elem_sep Reader reader concode_elem_sep InputStream inputStream concode_elem_sep String FEATURE concode_elem_sep String publicId concode_field_sep String getSystemId concode_elem_sep void setReader concode_elem_sep Reader getReader concod...
Set < EID > function ( ) { return Collections . unmodifiableSet ( _eids ) ; }
get a unmodifiable set of eids associated with this blockheader concode_field_sep long procflags concode_elem_sep Long length concode_elem_sep int _type concode_elem_sep TreeSet<EID> _eids concode_field_sep void setLength concode_elem_sep void removeEID concode_elem_sep void setFlag concode_elem_sep int getType concode...
String function ( ) { return packageRootString ; }
answer a string representing the package root specified on the command line . if more than one is specified , then answer the first . concode_field_sep String runTestName concode_elem_sep String PACKAGE_OVERRIDE concode_elem_sep String AUTO_EXIT concode_elem_sep CmdLineOptions globalOptions concode_elem_sep boolean run...
void function ( Long arg0 ) { this . customTargetingKeyId = arg0 ; }
sets the value of the customtargetingkeyid property . concode_field_sep String displayName concode_elem_sep CustomTargetingValueMatchType matchType concode_elem_sep String name concode_elem_sep Long id concode_elem_sep Long customTargetingKeyId concode_field_sep Long getCustomTargetingKeyId concode_elem_sep void setNam...
boolean function ( ) { return this . synchronizedWithTransaction ; }
return whether the resource is synchronized with a transaction . concode_field_sep int referenceCount concode_elem_sep boolean rollbackOnly concode_elem_sep boolean synchronizedWithTransaction concode_elem_sep boolean isVoid concode_elem_sep Date deadline concode_field_sep void unbound concode_elem_sep int getTimeToLiv...
String function ( ) { return elements [ CONTAINER ] ; }
return the container name . concode_field_sep int MODULE_TYPE concode_elem_sep int MODULE_SEQUENCE concode_elem_sep int CONTAINER concode_elem_sep int ALLOCATED concode_elem_sep int DEPLOYMENT_DESC concode_elem_sep String[] deploymentDesc concode_elem_sep int DEPLOYMENT_UNIT_NAME concode_elem_sep String[] elements conc...
double function ( ) { return sum ; }
returns the total number of instances that have been counted . concode_field_sep TObjectDoubleMap<T> counts concode_elem_sep double sum concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep void countAll concode_elem_sep T max concode_elem_sep double getFrequency concode_elem_sep double cou...
boolean function ( long arg0 ) { boolean loc0 = false ; if ( lastInOrderBit == - 1 ) { loc0 = true ; } else { loc0 = lastInOrderBit + 1 == arg0 ; } lastInOrderBit = arg0 ; return loc0 ; }
test if in order concode_field_sep long longFirstIndex concode_elem_sep int maxNumberOfArrays concode_elem_sep int firstIndex concode_elem_sep long lastInOrderBit concode_elem_sep long serialVersionUID concode_elem_sep LinkedList<BitArray> list concode_field_sep long getLastSetIndex concode_elem_sep BitArray getBitArra...
V function ( ) { return fut . get ( ) ; }
gets the available value or blocks until the value is initialized . concode_field_sep ValueFactory<K,V> factory concode_elem_sep ReadWriteLock closeLock concode_elem_sep GridFutureAdapter<V> fut concode_elem_sep boolean closed concode_elem_sep ConcurrentMap<K,ValueWrapper> map concode_elem_sep K key concode_field_sep v...
Map < String , String > function ( String arg0 ) { ResourceProvider loc0 = provManager . getProvider ( arg0 ) ; return loc0 . getProps ( ) ; }
gets properties from the named resource provider concode_field_sep Timer resourceManagerResourceIsOpenTimer concode_elem_sep ResourceTracker resourceTracker concode_elem_sep HashMap<String,Object> htResources concode_elem_sep Timer resourceManagerWaitForResourceTimer concode_elem_sep Map<Object,TimerContext> timerConte...
Message [ ] function ( ) { if ( presentation != null ) { for ( int loc0 = 0 ; loc0 < VIEW_SIZE ; loc0 ++ ) { chatView [ loc0 ] = presentation . getMessageAt ( position - ( VIEW_SIZE - loc0 - 1 ) ) ; } } return ( chatView ) ; }
method to generate the chat log as an array of message objects if no presentation has been associated with this view , the list returned will be empty concode_field_sep Presentation presentation concode_elem_sep Message[] chatView concode_elem_sep int VIEW_SIZE concode_elem_sep int position concode_field_sep boolean ge...
int function ( ) { return messageMaxRedeliveryCount ; }
returns maximum number of times a message would be re-delivered in case of any exception . concode_field_sep int messageMaxRedeliveryCount concode_elem_sep long messageRedeliveryDelay concode_field_sep long getMessageRedeliveryDelay
void function ( Object arg0 ) { getEntityManager ( ) . detach ( arg0 ) ; }
remove the given entity from the persistence context , causing a managed entity to become detached . delegates to entitymanager #detach object . concode_field_sep EntityManagerFactory entityManagerFactory concode_field_sep E persistFlushFind concode_elem_sep void flush concode_elem_sep E find concode_elem_sep Object pe...
Map < QName , String > function ( ) { return otherAttributes ; }
gets a map that contains attributes that are n't bound to any typed property on this class . the map is keyed by the name of the attribute and the value is the string value of the attribute . the map returned by this method is live , and you can add new attribute by updating the map directly . because of this design , ...
WarProbeOption function ( boolean arg0 ) { useClasspath = true ; if ( arg0 ) { for ( String loc0 : DEFAULT_CLASS_PATH_EXCLUDES ) { classpathFilters . add ( loc0 ) ; } } return this ; }
automatically add libraries and class folders from the current classpath . concode_field_sep String[] DEFAULT_CLASS_PATH_EXCLUDES concode_elem_sep List<String> overlays concode_elem_sep List<Class<?>> classes concode_elem_sep boolean useClasspath concode_elem_sep List<String> libraries concode_elem_sep String name conc...
void function ( T [ ] arg0 , int arg1 , int arg2 , Comparator < T > arg3 ) { for ( int loc0 = arg1 + 1 , loc1 ; loc0 <= arg2 ; loc0 ++ ) { T loc2 = arg0 [ loc0 ] ; for ( loc1 = loc0 - 1 ; loc1 >= arg1 && arg3 . compare ( arg0 [ loc1 ] , loc2 ) > 0 ; loc1 -- ) { arg0 [ loc1 + 1 ] = arg0 [ loc1 ] ; } arg0 [ loc1 + 1 ] = ...
sort an array using insertion sort concode_field_sep PlaceHolder placeHolder concode_field_sep void binaryInsertionSort
R function ( final BiFunction < Graph , Function < Graph , R > , R > arg0 ) { return arg0 . apply ( g , workToDo ) ; }
try to execute a workload with a custom retry strategy . concode_field_sep long DEFAULT_DELAY_MS concode_elem_sep Function<Graph,R> workToDo concode_elem_sep Graph g concode_elem_sep int DEFAULT_TRIES concode_field_sep void rollback concode_elem_sep IllegalArgumentException onCloseBehaviorCannotBeNull concode_elem_sep ...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _jiraChangeItemLocalService . arg0 ( arg0 ) ; }
performs a dynamic query on the database and returns the matching rows . concode_field_sep JIRAChangeItemLocalService _jiraChangeItemLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery ...
Date function ( ) { return this . startTime ; }
gets user 's session start time concode_field_sep long serialVersionUID concode_elem_sep ImageCaptcha imageCaptcha concode_elem_sep String ip concode_elem_sep Date lastVisit concode_elem_sep long sessionTime concode_elem_sep Date startTime concode_elem_sep String sessionId concode_elem_sep String lang concode_elem_sep ...
void function ( ) { this . hasPendingAsyncFetch = true ; }
sets a flag that signals that current allocation run has not processed all of the in-flight or available shard or store fetches . this state is anti-viral and can be reset in on allocation run . concode_field_sep boolean retryFailed concode_elem_sep RoutingNodes routingNodes concode_elem_sep IndexMetaDataUpdater indexM...
void function ( String arg0 , int arg1 ) { if ( log != null ) log . println ( "srini_string" + arg0 , arg1 + SipStack . LOG_LEVEL_UA ) ; }
adds a new string to the default log concode_field_sep Log log concode_elem_sep RegisterAgentListener listener concode_elem_sep int expire_time concode_elem_sep NameAddress target concode_elem_sep String next_nonce concode_elem_sep boolean is_running concode_elem_sep SipProvider sip_provider concode_elem_sep String qop...
void function ( String [ ] arg0 , int arg1 , int arg2 ) { log ( arg0 [ 0 ] ) ; for ( int loc0 = 1 ; loc0 < arg0 . length ; loc0 ++ ) { sleep ( arg1 , arg2 ) ; if ( Thread . currentThread ( ) . isInterrupted ( ) ) { return ; } log ( arg0 [ loc0 ] ) ; } }
writes the strings in sarr and sleeps between prints concode_field_sep SimpleDateFormat format concode_field_sep void sleep concode_elem_sep void log concode_elem_sep long startTimer concode_elem_sep void stopTimer concode_elem_sep void shutdownAndAwaitTermination
boolean function ( Object arg0 ) { for ( int loc0 = this . size ; -- loc0 >= 0 ; ) if ( arg0 == this . elements [ loc0 ] ) return true ; return false ; }
identity check concode_field_sep int INITIAL_SIZE concode_elem_sep int size concode_elem_sep Object[] elements concode_elem_sep int maxSize concode_field_sep void add concode_elem_sep boolean contains concode_elem_sep void removeAll concode_elem_sep int size concode_elem_sep void addAll concode_elem_sep void addAll con...
void function ( long arg0 ) { _webDAVProps . setCompanyId ( arg0 ) ; }
sets the company id of this web d a v props . concode_field_sep WebDAVProps _webDAVProps concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setWebDavPropsId concode_elem_sep boolean isEscapedModel concode_elem_sep WebDAVProps getWrappedWebDAVProps concode_elem_s...
boolean function ( ) { return children ( ) > 0 ; }
returns true if the node has any non-root elements . concode_field_sep PlaceHolder placeHolder concode_field_sep Reduction asReduction concode_elem_sep void addChildrenOf concode_elem_sep int getMeaningAs concode_elem_sep String getRootText concode_elem_sep String getDescription concode_elem_sep CSTNode setMeaning conc...
EcsCluster function ( String arg0 ) { setEcsClusterName ( arg0 ) ; return this ; }
the cluster name . concode_field_sep String ecsClusterName concode_elem_sep String stackId concode_elem_sep String registeredAt concode_elem_sep String ecsClusterArn concode_field_sep void setStackId concode_elem_sep String getEcsClusterArn concode_elem_sep EcsCluster withEcsClusterArn concode_elem_sep String getEcsClu...
void function ( double arg0 ) { myOutFile . print ( arg0 ) ; }
writes a double to the file . concode_field_sep Formatter formatter concode_elem_sep PrintWriter myOutFile concode_elem_sep int CLOSEERROR concode_elem_sep int WRITEERROR concode_elem_sep int myErrorFlags concode_elem_sep int OPENERROR concode_elem_sep String myFileName concode_field_sep void println concode_elem_sep v...
void function ( String arg0 ) { AssertionError loc0 = Failures . instance ( ) . failure ( arg0 ) ; proxies . collectError ( loc0 ) ; }
fails with the given message . concode_field_sep SoftProxies proxies concode_field_sep StackTraceElement getFirstStackTraceElementFromTest concode_elem_sep V proxy concode_elem_sep List<Throwable> errorsCollected concode_elem_sep void changeErrorMessage concode_elem_sep List<Throwable> addLineNumberToErrorMessages conc...
AsyncOperation function ( Class < ? > arg0 ) { return count ( arg0 , 0 ) ; }
asynchronous version of abstractdao #count . concode_field_sep int sessionFlags concode_elem_sep AsyncOperationExecutor executor concode_elem_sep AbstractDaoSession daoSession concode_field_sep AsyncOperation enqueueEntityOperation concode_elem_sep int getWaitForMergeMillis concode_elem_sep AsyncOperation insert concod...
UploadServerCertificateResult function ( ServerCertificateMetadata arg0 ) { setServerCertificateMetadata ( arg0 ) ; return this ; }
the meta information of the uploaded server certificate without its certificate body , certificate chain , and private key . concode_field_sep ServerCertificateMetadata serverCertificateMetadata concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep UploadServerCertificateResult clone concode_e...
int function ( ) { return this . minor ; }
gets the minor . concode_field_sep MajorType major concode_elem_sep int minor concode_field_sep MajorType getMajor concode_elem_sep String toString
void function ( double arg0 ) { this . y = arg0 ; }
set the y-coordinate for the item 's location . concode_field_sep LegendItem item concode_elem_sep Point2D labelPosition concode_elem_sep Shape marker concode_elem_sep Line2D line concode_elem_sep double x concode_elem_sep double width concode_elem_sep double y concode_elem_sep double height concode_field_sep void setX...
void function ( String arg0 ) { this . domain = arg0 ; }
sets the value of the domain property . concode_field_sep String path concode_elem_sep CloudProtocol protocol concode_elem_sep BigInteger port concode_elem_sep String registerProcedure concode_elem_sep String domain concode_field_sep String getDomain concode_elem_sep void setRegisterProcedure concode_elem_sep BigIntege...
JSONWriter function ( double arg0 ) { return this . value ( new Double ( arg0 ) ) ; }
append a double value . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter end concode_elem_sep JSONW...
boolean function ( Object arg0 ) { if ( arg0 instanceof String ) return true ; else return false ; }
figures out if parameter obj is a string . concode_field_sep boolean _escapeString concode_elem_sep char _separator concode_field_sep boolean isBasicType concode_elem_sep void escapeString concode_elem_sep void setSeparator concode_elem_sep void writeString concode_elem_sep void export concode_elem_sep void export
BodyPart function ( final Object arg0 ) { setEntity ( arg0 ) ; return this ; }
builder pattern method to return this bodypart after additional configuration . concode_field_sep MultivaluedMap<String,String> headers concode_elem_sep MessageBodyWorkers messageBodyWorkers concode_elem_sep Providers providers concode_elem_sep ContentDisposition contentDisposition concode_elem_sep MultiPart parent con...
void function ( ) { resourceManager . getClientRMService ( ) ; RefreshNodesRequest loc0 = RefreshNodesRequest . newInstance ( DecommissionType . NORMAL ) ; RefreshNodesResponse loc1 = client . refreshNodes ( loc0 ) ; assertNotNull ( loc1 ) ; }
test method refreshnodes . this method is present and it works . concode_field_sep RecordFactory recordFactory concode_elem_sep ResourceManagerAdministrationProtocol client concode_elem_sep Log LOG concode_elem_sep ResourceManager resourceManager concode_field_sep void setUpResourceManager concode_elem_sep void testRef...
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
int function ( HeaderSet arg0 , HeaderSet arg1 ) { return ResponseCodes . OBEX_HTTP_OK ; }
called when a connect request is received . if this method is not implemented by the class that extends this class , onconnect will always return an obex_http_ok response code . the headers received in the request can be retrieved from the request argument . the headers that should be sent in the reply must be specifie...
AttachVpnGatewayResult function ( VpcAttachment arg0 ) { setVpcAttachment ( arg0 ) ; return this ; }
information about the attachment . concode_field_sep VpcAttachment vpcAttachment concode_field_sep VpcAttachment getVpcAttachment concode_elem_sep int hashCode concode_elem_sep void setVpcAttachment concode_elem_sep boolean equals concode_elem_sep AttachVpnGatewayResult clone concode_elem_sep String toString
boolean function ( ) { return isRunning ( ) ; }
returns whether this animator has been started and not yet ended . this state is a superset of the state of #isrunning , because an animator with a nonzero #getstartdelay startdelay will return true for #isstarted during thedelay phase , whereas #isrunning will return true only after the delay phaseis complete . concod...
void function ( long arg0 ) { _className . setClassNameId ( arg0 ) ; }
sets the class name id of this class name . concode_field_sep ClassName _className concode_field_sep long getClassNameId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concod...
SSLSocketFactory function ( ) { return sslSocketFactory ; }
returns the ssl socket factory , or null if this is not an https address . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep OkAuthenticator authentica...
boolean function ( BigInteger arg0 , int arg1 ) { arg0 . prepareJavaRepresentation ( ) ; return ( ( arg0 . digits [ arg1 >> 5 ] & ( 1 << ( arg1 & 31 ) ) ) != 0 ) ; }
performs a fast bit testing for positive numbers . the bit to to be tested must be in the range 0 , val.bitlength -1 concode_field_sep PlaceHolder placeHolder concode_field_sep int bitLength concode_elem_sep BigInteger shiftRight concode_elem_sep boolean shiftRight concode_elem_sep BigInteger flipBit concode_elem_sep v...
boolean function ( FabricService arg0 , CreateContainerOptions arg1 ) { Set < String > loc0 = arg1 . getProfiles ( ) ; String loc1 = arg1 . getVersion ( ) ; Map < String , ? > loc2 = Profiles . getOverlayConfiguration ( arg0 , loc0 , loc1 , Constants . PROCESS_CONTAINER_PID ) ; return loc2 != null && loc2 . size ( ) > ...
returns true if the given container is a process child container concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isJavaContainer concode_elem_sep Map<String,String> getEnvironmentVariables concode_elem_sep Map<String,String> getEnvironmentVariables concode_elem_sep boolean isJavaOrProcessContainer c...
Builder function ( Status arg0 ) { return new Builder ( arg0 ) ; }
create a new builder instance with a specific status . concode_field_sep Map<String,Object> details concode_elem_sep Status status concode_field_sep Builder withDetail concode_elem_sep Map<String,Object> getDetails concode_elem_sep Status getStatus concode_elem_sep Builder down concode_elem_sep Builder down concode_ele...
FileStatus function ( Configuration arg0 , URI arg1 , Map < URI , FileStatus > arg2 ) { FileSystem loc0 = FileSystem . get ( arg1 , arg0 ) ; return getFileStatus ( loc0 , arg1 , arg2 ) ; }
gets the file status for the given uri . if the uri is in the cache , returns it . otherwise , fetches it and adds it to the cache . concode_field_sep PlaceHolder placeHolder concode_field_sep void determineTimestamps concode_elem_sep boolean checkPermissionOfOther concode_elem_sep void setArchiveTimestamps concode_ele...
void function ( String arg0 ) { this . name = arg0 ; }
sets the value of the name property . concode_field_sep String previewUrl concode_elem_sep DateTime lastModifiedDateTime concode_elem_sep Size size concode_elem_sep List<BaseCustomFieldValue> customFieldValues concode_elem_sep String creativeType concode_elem_sep String name concode_elem_sep List<AppliedLabel> appliedL...
List < ? extends Problem > function ( ) { List < Problem > loc0 = new ArrayList < Problem > ( problems ) ; Collections . sort ( loc0 ) ; return loc0 ; }
get the entire set of problems , sorted by severity first , order of addition second . concode_field_sep List<Problem> problems concode_elem_sep boolean hasFatal concode_field_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep Iterator<Problem> iterator concode_elem_sep Problems addAll co...
void function ( ) { transactionComplete ( false ) ; }
finish the transaction concode_field_sep boolean started concode_elem_sep TransactionId tid concode_field_sep void transactionComplete concode_elem_sep void abort concode_elem_sep void start concode_elem_sep TransactionId getId
void function ( List < String > arg0 ) { this . protocolImplementations = arg0 ; }
sets the list of names of classes which provide protocol implementations . concode_field_sep List<String> protocolImplementations concode_field_sep List<String> getProtocolImplementations
void function ( String arg0 ) { this . characters = arg0 ; }
set the notice characters . concode_field_sep String characters concode_elem_sep Message header concode_elem_sep Outcome outcome concode_elem_sep Message message concode_elem_sep boolean continuep concode_elem_sep Map<String,Object> parameters concode_elem_sep List<String> errors concode_field_sep void addError concode...
String [ ] function ( ) { return new String [ ] { getUpdateUsage ( ) , getCommandUsage ( ) , getStatusUsage ( ) , getItemsUsage ( ) , getSayUsage ( ) , getScriptUsage ( ) } ; }
returns an array of the usage texts for all available commands concode_field_sep PlaceHolder placeHolder concode_field_sep void handleSend concode_elem_sep void handleUpdate concode_elem_sep void handleScript concode_elem_sep String getUsage concode_elem_sep void handleSay concode_elem_sep String getCommandUsage concod...
boolean function ( ) { return ( readyOps ( ) & OP_WRITE ) == OP_WRITE ; }
indicates whether this key 's channel is interested in the write operation and is ready to write . a call to this method is equal to executing readyops & op_write == op_write . concode_field_sep Object attachment concode_elem_sep int OP_ACCEPT concode_elem_sep int OP_CONNECT concode_elem_sep int OP_WRITE concode_elem_s...
void function ( boolean arg0 ) { if ( mFilter != null ) { if ( arg0 ) { mFilter . releaseProgram ( ) ; } mFilter = null ; } }
releases resources . this must be called with the appropriate egl context current i.e. the one that was current when the constructor was called . if we 're about to destroy the egl context , there 's no value in having the caller make it current just to do this cleanup , so you can pass a flag that will tell this funct...
byte [ ] function ( byte [ ] arg0 ) { synchronized ( MD5 . class ) { if ( md5 == null ) { try { md5 = MessageDigest . getInstance ( "srini_string" ) ; } catch ( NoSuchAlgorithmException loc0 ) { throw new RuntimeException ( loc0 . toString ( ) ) ; } } return md5 . digest ( arg0 ) ; } }
retrieves a byte sequence representing the md5 digest of the specified byte sequence . concode_field_sep MessageDigest md5 concode_field_sep String encodeString concode_elem_sep byte[] digestString
void function ( final int arg0 ) { this . accountingPort = arg0 ; }
sets the radius server accounting port . concode_field_sep int DEFAULT_SOCKET_TIMEOUT concode_elem_sep int socketTimeout concode_elem_sep InetAddress inetAddress concode_elem_sep String sharedSecret concode_elem_sep int accountingPort concode_elem_sep int authenticationPort concode_field_sep void setSocketTimeout conco...
String function ( PO arg0 , int arg1 ) { return null ; }
validate document . called as first step of docaction.prepareit when you called adddocvalidate for the table . note that totals , etc. may not be correct . concode_field_sep CLogger log concode_elem_sep int m_AD_Client_ID concode_field_sep void syncOpportunity concode_elem_sep String toString concode_elem_sep void init...
float function ( ) { return w ; }
dom : implements svgrect #getwidth . concode_field_sep float w concode_elem_sep float x concode_elem_sep float h concode_elem_sep float y concode_field_sep float getX concode_elem_sep void setY concode_elem_sep float getHeight concode_elem_sep void setX concode_elem_sep float getY concode_elem_sep void setWidth concode...
Properties function ( ) { if ( this . systemProps == null ) { this . systemProps = System . getProperties ( ) ; } return this . systemProps ; }
lazily creates a list of system properties . concode_field_sep Process serverProcess concode_elem_sep Properties serverProps concode_elem_sep String EXECUTABLE_NAME_KEY concode_elem_sep String DEFAULTS_FILE_KEY concode_elem_sep String DATADIR_KEY concode_elem_sep String BASEDIR_KEY concode_elem_sep Properties systemPro...
void function ( String arg0 ) { this . blueprintName = arg0 ; }
set the name of the associated blueprint . concode_field_sep String blueprintName concode_elem_sep String name concode_elem_sep HostGroupEntity hostGroup concode_elem_sep String hostGroupName concode_elem_sep String provisionAction concode_field_sep void setName concode_elem_sep String getBlueprintName concode_elem_sep...
Filter function ( ) { return next ; }
return the pointer to the next filter ; concode_field_sep Filter next concode_elem_sep int ACCEPT concode_elem_sep int DENY concode_elem_sep int NEUTRAL concode_field_sep void activateOptions concode_elem_sep void setNext concode_elem_sep int decide
T function ( T arg0 , ConsistencyLevel arg1 ) { if ( arg1 != null ) { arg0 . setConsistencyLevel ( arg1 ) ; } return arg0 ; }
apply consistency level if provided , else leave default . concode_field_sep PlaceHolder placeHolder concode_field_sep Select generateSelect concode_elem_sep Select generateSelect concode_elem_sep int size concode_elem_sep boolean isWhereClause concode_elem_sep boolean isEmpty concode_elem_sep boolean isEmpty concode_e...
int function ( ) { return id ; }
returns the internal id of this device concode_field_sep String name concode_elem_sep int id concode_field_sep String getPaName concode_elem_sep String getUIDName
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
returns the osgi service identifier . concode_field_sep ServiceTracker<KaleoActionLocalService,KaleoActionLocalService> _serviceTracker concode_field_sep java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoAction> getKaleoActions concode_elem_sep java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoActio...
String function ( ) { return moreInfo ; }
preferably an url with more details about the error . concode_field_sep String description concode_elem_sep Long code concode_elem_sep String moreInfo concode_elem_sep String message concode_elem_sep List<ErrorListItemDTO> error concode_field_sep String toIndentedString concode_elem_sep ErrorDTO code concode_elem_sep v...
SelectorName function ( ) { return descendantSelectorName ; }
get the name of the selector for the descedant node . concode_field_sep SelectorName ancestorSelectorName concode_elem_sep SelectorName descendantSelectorName concode_elem_sep long serialVersionUID concode_elem_sep int hc concode_field_sep SelectorName ancestorSelectorName concode_elem_sep String getDescendantSelectorN...
boolean function ( ) { return fChildren != null ; }
indicates if the node has children concode_field_sep String fDescription concode_elem_sep String fName concode_elem_sep Message fMessage concode_elem_sep ArrayList<Object> fChildren concode_elem_sep String fToolTip concode_elem_sep ModelFactory fFactory concode_elem_sep BaseModel fParent concode_elem_sep boolean fLoggi...
Writer function ( ) { return writer ; }
get the character stream that was set with setwriter . concode_field_sep String systemId concode_elem_sep String FEATURE concode_elem_sep OutputStream outputStream concode_elem_sep Writer writer concode_field_sep void setWriter concode_elem_sep String getSystemId concode_elem_sep void setOutputStream concode_elem_sep v...
void function ( AlertKey arg0 ) { this . alert = arg0 ; }
sets the value of the alert property . concode_field_sep AlertKey alert concode_elem_sep UserKey user concode_field_sep AlertKey getAlert concode_elem_sep UserKey getUser concode_elem_sep void setUser
boolean function ( Object arg0 ) { if ( arg0 == this ) { return true ; } if ( ! ( arg0 instanceof TimePeriod ) ) { return false ; } TimePeriod loc0 = ( TimePeriod ) arg0 ; if ( ! this . getStart ( ) . equals ( loc0 . getStart ( ) ) ) { return false ; } if ( ! this . getEnd ( ) . equals ( loc0 . getEnd ( ) ) ) { return ...
tests this time period instance for equality with an arbitrary object . the object is considered equal if it is an instance of timeperiod and it has the same start and end dates . concode_field_sep long serialVersionUID concode_elem_sep long start concode_elem_sep long end concode_field_sep long getStartMillis concode_...
void function ( int arg0 ) { timeoutInterval_ = arg0 ; }
sets the timeout interval that is specified during the creation of the profile token credential . concode_field_sep AS400 system_ concode_elem_sep int timeoutInterval_ concode_elem_sep Object extendedInfo_ concode_elem_sep int tokenType_ concode_elem_sep String userId_ concode_elem_sep int UNINITIALIZED concode_field_s...
void function ( EnumNumberEnum arg0 ) { this . enumNumber = arg0 ; }
set enumnumber concode_field_sep EnumIntegerEnum enumInteger concode_elem_sep EnumStringEnum enumString concode_elem_sep Double value concode_elem_sep EnumNumberEnum enumNumber concode_field_sep EnumNumberEnum getEnumNumber concode_elem_sep String toIndentedString concode_elem_sep void setEnumInteger concode_elem_sep E...
Object function ( ) { return value ; }
gets the property value . concode_field_sep VerticalTextAlignValueConverter valueConverter concode_elem_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep VerticalTextAlign value concode_field_sep String getJavaInitializationString concode_elem_sep Component getCustomEditor concode_elem_sep boolean suppor...