code
stringlengths
20
663
nl
stringlengths
68
7.19k
String function ( Object arg0 , String arg1 ) { try { StringWriter loc0 = new StringWriter ( ) ; createMarshaller ( arg1 ) . marshal ( arg0 , loc0 ) ; return loc0 . toString ( ) ; } catch ( JAXBException loc0 ) { throw new RuntimeException ( loc0 ) ; } }
java object - > xml . concode_field_sep JAXBContext jaxbContext concode_elem_sep Collection collection concode_field_sep Marshaller createMarshaller concode_elem_sep Unmarshaller createUnmarshaller concode_elem_sep T fromXml
void function ( String arg0 ) { this . uuidref = arg0 ; }
sets the value of the uuidref property . concode_field_sep DQDataQualityType dqDataQuality concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_e...
long function ( String arg0 ) { try { StatFs loc0 = new StatFs ( arg0 ) ; long loc1 = loc0 . getBlockSize ( ) ; long loc2 = loc0 . getAvailableBlocks ( ) ; return loc2 * loc1 ; } catch ( IllegalArgumentException loc0 ) { return 0 ; } }
given a path return the number of free bytes in the filesystem containing the path . concode_field_sep String LOG_TAG concode_field_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep long getFreeExternalStorageSpace concode_elem_sep boolean testFileExists
StringBuffer function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; for ( Iterator < String > loc1 = _info . keySet ( ) . iterator ( ) ; loc1 . hasNext ( ) ; ) { String loc2 = loc1 . next ( ) ; loc0 . append ( loc2 + "srini_string" + _info . get ( loc2 ) . toString ( ) + "srini_string" ) ; } return loc0 ; }
renders info map to a stringbuffer concode_field_sep T _info concode_field_sep HashMap<String,String> toMap concode_elem_sep String toString concode_elem_sep StringBuffer toXML concode_elem_sep Properties toProps
com . netsuite . webservices . platform . core_2014_2 . StatusDetail [ ] function ( ) { return status ; }
gets the status value for this writeresponselist . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.netsuite.webservices.platform.messages_2014_2.WriteResponse[] writeResponse concode_elem_sep boolean __hashCodeCalc concode_elem_sep com....
Vector function ( ) { return vector ; }
gets the pattern 's feature vector . concode_field_sep Vector vector concode_elem_sep Type target concode_field_sep Type getTarget concode_elem_sep void setVector concode_elem_sep Object getClone concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setTarget concode_elem_sep String toStri...
int function ( ) { return this . maxIndexShards ; }
the maximum number of shards primary + replicas an index has concode_field_sep int minIndexShards concode_elem_sep String AVG concode_elem_sep String MAX concode_elem_sep SegmentsStats segments concode_elem_sep int primaries concode_elem_sep int maxIndexShards concode_elem_sep int total concode_elem_sep String REPLICAT...
Sink function ( String arg0 ) { for ( AbstractAudioDeviceConfig loc0 : items ) { if ( loc0 . getName ( ) . equalsIgnoreCase ( arg0 ) && loc0 instanceof Sink ) return ( Sink ) loc0 ; } return null ; }
retrieves a sink by its name concode_field_sep String ITEM_SINK_INPUT concode_elem_sep String ITEM_SINK concode_elem_sep String CMD_UNLOAD_MODULE concode_elem_sep String MODULE_COMBINE_SINK concode_elem_sep List<Module> modules concode_elem_sep String CMD_LIST_SOURCE_OUTPUTS concode_elem_sep String CMD_LIST_SINKS conco...
boolean function ( javax . xml . stream . XMLStreamReader arg0 ) { boolean loc0 = false ; try { loc0 = java . lang . Boolean . TRUE . equals ( arg0 . getProperty ( org . apache . axiom . om . OMConstants . IS_DATA_HANDLERS_AWARE ) ) ; } catch ( java . lang . IllegalArgumentException loc1 ) { loc0 = false ; } return loc...
isreadermtomaware concode_field_sep PlaceHolder placeHolder concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName concode_elem_sep void writeQNames concode_elem_sep javax.xml.stream.XMLStreamReader getPullParser concode_elem_se...
int function ( ) { int loc0 = 0 ; for ( Connection loc1 : connections ) { if ( ! loc1 . isSpdy ( ) ) loc0 ++ ; } return loc0 ; }
returns total number of http connections in the pool . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep int MAX_CONNECTIONS_TO_CLEANUP concode_elem_sep Callab...
BlockFactory function ( ) { return mBlockFactory ; }
gets the blockfactory being used by this workspace . this can be used to update orreplace the set of known blocks . concode_field_sep ConnectionManager mConnectionManager concode_elem_sep List<Connection> mTempConnections concode_elem_sep WorkspaceStats mStats concode_elem_sep BlockFactory mBlockFactory concode_elem_se...
void function ( String [ ] arg0 ) { initializeData ( cakeBakingService ) ; CakeViewImpl loc0 = new CakeViewImpl ( cakeBakingService ) ; loc0 . render ( ) ; }
application entry point concode_field_sep CakeBakingService cakeBakingService concode_field_sep void initializeData
boolean function ( ) { return false ; }
determines if this actionprovider has a submenu associated with it . associated submenus will be shown when an action view is not . this provider instance will receive a call to #onpreparesubmenu submenu after the call to #onperformdefaultaction and before a submenu isdisplayed to the user . concode_field_sep SubUiVisi...
FilterType function ( ) { return new FilterType ( ) ; }
create an instance of filtertype concode_field_sep PlaceHolder placeHolder concode_field_sep ConsumerType createConsumerType concode_elem_sep ProducerType createProducerType concode_elem_sep Registered createRegistered concode_elem_sep Meta createMeta
boolean function ( ) { if ( replaceAll == null ) { return true ; } else { return replaceAll ; } }
gets the value of the replaceall property . concode_field_sep List<ItemNumberCustomFieldFilter> filter concode_elem_sep Boolean replaceAll concode_field_sep List<ItemNumberCustomFieldFilter> getFilter concode_elem_sep void setReplaceAll
void function ( ) { if ( camera != null && previewing ) { if ( ! useOneShotPreviewCallback ) { camera . setPreviewCallback ( null ) ; } camera . stopPreview ( ) ; previewCallback . setHandler ( null , 0 ) ; autoFocusCallback . setHandler ( null , 0 ) ; previewing = false ; } }
tells the camera to stop drawing preview frames . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep String TAG concode_elem_sep CameraManager cameraManager concode_elem_sep CameraConfigurationManager configManager concode_elem_sep PreviewCallback previewCallbac...
ClassLoader function ( IProject arg0 ) { return createClassLoader ( arg0 , WorkspaceClassLoaderFactory . class . getClassLoader ( ) ) ; }
creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ...
short function ( Any arg0 ) { return arg0 . extract_short ( ) ; }
extract the short from given any . concode_field_sep PlaceHolder placeHolder concode_field_sep short read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write
String function ( ) { return type ; }
get type concode_field_sep Integer code concode_elem_sep String type concode_elem_sep String message concode_field_sep String toIndentedString concode_elem_sep ModelApiResponse code concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep boolean equals concode_elem_sep String getMessage concode_ele...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( keyName != null ) loc0 . append ( "srini_string" + keyName + "srini_string" ) ; if ( keyFingerprint != null ) loc0 . append ( "srini_string" + keyFingerprint + "srini_string" ) ; loc0 . append ( "srini_string" ) ;...
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String keyFingerprint concode_elem_sep String keyName concode_field_sep ImportKeyPairResult withKeyName concode_elem_sep String getKeyFingerprint concode_elem_sep int hashCode concode_elem_sep void setKeyFingerprint co...
void function ( String arg0 , Object arg1 , Object arg2 ) { this . propertyChangeSupport . firePropertyChange ( arg0 , arg1 , arg2 ) ; }
fires a property change event . concode_field_sep long serialVersionUID concode_elem_sep EventListenerList listeners concode_elem_sep VetoableChangeSupport vetoableChangeSupport concode_elem_sep String description concode_elem_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep Comparable key concode_elem_...
Object function ( IterateExp < C , PM > arg0 ) { return getDelegate ( ) . visitIterateExp ( arg0 ) ; }
delegates to my decorated visitor . concode_field_sep EvaluationVisitor<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> delegate concode_field_sep Object visitTupleLiteralPart concode_elem_sep void setupRecursion concode_elem_sep Object visitExpression concode_elem_sep Object visitCollectionItem concode_elem_sep Object visitLetExp ...
String function ( Date arg0 ) { SimpleDateFormat loc0 = new SimpleDateFormat ( "srini_string" ) ; String loc1 = loc0 . format ( arg0 ) ; return loc1 ; }
formata data em string . concode_field_sep PlaceHolder placeHolder concode_field_sep void exibirAlerta concode_elem_sep void exibirToast concode_elem_sep long dateToLong concode_elem_sep Date longToDate
VirtualIPMapping function ( Integer arg0 ) { this . internalHttpPort = arg0 ; return this ; }
set the internalhttpport value . concode_field_sep Integer internalHttpsPort concode_elem_sep Boolean inUse concode_elem_sep String virtualIP concode_elem_sep Integer internalHttpPort concode_field_sep VirtualIPMapping withInUse concode_elem_sep Integer internalHttpsPort concode_elem_sep VirtualIPMapping withVirtualIP ...
boolean function ( ) { try { validate ( ) ; } catch ( org . exolab . castor . xml . ValidationException loc0 ) { return false ; } return true ; }
method isvalid concode_field_sep java.lang.String _content concode_elem_sep java.lang.String _id concode_field_sep void setContent concode_elem_sep nl.tjonahen.cpv.applicationxml.LargeIcon unmarshal concode_elem_sep java.lang.String getContent concode_elem_sep void marshal concode_elem_sep void marshal concode_elem_sep...
void function ( String arg0 ) { this . pin = arg0 ; }
sets the value of the pin property . concode_field_sep CustomerLookup.MsisdnPin msisdnPin concode_elem_sep String wipCustomerId concode_elem_sep String pin concode_elem_sep String taxId concode_elem_sep long serialVersionUID concode_elem_sep String msisdn concode_elem_sep String ban concode_elem_sep String ssn concode_...
void function ( Credentials arg0 ) { this . credentials = arg0 ; }
credentials for the service api authentication . concode_field_sep FederatedUser federatedUser concode_elem_sep Credentials credentials concode_elem_sep Integer packedPolicySize concode_field_sep FederatedUser getFederatedUser concode_elem_sep GetFederationTokenResult withFederatedUser concode_elem_sep GetFederationTok...
EChange function ( final boolean arg0 ) { return s_aRWLock . writeLocked ( ( ) -> { if ( s_bUseSTARTTLS == arg0 ) return EChange . UNCHANGED ; s_bUseSTARTTLS = arg0 ; return EChange . CHANGED ; } ) ; }
use starttls by default ? concode_field_sep boolean s_bUseSTARTTLS concode_elem_sep int DEFAULT_MAX_SEND_COUNT concode_elem_sep int s_nMaxMailQueueLen concode_elem_sep boolean s_bUseSSL concode_elem_sep boolean s_bDebugSMTP concode_elem_sep boolean DEFAULT_USE_STARTTLS concode_elem_sep long s_nConnectionTimeoutMilliSec...
RouteTableAssociation function ( String arg0 ) { setSubnetId ( arg0 ) ; return this ; }
the id of the subnet . a subnet id is not returned for an implicit association . concode_field_sep String subnetId concode_elem_sep String routeTableId concode_elem_sep String routeTableAssociationId concode_elem_sep Boolean main concode_field_sep RouteTableAssociation withRouteTableAssociationId concode_elem_sep Boole...
void function ( Timestamp arg0 ) { final String loc0 = TimestampHelper . getUtcStringFromTimestamp ( arg0 ) ; Log . v ( LOG_TAG , "srini_string" ) ; setLastExportTime ( arg0 , BooksDbAdapter . getInstance ( ) . getActiveBookUID ( ) ) ; }
set the last export time in utc time zone of the currently active book in the application . this method calls through to #setlastexporttime timestamp , string concode_field_sep String LOG_TAG concode_elem_sep String PREFERENCE_LAST_EXPORT_TIME_KEY concode_field_sep Timestamp getLastExportTime concode_elem_sep Timestamp...
byte [ ] function ( String arg0 ) { int loc0 = arg0 . length ( ) ; byte [ ] loc1 = new byte [ loc0 / 2 ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 += 2 ) { loc1 [ loc2 / 2 ] = ( byte ) ( ( Character . digit ( arg0 . charAt ( loc2 ) , 16 ) << 4 ) + Character . digit ( arg0 . charAt ( loc2 + 1 ) , 16 ) ) ; } return loc1 ...
convert a string representation of hexadecimal to a byte array . for example : string s = `` 00010203 '' returned byte array is 0x00 , 0x01 , 0x03 concode_field_sep String HEXES concode_field_sep boolean[] getBits concode_elem_sep int fromHex concode_elem_sep Date resolveDateTime concode_elem_sep String getStackTrace c...
String function ( Query arg0 ) { String loc0 = null ; int loc1 = arg0 != null ? arg0 . getTop ( ) : 0 ; int loc2 = arg0 != null ? ( arg0 . getSkip ( ) >= 0 ? arg0 . getSkip ( ) : 0 ) : 0 ; if ( loc1 > 0 || loc2 > 0 ) { loc0 = String . valueOf ( loc2 ) + "srini_string" + String . valueOf ( loc1 ) ; } return loc0 ; }
returns the sql string representation of the query 's limit clause concode_field_sep PlaceHolder placeHolder concode_field_sep String getSelectClause concode_elem_sep String getOrderByClause concode_elem_sep String getWhereClause
void function ( String arg0 ) { this . sku = arg0 ; }
set an item 's sku . concode_field_sep Integer quantity concode_elem_sep Double price concode_elem_sep String name concode_elem_sep String sku concode_elem_sep String category concode_field_sep void setName concode_elem_sep String getName concode_elem_sep Integer getQuantity concode_elem_sep void setCategory concode_el...
boolean function ( ) { return isInputProcess ; }
get this text manager is whether in input process or not . concode_field_sep int initialCaretPosition concode_elem_sep String prevComposeString concode_elem_sep int prevCommittedCount concode_elem_sep boolean isInputProcess concode_elem_sep int COMPOSING_UNDERBAR_HEIGHT concode_elem_sep JEditTextArea textArea concode_f...
void function ( Appender arg0 ) { LogLog . debug ( "srini_string" + arg0 . getName ( ) + "srini_string" ) ; this . backup = arg0 ; }
set the backup appender . concode_field_sep Appender backup concode_elem_sep Vector loggers concode_elem_sep Appender primary concode_field_sep void activateOptions concode_elem_sep void setLogger concode_elem_sep void setAppender concode_elem_sep void error concode_elem_sep void error concode_elem_sep void error
void function ( ) { for ( Map . Entry < Long , Double > loc0 : this . CPUEnergyByID . entrySet ( ) ) { for ( Sampler loc1 : this . samplers ) { Long loc2 = loc0 . getKey ( ) ; loc1 . updateCPUEnergy ( loc2 , loc0 . getValue ( ) , this . CPUTimeByID . get ( loc2 ) ) ; } } }
calculate the energy consumed by each thread snapshot threaddata of sampler the calculation is done by distributing the total energy consumed by the thread during the application monitoring cycle , to each snapshot based on its cpu time concode_field_sep Map<Long,Long> CPUTimeByID concode_elem_sep int diskAccessNum con...
void function ( int arg0 , int arg1 , int arg2 ) { internalSetUpClient ( arg0 , 1 , arg1 , arg2 ) ; fillToUpperLimit ( serverMap , clientMap ) ; internalRunTxnWithException ( clientMap . getName ( ) ) ; }
test which calls transactionalmap methods which are expected to throw queryresultsizeexceededexception . this test fills the map to an amount where the exception is safely triggered . then all transactionalmap methods arecalled which should trigger the exception . this test fails if any of the called methods does not t...
void function ( Exception arg0 ) { if ( isReconnectionAllowed ( ) ) { for ( ConnectionListener loc0 : connection . connectionListeners ) { loc0 . reconnectionFailed ( arg0 ) ; } } }
fires listeners when a reconnection attempt has failed . concode_field_sep Connection connection concode_elem_sep int randomBase concode_elem_sep Thread reconnectionThread concode_elem_sep boolean done concode_field_sep void reconnectionFailed concode_elem_sep boolean isReconnectionAllowed concode_elem_sep void reconne...
void function ( ) { System . out . println ( "srini_string" ) ; }
print message when starting tests . concode_field_sep SubsetSolution sol concode_elem_sep SingleAdditionNeighbourhood neighLimited concode_elem_sep int NUM_IDS concode_elem_sep Random RG concode_elem_sep SingleAdditionNeighbourhood neighUnlimited concode_field_sep void testWithFixedIDs concode_elem_sep void setUp conco...
ResponseStatus function ( String arg0 , String arg1 ) { return nowPlaying ( arg0 , arg1 , null , - 1 , - 1 ) ; }
submits ` now playing ' information . this does not affect the musical profile of the user . concode_field_sep String handshakeUrl concode_elem_sep String clientId concode_elem_sep String DEFAULT_HANDSHAKE_URL concode_elem_sep String nowPlayingUrl concode_elem_sep String sessionId concode_elem_sep String clientVersion ...
void function ( String arg0 ) { this . device = arg0 ; }
sets the value of the device property . concode_field_sep HostVirtualNicSpec nic concode_elem_sep ManagedObjectReference _this concode_elem_sep String device concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep void setNic concode_elem_sep HostVirtualNicSpec getNic concode_ele...
UDFMethodResolver function ( ) { return rslv ; }
get the method resolver . concode_field_sep UDFMethodResolver rslv concode_field_sep void setResolver concode_elem_sep String[] getRequiredJars concode_elem_sep String[] getRequiredFiles
StackTraceCleanerProvider function ( ) { return registry . getStackTraceCleanerProvider ( ) ; }
the implementation of the stack trace cleaner concode_field_sep PluginRegistry registry concode_field_sep MockMaker getMockMaker concode_elem_sep InstantiatorProvider getInstantiatorProvider
ParameterConfiguration function ( String arg0 ) { return getPropertyConfigurationMap ( ) . get ( arg0 ) ; }
returns the property configuration for the given property name or null if it does not exist concode_field_sep Endpoint endpoint concode_elem_sep Logger LOG concode_elem_sep CamelContext camelContext concode_elem_sep String uriText concode_elem_sep SortedMap<String,ParameterConfiguration> propertyMap concode_elem_sep UR...
InputStream function ( File arg0 , String arg1 ) { InputStream loc0 ; loc0 = new BufferedInputStream ( new FileInputStream ( new File ( arg0 , arg1 ) ) ) ; return loc0 ; }
retrieve an input stream for given file exposed so unit tests can mock . concode_field_sep String mApkToTestName concode_elem_sep boolean mIsHostSideTest concode_elem_sep String mTestType concode_elem_sep boolean mIsVMHostTest concode_elem_sep TestFilter mExcludedTestFilter concode_elem_sep Collection<TestIdentifier> m...
int function ( int arg0 ) { return groupByAndSortBy [ arg0 ] ; }
gets the grouping or sorting setting for the field specified . concode_field_sep int SORT_BY_MESSAGE concode_elem_sep int SORT_MARKERS_BY_FIRST concode_elem_sep int SORT_MARKERS_BY_SECOND concode_elem_sep boolean[] showInSummary concode_elem_sep int GROUP_BY_FILE concode_elem_sep int SORT_MARKERS_BY_THIRD concode_elem_...
void function ( Class < T > arg0 ) { @ SuppressWarnings ( "srini_string" ) AbstractDao < T , ? > loc0 = ( AbstractDao < T , ? > ) getDao ( arg0 ) ; loc0 . deleteAll ( ) ; }
convenient call for abstractdao #deleteall . concode_field_sep Map<Class<?>,AbstractDao<?,?>> entityToDao concode_elem_sep SQLiteDatabase db concode_field_sep V callInTxNoException concode_elem_sep long insert concode_elem_sep void refresh concode_elem_sep void update concode_elem_sep void runInTx concode_elem_sep List...
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
void function ( String arg0 ) { this . url = arg0 ; }
synonym for seturl string . concode_field_sep String description concode_elem_sep String dataSourceName concode_elem_sep String password concode_elem_sep String serverName concode_elem_sep int loginTimeout concode_elem_sep String user concode_elem_sep String networkProtocol concode_elem_sep PrintWriter logWriter concod...
void function ( AnnotationComponent arg0 ) { Document loc0 = documentViewController . getDocument ( ) ; PageTree loc1 = loc0 . getPageTree ( ) ; Page loc2 = loc1 . getPage ( arg0 . getPageIndex ( ) ) ; loc2 . updateAnnotation ( arg0 . getAnnotation ( ) ) ; }
update the annotation and ready state for save . concode_field_sep DocumentViewController documentViewController concode_elem_sep Logger logger concode_field_sep void removeAnnotation concode_elem_sep void pageAnnotationsInitialized concode_elem_sep void newAnnotation concode_elem_sep void processAnnotationAction
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
returns the rsa pkcs # 8 format key . see this doc for more information on how to get your own key : http://code.google.com/apis/gdata/oauth.html#generatingkeycert concode_field_sep String CONSUMER_KEY concode_elem_sep String authServiceError concode_elem_sep GoogleOAuthParameters oAuthParameters concode_elem_sep Strin...
void function ( String arg0 ) { this . tddcn3 = arg0 ; }
this method was generated by mybatis generator . this method sets the value of the database column acttsc.tddcn3 concode_field_sep String tddcn1 concode_elem_sep String tddcn2 concode_elem_sep String tddnam concode_elem_sep String tddcn3 concode_elem_sep String tddcn4 concode_elem_sep String amdtlr concode_elem_sep Str...
Path [ ] function ( ) { return DistributedCache . getFileClassPaths ( conf ) ; }
get the file entries in classpath as an array of path concode_field_sep JobID jobId concode_elem_sep Credentials credentials concode_elem_sep UserGroupInformation ugi concode_elem_sep org.apache.hadoop.mapred.JobConf conf concode_field_sep String[] toTimestampStrs concode_elem_sep JobID getJobID concode_elem_sep Path[]...
ProgressDialog function ( Context arg0 , int arg1 , DialogInterface . OnCancelListener arg2 , Object ... arg3 ) { return createProgressDialog ( false , arg0 , arg1 , arg2 , arg3 ) ; }
creates a horizontal progress dialog . concode_field_sep PlaceHolder placeHolder concode_field_sep Dialog createConfirmationDialog concode_elem_sep ProgressDialog createProgressDialog concode_elem_sep ProgressDialog createSpinnerProgressDialog concode_elem_sep void setDialogTitleDivider
void function ( String arg0 ) { this . mandatoryFieldId = arg0 ; }
setter method for mandatoryfieldid concode_field_sep String subCategoryId concode_elem_sep String resolutionCodeName concode_elem_sep String sourceName concode_elem_sep String subCategoryName concode_elem_sep String isMandatory concode_elem_sep String circleName concode_elem_sep String subSubCategoryName concode_elem_s...
boolean function ( ) { return ! socket . isClosed ( ) && ! socket . isInputShutdown ( ) && ! socket . isOutputShutdown ( ) ; }
returns true if this connection is alive . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep Socket socket concode_elem_sep byte[] SPDY3...
String function ( ) { return languageId_ ; }
return the language id . concode_field_sep int TYPE_LANGUAGE_ID_UNIQUE_ concode_elem_sep int TYPE_HEX_ concode_elem_sep String languageId_ concode_elem_sep int TYPE_USER_SPECIFIED_ concode_elem_sep String tableFile_ concode_elem_sep String copyright concode_elem_sep int TYPE_LANGUAGE_ID_SHARED_ concode_elem_sep int typ...
void function ( int arg0 , int arg1 ) { bits [ arg0 / 32 ] = arg1 ; }
sets a block of 32 bits , starting at bit i. concode_field_sep int size concode_elem_sep int[] bits concode_field_sep void set concode_elem_sep void setRange concode_elem_sep void toBytes concode_elem_sep void clear concode_elem_sep int getNextUnset concode_elem_sep void reverse concode_elem_sep boolean isRange concode...
CreateGrantResult function ( String arg0 ) { setGrantToken ( arg0 ) ; return this ; }
the grant token . for more information about using grant tokens , see grant tokens in the aws key management service developer guide . concode_field_sep String grantId concode_elem_sep String grantToken concode_field_sep String getGrantId concode_elem_sep void setGrantId concode_elem_sep int hashCode concode_elem_sep b...
ThrottleSettings function ( ) { return this . throttleSettings ; }
specifies the application programming interface api throttle settings for the current account resource . concode_field_sep ThrottleSettings throttleSettings concode_elem_sep String cloudwatchRoleArn concode_field_sep void setThrottleSettings concode_elem_sep GetAccountResult withThrottleSettings concode_elem_sep int ha...
SockJsServiceRegistration function ( boolean arg0 ) { this . suppressCors = arg0 ; return this ; }
this option can be used to disable automatic addition of cors headers for sockjs requests . the default value is `` false '' . concode_field_sep Long heartbeatTime concode_elem_sep Boolean webSocketEnabled concode_elem_sep List<String> allowedOrigins concode_elem_sep List<TransportHandler> transportHandlers concode_ele...
void function ( ) { RedrawRoutine . inst ( ) . refreshView ( ) ; }
refreshes the view by repainting the canvas . call this any time the picture in the main view should change . concode_field_sep PlaceHolder placeHolder concode_field_sep void setVScrollBarPosit concode_elem_sep void setVScrollBarMin concode_elem_sep void setHScrollBarMax concode_elem_sep void setHScrollBarPosit concode...
int function ( byte [ ] arg0 ) { return is . read ( arg0 ) ; }
read in an array of bytes . simply wraps the call to the underlying inputstream . concode_field_sep InputStream is concode_field_sep short readShort concode_elem_sep int available concode_elem_sep float readFloat concode_elem_sep String readString concode_elem_sep void skip concode_elem_sep int readInt concode_elem_sep...
void function ( Date arg0 ) { _userTracker . setModifiedDate ( arg0 ) ; }
sets the modified date of this user tracker . concode_field_sep UserTracker _userTracker concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getRemoteAddr concode_elem_sep boolean isEscapedM...
Collection < T > function ( Text arg0 ) { return getAll ( ArgUtils . textToArgKey ( arg0 ) ) ; }
gets all values for the given argument . may return an empty list if no values are present . concode_field_sep Multimap<String,Object> parsedArgs concode_elem_sep String TARGET_BLOCK_ARG concode_field_sep void checkPermission concode_elem_sep void putArg concode_elem_sep void putArg concode_elem_sep boolean hasAny conc...
int function ( ) { boolean loc0 = true ; format . checkType ( 'i' , false ) ; if ( format . getType ( ) == 'I' || format . getType ( ) == 'L' ) { loc0 = false ; } format . consume ( ) ; return unpackInt ( loc0 ) ; }
retrieves an integer field from the stream . concode_field_sep boolean isRaw concode_elem_sep int valueLen concode_elem_sep PackFormatInputStream format concode_elem_sep int valueOff concode_elem_sep byte[] value concode_field_sep void getByteArrayInternal concode_elem_sep int getByteArrayLength concode_elem_sep byte g...
boolean function ( ) { return this . stickySession ; }
getter for stickysession concode_field_sep String stickySessionPath concode_elem_sep String stickySessionCookie concode_elem_sep String stickySessionPath concode_elem_sep int maxattempts concode_elem_sep boolean stickySession concode_elem_sep boolean stickySessionForce concode_elem_sep boolean stickySession concode_ele...
java . lang . Integer function ( ) { return startIndex ; }
gets the startindex value for this proposalpage . concode_field_sep java.lang.Integer startIndex concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep co...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getQueueUrls ( ) != null ) loc0 . append ( "srini_string" + getQueueUrls ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<String> queueUrls concode_field_sep java.util.List<String> getQueueUrls concode_elem_sep void setQueueUrls concode_elem_sep int hashCode concode_elem_sep boolean equals ...
EqualityExpression function ( String arg0 , Object arg1 ) { return new EqualityExpression ( Operator . EQUAL , arg0 , arg1 ) ; }
apply an `` equal '' constraint to the named property concode_field_sep PlaceHolder placeHolder concode_field_sep UnaryExpression isNotNull concode_elem_sep Disjunction or concode_elem_sep EqualityExpression like concode_elem_sep SetExpression in concode_elem_sep SetExpression in concode_elem_sep EqualityExpression lt ...
String function ( ) { return infoRelease ; }
obtains the release of the versioned module or informal unit . this data is read from the version information for the package . concode_field_sep String UNAVAILABLE concode_elem_sep String infoRelease concode_elem_sep String PROPERTY_TIMESTAMP concode_elem_sep String infoPackage concode_elem_sep String infoModule conco...
void function ( String arg0 ) { this . intFormatString = arg0 ; }
sets the int format string . concode_field_sep String byteFormatString concode_elem_sep String longFormatString concode_elem_sep String continuousFormatString concode_elem_sep DecimalFormat doubleFormat concode_elem_sep DecimalFormat floatFormat concode_elem_sep DecimalFormat byteFormat concode_elem_sep String intForma...
void function ( Bundle arg0 ) { }
save the state of the current element . concode_field_sep BaseAdapter adapter concode_elem_sep String text1 concode_elem_sep String text2 concode_elem_sep Drawable icon concode_elem_sep int requestCode concode_field_sep void populateOGAction concode_elem_sep boolean restoreState concode_elem_sep View.OnClickListener ge...
String function ( RespuestaRegistro arg0 ) { Gson loc0 = new Gson ( ) ; return loc0 . toJson ( arg0 ) ; }
pre : c ! = null post : devuelve la version json del objeto . concode_field_sep String RespuestaRegistro concode_field_sep String getRespuestaRegistro concode_elem_sep void setRespuestaRegistro concode_elem_sep RespuestaRegistro fromJson
void function ( ) { cache . clear ( ) ; }
clears the internal cache for stacktraceelement stacktraceelements . concode_field_sep InMemoryStackTraceElement[] EMPTY_INMEMORY_STACK_TRACE concode_elem_sep String UNKNOWN_SOURCE concode_elem_sep String methodName concode_elem_sep LoadingCache<Class<?>,LineNumbers> lineNumbersCache concode_elem_sep int lineNumber con...
void function ( String arg0 ) { this . sqltoken = arg0 ; }
sets the value of the sqltoken property . concode_field_sep String sqltoken concode_elem_sep String sqlquery concode_field_sep String getSqltoken concode_elem_sep void setSqlquery concode_elem_sep String getSqlquery
ClassLoader function ( ) { return null ; }
returns the class loader associated with this application concode_field_sep PlaceHolder placeHolder concode_field_sep boolean suspend concode_elem_sep boolean resume concode_elem_sep Object getDescriptor concode_elem_sep boolean stop concode_elem_sep Container getContainer concode_elem_sep boolean start
double function ( final double arg0 , final double arg1 ) { final double loc0 = ( double ) this . x - arg0 ; final double loc1 = ( double ) this . y - arg1 ; return ( loc0 * loc0 + loc1 * loc1 ) ; }
returns the distance from this double2d to the specified point concode_field_sep double x concode_elem_sep double y concode_field_sep void add concode_elem_sep void sub concode_elem_sep String toCoordinates concode_elem_sep double distance concode_elem_sep double distance concode_elem_sep double distance concode_elem_s...
int function ( ) { return getPacketizer ( ) . getSSRC ( ) ; }
returns the ssrc of the underlying net.majorkernelpanic.streaming.rtp.rtpsocket . concode_field_sep AbstractPacketizer mPacketizer concode_elem_sep int mSocketId concode_elem_sep int mMode concode_elem_sep boolean mStreaming concode_elem_sep LocalSocket mSender concode_elem_sep int sSuggestedMode concode_elem_sep Local...
DescribeReceiptRuleSetResult function ( ReceiptRule ... arg0 ) { if ( this . rules == null ) { setRules ( new com . amazonaws . internal . SdkInternalList < ReceiptRule > ( arg0 . length ) ) ; } for ( ReceiptRule loc0 : arg0 ) { this . rules . add ( loc0 ) ; } return this ; }
a list of the receipt rules that belong to the specified receipt rule set . note : this method appends the values to the existing list if any . use #setrules java.util.collection or #withrules java.util.collection if you want to override theexisting values . concode_field_sep ReceiptRuleSetMetadata metadata concode_ele...
int function ( int arg0 ) { int loc0 ; checkRange ( arg0 ) ; loc0 = types [ -- arg0 ] ; return loc0 == Types . VARCHAR_IGNORECASE ? Types . VARCHAR : loc0 ; }
retrieves the designated parameter 's sql type . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep boolean[] isIdentity concode_elem_sep String[] classNames concode_elem_sep DITypeInfo ti concode_field_sep int getParameterC...
String function ( Uri arg0 , CordovaInterface arg1 ) { return FileHelper . getRealPath ( arg0 . toString ( ) , arg1 ) ; }
returns the real path of the given uri . if the given uri is a content : / / uri , the real path is retrieved from the media store . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String stripFileProtocol concode_elem_sep String getMimeType concode_elem_sep String getMimeTypeForExtensi...
int function ( ) { return successfulShards ; }
returns total number of shards that were successfully snapshotted concode_field_sep String reason concode_elem_sep XContentBuilderString START_TIME concode_elem_sep XContentBuilderString REASON concode_elem_sep XContentBuilderString FAILURES concode_elem_sep int totalShards concode_elem_sep XContentBuilderString FAILED...
char function ( int arg0 ) { byte loc0 = getByte ( arg0 / 2 ) ; if ( arg0 % 2 == 0 ) { loc0 >>>= 4 ; } loc0 &= 0xf ; if ( loc0 < 10 ) { return ( char ) ( '0' + loc0 ) ; } else { return ( char ) ( 'A' + loc0 - 10 ) ; } }
get the hexadecimal digit at the given position . concode_field_sep long lo8 concode_elem_sep long hi8 concode_elem_sep Unsigned16 TEN concode_field_sep void add concode_elem_sep Unsigned16 fromDecimal concode_elem_sep void set concode_elem_sep void set concode_elem_sep byte getByte concode_elem_sep long getHigh8 conco...
void function ( Expression arg0 ) { addOption ( ALGORITHM , arg0 ) ; }
the algorithm to be used by this method . subclasses can implement checks for valid algorithms by overriding this method . concode_field_sep Map<String,Expression> options concode_elem_sep String ALGORITHM concode_elem_sep FilterFactory filterFactory concode_elem_sep ContrastMethod method concode_field_sep FilterFactor...
EntityManagerFactory function ( ) { if ( emf == null ) { emf = newEntityManagerFactory ( ) ; } return emf ; }
lazy loading because update is called after activate concode_field_sep ItemRegistry itemRegistry concode_elem_sep Logger logger concode_elem_sep EntityManagerFactory emf concode_field_sep void closeEntityManagerFactory concode_elem_sep String getPersistenceUnitName concode_elem_sep String getName concode_elem_sep Entit...
boolean function ( ) { return preferences . getBoolean ( resources . getString ( R . string . key_debug_traffic ) , Boolean . parseBoolean ( resources . getString ( R . string . default_debug_traffic ) ) ) ; }
should irc traffic be logged to the verbose log ? concode_field_sep SharedPreferences preferences concode_elem_sep Resources resources concode_field_sep boolean showJoinPartAndQuit concode_elem_sep boolean autoCapSentences concode_elem_sep int getFontSize concode_elem_sep boolean imeExtract concode_elem_sep boolean sho...
void function ( String arg0 , String arg1 ) { if ( knownCharsets . contains ( arg0 ) ) { log . warn ( "srini_string" ) ; } knownCharsets . put ( arg0 , arg1 ) ; }
register a new contenttype to charset mapping . concode_field_sep ContentTypeUtils INSTANCE concode_elem_sep ConcurrentHashMap<String,String> knownCharsets concode_field_sep ContentTypeUtils getInstance concode_elem_sep String getCharset concode_elem_sep boolean inferPrintableFromMetadata
void function ( final String arg0 , final Object arg1 , final Object arg2 ) { try { setProperty ( arg0 , arg1 , arg2 , Introspector . getBeanInfo ( arg2 . getClass ( ) ) ) ; } catch ( final IntrospectionException loc0 ) { throw new RuntimeException ( "srini_string" + arg2 , loc0 ) ; } }
sets the given property on the target javabean using bean instrospection . concode_field_sep PlaceHolder placeHolder concode_field_sep PropertyDescriptor getPropertyDescriptor concode_elem_sep PropertyDescriptor getPropertyDescriptor concode_elem_sep Class<T> loadClass concode_elem_sep T newInstance concode_elem_sep T ...
Boolean function ( String arg0 ) { if ( arg0 == null ) return null ; return Boolean . parseBoolean ( arg0 ) ; }
takes a string boolean and returns null or as boolean value concode_field_sep String PATTERN_RFC1123 concode_elem_sep SimpleDateFormat DF concode_elem_sep Pattern TZ_PATTERN concode_elem_sep Pattern SECOND_PATTERN concode_elem_sep SimpleDateFormat RFC822_FORMAT concode_elem_sep String TZ_REGEX concode_elem_sep SimpleDa...
void function ( Locale arg0 , String arg1 , Object ... arg2 ) { out . printf ( arg0 , arg1 , arg2 ) ; out . flush ( ) ; }
print a formatted string to standard output using the specified locale , format string , and arguments , and flush standard output . concode_field_sep String charsetName concode_elem_sep Locale US_LOCALE concode_elem_sep PrintWriter out concode_field_sep void println concode_elem_sep void println concode_elem_sep void ...
void function ( String arg0 ) { this . password = arg0 ; }
sets the password of database user . concode_field_sep CouchDbConnector dbConnector concode_elem_sep String password concode_elem_sep String dbName concode_elem_sep String userName concode_elem_sep String dbUrl concode_elem_sep StdCouchDbInstance couchInstance concode_field_sep void setDbName concode_elem_sep void disc...
void function ( ) { localSourceDestCheckTracker = false ; }
whenever a new property is set ensure all others are unset there can be only one choice and the last one wins concode_field_sep com.amazon.ec2.EmptyElementType localSourceDestCheck concode_elem_sep boolean localSourceDestCheckTracker concode_field_sep void writeQName concode_elem_sep javax.xml.stream.XMLStreamReader ge...
List < BatchResponse > function ( final RequestSpecification arg0 , final ResponseSpecification arg1 , final String arg2 ) { final String loc0 = Utils . performServerPost ( arg0 , arg1 , BATCH_API_URL , arg2 , null ) ; return BatchHelper . fromJsonString ( loc0 ) ; }
returns a list of batchresponse with query parameter enclosing transaction set to false by posting the jsonified batchrequest to the server . concode_field_sep String BATCH_API_URL_EXT concode_elem_sep String BATCH_API_URL concode_field_sep void verifyClientCreatedOnServer concode_elem_sep BatchRequest updateClientRequ...
void function ( PlatformTransactionManager arg0 ) { this . txMgr = arg0 ; }
sets transaction manager . either transaction manager or data source is required . if none is provided , exception will be thrown on startup . concode_field_sep IgniteLogger log concode_elem_sep PlatformTransactionManager txMgr concode_elem_sep DataSource dataSrc concode_field_sep DataSource getDataSource concode_elem_...
void function ( String arg0 , boolean arg1 , boolean arg2 ) { connection . rm ( arg0 , arg1 , arg2 ) ; }
delegate method on hdfsconnection #rm string , boolean , boolean concode_field_sep Logger logger concode_elem_sep HdfsConnection connection concode_field_sep void mkdir concode_elem_sep void close concode_elem_sep void put
int function ( int arg0 ) { if ( arg0 > cantidadBodega ) arg0 = cantidadBodega ; totalProductosVendidos = totalProductosVendidos + arg0 ; cantidadBodega = cantidadBodega - arg0 ; return arg0 ; }
realiza la venta del producto . post : disminuye la cantidad de unidades en bodega del producto . concode_field_sep int PAPELERIA concode_elem_sep int cantidadMinima concode_elem_sep int tipo concode_elem_sep double IVA_MERCADO concode_elem_sep int DROGUERIA concode_elem_sep int SUPERMERCADO concode_elem_sep double IVA...
String function ( ) { return description ; }
get the explanation for the node concode_field_sep DiscoveryNode node concode_elem_sep Map<ShardId,List<NodeExplanation>> explanations concode_elem_sep String description concode_elem_sep AllocationExplanation EMPTY concode_field_sep AllocationExplanation add concode_elem_sep DiscoveryNode node concode_elem_sep void wr...
void function ( ProfileUsageParametersInterface arg0 ) { this . profileUsageParametersInterface = arg0 ; }
sets the value of the profileusageparametersinterface property . concode_field_sep ProfileCmpInterface profileCmpInterface concode_elem_sep ProfileUsageParametersInterface profileUsageParametersInterface concode_elem_sep ProfileManagementInterface profileManagementInterface concode_elem_sep Description description conc...
double function ( ) { return asaC ; }
returns the asa of the residue in the complexed state concode_field_sep Group g concode_elem_sep HashMap<Character,Double> tripeptAsa concode_elem_sep List<Double> atomAsaUs concode_elem_sep double asaC concode_elem_sep List<Double> atomAsaCs concode_elem_sep long serialVersionUID concode_elem_sep double asaU concode_f...