code
stringlengths
20
663
nl
stringlengths
68
7.19k
short function ( short arg0 ) { return exps [ arg0 ] ; }
this function returns the values of exps-lookup table which correspond to the input concode_field_sep short logs[] concode_elem_sep int MASK concode_elem_sep short exps[] concode_field_sep short addElem concode_elem_sep short invElem concode_elem_sep short getLog concode_elem_sep short multElem
int function ( int arg0 ) { arg0 -- ; if ( arg0 < 0 ) { arg0 = buffer . length - 1 ; } return arg0 ; }
decrements the internal index . concode_field_sep int head concode_elem_sep int tail concode_elem_sep byte[] buffer concode_field_sep boolean add concode_elem_sep Iterator iterator concode_elem_sep int size concode_elem_sep byte get concode_elem_sep boolean isEmpty concode_elem_sep int increment concode_elem_sep byte r...
Unmarshaller function ( ) { Unmarshaller loc0 = defaultUnmarshaller . get ( ) ; if ( loc0 == null ) { loc0 = defaultJaxbContext ( ) . createUnmarshaller ( ) ; defaultUnmarshaller . set ( loc0 ) ; } return loc0 ; }
default rdf marshaller for current thread . concode_field_sep ThreadLocal<Marshaller> defaultMarshaller concode_elem_sep String RDF_NS concode_elem_sep JAXBContext defaultJaxbContext concode_elem_sep String FEDORA_EXTERNALS_NS concode_elem_sep String PROARC_RELS_NS concode_elem_sep ThreadLocal<Unmarshaller> defaultUnma...
int function ( Entity arg0 ) { return Math . abs ( arg0 . getAmountMax ( ) - arg0 . getAmount ( ) ) / arg0 . getContainerAmount ( ) ; }
gets count of containers needed to fill entity concode_field_sep EntityObserver<E> entityObserver concode_field_sep void updateEntitiesInDatabase concode_elem_sep void useEntity concode_elem_sep boolean isEntityNeedToBeFilled concode_elem_sep void fill concode_elem_sep void unUseEntity
void function ( String arg0 ) { this . r = arg0 ; }
sets the value of the r property . concode_field_sep Object parent concode_elem_sep String r concode_elem_sep STCellType t concode_elem_sep String v concode_elem_sep Long vm concode_field_sep String getV concode_elem_sep void setV concode_elem_sep Object getParent concode_elem_sep long getVm concode_elem_sep void after...
Router function ( @ NotNull final String arg0 , @ NotNull final Handler < Context > arg1 ) { addPattern ( Method . GET , arg0 , arg1 ) ; return this ; }
specify a handlers that will be called for a matching http get concode_field_sep Map<Method,List<Route>> routes concode_elem_sep Map<String,Handler<Context>> paramHandlers concode_field_sep Router all concode_elem_sep Router all concode_elem_sep void handle concode_elem_sep Router delete concode_elem_sep Router delete ...
JAXBElement < String > function ( ) { return tokenId ; }
gets the value of the tokenid property . concode_field_sep JAXBElement<String> opesusername concode_elem_sep JAXBElement<String> opstenantname concode_elem_sep JAXBElement<String> tokenId concode_elem_sep JAXBElement<String> ip concode_elem_sep JAXBElement<String> tenantId concode_elem_sep JAXBElement<String> opspasswo...
Reader function ( InputStream arg0 ) { return arg0 == null ? null : new BufferedReader ( new InputStreamReader ( arg0 , Constants . UTF8 ) ) ; }
create a buffered reader to read from an input stream using the utf-8 format . if the input stream is null , this method returns null . the inputstreamreader that is used here is not exact , that means it may read some additional bytes when buffering . concode_field_sep PlaceHolder placeHolder concode_field_sep long co...
void function ( RepositoryEvent arg0 ) { List < ListenerHandle > loc0 = lists . get ( arg0 . getListenerType ( ) ) ; if ( loc0 != null ) { for ( ListenerHandle loc1 : loc0 ) arg0 . dispatch ( loc1 . listener ) ; } }
dispatch an event to all interested listeners . listeners are selected by the type of listener the event delivers to . concode_field_sep ConcurrentMap<Class<? extends RepositoryListener>,CopyOnWriteArrayList<ListenerHandle>> lists concode_field_sep void add concode_elem_sep ListenerHandle addIndexChangedListener concod...
boolean function ( ) { if ( webView . canGoBack ( ) ) { webView . goBack ( ) ; return true ; } return false ; }
go to previous page in history . we manage our own history concode_field_sep PluginManager pluginManager concode_elem_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep BroadcastReceiver receiver concode_elem_sep SystemWebView webView concode_elem_sep CordovaWebView parentWebV...
PackageParameters function ( ) { return this . packageParameters ; }
get custom packaging parameters for this crosswalk . these packageparameters can be used to pass on to a packager plugin to actually perform the dissemination/ingestion required by this crosswalk . the crosswalk itself can choose how to utilize or obey these packageparameters . this method just provides the crosswalk a...
boolean function ( ) { return containsAny ( x -> x . isSuccess ( ) ) ; }
check if this group contains at least one success message . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean containsNoSuccess concode_elem_sep boolean containsOnlyError concode_elem_sep boolean containsNoFailure concode_elem_sep int getErrorCount concode_elem_sep int getSuccessCount concode_elem_sep...
String function ( ) { return publicId ; }
get the public identifier for this input source . concode_field_sep String systemId concode_elem_sep Reader characterStream concode_elem_sep InputStream byteStream concode_elem_sep String encoding concode_elem_sep String publicId concode_field_sep InputStream getByteStream concode_elem_sep String getEncoding concode_el...
StyleMap function ( ) { return sm ; }
returns the stylemap from the @font - face rule . concode_field_sep short TYPE concode_elem_sep StyleMap sm concode_elem_sep ParsedURL purl concode_field_sep ParsedURL getURL concode_elem_sep short getType concode_elem_sep String toString
boolean function ( ProtocolVersion arg0 ) { return ( arg0 != null ) && this . protocol . equals ( arg0 . protocol ) ; }
checks whether this protocol can be compared to another one . only protocol versions with the same protocol name can be #comparetoversion compared . concode_field_sep String protocol concode_elem_sep int major concode_elem_sep int minor concode_elem_sep long serialVersionUID concode_field_sep int getMinor concode_elem_...
Date function ( ) { return stamp ; }
returns the timestamp when the packet was originally sent . the returned date is be understood as utc . concode_field_sep String reason concode_elem_sep DateFormat XEP_0091_UTC_FORMAT concode_elem_sep Date stamp concode_elem_sep String from concode_field_sep String getNamespace concode_elem_sep void setFrom concode_ele...
int function ( ) { int loc0 ; loc0 = ( this . period != null ? this . period . hashCode ( ) : 0 ) ; loc0 = 29 * loc0 + ( this . value != null ? this . value . hashCode ( ) : 0 ) ; return loc0 ; }
returns a hash code value for the object . concode_field_sep TimePeriod period concode_elem_sep long serialVersionUID concode_elem_sep Number value concode_field_sep Number getValue concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep String toString concode_elem...
void function ( ) { embeddingFeatureStack . pop ( ) ; }
pops the current embedding feature from the stack concode_field_sep Stack<PAnnotatedEStructuralFeature> embeddingFeatureStack concode_elem_sep Stack<Map<String,Object>> overrideStack concode_elem_sep Log log concode_elem_sep Map<String,Object> currentOverrides concode_field_sep SQLNameStrategy getSqlNameStrategy concod...
Matcher function ( final Matcher arg0 ) { return new Matcher ( ) { @ Override public boolean matches ( Node arg1 , NodeMetadata arg2 ) { return arg1 . isAssign ( ) && arg0 . matches ( arg1 . getLastChild ( ) , arg2 ) ; } } ; }
returns a matcher that matches an assign node where the rhs of the assignment matches the given rhsmatcher . concode_field_sep PlaceHolder placeHolder concode_field_sep Matcher jsDocType concode_elem_sep Matcher constructor concode_elem_sep Matcher constructor concode_elem_sep Matcher prototypeMethodDeclaration concode...
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; }
called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep BundleContext getContext
String function ( final String arg0 ) { return encrypt ( arg0 , key ) ; }
returns text enrypted through xor and encoded using base64 . concode_field_sep String key concode_elem_sep String DEFAULT_ENCODING concode_field_sep String base64decode concode_elem_sep String base64encode concode_elem_sep String xorText concode_elem_sep String xorText concode_elem_sep String decrypt concode_elem_sep S...
java . lang . String function ( ) { return _projectsEntryLocalService . getOSGiServiceIdentifier ( ) ; }
returns the osgi service identifier . concode_field_sep ProjectsEntryLocalService _projectsEntryLocalService concode_field_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep int getProjectsEntriesCount concode_elem_sep com.life...
Writable function ( final byte [ ] arg0 , final Writable arg1 ) { DataInputStream loc0 = new DataInputStream ( new ByteArrayInputStream ( arg0 ) ) ; try { arg1 . readFields ( loc0 ) ; } finally { loc0 . close ( ) ; } return arg1 ; }
copy one writable to another . copies bytes using data streams . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] getBytes concode_elem_sep byte[] getBytes concode_elem_sep Writable getWritable concode_elem_sep Writable getWritable
void function ( final String arg0 , final Object arg1 ) { if ( arg1 == null ) { throw new IllegalArgumentException ( Errors . format ( ErrorKeys . NULL_ARGUMENT_$1 , arg0 ) ) ; } }
makes sure that an argument is non-null . concode_field_sep char SEPARATOR concode_elem_sep String IMAGEREAD concode_elem_sep String IMAGEREADMT concode_elem_sep String DEFAULT_WORLDFILE_EXT concode_field_sep ReferencedEnvelope getReferencedEnvelopeFromGeographicBoundingBox
PublicKey function ( String arg0 ) { byte [ ] loc0 = pemToDer ( arg0 ) ; return DerUtils . decodePublicKey ( loc0 ) ; }
extract a public key from a pem string concode_field_sep PlaceHolder placeHolder concode_field_sep X509Certificate decodeCertificate concode_elem_sep X509Certificate decodeCertificate concode_elem_sep byte[] pemToDer concode_elem_sep byte[] pemToDer concode_elem_sep PrivateKey decodePrivateKey concode_elem_sep PrivateK...
void function ( OutputStream arg0 ) { arg0 . write ( 'r' ) ; arg0 . write ( 1 ) ; arg0 . write ( 0 ) ; }
writes the bytes to start a hessian reply including protocol version information to the provided output stream . concode_field_sep PlaceHolder placeHolder concode_field_sep void completeReply concode_elem_sep void printString concode_elem_sep void writeString concode_elem_sep void writeFault
void function ( ) { AreaRenderer loc0 = new AreaRenderer ( ) ; assertTrue ( loc0 instanceof PublicCloneable ) ; }
check that this class implements publiccloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testHashcode concode_elem_sep void testGetLegendItemSeriesIndex concode_elem_sep void testEquals
WebDriver function ( WebDriver arg0 ) { RemoteWebDriver loc0 = extractRemoteWebDriver ( arg0 ) ; if ( loc0 == null ) { return arg0 ; } return create ( loc0 , driverAugmentors , arg0 ) ; }
enhance the interfaces implemented by this instance of webdriver iff that instance is a org.openqa.selenium.remote.remotewebdriver . the webdriver that is returned may well be a dynamic proxy . you can not rely on the concrete implementing class to remain constant . concode_field_sep Map<String,AugmenterProvider> eleme...
void function ( final int arg0 ) { this . outputNeurons = arg0 ; }
set the number of output neurons . concode_field_sep int inputNeurons concode_elem_sep int hiddenNeurons concode_elem_sep int outputNeurons concode_elem_sep ActivationFunction activation concode_field_sep void addHiddenLayer concode_elem_sep void clear concode_elem_sep void setInputNeurons concode_elem_sep void setActi...
void function ( ) { logger1 . info ( "srini_string" ) ; ThreadSafeLocalContextProvider loc0 = new ThreadSafeLocalContextProvider ( LocalVariableBehavior . TRANSIENT , true ) ; Ruby loc1 = loc0 . getRuntime ( ) ; assertNotNull ( loc1 ) ; }
test of getruntime method , of class threadsafelocalcontextprovider . concode_field_sep Ruby runtime concode_elem_sep OutputStream outStream concode_elem_sep Logger logger1 concode_elem_sep ThreadSafeLocalContextProvider provider concode_elem_sep Logger logger0 concode_field_sep void testGetVarMap concode_elem_sep void...
String function ( ) { return password ; }
gets the user 's password . concode_field_sep String password concode_elem_sep String keyfile concode_elem_sep String name concode_elem_sep String passphrase concode_elem_sep boolean trustAllCertificates concode_field_sep void setName concode_elem_sep void setPassword concode_elem_sep String getName concode_elem_sep vo...
String function ( ) { return RevisionUtils . extract ( "srini_string" ) ; }
returns the revision string . concode_field_sep double sd concode_elem_sep int last concode_elem_sep int numInstances concode_elem_sep double sum concode_elem_sep int missingInstances concode_elem_sep double va concode_elem_sep int attr concode_elem_sep double sqrSum concode_elem_sep int first concode_field_sep String ...
Utente function ( int arg0 ) { for ( Utente loc0 : listaVenditori ) { if ( loc0 . arg0 == arg0 ) return loc0 ; } return null ; }
metodo che restituisce il venditore dato l'id concode_field_sep UtentiFactory singleton concode_elem_sep ArrayList<Utente> listaVenditori concode_elem_sep ArrayList<Utente> listaClienti concode_field_sep ArrayList<Utente> getClientiList concode_elem_sep ArrayList<Utente> getUtentiList concode_elem_sep UtentiFactory get...
ClarionNumber function ( boolean arg0 ) { return new ClarionNumber ( arg0 ? 1 : 0 ) ; }
return 1 or 0 based on condition concode_field_sep String[] args concode_elem_sep List<Runnable> initThreadHooks concode_elem_sep boolean testMode concode_elem_sep boolean hard concode_elem_sep Logger log concode_elem_sep List<Runnable> shutdownHooks concode_field_sep void setHardAssert concode_elem_sep void initThread...
TaggedProfile function ( Any arg0 ) { try { return ( ( TaggedProfileHolder ) arg0 . extract_Streamable ( ) ) . value ; } catch ( ClassCastException loc0 ) { BAD_OPERATION loc1 = new BAD_OPERATION ( "srini_string" ) ; loc1 . minor = Minor . Any ; loc1 . initCause ( loc0 ) ; throw loc1 ; } }
extract the taggedprofile from given any . this method uses the taggedprofileholder . concode_field_sep PlaceHolder placeHolder concode_field_sep TaggedProfile read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write
byte [ ] function ( int arg0 ) { return mStripBytes . get ( arg0 ) ; }
gets the strip at the specified index . concode_field_sep byte[] USER_COMMENT_JIS concode_elem_sep byte[] USER_COMMENT_ASCII concode_elem_sep byte[] mThumbnail concode_elem_sep ByteOrder mByteOrder concode_elem_sep ArrayList<byte[]> mStripBytes concode_elem_sep String TAG concode_elem_sep byte[] USER_COMMENT_UNICODE co...
void function ( Point2D arg0 ) { this . point = arg0 ; }
sets the xy coordinates of the bounding box containing the outlier ellipse . concode_field_sep double radius concode_elem_sep Point2D point concode_field_sep Point2D getPoint concode_elem_sep double getX concode_elem_sep double getY concode_elem_sep boolean equals concode_elem_sep boolean overlaps concode_elem_sep Stri...
Binding function ( ) { return new Binding ( this ) ; }
clone the binding . the frame will be duplicated , and eval context will point to the new binding , but other fields will be copied as-is . concode_field_sep String filename concode_elem_sep String method concode_elem_sep Visibility visibility concode_elem_sep DynamicScope dummyScope concode_elem_sep int line concode_e...
int function ( ) { return hashCode ; }
hash code for this object is its unique serial number . concode_field_sep HsqlNameManager staticManager concode_elem_sep String statementName concode_elem_sep int sysNumber concode_elem_sep HsqlNameManager manager concode_elem_sep int hashCode concode_elem_sep boolean isNameQuoted concode_elem_sep int serialNumber conc...
void function ( String arg0 , Map < String , String [ ] > arg1 , String arg2 , Object arg3 ) { addParameter ( arg0 , arg1 , arg2 , new String [ ] { String . valueOf ( arg3 ) } ) ; }
adds a namespaced parameter of any type to the parameter map . concode_field_sep Router router concode_elem_sep String _mapping concode_elem_sep Log _log concode_elem_sep String _portletId concode_elem_sep boolean _CHECK_MAPPING_WITH_PREFIX concode_elem_sep boolean _portletInstanceable concode_field_sep void setPortlet...
void function ( ) { }
an especially short bit of javadoc . concode_field_sep byte NUL_2 concode_elem_sep byte NUL concode_elem_sep InnerInputCorrectJavaDocParagraphCheck anon concode_field_sep void foo6 concode_elem_sep void foo6 concode_elem_sep void foo6 concode_elem_sep boolean emulated concode_elem_sep void emulated concode_elem_sep int...
boolean function ( ) { return bReadOnly || dDatabase . bReadOnly ; }
method declaration concode_field_sep Database dDatabase concode_elem_sep HsqlArrayList tTransaction concode_elem_sep int iNestedOldTransIndex concode_elem_sep int iId concode_elem_sep jdbcConnection intConnection concode_elem_sep boolean script concode_elem_sep boolean bAutoCommit concode_elem_sep boolean bReadOnly con...
SharedPreferenceSaver function ( Context arg0 ) { return PlacesConstants . SUPPORTS_GINGERBREAD ? new GingerbreadSharedPreferenceSaver ( arg0 ) : PlacesConstants . SUPPORTS_FROYO ? new FroyoSharedPreferenceSaver ( arg0 ) : new LegacySharedPreferenceSaver ( arg0 ) ; }
create a new sharedpreferencesaver concode_field_sep PlaceHolder placeHolder concode_field_sep LocationUpdateRequester getLocationUpdateRequester concode_elem_sep ILastLocationFinder getLastLocationFinder concode_elem_sep IStrictMode getStrictMode
void function ( byte [ ] arg0 ) { this . payload = arg0 ; }
set the payload of the last will . concode_field_sep int qos concode_elem_sep byte[] payload concode_elem_sep String topic concode_elem_sep boolean retain concode_field_sep byte[] getPayload concode_elem_sep void setQos concode_elem_sep boolean isRetain concode_elem_sep int getQos concode_elem_sep String toString conco...
void function ( final int arg0 , final int arg1 ) { final Node loc0 = findNode ( arg0 ) ; final Node loc1 = findNode ( arg1 ) ; if ( loc0 == loc1 ) { return ; } if ( loc0 . rank > loc1 . rank ) { loc1 . child . parent = loc0 . child ; loc0 . value = arg1 ; } else { loc0 . child . parent = loc1 . child ; loc1 . value = ...
combines the set that contains a with the set that contains b. concode_field_sep Node parent concode_elem_sep ResizeableArrayList nodes concode_elem_sep int rank concode_elem_sep int value concode_elem_sep Node child concode_field_sep boolean isEquiv concode_elem_sep int find concode_elem_sep Node findNode concode_elem...
String function ( String arg0 ) { return DUPLICATE_MESSAGE + "srini_string" + arg0 ; }
getduplicaterulemessage . concode_field_sep String EMPTY_MESSAGE concode_elem_sep String NON_SCALAR_KEY_MESSAGE concode_elem_sep String TYPE_MISMATCH_MESSAGE concode_elem_sep String IS_MISSING concode_elem_sep String DUPLICATE_MESSAGE concode_field_sep String getRuleEmptyMessage concode_elem_sep String getRuleTypeMisMa...
boolean function ( @ NotNull final Collection < ? extends PyElement > arg0 , @ NotNull final FQNamesProvider ... arg1 ) { for ( final PyElement loc0 : arg0 ) { if ( isName ( loc0 , arg1 ) ) { return true ; } } return false ; }
for each provided element checks if fq element name is one of provided names concode_field_sep FQNamesProvider myNameToSearch concode_elem_sep PsiCacheKey<Pair<String,String>,PyElement> QUALIFIED_AND_CLASS_NAME concode_field_sep boolean isName concode_elem_sep PyCallExpression findCallExpParent concode_elem_sep boolean...
void function ( boolean arg0 ) { pwAbility = arg0 ; }
setplaneswalker . concode_field_sep boolean hellbent concode_elem_sep String svarToCheck concode_elem_sep String svarOperator concode_elem_sep boolean bAnyPlayer concode_elem_sep String presentDefined concode_elem_sep String sIsPresent concode_elem_sep int nCardsInHand concode_elem_sep String lifeTotal concode_elem_sep...
ClassLoader function ( IProject arg0 , ClassLoader arg1 ) { final List < URL > loc0 = Lists . newArrayList ( ) ; addClasspathEntries ( arg0 , loc0 ) ; return URLClassLoader . newInstance ( loc0 . toArray ( new URL [ loc0 . size ( ) ] ) , arg1 ) ; }
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 ...
Builder function ( String arg0 , String arg1 ) { headers . add ( arg0 , arg1 ) ; return this ; }
adds a header with name and value . prefer this method for multiply-valued headers like `` cookie '' . concode_field_sep RawHeaders headers concode_elem_sep String method concode_elem_sep RawHeaders headers concode_elem_sep String method concode_elem_sep Object tag concode_elem_sep Body body concode_elem_sep URL url co...
void function ( float arg0 ) { Matrix2f loc0 = new Matrix2f ( ) ; loc0 . loadRotate ( arg0 ) ; multiply ( loc0 ) ; }
modifies the current matrix by post-multiplying it with a rotation matrix of given angle concode_field_sep float[] mMat concode_field_sep void set concode_elem_sep void load concode_elem_sep void loadScale concode_elem_sep float get concode_elem_sep void loadMultiply concode_elem_sep float[] getArray concode_elem_sep v...
ExifTag function ( ExifTag arg0 , int arg1 ) { if ( arg0 != null && ExifTag . isValidIfd ( arg1 ) ) { IfdData loc0 = getOrCreateIfdData ( arg1 ) ; return loc0 . setTag ( arg0 ) ; } return null ; }
adds the given exiftag to the given ifd and returns an existing exiftag with the same tid or null if none exist . concode_field_sep byte[] USER_COMMENT_JIS concode_elem_sep byte[] USER_COMMENT_ASCII concode_elem_sep byte[] mThumbnail concode_elem_sep ByteOrder mByteOrder concode_elem_sep ArrayList<byte[]> mStripBytes c...
Reference function ( ) { return reference ; }
get the reference instance . concode_field_sep Reference reference concode_elem_sep HelloWorldManagedConnectionFactory mcf concode_elem_sep ConnectionManager connectionManager concode_elem_sep long serialVersionUID concode_field_sep HelloWorldConnection getConnection concode_elem_sep void setReference
void function ( String arg0 ) { this . id = arg0 ; }
sets the value of the id property . concode_field_sep OperationalProtectionType operationalProtection concode_elem_sep List<ExtensionType> extension concode_elem_sep IdentificationType identification concode_elem_sep TechnicalProtectionBaseType technicalProtection concode_elem_sep AuthnMethodBaseType authnMethod concod...
SpelExpressionParser function ( ) { return this . parser ; }
return the spelexpressionparser to use . concode_field_sep String expression concode_elem_sep SpelExpressionParser parser concode_elem_sep ParameterNameDiscoverer parameterNameDiscoverer concode_elem_sep AnnotatedElementKey element concode_field_sep ParameterNameDiscoverer getParameterNameDiscoverer concode_elem_sep Ex...
String function ( ) { return tag ; }
gets the tag name to use as guess . concode_field_sep double DEFAULT_MAX_DIST concode_elem_sep double maxDist concode_elem_sep double minDist concode_elem_sep String tag concode_elem_sep OsmPrimitive srcNode concode_elem_sep String currentValue concode_elem_sep OSMAddress aNode concode_field_sep void setAddressNode con...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . arg0 ( arg0 ) ; }
performs a dynamic query on the database and returns the matching rows . concode_field_sep RatingsStatsLocalService _service concode_field_sep com.liferay.ratings.kernel.model.RatingsStats getStats concode_elem_sep com.liferay.ratings.kernel.model.RatingsStats getStats concode_elem_sep java.util.List<com.liferay.rating...
String function ( ) { return "srini_string" ; }
get the specific version of weka the class is designed for . eg : 3.5.1 concode_field_sep long serialVersionUID concode_field_sep String getMaxVersion concode_elem_sep void display concode_elem_sep String getMinVersion concode_elem_sep JMenuItem getVisualizeMenuItem
JAXBElement < Boolean > function ( Boolean arg0 ) { return new JAXBElement < Boolean > ( _UploadImgResponse_QNAME , Boolean . class , null , arg0 ) ; }
create an instance of jaxbelement concode_field_sep QName _UploadImg_QNAME concode_elem_sep QName _UploadImgResponse_QNAME concode_field_sep JAXBElement<byte[]> createUploadImg
Flow < String , ByteString , NotUsed > function ( String arg0 ) { return Flow . of ( String . class ) . map ( str -> { return ByteString . fromString ( "srini_string" + StringEscapeUtils . escapeEcmaScript ( str ) + "srini_string" ) ; } ) . via ( flow ( arg0 ) ) ; }
produces a flow of escaped bytestring from a series of string elements . calls out to comet.flow internally . concode_field_sep ByteString initialChunk concode_field_sep ByteString formatted concode_elem_sep Flow<JsonNode,ByteString,NotUsed> json concode_elem_sep Flow<ByteString,ByteString,NotUsed> flow
void function ( ) { XSLTC loc0 = _parser . getXSLTC ( ) ; loc0 . init ( ) ; loc0 . setOutputType ( XSLTC . BYTEARRAY_OUTPUT ) ; _parser . startDocument ( ) ; }
re-initialize parser and forward sax2 event . concode_field_sep String _systemId concode_elem_sep int _indentNumber concode_elem_sep TransformerFactoryImpl _tfactory concode_elem_sep TemplatesImpl _templates concode_elem_sep Parser _parser concode_elem_sep URIResolver _uriResolver concode_field_sep String getSystemId c...
void function ( String arg0 ) { if ( controlLog . size ( ) > CONTROL_LOG_CAP ) { controlLog = clear ( controlLog ) ; appendControl ( "srini_string" + CONTROL_LOG_CAP + "srini_string" ) ; } controlLog . add ( ( new Time ( System . currentTimeMillis ( ) ) + "srini_string" + arg0 ) ) ; }
convenience method to pad the passed message with the time then append it to the control log 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...
BundleContext function ( ) { return context ; }
returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start
void function ( GeneratorEntry arg0 ) { }
override this method to do any cleanup needed after generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_elem_sep MessageConsoleStream info concode_field_sep void refreshTargetProject con...
String function ( ) { return _displayName ; }
returns the display name . concode_field_sep byte[] _logoData concode_elem_sep long _id concode_elem_sep String DEFAULT_OCRA_SUITE concode_elem_sep String _displayName concode_elem_sep String _infoURL concode_elem_sep String _authenticationURL concode_elem_sep Bitmap _logoBitmap concode_elem_sep String _ocraSuite conco...
boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof RowId ) ) { return false ; } byte [ ] loc0 = ( ( RowId ) arg0 ) . getBytes ( ) ; if ( data_ . length != loc0 . length ) return false ; for ( int loc1 = 0 ; loc1 < data_ . length ; loc1 ++ ) { if ( data_ [ loc1 ] != loc0 [ loc1 ] ) return false ; } return true ...
compares this rowid to the specified object . the result is true if and only if the argument is not null and is a rowid object that represents the same rowid as this object . it is important to consider both the origin and the valid lifetime of a rowid when comparing it to another rowid . if both are valid , and both a...
void function ( ) { String loc0 = "srini_string" ; long loc1 = 211750789 ; Long [ ] loc2 = new TimeIntervalParser ( ) . parse ( loc0 ) ; assertEquals ( 1 , loc2 . length ) ; assertEquals ( loc1 , loc2 [ 0 ] . longValue ( ) ) ; }
test method for org.kie.base.evaluators.timeintervalparser #parse java.lang.string . concode_field_sep PlaceHolder placeHolder concode_field_sep void testParse2 concode_elem_sep void testParse4 concode_elem_sep void testParse3 concode_elem_sep void testParse6 concode_elem_sep void testParse5 concode_elem_sep void testP...
ReadOnlyClassToSerializerMap function ( HashMap < TypeKey , JsonSerializer < Object >> arg0 ) { return new ReadOnlyClassToSerializerMap ( new JsonSerializerMap ( arg0 ) ) ; }
factory method for creating the `` blueprint '' lookup map . such map can not be used as is but just shared : to get an actual usable instance , #instance has to be called first . concode_field_sep JsonSerializerMap _map concode_elem_sep TypeKey _cacheKey concode_field_sep ReadOnlyClassToSerializerMap instance concode_...
void function ( HanyuPinyinCaseType arg0 ) { this . caseType = arg0 ; }
define the output cases of hanyu pinyin characters concode_field_sep HanyuPinyinVCharType vCharType concode_elem_sep HanyuPinyinToneType toneType concode_elem_sep HanyuPinyinCaseType caseType concode_field_sep HanyuPinyinToneType getToneType concode_elem_sep HanyuPinyinVCharType getVCharType concode_elem_sep void setVC...
java . lang . String function ( ) { return _shoppingCoupon . getCode ( ) ; }
returns the code of this shopping coupon . concode_field_sep ShoppingCoupon _shoppingCoupon concode_field_sep java.util.Date getStartDate concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean hasValidEndDate concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep ...
boolean function ( String arg0 ) { if ( arg0 == null ) { arg0 = System . getProperty ( "srini_string" ) ; } return UTF8 . equalsIgnoreCase ( arg0 ) || UTF_DASH_8 . equalsIgnoreCase ( arg0 ) ; }
whether a given encoding - or the platform 's default encoding if the parameter is null - is utf-8 . concode_field_sep byte[] HEX_DIGITS concode_elem_sep ZipEncoding UTF8_ZIP_ENCODING concode_elem_sep Map<String,SimpleEncodingHolder> simpleEncodings concode_elem_sep char[] highChars concode_elem_sep String UTF_DASH_8 c...
void function ( JAXBElement < String > arg0 ) { this . messageId = arg0 ; }
sets the value of the messageid property . concode_field_sep JAXBElement<String> messageId concode_field_sep JAXBElement<String> getMessageId
boolean function ( ) { return hasProperInterior ; }
a proper interior intersection is a proper intersection which is not contained in the set of boundary nodes set for this segmentintersector . concode_field_sep boolean isSelfIntersection concode_elem_sep Collection[] bdyNodes concode_elem_sep boolean hasProperInterior concode_elem_sep boolean includeProper concode_elem...
void function ( ) { mLock . writeLock ( ) . lock ( ) ; }
acquires the write lock for this inode . concode_field_sep boolean mPinned concode_elem_sep long mId concode_elem_sep short mPermission concode_elem_sep boolean mDeleted concode_elem_sep String mGroupName concode_elem_sep long mLastModificationTimeMs concode_elem_sep long mCreationTimeMs concode_elem_sep boolean mDirec...
IMoney function ( IMoney arg0 ) { return arg0 . addMoney ( this ) ; }
adds a money to this money . forwards the request to the addmoney helper . concode_field_sep int fAmount concode_elem_sep String fCurrency concode_field_sep int amount concode_elem_sep IMoney addMoneyBag concode_elem_sep int hashCode concode_elem_sep IMoney negate concode_elem_sep IMoney subtract concode_elem_sep boole...
String function ( ) { return name ; }
gets the value of the name property . concode_field_sep List<Long> companyIds concode_elem_sep Integer clicksLookback concode_elem_sep String name concode_elem_sep Integer id concode_elem_sep Integer impressionsLookback concode_elem_sep ActivityGroupStatus status concode_field_sep void setName concode_elem_sep void set...
void function ( Set < Node > arg0 , List < Node > arg1 ) { boolean loc0 = true ; for ( Node loc1 = columnHead ; loc0 || loc1 != columnHead ; loc1 = loc1 . down ) { loc0 = false ; if ( ! arg0 . contains ( loc1 ) ) { arg0 . add ( loc1 ) ; arg1 . add ( loc1 ) ; } } }
mark to delete column concode_field_sep Node left concode_elem_sep String name concode_elem_sep Node up concode_elem_sep Node right concode_elem_sep int row concode_elem_sep int id concode_elem_sep int rows concode_elem_sep Node down concode_elem_sep int cols concode_elem_sep Node columnHead concode_field_sep void resu...
void function ( KeyEvent arg0 ) { maybeShowPopupMenu ( arg0 ) ; }
invoked when a key has been typed . this event occurs when a key press is followed by a key release . concode_field_sep PopupMenuFactory _popupMenuFactory concode_field_sep void mouseReleased concode_elem_sep String getGroupName concode_elem_sep void keyPressed concode_elem_sep void mouseExited concode_elem_sep void mo...
int function ( ) { return ( GeneralNameInterface . NAME_EDI ) ; }
return the type of the generalname . concode_field_sep int myhash concode_elem_sep byte TAG_ASSIGNER concode_elem_sep byte TAG_PARTYNAME concode_elem_sep String party concode_elem_sep String assigner concode_field_sep void encode concode_elem_sep int subtreeDepth concode_elem_sep String getAssignerName concode_elem_sep...
void function ( AssertionInfo arg0 , boolean [ ] arg1 ) { arrays . assertNullOrEmpty ( arg0 , failures , arg1 ) ; }
asserts that the given array is null or empty . concode_field_sep Arrays arrays concode_elem_sep Failures failures concode_elem_sep BooleanArrays INSTANCE concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep BooleanArrays instance concode_elem_sep void assertNotEmpty concode_ele...
String function ( ) { return id ; }
gets the timezone id used to identify this time zone in the javacode . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_sep boolea...
IByteProvider function ( NRSerialPort arg0 ) { return new SerialPortByteProvider ( arg0 ) ; }
create a new instance concode_field_sep Logger logger concode_elem_sep NRSerialPort serialPort concode_field_sep byte getByte concode_elem_sep byte[] getBytes
SnapshotOptions function ( ) { return this . options ; }
specifies the daily snapshot options specified for the elasticsearch domain . concode_field_sep SnapshotOptions options concode_elem_sep OptionStatus status concode_field_sep SnapshotOptionsStatus withStatus concode_elem_sep SnapshotOptionsStatus withOptions concode_elem_sep int hashCode concode_elem_sep boolean equals...
void function ( boolean arg0 ) { this . highlight = arg0 ; }
sets the abstracttext as highlighted , if it child abstracttext object they must also be highlighted . concode_field_sep boolean highlight concode_elem_sep boolean hasHighlight concode_elem_sep Rectangle2D.Float bounds concode_elem_sep Rectangle2D.Float textExtractionBounds concode_elem_sep boolean selected concode_ele...
boolean function ( Position arg0 ) { return false ; }
renvoie vrai si l'element est destructible a la position concode_field_sep Position position concode_field_sep Position getPosition concode_elem_sep String toString
double function ( ) { return this . translateY ; }
returns the translation required to convert local y-coordinates back to the coordinate space of the container . concode_field_sep double translateY concode_elem_sep double translateX concode_elem_sep boolean generateEntities concode_field_sep void setGenerateEntities concode_elem_sep boolean getGenerateEntities concode...
void function ( float arg0 ) { if ( arg0 > 25f ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . fps = arg0 ; ea . add ( "srini_string" , arg0 ) ; }
set the frames per second of this effect . max is 25 concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep ...
String function ( Lang arg0 , List < String > arg1 , Object ... arg2 ) { return getMessages ( arg0 ) . at ( arg1 , arg2 ) ; }
translates the first defined message . uses ` java.text.messageformat ` internally to format the message . concode_field_sep MessagesApi messages concode_elem_sep Lang lang concode_field_sep String at concode_elem_sep String at concode_elem_sep Lang getLang concode_elem_sep Boolean isDefined concode_elem_sep Boolean is...
void function ( String arg0 ) { this . filename = arg0 ; }
set category filename concode_field_sep String template concode_elem_sep Comparator<Category> ACTIVATION_COMPARATOR concode_elem_sep Comparator<Category> CATEGORY_NUMBER_COMPARATOR concode_elem_sep Comparator<Category> PATTERN_COMPARATOR concode_elem_sep String pattern concode_elem_sep AIMLSet matches concode_elem_sep ...
void function ( String arg0 ) { this . content = arg0 ; }
sets the value of the content property . concode_field_sep String content concode_field_sep String getContent
boolean function ( long arg0 ) { return runner . step ( arg0 ) ; }
steps through all of the state logic for its command . concode_field_sep CommandRunner runner concode_field_sep void cancel concode_elem_sep boolean isCancelled concode_elem_sep String toString
boolean function ( ) { return ! this . viewRoleProperties . isEmpty ( ) ; }
find out if there is any property defined . concode_field_sep HashMap<String,Set<Object>> viewRoleProperties concode_field_sep T getProperty concode_elem_sep Set<Object> getProperty concode_elem_sep void setProperty concode_elem_sep void setProperty concode_elem_sep void setProperties concode_elem_sep ExtendedPropertie...
HashSet < E > function ( ) { return new HashSet < E > ( ) ; }
returns a new mutable , empty hashset instance . concode_field_sep PlaceHolder placeHolder concode_field_sep TreeSet<E> newTreeSet
List < Quest_Assignment > function ( List < Integer > arg0 ) { List < Quest_Assignment > loc0 = new ArrayList < Quest_Assignment > ( ) ; for ( Quest_Assignment loc1 : allQuests ) { if ( arg0 . contains ( loc1 . getId ( ) ) ) loc0 . add ( loc1 ) ; } return loc0 ; }
getquestsbyids . concode_field_sep int totalWins concode_elem_sep BufferedReader in concode_elem_sep List<Integer> completedQuests concode_elem_sep ArrayList<Quest_Assignment> allQuests concode_field_sep void run concode_elem_sep List<Quest_Assignment> getQuests concode_elem_sep String readLine concode_elem_sep Quest_A...
DataBalanceWithUnlimited function ( ) { return dataBalanceAfter ; }
gets the value of the databalanceafter property . concode_field_sep String bucketName concode_elem_sep DataBalanceWithUnlimited dataBalanceAfter concode_elem_sep BigDecimal dedicatedAccountBefore concode_elem_sep String bucketBalanceBefore concode_elem_sep BigDecimal dedicatedAccountAfter concode_elem_sep BigDecimal de...
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 com.gvt.www.ws.eai.oss.gpon.EnumCertificacao certificacao concode_elem_sep java.lang.String serial concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.ax...
List < String > function ( ) { return Collections . unmodifiableList ( this . authnContextDeclRef ) ; }
gets the value of the authncontextdeclref 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 authncontextdeclref property . for example , t...
NavigableMap < String , List < String >> function ( ) { return this . sheetNamesBySurt ; }
sheet names , by the surt prefix to which they should be applied . concode_field_sep SortedSet<DecideRuledSheetAssociation> ruleAssociations concode_elem_sep Logger logger concode_elem_sep BeanFactory beanFactory concode_elem_sep NavigableMap<String,List<String>> sheetNamesBySurt concode_elem_sep Map<String,Sheet> shee...
T function ( ) { T loc0 = pool . poll ( ) ; if ( loc0 == null ) { loc0 = createNewPooledResource ( ) ; Preconditions . checkNotNull ( loc0 , "srini_string" ) ; allocatedResources . incrementAndGet ( ) ; } logPoolStats ( ) ; return loc0 ; }
this should always be followed by a try/finally concode_field_sep Logger log concode_elem_sep Queue<T> pool concode_elem_sep AtomicLong allocatedResources concode_elem_sep int maxPoolSize concode_field_sep void returnResource concode_elem_sep void cleanupForReturnToPool concode_elem_sep void shutdownPooling concode_ele...
String function ( final Calendar arg0 , final String arg1 , final TimeZone arg2 ) { return format ( arg0 , arg1 , arg2 , null ) ; }
formats a calendar into a specific pattern in a time zone . concode_field_sep TimeZone UTC_TIME_ZONE concode_elem_sep FastDateFormat ISO_DATE_TIME_ZONE_FORMAT concode_elem_sep FastDateFormat ISO_TIME_TIME_ZONE_FORMAT concode_elem_sep FastDateFormat ISO_TIME_NO_T_FORMAT concode_elem_sep FastDateFormat ISO_DATE_FORMAT co...