code
stringlengths
20
663
nl
stringlengths
68
7.19k
T function ( ) { return start ; }
returns with the start point of the segment . concode_field_sep T start concode_elem_sep T end concode_field_sep LineSegment<T> next concode_elem_sep boolean contains concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep LineSegment<T> startLineSegmentSeries concode_elem_sep boolean hasCommon c...
Size2D function ( BlockContainer arg0 , Graphics2D arg1 , RectangleConstraint arg2 ) { return arrangeNN ( arg0 , arg1 ) ; }
arranges the blocks with no width constraint and a fixed height constraint . this puts all blocks into a single row . concode_field_sep long serialVersionUID concode_field_sep void add concode_elem_sep Size2D arrangeFF concode_elem_sep Size2D arrangeRR concode_elem_sep Size2D arrangeNN concode_elem_sep Size2D arrange c...
JsonValue function ( InputStream arg0 ) { DataInputStream loc0 = null ; try { loc0 = new DataInputStream ( arg0 ) ; return parse ( loc0 ) ; } catch ( IOException loc1 ) { throw new SerializationException ( loc1 ) ; } finally { StreamUtils . closeQuietly ( loc0 ) ; } }
parses the ubjson from the given stream . for best performance you should provide buffered streams to this method ! concode_field_sep boolean oldFormat concode_field_sep JsonValue parseArray concode_elem_sep String parseString concode_elem_sep String parseString concode_elem_sep JsonValue parseData concode_elem_sep lon...
byte [ ] function ( ) { byte [ ] loc0 = new byte [ BLOCK_SIZE ] ; Random loc1 = new SecureRandom ( ) ; loc1 . nextBytes ( loc0 ) ; return loc0 ; }
randomise a new initialisation vector for the encryption it is used for the first xor operation concode_field_sep int BLOCK_SIZE concode_elem_sep Object key concode_field_sep byte[] getBlock concode_elem_sep byte[] encrytBlock concode_elem_sep byte[] encrypt concode_elem_sep byte[] decrypt concode_elem_sep byte[] decry...
Object function ( ) { return requestorFirstName ; }
gets requestor first name . concode_field_sep Object notes concode_elem_sep Object deliveryMethod concode_elem_sep String itemBarcode concode_elem_sep Object requestorLastName concode_elem_sep String destination concode_elem_sep String customerCode concode_elem_sep Object errorCode concode_elem_sep Object requestorEmai...
void function ( ) { setProperty ( "srini_string" , NeembuuUploader . getVersionForProgam ( ) ) ; setProperty ( "srini_string" , "srini_string" ) ; storeProperties ( ) ; }
sets default properties and overwrites the properties to the file . concode_field_sep Properties properties concode_elem_sep File propertyfile concode_elem_sep String comment concode_field_sep void storeProperties concode_elem_sep String getProperty concode_elem_sep String getProperty concode_elem_sep File getPropertyf...
void function ( String arg0 ) { this . certificateName = arg0 ; }
the name of the certificate . concode_field_sep java.util.Date certificateUploadDate concode_elem_sep String distributionDomainName concode_elem_sep String domainName concode_elem_sep String certificateName concode_field_sep String getCertificateName concode_elem_sep void setDomainName concode_elem_sep String getDistri...
String function ( String arg0 , String arg1 , String arg2 , String arg3 , BigInteger arg4 ) { return getLinks ( arg0 , arg1 , arg2 , arg3 , arg4 , - 1 , - 1 ) ; }
this method returns a set of links to a page or domain . concode_field_sep Authenticator authenticator concode_field_sep Authenticator getAuthenticator concode_elem_sep void setAuthenticator
java . lang . String function ( ) { return _dlTrashLocalService . getOSGiServiceIdentifier ( ) ; }
returns the osgi service identifier . concode_field_sep DLTrashLocalService _dlTrashLocalService concode_field_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.repository.model.FileEntry moveFileEntryToTrash concode_elem_sep void restoreFileEntryFromTrash concode_elem_sep com.liferay.portal.kernel....
void function ( OutputStream arg0 , Any [ ] arg1 ) { arg0 . write_long ( arg1 . length ) ; for ( int loc0 = 0 ; loc0 < arg1 . length ; loc0 ++ ) { arg0 . write_any ( arg1 [ loc0 ] ) ; } }
writes the array of any 's into the given stream . concode_field_sep PlaceHolder placeHolder concode_field_sep Any[] extract concode_elem_sep Any[] read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type
String function ( ) { if ( objectName == null ) objectName = testName ( ) + "srini_string" + Thread . currentThread ( ) . toString ( ) + "srini_string" + test . getPerfTestId ( ) ; return objectName ; }
the returned name was used as ` articlename ' for all created perfarticles for this thread . this allows an easy build of the query statement to match the created perfarticle for thisinstance/thread . concode_field_sep PerfRunner test concode_elem_sep String PREFIX_LOG concode_elem_sep String objectName concode_field_s...
List < T > function ( List < T > arg0 ) { if ( isLeaf ( ) ) { arg0 . add ( ( T ) this ) ; } else { for ( Tree loc0 : children ( ) ) { loc0 . getLeaves ( arg0 ) ; } } return arg0 ; }
gets the leaves of the tree . concode_field_sep Tree parent concode_elem_sep String headWord concode_elem_sep String label concode_elem_sep String parse concode_elem_sep double error concode_elem_sep String type concode_elem_sep List<String> tags concode_elem_sep List<Tree> children concode_elem_sep INDArray prediction...
Vector2D function ( Vector2D arg0 ) { return new Vector2D ( x + arg0 . x , y + arg0 . y ) ; }
adds another 2d vector to it . concode_field_sep double x concode_elem_sep double y concode_field_sep Vector2D sub concode_elem_sep double getX concode_elem_sep double lengthSquared concode_elem_sep double getY concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Vector2D normalize concode_ele...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
get custom deserializer concode_field_sep java.lang.String date concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep org.apache.axis.encodi...
long function ( final byte [ ] arg0 ) { int loc0 = 0 ; int loc1 ; do { loc1 = arg0 [ loc0 ++ ] & 0xff ; } while ( ( loc1 & 0x80 ) != 0 ) ; long loc2 = 0 ; int loc3 = 0 ; do { loc1 = arg0 [ loc0 ++ ] & 0xff ; loc2 |= ( ( long ) ( loc1 & 0x7f ) ) << loc3 ; loc3 += 7 ; } while ( ( loc1 & 0x80 ) != 0 ) ; return loc2 ; }
length of the resulting object in the delta stream . concode_field_sep PlaceHolder placeHolder concode_field_sep long getBaseSize concode_elem_sep byte[] apply concode_elem_sep byte[] apply concode_elem_sep String format concode_elem_sep String format
void function ( String arg0 ) { if ( Config . DEBUG ) { log ( arg0 ) ; } }
logs output with a logging prefix debug mode enabled only . concode_field_sep PlaceHolder placeHolder concode_field_sep String prefixed concode_elem_sep void log concode_elem_sep void log
void function ( ) { }
called on the event dispatching thread not on the worker thread after the construct method has returned . concode_field_sep Thread thread concode_elem_sep Integer threadPriority concode_elem_sep Object value concode_elem_sep ThreadVar threadVar concode_field_sep void setThreadPriority concode_elem_sep Object getValue c...
int function ( ) { return JdkDynamicAopProxy . class . hashCode ( ) * 13 + this . advised . getTargetSource ( ) . hashCode ( ) ; }
proxy uses the hash code of the targetsource . concode_field_sep boolean equalsDefined concode_elem_sep long serialVersionUID concode_elem_sep boolean hashCodeDefined concode_elem_sep Log logger concode_elem_sep AdvisedSupport advised concode_field_sep Object getProxy concode_elem_sep Object getProxy concode_elem_sep b...
String function ( ) { return null ; }
get the uri of the schema document containing the definition of this type concode_field_sep AnySimpleType theInstance concode_field_sep boolean isNamespaceSensitive concode_elem_sep boolean isSimpleType concode_elem_sep ValidationFailure validateContent concode_elem_sep String getName concode_elem_sep AtomicType getCom...
void function ( ) { Stage loc0 = new Stage ( ) ; assertEquals ( Modality . NONE , loc0 . getModality ( ) ) ; }
tests the default value of modality for a stage concode_field_sep PlaceHolder placeHolder concode_field_sep void testModalitySet concode_elem_sep void testModalitySetPrimary concode_elem_sep void testStyleConstructor concode_elem_sep void testStyleSet concode_elem_sep void testStyleSetAfterVisible concode_elem_sep void...
boolean function ( long arg0 , TimeUnit arg1 ) { return hasNext ( ) ; }
delegates to #hasnext since all data are local and timeouts can not occur . concode_field_sep E[] a concode_elem_sep long serialVersionUID concode_elem_sep int lastIndex concode_elem_sep boolean open concode_field_sep E next concode_elem_sep E next concode_elem_sep boolean isExhausted concode_elem_sep void close concod...
Iterable < Map . Entry < BytesRef , VersionValue >> function ( ) { return tombstones . entrySet ( ) ; }
iterates over all deleted versions , including new ones not yet exposed via reader and old ones exposed via reader but not yet gc 'd . concode_field_sep long BASE_BYTES_PER_CHM_ENTRY concode_elem_sep Map<BytesRef,VersionValue> current concode_elem_sep AtomicLong ramBytesUsedTombstones concode_elem_sep Map<BytesRef,Vers...
void function ( UserTransaction arg0 ) { if ( ( arg0 != null ) && ( arg0 instanceof UserTransactionWithContext ) ) { UserTransactionWithContext loc0 = ( UserTransactionWithContext ) arg0 ; loc0 . closeContext ( ) ; } }
return a usertransaction that was retrieved via getusertransaction . this will make sure that the initalcontext used to lookup/create the usertransaction is properly cleaned up . concode_field_sep UserTransaction userTransaction concode_elem_sep InitialContext context concode_elem_sep String DEFAULT_USER_TX_LOCATION co...
DynamoDBMapper function ( ) { return new DynamoDBMapper ( dynamoDBClient ) ; }
creates a dynamodbmapper using the default configurations . concode_field_sep Logger log concode_elem_sep AmazonDynamoDBClient dynamoDBClient concode_field_sep void saveItem concode_elem_sep PaUserDataItem loadItem concode_elem_sep void deleteItem
Buffer function ( ) { File loc0 = manager . create ( ) ; if ( ! loc0 . exists ( ) ) { throw new BufferException ( "srini_string" , loc0 ) ; } return new FileBuffer ( loc0 ) ; }
this will allocate a file buffer which will write data for the buffer to a file . buffers allocated by this method can be of arbitrary size as data is appended directly to a temporary file . this ensures there is no upper limit for appended data . concode_field_sep FileWatcher manager concode_elem_sep String PREFIX con...
Long function ( ) { return exchangeRate ; }
gets the value of the exchangerate property . concode_field_sep ExchangeRateRefreshRate refreshRate concode_elem_sep Long exchangeRate concode_elem_sep Long id concode_elem_sep String currencyCode concode_elem_sep ExchangeRateDirection direction concode_field_sep ExchangeRateRefreshRate getRefreshRate concode_elem_sep ...
AttributedURIType function ( ) { return action ; }
gets the value of the action property . concode_field_sep AttributedURIType action concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String soapAction concode_field_sep void setAction concode_elem_sep String getSoapAction concode_elem_sep void setSoapAction concode_elem_sep Map<QName,String> getOtherA...
void function ( RestConnection arg0 , String arg1 ) { JobInfo loc0 = new JobInfo ( ) ; loc0 . setId ( arg1 ) ; loc0 . setState ( JobStateEnum . Closed ) ; arg0 . updateJob ( loc0 ) ; }
closes the job concode_field_sep String password concode_elem_sep String sObject concode_elem_sep String mySqlUrl concode_elem_sep BufferedReader console concode_elem_sep String userName concode_elem_sep String csvFileName concode_elem_sep String mySqlQuery concode_field_sep void checkResults concode_elem_sep void show...
int function ( ) { for ( ; ; ) { final int loc0 = sNextGeneratedId . get ( ) ; int loc1 = loc0 + 1 ; if ( loc1 > 0x00FFFFFF ) loc1 = 1 ; if ( sNextGeneratedId . compareAndSet ( loc0 , loc1 ) ) { return loc0 ; } } }
generate a value suitable for use in setid int this value will not collide with id values generated at build time by aapt for r.id . concode_field_sep AtomicInteger sNextGeneratedId concode_field_sep void setAlpha
void function ( TimeZone arg0 ) { this . timeZone = arg0 ; }
specify the time zone for this trigger 's cron expression . concode_field_sep JobDetail jobDetail concode_elem_sep int misfireInstruction concode_elem_sep TimeZone timeZone concode_elem_sep String description concode_elem_sep int priority concode_elem_sep JobDataMap jobDataMap concode_elem_sep long startDelay concode_e...
void function ( ) { if ( userConnection != null ) { try { userConnection . close ( ) ; } catch ( SQLException loc0 ) { } } try { connection . close ( ) ; } catch ( SQLException loc0 ) { } isInUse = false ; }
force close the userconnection , and connection , no close event is fired . concode_field_sep JDBCConnection userConnection concode_elem_sep OrderedHashSet listeners concode_elem_sep JDBCConnection connection concode_elem_sep boolean isInUse concode_field_sep Connection getConnection concode_elem_sep void removeStateme...
SWORDEntry function ( DepositResult arg0 , Deposit arg1 ) { this . reset ( ) ; this . entry = new SWORDEntry ( ) ; this . item = arg0 . getItem ( ) ; this . bitstream = arg0 . getBitstream ( ) ; this . result = arg0 ; this . deposit = arg1 ; this . constructEntry ( ) ; return entry ; }
construct the swordentry object which represents the given item with the given handle . an argument as to whether this is a noop request is required because in that event the assigned identifier for the item will not be added to the swordentry as it will be invalid . concode_field_sep SWORDEntry entry concode_elem_sep ...
T function ( Phone arg0 ) { return null ; }
returns the result of interpreting the object as an instance of ` phone ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep ModelPackage modelPackage concode_field_sep T doSwitch concode_elem_sep T doSwitch concode_elem_sep T doSwitch concode_elem_sep T caseP...
WorkflowTypeInfo function ( String arg0 ) { this . description = arg0 ; return this ; }
the description of the type registered through registerworkflowtype . returns a reference to this object so that method calls can be chained together . constraints : length : 0 - 1024 concode_field_sep java.util.Date deprecationDate concode_elem_sep String description concode_elem_sep WorkflowType workflowType concode_...
CTPresetLineDashProperties function ( ) { return prstDash ; }
gets the value of the prstdash property . concode_field_sep STCompoundLine cmpd concode_elem_sep Object parent concode_elem_sep STLineCap cap concode_elem_sep CTEmpty round concode_elem_sep CTLineJoinMiterProperties miter concode_elem_sep CTEmpty noFill concode_elem_sep Integer w concode_elem_sep CTGradientFillProperti...
boolean function ( Producto arg0 ) { return nombre . toLowerCase ( ) . compareTo ( arg0 . obtenerNombre ( ) . toLowerCase ( ) ) < 0 ; }
comprueba si nombre del producto actual es menor alfabeticamente que el del producto recibido como parametro concode_field_sep double precio concode_elem_sep int cantidad concode_elem_sep String nombre concode_field_sep int obtenerCantidad concode_elem_sep double obtenerPrecio concode_elem_sep boolean esMayor concode_e...
void function ( java . lang . String arg0 ) { _shoppingCategory . setUserUuid ( arg0 ) ; }
sets the user uuid of this shopping category . concode_field_sep ShoppingCategory _shoppingCategory 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 void setGroup...
String function ( ) { final CharSequence loc0 = datum . getDiagnostics ( ) ; return loc0 == null ? NODIAGS : loc0 . toString ( ) ; }
retrieves diagnostics information preserved in the history file concode_field_sep Iterable<String> NODIAGS_LIST concode_elem_sep String NODIAGS concode_elem_sep JobUnsuccessfulCompletion datum concode_field_sep int getFinishedReduces concode_elem_sep EventType getEventType concode_elem_sep Object getDatum concode_elem_...
T function ( EObject arg0 ) { return null ; }
returns the result of interpreting the object as an instance of ` eobject ' . this implementation returns null ; returning a non-null result will terminate the switch , but this is the last case anyway . concode_field_sep Bz253799Package modelPackage concode_field_sep T caseOne concode_elem_sep T doSwitch concode_elem_...
void function ( Level arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } LogManager . getLogManager ( ) . checkAccess ( ) ; this . level = arg0 ; }
sets the logging level of the messages logged by this handler , levels lower than this value will be dropped . concode_field_sep Level DEFAULT_LEVEL concode_elem_sep Formatter formatter concode_elem_sep Filter filter concode_elem_sep ErrorManager errorMan concode_elem_sep Level level concode_elem_sep String prefix conc...
void function ( DrillBuf arg0 , int arg1 , int arg2 , int arg3 ) { writeVLong ( arg0 , arg1 , arg2 , arg3 ) ; }
serializes an integer to a binary stream with zero-compressed encoding . for -120 < = i < = 127 , only one byte is used with the actual value . for other values of i , the first byte value indicates whether the integer is positive or negative , and the number of bytes that follow . if the first byte value v is between ...
int function ( Matrix < Integer > arg0 ) { int loc0 = Integer . MIN_VALUE ; for ( Object loc1 : arg0 . data ) loc0 = Math . loc0 ( loc0 , ( Integer ) loc1 ) ; return loc0 ; }
return the maximum value contained in a matrix . concode_field_sep PlaceHolder placeHolder concode_field_sep double rowAverage concode_elem_sep double maxDouble concode_elem_sep void rowInitNormal concode_elem_sep List<Double> rowDifference concode_elem_sep void columnInitNormal concode_elem_sep double rowScalarProduct...
boolean function ( Listener < Exception > arg0 , Event arg1 ) { return exceptionListeners . addListener ( arg0 , arg1 ) ; }
add an exception listener concode_field_sep Listeners<String,Event> messageListeners concode_elem_sep boolean enableLogTraceback concode_elem_sep Listeners<Exception,Event> exceptionListeners concode_elem_sep org.slf4j.Logger log concode_elem_sep boolean enableStackTraces concode_field_sep void init concode_elem_sep vo...
T function ( EObject arg0 ) { return doSwitch ( arg0 . eClass ( ) , arg0 ) ; }
calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep EFeatureTestsPackage modelPackage concode_field_sep T caseEFeatureData concode_elem_sep T caseNonGeoEObject concode_elem_sep T caseEFeature concode_elem_sep T caseEFeatureCompatibleData concode_elem...
BigDecimal function ( ) { return maximum ; }
returns the maximum value of an item state . concode_field_sep String pattern concode_elem_sep List<StateOption> options concode_elem_sep BigDecimal maximum concode_elem_sep BigDecimal step concode_elem_sep boolean readOnly concode_elem_sep BigDecimal minimum concode_field_sep boolean isReadOnly concode_elem_sep BigDec...
String function ( ) { return name ; }
getter for the field name . concode_field_sep JsonSchemaNode parent concode_elem_sep Boolean required concode_elem_sep String name concode_elem_sep LinkedHashMap<String,JsonSchemaNode> properties concode_elem_sep String type concode_elem_sep LinkedHashSet<JsonSchemaNode> arrayItems concode_elem_sep JSONObject object co...
void function ( IConfigurationElement arg0 , String arg1 ) { logError ( arg0 , "srini_string" + arg1 + "srini_string" ) ; }
logs a very common registry error when a required attribute is missing . concode_field_sep PlaceHolder placeHolder concode_field_sep String getClassValue concode_elem_sep String getPluginId concode_elem_sep ILog getLog concode_elem_sep void readRegistry concode_elem_sep T createExecutableExtension concode_elem_sep void...
void function ( Context arg0 , HarvestedItemInfo arg1 ) { List < Collection > loc0 = arg1 . item . getCollections ( ) ; arg1 . collectionHandles = new ArrayList < > ( ) ; for ( Collection loc1 : loc0 ) { arg1 . collectionHandles . add ( loc1 . getHandle ( ) ) ; } }
fill out the containers field of the harvestediteminfo object concode_field_sep HandleService handleService concode_elem_sep ItemService itemService concode_elem_sep Logger log concode_elem_sep AuthorizeService authorizeService concode_field_sep boolean anonAccessAllowed concode_elem_sep HarvestedItemInfo getSingle con...
JavaEngineBuilder < TD , EI , PD , Q , P , A > function ( String arg0 , Class < ? extends LJavaAlgorithm < PD , ? , Q , P >> arg1 ) { algorithmClassMap . put ( arg0 , arg1 ) ; return this ; }
add an algorithm class to this engine . concode_field_sep Class<? extends LJavaPreparator<TD,PD>> preparatorClass concode_elem_sep Class<? extends LJavaDataSource<TD,EI,Q,A>> dataSourceClass concode_elem_sep Class<? extends LJavaServing<Q,P>> servingClass concode_elem_sep Map<String,Class<? extends LJavaAlgorithm<PD,?,...
long function ( ) { long loc0 = ( isRead ? ( isParsed ? getContentSize ( ) : ( content != null ? content . limit ( ) : 0 ) ) : memMapSize ) ; loc0 += ( 8 + ( loc0 >= ( ( 1L << 32 ) - 8 ) ? 8 : 0 ) + ( UserBox . TYPE . equals ( getType ( ) ) ? 16 : 0 ) ) ; loc0 += ( deadBytes == null ? 0 : deadBytes . limit ( ) ) ; retu...
gets the full size of the box including header and content . concode_field_sep Container parent concode_elem_sep boolean isParsed concode_elem_sep long offset concode_elem_sep long contentStartPosition concode_elem_sep ByteBuffer deadBytes concode_elem_sep boolean isRead concode_elem_sep long memMapSize concode_elem_se...
String function ( ) { return field ; }
returns the field of this term . the field indicates the part of a document which this term came from . concode_field_sep String field concode_elem_sep BytesRef bytes concode_field_sep void set concode_elem_sep BytesRef bytes concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString...
String function ( ) { if ( strategy == null ) { return "srini_string" ; } else { return strategy ; } }
gets the value of the strategy property . concode_field_sep List<Object> lodmanualOrLodgenerated concode_elem_sep String strategy concode_elem_sep String manual concode_elem_sep String numlevels concode_field_sep List<Object> getLodmanualOrLodgenerated concode_elem_sep void setStrategy concode_elem_sep String getNumlev...
String function ( ) { return id ; }
gets the id of this profile concode_field_sep Long keepAliveTime concode_elem_sep Integer maxQueueSize concode_elem_sep Boolean allowCoreThreadTimeOut concode_elem_sep Integer poolSize concode_elem_sep Boolean defaultProfile concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep Integer maxP...
ObjectName function ( String arg0 , String arg1 , String arg2 ) { return ObjectName . getInstance ( arg0 , arg1 , arg2 ) ; }
retrieve an objectname instance for the specified domain and asingle property with the supplied key and value . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
String function ( String arg0 ) { return makeAbsolute ( arg0 , USER_DIR . value ( ) ) ; }
converts the given path into an absolute one . this prepends the current working directory and removes all . 's from the path . if an absolute path is given , it will not be prefixed . unlike file.getabsolutepath , this function does remove . 's from the path and unlike file.getcanonicalpath , this function does not re...
String function ( ) { return id ; }
gets the timezone id used to identify this time zone in the javacode . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_sep boolea...
QName function ( ) { return type ; }
gets the value of the type property . concode_field_sep List<Extension> extensions concode_elem_sep String id concode_elem_sep String href concode_elem_sep String label concode_elem_sep QName type concode_elem_sep String version concode_elem_sep String uuid concode_elem_sep Object idref concode_field_sep String getVers...
IHDRColor4Base function ( final float arg0 , final float arg1 , final float arg2 , final float arg3 ) { return gen ( Math . round ( arg0 * 255.0f ) , Math . round ( arg1 * 255.0f ) , Math . round ( arg2 * 255.0f ) , Math . round ( arg3 * 255.0f ) ) ; }
generates a new persistent color3 based on 3 unity-range values . concode_field_sep PlaceHolder placeHolder concode_field_sep IHDRColor4Base gen concode_elem_sep HDRColor4 clone
String function ( ) { return firstPartyKey ; }
gets the value of the firstpartykey property . concode_field_sep String ownerName concode_elem_sep String isEntity concode_elem_sep String ownershipPercent concode_elem_sep String secondPartyKey concode_elem_sep String firstPartyKey concode_field_sep void setIsEntity concode_elem_sep String getOwnershipPercent concode_...
void function ( URI arg0 ) { this . format = arg0 ; }
sets the value of the format property . concode_field_sep Boolean allowCreate concode_elem_sep URI format concode_elem_sep String spNameQualifier concode_field_sep Boolean isAllowCreate concode_elem_sep void setAllowCreate concode_elem_sep URI getFormat concode_elem_sep String getSPNameQualifier concode_elem_sep void s...
String function ( ) { return this . pattern ; }
return the phonex for this pattern . concode_field_sep PhonexFSA fsa concode_elem_sep String pattern concode_field_sep String groupName concode_elem_sep PhonexPattern compile concode_elem_sep PhonexFSA getFsa concode_elem_sep int numberOfGroups concode_elem_sep int groupIndex concode_elem_sep int compareTo concode_elem...
void function ( ActionEvent arg0 ) { if ( currentChartModel != null ) { currentChartModel . removeData ( ) ; } }
adds a unit of data to the current chart data model . concode_field_sep String LINE_CHART_NAME concode_elem_sep String CUSTOM_CHART_NAME concode_elem_sep String PIE2D_CHART_NAME concode_elem_sep Map chartDataModels concode_elem_sep String AREA_CHART_NAME concode_elem_sep String BAR_CLUSTERED_CHART_NAME concode_elem_sep...
Node < MyType > function ( ) { if ( head == null ) return null ; if ( head . next == null ) { Node < MyType > loc0 = head ; head = null ; return loc0 ; } Node < MyType > loc1 = head ; while ( loc1 . next != null && loc1 . next . next != null ) loc1 = loc1 . next ; Node < MyType > loc2 = loc1 . next ; loc1 . next = null...
remove from the end of list in o n concode_field_sep Node<MyType> head concode_field_sep void addLast concode_elem_sep Node<MyType> find concode_elem_sep Node<MyType> removeFirst concode_elem_sep String toString concode_elem_sep Node<MyType> delete concode_elem_sep void addFirst concode_elem_sep Node<MyType> findPrevNo...
boolean function ( ) { return fired ; }
has this effect been fired . only effects that have not been fired are sent to the browser concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem...
void function ( String arg0 ) { this . name = arg0 ; }
sets the value of the name property . concode_field_sep String _default concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getName concode_elem_sep void setValue concode_elem_sep String getDefault concode_elem_sep v...
Schema function ( ) { if ( originalSchema == null ) { return null ; } return getSchema ( originalSchema ) ; }
retrieves the original schema of the connection . concode_field_sep String originalSchema concode_elem_sep JdbcTemplate jdbcTemplate concode_field_sep JdbcTemplate getJdbcTemplate concode_elem_sep String getCurrentSchemaName concode_elem_sep String doGetCurrentSchemaName concode_elem_sep void restoreCurrentSchema conco...
Scope function ( ) { return createInterfaceScope ( "srini_string" ) ; }
`` interface abc : operation myopp2 myparamopp param1 : integer , param2 : boolean : string in event event2 var myint : integer entrypoint entrypoint exitpoint exitpoint concode_field_sep ILinker linker concode_elem_sep IParser parser concode_elem_sep Provider<XtextResource> resourceProvider concode_field_sep XtextReso...
UserAccount function ( String arg0 ) { if ( cache . contains ( arg0 ) ) { System . out . println ( "srini_string" ) ; return cache . get ( arg0 ) ; } System . out . println ( "srini_string" ) ; UserAccount loc0 = DbManager . readFromDb ( arg0 ) ; cache . set ( arg0 , loc0 ) ; return loc0 ; }
get user account using read-through cache concode_field_sep LruCache cache concode_field_sep String print concode_elem_sep void flushCache concode_elem_sep void writeThrough concode_elem_sep void writeAround concode_elem_sep UserAccount readThroughWithWriteBackPolicy concode_elem_sep void initCapacity concode_elem_sep ...
boolean function ( @ Nonnull @ RegEx final String arg0 ) { try { Pattern . compile ( arg0 ) ; return true ; } catch ( final PatternSyntaxException loc0 ) { return false ; } }
check if the passed regular expression is invalid . note : this method may be a performance killer , as it calls pattern #compile string each time , which is cpu intensive and has asynchronization penalty . concode_field_sep RegExHelper s_aInstance concode_field_sep List<String> getSplitToList concode_elem_sep List<Str...
boolean function ( Purchase arg0 ) { String loc0 = arg0 . getDeveloperPayload ( ) ; return true ; }
verifies the developer payload of a purchase . concode_field_sep IabHelper.OnConsumeFinishedListener mConsumeFinishedListener concode_elem_sep String TAG concode_elem_sep InterfaceIAP mAdapter concode_elem_sep IabHelper.OnIabPurchaseFinishedListener mPurchaseFinishedListener concode_elem_sep int RC_REQUEST concode_elem...
void function ( ) { numChanges = 0 ; if ( Policy . DEBUG_UNDOMONITOR ) { System . out . println ( DEBUG_PREFIX + "srini_string" ) ; } }
reset the workspace change count concode_field_sep IUndoableOperation operationInProgress concode_elem_sep WorkspaceUndoMonitor instance concode_elem_sep String DEBUG_PREFIX concode_elem_sep IOperationHistoryListener historyListener concode_elem_sep int CHANGE_THRESHHOLD concode_elem_sep IResourceChangeListener resourc...
void function ( int arg0 ) { this . population = arg0 ; }
sets the value of the population property . concode_field_sep String capital concode_elem_sep String name concode_elem_sep Currency currency concode_elem_sep int population concode_field_sep void setName concode_elem_sep int getPopulation concode_elem_sep Currency getCurrency concode_elem_sep String getName concode_ele...
void function ( String arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
String function ( String arg0 ) { for ( int loc0 = 0 ; loc0 < this . licenses . size ( ) ; loc0 ++ ) { if ( ( ( CCLicense ) this . licenses . get ( loc0 ) ) . getLicenseName ( ) . equals ( arg0 ) ) { return ( ( CCLicense ) this . licenses . get ( loc0 ) ) . getLicenseId ( ) ; } } return "srini_string" ; }
returns the id for a particular cclicense label . returns an empty string if no match is found . concode_field_sep SAXBuilder parser concode_elem_sep List<String> lcFilter concode_elem_sep String rdfString concode_elem_sep boolean success concode_elem_sep String errorMessage concode_elem_sep String jurisdiction concode...
void function ( HostVolumeProperties arg0 ) { this . host = arg0 ; }
the path on the host container instance that is presented to the containers which access the volume . if this parameter is empty , then the docker daemon assigns a host path for you . concode_field_sep String name concode_elem_sep HostVolumeProperties host concode_field_sep void setName concode_elem_sep String getName ...
double function ( ) { return n - nFP ; }
returns the estimated number of retained true positives . concode_field_sep Boolean noValidated concode_elem_sep long serialVersionUID concode_elem_sep double confidenceLimit concode_elem_sep double fdrLimit concode_elem_sep double n concode_elem_sep boolean classicalEstimators concode_elem_sep double logScoreLimit con...
Vector3D function ( final double arg0 , final Vector3D arg1 ) { return new Vector3D ( x - arg0 * arg1 . x , y - arg0 * arg1 . y , z - arg0 * arg1 . z ) ; }
subtract a scaled vector from the instance . concode_field_sep Vector3D plusI concode_elem_sep Vector3D minusJ concode_elem_sep double x concode_elem_sep double y concode_elem_sep Vector3D plusK concode_elem_sep Vector3D zero concode_elem_sep double z concode_elem_sep Vector3D minusK concode_elem_sep Vector3D plusJ con...
CommentType . Conflict function ( ) { return new CommentType . Conflict ( ) ; }
create an instance of commenttype.conflict concode_field_sep QName _Copyright_QNAME concode_field_sep ProteinType.AlternativeName createProteinTypeAlternativeName concode_elem_sep SourceDataType.Tissue createSourceDataTypeTissue concode_elem_sep IsoformType.Sequence createIsoformTypeSequence concode_elem_sep EvidencedS...
int function ( ) { return rid ; }
gets the value of the rid property . concode_field_sep long oid concode_elem_sep List<SRevisionSummaryContainer> list concode_elem_sep int rid concode_field_sep List<SRevisionSummaryContainer> getList concode_elem_sep void setRid concode_elem_sep void setOid concode_elem_sep long getOid
void function ( String arg0 ) { this . key = arg0 ; }
sets the value of the key property . concode_field_sep long serialVersionUID concode_elem_sep String value concode_elem_sep Integer version concode_elem_sep String key concode_field_sep int getVersion concode_elem_sep String getValue concode_elem_sep String getKey concode_elem_sep void setVersion concode_elem_sep boole...
void function ( String arg0 ) { overAllFndCopay = arg0 ; }
method setoverallfndcopay . concode_field_sep String outNetUsedDed concode_elem_sep String outNetMaxCoi concode_elem_sep String inNetMaxCoi concode_elem_sep String inNetUsedCopay concode_elem_sep String relCdInd concode_elem_sep String outNetMaxDed concode_elem_sep String inNetMaxDed concode_elem_sep String outNetUsedC...
Object function ( ) { return nextToken ( ) ; }
returns the same value as the nexttoken method , except that its declared return value is object rather than string . it exists so that this class can implement the enumeration interface . concode_field_sep String quate concode_elem_sep String SEPARATOR_COMMA concode_elem_sep String SEPARATOR_TAB concode_elem_sep Strin...
IndexStoreReader < K , T > function ( ) { return new IndexStoreReader < K , T > ( indexStore . createReader ( ) , ordering ) ; }
creates a new reader capable of accessing the contents of this store . the reader must be explicitly released when no longer required . readers must be released prior to this store . concode_field_sep RandomAccessObjectStore<T> indexStore concode_elem_sep boolean sorted concode_elem_sep K previousKey concode_elem_sep O...
String function ( ) { return createUser ; }
gets the value of the createuser property . concode_field_sep Date lastUpdateDate concode_elem_sep Integer startHour concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep Integer objectId concode_elem_sep Date createDate concode_field_sep Date getLastUpdateDate concode_elem_sep Date...
Response function ( ) { return priorResponse ; }
returns the response for the http redirect or authorization challenge that triggered this response , or null if this response was n't triggered by an automatic retry . the body of the returned response should not be read because it has already been consumed by the redirecting client . concode_field_sep Request request ...
void function ( String arg0 ) { this . calendarEventId = arg0 ; }
this is a setter concode_field_sep boolean attended concode_elem_sep String calendarEventId concode_elem_sep String comments concode_elem_sep String calendarId concode_elem_sep String displayName concode_elem_sep String attendeeUserId concode_elem_sep String signupSiteId concode_field_sep String getCalendarId concode_e...
int function ( ) { return 0 ; }
implement the parcelable interface concode_field_sep int mMcc concode_elem_sep int mLac concode_elem_sep int mCid concode_elem_sep boolean DBG concode_elem_sep int mMnc concode_elem_sep Creator<CellIdentityGsm> CREATOR concode_elem_sep String LOG_TAG concode_field_sep int getCid concode_elem_sep int getPsc concode_elem...
void function ( String arg0 ) { this . name = arg0 ; }
set the name of the resource . concode_field_sep String viewName concode_elem_sep String name concode_field_sep String getName concode_elem_sep void setViewName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getViewName
String function ( Class < ? > arg0 , String arg1 , @ Nullable String arg2 ) { return System . getProperty ( systemPropertyKey ( arg0 , arg1 ) , arg2 ) ; }
get a string system property . the system property key to retrieve is created by concatenating the package name of the submitted class with the submitted key . concode_field_sep Log LOG concode_field_sep Properties init concode_elem_sep int getInt concode_elem_sep int getInt concode_elem_sep String systemPropertyKey co...
boolean function ( ) { return true ; }
has zoom false to be overwritten by concrete classes concode_field_sep int m_WindowNo concode_elem_sep int p_WindowNo concode_elem_sep MQuery query concode_elem_sep int INFO_WIDTH concode_elem_sep int m_keyColumnIndex concode_elem_sep int AD_Client_ID concode_elem_sep String p_keyColumn concode_elem_sep int AD_Window_I...
DefaultCamelContext function ( ) { return new DefaultCamelContext ( ) ; }
create a new camel context instance . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSchedulerIsolation concode_elem_sep QuartzComponent getQuartzComponent concode_elem_sep void afterTests concode_elem_sep Scheduler getDefaultScheduler concode_elem_sep void testSchedulerIsolationManaged concode_el...
void function ( final StructureData arg0 , final StructureData arg1 ) { if ( first == arg0 ) { first = arg1 ; splitPane . setLeftComponent ( arg1 . getComponent ( ) ) ; } if ( last == arg0 ) { last = arg1 ; splitPane . setRightComponent ( arg1 . getComponent ( ) ) ; } }
replaces specified element with new one . concode_field_sep int orientation concode_elem_sep StructureData last concode_elem_sep WebSplitPane splitPane concode_elem_sep StructureData first concode_field_sep void setOrientation concode_elem_sep void updateSplitPaneCustomizer concode_elem_sep WebSplitPane getSplitPane co...
String function ( ) { return hostName ; }
gets the value of the hostname property . concode_field_sep Long bytesWritten concode_elem_sep String hostName concode_elem_sep Integer clientPort concode_elem_sep Long bytesRead concode_field_sep void setHostName concode_elem_sep boolean isSetHostName concode_elem_sep boolean isSetBytesRead concode_elem_sep Integer ge...
void function ( PrintWriter arg0 ) { log . finest ( "srini_string" ) ; logwriter = arg0 ; }
sets the log writer for this managedconnection instance . concode_field_sep Logger log concode_elem_sep MultipleManagedConnectionFactory2 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection conc...
String function ( ) { return name ; }
gets the value of the name property . concode_field_sep String name concode_elem_sep String description concode_elem_sep Integer id concode_elem_sep List<Operation> operation concode_elem_sep List<User> user concode_field_sep void setName concode_elem_sep int hashCode concode_elem_sep List<User> getUser concode_elem_se...
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...
String function ( ) { return production ; }
gets the value of the production property . concode_field_sep String production concode_elem_sep String name concode_elem_sep Ingredients ingredients concode_elem_sep String id concode_elem_sep TypeCandy type concode_elem_sep ValueType value concode_elem_sep String energy concode_field_sep void setName concode_elem_sep...
void function ( String arg0 ) { this . recipeId = arg0 ; }
sets the partner 's gooten api key , provided by gooten . note : these keys must be set in order to start gtn sdk . concode_field_sep Environment environment concode_elem_sep boolean allProductsAndVariants concode_elem_sep String countryCode concode_elem_sep String languageCode concode_elem_sep String currencyCode conc...
void function ( long arg0 ) { result = false ; }
resets flag concode_field_sep DefaultOutputPort<Boolean> mergedport concode_elem_sep boolean result concode_field_sep void process concode_elem_sep void setup concode_elem_sep void endWindow concode_elem_sep void teardown
CloseableIterator < VariantContext > function ( final String arg0 , final int arg1 , final int arg2 ) { try { return reader . query ( arg0 , arg1 , arg2 ) ; } catch ( final IOException loc0 ) { throw new TribbleException ( "srini_string" , loc0 ) ; } }
queries for records within the region specified . concode_field_sep FeatureReader<VariantContext> reader concode_field_sep CloseableIterator<VariantContext> iterator concode_elem_sep boolean isBCF concode_elem_sep SAMSequenceDictionary getSequenceDictionary concode_elem_sep IntervalList fromVcf concode_elem_sep Interva...