code
stringlengths
20
663
nl
stringlengths
68
7.19k
Creationdate function ( ) { return new Creationdate ( ) ; }
create an instance of creationdate concode_field_sep QName _Dst_QNAME concode_elem_sep QName _Status_QNAME concode_elem_sep QName _Depth_QNAME concode_elem_sep QName _Responsedescription_QNAME concode_elem_sep QName _Timeout_QNAME concode_elem_sep QName _Href_QNAME concode_elem_sep QName _Src_QNAME concode_field_sep Pr...
boolean function ( T arg0 ) { return shapes . contains ( arg0 ) ; }
checks if the shape set contains the given shape . concode_field_sep ArrayList<T> shapes concode_field_sep boolean add concode_elem_sep void add concode_elem_sep Box2D boundingBox concode_elem_sep double distance concode_elem_sep double distance concode_elem_sep void clear concode_elem_sep boolean isEmpty concode_elem_...
int function ( ) { return submissionSteps . length ; }
return the number of steps in this submission process concode_field_sep SubmissionStepConfig[] submissionSteps concode_elem_sep String submissionName concode_elem_sep Logger log concode_elem_sep boolean isWorkflow concode_field_sep String getSubmissionName concode_elem_sep SubmissionStepConfig getStep concode_elem_sep ...
Failure function ( ) { return this . failure ; }
the actual failure object if there was a failure . concode_field_sep String opType concode_elem_sep XContentBuilderString _TYPE concode_elem_sep String index concode_elem_sep Throwable cause concode_elem_sep String type concode_elem_sep XContentBuilderString ERROR concode_elem_sep XContentBuilderString _ID concode_elem...
void function ( MessageChannel arg0 ) { this . discardChannel = arg0 ; }
specify a channel where rejected messages should be sent . if the discard channel is null the default , duplicate messages will be enriched with integrationmessageheaderaccessor #duplicate_message headerand returned as normal to the invocation.proceed . however , the ` throwexceptiononrejection ' flag determines whethe...
Function8 < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , Option < R >> function ( Function8 < ? super T1 , ? super T2 , ? super T3 , ? super T4 , ? super T5 , ? super T6 , ? super T7 , ? super T8 , ? extends R > arg0 ) { return ( t1 , t2 , t3 , t4 , t5 , t6 , t7 , t8 ) -> Try . < R > of ( ( ) -> arg0 . apply ( t1 , t2 , t3 ...
lifts the given partialfunction into a total function that returns an option result . concode_field_sep PlaceHolder placeHolder concode_field_sep Function8<T1,T2,T3,T4,T5,T6,T7,T8,Try<R>> liftTry concode_elem_sep int arity concode_elem_sep Function8<T1,T2,T3,T4,T5,T6,T7,T8,R> constant concode_elem_sep R apply concode_e...
Object function ( String arg0 , Object arg1 ) { return null ; }
called when a message is sent to plugin . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideUrlLoading concode_ele...
long function ( ) { return _systemEvent . getPrimaryKey ( ) ; }
returns the primary key of this system event . concode_field_sep SystemEvent _systemEvent concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem...
String function ( ) { final String loc0 = getFirstHeaderValue ( "srini_string" ) ; if ( loc0 == null ) { return null ; } final int loc1 = loc0 . indexOf ( '=' ) ; return loc1 == - 1 ? null : loc0 . substring ( loc1 + 1 ) . trim ( ) ; }
get the charset for this response , or null if unknown . concode_field_sep Map<String,List<String>> headers concode_elem_sep InputStream payload concode_elem_sep Map<String,String> cookies concode_elem_sep int statusCode concode_field_sep String getFirstHeaderValue concode_elem_sep InputStream getPayload concode_elem_s...
int function ( ) { return this . value ; }
generate a hashcode . concode_field_sep Level CONFIG concode_elem_sep Level ALL concode_elem_sep Level SEVERE concode_elem_sep Level FINER concode_elem_sep Level FINEST concode_elem_sep String name concode_elem_sep Level FINE concode_elem_sep boolean isControl concode_elem_sep Level INFO concode_elem_sep Level WARNING ...
Set < String > function ( ) { return symbols . keySet ( ) ; }
get all symbols used in definitions . concode_field_sep String symbol concode_elem_sep long serialVersionUID concode_elem_sep String signature concode_elem_sep int line concode_elem_sep long serialVersionUID concode_elem_sep Map<Integer,LineTagMap> line_maps concode_elem_sep String type concode_elem_sep Map<String,Set<...
Dns function ( ) { return dns ; }
returns the service that will be used to resolve ip addresses for hostnames . concode_field_sep ProxySelector proxySelector concode_elem_sep Proxy proxy concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep SocketFactory socketFactory concode_elem_sep Authenticator proxyAuthenticator concode_elem_sep Dns ...
String function ( ) { return broker ; }
get the name of broker to use for sending/receiving mqtt messages . concode_field_sep String itemName concode_elem_sep MessageType messageType concode_elem_sep Logger logger concode_elem_sep String topic concode_elem_sep String TEMP_COLON_REPLACEMENT concode_elem_sep TransformationService transformationService concode_...
void function ( long arg0 ) { long loc0 = support . getContentLength ( ) ; if ( support . isHead ( ) ) { if ( arg0 > 0 ) { configure ( arg0 , arg0 ) ; } else { configure ( arg0 , loc0 ) ; } } else { configure ( arg0 , arg0 ) ; } }
this method is used to set the required http headers on the response . this will check the existing http headers , and if there is insufficient data chunked encoding will be used for http/1 .1 and connection close will be used for http/1 .0 . concode_field_sep BodyEncoderFactory factory concode_elem_sep Trace trace con...
void function ( String arg0 ) { this . name = arg0 ; }
sets this post processor 's name to a specified string value , or null to specify that the post processor does not have a name . concode_field_sep PropertyChangeListener propertyListener concode_elem_sep SessionCache cache concode_elem_sep long resourceID concode_elem_sep Object cacheKey concode_elem_sep String propert...
void function ( float arg0 , float arg1 , float arg2 , float arg3 ) { this . setBackgroundRed ( arg0 ) ; this . setBackgroundGreen ( arg1 ) ; this . setBackgroundBlue ( arg2 ) ; this . setBackgroundAlpha ( arg3 ) ; }
sets the background colour for this glrenderer to the given colour in rgba space . concode_field_sep String UNIFORM_TEXTURE0 concode_elem_sep boolean sizeChanged concode_elem_sep String ATTRIBUTE_TEXCOORD concode_elem_sep String UNIFORM_TEXTUREBASE concode_elem_sep float green concode_elem_sep FloatBuffer renderVertice...
String function ( ) { return resetAuction ( false ) ; }
action method wrapper to be called from the page 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 Timer nightlyReset concode_elem_sep String LOG_PAT...
void function ( boolean arg0 ) { if ( mSubUiVisibilityListener != null ) { mSubUiVisibilityListener . onSubUiVisibilityChanged ( arg0 ) ; } }
notify the system that the visibility of an action view 's sub-ui such as an anchored popup has changed . this will affect how other system visibility notifications occur . concode_field_sep SubUiVisibilityListener mSubUiVisibilityListener concode_field_sep View onCreateActionView concode_elem_sep void onSubUiVisibilit...
long function ( ) { return startTime ; }
get the start time of the task concode_field_sep TaskType taskType concode_elem_sep String splitLocations concode_elem_sep long startTime concode_elem_sep TaskID taskId concode_field_sep TaskID getTaskId concode_elem_sep String getSplitLocations concode_elem_sep EventType getEventType concode_elem_sep TaskType getTaskT...
boolean function ( Object arg0 ) { if ( arg0 == this ) { return true ; } if ( ! ( arg0 instanceof Outlier ) ) { return false ; } Outlier loc0 = ( Outlier ) arg0 ; if ( ! this . point . equals ( loc0 . point ) ) { return false ; } if ( this . radius != loc0 . radius ) { return false ; } return true ; }
tests this outlier for equality with an arbitrary object . 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 void setPoint concode_elem_sep boolean overlaps concode_elem_sep String toString concode...
void function ( String arg0 ) { this . plneUrcenySpisovyZnak = arg0 ; }
sets the value of the plneurcenyspisovyznak property . concode_field_sep String jednoduchySpisovyZnak concode_elem_sep String oduvodneni concode_elem_sep String plneUrcenySpisovyZnak concode_field_sep void setJednoduchySpisovyZnak concode_elem_sep void setOduvodneni concode_elem_sep String getJednoduchySpisovyZnak conc...
long function ( long arg0 , int arg1 , int arg2 ) { if ( CHECK ) check ( arg1 , arg2 ) ; return set$ ( arg0 , arg1 , arg2 ) ; }
set the bits from string inc to finish exc to one concode_field_sep boolean CHECK concode_elem_sep int LongLen concode_field_sep boolean test$ concode_elem_sep boolean test$ concode_elem_sep long access concode_elem_sep boolean test concode_elem_sep boolean test concode_elem_sep long clear$ concode_elem_sep long clear ...
Map < String , String > function ( Iterable < ? extends Map . Entry > arg0 ) { Map < String , String > loc0 = new HashMap < String , String > ( ) ; if ( arg0 != null ) { for ( Map . Entry loc1 : arg0 ) { String loc2 = toString ( loc1 . getKey ( ) ) ; if ( ! loc0 . containsKey ( loc2 ) ) { loc0 . put ( loc2 , toString (...
construct a map containing a copy of the given parameters . if several parameters have the same name , the map will contain the first value , only . concode_field_sep String OAUTH_SIGNATURE concode_elem_sep String OAUTH_TIMESTAMP concode_elem_sep String CONSUMER_KEY_UNKNOWN concode_elem_sep String OAUTH_CONSUMER_KEY co...
void function ( String arg0 ) { this . getDictionary ( ) . setString ( "srini_string" , arg0 ) ; }
this will set the alternate caption . concode_field_sep COSDictionary dictionary concode_field_sep PDColor getBorderColour concode_elem_sep void setNormalCaption concode_elem_sep int getRotation concode_elem_sep PDColor getColor concode_elem_sep COSDictionary getDictionary concode_elem_sep void setRotation concode_elem...
void function ( ActionEvent arg0 ) { String loc0 = ( String ) arg0 . getComponent ( ) . getAttributes ( ) . get ( "srini_string" ) ; if ( loc0 != null ) { selectedExamplePath = loc0 ; } }
utility for loading example tab set content include . concode_field_sep ArrayList<ExampleResource> tldResources concode_elem_sep String defaultId concode_elem_sep String descriptionPath concode_elem_sep String selectedExamplePath concode_elem_sep String resourcesPath concode_elem_sep org.icemobile.samples.mobileshowcas...
Map < String , byte [ ] > function ( ) { return Collections . unmodifiableMap ( charstrings ) ; }
returns the / charstrings dictionary as raw bytes . concode_field_sep float strokeWidth concode_elem_sep String fontName concode_elem_sep String weight concode_elem_sep int paintType concode_elem_sep float underlinePosition concode_elem_sep String notice concode_elem_sep int blueShift concode_elem_sep float blueScale c...
HostAndPort function ( String arg0 ) { HostAndPort loc0 = fromString ( arg0 ) ; checkArgument ( ! loc0 . hasPort ( ) , "srini_string" , arg0 ) ; return loc0 ; }
build a hostandport instance from a host only . note : non-bracketed ipv6 literals are allowed . use #requirebracketsforipv6 to prohibit these . concode_field_sep long serialVersionUID concode_elem_sep int port concode_elem_sep boolean hasBracketlessColons concode_elem_sep int NO_PORT concode_elem_sep String host conco...
boolean function ( String arg0 ) { return arg0 . endsWith ( "srini_string" ) ; }
determine whether or not the given resource name refers to a class . concode_field_sep Map<String,ClassDescriptor> classDescriptorMap concode_elem_sep MapCache<String,String> stringCache concode_elem_sep ThreadLocal<DescriptorFactory> instanceThreadLocal concode_elem_sep Map<FieldDescriptor,FieldDescriptor> fieldDescri...
void function ( File arg0 ) { JavaSystem . deleteOnExit ( arg0 ) ; }
requests , in a jdk 1.1 compliant way , that the file or directory denoted by the given abstract pathname be deleted when the virtual machine terminates . deletion will be attempted only for jdk 1.2 and greater runtime environments and only upon normal termination of the virtual machine , as defined by the java languag...
boolean function ( int arg0 ) { return arg0 == MarkerModel . TYPE_PLAIN ; }
true if the info details for this room type should only contain a title . concode_field_sep int MAX_DISK_CACHE_BYTES concode_elem_sep String TILE_PATH concode_elem_sep String[] mapTileAssets concode_elem_sep String TAG concode_field_sep DiskLruCache openDiskCache concode_elem_sep boolean hasTile concode_elem_sep boolea...
void function ( SAXParseException arg0 ) { PrintWriter loc0 = getErrorWriter ( ) ; printLocation ( loc0 , arg0 ) ; loc0 . println ( "srini_string" + arg0 . getMessage ( ) ) ; }
receive notification of a warning . sax parsers will use this method to report conditions that are not errors or fatal errors as defined by the xml 1.0 recommendation . the default behaviour is to take no action . the sax parser must continue to provide normal parsing events after invoking this method : it should still...
void function ( ) { Assert . assertTrue ( "srini_string" , ResourceAdapterDeploymentTracker . INSTANCE . wasEndpointStartCalled ( ) ) ; Assert . assertTrue ( "srini_string" , ResourceAdapterDeploymentTracker . INSTANCE . wasEndpointActivationCalled ( ) ) ; }
the same as testradeploymentannotated , except we use a deployment descriptor rather than annotations . concode_field_sep String EAR_NAME concode_elem_sep String EJB_JAR_NAME concode_elem_sep String DEPLOYMENT_WITH_DEPLOYMENT_DESCRIPTOR concode_elem_sep String RAR_NAME concode_elem_sep String DEPLOYMENT_ANNOTATED conco...
String function ( int arg0 ) { return toString ( arg0 , 10 ) ; }
returns a string representation of x , where x is treated as unsigned . concode_field_sep long INT_MASK concode_field_sep int parseUnsignedInt concode_elem_sep int parseUnsignedInt concode_elem_sep int compare concode_elem_sep int compare concode_elem_sep int min concode_elem_sep long toLong concode_elem_sep int max co...
DateTime function ( org . joda . time . DateTime arg0 ) { return dateTimesHelper . toDateTime ( arg0 ) ; }
converts a datetime object to an api date time preserving thetime zone . concode_field_sep DateTimesHelper<DateTime,Date> dateTimesHelper concode_field_sep Calendar toCalendar concode_elem_sep Calendar toCalendar concode_elem_sep String toStringWithTimeZone concode_elem_sep DateTime toDateTimeWithTimeZone concode_elem_...
de . uhh . l2g . plugins . migration . model . LegacyHost function ( long arg0 ) { return getPersistence ( ) . findByPrimaryKey ( arg0 ) ; }
returns the legacy host with the primary key or throws a de.uhh.l2g.plugins.migration.nosuchlegacyhostexception if it could not be found . concode_field_sep LegacyHostPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<LegacyH...
List < MsgVpnClientUsernameLinks > function ( ) { return links ; }
get links concode_field_sep List<MsgVpnClientUsernameLinks> links concode_elem_sep List<MsgVpnClientUsername> data concode_elem_sep SempMeta meta concode_field_sep String toIndentedString concode_elem_sep MsgVpnClientUsernamesResponse data concode_elem_sep void setData concode_elem_sep void setMeta concode_elem_sep Msg...
Warlord function ( ) { try { return warlord . clone ( ) ; } catch ( CloneNotSupportedException loc0 ) { return null ; } }
create warlord concode_field_sep Mage mage concode_elem_sep Warlord warlord concode_elem_sep Beast beast concode_field_sep Beast createBeast concode_elem_sep Mage createMage
LinkedMultiValueMap < K , V > function ( ) { return new LinkedMultiValueMap < K , V > ( this ) ; }
create a regular copy of this map . concode_field_sep long serialVersionUID concode_elem_sep Map<K,List<V>> targetMap concode_field_sep void add concode_elem_sep void set concode_elem_sep Set<Entry<K,List<V>>> entrySet concode_elem_sep boolean containsKey concode_elem_sep Collection<List<V>> values concode_elem_sep boo...
String function ( ) { return format ( toArray ( low ( ) ) ) ; }
return the low address as a dotted ip address . will be zero for cidr/31 and cidr/32 if the inclusive flag is false . concode_field_sep Pattern CIDR_PATTERN concode_elem_sep int broadcast concode_elem_sep boolean inclusiveHostCount concode_elem_sep int address concode_elem_sep long UNSIGNED_INT_MASK concode_elem_sep in...
void function ( ConfigParser . TopContext arg0 ) { }
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void enterSec concode_elem_sep void exitValue concode_elem_sep void enterTop concode_elem_sep void enterValue concode_elem_sep void exitHead concode_elem_sep void exitSec concode_elem_sep void enterHead concode_elem_se...
void function ( T arg0 , T arg1 , String arg2 ) { assertGreaterThan ( arg0 , arg1 , arg2 ) ; }
shorthand for #assertgreaterthan t , t , string . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertLTE concode_elem_sep void assertLTE concode_elem_sep void assertLessThanOrEqual concode_elem_sep void assertLessThanOrEqual concode_elem_sep int compare concode_elem_sep void assertGTE concode_elem_s...
void function ( ) { Arrays . fill ( data , 0 ) ; }
clear the bit set . concode_field_sep long[] data concode_elem_sep int numHashFunctions concode_elem_sep int numBits concode_elem_sep BitSet bitSet concode_elem_sep double DEFAULT_FPP concode_field_sep long sizeInBytes concode_elem_sep long[] getBitSet concode_elem_sep void checkArgument concode_elem_sep int optimalNum...
void function ( double arg0 ) { try { acceptThrowing ( arg0 ) ; } catch ( Error | RuntimeException loc0 ) { throw loc0 ; } catch ( Exception loc0 ) { throw UncheckedException . wrap ( loc0 ) ; } }
performs this operation on the given argument . wraps any thrown checked exceptions with uncheckedexception . concode_field_sep PlaceHolder placeHolder concode_field_sep ThrowingDoubleConsumer orTryWith concode_elem_sep ThrowingDoubleConsumer orTryWith concode_elem_sep void acceptThrowing concode_elem_sep DoubleConsume...
java . lang . String function ( ) { return _jurysLocalService . getBeanIdentifier ( ) ; }
returns the spring bean id for this bean . concode_field_sep JurysLocalService _jurysLocalService concode_field_sep com.jio.portlet.jurys.model.Jurys getJurys concode_elem_sep void setWrappedService concode_elem_sep int getJurysesCount concode_elem_sep com.jio.portlet.jurys.model.Jurys createJurys concode_elem_sep Jury...
boolean function ( ) { return false ; }
has history false to be overwritten by concrete classes concode_field_sep int m_WindowNo concode_elem_sep int p_WindowNo concode_elem_sep MQuery query concode_elem_sep int INFO_WIDTH concode_elem_sep int m_keyColumnIndex concode_elem_sep int AD_Client_ID concode_elem_sep String p_keyColumn concode_elem_sep int AD_Windo...
double function ( int [ ] arg0 , int [ ] arg1 ) { assert ( arg0 . length == arg1 . length ) ; double loc0 = 0d ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 += ( arg0 [ loc1 ] - arg1 [ loc1 ] ) * ( arg0 [ loc1 ] - arg1 [ loc1 ] ) ; } return Math . sqrt ( loc0 ) ; }
euclidean distance concode_field_sep PlaceHolder placeHolder concode_field_sep double tanimoto concode_elem_sep double tanimoto concode_elem_sep double tanimoto concode_elem_sep double distL1 concode_elem_sep double distL1 concode_elem_sep double distL1 concode_elem_sep double distL1 concode_elem_sep double jsd concode...
int function ( ) { return link_type ; }
return the type of this hyperlink concode_field_sep int link_type concode_elem_sep int LINK_EMAIL concode_elem_sep HyperlinkRecord record concode_elem_sep int LINK_DOCUMENT concode_elem_sep int LINK_FILE concode_elem_sep int LINK_URL concode_field_sep void setTextMark concode_elem_sep void setLastColumn concode_elem_se...
String function ( ) { return tagName ; }
the name of the tag . concode_field_sep String BODY_CONTENT_EMPTY concode_elem_sep boolean dynamicAttributes concode_elem_sep TagExtraInfo tagExtraInfo concode_elem_sep String displayName concode_elem_sep String tagClassName concode_elem_sep String bodyContent concode_elem_sep String tagName concode_elem_sep TagLibrary...
String function ( ) { return redirectUri ; }
gets the redirect uri which needs to be retained in a hidden form field concode_field_sep String redirectUri concode_elem_sep String audience concode_elem_sep String responseType concode_elem_sep String clientId concode_elem_sep String clientCodeChallenge concode_elem_sep Map<String,String> extraProperties concode_elem...
Bundle function ( ) { return mExtras ; }
application-specific extra data . used for passing back information from an incoming call intent , and for any proprietary extensions arranged between a client and servant connectionservice which agree on a vocabulary for such data . concode_field_sep Uri mAddress concode_elem_sep Bundle mExtras concode_elem_sep PhoneA...
void function ( ) { cache . invalidateAll ( ) ; }
discards all cached principals . concode_field_sep LoadingCache<C,Optional<P>> cache concode_elem_sep Meter cacheMisses concode_elem_sep Authenticator<C,P> underlying concode_elem_sep Timer gets concode_field_sep Optional<P> authenticate concode_elem_sep long size concode_elem_sep CacheStats stats concode_elem_sep void...
Boolean function ( ) { return normal ; }
boolean value that is true if the instance is operating normally , or false if the instance is in an error state . concode_field_sep Boolean normal concode_elem_sep String statusType concode_elem_sep String message concode_elem_sep String status concode_field_sep DBInstanceStatusInfo withStatus concode_elem_sep Boolean...
DescriptionProvider function ( ImmutableManagementResourceRegistration arg0 ) { return new DescriptionProvider ( ) { @ Override public ModelNode getModelDescription ( Locale arg1 ) { return description ; } } ; }
gets a org.jboss.as.controller.descriptions.descriptionprovider for the given resource . concode_field_sep List<ResourceDefinition> children concode_elem_sep PathAddress address concode_elem_sep ModelNode description concode_elem_sep Map<String,AttributeAccess> attributes concode_field_sep PathElement getPathElement co...
void function ( DatagramListener arg0 ) { listeners . remove ( arg0 ) ; }
remove a datagramlistener from the channel concode_field_sep byte[] buf concode_elem_sep int port concode_elem_sep boolean enabled concode_elem_sep InetAddress host concode_elem_sep List<DatagramListener> listeners concode_elem_sep Logger Log concode_elem_sep DatagramPacket packet concode_elem_sep DatagramSocket dataSo...
boolean function ( String arg0 , X509Certificate arg1 ) { for ( String loc0 : getSubjectAltNames ( arg1 , ALT_IPA_NAME ) ) { if ( arg0 . equalsIgnoreCase ( loc0 ) ) { return true ; } } return false ; }
returns true if certificate matches ipaddress . concode_field_sep int ALT_IPA_NAME concode_elem_sep int ALT_DNS_NAME concode_elem_sep Pattern VERIFY_AS_IP_ADDRESS concode_elem_sep OkHostnameVerifier INSTANCE concode_field_sep boolean verifyHostName concode_elem_sep boolean verifyHostName concode_elem_sep List<String> g...
DOMException function ( short arg0 ) { Object [ ] loc0 = new Object [ ] { getPropertyName ( ) , new Integer ( arg0 ) } ; String loc1 = Messages . formatMessage ( "srini_string" , loc0 ) ; return new DOMException ( DOMException . NOT_SUPPORTED_ERR , loc1 ) ; }
creates a dom exception , given an invalid lexical unit type . concode_field_sep PlaceHolder placeHolder concode_field_sep DOMException createInvalidIdentifierDOMException concode_elem_sep DOMException createMalformedLexicalUnitDOMException concode_elem_sep DOMException createDOMException concode_elem_sep DOMException ...
CurrencyCollection function ( int arg0 , CurrencyCollection arg1 ) { if ( arg1 . getBalance ( ) < arg0 ) { throw new IllegalArgumentException ( ) ; } int loc0 = arg1 . getBalance ( ) ; int loc1 = loc0 - arg0 ; cashDrawer . depositCurrencyCollection ( arg1 ) ; return cashDrawer . refundByAmount ( loc1 ) ; }
handles a customer purchase from the cash register concode_field_sep CurrencyCollection cashDrawer concode_elem_sep int INITIAL_COUNT concode_field_sep int getCurrentBalance concode_elem_sep CurrencyCollection processRefund
EbsVolume function ( String arg0 ) { setDevice ( arg0 ) ; return this ; }
the device name that is exposed to the instance , such as / dev/sdh . concode_field_sep String volumeId concode_elem_sep String device concode_field_sep EbsVolume withVolumeId concode_elem_sep int hashCode concode_elem_sep void setVolumeId concode_elem_sep boolean equals concode_elem_sep EbsVolume clone concode_elem_se...
U function ( Class < T > arg0 , U arg1 ) { store . put ( arg0 , arg1 ) ; return arg1 ; }
registers an object . these objects will be removed when coreregistry.clear is called typically when game state changes concode_field_sep Map<Class<? extends Object>,Object> store concode_elem_sep Set<Class<? extends Object>> permStore concode_field_sep U putPermanently concode_elem_sep T get concode_elem_sep void clea...
void function ( ) { if ( fErrorCode != 0 ) fListener . operationFailed ( fResolver , fErrorCode ) ; else fListener . serviceResolved ( fResolver , fFlags , fIndex , fFullName , fHostName , fPort , fTXTRecord ) ; }
clients should not call this method directly . concode_field_sep ResolveListener fListener concode_elem_sep String fFullName concode_elem_sep int fPort concode_elem_sep String fHostName concode_elem_sep DNSSDService fResolver concode_elem_sep int fFlags concode_elem_sep int fIndex concode_elem_sep int fErrorCode concod...
void function ( ) { current = head ; }
reset the iterator to the head of the list . concode_field_sep DoublyLinkedNode<E> head concode_elem_sep DoublyLinkedNode<E> current concode_elem_sep DoublyLinkedNode<E> tail concode_field_sep E next concode_elem_sep E get concode_elem_sep boolean hasNext
byte [ ] function ( ByteBuffer arg0 ) { return ( ( HeapByteBuffer ) arg0 ) . backingArray ; }
exposes the array backing a non-direct bytebuffer , even if the bytebuffer is read-only . normally , attempting to access the array backing a read-only buffer throws . concode_field_sep PlaceHolder placeHolder concode_field_sep int unsafeArrayOffset concode_elem_sep FileChannel newFileChannel concode_elem_sep int getDi...
String function ( ) { return mAuthInfo ; }
@hide concode_field_sep Pattern sAddressPattern concode_elem_sep String mAuthInfo concode_elem_sep int MATCH_GROUP_AUTHORITY concode_elem_sep int MATCH_GROUP_PORT concode_elem_sep int MATCH_GROUP_PATH concode_elem_sep String mHost concode_elem_sep String mPath concode_elem_sep int mPort concode_elem_sep int MATCH_GROUP...
int function ( Class < ? > arg0 ) { return Ordered . LOWEST_PRECEDENCE ; }
determine a fallback order for the case that the aspect instance does not express an instance-specific order through implementing the org.springframework.core.ordered interface.the default implementation simply returns ordered.lowest _ precedence . concode_field_sep Object aspectInstance concode_field_sep int getOrder ...
void function ( Button arg0 ) { this . renameButton = updateButton ( this . renameButton , arg0 ) ; }
assigns me my `` rename ... '' button . concode_field_sep WorkspaceSnapshot workspace concode_elem_sep Button buildButton concode_elem_sep IWorkingSetProxy.ISnapshot currentWorkingSet concode_elem_sep TreeViewer tree concode_elem_sep Button removeButton concode_elem_sep IWorkingSetProxy.ISnapshot initialWorkingSet conc...
void function ( Boolean arg0 ) { this . refillRequired = arg0 ; }
sets the value of the refillrequired property . concode_field_sep BigInteger ineligibleForUpgradeReasonCode concode_elem_sep Boolean refillRequired concode_elem_sep BigInteger refillAmountInCents concode_elem_sep long serialVersionUID concode_elem_sep Boolean upgradEligible concode_elem_sep String ineligibleForUpgradeR...
void function ( String arg0 , String arg1 ) { if ( dao . validLogin ( arg0 , arg1 ) ) { loadFromBd ( arg0 ) ; notifyLogged ( ) ; } else notifyInvalidLogin ( ) ; }
checks phone and pass . if right loads team and player , otherwise notifys invalid logg-in concode_field_sep DatabaseHandler dao concode_elem_sep Player jugador concode_elem_sep Team equipo concode_elem_sep ArrayList<MyObserver> observadores concode_field_sep void changeLoadedTeam concode_elem_sep void searchTeam conco...
void function ( final String arg0 ) { this . description = arg0 ; }
sets the value of the description property . concode_field_sep String description concode_elem_sep String methodName concode_field_sep String getMethodName concode_elem_sep void setMethodName concode_elem_sep String getDescription
void function ( ) { if ( connection != null ) connection . close ( ) ; }
disconnects this connection concode_field_sep String defaultPass concode_elem_sep Object lockObject concode_elem_sep String defaultHost concode_elem_sep String defaultUser concode_elem_sep boolean defaultSsl concode_elem_sep boolean ssl concode_elem_sep OutputStream sout concode_elem_sep Map callCache concode_elem_sep ...
AudienceSegmentStatus function ( ) { return status ; }
gets the value of the status property . concode_field_sep Long size concode_elem_sep String name concode_elem_sep String description concode_elem_sep Long id concode_elem_sep AudienceSegmentDataProvider dataProvider concode_elem_sep AudienceSegmentAudienceSegmentType type concode_elem_sep AudienceSegmentStatus status c...
boolean function ( BlobStore arg0 , String arg1 ) { boolean loc0 = arg0 . containerExists ( arg1 ) ; return loc0 ; }
check if a blobstore specific container exists or not concode_field_sep PlaceHolder placeHolder concode_field_sep void mkDirs concode_elem_sep InputStream readBlob concode_elem_sep void removeBlob concode_elem_sep long countBlob concode_elem_sep void clearContainer concode_elem_sep void removeBlobs concode_elem_sep voi...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String bar concode_elem_sep String foo concode_field_sep String getBar concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getFoo concode_elem_sep String toString
Include function ( ) { return new Include ( ) ; }
create an instance of include concode_field_sep PlaceHolder placeHolder concode_field_sep Resource createResource concode_elem_sep Request createRequest concode_elem_sep Method createMethod concode_elem_sep Param createParam concode_elem_sep Response createResponse concode_elem_sep Option createOption concode_elem_sep ...
void function ( MessageListener arg0 ) { if ( ! allowsInstantMessage ( ) ) return ; OperationSetBasicInstantMessaging loc0 = chatRoom . getParentProvider ( ) . getOperationSet ( OperationSetBasicInstantMessaging . class ) ; loc0 . removeMessageListener ( arg0 ) ; }
removes the instant message listener from this chat transport . concode_field_sep ChatSession chatSession concode_elem_sep ChatRoom chatRoom concode_field_sep Object getDescriptor concode_elem_sep String getName concode_elem_sep FileTransfer sendMultimediaFile concode_elem_sep ProtocolProviderService getProtocolProvide...
List < String > function ( ModuleClassLoader arg0 , String arg1 , boolean arg2 ) { List < String > loc0 = new ArrayList < > ( ) ; Iterator < Resource > loc1 = arg0 . iterateResources ( arg1 , arg2 ) ; while ( loc1 . hasNext ( ) ) { loc0 . add ( loc1 . next ( ) . getName ( ) ) ; } return loc0 ; }
lists resources in deployment using provided api for iterating resources concode_field_sep PlaceHolder placeHolder concode_field_sep void filterResources concode_elem_sep String classToPath
void function ( OutputStream arg0 , NameComponent [ ] arg1 ) { arg0 . write_long ( arg1 . length ) ; for ( int loc0 = 0 ; loc0 < arg1 . length ; ++ loc0 ) NameComponentHelper . write ( arg0 , arg1 [ loc0 ] ) ; }
write the name into the cdr output stream . concode_field_sep String _id concode_field_sep NameComponent[] extract concode_elem_sep NameComponent[] read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type
F function ( final Integer arg0 , final Integer arg1 , final TimeZone arg2 , Locale arg3 ) { if ( arg3 == null ) { arg3 = Locale . getDefault ( ) ; } final String loc0 = getPatternForStyle ( arg0 , arg1 , arg3 ) ; return getInstance ( loc0 , arg2 , arg3 ) ; }
gets a date/time formatter instance using the specified style , time zone and locale . concode_field_sep ConcurrentMap<MultipartKey,F> cInstanceCache concode_elem_sep Object[] keys concode_elem_sep int hashCode concode_elem_sep int NONE concode_elem_sep ConcurrentMap<MultipartKey,String> cDateTimeInstanceCache concode_...
void function ( ) { rows = NUMBER_OF_ITEMS / columns ; if ( ( NUMBER_OF_ITEMS % columns ) != 0 ) { rows += 1 ; } }
utility method that calculates the number of rows required for a specified number of columns . concode_field_sep int columns concode_elem_sep int intValue concode_elem_sep int NUMBER_OF_ITEMS concode_elem_sep DataModel rowDataModel concode_elem_sep SelectItem[] columnsItems concode_elem_sep Object column concode_elem_s...
boolean function ( UserGroupInformation arg0 ) { return adminAcl . isUserAllowed ( arg0 ) ; }
returns whether the specified user/group is an administrator concode_field_sep UserGroupInformation owner concode_elem_sep boolean aclsEnabled concode_elem_sep AccessControlList adminAcl concode_elem_sep Log LOG concode_field_sep boolean areACLsEnabled concode_elem_sep UserGroupInformation getOwner
void function ( double arg0 ) { this . memPerNode = arg0 ; }
sets mem limit . concode_field_sep double memPerNode concode_elem_sep String IGNITE_HOSTNAME_CONSTRAINT concode_elem_sep double DEFAULT_CPU_PER_NODE concode_elem_sep String clusterName concode_elem_sep Logger log concode_elem_sep double DEFAULT_MINIMUM_MEM_OVERHEAD_PER_NODE concode_elem_sep double nodeCnt concode_elem_...
PDPropertyList function ( COSName arg0 ) { COSDictionary loc0 = ( COSDictionary ) get ( COSName . PROPERTIES , arg0 ) ; if ( loc0 == null ) { return null ; } return PDPropertyList . create ( loc0 ) ; }
returns the property list resource with the given name , or null if none exists . concode_field_sep COSDictionary resources concode_field_sep COSName add concode_elem_sep COSName add concode_elem_sep COSName add concode_elem_sep COSName add concode_elem_sep COSName add concode_elem_sep COSName add concode_elem_sep COSN...
void function ( String arg0 ) { this . defaultName = arg0 ; }
sets the value of the defaultname property . concode_field_sep int oidReferenceID concode_elem_sep String value concode_elem_sep String defaultName concode_elem_sep List<Object> any concode_elem_sep long group concode_field_sep String getValue concode_elem_sep void setGroup concode_elem_sep int getOIDReferenceID concod...
boolean function ( jmri . LocoAddress arg0 ) { return isAddressedModePossible ( ) ; }
default programmer does n't depend on address concode_field_sep Logger log concode_elem_sep String userName concode_field_sep boolean isGlobalProgrammerAvailable concode_elem_sep AddressedProgrammer reserveAddressedProgrammer concode_elem_sep Programmer getGlobalProgrammer concode_elem_sep void releaseAddressedProgramm...
ProjectType function ( ) { if ( this . projectTypes . getDefaultItem ( ) != null ) { return this . projectTypes . getDefaultItem ( ) ; } String loc0 = getDefaults ( ) . get ( "srini_string" ) ; if ( loc0 != null ) { return this . projectTypes . getContent ( ) . get ( loc0 ) ; } return null ; }
return the default type to use or null if the metadata does not define anydefault . concode_field_sep String DEFAULT_ATTRIBUTE concode_elem_sep String VALUES_EL concode_elem_sep MetadataHolder<String,ProjectType> projectTypes concode_elem_sep Map<K,T> content concode_elem_sep String ID_ATTRIBUTE concode_elem_sep Map<St...
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.Long teamId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.google.api.ads.dfp.axis.v201502.TeamAccessType overriddenTeamAccessType concode_elem_se...
void function ( ) { MainThread . checkMainThread ( ) ; mAppUI . onPreviewStarted ( ) ; }
called when the preview is started . concode_field_sep CameraAppUI mAppUI concode_elem_sep PreviewStatusListener.PreviewAreaChangedListener mPreviewAreaChangedListener concode_elem_sep FocusRing mFocusRing concode_elem_sep View mRootView concode_elem_sep PreviewOverlay mPreviewOverlay concode_elem_sep ProgressOverlay m...
ActionEventRequestBuilder function ( SortedSet < ActionParameterRequest > arg0 ) { this . actionParameters = arg0 ; return this ; }
sets the parameters of the action event to be built . concode_field_sep SortedSet<ActionParameterRequest> actionParameters concode_elem_sep String displayName concode_elem_sep String subject concode_elem_sep String name concode_elem_sep String description concode_elem_sep String serviceMethodCallManner concode_elem_sep...
void function ( PrintWriter arg0 ) { log . trace ( "srini_string" ) ; logwriter = arg0 ; }
sets the log writer for this managedconnection instance . concode_field_sep Logger log concode_elem_sep AnnoManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep AnnoConnectionImpl1 connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnec...
boolean function ( Throwable arg0 ) { Iterator < Class < ? >> loc0 = exceptionList . loc0 ( ) ; while ( loc0 . hasNext ( ) ) { if ( ( ( Class < ? > ) loc0 . next ( ) ) . isInstance ( arg0 ) ) { return true ; } } return false ; }
checks if a given throwable instance corresponds to an exception declared by this stubstrategy 's method . concode_field_sep Class<?> clz concode_elem_sep String reposId concode_elem_sep CDRStreamWriter[] paramWriters concode_elem_sep CDRStreamReader retvalReader concode_elem_sep List<Class<?>> exceptionList concode_el...
void function ( float arg0 ) { for ( int loc0 = 0 ; loc0 < waveform . length ; loc0 ++ ) { waveform [ loc0 ] *= arg0 ; } }
multiplies each value of the underlying waveform by scale . concode_field_sep float lengthForValue concode_elem_sep float[] waveform concode_field_sep void set concode_elem_sep void offset concode_elem_sep void invert concode_elem_sep void setWaveform concode_elem_sep void scale concode_elem_sep float[] getWaveform con...
void function ( final String arg0 , final long arg1 , String arg2 ) { waitForElementAction ( null , arg0 , arg1 , arg2 , false ) ; }
wait until webelement disappears . concode_field_sep String xpath concode_elem_sep Logger LOGGER concode_elem_sep int DEFAULT_TIMEOUT concode_elem_sep WebDriver driver concode_elem_sep boolean isPresent concode_elem_sep String notFoundMsg concode_elem_sep WebElement webElement concode_elem_sep String expectedElement co...
void function ( java . lang . String arg0 ) { _account . setLegalName ( arg0 ) ; }
sets the legal name of this account . concode_field_sep Account _account concode_field_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int compareTo concode_elem_sep Account getWrappedModel conc...
int function ( ) { return numberOfFiles ; }
returns number of files in the snapshot concode_field_sep String START_TIME_IN_MILLIS concode_elem_sep String PROCESSED_SIZE_IN_BYTES concode_elem_sep String TIME_IN_MILLIS concode_elem_sep String TOTAL_SIZE concode_elem_sep String STATS concode_elem_sep int numberOfFiles concode_elem_sep String NUMBER_OF_FILES concode...
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[] methodParameters concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String methodName concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep org.talend.mdm.webservice.WSServ...
void function ( final int arg0 ) { this . port = arg0 ; }
changes the server port . concode_field_sep String password concode_elem_sep String address concode_elem_sep int port concode_elem_sep boolean secure concode_elem_sep int DEFAULT_PORT concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep int getPort concode_elem_sep void setAddress con...
String function ( ) { return deviceTitle ; }
get device title concode_field_sep int appId concode_elem_sep String deviceString concode_elem_sep String appKey concode_elem_sep String deviceTitle concode_elem_sep String appTitle concode_field_sep String getAppTitle concode_elem_sep String getDeviceString concode_elem_sep int getAppId concode_elem_sep String getAppK...
void function ( Iterable < ListenerCallQueue < L >> arg0 ) { for ( ListenerCallQueue < L > loc0 : arg0 ) { loc0 . add ( this ) ; } }
helper method to add this callback to all the queues . concode_field_sep Queue<Callback<L>> waitQueue concode_elem_sep Logger logger concode_elem_sep Executor executor concode_elem_sep L listener concode_elem_sep boolean isThreadScheduled concode_elem_sep String methodCall concode_field_sep void call concode_elem_sep v...
void function ( int arg0 ) { this . color1 = arg0 ; }
sets the second color as a 16 bit 565 rgb color . concode_field_sep int color1 concode_elem_sep int color0 concode_elem_sep long colorIndexMask concode_field_sep int getColor1 concode_elem_sep void setColorIndexMask concode_elem_sep void setColor0 concode_elem_sep int getColor0 concode_elem_sep long getColorIndexMask
Digest function ( ) { if ( digest == null ) { digest = Digest . fromMetadata ( mdMap ) ; mdMap = null ; } return digest ; }
returns the combined digest of the action 's inputs and outputs . this may compresses the data into a more compact representation , and makes the object immutable . concode_field_sep String actionKey concode_elem_sep Digest digest concode_elem_sep List<String> files concode_elem_sep Map<String,Metadata> mdMap concode_f...
EFeatureHints function ( ) { return eHints ; }
get efeaturehints . concode_field_sep EFeatureInfo eStructure concode_elem_sep EFeatureHints eHints concode_elem_sep EFeatureAttributeReader eReader concode_elem_sep WeakReference<EFeatureDataStore> eDataStore concode_elem_sep Transaction eTx concode_elem_sep Logger LOGGER concode_field_sep ESimpleFeature next concode_...