code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( ) { if ( isScrollingPerformed ) { listener . onFinished ( ) ; isScrollingPerformed = false ; } }
finishes scrolling concode_field_sep Handler animationHandler concode_elem_sep int MIN_DELTA_FOR_SCROLLING concode_elem_sep ScrollingListener listener concode_elem_sep SimpleOnGestureListener gestureListener concode_elem_sep float lastTouchedY concode_elem_sep boolean isScrollingPerformed concode_elem_sep int SCROLLING...
IConcurrentModelListener [ ] function ( ) { Object [ ] loc0 = listeners . getListeners ( ) ; IConcurrentModelListener [ ] loc1 = new IConcurrentModelListener [ loc0 . length ] ; for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) { loc1 [ loc2 ] = ( IConcurrentModelListener ) loc0 [ loc2 ] ; } return loc1 ; }
returns the array of listeners for this model concode_field_sep ListenerList listeners concode_field_sep void fireRemove concode_elem_sep void fireAdd concode_elem_sep void fireUpdate concode_elem_sep void removeListener concode_elem_sep void addListener
UUID function ( ) { return callId ; }
returns the unique id of this call to the facebook application . concode_field_sep UUID callId concode_elem_sep Intent requestIntent concode_elem_sep int requestCode concode_elem_sep AppCall currentPendingCall concode_field_sep void setRequestIntent concode_elem_sep AppCall finishPendingCall concode_elem_sep boolean se...
void function ( String arg0 ) { this . href = arg0 ; }
sets the value of the href property . concode_field_sep SVServiceSpecificationType svServiceSpecification concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String...
void function ( int arg0 , String arg1 , List < Object > arg2 ) { emitDirect ( arg0 , arg1 , ( List ) null , arg2 ) ; }
emits a tuple directly to the specified task id on the specified stream . if the target bolt does not subscribe to this bolt using a direct grouping , the tuple will not be sent . if the specified output stream is not declared as direct , or the target bolt subscribes with a non-direct grouping , an error will occur at...
int function ( ) { return this . connectionTimeout ; }
returns the connection timeout value . concode_field_sep String endpointAddress concode_elem_sep String httpBasicAuthPassword concode_elem_sep String soapActionURI concode_elem_sep String httpBasicAuthUsername concode_elem_sep Map<String,List<String>> httpHeaders concode_elem_sep int connectionTimeout concode_elem_sep ...
String function ( ) { return nameString ; }
retrieves the name of the operating system as a string . use this method exclusively to present information to the user and never to perform comparisons . concode_field_sep String nameString concode_elem_sep String archString concode_elem_sep String familyString concode_elem_sep String versionString concode_elem_sep Na...
String function ( String arg0 ) { if ( ExoPlayerLibraryInfo . ASSERTIONS_ENABLED && TextUtils . isEmpty ( arg0 ) ) { throw new IllegalArgumentException ( ) ; } return arg0 ; }
ensures that a string passed as an argument to the calling method is not null or 0-length . concode_field_sep PlaceHolder placeHolder concode_field_sep T checkNotNull concode_elem_sep T checkNotNull concode_elem_sep void checkState concode_elem_sep void checkState concode_elem_sep void checkMainThread concode_elem_sep ...
ClientNetworkConfig function ( int arg0 ) { if ( arg0 < 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . connectionAttemptLimit = arg0 ; return this ; }
while client is trying to connect initially to one of the members in the clientnetworkconfig #addresslist , all might be not available . instead of giving up , throwing exception and stopping client , it will attempt to retry as much as clientnetworkconfig #connectionattemptlimit times . concode_field_sep boolean redoO...
Function < InputStream , String > function ( ) { return ( InputStream loc0 ) -> { return "srini_string" ; } ; }
return checksummer that does nothing . does not calculate checksum and instead returns empty string . concode_field_sep PlaceHolder placeHolder concode_field_sep FileSystemChecksumService service concode_elem_sep FileSystemChecksumService service concode_elem_sep FileSystemChecksumService service concode_elem_sep FileS...
void function ( int arg0 , Key arg1 ) { if ( ! contains ( arg0 ) ) throw new NoSuchElementException ( "srini_string" ) ; keys [ arg0 ] = arg1 ; swim ( qp [ arg0 ] ) ; sink ( qp [ arg0 ] ) ; }
change the key associated with index i to the specified value . concode_field_sep int[] pq concode_elem_sep Key[] keys concode_elem_sep IndexMaxPQ<Key> copy concode_elem_sep int N concode_elem_sep int[] qp concode_field_sep Integer next concode_elem_sep Key keyOf concode_elem_sep void sink concode_elem_sep void change ...
void function ( java . lang . String arg0 ) { _status . setMessage ( arg0 ) ; }
sets the message of this status . concode_field_sep Status _status concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setStatusId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean getOnl...
Builder function ( Class < ? > arg0 ) { this . clickActivity = arg0 ; return this ; }
set click activity . concode_field_sep Class<?> triggerReceiver concode_elem_sep Class<?> clearReceiver concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep Class<?> clickActivity concode_field_sep Notification build concode_elem_sep Builder setTriggerReceiver concode_elem_sep void applyCo...
Object function ( ) { return m_userData ; }
get the user data that was assigned in the fixture definition . use this to store your application specific data . concode_field_sep boolean m_isSensor concode_elem_sep Shape m_shape concode_elem_sep Object m_userData concode_elem_sep float m_density concode_elem_sep Fixture m_next concode_elem_sep float m_restitution ...
boolean function ( ) { return heapSize == heap . length ; }
check if heap is full concode_field_sep int d concode_elem_sep int heapSize concode_elem_sep int[] heap concode_field_sep int parent concode_elem_sep void printHeap concode_elem_sep boolean isEmpty concode_elem_sep void heapifyDown concode_elem_sep void insert concode_elem_sep void main concode_elem_sep int delete conc...
String function ( int arg0 ) { NumberFormat loc0 = NumberFormat . getNumberInstance ( ) ; loc0 . setMaximumFractionDigits ( arg0 ) ; Triple < Double , Integer , Integer > loc1 = getPrecisionInfo ( ) ; return loc0 . format ( loc1 . first ( ) ) + "srini_string" + loc1 . second ( ) + "srini_string" + ( loc1 . second ( ) +...
returns a string summarizing precision that will print nicely . concode_field_sep int[] fnCount concode_elem_sep L negLabel concode_elem_sep int[] tpCount concode_elem_sep int negIndex concode_elem_sep int[] fpCount concode_elem_sep Index<L> labelIndex concode_field_sep Triple<Double,Integer,Integer> getRecallInfo conc...
double function ( ) { return atraso1 . getMean ( ) ; }
retorno de dado coleta concode_field_sep Metrics atraso1 concode_elem_sep Metrics totalN2 concode_elem_sep Metrics atraso2 concode_elem_sep Metrics atrasoN2 concode_elem_sep Metrics total1 concode_elem_sep Metrics total2 concode_elem_sep Metrics totalN1 concode_elem_sep Metrics atrasoN1 concode_field_sep double getMean...
Properties function ( ) { final Properties loc0 = new Properties ( ) ; for ( Object loc1 : params . keySet ( ) ) { loc0 . put ( loc1 , params . get ( loc1 ) ) ; } return loc0 ; }
creates a new java.util.properties instance from underlying parameters . concode_field_sep Map<Object,Object> params concode_elem_sep String url concode_field_sep String getUrl concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Map<Object,Object> getParameters
DataSinkDescriptor function ( OutputDescriptor arg0 , @ Nullable OutputCommitterDescriptor arg1 , @ Nullable Credentials arg2 ) { return new DataSinkDescriptor ( arg0 , arg1 , arg2 ) ; }
create a datasinkdescriptor concode_field_sep OutputDescriptor outputDescriptor concode_elem_sep Credentials credentials concode_elem_sep Collection<URI> urisForCredentials concode_elem_sep OutputCommitterDescriptor committerDescriptor concode_field_sep Credentials getCredentials concode_elem_sep DataSinkDescriptor add...
void function ( LogActor arg0 ) { Stack < LogActor > loc0 = _currentActor . get ( ) ; loc0 . push ( arg0 ) ; }
set a new logactor to be the current actor this pushes the actor in to the lifo queue concode_field_sep ThreadLocal<Stack<LogActor>> _currentActor concode_elem_sep LogActor _defaultActor concode_field_sep void removeAll concode_elem_sep LogActor get concode_elem_sep Stack<LogActor> initialValue concode_elem_sep void se...
byte [ ] function ( String arg0 ) { int loc0 = arg0 . length ( ) ; if ( ( loc0 & 0x01 ) != 0 ) { throw new IOException ( "srini_string" ) ; } byte [ ] loc1 = new byte [ loc0 / 2 ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 += 2 ) { loc1 [ loc2 / 2 ] = ( byte ) ( ( hexCharToDigit ( arg0 . charAt ( loc2 ) ) << 4 ) + hexCh...
parses the supplied string into a byte - assumes that the text is in hex format . concode_field_sep String[] hexDigits concode_field_sep String toBase64 concode_elem_sep String toBase64 concode_elem_sep String toBase64 concode_elem_sep byte[] base64StringToByteArray concode_elem_sep String byteArrayToBase64String conco...
int function ( ) { return m_SplitDim ; }
gets the splitting dimension . concode_field_sep double m_SplitValue concode_elem_sep double[][] m_NodesRectBounds concode_elem_sep int m_Start concode_elem_sep KDTreeNode m_Right concode_elem_sep long serialVersionUID concode_elem_sep int m_NodeNumber concode_elem_sep double[][] m_NodeRanges concode_elem_sep KDTreeNod...
void function ( ElementPersistenceProvider < ? extends ModelElement > arg0 ) { this . persistenceProvider = arg0 ; }
sets the elementpersistenceprovider for this modelelement . should only invoked by another persistenceprovider . concode_field_sep String identifier concode_elem_sep ElementPersistenceProvider<? extends ModelElement> persistenceProvider concode_elem_sep boolean cached concode_field_sep boolean forceRecache concode_elem...
Builder function ( boolean arg0 ) { this . hcatTable . tableType ( arg0 ? HCatTable . Type . EXTERNAL_TABLE : HCatTable . Type . MANAGED_TABLE ) ; return this ; }
checks if is table external . concode_field_sep boolean ifNotExists concode_elem_sep HCatTable hcatTable concode_field_sep Builder tblProps concode_elem_sep String getLocation concode_elem_sep int getNumBuckets concode_elem_sep List<HCatFieldSchema> getPartitionCols concode_elem_sep List<Order> getSortCols concode_elem...
String function ( ) { return serviceName ; }
the name of the service for searching . concode_field_sep int instanceId concode_elem_sep long requestId concode_elem_sep int retryCount concode_elem_sep long msecClockTime concode_elem_sep String serviceName concode_elem_sep StatusCode statusCode concode_field_sep int getInstanceId concode_elem_sep StatusCode getStatu...
void function ( ) { }
this method resets the outgoing events . concode_field_sep long rightBitshift concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep long bitwiseXor concode_elem_sep long myBit1 concode_elem_sep long myBit2 concode_elem_sep long leftBitshift concode_elem_sep int nextStateIndex concode_elem_sep long bitwiseOr con...
void function ( ) { m_resultIndex ++ ; }
increments the index of the current resource that gets iterated in the result list . concode_field_sep int m_pageNavLength concode_elem_sep int m_pageNavStartIndex concode_elem_sep int m_pageIndex concode_elem_sep int m_pageSize concode_elem_sep String PAGE_CONTEXT_ATTRIBUTE_NAME concode_elem_sep int m_resultIndex conc...
List < Classification > function ( ) { if ( classification == null ) { classification = new ArrayList < Classification > ( ) ; } return this . classification ; }
gets the value of the classification property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the classification property . for example , to add a ne...
void function ( int arg0 ) { if ( ( arg0 <= 0 ) || ( arg0 & ( arg0 - 1 ) ) != 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } }
validates an alignment . concode_field_sep DexFile file concode_elem_sep boolean prepared concode_elem_sep String name concode_elem_sep int fileOffset concode_elem_sep int alignment concode_field_sep int getAlignment concode_elem_sep int getFileOffset concode_elem_sep void throwIfPrepared concode_elem_sep void prepare ...
String function ( ) { return project . getVersion ( ) ; }
gets the maven version string . concode_field_sep MavenProject project concode_field_sep String toString concode_elem_sep String getArtifactId
Object function ( ) { byte [ ] loc0 = new byte [ 4 ] ; loc0 [ 0 ] = bytes [ streamPosition ++ ] ; loc0 [ 1 ] = bytes [ streamPosition ++ ] ; loc0 [ 2 ] = bytes [ streamPosition ++ ] ; loc0 [ 3 ] = bytes [ streamPosition ++ ] ; BigInteger loc1 = new BigInteger ( loc0 ) ; return new Integer ( loc1 . intValue ( ) ) ; }
read an integer 32 bit int from the byte stream . concode_field_sep int streamPosition concode_elem_sep byte[] bytes concode_elem_sep int bytesLength concode_field_sep boolean isBundle concode_elem_sep int lengthOfCurrentString concode_elem_sep OSCMessage convertMessage concode_elem_sep String readString concode_elem_s...
Integer function ( ) { return projectObjectId ; }
gets the value of the projectobjectid property . concode_field_sep Double actualUnits concode_elem_sep Integer financialPeriodObjectId concode_elem_sep Integer activityObjectId concode_elem_sep Date lastUpdateDate concode_elem_sep Boolean isBaseline concode_elem_sep Integer wbsObjectId concode_elem_sep Integer projectO...
void function ( ) { JobID loc0 = new JobID ( "srini_string" , 2 ) ; ByteArrayOutputStream loc1 = new ByteArrayOutputStream ( ) ; loc0 . write ( new DataOutputStream ( loc1 ) ) ; assertEquals ( loc0 , JobID . read ( new DataInputStream ( new ByteArrayInputStream ( loc1 . toByteArray ( ) ) ) ) ) ; assertEquals ( "srini_s...
test jobid concode_field_sep PlaceHolder placeHolder concode_field_sep void testTaskCompletionEvent concode_elem_sep void testTaskAttemptID concode_elem_sep void testReporter concode_elem_sep void testDepricatedMethods concode_elem_sep void testJobProfile
PathExpanderBuilder function ( RelationshipType arg0 , Direction arg1 ) { return new PathExpanderBuilder ( expander . add ( arg0 , arg1 ) ) ; }
add a pair of type and direction to the pathexpander configuration . concode_field_sep StandardExpander expander concode_field_sep PathExpander<STATE> build concode_elem_sep PathExpanderBuilder allTypesAndDirections concode_elem_sep PathExpanderBuilder allTypes concode_elem_sep PathExpanderBuilder remove concode_elem_s...
String function ( ) { return task . getVersion ( ) ; }
returns a version of webobjects project being built . concode_field_sep WOTask task concode_field_sep boolean copyFile concode_elem_sep String libString concode_elem_sep String principalClassString concode_elem_sep String getName concode_elem_sep String getJarName concode_elem_sep FilterSetCollection filtersForTarget c...
void function ( java . util . Date arg0 ) { _dataitem . setValidatedFrom ( arg0 ) ; }
sets the validated from of this d a t a i t e m. concode_field_sep DATAITEM _dataitem concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel conc...
String function ( ) { String loc0 = this . _outputString ; if ( loc0 == null && this . _outputStream != null ) { loc0 = this . _outputStream . toString ( ) ; } return loc0 ; }
getoutputstring concode_field_sep boolean _executedSuccessfully concode_elem_sep CommandContext _context concode_elem_sep CommandElement _command concode_elem_sep OutputStream _outputStream concode_elem_sep InputType _inputType concode_elem_sep String _outputString concode_elem_sep OutputType _outputType concode_elem_s...
IRubyObject function ( ThreadContext arg0 , IRubyObject arg1 , IRubyObject [ ] arg2 ) { return toJsonRawObject ( arg0 , Utils . ensureString ( arg1 ) ) ; }
rubystring string #to_json_raw_object this method creates a raw object hash , that can be nested into other data structures and will be unparsed as a raw string . this method should be used if you want to convert raw strings to json instead of utf-8 strings , e.g. binary data . concode_field_sep PlaceHolder placeHolder...
T function ( ) { return value ; }
gets the value to increment by . concode_field_sep T value concode_elem_sep String key concode_field_sep int doPhase concode_elem_sep String getKey concode_elem_sep int workPhases concode_elem_sep int checkIncrement concode_elem_sep String toString concode_elem_sep int prepareIncrement
void function ( ) { holder . set ( this ) ; }
save this state into the current thread 's local storage concode_field_sep FileInfo fileInfo concode_elem_sep boolean asyncLifecycle concode_elem_sep ThreadLocal holder concode_elem_sep UploadConfig uploadConfig concode_elem_sep String iframeContent concode_field_sep UploadStateHolder take concode_elem_sep void setAsyn...
NmeaReader function ( File arg0 ) { return new NmeaFileReader ( arg0 ) ; }
creates a nmea file reader . the file stream is not automatically opened ! concode_field_sep NmeaReaderFactory instance concode_field_sep NmeaReaderFactory instance concode_elem_sep NmeaReader createSerialPortReader concode_elem_sep void setInstance
com . genpact . model . QbProject function ( long arg0 ) { return getPersistence ( ) . remove ( arg0 ) ; }
removes the qb project with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep QbProjectPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<QbProject> findWithDynamicQuery con...
void function ( int arg0 ) { this . kindPage = arg0 ; }
method setkindpage . concode_field_sep StringMatrix mtxProductList concode_elem_sep StringMatrix mtxKpaList concode_elem_sep String strAction concode_elem_sep StringMatrix mtxUpdateList concode_elem_sep StringMatrix mtxProcessList concode_elem_sep int kindPage concode_elem_sep StringMatrix mtxTimesheetList concode_elem...
URI function ( ) { URL loc0 = getURL ( ) ; try { return ResourceUtils . toURI ( loc0 ) ; } catch ( URISyntaxException loc1 ) { throw new IOException ( "srini_string" + loc0 + "srini_string" , loc1 ) ; } }
this implementation builds a uri based on the url returned by #geturl . concode_field_sep PlaceHolder placeHolder concode_field_sep File getFile concode_elem_sep URL getURL concode_elem_sep boolean isOpen concode_elem_sep File getFileForLastModifiedCheck concode_elem_sep String getFilename concode_elem_sep int hashCode...
void function ( ) { mHasFailedLowPriorityLoad = true ; }
sets that this search request has failed . concode_field_sep String GWS_SEARCH_NO_SUGGESTIONS_PARAM_VALUE concode_elem_sep String PF_PARAM concode_elem_sep boolean mIsLowPriority concode_elem_sep boolean mWasPrefetch concode_elem_sep String CTXS_TWO_REQUEST_PROTOCOL concode_elem_sep String CTXR_PARAM concode_elem_sep S...
String function ( ) { return stringData . toString ( ) ; }
gets a literal string representation of this object 's data , which is in fact , the raw data contained in this object . concode_field_sep Reference reference concode_elem_sep char[] hexChar concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder stringToHex concod...
WorkflowExecutionSignaledEventAttributes function ( Long arg0 ) { this . externalInitiatedEventId = arg0 ; return this ; }
the id of the signalexternalworkflowexecutioninitiated event corresponding to the signalexternalworkflow decision to signal this workflow execution.the source event with this id can be found in the history of the source workflow execution . this information can be useful for diagnosing problems by tracing back the chai...
void function ( Atom arg0 ) { this . atom = arg0 ; }
sets the atom . concode_field_sep Integer isotope concode_elem_sep long serialVersionUID concode_elem_sep Atom atom concode_field_sep Integer getIsotope concode_elem_sep Integer getIsotopeNumber concode_elem_sep boolean isSameAs concode_elem_sep Double getMass concode_elem_sep String toString concode_elem_sep Atom getA...
long function ( ) { return cache . size ( ) ; }
returns the number of cached principals . concode_field_sep LoadingCache<C,Optional<P>> cache concode_elem_sep Meter cacheMisses concode_elem_sep Authenticator<C,P> underlying concode_elem_sep Timer gets concode_field_sep Optional<P> authenticate concode_elem_sep void invalidateAll concode_elem_sep void invalidateAll c...
Node function ( ) { return object ; }
returns the object . concode_field_sep Node predicate concode_elem_sep Node subject concode_elem_sep Node object concode_field_sep Node getSubject concode_elem_sep boolean compatibleWith concode_elem_sep boolean isLegal concode_elem_sep boolean nodeEqual concode_elem_sep boolean variantOf concode_elem_sep boolean varia...
void function ( UserAgent arg0 ) { }
when a call has been locally or remotely closed concode_field_sep String PARAM_RESOURCE concode_elem_sep PrintStream stdout concode_elem_sep SipProvider sip_provider concode_elem_sep Log log concode_elem_sep UserAgentProfile user_profile concode_field_sep void onUaCallTrasferred concode_elem_sep void onUaCallAccepted c...
void function ( int arg0 ) { vstack . push ( new Integer ( arg0 ) ) ; }
push a state number onto the stack . concode_field_sep int real_next concode_elem_sep Stack vstack concode_elem_sep Stack real_stack concode_field_sep void pop concode_elem_sep void get_from_real concode_elem_sep int top concode_elem_sep boolean empty
void function ( float arg0 ) { this . width = arg0 ; }
set the width the image should be drawn at concode_field_sep Image image concode_elem_sep int x concode_elem_sep float width concode_elem_sep int y concode_elem_sep Color filter concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep void setY concode_elem_sep int getX concode_elem_sep void set...
void function ( ConnectionEventListener arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } listeners . add ( arg0 ) ; }
adds a connection event listener to the managedconnection instance . concode_field_sep ValidManagedConnectionFactory mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection concode_elem_sep Object g...
void function ( final int arg0 ) { this . windowsAttributes = arg0 ; }
sets the windows attributes . concode_field_sep long lastModifiedDate concode_elem_sep boolean isAntiItem concode_elem_sep long creationDate concode_elem_sep int windowsAttributes concode_elem_sep boolean hasWindowsAttributes concode_elem_sep boolean hasCreationDate concode_elem_sep long compressedSize concode_elem_sep...
boolean function ( Class < ? > arg0 ) { Map < String , ? > loc0 = applicationContext . getBeansOfType ( arg0 , true , true ) ; if ( loc0 == null || loc0 . isEmpty ( ) ) { return false ; } return true ; }
lets ignore beans that are explicitly configured in the spring xml files concode_field_sep PackageScanClassResolver resolver concode_elem_sep BeanPostProcessor beanPostProcessor concode_elem_sep ApplicationContext applicationContext concode_elem_sep SpringCamelContext camelContext concode_elem_sep Logger LOG concode_el...
DocPath function ( int arg0 ) { return DocPath . create ( "srini_string" + arg0 + "srini_string" ) ; }
generate the name of one of the files in the split index . concode_field_sep DocPath STYLESHEET concode_elem_sep DocPath ALLCLASSES_FRAME concode_elem_sep DocPath SERIALIZED_FORM concode_elem_sep DocPath ALLCLASSES_NOFRAME concode_elem_sep DocPath PACKAGE_TREE concode_elem_sep DocPath SOURCE_OUTPUT concode_elem_sep Doc...
ValueChecker < T > function ( Consumer < T > arg0 ) { Objects . requireNonNull ( arg0 , "srini_string" ) ; if ( value != null ) { arg0 . accept ( value ) ; } if ( ! nullAllowed ) { fail ( "srini_string" ) ; } return this ; }
performs a custom check on the value . note : you can assume the value is not null in the check . concode_field_sep boolean nullAllowed concode_elem_sep T value concode_field_sep ValueChecker<T> requirePositiveInteger concode_elem_sep ValueChecker<T> requireType concode_elem_sep ValueChecker<T> requireType concode_elem...
SelectorBuilder < T > function ( ) { operators . add ( new BinaryOperator < T > ( accessor , "srini_string" ) { @ Override public boolean eval ( T arg0 ) { return left . eval ( arg0 ) || right . eval ( arg0 ) ; } } ) ; return this ; }
logical or operator concode_field_sep String context concode_elem_sep IAccessor<T> accessor concode_elem_sep List<AbstractOperator<T>> operators concode_field_sep SelectorBuilder<T> geq concode_elem_sep SelectorBuilder<T> geq concode_elem_sep SelectorBuilder<T> geq concode_elem_sep SelectorBuilder<T> geq concode_elem_s...
boolean function ( String arg0 ) { UniversalDataSource loc0 = manager . find ( arg0 ) ; if ( loc0 == null ) { return false ; } else { loc0 . clear ( ) ; return true ; } }
removes all catalog data for a named data source . concode_field_sep DataSourceManager manager concode_elem_sep TungstenProperties replicatorProps concode_elem_sep Logger logger concode_field_sep void prepare concode_elem_sep boolean set concode_elem_sep void release concode_elem_sep List<ReplDBMSHeader> get concode_el...
XMLGregorianCalendar function ( ) { XMLGregorianCalendar loc0 = null ; return order . getIssueDate ( ) != null ? order . getIssueDate ( ) . getValue ( ) : loc0 ; }
returns a calendar representing the issue date of this ubl ordertype . concode_field_sep OrderType order concode_field_sep AddressFacade getSellerAddress concode_elem_sep Iterator getLineItemIter concode_elem_sep AddressFacade getBuyerAddress concode_elem_sep String getSellerName concode_elem_sep String getBuyerContact...
EWMA function ( ) { return new EWMA ( M1_ALPHA , 5 , TimeUnit . SECONDS ) ; }
creates a new ewma which is equivalent to the unix one minute load average and which expects to be ticked every 5 seconds . concode_field_sep double M5_ALPHA concode_elem_sep double M1_ALPHA concode_elem_sep double rate concode_elem_sep double alpha concode_elem_sep double interval concode_elem_sep LongAdder uncounted ...
long function ( ) { return mNtpTime ; }
returns the time computed from the ntp transaction . concode_field_sep int NTP_PACKET_SIZE concode_elem_sep long mNtpTime concode_elem_sep long OFFSET_1900_TO_1970 concode_elem_sep String TAG concode_elem_sep int TRANSMIT_TIME_OFFSET concode_elem_sep int NTP_VERSION concode_elem_sep int REFERENCE_TIME_OFFSET concode_el...
void function ( int arg0 ) { this . index = arg0 ; }
sets the index of the tab . concode_field_sep String removedTab concode_elem_sep List tabItems concode_elem_sep String newTabContent concode_elem_sep int index concode_elem_sep int tabIndex concode_elem_sep List tabs concode_elem_sep String newTabLabel concode_elem_sep String label concode_elem_sep String content conco...
void function ( int arg0 , int arg1 , String arg2 ) { addMarkup ( arg0 , arg1 , "srini_string" + arg2 + "srini_string" , "srini_string" ) ; }
inserts an a tag that surrounds the given position . concode_field_sep PlaceHolder placeHolder concode_field_sep void hide concode_elem_sep void addHyperlinkLowKey concode_elem_sep void wrapBy concode_elem_sep MarkupText.SubText findToken concode_elem_sep String getText concode_elem_sep SubText createSubText concode_el...
void function ( String arg0 ) { this . name = arg0 ; }
sets the value of the name property . concode_field_sep String name concode_elem_sep Long id concode_elem_sep Double prixHT concode_elem_sep Integer quantite concode_field_sep void setQuantite concode_elem_sep String getName concode_elem_sep void setId concode_elem_sep Long getId concode_elem_sep void setPrixHT concode...
void function ( String arg0 ) { this . publishDate = arg0 ; }
sets the content publication date and time concode_field_sep String author concode_elem_sep String link concode_elem_sep String publishDate concode_elem_sep String description concode_elem_sep List categories concode_elem_sep String title concode_elem_sep String contentType concode_field_sep String getAuthor concode_el...
long function ( ) { return oversizedRecordCount ; }
gets the number of oversized records handled by this combiner . concode_field_sep List<MemorySegment> memory concode_elem_sep InMemorySorter<IN> sorter concode_elem_sep TypeSerializer<IN> serializer concode_elem_sep TaskContext<GroupCombineFunction<IN,OUT>,OUT> taskContext concode_elem_sep boolean objectReuseEnabled co...
GetHealthCheckCountResult function ( Long arg0 ) { this . healthCheckCount = arg0 ; return this ; }
the number of health checks associated with the current aws account . returns a reference to this object so that method calls can be chained together . concode_field_sep Long healthCheckCount concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep GetHealthCheckCountResult clone concode_elem_sep...
JSONBuilder function ( String arg0 , Float arg1 ) { if ( arg1 == null ) { return this ; } return entry ( arg0 , arg1 . floatValue ( ) ) ; }
adds a float property to a map only if the value is non-null , otherwise the key/value pair will not be added at all . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuil...
TreeNode function ( String arg0 ) { if ( children == null ) return ( null ) ; Iterator loc0 = children . iterator ( ) ; while ( loc0 . hasNext ( ) ) { TreeNode loc1 = ( TreeNode ) loc0 . next ( ) ; if ( arg0 . equals ( loc1 . getName ( ) ) ) return ( loc1 ) ; } return ( null ) ; }
return the first child node of this node with the specified name , if there is one ; otherwise , return null . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep String findAttribute concod...
List < File > function ( int arg0 ) { FileSnap loc0 = new FileSnap ( snapDir ) ; return loc0 . findNRecentSnapshots ( arg0 ) ; }
the n most recent snapshots concode_field_sep int VERSION concode_elem_sep String version concode_elem_sep File dataDir concode_elem_sep SnapShot snapLog concode_elem_sep Logger LOG concode_elem_sep TxnLog txnLog concode_elem_sep File snapDir concode_field_sep boolean truncateLog concode_elem_sep File[] getSnapshotLogs...
void function ( int arg0 ) { if ( minX <= arg0 && arg0 <= maxX ) { this . x = arg0 ; notifyChangeListeners ( ) ; } }
set x value . if beyond the max and min range , value is ignored . concode_field_sep int minY concode_elem_sep int minX concode_elem_sep java.util.List changeListeners concode_elem_sep int maxY concode_elem_sep int maxX concode_elem_sep int x concode_elem_sep int y concode_field_sep void setY concode_elem_sep void setM...
void function ( ) { final ExecutionEnvironment loc0 = ExecutionEnvironment . getExecutionEnvironment ( ) ; DataSet < Tuple5 < Integer , Long , String , Long , Integer >> loc1 = loc0 . fromCollection ( emptyTupleData , tupleTypeInfo ) ; loc1 . maxBy ( 1 , 2 , 3 , 4 , - 1 ) ; }
this test validates that an index which is out of bounds throws an indexoutofboundsexcpetion . concode_field_sep TupleTypeInfo<Tuple5<Integer,Long,String,Long,Integer>> tupleTypeInfo concode_elem_sep String myString concode_elem_sep List<CustomType> customTypeData concode_elem_sep long myLong concode_elem_sep long seri...
void function ( String arg0 ) { this . locationId = arg0 ; }
sets the locationid attribute value . concode_field_sep String locationName concode_elem_sep String locationId concode_elem_sep String parentLocationCode concode_elem_sep String locationCode concode_elem_sep String locationLevelCode concode_field_sep String getLocationName concode_elem_sep String getLocationId concode_...
void function ( BOSSHTTPRequest arg0 ) { if ( null != arg0 ) { BOSSSearch . arg0 = arg0 ; } }
set the httprequest object to any valid implementation of httprequest concode_field_sep String appKey concode_elem_sep int HTTP_OK concode_elem_sep BOSSHTTPRequest httpRequest concode_elem_sep String prevPage concode_elem_sep long pagerStart concode_elem_sep String searchString concode_elem_sep String nextPage concode_...
boolean function ( String arg0 ) { return arg0 == null || arg0 . trim ( ) . equals ( "srini_string" ) ; }
returns true if given string is empty or null concode_field_sep BufferedReader br concode_elem_sep String commentedCmds concode_elem_sep InputStream in concode_elem_sep String rawCmds concode_elem_sep String configPath concode_elem_sep String title concode_elem_sep ConfigType configType concode_elem_sep String lineFeed...
void function ( ManagedCustomer arg0 ) { this . client = arg0 ; }
sets the value of the client property . concode_field_sep ManagedCustomer manager concode_elem_sep ManagedCustomer client concode_elem_sep String creationDate concode_elem_sep String expirationDate concode_field_sep String getCreationDate concode_elem_sep ManagedCustomer getManager concode_elem_sep void setCreationDate...
String function ( ) { return stringData . toString ( ) ; }
returns a string representation of the object . concode_field_sep Reference reference concode_elem_sep char[] hexChar concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder stringToHex concode_elem_sep String getDecryptedLiteralString concode_elem_sep String encry...
String function ( String arg0 ) { if ( ! validateQualifiedIdentifier ( arg0 , "srini_string" ) . isOK ( ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } int loc0 = arg0 . lastIndexOf ( QNAME_DELIMITER ) ; if ( loc0 >= 0 ) { return arg0 . substring ( 0 , loc0 ) ; } return "srini_string" ; }
extracts the qualifying part of the given qualified identifier . concode_field_sep String QNAME_DELIMITER concode_elem_sep IStatus invalidCUFileNameStatus concode_elem_sep String ADJACENT_DELIMITERS_ERROR concode_field_sep IStatus validateIdentifier concode_elem_sep String[] getQualifiedNameSegments concode_elem_sep IS...
String function ( ) { return text ; }
gets the value of the text property . concode_field_sep BigInteger start concode_elem_sep BigInteger end concode_elem_sep String id concode_elem_sep String text concode_elem_sep String content concode_field_sep void setContent concode_elem_sep BigInteger getStart concode_elem_sep void setStart concode_elem_sep String g...
Object function ( Class < ? > arg0 , Field arg1 ) { for ( int loc0 = 0 , loc1 = fieldResolvers . size ( ) ; loc0 < loc1 ; loc0 ++ ) { Object loc2 = fieldResolvers . get ( loc0 ) . resolve ( arg0 , arg1 ) ; if ( loc2 != null ) { return loc2 ; } } return null ; }
returns the first non-null value provided by fieldresolver #resolve class , field , or null if no resolver returned a valid value . concode_field_sep InjectionCache cache concode_elem_sep Bag<FieldResolver> fieldResolvers concode_field_sep void initialize concode_elem_sep void addFieldResolver concode_elem_sep Bag<Fiel...
int function ( ) { return bufline [ bufpos ] ; }
get token end line number . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn...
TaskEvent function ( ) { return this . receivedEvent ; }
returns the event which was last received by this event listener . if no event has been received so far the return value is null . concode_field_sep TaskEvent receivedEvent concode_field_sep void onEvent concode_elem_sep void testEventNotificationManager
void function ( int arg0 ) { if ( arg0 > this . buffer . capacity ( ) ) { expandCapacity ( arg0 ) ; } }
ensures the buffer can accommodate the required capacity . concode_field_sep int mode concode_elem_sep ByteBuffer buffer concode_elem_sep ByteBufferAllocator allocator concode_elem_sep int OUTPUT_MODE concode_elem_sep int INPUT_MODE concode_field_sep void expandCapacity concode_elem_sep void setOutputMode concode_elem_...
List < String > function ( ) { return command ; }
returns this process builder 's current program and arguments . note that the returned list is not a copy and modifications to it will change the state of this instance . concode_field_sep Map<String,String> environment concode_elem_sep File directory concode_elem_sep boolean redirectErrorStream concode_elem_sep List<S...
Resource [ ] function ( List < String > arg0 ) { return makeResources ( arg0 ) . toArray ( new Resource [ arg0 . size ( ) ] ) ; }
resolves a list of paths into resources relative to environmental defaults or relative paths or the classloader . concode_field_sep String relativePath concode_elem_sep String environmentPathVariable concode_elem_sep Logger log concode_field_sep Resource findResource concode_elem_sep Resource getResource concode_elem_s...
String function ( String arg0 , String arg1 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) return "srini_string" ; int loc0 = arg0 . lastIndexOf ( '.' ) ; if ( loc0 < 0 ) return arg0 ; return arg0 . substring ( 0 , loc0 ) + arg1 ; }
change the extension of a filename , including '' . '' remark : ewe.io.file.getfileextension return name + extension concode_field_sep char notDigSep concode_elem_sep boolean mustInitdigSep concode_elem_sep char digSep concode_field_sep String getImageName concode_elem_sep String rot13 concode_elem_sep String getExtens...
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...
PaintContext function ( ColorModel arg0 , Rectangle arg1 , Rectangle2D arg2 , AffineTransform arg3 , RenderingHints arg4 ) { return new GradientPaintContext ( arg0 , p1 , p2 , arg3 , color1 , color2 , cyclic ) ; }
creates and returns a paintcontext used togenerate a linear color gradient pattern . see the paint #createcontext specification of themethod in the paint interface for informationon null parameter handling . concode_field_sep Color color1 concode_elem_sep Point2D.Float p1 concode_elem_sep Color color2 concode_elem_sep ...
void function ( long arg0 ) { _dlFileEntryType . setGroupId ( arg0 ) ; }
sets the group id of this document library file entry type . concode_field_sep DLFileEntryType _dlFileEntryType concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode...
String function ( ) { return city ; }
getter for property city . concode_field_sep String zip concode_elem_sep String country concode_elem_sep String city concode_elem_sep String state concode_elem_sep String line2 concode_elem_sep String line1 concode_field_sep void setCountry concode_elem_sep String getZip concode_elem_sep void setLine2 concode_elem_sep ...
float function ( ) { return mBackoffMultiplier ; }
returns the backoff multiplier for the policy . concode_field_sep int mCurrentTimeoutMs concode_elem_sep int mCurrentRetryCount concode_elem_sep int mMaxNumRetries concode_elem_sep float DEFAULT_BACKOFF_MULT concode_elem_sep float mBackoffMultiplier concode_elem_sep int DEFAULT_TIMEOUT_MS concode_elem_sep int DEFAULT_M...
String function ( ) { return ( info ) ; }
return descriptive information about this facotry implementation and the corresponding version number , in the format < description > / < version > . concode_field_sep StoreRegistry registry concode_elem_sep StringManager sm concode_elem_sep Log log concode_elem_sep String info concode_elem_sep StoreAppender storeAppen...
String function ( String arg0 , Owner arg1 ) { if ( ! CSSUtil . isCssNameValid ( arg0 ) ) { logger . warn ( "srini_string" , arg0 ) ; return "srini_string" ; } String loc0 = CSSUtil . buildFilePath ( arg0 , arg1 ) ; logger . debug ( "srini_string" , loc0 ) ; return fileService . read ( loc0 ) ; }
reads the css file matching the given name . concode_field_sep Logger logger concode_elem_sep FileService fileService concode_elem_sep DirectoryService dirService concode_field_sep void setDirService concode_elem_sep boolean rename concode_elem_sep List<String> getList concode_elem_sep boolean create concode_elem_sep b...
boolean function ( ) { if ( this . getConfig ( ) != null ) { return this . commit ( this . getConfig ( ) . getPath ( ) ) ; } return false ; }
save the config to the default path which it specifies . may throw an ioexception if an i/o error occurs while writing . concode_field_sep PlaceHolder placeHolder concode_field_sep Configuration load concode_elem_sep Configuration getConfig concode_elem_sep void accept concode_elem_sep void accept
void function ( String arg0 ) { this . reasonCode = arg0 ; }
provides information about the cause of outofservice instances . specifically , it indicates whether the cause is elastic load balancing or the instance behind the loadbalancer . concode_field_sep String instanceId concode_elem_sep String description concode_elem_sep String state concode_elem_sep String reasonCode conc...
void function ( ) { mMinX = MathHelper . NULL_VALUE ; mMaxX = - MathHelper . NULL_VALUE ; mMinY = MathHelper . NULL_VALUE ; mMaxY = - MathHelper . NULL_VALUE ; int loc0 = getItemCount ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { double loc2 = getX ( loc1 ) ; double loc3 = getY ( loc1 ) ; updateRange ( loc2 , lo...
initializes the range for both axes . concode_field_sep IndexXYMap<Double,Double> mXY concode_elem_sep double mMinY concode_elem_sep double mMaxY concode_elem_sep int mScaleNumber concode_elem_sep String mTitle concode_elem_sep double mMaxX concode_elem_sep IndexXYMap<Double,Double> mStringXY concode_elem_sep List<Stri...
ApplicationContext function ( ) { return this . applicationContext ; }
return the management applicationcontext . concode_field_sep ApplicationContext applicationContext concode_field_sep void setApplicationContext concode_elem_sep MvcEndpoints getMvcEndpoints
List < ClassName > function ( int arg0 , int arg1 ) { return getPersistence ( ) . findAll ( arg0 , arg1 ) ; }
returns a range of all the class names . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to queryutil #all_pos will return the full result s...