code
stringlengths
20
663
nl
stringlengths
68
7.19k
long function ( ) { return mReserveSpace ; }
returns the amount of space to reserve on the storage file system . this can be set to a non-zero value to prevent mtp from filling up the entire storage . concode_field_sep long mMaxFileSize concode_elem_sep String mPath concode_elem_sep int mStorageId concode_elem_sep long mReserveSpace concode_elem_sep boolean mRemo...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String productDimensionType concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep org.apac...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName ...
EntitlementDataFinder function ( ) { return entitlementDataFinder ; }
this method returns the entitlement data finder concode_field_sep PolicyPublisher policyPublisher concode_elem_sep PolicyDataStore policyDataStore concode_elem_sep Log log concode_elem_sep EntitlementDataFinder entitlementDataFinder concode_elem_sep PolicyStoreManager policyStoreManager concode_elem_sep ConcurrentHashM...
boolean function ( ) { return host != null ; }
returns true , if this config is valid . concode_field_sep String password concode_elem_sep int port concode_elem_sep String name concode_elem_sep String host concode_elem_sep boolean https concode_elem_sep String user concode_field_sep void setName concode_elem_sep void setHost concode_elem_sep void setPassword concod...
String function ( String arg0 ) { return server . getPrefixedName ( prefix + "srini_string" + arg0 ) ; }
returns the full prefixed name of a service property . concode_field_sep Server server concode_elem_sep Configuration serviceConfig concode_elem_sep String prefix concode_field_sep Server getServer concode_elem_sep void init concode_elem_sep void init concode_elem_sep Configuration getServiceConfig concode_elem_sep Str...
void function ( ) { test ( true ) ; }
now test it using the file cache . concode_field_sep Folder folder concode_elem_sep TestServer server concode_elem_sep Store store concode_field_sep void startServer concode_elem_sep void test concode_elem_sep void verifyData concode_elem_sep void stopServer concode_elem_sep void testReadableMime
void function ( MouseEvent arg0 ) { if ( p != null ) { p . xcoord = arg0 . getX ( ) - view . cellw / 2 ; p . ycoord = arg0 . getY ( ) - view . cellh / 2 ; view . mainboard . repaint ( ) ; } }
drag piece to make move concode_field_sep MouseInputAdapter mouse concode_elem_sep int prevc concode_elem_sep Game game concode_elem_sep ChessBoardGUI view concode_elem_sep int bscore concode_elem_sep int prevr concode_elem_sep int wscore concode_elem_sep boolean gameOver concode_elem_sep Piece p concode_elem_sep MoveC...
List < ResourceToolAction > function ( List < ResourceToolAction > arg0 ) { return arg0 ; }
this method controls which `` create '' actions are allowed for contentcollections . filtering `` create '' actions based on mimetype and extension is not yet supported very well , so this may require tweaking over time . concode_field_sep List mimeTypes concode_elem_sep List acceptedExtensions concode_elem_sep boolean...
int function ( ) { return preferredPosition ; }
returns preferred position of this category within other categories when presented in ui . concode_field_sep int preferredPosition concode_elem_sep int POSITION_NONE concode_elem_sep String prefix concode_elem_sep String PREFIX_DIVIDER concode_elem_sep String name concode_elem_sep Class<X> type concode_elem_sep String ...
void function ( ServletContextAttributeEvent arg0 ) { log ( "srini_string" + arg0 . getName ( ) + "srini_string" + arg0 . getValue ( ) + "srini_string" ) ; }
record the fact that a servlet context attribute was replaced . concode_field_sep ServletContext context concode_field_sep void log concode_elem_sep void contextInitialized concode_elem_sep void contextDestroyed concode_elem_sep void attributeAdded concode_elem_sep void attributeRemoved
Integer function ( ) { return midrollIndex ; }
gets the value of the midrollindex property . concode_field_sep VideoPositionType positionType concode_elem_sep Integer midrollIndex concode_field_sep VideoPositionType getPositionType concode_elem_sep void setMidrollIndex concode_elem_sep void setPositionType
PrivateBinder function ( ) { return binder ; }
returns the current binder . concode_field_sep PrivateBinder binder concode_field_sep void addError concode_elem_sep void addError concode_elem_sep void addError concode_elem_sep LinkedBindingBuilder<T> bind concode_elem_sep AnnotatedBindingBuilder<T> bind concode_elem_sep AnnotatedBindingBuilder<T> bind concode_elem_s...
void function ( ) { total = 0 ; start ( ) ; }
zeros accumulated running time and restarts this object . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep long currentElapsedTime concode_elem_sep void stop concode_elem_sep String currentElapsedTimeToMessage concode_elem_se...
void function ( Catalog arg0 ) { this . rawCatalog = arg0 ; }
for spring initialisation , do n't call otherwise . concode_field_sep String CONFIG_DIRECTORY concode_elem_sep ClusterConfigWatcher watcher concode_elem_sep HazelcastInstance hz concode_elem_sep String HAZELCAST_FILENAME concode_elem_sep Logger LOGGER concode_elem_sep Catalog rawCatalog concode_elem_sep GeoServerResour...
void function ( String arg0 ) { _buffer . append ( arg0 + "srini_string" ) ; }
append the message to the current set of messages . a newline is automatically appended to the message . concode_field_sep StringBuffer _buffer concode_field_sep void reset concode_elem_sep void event concode_elem_sep void message concode_elem_sep String getMessages
long function ( String arg0 ) { return normalize ? normalizedTimestamp ( arg0 ) : System . currentTimeMillis ( ) ; }
returns the time for a new jar file entry in milliseconds since the epoch . uses jarcreator #dos_epoch_in_java_time for normalized entries , system #currenttimemillis otherwise . concode_field_sep boolean verbose concode_elem_sep String MANIFEST_NAME concode_elem_sep long DOS_EPOCH_IN_JAVA_TIME concode_elem_sep Set<Str...
void function ( boolean arg0 ) { this . useForward = arg0 ; }
tells if we are to do a forward to the loginformurl using the requestdispatcher , instead of a 302 redirect . concode_field_sep String loginFormUrl concode_elem_sep boolean forceHttps concode_elem_sep boolean useForward concode_elem_sep RedirectStrategy redirectStrategy concode_elem_sep PortMapper portMapper concode_el...
void function ( boolean arg0 ) { this . returnGeneratedKeys = arg0 ; }
set whether prepared statements should be capable of returning auto-generated keys . concode_field_sep String[] generatedKeysColumnNames concode_elem_sep boolean updatableResults concode_elem_sep String actualSql concode_elem_sep List<SqlParameter> declaredParameters concode_elem_sep NativeJdbcExtractor nativeJdbcExtra...
void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; }
called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void start concode_elem_sep BundleContext getContext
byte [ ] function ( ) { if ( this . extData == null ) { return new byte [ 0 ] ; } byte [ ] loc0 = new byte [ this . extData . length ] ; System . arraycopy ( this . extData , 0 , loc0 , 0 , loc0 . length ) ; return loc0 ; }
returns the extension data if present . concode_field_sep byte classCode concode_elem_sep boolean paddingPresent concode_elem_sep Introducer introducer concode_elem_sep byte[] data concode_elem_sep byte[] extData concode_elem_sep boolean segmentedData concode_elem_sep short length concode_elem_sep boolean extensionPres...
boolean function ( short arg0 ) { return map . containsKey ( arg0 ) ; }
if there is a state mapping for this scene , returns true . you should run this before using the method ` getmapping short ' !!! concode_field_sep Map<Short,Boolean> map concode_field_sep void init concode_elem_sep boolean getMapping
void function ( GeneratorEntry arg0 ) { }
override this method to do any cleanup needed after generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_elem_sep MessageConsoleStream info concode_field_sep void refreshTargetProject con...
int function ( ) { return rcACTA_Articulo ; }
gets the rcacta_articulo value for this astfichasdtastcpttaitemactaitem . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep int rcACTA_Articulo concode_elem_sep SIPV2190b.AstFichaSDTAstCptTAItemACTAItemACTATItem[] ACTAT concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boole...
void function ( String arg0 ) { this . name = arg0 ; }
sets the value of this nickname concode_field_sep String name concode_elem_sep String NAMESPACE concode_elem_sep String ELEMENT_NAME concode_field_sep PacketExtension parseExtension concode_elem_sep String getName concode_elem_sep String getNamespace concode_elem_sep String toXML concode_elem_sep String getElementName
com . liferay . portal . workflow . kaleo . model . KaleoTimer function ( long arg0 ) { return _kaleoTimerLocalService . deleteKaleoTimer ( arg0 ) ; }
deletes the kaleo timer with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep KaleoTimerLocalService _kaleoTimerLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.workflow.kaleo.model.KaleoTimer updateKaleoTim...
ThreadLocal function ( String arg0 ) { return threadLoc ; }
reuse same thread local for the same cache across different regions . concode_field_sep String GRID_NAME_PROPERTY concode_elem_sep Ignite ignite concode_elem_sep AccessType dfltAccessType concode_elem_sep String GRID_CONFIG_PROPERTY concode_elem_sep Map<String,String> regionCaches concode_elem_sep ThreadLocal threadLoc...
Path function ( ) { return rootDir ; }
returns the index pack 's root directory . concode_field_sep Charset DATA_CHARSET concode_elem_sep Path unitDir concode_elem_sep HashFunction DATA_DIGEST concode_elem_sep Path dataDir concode_elem_sep String CONTENT_LABEL concode_elem_sep Path rootDir concode_elem_sep String FORMAT_KEY_LABEL concode_elem_sep String KYT...
Logger function ( ) { return logger ; }
returns the logger . concode_field_sep int IN_LIMIT concode_elem_sep int pkLimit concode_elem_sep ClassDescriptor itemClassDesc concode_elem_sep Logger logger concode_elem_sep PersistenceBrokerImpl broker concode_field_sep QueryByCriteria buildPrefetchQuery concode_elem_sep QueryByCriteria buildPrefetchQuery concode_el...
float function ( float arg0 ) { return jniGetReactionTorque ( addr , arg0 ) ; }
get the reaction torque on body2 in nm . concode_field_sep JointEdge jointEdgeB concode_elem_sep JointEdge jointEdgeA concode_elem_sep World world concode_elem_sep Object userData concode_elem_sep float[] tmp concode_elem_sep Vector2 reactionForce concode_elem_sep long addr concode_elem_sep Vector2 anchorB concode_elem...
void function ( String arg0 , String arg1 ) { this . metadata = createNewMetadata ( this . metadata , arg0 , arg1 ) ; this . destination = arg0 ; log . debug ( "srini_string" + messageID + "srini_string" + arg0 ) ; }
update metadata of message . this will change amqp bytes representing metadata . routing key and exchange name will be set to the given values . concode_field_sep boolean reDelivered concode_elem_sep byte[] metadata concode_elem_sep String storageQueueName concode_elem_sep String destination concode_elem_sep long messa...
void function ( final ITextureBuilder < T , A > arg0 ) { arg0 . pack ( this . mTextureAtlas , this . mTextureAtlasSourcesToPlace ) ; this . mTextureAtlasSourcesToPlace . clear ( ) ; this . mTextureAtlas . setUpdateOnHardwareNeeded ( true ) ; }
may draw over already added itextureatlassource magic_constant . concode_field_sep ArrayList<TextureAtlasSourceWithWithLocationCallback<T>> mTextureAtlasSourcesToPlace concode_elem_sep T mTextureAtlasSource concode_elem_sep Callback<T> mCallback concode_elem_sep A mTextureAtlas concode_field_sep boolean isLoadedToHardw...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String tableId concode_elem_sep int showXLabelsVertically concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.eclipse.birt.report.soapengine.api....
long function ( ) { return version ; }
the version of the doc . concode_field_sep XContentBuilderString FIELDS concode_elem_sep Map<String,Object> sourceAsMap concode_elem_sep XContentBuilderString _TYPE concode_elem_sep String index concode_elem_sep byte[] sourceAsBytes concode_elem_sep XContentBuilderString FOUND concode_elem_sep BytesReference source con...
boolean function ( ) { return patternElement . allowTrailingEdges ( ) ; }
return whether or not the most recently matched instruction allows trailing edges . concode_field_sep PatternElement patternElement concode_elem_sep InstructionHandle matchedInstruction concode_elem_sep PatternElementMatch prev concode_elem_sep BasicBlock basicBlock concode_elem_sep int matchCount concode_field_sep int...
DescribeElasticIpsResult function ( java . util . Collection < ElasticIp > arg0 ) { setElasticIps ( arg0 ) ; return this ; }
an elasticips object that describes the specified elastic ip addresses . concode_field_sep com.amazonaws.internal.SdkInternalList<ElasticIp> elasticIps concode_field_sep java.util.List<ElasticIp> getElasticIps concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeElasticIpsResult clone ...
String function ( String arg0 ) { if ( attributes == null ) return ( null ) ; else return ( ( String ) attributes . get ( arg0 ) ) ; }
return the value of the specified node attribute if it exists , or null otherwise . 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 TreeNode findChild concode_elem_sep String getName con...
void function ( final String arg0 ) { this . dataTypes . add ( arg0 ) ; }
adds the column data type . concode_field_sep ArrayList<String> columns concode_elem_sep ArrayList<HashMap<String,String>> table concode_elem_sep ArrayList<String> dataTypes concode_field_sep void addColumn concode_elem_sep void addColumn concode_elem_sep void addRowAt concode_elem_sep int getcolCount concode_elem_sep ...
void function ( Graphics arg0 , Font arg1 ) { Font loc0 = getStyledFont ( arg1 ) ; arg0 . setFont ( loc0 ) ; arg0 . setColor ( color ) ; }
sets the foreground color and font of the specified graphics context to that specified in this style . concode_field_sep Color color concode_elem_sep boolean underlined concode_elem_sep Font lastFont concode_elem_sep Font lastStyledFont concode_elem_sep boolean bold concode_elem_sep FontMetrics fontMetrics concode_elem...
byte [ ] function ( ) { return buffer ; }
returns the data buffer for this packet concode_field_sep InetAddress address concode_elem_sep int offset concode_elem_sep int port concode_elem_sep int length concode_elem_sep byte[] buffer concode_elem_sep int maxlen concode_field_sep void setLength concode_elem_sep int getPort concode_elem_sep void setAddress concod...
void function ( EquivalentAddressGroup arg0 , Status arg1 ) { }
called when a transport is shutting down . concode_field_sep PlaceHolder placeHolder concode_field_sep T pickTransport concode_elem_sep void handleTransportReady concode_elem_sep LoadBalancer<T> newLoadBalancer concode_elem_sep void handleResolvedAddresses concode_elem_sep void handleNameResolutionError concode_elem_se...
int function ( RemoteTransactionManager arg0 ) { if ( arg0 == null ) return - 1 ; int loc0 = 0 ; for ( RemoteTransactionManager loc1 : routing . getTMs ( ) ) { if ( loc1 . getIp ( ) . equals ( arg0 . getIp ( ) ) && loc1 . getPort ( ) == arg0 . getPort ( ) ) { return loc0 ; } ++ loc0 ; } return - 1 ; }
returns the locality hash associated with the passed remotetransactionmanager . concode_field_sep RoutingTable routing concode_elem_sep int tmPort concode_elem_sep boolean isAMReady concode_elem_sep HDFSLogger log concode_elem_sep String tmIp concode_elem_sep int CHECKPOINT_PERIOD_MS concode_field_sep JSONObject sendTo...
Protos . Value . Range function ( long arg0 , long arg1 ) { return Protos . Value . Range . newBuilder ( ) . setBegin ( arg0 ) . setEnd ( arg1 ) . build ( ) ; }
construct a range value . concode_field_sep PlaceHolder placeHolder concode_field_sep Protos.Resource scalar concode_elem_sep Protos.Resource ranges concode_elem_sep Protos.Environment.Variable variable concode_elem_sep Protos.CommandInfo.URI uri concode_elem_sep Protos.CommandInfo.URI uri
void function ( int arg0 ) { _socialActivityCounter . setGraceValue ( arg0 ) ; }
sets the grace value of this social activity counter . concode_field_sep SocialActivityCounter _socialActivityCounter concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep ...
int function ( String arg0 ) { return library . getInt ( entries , arg0 ) ; }
gets an int specified by the key in the dictionary entries . if the value is a reference , the int value that the reference points to is returned . concode_field_sep Reference pObjectReference concode_elem_sep Hashtable entries concode_elem_sep Library library concode_elem_sep boolean inited concode_field_sep Number ge...
boolean function ( String arg0 , String arg1 ) { if ( arg0 . contains ( "srini_string" ) ) return false ; String loc0 = ContactsManager . getContactNameOrNull ( ctx , arg1 ) ; addOrUpdate ( arg0 , arg1 , loc0 ) ; return true ; }
adds an alias by a phone number if the alias contains an invalid character , false will be returned concode_field_sep Context ctx concode_elem_sep AliasHelper aliasHelper concode_field_sep AliasHelper getAliasHelper concode_elem_sep String[] getAliasOrNull concode_elem_sep boolean deleteAlias concode_elem_sep ArrayList...
void function ( Long arg0 ) { this . entityId = arg0 ; }
sets the value of the entityid property . concode_field_sep String workflowRequestType concode_elem_sep WorkflowEntityType entityType concode_elem_sep String workflowRuleName concode_elem_sep Long entityId concode_elem_sep Long id concode_field_sep void setWorkflowRequestType concode_elem_sep WorkflowEntityType getEnti...
Type function ( ) { return type ; }
return the type associated with this file format . concode_field_sep Type AIFF concode_elem_sep Type SND concode_elem_sep String extension concode_elem_sep Type WAVE concode_elem_sep Type AU concode_elem_sep String name concode_elem_sep int byteLength concode_elem_sep AudioFormat format concode_elem_sep int frameLength...
String function ( String arg0 ) { return dom . getAttribute ( arg0 ) ; }
get the value specified for a given attribute on this element concode_field_sep Element dom concode_elem_sep XMLElementList children concode_elem_sep String name concode_field_sep XMLElementList getChildren concode_elem_sep String getName concode_elem_sep boolean getBooleanAttribute concode_elem_sep boolean getBooleanA...
void function ( String arg0 ) { if ( lockFile != null ) { return ; } lockFile = LockFile . newLockFileLock ( arg0 ) ; }
attempts to aquire a cooperative lock condition on the database files concode_field_sep LockFile lockFile concode_elem_sep boolean needsCheckpoint concode_elem_sep Log log concode_elem_sep SimpleLog appLog concode_elem_sep boolean logStatements concode_elem_sep boolean syncFile concode_field_sep void checkpoint concode...
String function ( Object arg0 ) { Iterator < Map . Entry < String , Object >> loc0 = values . entrySet ( ) . iterator ( ) ; while ( loc0 . hasNext ( ) ) { Map . Entry < String , Object > loc1 = loc0 . next ( ) ; if ( loc1 . getValue ( ) == arg0 ) { return loc1 . getKey ( ) ; } } return null ; }
returns the name for the given value . concode_field_sep Map<String,Object> values concode_field_sep Object getValue concode_elem_sep void putValue
int function ( int arg0 ) { return linkTable [ arg0 ] ; }
this looks from a given node , so the parameter is always > -1 . 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 concod...
void function ( Long arg0 ) { this . drbala = arg0 ; }
this method was generated by mybatis generator . this method sets the value of the database column actglf.drbala concode_field_sep Long cramnt concode_elem_sep Integer crcunt concode_elem_sep Date credat concode_elem_sep String recsts concode_elem_sep Long davbal concode_elem_sep Long crbala concode_elem_sep Long cavba...
void function ( Page arg0 ) { }
implemented annotation callback method . this method is called when a pages annotations been initialized but before the page has been painted . this method blocks the concode_field_sep DocumentViewController documentViewController concode_elem_sep Logger logger concode_field_sep void proccessAnnotationAction concode_el...
ProgressIndicator function ( @ NotNull Function < ProgressIndicator , Runnable > arg0 , @ Nullable Runnable arg1 , long arg2 ) { return executeAndTryWait ( arg0 , arg1 , arg2 , false ) ; }
executor to perform possibly long operation on pooled thread . if computation was performed within given time frame , the computed callback will be executed synchronously avoiding unnecessary invokelater . in this case , onslowaction will not be executed at all . if the computation is fast , execute callback synchronou...
void function ( ) { }
beginprocessingops concode_field_sep PlaceHolder placeHolder concode_field_sep void beginPersisting concode_elem_sep void beginRelateNodes concode_elem_sep void finishPreprocessing concode_elem_sep void setUpdateCount concode_elem_sep void finishLoadingResource concode_elem_sep void beginAuditNodes concode_elem_sep voi...
Node function ( ) { return rootNode ; }
gets the container node of the scope . this is typically the function node or the global block/script node . concode_field_sep Scope parent concode_elem_sep int depth concode_elem_sep Map<String,Var> vars concode_elem_sep Var arguments concode_elem_sep Node rootNode concode_field_sep int getDepth concode_elem_sep Var d...
Class < Patient > function ( ) { return Patient . class ; }
the getresourcetype method comes from iresourceprovider , and must be overridden to indicate what type of resource this provider supplies . concode_field_sep PlaceHolder placeHolder concode_field_sep Patient getResourceById concode_elem_sep List<Patient> getPatient
void function ( final int arg0 , final BaseVertex arg1 ) { if ( this . rows . size ( ) < ( arg0 + 1 ) ) { final int loc0 = arg0 - this . rows . size ( ) + 1 ; for ( int loc1 = 0 ; loc1 < loc0 ; ++ loc1 ) { this . rows . add ( new Row ( ( arg0 - loc0 ) + loc1 ) ) ; } } ( ( Row ) this . rows . get ( arg0 ) ) . add ( arg1...
adds new vertex to specified depth concode_field_sep List<Row> rows concode_field_sep int getDepth concode_elem_sep void optimize concode_elem_sep Row get concode_elem_sep int getColumn concode_elem_sep int getWidth concode_elem_sep int getWidth concode_elem_sep void dump concode_elem_sep int getRow
void function ( int arg0 ) { this . DSpaceObjectFilter = arg0 ; }
sets the dspace object filter , must be an dspace object type integer can be used to only return objects from a certain dspace object type concode_field_sep List<String> fieldPresentQueries concode_elem_sep int facetOffset concode_elem_sep String query concode_elem_sep int facetLimit concode_elem_sep List<DiscoverFacet...
void function ( String arg0 , long arg1 ) { this . producerSCN . put ( arg0 , arg1 ) ; }
update scn generated by a producer concode_field_sep DbusHttpTotalStats httpTotalStats concode_elem_sep DbusEventsTotalStats outboundTotalStats concode_elem_sep String json concode_elem_sep int refreshInterval concode_elem_sep Map<String,Long> producerSCN concode_elem_sep Map<String,Long> clientSCN concode_elem_sep Obj...
void function ( byte ... arg0 ) { writeBytes ( ESC , arg0 ) ; }
utility method which makes it easier to generate the control sequences for the terminal . concode_field_sep byte BEL concode_elem_sep String FG_GRAY concode_elem_sep String BG_GRAY concode_elem_sep String BG_GREEN concode_elem_sep OutputStream out concode_elem_sep byte TEXT_BOLD concode_elem_sep String BG_RED concode_e...
XtextStyledTextHighlightingReconciler function ( ) { return fReconciler ; }
returns this hightlighter 's reconciler . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep XtextSourceViewerConfiguration fConfiguration concode_elem_sep IPreferenceStore preferenceStore concode_elem_sep XtextSourceViewer fSourceViewer concode_elem_sep XtextPresentationReconciler fPresen...
Typeface function ( int arg0 ) { return sDefaults [ arg0 ] ; }
returns one of the default typeface objects , based on the specified style concode_field_sep int BOLD_ITALIC concode_elem_sep Typeface DEFAULT_BOLD concode_elem_sep int BOLD concode_elem_sep String familyName concode_elem_sep int ITALIC concode_elem_sep Typeface[] sDefaults concode_elem_sep int style concode_elem_sep i...
TypeCode function ( ) { ORB loc0 = OrbRestricted . Singleton ; StructMember [ ] loc1 = new StructMember [ 0 ] ; return loc0 . create_exception_tc ( id ( ) , "srini_string" , loc1 ) ; }
create the wrongtransaction typecode structure , named `` wrongtransaction '' , no fields . concode_field_sep PlaceHolder placeHolder concode_field_sep WrongTransaction extract concode_elem_sep WrongTransaction read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep void write
boolean function ( ) { return index != - 1 ; }
returns true if there is a selection , and false otherwise . concode_field_sep long serialVersionUID concode_elem_sep EventListenerList listenerList concode_elem_sep int index concode_elem_sep ChangeEvent changeEvent concode_field_sep T[] getListeners concode_elem_sep void removeChangeListener concode_elem_sep ChangeLi...
boolean function ( AdvisedSupport arg0 , AdvisedSupport arg1 ) { return ( arg0 == arg1 || ( equalsProxiedInterfaces ( arg0 , arg1 ) && equalsAdvisors ( arg0 , arg1 ) && arg0 . getTargetSource ( ) . equals ( arg1 . getTargetSource ( ) ) ) ) ; }
check equality of the proxies behind the given advisedsupport objects . not the same as equality of the advisedsupport objects : rather , equality of interfaces , advisors and target sources . concode_field_sep PlaceHolder placeHolder concode_field_sep Object[] adaptArgumentsIfNecessary concode_elem_sep Class<?>[] prox...
void function ( AMLCDDQAReportAllQuestionsByRequestingCodeAnswerSetSetType arg0 ) { this . answerSet = arg0 ; }
sets the value of the answerset property . concode_field_sep AMLCDDQAReportAllQuestionsByRequestingCodeAnswerSetSetType answerSet concode_elem_sep String questionCD concode_elem_sep Integer questionOrder concode_elem_sep Boolean isActive concode_elem_sep String questionText concode_elem_sep Integer expirationDate conco...
AuthenticationHolderEntity function ( ) { return authenticationHolder ; }
the authentication in place when the original access token was created concode_field_sep String QUERY_BY_TOKEN_VALUE concode_elem_sep String QUERY_EXPIRED_BY_DATE concode_elem_sep String QUERY_BY_CLIENT concode_elem_sep String PARAM_CLIENT concode_elem_sep String QUERY_ALL concode_elem_sep String PARAM_TOKEN_VALUE conc...
boolean function ( IProject arg0 ) { if ( ! arg0 . exists ( ) ) { try { NullProgressMonitor loc0 = new NullProgressMonitor ( ) ; arg0 . create ( loc0 ) ; arg0 . open ( loc0 ) ; return true ; } catch ( CoreException loc0 ) { loc0 . printStackTrace ( ) ; } } return false ; }
create an empty project if this project does not exist . concode_field_sep PlaceHolder placeHolder concode_field_sep IProject getTargetProject concode_elem_sep void refreshTargetProject concode_elem_sep File getTargetFolder concode_elem_sep FeatureConfiguration getOutletFeatureConfiguration concode_elem_sep boolean get...
void function ( ) { DefaultIntervalXYDataset loc0 = new DefaultIntervalXYDataset ( ) ; assertTrue ( loc0 instanceof PublicCloneable ) ; }
verify that this class implements publiccloneable . concode_field_sep double EPSILON concode_field_sep void testAddSeries concode_elem_sep void testGetSeriesCount concode_elem_sep void testGetSeriesKey concode_elem_sep void testSerialization concode_elem_sep void testGetXValue concode_elem_sep void testGetItemCount con...
GobblinMetrics function ( String arg0 , Callable < ? extends GobblinMetrics > arg1 ) { try { return this . metricsCache . get ( arg0 , arg1 ) ; } catch ( ExecutionException loc0 ) { throw Throwables . propagate ( loc0 ) ; } }
get the gobblinmetrics instance associated with a given id . if the id is not found this method returns the gobblinmetrics returned by the given callable , and creates a mapping between the specified id and the gobblinmetrics instance returned by the callable . concode_field_sep Cache<String,GobblinMetrics> metricsCach...
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
void function ( ) { getPersistence ( ) . removeAll ( ) ; }
removes all the portal preferenceses from the database . concode_field_sep PortalPreferencesPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep PortalPreferences findByO_O concode_elem_sep PortalPreferences fetchByO_O concode_elem_...
String function ( ) { return checkboxId ; }
gets the component id of the selectbooleancheckbox , under the map ui , corresponding to this time zone . concode_field_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_elem_sep String checkboxId concode_field_sep String getUseDaylightTime concode_elem_sep String g...
void function ( org . talend . sugarws . Error_value arg0 ) { this . error = arg0 ; }
sets the error value for this upgrade_history_result . concode_field_sep org.talend.sugarws.Upgrade_history[] upgrade_history_list concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.talend.sugarws.Err...
Class function ( ) { return outputValueClass ; }
returns the resolved output value class . concode_field_sep Class outputValueClass concode_elem_sep String TYPED_BYTES_ID concode_elem_sep String RAW_BYTES_ID concode_elem_sep String KEY_ONLY_TEXT_ID concode_elem_sep String TEXT_ID concode_elem_sep Class<? extends OutputReader> outputReaderClass concode_elem_sep Class ...
InputStream function ( Reference arg0 , byte [ ] arg1 , InputStream arg2 , boolean arg3 ) { InputStream loc0 = securityHandler . getEncryptionInputStream ( arg0 , arg1 , arg2 ) ; if ( arg3 && loc0 == null ) loc0 = arg2 ; return loc0 ; }
return a new inputstream , from which read operations will return data , read and decrypt from the inputstream parameter objectreference of the pdf stream or string object . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep boolean foundProvider concode_elem_sep Se...
double function ( ) { return this . max - this . min ; }
return the difference between minimum and maximum . concode_field_sep double min concode_elem_sep double max concode_field_sep double getMin concode_elem_sep double getMax concode_elem_sep boolean isValid concode_elem_sep DoubleMinMax[] newArray concode_elem_sep void reset concode_elem_sep String toString concode_elem_...
void function ( String arg0 ) { this . name = arg0 ; }
sets the choice name . concode_field_sep String DISPLAY_NAME_ID_PROP concode_elem_sep String name concode_elem_sep String NAME_PROP concode_elem_sep String displayNameKey concode_field_sep Object getValue concode_elem_sep String getName concode_elem_sep String getDisplayName concode_elem_sep String getDisplayName conco...
String function ( ) { return "srini_string" ; }
gets the name of this module concode_field_sep IDiscordClient client concode_field_sep String getVersion concode_elem_sep String getAuthor concode_elem_sep boolean enable concode_elem_sep void disable concode_elem_sep String getMinimumDiscord4JVersion
void function ( final Action arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( ) ; } this . actions . add ( arg0 ) ; }
adds the action to this concentrator . concode_field_sep ArrayList actions concode_field_sep void removeAction concode_elem_sep void setEnabled concode_elem_sep boolean isEnabled
void function ( ) { }
the default implementation does not consume anything . concode_field_sep Header contentEncoding concode_elem_sep boolean chunked concode_elem_sep int OUTPUT_BUFFER_SIZE concode_elem_sep Header contentType concode_field_sep Header getContentEncoding concode_elem_sep boolean isChunked concode_elem_sep void setContentEnco...
void function ( HmChannel arg0 ) { RpcRequest loc0 = createRpcRequest ( "srini_string" ) ; new GetAllSystemVariablesParser ( arg0 ) . parse ( sendMessage ( config . getRpcPort ( arg0 ) , loc0 ) ) ; }
returns all variable metadata and values from a homegear gateway . concode_field_sep Logger logger concode_elem_sep boolean TRACE_ENABLED concode_elem_sep HomematicConfig config concode_field_sep String getRpcCallbackUrl concode_elem_sep void setInstallMode concode_elem_sep void init concode_elem_sep void getAllScripts...
void function ( ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK ) ) ; }
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...
void function ( boolean arg0 ) { this . isCompoundFile = arg0 ; }
mark whether this segment is stored as a compound file . concode_field_sep Codec codec concode_elem_sep Map<String,String> diagnostics concode_elem_sep boolean isCompoundFile concode_elem_sep String name concode_elem_sep int docCount concode_elem_sep Map<String,String> attributes concode_elem_sep Directory dir concode_...
QueryBasedHiveConversionEntity function ( QueryBasedHiveConversionEntity arg0 ) { if ( this . conversionEntities . isEmpty ( ) ) { return null ; } return this . conversionEntities . remove ( 0 ) ; }
there is only one record querybasedhiveconversionentity to be read . this querybasedhiveconversionentity isremoved from #conversionentities list after it is read . so when gobblin runtime calls this method the second time , it returns a null concode_field_sep List<QueryBasedHiveConversionEntity> conversionEntities conc...
String function ( Field arg0 ) { if ( arg0 . isAnnotationPresent ( Column . class ) ) { Column loc0 = arg0 . getAnnotation ( Column . class ) ; return loc0 . name ( ) ; } return toSQLNameDefault ( arg0 . getName ( ) ) ; }
maps a java field object to the database 's column name . concode_field_sep PlaceHolder placeHolder concode_field_sep String toSQLNameDefault
String function ( ) { return subscribeExceptionTopic ; }
the topic of the subscribe exception . may include syntax-appropriate wildcards . concode_field_sep String aclProfileName concode_elem_sep TopicSyntaxEnum topicSyntax concode_elem_sep String subscribeExceptionTopic concode_elem_sep String msgVpnName concode_elem_sep String value concode_field_sep String toIndentedStrin...
String function ( AmazonItem arg0 , String arg1 ) { List loc0 = arg0 . getAttributeValues ( arg1 ) ; return loc0 == null || loc0 . size ( ) == 0 ? null : loc0 . get ( 0 ) . toString ( ) ; }
gets first value of the attribute from item . concode_field_sep String MISSING_IMAGE_URL concode_elem_sep int IMAGE_CELL_WIDTH concode_elem_sep int MISSING_IMAGE_WIDTH concode_field_sep String getAuthors concode_elem_sep String format concode_elem_sep void outputBookDetailsCell concode_elem_sep void outputImageCell
int function ( ) { return current ; }
find out how much has been done . concode_field_sep File file concode_elem_sep ResourceBundle messageBundle concode_elem_sep int lengthOfTask concode_elem_sep String dialogMessage concode_elem_sep Document document concode_elem_sep Logger logger concode_elem_sep boolean done concode_elem_sep int current concode_elem_se...
String function ( ) { return selectedFruit ; }
gets the selected fruit name . concode_field_sep String selectedFruit concode_elem_sep String selectedColor concode_elem_sep String selectedMineral concode_elem_sep String selectedPanel concode_field_sep void setSelectedFruit concode_elem_sep String getSelectedMineral concode_elem_sep void setSelectedMineral concode_el...
void function ( String arg0 ) { this . truststoreProvider = arg0 ; }
sets the truststore provider . concode_field_sep String hostName concode_elem_sep String truststoreType concode_elem_sep String insecureRenegotiation concode_elem_sep long serialVersionUID concode_elem_sep String truststoreProvider concode_elem_sep List<CertificateInfo> certificateInfos concode_elem_sep String certific...
HivePrivilegeObject function ( List < String > arg0 ) { return new HivePrivilegeObject ( HivePrivilegeObjectType . COMMAND_PARAMS , null , null , null , null , arg0 ) ; }
create hiveprivilegeobject of type hiveprivilegeobjecttype.command _ params concode_field_sep HivePrivObjectActionType actionType concode_elem_sep String dbname concode_elem_sep List<String> commandParams concode_elem_sep List<String> columns concode_elem_sep String objectName concode_elem_sep List<String> partKeys con...
String function ( String arg0 ) { String loc0 = "srini_string" ; char [ ] loc1 = arg0 . toCharArray ( ) ; for ( int loc2 = 0 ; loc2 < loc1 . length ; loc2 += 1 ) { loc0 += convert ( loc1 [ loc2 ] ) ; if ( ( loc2 + 1 ) % GROUPING == 0 ) { loc0 += "srini_string" ; } } return loc0 ; }
returns the encoding/decoding of msg , updating the state of the rotors accordingly . concode_field_sep Rotor[] rotors concode_elem_sep int GROUPING concode_field_sep placeholderType placeHolder
String function ( String arg0 ) { return StringUtils . substringAfter ( arg0 , SEPERATOR ) ; }
remove the first property expresson from the current expression . concode_field_sep String SEPERATOR concode_field_sep String add concode_elem_sep String last concode_elem_sep boolean hasNested concode_elem_sep String removeLast concode_elem_sep String first
String function ( ) { return name + "srini_string" + value + "srini_string" ; }
gets string representation of header concode_field_sep String name concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getName concode_elem_sep boolean equals concode_elem_sep void setValue concode_elem_sep Object clone
boolean function ( float [ ] arg0 , float [ ] arg1 ) { if ( arg0 . length != arg1 . length ) { return false ; } for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { if ( arg0 [ loc0 ] != arg1 [ loc0 ] ) { return false ; } } return true ; }
checks if the two float array have the same components concode_field_sep int numberOfClusters concode_elem_sep int[] corespondingClass concode_field_sep float euclidianDistance concode_elem_sep void kMeansClustering concode_elem_sep int getClassIndex concode_elem_sep int getNumberOfClusters
void function ( Integer arg0 ) { this . seguencia = arg0 ; }
define valor do atributo seguencia . concode_field_sep Date dataFim concode_elem_sep Integer idUsuario concode_elem_sep Integer idPerfilAcessoUsuario concode_elem_sep String[] grupos concode_elem_sep String login concode_elem_sep String locale concode_elem_sep Collection<GrupoEmpregadoDTO> colGrupoEmpregado concode_ele...
Date function ( ) { return this . created ; }
gets the content created date that will be given to the uploaded file . concode_field_sep long size concode_elem_sep Date created concode_elem_sep String name concode_elem_sep ProgressListener listener concode_elem_sep Date modified concode_elem_sep InputStream content concode_field_sep FileUploadParams setName concode...