code
stringlengths
20
663
nl
stringlengths
68
7.19k
byte function ( INSENSMessage arg0 ) { INSENSMessagePayload loc0 = new INSENSMessagePayload ( arg0 . getPayload ( ) ) ; return loc0 . type ; }
helper function for extract type from message concode_field_sep OneWaySequenceNumbersChain sequenceNumbersChain concode_field_sep byte[] encryptData concode_elem_sep long getNextOWS concode_elem_sep byte[] decryptData concode_elem_sep byte[] createMAC concode_elem_sep long getInitialSequenceNumber concode_elem_sep bool...
java . util . List < com . floreantpos . model . MenuItemShift > function ( ) { return shifts ; }
return the value associated with the column : shifts concode_field_sep java.util.List<com.floreantpos.model.MenuItemModifierGroup> menuItemModiferGroups concode_elem_sep java.util.Date modifiedTime concode_elem_sep java.lang.Double discountRate concode_elem_sep com.floreantpos.model.MenuGroup parent concode_elem_sep ja...
List < JSONObject > function ( ) { return getOptionsById ( getIds ( ) ) ; }
list of properties from all local notifications . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep NotificationMana...
FontFactory function ( ) { if ( fontFactory == null ) { fontFactory = new FontFactory ( ) ; } return fontFactory ; }
returns a static instance of the fontmanager class . concode_field_sep Logger logger concode_elem_sep String NFONT_OPEN_TYPE concode_elem_sep int FONT_TYPE_3 concode_elem_sep boolean awtFontLoading concode_elem_sep int FONT_OPEN_TYPE concode_elem_sep boolean foundNFont concode_elem_sep int FONT_TYPE_1 concode_elem_sep ...
int function ( int arg0 , int arg1 ) { if ( arg1 == - 1 ) { return getProperty ( arg0 ) ; } if ( arg1 < 0 || arg1 >= m_additionalColumnsCount_ ) { return 0 ; } return m_additionalVectors_ [ m_additionalTrie_ . getCodePointValue ( arg0 ) + arg1 ] ; }
gets the unicode additional properties . c version getunicodeproperties . concode_field_sep int m_additionalColumnsCount_ concode_elem_sep int m_additionalVectors_[] concode_elem_sep int UNSIGNED_VALUE_MASK_AFTER_SHIFT_ concode_elem_sep CharTrie m_trie_ concode_elem_sep int DATA_BUFFER_SIZE_ concode_elem_sep int LAST_N...
Label [ ] function ( ) { return null ; }
returns the labels corresponding to this attribute . concode_field_sep Attribute next concode_elem_sep String type concode_elem_sep byte[] value concode_field_sep int getSize concode_elem_sep Attribute read concode_elem_sep boolean isUnknown concode_elem_sep ByteVector write concode_elem_sep int getCount concode_elem_s...
String function ( ) { return dislayName ; }
gets the name of this time zone to be displayed in the ui . concode_field_sep TimeZoneBean parent concode_elem_sep boolean useDaylightTime concode_elem_sep String id concode_elem_sep String dislayName concode_elem_sep boolean inDaylightTime concode_field_sep String getUseDaylightTime concode_elem_sep String getTime con...
void function ( ) { }
enable tracing . concode_field_sep int[] jj_expentry concode_elem_sep OBOParserHandler handler concode_elem_sep JavaCharStream jj_input_stream concode_elem_sep Token jj_nt concode_elem_sep int jj_ntk concode_elem_sep int[] jj_la1_0 concode_elem_sep int[] jj_la1 concode_elem_sep int jj_gen concode_elem_sep java.util.Lis...
void function ( SessionContext arg0 ) { this . ctx = arg0 ; }
save the ejb session context . concode_field_sep SessionContext ctx concode_field_sep void ejbCreate concode_elem_sep void dropGeometryTable concode_elem_sep void createGeometryTable concode_elem_sep void createGeometryTable concode_elem_sep void ejbPostCreate concode_elem_sep Collection findByPolygon concode_elem_sep ...
int function ( ) { return mRole ; }
return the role associated with this application configuration . concode_field_sep int mDataType concode_elem_sep int mChannelType concode_elem_sep int mRole concode_elem_sep Parcelable.Creator<BluetoothHealthAppConfiguration> CREATOR concode_elem_sep String mName concode_field_sep String getName concode_elem_sep int h...
long function ( ) { long loc0 = 0 ; for ( MutableLong loc1 : accumulatedTime ) { loc0 += loc1 . longValue ( ) ; } return loc0 ; }
return the total pipeline annotation time in milliseconds . concode_field_sep boolean TIME concode_elem_sep List<MutableLong> accumulatedTime concode_elem_sep List<Annotator> annotators concode_field_sep void addAnnotator concode_elem_sep String timingInformation concode_elem_sep Set<Class<? extends CoreAnnotation>> re...
void function ( PropertyChangeListener arg0 ) { propertyChangeSupport_ . removePropertyChangeListener ( arg0 ) ; }
removes a property change listener . concode_field_sep PropertyChangeSupport propertyChangeSupport_ concode_elem_sep boolean exceptionOccured_ concode_elem_sep String copyright concode_elem_sep long length_ concode_elem_sep WorkingEventSupport workingEventSupport_ concode_elem_sep ErrorEventSupport errorEventSupport_ c...
ColorUIResource function ( ColorUIResource arg0 ) { if ( s_colorType == NORMAL ) return arg0 ; return new ColorUIResource ( getDichromatColorUIResource ( arg0 , s_colorType ) ) ; }
convert `` normal '' color to dichromat color based on set color type concode_field_sep String[] COLORBLIND_TYPE concode_elem_sep double[][] RGBtoXYZMatrix concode_elem_sep double[][] confusionPoints concode_elem_sep int DEUTERANOPIA concode_elem_sep int NORMAL concode_elem_sep int s_colorType concode_elem_sep int PROT...
void function ( ) { for ( DGuiFieldKey loc0 : mvFieldKeys ) { ( ( JComboBox ) loc0 . getComponent ( ) ) . removeItemListener ( this ) ; } mvFieldKeys . clear ( ) ; mvFieldKeyConfigs . clear ( ) ; mvItemVectors . clear ( ) ; }
clears all data in key group . concode_field_sep Vector<Vector<DGuiItem>> mvItemVectors concode_elem_sep DGuiClient miClient concode_elem_sep int Type concode_elem_sep Vector<DGuiFieldKey> mvFieldKeys concode_elem_sep Vector<DFieldKeyConfig> mvFieldKeyConfigs concode_elem_sep DGuiParams Params concode_elem_sep boolean ...
String function ( final byte [ ] arg0 ) { return newString ( arg0 , StandardCharsets . UTF_8 ) ; }
constructs a new string by decoding the specified array of bytes using the utf-8 charset . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] getBytesUtf8 concode_elem_sep byte[] getBytes concode_elem_sep String newString
void function ( Mat arg0 , MatOfRect arg1 ) { Mat loc0 = arg1 ; detectMultiScale_1 ( nativeObj , arg0 . nativeObj , loc0 . nativeObj ) ; return ; }
detects objects of different sizes in the input image . the detected objects are returned as a list of rectangles . the function is parallelized with the tbb library . note : python a face detection example using cascade classifiers can be found at opencv_source_code/samples/python2/facedetect.py concode_field_sep long...
void function ( BigDecimal arg0 , Currency arg1 ) { logPurchase ( arg0 , arg1 , null ) ; }
deprecated . please use appeventslogger instead . concode_field_sep String EVENT_NAME_LOG_CONVERSION_PIXEL concode_elem_sep String EVENT_PARAMETER_PIXEL_ID concode_elem_sep AppEventsLogger appEventsLogger concode_elem_sep String EVENT_PARAMETER_PIXEL_VALUE concode_field_sep InsightsLogger newLogger concode_elem_sep Ins...
float function ( ) { return ( float ) readNumber ( ) ; }
reads from standard input characters which represent a float . leading spaces are skipped . concode_field_sep int LineBufferLength concode_elem_sep PushbackReader stdin concode_field_sep char readlnChar concode_elem_sep int readlnInt concode_elem_sep long readlnLong concode_elem_sep double readlnDouble concode_elem_sep...
void function ( MapillaryAbstractImage arg0 ) { add ( arg0 , true ) ; }
adds an mapillaryimage to the object , and then repaints mapview . concode_field_sep Set<MapillaryAbstractImage> multiSelectedImages concode_elem_sep Set<MapillaryAbstractImage> images concode_elem_sep MapillaryAbstractImage highlightedImage concode_elem_sep MapillaryAbstractImage selectedImage concode_elem_sep List<Bo...
FlowSpec . Builder function ( URI arg0 ) { this . flowCatalogURI = Optional . of ( arg0 ) ; return this ; }
the scheme and authority of the flow catalog uri are used to generate flowspec uris from flow configs . concode_field_sep Optional<List<Spec>> childSpecs concode_elem_sep String description concode_elem_sep String version concode_elem_sep Optional<Properties> configAsProperties concode_elem_sep Optional<URI> uri concod...
void function ( Thread arg0 , Throwable arg1 ) { logger . error ( "srini_string" + arg0 + "srini_string" + arg1 . getMessage ( ) , arg1 ) ; }
method invoked when a thread would terminate due to the given uncaught exception . all we do here is simply log the exception using the system logger . any exception thrown by this method will be ignored by the java virtual machine and thus wo n't screw our application . concode_field_sep ConfigurationService configura...
void function ( String arg0 ) { this . uniqueName = arg0 ; }
sets the value of the uniquename property . concode_field_sep String parent concode_elem_sep String uniqueName concode_elem_sep String goal concode_elem_sep String trend concode_elem_sep String measureGroup concode_elem_sep String caption concode_elem_sep String weight concode_elem_sep String time concode_elem_sep Obje...
AuthenticatorTransportProtocolType function ( ) { return authenticatorTransportProtocol ; }
gets the value of the authenticatortransportprotocol property . concode_field_sep PrincipalAuthenticationMechanismType principalAuthenticationMechanism concode_elem_sep List<ExtensionType> extension concode_elem_sep AuthenticatorTransportProtocolType authenticatorTransportProtocol concode_elem_sep AuthenticatorBaseType...
String function ( ) { log . trace ( "srini_string" ) ; return null ; }
returns product name of the underlying eis instance connected through the managedconnection . concode_field_sep Logger log concode_field_sep int getMaxConnections concode_elem_sep String getEISProductVersion concode_elem_sep String getUserName
T function ( ) { T loc0 = this . blockingQueue . poll ( this . timeout , this . timeoutTimeUnit ) ; if ( this . queueStats . isPresent ( ) ) { this . queueStats . get ( ) . getsRateMeter . mark ( ) ; } return loc0 ; }
get a record from the head of the queue , waiting up to the configured timeout time for a record to become available . concode_field_sep BlockingQueue<T> blockingQueue concode_elem_sep TimeUnit timeoutTimeUnit concode_elem_sep Gauge<Double> fillRatioGauge concode_elem_sep boolean ifCollectStats concode_elem_sep Optiona...
Link function ( ) { return link ; }
gets the value of the link property . concode_field_sep String _default concode_elem_sep Link link concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep QName type concode_elem_sep List<Object> any concode_elem_sep Boolean required concode_elem_sep String path concode_elem_sep Boolean repeating concode_el...
void function ( ) { LineRenderer3D loc0 = new LineRenderer3D ( ) ; LineRenderer3D loc1 = ( LineRenderer3D ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; assertTrue ( checkIndependence ( loc0 , loc1 ) ) ; }
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep boolean checkIndependence concode_elem_sep void testHashcode concode_elem_sep void testEquals
JaxbSequenceGenerator function ( JaxbSequenceGenerator arg0 , EntityMappingsMocker . Default arg1 ) { if ( StringHelper . isEmpty ( arg0 . getSchema ( ) ) && arg1 != null ) { arg0 . setSchema ( arg1 . getSchema ( ) ) ; } if ( StringHelper . isEmpty ( arg0 . getCatalog ( ) ) && arg1 != null ) { arg0 . setCatalog ( arg1 ...
override sequencegenerator using info definded in entitymappings/persistence-metadata-unit concode_field_sep Map<String,JaxbSequenceGenerator> sequenceGeneratorMap concode_elem_sep Set<String> defaultNamedQueryNames concode_elem_sep List<AnnotationInstance> indexedAnnotationInstanceList concode_elem_sep Map<String,Jaxb...
boolean function ( String arg0 ) { return updatingArtifacts . containsKey ( getNormalizedAbsolutePath ( arg0 ) ) ; }
checks whether the given artifact is at the updating state in the given instance concode_field_sep Set<String> backedUpFiles concode_elem_sep Set<String> restoredFiles concode_elem_sep Log log concode_elem_sep String mainSeqLstUpdatedFile concode_elem_sep Map<String,ClassLoader> classMediatorClassLoaders concode_elem_s...
boolean function ( ) { printLog ( "srini_string" , LogLevel . HIGH ) ; if ( sender != null ) { printLog ( "srini_string" , LogLevel . LOW ) ; sender . start ( ) ; } if ( receiver != null ) { printLog ( "srini_string" , LogLevel . LOW ) ; receiver . start ( ) ; } return true ; }
starts media application concode_field_sep Process media_process concode_elem_sep double tone_amp concode_elem_sep int sample_rate concode_elem_sep boolean useDTMF concode_elem_sep int frame_rate concode_elem_sep int tone_freq concode_elem_sep int dir concode_elem_sep SRTP srtp concode_elem_sep DatagramSocket socket co...
MapStream < K , V1 > function ( Function < ? super V , ? extends V1 > arg0 ) { return new DefaultMapStream < > ( map ( e -> new SimpleImmutableEntry < > ( e . getKey ( ) , arg0 . apply ( e . getValue ( ) ) ) ) ) ; }
applies the mapping for each value in the map . concode_field_sep PlaceHolder placeHolder concode_field_sep MapStream<K,V> unordered concode_elem_sep MapStream<K,V> ofMaps concode_elem_sep MapStream<K1,V1> mapEntries concode_elem_sep Stream<R> mapEntries concode_elem_sep MapStream<K,V> sequential concode_elem_sep MapSt...
QueryParams function ( GridSettings arg0 ) { return buildQueryParams ( arg0 , buildOrderList ( arg0 , null ) ) ; }
builds query params from the provided grid settings . concode_field_sep int DEFAULT_PAGE concode_elem_sep int DEFAULT_PAGE_SIZE concode_field_sep Order orderIdAsc concode_elem_sep List<Order> buildOrderList concode_elem_sep List<Order> orderListForLookup concode_elem_sep List<Order> orderListFromGridSettings
void function ( ) { String loc0 = morseTree . getKeyByValue ( new Character ( 'G' ) ) ; String loc1 = "srini_string" ; assertEquals ( loc1 , loc0 ) ; }
test method for ie.gmit.dip.morsetree #getkeybyvalue char . concode_field_sep MorseTree morseTree concode_field_sep void testCharacter concode_elem_sep void testGetA concode_elem_sep void testGetKeyOf4 concode_elem_sep void setUpBeforeClass concode_elem_sep void setUp concode_elem_sep void tearDownAfterClass concode_el...
void function ( String [ ] arg0 ) { int loc0 = StdIn . readInt ( ) ; UF loc1 = new UF ( loc0 ) ; while ( ! StdIn . isEmpty ( ) ) { int loc2 = StdIn . readInt ( ) ; int loc3 = StdIn . readInt ( ) ; if ( loc1 . connected ( loc2 , loc3 ) ) continue ; loc1 . union ( loc2 , loc3 ) ; StdOut . println ( loc2 + "srini_string" ...
reads in a an integer n and a sequence of pairs of integers between 0 and n-1 from standard input , where each integer in the pair represents some site ; if the sites are in different components , merge the two components and print the pair to standard output . concode_field_sep int count concode_elem_sep byte[] rank c...
Builder function ( String arg0 ) { this . url = arg0 ; return this ; }
set the url of the object . by clicking on published open graph , this url will be opened . concode_field_sep Privacy mPrivacy concode_elem_sep String mNoun concode_elem_sep Bundle mBundle concode_elem_sep Bundle bundle concode_elem_sep String URL concode_elem_sep String UPDATED_TIME concode_elem_sep String description...
String function ( ) { return this . node ; }
get the id of the node concode_field_sep String node concode_elem_sep String NAME concode_elem_sep ShardId shardId concode_elem_sep boolean allowPrimary concode_field_sep void writeTo concode_elem_sep AllocateAllocationCommand readFrom concode_elem_sep void toXContent concode_elem_sep String name concode_elem_sep Alloc...
void function ( Reference arg0 ) { this . reference = arg0 ; }
sets the parent pdf object 's reference . concode_field_sep Reference reference concode_elem_sep char[] hexChar concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder stringToHex concode_elem_sep String getDecryptedLiteralString concode_elem_sep String encryption ...
void function ( int arg0 ) { this . port = arg0 ; }
sets port endpoint will be bound to . concode_field_sep ServerSocket srvSock concode_elem_sep boolean mgmt concode_elem_sep IgniteLogger log concode_elem_sep int port concode_elem_sep String host concode_elem_sep int DFLT_IPC_PORT concode_field_sep void setHost concode_elem_sep void setupConfiguration concode_elem_sep ...
void function ( BundleContext arg0 ) { if ( configForm != null ) { configForm . unregister ( ) ; } }
stops this bundle . concode_field_sep ConfigurationService configurationService concode_elem_sep FileAccessService fileAccessService concode_elem_sep String DISABLED_PROP concode_elem_sep BundleContext bundleContext concode_elem_sep ServiceRegistration configForm concode_field_sep FileAccessService getFileAccessService...
XmlNode function ( final String arg0 , final String arg1 ) { final XmlNode loc0 = new XmlNode ( arg0 , arg1 ) ; children . add ( loc0 ) ; return loc0 ; }
this method adds a new child xmlnode with the given element name and value . concode_field_sep String nameSpace concode_elem_sep String name concode_elem_sep HashMap<String,String> attributes concode_elem_sep XmlNode parentNode concode_elem_sep String value concode_elem_sep List<XmlNode> children concode_field_sep XmlN...
void function ( boolean arg0 ) { withoutCustomHandle = arg0 ; changeFlags ( arg0 ) ; }
sets if the system uses a custom meta class creation handle concode_field_sep boolean origByteRes concode_elem_sep boolean valid concode_elem_sep boolean origShortRes concode_elem_sep ConstantMetaClassVersioning constantMetaClassVersioning concode_elem_sep boolean origDouble concode_elem_sep boolean origDoubleRes conco...
void function ( List < Mat > arg0 , List < MatOfKeyPoint > arg1 ) { Mat loc0 = Converters . vector_Mat_to_Mat ( arg0 ) ; Mat loc1 = new Mat ( ) ; detect_3 ( nativeObj , loc0 . nativeObj , loc1 . nativeObj ) ; Converters . Mat_to_vector_vector_KeyPoint ( loc1 , arg1 ) ; return ; }
detects keypoints in an image first variant or image set second variant . concode_field_sep int GRID_STAR concode_elem_sep int PYRAMIDDETECTOR concode_elem_sep long nativeObj concode_elem_sep int STAR concode_elem_sep int PYRAMID_ORB concode_elem_sep int SIMPLEBLOB concode_elem_sep int GRID_SIMPLEBLOB concode_elem_sep ...
Executor function ( ) { return new Executor ( ) { @ Override public void execute ( Runnable arg0 ) { new Thread ( arg0 , getServiceName ( ) ) . start ( ) ; } } ; }
returns the executor that will be used to run this service.subclasses may override this method to use a custom executor , which may configure its worker thread with a specific name , thread group or priority . the returned executor 's executor #execute runnable execute method is called when this service is started , an...
String function ( String arg0 ) { if ( name != null ) { return name ; } else { return arg0 ; } }
gets the name of the iteration . concode_field_sep int parallelism concode_elem_sep Map<String,Aggregator<?>> aggregators concode_elem_sep boolean optNumVertices concode_elem_sep String name concode_elem_sep boolean unmanagedSolutionSet concode_field_sep void setName concode_elem_sep void setSolutionSetUnmanagedMemory ...
void function ( String arg0 ) { this . description = arg0 ; }
set the value of description . concode_field_sep String notes concode_elem_sep Set<VulnerableSoftware> vulnerableSoftware concode_elem_sep String description concode_elem_sep String matchedCPE concode_elem_sep String cwe concode_elem_sep float cvssScore concode_elem_sep String cvssAccessVector concode_elem_sep String c...
TopHitsAggregationBuilder function ( String arg0 ) { return new TopHitsAggregationBuilder ( arg0 ) ; }
create a new tophits aggregation with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep GeoBoundsAggregationBuilder geoBounds concode_elem_sep DateRangeAggregationBuilder dateRange concode_elem_sep DateHistogramAggregationBuilder dateHistogram concode_elem_sep RangeAggregationBuilder range co...
boolean function ( String arg0 ) { mStabilizedDeviceRegion . remove ( arg0 ) ; if ( arg0 . equals ( mNearestAddress ) ) { mNearestAddress = null ; mNearestPathLoss = 0 ; return true ; } return false ; }
removes the a device from the region tracking data structure . concode_field_sep int DEFAULT_FAR_HYSTERESIS_HIGH concode_elem_sep Integer mMidHysteresisHigh concode_elem_sep Integer mFarHysteresisHigh concode_elem_sep Integer mNearestPathLoss concode_elem_sep double mSmoothFactor concode_elem_sep int DEFAULT_MID_HYSTER...
boolean function ( ExtractorInput arg0 ) { return sniffInternal ( arg0 , true ) ; }
returns whether data peeked from the current position in input is consistent with theinput being a fragmented mp4 file . concode_field_sep int[] COMPATIBLE_BRANDS concode_elem_sep int SEARCH_LENGTH concode_field_sep boolean sniffInternal concode_elem_sep boolean sniffUnfragmented concode_elem_sep boolean isCompatibleBr...
Date function ( ) { return this . timestamp ; }
returns the date/time that the even was logged . concode_field_sep String principal concode_elem_sep Map<String,Object> data concode_elem_sep String type concode_elem_sep Date timestamp concode_field_sep String getPrincipal concode_elem_sep String getType concode_elem_sep String toString concode_elem_sep Map<String,Obj...
String function ( ) { return mSubscriptionId ; }
retrieves the subscription id associated with this drmrights object . concode_field_sep String mSubscriptionId concode_elem_sep byte[] mData concode_elem_sep String mMimeType concode_elem_sep String mAccountId concode_field_sep String getMimeType concode_elem_sep String getAccountId concode_elem_sep boolean isValid con...
void function ( Any arg0 , TaggedProfile arg1 ) { arg0 . insert_Streamable ( new TaggedProfileHolder ( arg1 ) ) ; }
insert the taggedprofile into the given any . this method uses the taggedprofileholder . concode_field_sep PlaceHolder placeHolder concode_field_sep TaggedProfile extract concode_elem_sep TaggedProfile read concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write
byte [ ] function ( int arg0 ) { if ( seed == - 1 ) seed = nextLong ( ) ; return randomBytes ( seed , arg0 ) ; }
create a buffer that contains the entire test file data . concode_field_sep ThreadLocal<Random> RANDOM concode_elem_sep Random SEED concode_elem_sep long seed concode_elem_sep int BLOCK_SIZE concode_elem_sep int NUM_BLOCKS concode_elem_sep int FILE_SIZE concode_elem_sep Log LOG concode_elem_sep Long RANDOM_NUMBER_GENER...
List < String > function ( ) { return messages ; }
the messages returned form the smartling translation api . concode_field_sep String code concode_elem_sep T data concode_elem_sep List<String> messages concode_field_sep String toString concode_elem_sep String getCode concode_elem_sep T getData
String function ( ) { return ( "srini_string" + accountId . getValue ( ) ) ; }
return a calculated label for the per-row button . concode_field_sep UIInput accountId concode_elem_sep UISelectBoolean checked concode_elem_sep UISelectBoolean created concode_elem_sep UIData data concode_field_sep String next concode_elem_sep String update concode_elem_sep String delete concode_elem_sep Iterator<Cust...
String function ( ) { return m_joinTable ; }
get join table name concode_field_sep String m_condition concode_elem_sep String m_mainTable concode_elem_sep boolean m_left concode_elem_sep String m_mainAlias concode_elem_sep String m_joinAlias concode_elem_sep String m_joinTable concode_elem_sep String m_joinClause concode_field_sep String getCondition concode_elem...
Credentials function ( java . util . Date arg0 ) { this . expiration = arg0 ; return this ; }
the date on which these credentials expire . returns a reference to this object so that method calls can be chained together . concode_field_sep String accessKeyId concode_elem_sep String secretAccessKey concode_elem_sep String sessionToken concode_elem_sep java.util.Date expiration concode_field_sep Credentials withSe...
EventMethodModel function ( String arg0 ) { return ( EventMethodModel ) this . methods . get ( arg0 ) ; }
returns the model instance of an event method for the given method name . concode_field_sep long serialVersionUID concode_elem_sep String interfaceName concode_elem_sep Map methods concode_field_sep String getInterfaceName concode_elem_sep void setInterfaceName concode_elem_sep void toSAX concode_elem_sep Iterator getM...
String function ( ) { return ( this . body ) ; }
return the body text associated with this node if any . 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 findAttribute concode_elem_sep String g...
Coords3D function ( ) { return new Coords3D ( val [ 0 ] , val [ 1 ] , val [ 2 ] , val [ 3 ] ) ; }
returns a copy of the vector concode_field_sep double sqNorm concode_elem_sep boolean calcNorm concode_elem_sep double[] val concode_elem_sep double norm concode_elem_sep boolean calcSqNorm concode_field_sep void setW concode_elem_sep Coords3D add concode_elem_sep Coords3D crossProduct concode_elem_sep Coords3D sub con...
void function ( ClarionObject arg0 [ ] [ ] [ ] ) { throw new RuntimeException ( "srini_string" ) ; }
empty 3d array concode_field_sep PlaceHolder placeHolder concode_field_sep void setValue concode_elem_sep void setValue
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 ( ValueChangeEvent arg0 ) { locateAddress = true ; }
method called when we should search the map for an address this happens when the preset location list is modified concode_field_sep String standardAddress concode_elem_sep List points concode_elem_sep boolean showMarkers concode_elem_sep String geoCoderAddress concode_elem_sep boolean locateAddress concode_elem_sep Str...
void function ( int arg0 , byte [ ] arg1 , int arg2 ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
below method will be used to fill the row values to data array concode_field_sep boolean isExplictSorted concode_elem_sep byte[] data concode_elem_sep int[] invertedIndex concode_elem_sep int[] invertedIndexReverse concode_field_sep void putArray concode_elem_sep int getSurrogate concode_elem_sep boolean isExplicitSort...
RegionMetadata function ( final InputStream arg0 ) { return RegionMetadataParser . parse ( arg0 ) ; }
loads a set of region metadata from an arbitrary inputstream containing an xml file . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( ) { selection = - 1 ; txCtrl . getCustomerPanel ( ) . resetCan ( ) ; }
this method will be used to instruct the can collection box to remove the drinks can shape or drink brand name from being displayed . concode_field_sep TransactionController txCtrl concode_elem_sep int selection concode_field_sep void updateDrinkSelection concode_elem_sep boolean dispenseDrink concode_elem_sep void all...
String function ( ) { return actuate ; }
gets the value of the actuate property . concode_field_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_elem_sep String title concode_elem_sep JAXBElement...
JFrame function ( ) { return this . frame ; }
returns the javax.swing.jframe concode_field_sep SessionContainer sc concode_elem_sep String VERSION concode_elem_sep File file concode_elem_sep JFrame frame concode_field_sep void setLastWidth concode_elem_sep void setLastWidth concode_elem_sep void doHelpAbout concode_elem_sep void doRestart concode_elem_sep void mai...
long function ( ) { return _virtualHost . getCompanyId ( ) ; }
returns the company id of this virtual host . concode_field_sep VirtualHost _virtualHost concode_field_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep void setHostname concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expando.model.ExpandoBridge get...
void function ( String arg0 ) { this . repeatCall = arg0 ; }
setter method for repeatcall concode_field_sep String msisdn concode_elem_sep String subSubCategory concode_elem_sep String subCategory concode_elem_sep String loggedDateAndTime concode_elem_sep String expectedResolutionBy concode_elem_sep String classificationName concode_elem_sep String assignedDepartment concode_ele...
boolean function ( ) { return m_Open ; }
reports the open status of the port . concode_field_sep ModbusSerialTransport m_Transport concode_elem_sep CommPortIdentifier m_PortIdentifyer concode_elem_sep SerialPort m_SerialPort concode_elem_sep InputStream m_SerialIn concode_elem_sep Logger logger concode_elem_sep SerialParameters m_Parameters concode_elem_sep b...
String function ( String arg0 ) { return arg0 ; }
some open web servers do not abide by the fact that parameter keys should be case insensitive . this method will allow a specification to determine the way that the parameter keys should be encoded in requests made by the server . concode_field_sep String EXCEPTION_XML concode_elem_sep Map<String,Object> hints concode_...
Path function ( ) { return pidFile ; }
the pid file location can be null if no pid file is configured concode_field_sep Path logsFile concode_elem_sep Settings settings concode_elem_sep Path sharedDataFile concode_elem_sep Setting<String> PATH_SHARED_DATA_SETTING concode_elem_sep Path[] dataWithClusterFiles concode_elem_sep Path modulesFile concode_elem_sep...
boolean function ( ExtendedType arg0 ) { try { return arg0 . nodetype == this . nodetype && arg0 . localName . equals ( this . localName ) && arg0 . namespace . equals ( this . namespace ) ; } catch ( NullPointerException loc0 ) { return false ; } }
test if this extendedtype object is equal to the given extendedtype . concode_field_sep String localName concode_elem_sep int nodetype concode_elem_sep String namespace concode_elem_sep int hash concode_field_sep void redefine concode_elem_sep void redefine concode_elem_sep String getLocalName concode_elem_sep String g...
void function ( int arg0 , int arg1 ) { if ( arg1 <= 0 ) return ; length += arg1 ; ensureCapacity ( length ) ; int loc0 = arg0 + arg1 ; System . arraycopy ( lineInfo , arg0 , lineInfo , loc0 , lineInfo . length - loc0 ) ; for ( int loc1 = arg0 + arg1 - 1 ; loc1 >= arg0 ; loc1 -- ) { lineInfo [ loc1 ] = new LineInfo ( )...
informs the token marker that lines have been inserted into the document . this inserts a gap in the lineinfo array . concode_field_sep Token lastToken concode_elem_sep Token firstToken concode_elem_sep boolean nextLineRequested concode_elem_sep int lastLine concode_elem_sep LineInfo[] lineInfo concode_elem_sep Object ...
void function ( Class arg0 ) { this . theClass = arg0 ; }
sets the class . concode_field_sep long serialVersionUID concode_elem_sep Double copyright concode_elem_sep ResultPublication resultPublication concode_elem_sep Date endDate concode_elem_sep Project project concode_elem_sep Long id concode_elem_sep Class theClass concode_elem_sep Date startDate concode_elem_sep Double ...
String function ( byte [ ] arg0 ) { return StringConverter . byteToHex ( arg0 ) ; }
converts an array of bytes to an equivalent string of hexadecimal digits . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] serialize concode_elem_sep String serializeToString concode_elem_sep byte[] hexToByteArray concode_elem_sep int compareTo concode_elem_sep Object deserialize
void function ( int arg0 ) { inBuf += arg0 ; if ( ( bufpos -= arg0 ) < 0 ) bufpos += bufsize ; }
backup a number of characters . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufco...
TaskUpdateOptions function ( DateTime arg0 ) { if ( arg0 == null ) { this . ifUnmodifiedSince = null ; } else { this . ifUnmodifiedSince = new DateTimeRfc1123 ( arg0 ) ; } return this ; }
set the ifunmodifiedsince value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep DateTimeRfc1123 ifUnmodifiedSince concode_elem_sep Boolean returnClientRequestId concode_elem_sep DateTimeRfc1123 ifModifiedSince concode_elem_sep Integer timeout concode_elem_sep String ...
boolean function ( String arg0 ) { return ts . hasField ( arg0 ) || s . hasField ( arg0 ) ; }
returns true if the field is in the schema . concode_field_sep Scan s concode_elem_sep String joinfield concode_elem_sep Index idx concode_elem_sep TableScan ts concode_field_sep boolean next concode_elem_sep int getInt concode_elem_sep Constant getVal concode_elem_sep void resetIndex concode_elem_sep void beforeFirst ...
void function ( BigInteger arg0 ) { this . lineId = arg0 ; }
sets the value of the lineid property . concode_field_sep BigDecimal rateplanPrice concode_elem_sep XMLGregorianCalendar serviceBeginDate concode_elem_sep List<Service> selectedService concode_elem_sep FreeIndicatorEnum myFavesIndicator concode_elem_sep NpaNxx npaInfo concode_elem_sep BigInteger lineId concode_elem_sep...
String function ( ) { return version ; }
gets the version . concode_field_sep String description concode_elem_sep String id concode_elem_sep String title concode_elem_sep String version concode_elem_sep String appsString concode_elem_sep List<Application> applications concode_field_sep String getTitle concode_elem_sep void setVersion concode_elem_sep List<App...
void function ( HashMappedList arg0 , ConnectionSetting arg1 ) { arg0 . put ( arg1 . getName ( ) , arg1 ) ; ConnectionDialogCommon . storeRecentConnectionSettings ( arg0 ) ; }
adds the new settings name if it does not nexist , or overwrites the old one . concode_field_sep String fileName concode_elem_sep ConnectionSetting emptySetting concode_elem_sep String connTypes[][] concode_elem_sep File recentSettings concode_elem_sep String tmpdir concode_elem_sep String sJDBCTypes[][] concode_field_...
String function ( String arg0 ) { return this . properties . getProperty ( arg0 ) ; }
retrieve the value of a property concode_field_sep String[] propertyNames concode_elem_sep String[] THING_PROPERTIES concode_elem_sep String targetType concode_elem_sep ArrayList<String> targetTypes concode_elem_sep String EVENT concode_elem_sep String ENTERTAINMENT concode_elem_sep String ORGANIZATION concode_elem_sep...
Object function ( String arg0 , String arg1 , String arg2 ) { VariableContext loc0 = getVariableContext ( ) ; if ( loc0 != null ) { return loc0 . getVariableValue ( arg0 , arg1 , arg2 ) ; } else { throw new UnresolvableException ( "srini_string" ) ; } }
retrieve a variable value . concode_field_sep FunctionContext functionContext concode_elem_sep Navigator navigator concode_elem_sep NamespaceContext namespaceContext concode_elem_sep long serialVersionUID concode_elem_sep VariableContext variableContext concode_field_sep VariableContext getVariableContext concode_elem_...
boolean function ( ) { return mGradientEnabled ; }
returns the gradient is enabled value . concode_field_sep NumberFormat mChartValuesFormat concode_elem_sep boolean mGradientEnabled concode_elem_sep BasicStroke mStroke concode_elem_sep boolean mHighlighted concode_elem_sep int mGradientStopColor concode_elem_sep boolean mDisplayBoundingPoints concode_elem_sep boolean ...
void function ( Properties arg0 , boolean arg1 ) { weka . core . PluginManager . addFromProperties ( arg0 , arg1 ) ; }
add all key value pairs from the supplied properties object concode_field_sep PlaceHolder placeHolder concode_field_sep void removeFromDisabledList concode_elem_sep void removeFromDisabledList concode_elem_sep Set<String> getPluginNamesOfType concode_elem_sep void removePlugin concode_elem_sep void removePlugins concod...
void function ( StringBuilder arg0 , String arg1 ) { arg0 . append ( "srini_string" ) ; arg0 . append ( arg1 ) ; arg0 . append ( "srini_string" ) ; }
appends '' < / tag > '' to the stringbuilder . this is a typical closing html/didl/xml tag . concode_field_sep PlaceHolder placeHolder concode_field_sep String abbreviate concode_elem_sep void addAttribute concode_elem_sep void openTag concode_elem_sep String encodeXML concode_elem_sep void addXMLTagAndAttribute concod...
String function ( ) { return url ; }
get get request . concode_field_sep String post concode_elem_sep Map<String,String> response concode_elem_sep String header concode_elem_sep String source concode_elem_sep String url concode_field_sep String getPost concode_elem_sep Map<String,String> getResponse concode_elem_sep String getSource concode_elem_sep Strin...
void function ( Double arg0 ) { this . contribution = arg0 ; }
sets the value of the contribution property . concode_field_sep Double contribution concode_elem_sep RecordRef partner concode_elem_sep RecordRef partnerRole concode_elem_sep Boolean isPrimary concode_field_sep Double getContribution concode_elem_sep Boolean isIsPrimary concode_elem_sep RecordRef getPartnerRole concode...
void function ( ) { rrs . clear ( ) ; position = 0 ; nsigs = 0 ; }
deletes all records from an rrset concode_field_sep List rrs concode_elem_sep short nsigs concode_elem_sep short position concode_elem_sep long serialVersionUID concode_field_sep Name getName concode_elem_sep void addRR concode_elem_sep void deleteRR concode_elem_sep Iterator iterator concode_elem_sep Iterator rrs conc...
String function ( ) { return month ; }
gets the month value of the date . note if the original date value can not be parsed , this method returns the unparsed string . concode_field_sep int OFFSET_HH concode_elem_sep int OFFSET_MM concode_elem_sep String month concode_elem_sep int OFFSET_SS concode_elem_sep String second concode_elem_sep int OFFSET_YYYY con...
void function ( String arg0 ) { this . role = arg0 ; }
sets the value of the role property . concode_field_sep String role concode_elem_sep JAXBElement<? extends AbstractDSAggregateType> abstractDSAggregate 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 concod...
boolean function ( String arg0 ) { return ( arg0 == null ) || ( arg0 . length ( ) == 0 ) ; }
checks if a string is empty '' '' or null . concode_field_sep Random RANDOM concode_field_sep String random concode_elem_sep void notNull concode_elem_sep String randomAlphabetic concode_elem_sep boolean isNotEmpty
int function ( ) { return generatorVersion ; }
returns generatorversion . concode_field_sep String worldType concode_elem_sep WorldType worldTypes[] concode_elem_sep WorldType FLAT concode_elem_sep WorldType DEFAULT_1_1 concode_elem_sep WorldType DEFAULT concode_elem_sep int generatorVersion concode_elem_sep boolean field_48638_h concode_elem_sep boolean canBeCreat...
void function ( ) { if ( cluster . isClusterUp ( ) ) cluster . shutdown ( ) ; File loc0 = new File ( cluster . getDataDirectory ( ) ) ; if ( loc0 . exists ( ) && ! FileUtil . fullyDelete ( loc0 ) ) { throw new IOException ( "srini_string" + loc0 + "srini_string" ) ; } }
clean up concode_field_sep MiniDFSCluster cluster concode_elem_sep int blockSize concode_elem_sep long seed concode_elem_sep int fileSize concode_elem_sep Configuration config concode_field_sep void setUp concode_elem_sep void testNameNode concode_elem_sep void testDataNode concode_elem_sep boolean checkPrintAllValues ...
double function ( ) { return getDiscardedCount ( ) / ( double ) getSeenCount ( ) ; }
gets the fraction of records discarded since creation or the last call to resetstatistics . concode_field_sep double targetProportion concode_elem_sep long recordsSeen concode_elem_sep long recordsAccepted concode_field_sep void resetStatistics concode_elem_sep long getAcceptedCount concode_elem_sep void recordAccepted...
void function ( ) { }
start the activation concode_field_sep MessageEndpointFactory endpointFactory concode_elem_sep ValidActivationSpec spec concode_elem_sep ValidResourceAdapter ra concode_field_sep ValidActivationSpec getActivationSpec concode_elem_sep MessageEndpointFactory getMessageEndpointFactory concode_elem_sep void stop
void function ( BufferedImage arg0 ) { setImage ( arg0 , isCached ) ; }
writes buffered imate to this object . if images caching is enabled , the images is written to disk , otherwise it is kept in memory . concode_field_sep long length concode_elem_sep boolean isScaled concode_elem_sep boolean isCached concode_elem_sep boolean isCachingEnabled concode_elem_sep File tempFile concode_elem_s...
boolean function ( ) { return m_isStocked ; }
is it stocked concode_field_sep int m_AD_Org_ID concode_elem_sep int m_AD_Client_ID concode_elem_sep BigDecimal m_qty concode_elem_sep String m_productType concode_elem_sep int m_C_UOM_ID concode_elem_sep String m_trxName concode_elem_sep String m_ProductCategory concode_elem_sep int m_C_RevenueRecognition_ID concode_e...
void function ( Date arg0 ) { _wsrpConsumerPortlet . setLastPublishDate ( arg0 ) ; }
sets the last publish date of this w s r p consumer portlet . concode_field_sep WSRPConsumerPortlet _wsrpConsumerPortlet concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void se...