code
stringlengths
20
663
nl
stringlengths
68
7.19k
Dimension2D function ( ) { return new Dimension ( 1 , 1 ) ; }
returns the default size of this user agent 400x400 . concode_field_sep Set extensions concode_elem_sep BridgeContext ctx concode_elem_sep Set FEATURES concode_field_sep float getStandardLighterFontWeight concode_elem_sep String getLanguages concode_elem_sep EventDispatcher getEventDispatcher concode_elem_sep void open...
void function ( HelpManager arg0 ) { this . helpManager = arg0 ; }
set help manager concode_field_sep Resource resource concode_elem_sep String docId concode_elem_sep HelpManager helpManager concode_field_sep void setDocId concode_elem_sep HelpManager getHelpManager concode_elem_sep void setResource concode_elem_sep String getHelpDocId
boolean function ( IStatemachine arg0 ) { lock . writeLock ( ) . lock ( ) ; boolean loc0 = statemachineSet . remove ( arg0 ) ; lock . writeLock ( ) . unlock ( ) ; return loc0 ; }
removes the given state machine from runtime service . concode_field_sep ReentrantReadWriteLock lock concode_elem_sep TimerTask timerTask concode_elem_sep Timer timer concode_elem_sep List<IStatemachine> statemachineSet concode_field_sep void cancel concode_elem_sep void run concode_elem_sep boolean addStatemachine
Flow < String , ByteString , NotUsed > function ( String arg0 ) { return Flow . of ( String . class ) . map ( str -> { return ByteString . fromString ( "srini_string" + StringEscapeUtils . escapeEcmaScript ( str ) + "srini_string" ) ; } ) . via ( flow ( arg0 ) ) ; }
produces a flow of escaped bytestring from a series of string elements . calls out to comet.flow internally . concode_field_sep ByteString initialChunk concode_field_sep ByteString formatted concode_elem_sep Flow<JsonNode,ByteString,NotUsed> json concode_elem_sep Flow<ByteString,ByteString,NotUsed> flow
ContentHandler function ( ) { if ( docRest == null ) return docFirst ; if ( docFirst == null ) return docRest ; return this ; }
returns the content handler being used . concode_field_sep EventConsumer rest concode_elem_sep DeclHandler declFirst concode_elem_sep LexicalHandler lexFirst concode_elem_sep ContentHandler docFirst concode_elem_sep DeclHandler declRest concode_elem_sep EventConsumer first concode_elem_sep ContentHandler docRest concod...
void function ( String arg0 , TermCounter arg1 ) { jedis . sadd ( urlSetKey ( arg0 ) , arg1 . getLabel ( ) ) ; }
adds a url to the set associated with ` term ` . concode_field_sep Jedis jedis concode_field_sep boolean isIndexed concode_elem_sep void deleteAllKeys concode_elem_sep Map<String,Integer> getCounts concode_elem_sep Set<String> urlSetKeys concode_elem_sep void main concode_elem_sep void printIndex concode_elem_sep Strin...
boolean function ( final double arg0 , final double arg1 , final double arg2 , final double arg3 ) { return ( arg1 > arg2 ) ? arg0 <= arg1 + arg3 && arg0 >= arg2 - arg3 : arg0 <= arg2 + arg3 && arg0 >= arg1 - arg3 ; }
checks if x is between a and b plus the given offset . concode_field_sep double PI_180 concode_elem_sep int EARTH_RADIUS concode_elem_sep double _360_PI concode_elem_sep double PI_2 concode_elem_sep double PI_360 concode_elem_sep double MAX_LON concode_elem_sep double PI_4 concode_elem_sep double MAX_LAT concode_elem_s...
void function ( ) { File loc0 = new File ( "srini_string" ) ; ImportClinicalData loc1 = new ImportClinicalData ( study , loc0 ) ; loc1 . importData ( ) ; }
test importing of clinical data file . concode_field_sep CancerStudy study concode_elem_sep ProgressMonitor pMonitor concode_field_sep void setUp concode_elem_sep void testImportClinicalDataSurvival concode_elem_sep void testImportClinicalDataParameters concode_elem_sep void testImportClinicalDataSlice
void function ( String arg0 ) { this . value = arg0 ; }
sets the value of the value property . concode_field_sep List<Doc> doc concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String mediaType concode_elem_sep List<Object> any concode_elem_sep String value concode_field_sep String getValue concode_elem_sep List<Doc> getDoc concode_elem_sep String getMedia...
String function ( ) { return snapshotId ; }
the id of the snapshot from which the volume will be created . concode_field_sep String snapshotId concode_elem_sep Boolean deleteOnTermination concode_elem_sep Integer volumeSize concode_field_sep void setSnapshotId concode_elem_sep Integer getVolumeSize concode_elem_sep EbsBlockDevice withVolumeSize concode_elem_sep ...
SignatureCreationService function ( ) { if ( instance == null ) { try { DiscoverClass loc0 = new DiscoverClass ( ) ; instance = ( SignatureCreationService ) loc0 . newInstance ( SignatureCreationService . class , DEFAULT_IMPLEMENTATION ) ; } catch ( Exception loc0 ) { } } return instance ; }
get an instance of the signaturecreationservice . concode_field_sep String DEFAULT_IMPLEMENTATION concode_elem_sep SignatureCreationService instance concode_field_sep CreateXMLSignatureResponse createXMLSignature
JSONObject function ( String arg0 ) { InsertarUnidadesMedida loc0 = new InsertarUnidadesMedida ( arg0 ) ; loc0 . ejecutar ( ) ; JSONObject loc1 = new JSONObject ( ) ; Integer loc2 ; loc2 = loc0 . getError ( ) ; loc1 . put ( "srini_string" , loc2 ) ; return loc1 ; }
llama al delegate para insertar una unidad de medida concode_field_sep PlaceHolder placeHolder concode_field_sep JSONArray getUnidadMedida concode_elem_sep JSONArray Eliminar concode_elem_sep JSONObject actualizar concode_elem_sep JSONArray getUnidadesMedida
void function ( IProject arg0 , GeneratorEntry arg1 ) { try { NullProgressMonitor loc0 = new NullProgressMonitor ( ) ; arg0 . create ( loc0 ) ; arg0 . open ( loc0 ) ; } catch ( CoreException loc0 ) { loc0 . printStackTrace ( ) ; } }
the default implementation only creates a new default project . clients may override if they want to contribute generatorspecific project setup concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep MessageConsoleStream error concode_elem_sep String SEXEC_FILE_EXTENSION concode_elem_sep MessageConsoleStream in...
EventPublisher function ( ) { return eventPublisher ; }
returns the eventpublisher . concode_field_sep AstroContext instance concode_elem_sep JobScheduler jobScheduler concode_elem_sep AstroConfig config concode_elem_sep Map<PlanetName,Planet> planets concode_elem_sep EventPublisher eventPublisher concode_elem_sep Collection<AstroBindingProvider> providers concode_field_sep...
void function ( Path arg0 ) { dfs . disallowSnapshot ( arg0 ) ; }
disallow snapshot on a directory . concode_field_sep DistributedFileSystem dfs concode_field_sep void setSpaceQuota concode_elem_sep void removeCachePool concode_elem_sep void allowSnapshot concode_elem_sep void createEncryptionZone concode_elem_sep void removeCacheDirective concode_elem_sep void clearQuota concode_ele...
String function ( ) { return image ; }
returns the image . concode_field_sep int endLine concode_elem_sep Token next concode_elem_sep String image concode_elem_sep int endColumn concode_elem_sep Token specialToken concode_elem_sep int beginColumn concode_elem_sep int kind concode_elem_sep int beginLine concode_elem_sep long serialVersionUID concode_field_se...
void function ( ) { this . ch = null ; this . offset = 0 ; this . length = - 1 ; }
resets all of the values to their defaults . concode_field_sep int offset concode_elem_sep char[] ch concode_elem_sep int length concode_field_sep void setValues concode_elem_sep void setValues concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep String toString
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getOptions ( ) != null ) loc0 . append ( "srini_string" + getOptions ( ) + "srini_string" ) ; if ( getStatus ( ) != null ) loc0 . append ( "srini_string" + getStatus ( ) ) ; loc0 . append ( "srini_string" ) ; retu...
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String options concode_elem_sep OptionStatus status concode_field_sep StemmingOptionsStatus withStatus concode_elem_sep StemmingOptionsStatus withOptions concode_elem_sep int hashCode concode_elem_sep boolean equals co...
FloatComplex function ( ByteBuffer arg0 ) { return new FloatComplex ( arg0 . asFloatBuffer ( ) , 0 ) ; }
wraps a complex number stored in a buffer concode_field_sep int offset concode_elem_sep FloatBuffer buffer concode_field_sep float getReal concode_elem_sep float getImag concode_elem_sep FloatBuffer getBuffer concode_elem_sep void putReal concode_elem_sep void putImag
void function ( ) { this . cache . removeAll ( ) ; this . idEntries . clear ( ) ; }
remove all entries from the cache . concode_field_sep Cache<T> cache concode_elem_sep Map<String,Collection<String>> idEntries concode_field_sep void associateWithCacheKey concode_elem_sep void set concode_elem_sep T get concode_elem_sep void removeAssociated
void function ( final HierarchicalConfiguration arg0 ) { this . config = arg0 ; }
defines the report configuration for this editor . concode_field_sep JSplitPane rootpane concode_elem_sep String modulePackage concode_elem_sep KeyEditor editor concode_elem_sep JCheckBox enableBox concode_elem_sep JEditorPane helpPane concode_elem_sep Module module concode_elem_sep Messages messages concode_elem_sep J...
void function ( int arg0 , int arg1 , int arg2 ) { if ( arg1 == - 1 ) { hashTable [ arg0 ] = linkTable [ arg2 ] ; } else { linkTable [ arg1 ] = linkTable [ arg2 ] ; } linkTable [ arg2 ] = reclaimedNodePointer ; reclaimedNodePointer = arg2 ; elementCount -- ; }
unlink a node from a linked list and link into the reclaimed list . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void resetTables con...
long function ( InputStream arg0 , OutputStream arg1 , boolean arg2 ) { return copy ( arg0 , arg1 , arg2 , new byte [ DEFAULT_BUFFER_SIZE ] ) ; }
copies the contents of the given inputstream to the given outputstream . shortcut for copy pinputstream , poutputstream , new byte 8192 ; concode_field_sep int DEFAULT_BUFFER_SIZE concode_field_sep String asString concode_elem_sep String asString
void function ( ) { containingMap . remove ( handle ) ; }
releases resources for this instance and removes this instance from the containing map . concode_field_sep Session session concode_elem_sep Result ackResult concode_elem_sep String handle concode_elem_sep Result bindResult concode_elem_sep Object[] parameters concode_elem_sep String lcQuery concode_elem_sep Map contain...
StatusLine function ( ) { return this . statusLine ; }
returns the statusline from the origin httpresponse . concode_field_sep Map<String,String> variantMap concode_elem_sep StatusLine statusLine concode_elem_sep HeaderGroup responseHeaders concode_elem_sep Resource resource concode_elem_sep Date requestDate concode_elem_sep long serialVersionUID concode_elem_sep Date resp...
boolean function ( ) { return mySubscriptionEnabled ; }
see #setsubscriptionenabled boolean concode_field_sep int myIncludeLimit concode_elem_sep boolean mySchedulingDisabled concode_elem_sep List<IServerInterceptor> myInterceptors concode_elem_sep int myHardTagListLimit concode_elem_sep ResourceEncodingEnum myResourceEncoding concode_elem_sep boolean myAllowMultipleDelete ...
ObjectContent < T > function ( String arg0 ) { verify ( ) ; Assert . notNull ( arg0 , "srini_string" ) ; return read ( new ClassPathResource ( arg0 , this . resourceLoadClass ) ) ; }
return objectcontent from reading from the specified classpath resource . concode_field_sep Class<?> resourceLoadClass concode_elem_sep Class<?> testerClass concode_elem_sep ResolvableType type concode_field_sep String writeObject concode_elem_sep void doWithField concode_elem_sep ObjectContent<T> parse concode_elem_se...
void function ( String arg0 , Object arg1 , String arg2 ) { }
this callback will be invoked when a message is received on the channel concode_field_sep PlaceHolder placeHolder concode_field_sep void errorCallback concode_elem_sep void errorCallback concode_elem_sep void successWrapperCallback concode_elem_sep void reconnectCallback concode_elem_sep void disconnectCallback concode...
Long function ( ) { return rfo ; }
gets the value of the rfo property . concode_field_sep Long chf concode_elem_sep Long che concode_elem_sep Object parent concode_elem_sep Long cff concode_elem_sep Long cfe concode_elem_sep Long lhe concode_elem_sep Long lfe concode_elem_sep Long lhf concode_elem_sep Long cho concode_elem_sep Long lff concode_elem_sep ...
void function ( int arg0 ) { this . pessimisticTxLogSize = arg0 ; }
sets pessimistic transactions log size . concode_field_sep TransactionConcurrency DFLT_TX_CONCURRENCY concode_elem_sep int pessimisticTxLogLinger concode_elem_sep Factory txManagerFactory concode_elem_sep TransactionIsolation DFLT_TX_ISOLATION concode_elem_sep boolean useJtaSync concode_elem_sep long serialVersionUID c...
java . lang . Double function ( ) { return lagDays ; }
gets the lagdays value for this projecttaskpredecessor . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef task concode_elem_sep java.util.Calendar endDate concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __has...
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 regex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_field_sep java.lang.String getRegex concode_elem_sep org.apache.axis.description.TypeDesc getType...
void function ( COSObjectKey arg0 , long arg1 ) { if ( curXrefTrailerObj == null ) { Log . w ( "srini_string" , "srini_string" + arg0 . getNumber ( ) + "srini_string" ) ; return ; } curXrefTrailerObj . xrefTable . put ( arg0 , arg1 ) ; }
populate xref hashmap of current xref object . will add an xreftable entry that maps objectkeys to byte offsets in the file . concode_field_sep Map<COSObjectKey,Long> xrefTable concode_elem_sep XrefTrailerObj curXrefTrailerObj concode_elem_sep XrefTrailerObj resolvedXrefTrailer concode_elem_sep XRefType xrefType concod...
java . lang . Integer function ( ) { return totalResultSetSize ; }
gets the totalresultsetsize value for this activitygrouppage . concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.v201405.ActivityGroup[] ...
void function ( ITimedStatemachine arg0 ) { this . statemachine = arg0 ; }
sets the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep ITimedStatemachine getStatemachine concode_elem_sep int getIndex
void function ( int arg0 ) { if ( lLog != null ) { lLog . setLogSize ( arg0 ) ; } }
sets the maximum size to which the log file can grow before being automatically checkpointed . concode_field_sep Log lLog concode_elem_sep LockFile lf concode_field_sep void checkpoint concode_elem_sep void releaseLock concode_elem_sep void openLog concode_elem_sep boolean closeLog concode_elem_sep boolean hasLog conco...
void function ( OpenALSound arg0 ) { for ( int loc0 = 0 ; loc0 < recentSounds . length ; loc0 ++ ) { if ( recentSounds [ loc0 ] == arg0 ) recentSounds [ loc0 ] = null ; } }
removes the disposed sound from the least recently played list concode_field_sep LongMap<Integer> soundIdToSource concode_elem_sep boolean noDevice concode_elem_sep long nextSoundId concode_elem_sep Array<OpenALMusic> music concode_elem_sep IntArray idleSources concode_elem_sep ObjectMap<String,Class<? extends OpenALSo...
Calendar function ( ) { return end ; }
returns the end of the range . concode_field_sep Calendar start concode_elem_sep Calendar end concode_field_sep Calendar getStart concode_elem_sep long getDuration concode_elem_sep String toString
long function ( int [ ] arg0 ) { long loc0 = Long . MAX_VALUE ; for ( int loc1 = 0 ; loc1 < depth ; ++ loc1 ) { loc0 = Math . min ( loc0 , table [ loc1 ] [ arg0 [ loc1 ] ] ) ; } return loc0 ; }
the estimate is correct within ` epsilon ' total item count , with probability confidence . concode_field_sep int depth concode_elem_sep long size concode_elem_sep int[] recyclableCMSHashBuckets concode_elem_sep double confidence concode_elem_sep int width concode_elem_sep double eps concode_elem_sep long[][] table con...
boolean function ( Method arg0 ) { return ( this . transactionFactory != null ) ; }
this implementation returns true if a transaction managerhas been specified ; false otherwise . concode_field_sep TransactionDelegate transactionDelegate concode_elem_sep Log logger concode_elem_sep XAResource xaResource concode_elem_sep boolean rollbackOnly concode_elem_sep String beanName concode_elem_sep ClassLoader...
int function ( ) { return numberOfFiles ; }
returns number of files in the snapshot concode_field_sep String START_TIME_IN_MILLIS concode_elem_sep String PROCESSED_SIZE_IN_BYTES concode_elem_sep String TIME_IN_MILLIS concode_elem_sep String TOTAL_SIZE concode_elem_sep String STATS concode_elem_sep int numberOfFiles concode_elem_sep String NUMBER_OF_FILES concode...
Iterator function ( ) { return iterator ( true , true ) ; }
returns an iterator listing all data records . this cycles through the records , so each iterator will start with a different record . concode_field_sep List rrs concode_elem_sep short nsigs concode_elem_sep short position concode_elem_sep long serialVersionUID concode_field_sep Name getName concode_elem_sep void addRR...
int function ( ) { return green ; }
gets the green value of this color . concode_field_sep Color GREEN concode_elem_sep int green concode_elem_sep Color LIGHT_GRAY concode_elem_sep Color RED concode_elem_sep Color BLACK concode_elem_sep int red concode_elem_sep Color WHITE concode_elem_sep int blue concode_elem_sep Color GRAY concode_elem_sep Color ORANG...
byte function ( int arg0 ) { return toSignedByte ( ( byte ) ( arg0 & 0xff ) ) ; }
extracts blue byte from input argb word . the bit fields in argb word are unsigned , ranging from 0x00 to 0xff . to convert these to the returned signed byte value we must add byte.min _ value . concode_field_sep PlaceHolder placeHolder concode_field_sep byte getG concode_elem_sep int toRgb concode_elem_sep int getMaxD...
void function ( ActivityState arg0 ) { }
called when the activity is completed which may end up creating some timers for dependent actions concode_field_sep ProcessRules processRules concode_elem_sep ActivityState activityState concode_elem_sep ProcessInstance processInstance concode_elem_sep Exchange exchange concode_elem_sep ActivityRules activityRules conc...
ICompilationUnit function ( ) { return this . compilationUnit ; }
answer the compilation unit or null if the receiver represents a binary or source type . concode_field_sep ICompilationUnit compilationUnit concode_elem_sep ISourceType[] sourceTypes concode_elem_sep IBinaryType binaryType concode_field_sep boolean isBinaryType concode_elem_sep boolean isSourceType concode_elem_sep IBi...
void function ( String arg0 ) { this . namespace = arg0 ; }
the metric namespace concode_field_sep Integer proxyPort concode_elem_sep String unit concode_elem_sep String secretKey concode_elem_sep String accessKey concode_elem_sep String namespace concode_elem_sep AmazonCloudWatch amazonCwClient concode_elem_sep String name concode_elem_sep String amazonCwEndpoint concode_elem_...
Integer function ( ) { return ValuePool . getInt ( bestRowNotPseudo ) ; }
retrieves whether the best row identifier column is a pseudo column , like an oracle rowid . currently , this always returns an integer whose value is databasemetadata.bestrownotpseudo , as hsqldb does not support pseudo columns such as rowid . concode_field_sep short tableIndexOther concode_elem_sep int HALF_MAX_INT c...
long function ( ) { return _pushNotificationsDevice . getPushNotificationsDeviceId ( ) ; }
returns the push notifications device id of this push notifications device . concode_field_sep PushNotificationsDevice _pushNotificationsDevice concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpand...
V function ( K arg0 ) { Cache < K , V > loc0 = getOpenIDCache ( ) ; if ( loc0 != null ) { if ( loc0 . containsKey ( arg0 ) ) { return ( V ) loc0 . get ( arg0 ) ; } } return null ; }
retrieves a cache entry . concode_field_sep String OPENID_CACHE_MANAGER concode_elem_sep Log log concode_elem_sep String OPENID_CACHE_NAME concode_field_sep void addToCache concode_elem_sep Cache<K,V> getOpenIDCache concode_elem_sep void clear concode_elem_sep void clearCacheEntry
JerseyClientBuilder function ( Validator arg0 ) { this . validator = arg0 ; return this ; }
use the given validator instance . concode_field_sep JerseyClientConfiguration configuration concode_elem_sep Environment environment concode_elem_sep Duration shutdownGracePeriod concode_elem_sep List<Class<?>> providers concode_elem_sep ObjectMapper objectMapper concode_elem_sep ExecutorService executorService concod...
void function ( boolean arg0 ) { this . lowFarOut = arg0 ; }
sets the flag that indicates the presence of one or more far out values at the bottom end of the range . concode_field_sep List outlierLists concode_elem_sep boolean highFarOut concode_elem_sep boolean lowFarOut concode_field_sep boolean add concode_elem_sep boolean isHighFarOut concode_elem_sep boolean isLowFarOut con...
float function ( float ... arg0 ) { float loc0 = 1 ; for ( float loc1 : arg0 ) { loc0 *= loc1 ; } return loc0 ; }
a function where the output is conjunctively determined by the inputs concode_field_sep PlaceHolder placeHolder concode_field_sep float aveGeo concode_elem_sep float or concode_elem_sep float w2c concode_elem_sep float c2w concode_elem_sep float aveAri
String function ( ) { return delimiter ; }
gets the delimiter parameter originally used to request this multipart upload listing , or null if no delimiter specified . the delimiter value allows callers to condense multipart uploads for keys with common prefixes . for example , if a caller specifies a delimiter of '' / '' a commonly used value for delimiter , an...
void function ( ) { this . chart = createChart ( ) ; }
common test setup . concode_field_sep boolean flag concode_elem_sep JFreeChart chart concode_field_sep void chartChanged concode_elem_sep JFreeChart createChart concode_elem_sep void testReplaceDataset concode_elem_sep void testDrawWithNullInfo concode_elem_sep void testSetSeriesToolTipGenerator
void function ( String arg0 ) { this . lastUpdatedBy = arg0 ; }
sets last updated by . concode_field_sep String lastUpdatedBy concode_elem_sep Integer bibliographicId concode_elem_sep String owningInstitutionBibId concode_elem_sep Integer owningInstitutionId concode_elem_sep InstitutionEntity institutionEntity concode_elem_sep byte[] content concode_elem_sep List<HoldingsEntity> ho...
DatanodeDescriptor function ( final FSNamesystem arg0 , DatanodeID arg1 ) { arg0 . readLock ( ) ; try { return arg0 . getBlockManager ( ) . getDatanodeManager ( ) . getDatanode ( arg1 ) ; } finally { arg0 . readUnlock ( ) ; } }
return the datanode descriptor for the given datanode . concode_field_sep PlaceHolder placeHolder concode_field_sep LocatedBlocks getBlockLocations concode_elem_sep long[] getStats concode_elem_sep NamenodeCommand startCheckpoint concode_elem_sep Server getRpcServer concode_elem_sep FSImage spyOnFsImage concode_elem_se...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 , arg2 ) ; }
debug log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco...
void function ( final boolean arg0 ) { this . autoIndent = arg0 ; }
set this to true if you want the template engine to render indents automatically . in that case , the supplied writer is wrapped into a groovy.text.markup.delegatingindentwriter and indentsare inserted after each call to newline . concode_field_sep Class<? extends BaseTemplate> baseTemplateClass concode_elem_sep boolea...
BigDecimal function ( BigDecimal arg0 , BigDecimal arg1 ) { try { return arg0 . divide ( arg1 ) ; } catch ( ArithmeticException loc0 ) { return arg0 . divide ( arg1 , BigDecimal . ROUND_HALF_UP ) ; } }
divide numerator by denominator . if impossible in exact mode , use rounding . concode_field_sep Log LOG concode_elem_sep BigDecimal MIN_INCREMENT concode_field_sep List<InputSplit> split concode_elem_sep List<BigDecimal> split
void function ( ClaimInfoType arg0 ) { this . claimInfo = arg0 ; }
sets the value of the claiminfo property . concode_field_sep ClaimInfoType claimInfo concode_elem_sep String quoteRejectionReason concode_elem_sep long serialVersionUID concode_elem_sep TradeInDeviceType deviceInfo concode_field_sep TradeInDeviceType getDeviceInfo concode_elem_sep String getQuoteRejectionReason concode...
String function ( ) { return javaName ; }
return my unqualified java name . concode_field_sep String idlName concode_elem_sep String javaName concode_field_sep void setIDLName concode_elem_sep String getIDLName
String function ( ) { return this . id ; }
the api 's identifier . this identifier is unique across all of your apis in amazon api gateway . concode_field_sep java.util.Date createdDate concode_elem_sep java.util.List<String> warnings concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_field_sep void setName conco...
Builder function ( final String arg0 ) { this . resource = arg0 ; return this ; }
sets the resource of the builder . concode_field_sep String identifier concode_elem_sep Set<String> groups concode_elem_sep boolean fromPolicy concode_elem_sep String resource concode_elem_sep Set<String> groups concode_elem_sep RequestAction action concode_elem_sep Set<String> users concode_elem_sep Set<String> users ...
void function ( Attributes arg0 ) { attributes = arg0 ; }
attribute setter . concode_field_sep List children concode_elem_sep Attributes attributes concode_elem_sep Tag tag concode_field_sep List getChildren concode_elem_sep Attributes getAttributes concode_elem_sep void setTag concode_elem_sep Tag getTag concode_elem_sep void addChild concode_elem_sep void replaceTagWireWith...
java . lang . String function ( ) { return getService ( ) . getBeanIdentifier ( ) ; }
returns the spring bean id for this bean . concode_field_sep LegacyVideoFacilityLocalService _service concode_field_sep de.uhh.l2g.plugins.migration.model.LegacyVideoFacility fetchLegacyVideoFacility concode_elem_sep int getLegacyVideoFacilitiesCount concode_elem_sep com.liferay.portal.kernel.dao.orm.DynamicQuery dynam...
String function ( ) { return this . eventId ; }
the id of this event . concode_field_sep String eventId concode_elem_sep java.util.Date notAfter concode_elem_sep String description concode_elem_sep String eventType concode_elem_sep java.util.Date notBefore concode_field_sep void setEventId concode_elem_sep VolumeStatusEvent withEventType concode_elem_sep VolumeStatu...
void function ( ) { throw new UnsupportedOperationException ( ) ; }
not supported concode_field_sep Iterator currentPageIterator concode_elem_sep Level level concode_elem_sep Level overrideLevel concode_elem_sep Results results concode_field_sep Object next concode_elem_sep boolean loadNextPage concode_elem_sep boolean hasPages concode_elem_sep Iterator iterator concode_elem_sep boolea...
Integer function ( ) { if ( this . type == Type . DECIMAL_TYPE ) { return typeQualifiers . getPrecision ( ) ; } return this . type . getMaxPrecision ( ) ; }
maximum precision for numeric types . returns null for non-numeric types . concode_field_sep TypeQualifiers typeQualifiers concode_elem_sep String typeName concode_elem_sep Type type concode_field_sep TypeQualifiers getTypeQualifiers concode_elem_sep TTypeDesc toTTypeDesc concode_elem_sep Type getType concode_elem_sep ...
int function ( double [ ] arg0 ) { if ( isDone ( ) ) { throw new NoSuchElementException ( "srini_string" ) ; } int loc0 = holdType ; if ( loc0 != SEG_CLOSE ) { arg0 [ 0 ] = hold [ holdIndex + 0 ] ; arg0 [ 1 ] = hold [ holdIndex + 1 ] ; if ( loc0 != SEG_MOVETO ) { loc0 = SEG_LINETO ; } } return loc0 ; }
returns the coordinates and type of the current path segment in the iteration . the return value is the path segment type : seg_moveto , seg_lineto , or seg_close . a double array of length 6 must be passed in and can be used to store the coordinates of the point s . each point is stored as a pair of double x , y coord...
Session function ( Database arg0 , User arg1 , boolean arg2 , boolean arg3 , String arg4 , int arg5 ) { Session loc0 = new Session ( arg0 , arg1 , arg3 , arg2 , sessionIdCount , arg4 , arg5 ) ; sessionMap . put ( sessionIdCount , loc0 ) ; sessionIdCount ++ ; return loc0 ; }
binds the specified session object into this sessionmanager 's active session registry . this method is typically called internally as the final step , when a successful connection has been made . concode_field_sep Session sysLobSession concode_elem_sep long sessionIdCount concode_elem_sep LongKeyHashMap sessionMap con...
AbsoluteDate function ( ) { return startDate ; }
get the start date . concode_field_sep int mode concode_elem_sep SpacecraftState initialState concode_elem_sep OrekitStepHandler stepHandler concode_elem_sep List<AdditionalStateProvider> additionalStateProviders concode_elem_sep double fixedStepSize concode_elem_sep AttitudeProvider attitudeProvider concode_elem_sep A...
void function ( String arg0 ) { answer = arg0 ; }
sets the answer for this question . concode_field_sep String answer concode_elem_sep String text concode_field_sep boolean checkAnswer concode_elem_sep void display concode_elem_sep void setText
boolean function ( GrcBoxRule arg0 ) { return sortedSet . contains ( arg0 ) ; }
contains . concode_field_sep SortedSet<GrcBoxRule> sortedSet concode_field_sep boolean add concode_elem_sep SortedSet<GrcBoxRule> tailSet concode_elem_sep int compare concode_elem_sep GrcBoxRule last concode_elem_sep SortedSet<GrcBoxRule> getSet concode_elem_sep boolean containsAll concode_elem_sep void clear concode_e...
void function ( final String arg0 , final String arg1 ) { Format loc0 = FormatFactory . getAssociatedExtension ( arg0 ) ; if ( loc0 != null ) { assertEquals ( "srini_string" = "srini_string" , arg1 , loc0 . toString ( ) ) ; } else { assertNull ( "srini_string" = "srini_string" , arg1 ) ; } }
verify if a filename is recognized as a given format . use null as formatname when no match is expected . concode_field_sep PlaceHolder placeHolder concode_field_sep void testFormatFactoryEdgeCases concode_elem_sep void testFormatRetrieval concode_elem_sep void setUp
void function ( Result arg0 ) { this . _return = arg0 ; }
define el valor de la propiedad return . concode_field_sep Result _return concode_field_sep Result getReturn
void function ( ) { String loc0 = "srini_string" ; String loc1 = networkInfo . getHost ( ) ; assertEquals ( loc0 , loc1 ) ; }
test networkinformation.gethost method concode_field_sep NetworkInformation networkInfo concode_field_sep void testGetRequestFileName concode_elem_sep void testGetPort concode_elem_sep void setUp concode_elem_sep void testGetResponseFilename
void function ( Object arg0 , Throwable arg1 ) { differentiatedLog ( FATAL_MARKER , CATEGORY_FQCN , LocationAwareLogger . ERROR_INT , arg0 , arg1 ) ; }
delegates to org.slf4j.logger #error string , throwable method inslf4j . in addition , the call is marked with a marker named `` fatal '' . concode_field_sep Marker FATAL_MARKER concode_elem_sep String CATEGORY_FQCN concode_elem_sep org.slf4j.spi.LocationAwareLogger locationAwareLogger concode_elem_sep String name conc...
String function ( ) { return String . join ( "srini_string" , toLines ( ) ) ; }
get all the environment details as a single string with newlines . concode_field_sep boolean u concode_elem_sep String m concode_field_sep String getJava_home concode_elem_sep boolean isVerification concode_elem_sep OS getOS concode_elem_sep String getJava_version concode_elem_sep String getJava_vendor concode_elem_sep...
void function ( OAuthMessage arg0 , OAuthAccessor arg1 ) { checkSingleParameters ( arg0 ) ; validateVersion ( arg0 ) ; validateTimestampAndNonce ( arg0 ) ; validateSignature ( arg0 , arg1 ) ; }
@inherit concode_field_sep long DEFAULT_TIMESTAMP_WINDOW concode_elem_sep long timestampWindow concode_elem_sep double maxVersion concode_elem_sep Set<String> SINGLE_PARAMETERS concode_elem_sep double minVersion concode_field_sep void validateSignature concode_elem_sep void validateTimestampAndNonce concode_elem_sep vo...
void function ( ) { if ( asset != null && ! Files . exists ( fileLocation ) ) { asset . copyToFile ( fileLocation ) ; } fileContents . clear ( ) ; fileContents . addAll ( Files . readAllLines ( fileLocation ) ) ; }
loads the file and refreshes the contents of the file in memory . concode_field_sep List<String> fileContents concode_elem_sep Path fileLocation concode_elem_sep Asset asset concode_field_sep ImmutableList<String> getFileContents
int function ( ) { return metric ; }
get the link 's metric concode_field_sep int outputPort concode_elem_sep int MIN_PORT_NUMBER concode_elem_sep String routerName concode_elem_sep int metric concode_elem_sep int routerId concode_elem_sep int inputPort concode_elem_sep String configFileName concode_elem_sep Link[] links concode_elem_sep int[] adminPorts ...
PieLabelRecord function ( int arg0 ) { return ( PieLabelRecord ) this . labels . get ( arg0 ) ; }
returns a label record from the list . concode_field_sep List labels concode_field_sep void addPieLabelRecord concode_elem_sep int getItemCount concode_elem_sep void clear concode_elem_sep void distributeLabels
void function ( boolean arg0 ) { this . isEdited = arg0 ; }
set the edit state of the sequence as a metadata concode_field_sep String endpointType concode_elem_sep String templateName concode_elem_sep String description concode_elem_sep ArrayList<String> params concode_elem_sep boolean isEdited concode_elem_sep String artifactContainerName concode_field_sep String getParamColel...
Result function ( Result arg0 ) { return new Result ( this . isPass ( ) && arg0 . isPass ( ) , this . isDescend ( ) && arg0 . isDescend ( ) ) ; }
returns the combination of this and another result . concode_field_sep Result FAIL concode_elem_sep boolean descend concode_elem_sep boolean success concode_elem_sep Result PASS concode_elem_sep Result STOP concode_field_sep Result negate concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep St...
FontStyle function ( ) { return m_font ; }
retrieve the font . concode_field_sep Object m_groupInterval concode_elem_sep boolean m_ascending concode_elem_sep BackgroundPattern m_pattern concode_elem_sep FieldType m_field concode_elem_sep FontStyle m_font concode_elem_sep int m_groupOn concode_elem_sep Object m_startAt concode_elem_sep Color m_cellBackgroundColo...
int function ( Properties arg0 ) { MStore loc0 = getStore ( arg0 ) ; return loc0 . getM_PriceList_ID ( ) ; }
retrieves the price list id associated with the web store in context . this price list is a purchase price list . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isStorePresent concode_elem_sep MStore getDefaultStore concode_elem_sep int getStoreIdByName concode_elem_sep MStore getStore concode_elem...
Map < String , Integer > function ( ) { return collectionGroupMap ; }
gets collection group map . concode_field_sep Map<String,Integer> institutionEntitiesMap concode_elem_sep Map<String,Integer> collectionGroupMap concode_field_sep List<ReportDataEntity> generateBibFailureReportEntity concode_elem_sep List<ReportDataEntity> generateBibHoldingsAndItemsFailureReportEntities concode_elem_s...
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.util.Calendar fecha concode_elem_sep java.lang.String cpo_codigo concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep void setCpo_codigo concode_elem_sep org....
long function ( byte [ ] arg0 , long arg1 ) { if ( ! isInLimits ( Long . MAX_VALUE , arg1 , 0 ) ) { throw Util . outOfRangeArgument ( ) ; } try { return blob . position ( session , arg0 , arg1 - 1 ) ; } catch ( HsqlException loc0 ) { throw Util . sqlException ( loc0 ) ; } }
retrieves the byte position at which the specified byte array pattern begins within the blob value that this blob object represents . concode_field_sep BlobDataID blob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep int setBytes concode_elem_sep int setBytes concode_elem_se...
void function ( SDSet arg0 ) { this . sdSet = arg0 ; }
set the dsd for this cache entry . concode_field_sep SDSet sdSet concode_elem_sep String name concode_elem_sep String member concode_elem_sep String contextId concode_elem_sep boolean empty concode_field_sep void setName concode_elem_sep void setMember concode_elem_sep String getName concode_elem_sep void setEmpty conc...
void function ( String arg0 ) { this . protocolVersion = arg0 ; }
sets the value of the protocolversion property . concode_field_sep String baseURL concode_elem_sep GranularityType granularity concode_elem_sep DeletedRecordType deletedRecord concode_elem_sep List<DescriptionType> description concode_elem_sep String protocolVersion concode_elem_sep long serialVersionUID concode_elem_s...
void function ( ) { fire ( ) ; }
the reactor calls here , and it may be overridden in subclasses . user code should never call this method . concode_field_sep Application application concode_elem_sep double interval concode_field_sep void fire
void function ( String arg0 ) { this . idcard = arg0 ; }
not-null value ; ensure this value is available before it is saved to the database . concode_field_sep String zz concode_elem_sep String tz_xy concode_elem_sep String grxx_sffs concode_elem_sep String tz_tz concode_elem_sep String zzhf_bqgsh concode_elem_sep String zzhf_qtjb concode_elem_sep String shzdfs_ryjl concode_...
void function ( Boolean arg0 ) { this . giftIndicator = arg0 ; }
sets the value of the giftindicator property . concode_field_sep OrderDeliveryType orderDelivery concode_elem_sep Boolean giftIndicator concode_elem_sep String orderStatus concode_elem_sep OrderHisotryType orderHistory concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar estimatedDeliveryDate co...
void function ( HudsonTestCase arg0 , T arg1 ) { }
called during testcase #teardown to shut down the test environment . concode_field_sep PlaceHolder placeHolder concode_field_sep void decorateHome concode_elem_sep void setup
String function ( ) { return "srini_string" ; }
returns the name of the analyzer . concode_field_sep boolean enabled concode_elem_sep Logger LOGGER concode_field_sep boolean supportsParallelProcessing concode_elem_sep void analyze concode_elem_sep boolean isEnabled concode_elem_sep AnalysisPhase getAnalysisPhase concode_elem_sep void initialize concode_elem_sep void...
String function ( ) { return specTitle ; }
returns the name of the specification , or null if unknown . concode_field_sep String implTitle concode_elem_sep String implVendor concode_elem_sep String specVendor concode_elem_sep String specVersion concode_elem_sep URL sealed concode_elem_sep ClassLoader loader concode_elem_sep String implVersion concode_elem_sep S...
void function ( boolean arg0 , String arg1 ) { if ( ! arg0 ) { throw new AssertionException ( arg1 ) ; } }
asserts the given condition , throwing an assertionexception if the condition does n'thold . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertUnreachable concode_elem_sep T assertNotNull
IMessage [ ] function ( ) { return messages . toArray ( new IMessage [ messages . size ( ) ] ) ; }
gets an array of messages that should be displayed to the user at the moment . the messages have to be sorted by age , the one with the lowest age first . concode_field_sep LinkedList<IMessage> messages concode_elem_sep int focusedMessageIndex concode_elem_sep int latestTickTime concode_elem_sep IGameTimeProvider gameT...