code
stringlengths
20
663
nl
stringlengths
68
7.19k
Vector < Alarm > function ( ) { Vector < Alarm > loc0 ; synchronized ( theirAlarms ) { loc0 = new Vector < Alarm > ( theirAlarms . size ( ) ) ; Iterator < Alarm > loc1 = theirAlarms . values ( ) . iterator ( ) ; while ( loc1 . hasNext ( ) ) { Alarm loc2 = loc1 . next ( ) ; loc0 . add ( loc2 ) ; } } return loc0 ; }
get the list of all alarms currently defined in the system . concode_field_sep String lastMapped concode_elem_sep HashSet<String> alarmingIgnores concode_elem_sep RelTime theirPollInterval concode_elem_sep boolean autoAlarms concode_elem_sep HashSet<String> ignoreList concode_elem_sep HashMap<String,AlarmPopupFrame> po...
boolean function ( ReceivedToken arg0 ) { return canHandleToken ( arg0 , null ) ; }
return true if this tokenvalidator implementation is capable of validating the receivedtoken argument . concode_field_sep boolean validateSignatureAgainstProfile concode_elem_sep Logger LOG concode_elem_sep SAMLRealmCodec samlRealmCodec concode_elem_sep Validator validator concode_elem_sep SAMLRoleParser samlRoleParser...
boolean function ( ) { return type == Type . server ; }
returns true if other servers can connect to this port for s2s communication . concode_field_sep String address concode_elem_sep int port concode_elem_sep List<String> names concode_elem_sep boolean secure concode_elem_sep Type type concode_elem_sep String algorithm concode_field_sep int getPort concode_elem_sep Type g...
RoundtripDTO function ( Roundtrip arg0 ) { return new RoundtripDTO ( arg0 , arg0 . getLeftHandSide ( ) , arg0 . getRightHandSide ( ) ) ; }
wraps a roundtrip as a data object including concode_field_sep BpmnDiagramDTO rightHandSide concode_elem_sep Date lastSync concode_elem_sep String name concode_elem_sep Long id concode_elem_sep BpmnDiagramDTO leftHandSide concode_elem_sep SyncMode lastSyncMode concode_field_sep void setName concode_elem_sep String getN...
void function ( ) { prepareStateTest ( ) ; Entry loc0 = factory . createEntry ( ) ; region . getVertices ( ) . add ( loc0 ) ; createTransition ( loc0 , state ) ; assertTrue ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertIssueCount ( diagnostics , 0 ) ; }
a valid regular state must produce no issues . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart con...
int function ( int arg0 ) { if ( arg0 <= 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( arg0 <= 40 ) { return 2 ; } if ( arg0 <= 160 ) { return 3 ; } if ( arg0 <= 320 ) { return 4 ; } if ( arg0 <= 863 ) { return 5 ; } throw new WriterException ( "srini_string" ) ; }
returns the recommended minimum error correction level as described in annex e of iso/iec 15438:2001 e . concode_field_sep int[][] EC_COEFFICIENTS concode_field_sep int getErrorCorrectionCodewordCount concode_elem_sep String generateErrorCorrection
String function ( ) { return packaging ; }
get the packaging format . concode_field_sep String filetype concode_elem_sep boolean noOp concode_elem_sep boolean checksumError concode_elem_sep String filepath concode_elem_sep String destination concode_elem_sep String onBehalfOf concode_elem_sep String packaging concode_elem_sep String userAgent concode_elem_sep b...
void function ( ApplicationContext arg0 ) { initApplicationContext ( ) ; }
subclasses can override this for custom initialization behavior . gets called by setapplicationcontext after setting the context instance.note : does not get called on reinitialization of the context but rather just on first initialization of this object 's context reference . the default implementation calls the overl...
void function ( Element arg0 ) { this . signature = arg0 ; }
sets the value of the signature property . concode_field_sep XMLGregorianCalendar issueInstant concode_elem_sep Element signature concode_elem_sep String inResponseTo concode_elem_sep String id concode_field_sep void setInResponseTo concode_elem_sep XMLGregorianCalendar getIssueInstant concode_elem_sep Element getSigna...
TimeZone function ( ) { return getTarget ( ) . getTimeZone ( ) ; }
returns the timezone configured for this user . concode_field_sep twitter4j.internal.http.HttpResponse res concode_elem_sep z_T4JInternalFactory factory concode_elem_sep AccountSettings target concode_field_sep String getLanguage concode_elem_sep boolean isDiscoverableByEmail concode_elem_sep String getSleepEndTime con...
void function ( FilterConfig arg0 ) { String loc0 = arg0 . getInitParameter ( "srini_string" ) ; if ( loc0 != null ) { ESAPI . securityConfiguration ( ) . setResourceDirectory ( loc0 ) ; } }
called by the web container to indicate to a filter that it is being placed into service . the servlet container calls the init method exactly once after instantiating the filter . the init method must complete successfully before the filter is asked to do any filtering work . concode_field_sep Logger logger concode_el...
String function ( ) { return this . key ; }
the key for the record . concode_field_sep java.util.Date lastModifiedDate concode_elem_sep String lastModifiedBy concode_elem_sep Long syncCount concode_elem_sep String value concode_elem_sep String key concode_elem_sep java.util.Date deviceLastModifiedDate concode_field_sep java.util.Date getLastModifiedDate concode_...
int function ( Integer arg0 , Integer arg1 ) { if ( arg1 == null || arg1 == 0 ) { return 0 ; } else { return ( arg1 - 1 ) * ( arg0 != null && arg0 >= 0 ? arg0 : 0 ) ; } }
calculates the offset parameter based on the page size and page number . concode_field_sep DateTimeFormatter FMT concode_field_sep String printObjectAsDateTime concode_elem_sep String printDateTime
void function ( String arg0 ) { this . secretKey = arg0 ; }
amazon aws secret key concode_field_sep Integer proxyPort concode_elem_sep AmazonSimpleDB amazonSDBClient concode_elem_sep String secretKey concode_elem_sep String accessKey concode_elem_sep String domainName concode_elem_sep boolean consistentRead concode_elem_sep Integer maxNumberOfDomains concode_elem_sep SdbOperati...
long function ( ) { return id ; }
returns the lamport time of the view concode_field_sep Address creator concode_elem_sep long id concode_field_sep void writeTo concode_elem_sep int serializedSize concode_elem_sep void readFrom concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep ViewId copy co...
void function ( int arg0 ) { peer . keyRelease ( arg0 ) ; if ( waitForIdle ) waitForIdle ( ) ; if ( autoDelay > 0 ) delay ( autoDelay ) ; }
release a key . concode_field_sep int autoDelay concode_elem_sep RobotPeer peer concode_elem_sep boolean waitForIdle concode_field_sep void mousePress concode_elem_sep void mouseMove concode_elem_sep BufferedImage createScreenCapture concode_elem_sep void mouseRelease concode_elem_sep void waitForIdle concode_elem_sep ...
LogLevel function ( Pretty . Colors arg0 ) { this . color = arg0 ; return this ; }
set the color of the logger . this is red for warnings concode_field_sep Pretty.Colors color concode_elem_sep PrintStream stream concode_elem_sep String name concode_field_sep LogLevel setName concode_elem_sep String getName concode_elem_sep LogLevel setPrintStream concode_elem_sep PrintStream getPrintSteam concode_ele...
Object function ( final int arg0 ) { if ( arg0 >= this . data . size ( ) ) { return null ; } final ComboBoxItemPair loc0 = ( ComboBoxItemPair ) this . data . get ( arg0 ) ; if ( loc0 == null ) { return null ; } return loc0 . getValue ( ) ; }
returns the value at the specified index . concode_field_sep ArrayList data concode_elem_sep boolean allowOtherValue concode_elem_sep ArrayList listdatalistener concode_elem_sep Object value concode_elem_sep Object key concode_elem_sep Object selectedItemValue concode_elem_sep int selectedItemIndex concode_elem_sep Lis...
long function ( int arg0 ) { return get ( arg0 , 0 ) ; }
gets the long mapped from the specified key , or 0 if no such mapping has been made . concode_field_sep int[] mKeys concode_elem_sep int mSize concode_elem_sep long[] mValues concode_field_sep void growKeyAndValueArrays concode_elem_sep int keyAt concode_elem_sep void clear concode_elem_sep long valueAt concode_elem_se...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
return type metadata object concode_field_sep java.lang.Double averageRate concode_elem_sep java.lang.Double historicalRate concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef period concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef fromSubsidiary concode_elem_sep com.netsuit...
List < DocumentDataListener > function ( ) { return CollectionUtils . copy ( listeners ) ; }
returns available document data listeners . concode_field_sep boolean closeable concode_elem_sep C component concode_elem_sep boolean draggable concode_elem_sep Color background concode_elem_sep Icon icon concode_elem_sep List<DocumentDataListener> listeners concode_elem_sep String id concode_elem_sep Color foreground ...
void function ( TransportController arg0 ) { }
the play state of the transport changed . use android.support.v4.media.transportcontroller #isplaying transportcontroller.isplaying to determine the new state . concode_field_sep PlaceHolder placeHolder concode_field_sep void onTransportControlsChanged
void function ( PacketBuffer arg0 ) { this . message = arg0 . readStringFromBuffer ( 100 ) ; }
reads the raw packet data from the data stream . concode_field_sep String message concode_field_sep void writePacketData concode_elem_sep String getMessage concode_elem_sep void processPacket
SimpleMatrix function ( ) { return this . points ; }
getter for the points , i.e. vertices . concode_field_sep int numPoints concode_elem_sep SimpleMatrix triangles concode_elem_sep int numConnections concode_elem_sep boolean DEBUG concode_elem_sep int dimension concode_elem_sep SimpleMatrix points concode_field_sep void readMesh concode_elem_sep void setConnectivity con...
void function ( ) { CurrentInprogress loc0 = new CurrentInprogress ( zkc , CURRENT_NODE_PATH ) ; loc0 . init ( ) ; loc0 . update ( "srini_string" ) ; assertEquals ( "srini_string" , "srini_string" , loc0 . read ( ) ) ; loc0 . update ( "srini_string" ) ; loc0 . update ( "srini_string" ) ; }
tests that update should throw ioe , if version number modifies between read and update concode_field_sep int CONNECTION_TIMEOUT concode_elem_sep int ZooKeeperDefaultPort concode_elem_sep File zkTmpDir concode_elem_sep ZooKeeperServer zks concode_elem_sep ZooKeeper zkc concode_elem_sep Log LOG concode_elem_sep NIOServe...
Integer function ( ) { return availableCapacity ; }
the number of instances that can still be launched onto the dedicated host . concode_field_sep Integer availableCapacity concode_elem_sep Integer totalCapacity concode_elem_sep String instanceType concode_field_sep Integer getTotalCapacity concode_elem_sep InstanceCapacity withTotalCapacity concode_elem_sep void setTot...
List < Long > function ( ) { if ( categoryIds == null ) { categoryIds = new ArrayList < Long > ( ) ; } return this . categoryIds ; }
gets the value of the categoryids property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the categoryids property . for example , to add a new item...
int function ( ) { return monthWithJanuaryAsOne ; }
gets the monthwithjanuaryasone value for this wsdate . concode_field_sep int hours concode_elem_sep int seconds concode_elem_sep int year concode_elem_sep int minutes concode_elem_sep int day concode_elem_sep int monthWithJanuaryAsOne concode_field_sep int getHours concode_elem_sep int getSeconds concode_elem_sep void ...
void function ( Integer arg0 ) { this . statusCode = arg0 ; }
sets status code . concode_field_sep List<DebugInfo> debugInfo concode_elem_sep CheckoutData data concode_elem_sep Integer count concode_elem_sep Integer statusCode concode_field_sep Integer getStatusCode concode_elem_sep void setDebugInfo concode_elem_sep void setData concode_elem_sep List<DebugInfo> getDebugInfo conc...
Boolean function ( ) { return replace ; }
a flag specifying whether or not to replace the attribute/value pair or to add a new attribute/value pair . the default setting is false . concode_field_sep String name concode_elem_sep Boolean replace concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getName concode_elem_sep Boolean ...
void function ( java . lang . Object [ ] arg0 ) { this . values = arg0 ; }
sets the values value for this sdkdocumentparameter . concode_field_sep java.lang.String urlName concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object[] values concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Int...
String function ( ) { return name ; }
required concode_field_sep String imageUrl concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_elem_sep String region concode_elem_sep Map<String,Object> additionalProperties concode_field_sep void setName concode_elem_sep void setImageUrl concode_elem_sep void setRegion ...
StorageLevel function ( boolean arg0 , boolean arg1 , boolean arg2 , int arg3 ) { return StorageLevel . apply ( arg0 , arg1 , false , arg2 , arg3 ) ; }
create a new storagelevel object . concode_field_sep StorageLevel DISK_ONLY_2 concode_elem_sep StorageLevel MEMORY_AND_DISK_2 concode_elem_sep StorageLevel MEMORY_AND_DISK_SER_2 concode_elem_sep StorageLevel MEMORY_AND_DISK_SER concode_elem_sep StorageLevel DISK_ONLY concode_elem_sep StorageLevel MEMORY_ONLY concode_el...
void function ( GL10 arg0 ) { if ( arg0 != null ) { if ( mState > STATE_NEW ) { int [ ] loc0 = new int [ 1 ] ; loc0 [ 0 ] = mTextureID ; arg0 . glDeleteTextures ( 1 , loc0 , 0 ) ; mState = STATE_NEW ; } } }
call when the surface has been destroyed concode_field_sep Canvas mCanvas concode_elem_sep float mTexelWidth concode_elem_sep int STATE_ADDING concode_elem_sep int mU concode_elem_sep int mV concode_elem_sep float baseline concode_elem_sep int mState concode_elem_sep ArrayList<Label> mLabels concode_elem_sep boolean mF...
MultihomePlainSocketFactory function ( ) { return DEFAULT_FACTORY ; }
gets the singleton instance of this class . concode_field_sep MultihomePlainSocketFactory DEFAULT_FACTORY concode_field_sep Socket createSocket concode_elem_sep Socket connectSocket concode_elem_sep boolean isSecure
String function ( ) { return this . value ; }
returns the ` value ' data field of the object of this class . concode_field_sep String name concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setValue
JAXBElement < String > function ( String arg0 ) { return new JAXBElement < String > ( _DeliveryReportMessageDeliveryStatus_QNAME , String . class , DeliveryReport . class , arg0 ) ; }
create an instance of jaxbelement concode_field_sep QName _DeliveryReportSendAddress_QNAME concode_elem_sep QName _DeliveryReportStatusCode_QNAME concode_elem_sep QName _DeliveryReportMessageId_QNAME concode_elem_sep QName _DeliveryReportReceivedAddress_QNAME concode_elem_sep QName _DeliveryReportMessageDeliveryStatus_...
double function ( ) { return altitude ; }
get the altitude of the physicallocation . concode_field_sep double altitude concode_elem_sep double latitude concode_elem_sep float[] z concode_elem_sep double longitude concode_elem_sep double y concode_elem_sep float[] x concode_field_sep void setLatitude concode_elem_sep void setAltitude concode_elem_sep void set c...
void function ( String [ ] arg0 ) { doWriteData ( arg0 ) ; }
writes a data-record to the file . note that data must have same number of elements as the header had . concode_field_sep int nbrCols concode_elem_sep int nbrRows concode_elem_sep String newline concode_elem_sep OutputStreamWriter writer concode_field_sep void writeHeader concode_elem_sep String toCsvValue concode_elem...
void function ( Object ... arg0 ) { if ( arg0 . length != meta . size ( ) ) { throw new AbortException ( "srini_string" ) ; } for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { @ SuppressWarnings ( "srini_string" ) final List < Object > loc1 = ( List < Object > ) columns . get ( loc0 ) ; loc1 . add ( arg0 [ loc0 ]...
append a new record to the data set . pay attention to having the right number of values ! concode_field_sep BundleMeta meta concode_elem_sep List<List<?>> columns concode_elem_sep ArrayDBIDs ids concode_elem_sep Logging LOG concode_field_sep MultipleObjectsBundle appendColumn concode_elem_sep MultipleObjectsBundle mak...
ConflictResolution function ( ) { return resolve ; }
returns the conflict resolution strategy ; neve null . concode_field_sep ConflictResolution resolve concode_elem_sep Map<String,String> extra concode_elem_sep ExtraMaterialsDescription NONE concode_field_sep Map<String,String> getMaterialDescription concode_elem_sep Map<String,String> mergeInto
String function ( ) { return logDate ; }
this is getter method for logdate concode_field_sep String logDate concode_elem_sep String CSRID concode_elem_sep String subSubType concode_elem_sep String source concode_elem_sep String type concode_elem_sep String escOutStatus concode_elem_sep String caseNature concode_elem_sep String commitDate concode_elem_sep Stri...
TreeNode [ ] function ( TreeNode arg0 ) { TreeNode [ ] loc0 = new TreeNode [ arg0 . getChildCount ( ) ] ; if ( ! arg0 . isLeaf ( ) ) { int loc1 = 0 ; Enumeration loc2 = arg0 . loc0 ( ) ; while ( loc1 < loc0 . length ) loc0 [ loc1 ++ ] = ( TreeNode ) loc2 . nextElement ( ) ; } return loc0 ; }
returns an array containing the children of a treenode . concode_field_sep PlaceHolder placeHolder concode_field_sep int depth concode_elem_sep int depth concode_elem_sep TreeNode[] leaves concode_elem_sep TreeNode[] leaves concode_elem_sep int[] width concode_elem_sep void width
void function ( int arg0 , Register [ ] arg1 ) { m_WriteMultipleRegistersRequest . setReference ( arg0 ) ; m_WriteMultipleRegistersRequest . setRegisters ( arg1 ) ; m_Transaction . setRequest ( m_WriteMultipleRegistersRequest ) ; m_Transaction . execute ( ) ; }
writes a number of registers to the slave . concode_field_sep WriteSingleRegisterRequest m_WriteSingleRegisterRequest concode_elem_sep ReadInputDiscretesRequest m_ReadInputDiscretesRequest concode_elem_sep WriteMultipleCoilsRequest m_WriteMultipleCoilsRequest concode_elem_sep ReadInputRegistersRequest m_ReadInputRegist...
Object function ( Object arg0 ) { return arg0 ; }
maps from a physical value to a logical value . concode_field_sep String copyright concode_elem_sep long serialVersionUID concode_field_sep Object ltop concode_elem_sep Object ltop
void function ( IPersonAttributeDao arg0 ) { this . personAttributeDao = arg0 ; }
the ipersonattributedao used to perform lookups . concode_field_sep Log logger concode_elem_sep IPersonAttributeDao personAttributeDao concode_field_sep IAuthorizationPrincipal getPrincipalForUser concode_elem_sep IPersonAttributes findPerson concode_elem_sep IPersonAttributeDao getPersonAttributeDao concode_elem_sep S...
double [ ] [ ] function ( ) { double [ ] [ ] loc0 = Math . eye ( QR [ 0 ] . length , QR . length ) ; solve ( loc0 ) ; return loc0 ; }
returns the matrix pseudo inverse . concode_field_sep double[][] QR concode_elem_sep double[] Rdiagonal concode_elem_sep boolean singular concode_field_sep boolean isFullColumnRank concode_elem_sep void rotate concode_elem_sep double[][] getH concode_elem_sep boolean isSingular concode_elem_sep void solve concode_elem_...
Builder function ( int arg0 ) { this . boost = arg0 ; return this ; }
sets the query-time boost for the context defaults to 1 concode_field_sep List<Integer> neighbours concode_elem_sep double lat concode_elem_sep int precision concode_elem_sep int precision concode_elem_sep int boost concode_elem_sep int boost concode_elem_sep List<Integer> neighbours concode_elem_sep ObjectParser<GeoQu...
byte [ ] function ( int arg0 ) { for ( int loc0 = 0 ; loc0 < mBuffersBySize . size ( ) ; loc0 ++ ) { byte [ ] loc1 = mBuffersBySize . get ( loc0 ) ; if ( loc1 . length >= arg0 ) { mCurrentSize -= loc1 . length ; mBuffersBySize . remove ( loc0 ) ; mBuffersByLastUse . remove ( loc1 ) ; return loc1 ; } } return new byte [...
returns a buffer from the pool if one is available in the requested size , or allocates a new one if a pooled one is not available . concode_field_sep List<byte[]> mBuffersByLastUse concode_elem_sep Comparator<byte[]> BUF_COMPARATOR concode_elem_sep List<byte[]> mBuffersBySize concode_elem_sep int mCurrentSize concode_...
View function ( List < View > arg0 ) { if ( arg0 != null && arg0 . size ( ) > 0 ) { View loc0 = arg0 . get ( 0 ) ; arg0 . remove ( 0 ) ; return loc0 ; } return null ; }
gets view from specified cache . concode_field_sep WheelView wheel concode_elem_sep List<View> emptyItems concode_elem_sep List<View> items concode_field_sep int recycleItems concode_elem_sep View getItem concode_elem_sep void recycleView concode_elem_sep List<View> addView concode_elem_sep void clearAll concode_elem_s...
com . google . api . ads . dfa . axis . v1_20 . Advertiser function ( ) { return advertiser ; }
gets the advertiser value for this placementtagdata . concode_field_sep com.google.api.ads.dfa.axis.v1_20.Advertiser advertiser concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.google.api.ads.dfa.axis.v1_20.CampaignBase campaign concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api....
Protos . CommandInfo . URI function ( URL arg0 , boolean arg1 ) { return Protos . CommandInfo . URI . newBuilder ( ) . setValue ( arg0 . toExternalForm ( ) ) . setExtract ( false ) . setCache ( arg1 ) . build ( ) ; }
construct a mesos uri . 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.Value.Range range
String function ( ) { return info ; }
returns extra infos for this datapoint . concode_field_sep boolean readable concode_elem_sep boolean virtual concode_elem_sep Object defaultValue concode_elem_sep Number maxValue concode_elem_sep HmChannel channel concode_elem_sep String description concode_elem_sep boolean readOnly concode_elem_sep HmValueType type co...
long function ( ) { return totalResults ; }
get the total number of search results found by boss concode_field_sep String appKey concode_elem_sep int HTTP_OK concode_elem_sep BOSSHTTPRequest httpRequest concode_elem_sep String prevPage concode_elem_sep long pagerStart concode_elem_sep String searchString concode_elem_sep String nextPage concode_elem_sep String s...
void function ( List < String > arg0 ) { if ( arg0 == null ) this . sgfs = new ArrayList < String > ( ) ; else this . sgfs = arg0 ; }
set the group of sgfs used to compute surrogates . concode_field_sep Logger log concode_elem_sep List<String> sgfs concode_elem_sep SurrogateDetail detail concode_field_sep boolean isSurrogate concode_elem_sep List<String> getSGFs concode_elem_sep SurrogateDetail getSurrogateDetail concode_elem_sep void useSurrogateCom...
boolean function ( ) { String loc0 = Environment . getExternalStorageState ( ) ; boolean loc1 ; if ( loc0 . equals ( Environment . MEDIA_MOUNTED ) ) { loc1 = true ; } else { loc1 = false ; } return loc1 ; }
determine if sd card exists . concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep File constructFilePaths concode_elem_sep long freeSpaceCalculation concode_elem_sep String getTempDirectoryPath concode_elem_sep boolean testFileExists
GetOrderSummaryResponseType function ( ) { return new GetOrderSummaryResponseType ( ) ; }
create an instance of getordersummaryresponsetype concode_field_sep QName _GetOrderDetailsResponse_QNAME concode_elem_sep QName _ResendNotificationRequest_QNAME concode_elem_sep QName _GetOrdersResponse_QNAME concode_elem_sep QName _GetOrderDetailsRequest_QNAME concode_elem_sep QName _GetOrderSummaryRequest_QNAME conco...
int function ( ) { return HsqlDatabaseProperties . MINOR ; }
gets the driver 's minor version number . concode_field_sep PlaceHolder placeHolder concode_field_sep Connection getConnection concode_elem_sep int getMajorVersion concode_elem_sep boolean jdbcCompliant concode_elem_sep Connection connect concode_elem_sep boolean acceptsURL concode_elem_sep DriverPropertyInfo[] getProp...
long function ( ) { return totalSize ; }
gets the total size of all storefiles in compaction concode_field_sep String storeName concode_elem_sep boolean isOffPeak concode_elem_sep Long timeInNanos concode_elem_sep String regionName concode_elem_sep long totalSize concode_elem_sep DisplayCompactionType isMajor concode_elem_sep Log LOG concode_elem_sep int prio...
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 java.lang.String internalId concode_elem_sep java.lang.String scriptId concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.description.TypeDesc getT...
boolean function ( ) { if ( refreshStep == 1 ) { return true ; } if ( currentRefreshStep > 0 ) { currentRefreshStep -- ; if ( currentRefreshStep == 0 ) { currentRefreshStep = refreshStep ; return true ; } } return false ; }
test if in current update cycle item should be refreshed . concode_field_sep Pattern PARAM_CONFIG_PATTERN concode_elem_sep String itemName concode_elem_sep int currentRefreshStep concode_elem_sep Reg reg1 concode_elem_sep int refreshStep concode_elem_sep String slaveName concode_elem_sep Class<? extends Item> aClass co...
byte [ ] function ( ) { return rawPayload ; }
returns the raw payload carried by this packet in case payload was not parsed . caller can call this function in case the getpaylod returns null . concode_field_sep boolean corrupted concode_elem_sep Packet parent concode_elem_sep Class<? extends Packet> payloadClass concode_elem_sep Map<String,byte[]> hdrFieldsMap con...
Object function ( ) { return lastOutput ; }
gets the last deserialized object . concode_field_sep Object lastOutput concode_field_sep boolean assertCompabilitySame concode_elem_sep void writeObject concode_elem_sep boolean assertEquals concode_elem_sep void main concode_elem_sep boolean assertSame concode_elem_sep boolean assertCompabilityEquals concode_elem_sep...
Log function ( String arg0 ) { return print ( arg0 , 1 ) ; }
prints the log if the log verbose_level is greater than 0 concode_field_sep int verbose_level concode_elem_sep long MAX_SIZE concode_elem_sep long counter concode_elem_sep String log_tag concode_elem_sep PrintStream out_stream concode_elem_sep boolean do_log concode_elem_sep long max_size concode_elem_sep int tag_size ...
CacheManager function ( ) { return new CacheManager ( ConfigurationFactory . parseConfiguration ( ) ) ; }
build an ehcache cachemanager from the default configuration.the cachemanager will be configured from `` ehcache.xml '' in the root of the class path that is , default ehcache initialization - as defined in the ehcache docs - will apply . if no configuration file can be found , a fail-safe fallback configuration will b...
com . liferay . portal . model . PasswordTracker function ( long arg0 ) { return getService ( ) . getPasswordTracker ( arg0 ) ; }
returns the password tracker with the primary key . concode_field_sep PasswordTrackerLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void trackPassword concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep ...
void function ( final OutputStream arg0 ) { this . os = arg0 ; }
where to write encoded output concode_field_sep ByteBuffer byteBuffer concode_elem_sep OutputStream os concode_elem_sep Random random concode_elem_sep int numElementsGenerated concode_elem_sep InputStream is concode_elem_sep int numElementsToGenerate concode_field_sep boolean tmpDirIsEmpty concode_elem_sep String next ...
ContextURL function ( ) { return contextURL ; }
gets the contexturl . concode_field_sep ContextURL contextURL concode_elem_sep ExpandOption expand concode_elem_sep SelectOption select concode_elem_sep String xml10InvalidCharReplacement concode_elem_sep boolean writeOnlyReferences concode_elem_sep CountOption count concode_elem_sep EntityCollectionSerializerOptions o...
String function ( ) { return uid . toString ( ) ; }
return the content based string representation . concode_field_sep long serialVersionUID concode_elem_sep UID uid concode_elem_sep Activator activator concode_elem_sep ActivationGroup group concode_field_sep int hashCode concode_elem_sep void writeObject concode_elem_sep boolean equals concode_elem_sep Remote activate ...
String function ( ) { return containingClassDescription ; }
a human-readable description of the class declaring the element being referenced . this data is omitted if there is no referenced element , or if the element is not a class member . concode_field_sep Boolean isDeprecated concode_elem_sep int offset concode_elem_sep String staticType concode_elem_sep int length concode_...
DataDescription function ( ) { return m_DataDescription ; }
if not set the input data is assumed to be csv with a ' _ time ' field in epoch format . concode_field_sep AnalysisConfig m_AnalysisConfig concode_elem_sep Long m_RenormalizationWindowDays concode_elem_sep Long m_ModelSnapshotRetentionDays concode_elem_sep AnalysisLimits m_AnalysisLimits concode_elem_sep Long m_Backgro...
View function ( MenuItemImpl arg0 , View arg1 , ViewGroup arg2 ) { MenuView . ItemView loc0 ; if ( arg1 instanceof MenuView . ItemView ) { loc0 = ( MenuView . ItemView ) arg1 ; } else { loc0 = createItemView ( arg2 ) ; } bindItemView ( arg0 , loc0 ) ; return ( View ) loc0 ; }
prepare an item view for use . see adapterview for the basic idea at work here . this may require creating a new item view , but well-behaved implementations will re-use the view passed as convertview if present . the returned view will be populated with data from the item parameter . concode_field_sep MenuView mMenuVi...
void function ( String arg0 , String arg1 , Throwable arg2 ) { println ( ERROR , arg0 , arg1 , arg2 ) ; }
prints a message at error priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void printl...
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 org.eclipse.birt.report.soapengine.api.ChartAppearance apperance concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.eclipse.birt.report.soapengine.api.ChartDataBinding dataBinding concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.eclipse.birt.report....
boolean function ( ) { return primaryKey ; }
does this index belong to a primary key constraint ? concode_field_sep boolean belongsToConstraint concode_elem_sep boolean unique concode_elem_sep boolean scan concode_elem_sep boolean persistent concode_elem_sep boolean spatial concode_elem_sep boolean hash concode_elem_sep boolean primaryKey concode_field_sep String...
void function ( Header arg0 ) { if ( arg0 == null ) { return ; } headers . add ( arg0 ) ; }
adds the given header to the group . the order in which this header was added is preserved . concode_field_sep List<Header> headers concode_elem_sep long serialVersionUID concode_field_sep Header getCondensedHeader concode_elem_sep void setHeaders concode_elem_sep void updateHeader concode_elem_sep Header[] getHeaders ...
void function ( String arg0 ) { this . institute = arg0 ; }
sets the value of the institute property . concode_field_sep String date concode_elem_sep String country concode_elem_sep String last concode_elem_sep String city concode_elem_sep String title concode_elem_sep String type concode_elem_sep List<DbReferenceType> dbReference concode_elem_sep String volume concode_elem_sep...
void function ( ) { assertEquals ( "srini_string" , sgn ( equal1 . compareTo ( less ) ) , sgn ( equal2 . compareTo ( less ) ) ) ; assertEquals ( "srini_string" , sgn ( equal1 . compareTo ( greater ) ) , sgn ( equal2 . compareTo ( greater ) ) ) ; }
tests whether sgn x.compareto z == sgn y.compareto z for all z when x.compareto y == 0 . concode_field_sep T equal1 concode_elem_sep T equal2 concode_elem_sep T less concode_elem_sep T greater concode_field_sep T createGreaterInstance concode_elem_sep void testReturnValues concode_elem_sep T createEqualInstance concode...
void function ( final String arg0 ) { this . finalName = trimToNull ( arg0 ) ; }
sets the build-name of the web-application documentation was built on . concode_field_sep String FILE concode_elem_sep String CLASSIFIER concode_elem_sep String ARTIFACT_ID concode_elem_sep String finalName concode_elem_sep String version concode_elem_sep String TIMESTAMP concode_elem_sep String scmUrl concode_elem_sep...
void function ( boolean arg0 ) { this . clearDepth = arg0 ; }
enable or disable clearing of the depth buffer for this viewport . by default depth clearing is disabled . concode_field_sep boolean clearDepth concode_elem_sep boolean clearColor concode_elem_sep boolean clearStencil concode_elem_sep boolean enabled concode_elem_sep String name concode_elem_sep ArrayList<SceneProcesso...
java . lang . Long function ( ) { return clicksDelivered ; }
gets the clicksdelivered value for this stats . concode_field_sep java.lang.Long impressionsDelivered concode_elem_sep java.lang.Long videoStartsDelivered concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Long clicksDelivered concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.ax...
Permissions function ( ) { return securityHandler . getPermissions ( ) ; }
gets the permission associated with the document 's encryption handler . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_elem_sep boolean foundJCE concode_field_sep byte[] getEncryptionKey concode_elem_sep boolean isAuthori...
CSSStyleDeclaration function ( Element arg0 , String arg1 ) { if ( arg0 instanceof CSSStylableElement ) { return new CSSOMComputedStyle ( cssEngine , ( CSSStylableElement ) arg0 , arg1 ) ; } return null ; }
dom : implements org.w3c.dom.css.viewcss #getcomputedstyle element , string . concode_field_sep CSSEngine cssEngine concode_field_sep DocumentView getDocument
void function ( boolean arg0 ) { this . isCubic = arg0 ; }
sets the value of the iscubic property . concode_field_sep boolean isCubic concode_elem_sep String fieldExtractor concode_elem_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String getFieldExtractor concode_elem_sep boolean isIsCubic concode_elem_sep void setFieldExtract...
String function ( ) { return this . comment ; }
an optional comment about your hosted zone . if you do n't want to specify a comment , you can omit the hostedzoneconfig and comment elements from the xml document . concode_field_sep Boolean privateZone concode_elem_sep String comment concode_field_sep HostedZoneConfig withComment concode_elem_sep Boolean getPrivateZo...
MessageLog function ( ) { externalContext . getApplicationMap ( ) . put ( LOG_PATH , messageLog ) ; return ( messageLog ) ; }
method to update and return the message log stored in the faces context concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep Log log concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem_sep String LOG_PATH concode_ele...
ResourcePolicy function ( Context arg0 , int arg1 ) { return resourcePolicyDAO . findByID ( arg0 , ResourcePolicy . class , arg1 ) ; }
get an resourcepolicy from the database . concode_field_sep ResourcePolicyDAO resourcePolicyDAO concode_elem_sep Logger log concode_elem_sep ContentServiceFactory contentServiceFactory concode_field_sep void removeDsoAndTypeNotEqualsToPolicies concode_elem_sep List<ResourcePolicy> findByTypeGroupActionExceptId concode_...
HashMap < String , String > function ( ) { return params ; }
gets params . concode_field_sep Log LOG concode_elem_sep HashMap<String,String> params concode_elem_sep String value concode_elem_sep StreamTokenizer tokenizer concode_field_sep String getValue concode_elem_sep int nextToken concode_elem_sep void parse
void function ( java . util . Collection < DataSource > arg0 ) { if ( arg0 == null ) { this . results = null ; return ; } this . results = new com . amazonaws . internal . SdkInternalList < DataSource > ( arg0 ) ; }
a list of datasource that meet the search criteria . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<DataSource> results concode_field_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep java.util.List<DataSource> getResults con...
int function ( ) { FrontierSiliconRadioApiResult loc0 = conn . doRequest ( REQUEST_GET_VOLUME ) ; currentVolume = loc0 . getValueU8AsInt ( ) ; return currentVolume ; }
read the volume as absolute value , 0-32 concode_field_sep String REQUEST_GET_MODE concode_elem_sep FrontierSiliconRadioConnection conn concode_elem_sep String REQUEST_SET_MUTE concode_elem_sep String REQUEST_GET_VOLUME concode_elem_sep String REQUEST_GET_PLAY_INFO_TEXT concode_elem_sep String REQUEST_GET_MUTE concode_...
java . lang . Integer function ( ) { return numChanges ; }
gets the numchanges value for this suggestedadunitupdateresult . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer numChanges concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String[] newAdUnitIds concode_f...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getPlatformApplications ( ) != null ) loc0 . append ( "srini_string" + getPlatformApplications ( ) + "srini_string" ) ; if ( getNextToken ( ) != null ) loc0 . append ( "srini_string" + getNextToken ( ) ) ; loc0 . ...
returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<PlatformApplication> platformApplications concode_elem_sep String nextToken concode_field_sep ListPlatformApplicationsResult withPlatformApplications concode_elem_sep ListPlatform...
String function ( double arg0 ) { return String . valueOf ( arg0 ) ; }
converts the supplied value to a string . subclasses may implement special formatting by overriding this method . concode_field_sep double size concode_elem_sep long serialVersionUID concode_elem_sep int minorTickCount concode_field_sep double getSize concode_elem_sep int hashCode concode_elem_sep boolean equals concod...
void function ( BigDecimal arg0 ) { this . discount = arg0 ; }
sets the value of the discount property . concode_field_sep BigDecimal headerTotal concode_elem_sep BigDecimal linesDiscount concode_elem_sep BigDecimal charge concode_elem_sep List<Charge> chargeSummary concode_elem_sep BigDecimal headerDiscount concode_elem_sep BigDecimal discount concode_elem_sep BigDecimal tax conc...
int function ( ) { return getDao ( ) . getBlogLinksCount ( true ) ; }
returns number of bad links to blogs recorded in database . concode_field_sep Map discovererErrors concode_elem_sep int MILLIS_IN_SECOND concode_elem_sep long metaDatabaseHits concode_elem_sep long metaNewDiscoveries concode_elem_sep int MILLIS_IN_MINUTE concode_elem_sep long metaQueries concode_elem_sep int syncStore ...
short function ( ) { return this . getNumber ( ) . shortValue ( ) ; }
returns this bevalue as short . concode_field_sep Object value concode_field_sep Number getNumber concode_elem_sep long getLong concode_elem_sep Object getValue concode_elem_sep int getInt concode_elem_sep List<BEValue> getList concode_elem_sep String getString concode_elem_sep String getString concode_elem_sep byte[] ...
void function ( View arg0 , int arg1 , int arg2 ) { int loc0 [ ] = getAbsoluteLocationFromRelative ( arg0 , arg1 , arg2 ) ; int loc1 = loc0 [ 0 ] ; int loc2 = loc0 [ 1 ] ; longPress ( loc1 , loc2 ) ; }
sends synchronously a long press to the view at the specified coordinates . concode_field_sep ActivityInstrumentationTestCase2 mActivityTestCase concode_field_sep void singleClickViewRelative concode_elem_sep void dispatchTouchEvent concode_elem_sep void dispatchTouchEvent concode_elem_sep void singleClickView concode_...
void function ( String arg0 , String arg1 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . initParameters . put ( arg0 , arg1 ) ; }
add a single init-parameter , replacing any existing parameter with the same name . concode_field_sep int order concode_elem_sep boolean asyncSupported concode_elem_sep boolean enabled concode_elem_sep String name concode_elem_sep Map<String,String> initParameters concode_field_sep void setName concode_elem_sep void se...
String function ( ) { return value ; }
gets the value of the value property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep void setId concode_elem_sep String getId
BufferedImage function ( Number [ ] arg0 , SparklineParameters arg1 ) { return draw ( null , arg0 , null , null , arg1 ) ; }
draw a sparkline only providing y axis values 1 x tick per number assumed concode_field_sep Color color concode_elem_sep float x concode_elem_sep float y concode_elem_sep int HIGHLIGHT_RADIUS concode_field_sep float calculateMax concode_elem_sep String buildHighlightText concode_elem_sep float calculateMin concode_elem...