code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( String [ ] arg0 ) { new BuildBook ( ) . build ( ) ; }
a cell with an image . concode_field_sep String pdfBook concode_elem_sep HashMap<String,Integer> basicLands concode_elem_sep ArrayList<String> imageSources concode_elem_sep String cachedImageDirStore concode_elem_sep String checklist concode_elem_sep ArrayList<String> cachedImageDir concode_elem_sep String dedfaultImag...
void function ( ) { closed = true ; }
this method is used to ensure the buffer can be closed . once the buffer is closed it is an immutable collection of bytes and can not longer be modified . this ensures that it can be passed by value without the risk of modification of the bytes . concode_field_sep Buffer parent concode_elem_sep int count concode_elem_s...
com . liferay . mail . reader . model . Account function ( com . liferay . mail . reader . model . Account arg0 ) { return getService ( ) . addAccount ( arg0 ) ; }
adds the account to the database . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<AccountLocalService,AccountLocalService> _serviceTracker concode_field_sep com.liferay.mail.reader.model.Account updateFolders concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep c...
Double function ( byte [ ] arg0 , TFieldIdEnum arg1 , TFieldIdEnum ... arg2 ) { return ( Double ) partialDeserializeField ( TType . DOUBLE , arg0 , arg1 , arg2 ) ; }
deserialize only a double field addressed by recursively using field id from a byte record . concode_field_sep TProtocol protocol_ concode_elem_sep TMemoryInputTransport trans_ concode_field_sep Long partialDeserializeI64 concode_elem_sep Byte partialDeserializeByte concode_elem_sep Integer partialDeserializeI32 concod...
long function ( ) { if ( this . deadline == null ) { throw new IllegalStateException ( "srini_string" ) ; } long loc0 = this . deadline . getTime ( ) - System . currentTimeMillis ( ) ; checkTransactionTimeout ( loc0 <= 0 ) ; return loc0 ; }
return the time to live for this object in milliseconds . concode_field_sep int referenceCount concode_elem_sep boolean rollbackOnly concode_elem_sep boolean synchronizedWithTransaction concode_elem_sep boolean isVoid concode_elem_sep Date deadline concode_field_sep boolean isSynchronizedWithTransaction concode_elem_se...
void function ( Bundle arg0 ) { initCallbackService = arg0 . getString ( "srini_string" ) ; }
call this from oncreate so that any saved startactivityforresult parameters will be restored . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_elem_sep Activity activity concode_elem_sep CordovaPlugin activityResultCallback concode_elem_sep String initCallbackService concode_elem_sep A...
String function ( ) { return protocol ; }
gets the protocol concode_field_sep int deviceType concode_elem_sep String protocol concode_elem_sep String data concode_elem_sep String name concode_elem_sep String model concode_elem_sep int supportedMethods concode_elem_sep int deviceId concode_elem_sep int status concode_elem_sep int TELLSTICK_SUCCESS concode_field...
String function ( String arg0 , Object [ ] arg1 ) { return MessageFormat . format ( getString ( arg0 ) , arg1 ) ; }
gets formatted translation for current local concode_field_sep ResourceBundle RESOURCE_BUNDLE concode_elem_sep String BUNDLE_NAME concode_field_sep ResourceBundle getReportResourceBundle concode_elem_sep String getXMLKey concode_elem_sep String getString
boolean function ( String arg0 ) { try { IdentityPersistenceManager loc0 = IdentityPersistenceManager . getPersistanceManager ( ) ; return loc0 . isXmppSettingsEnabled ( IdentityTenantUtil . getRegistry ( ) , arg0 ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } return false ; }
checks whether the user as enabled multifactor auth . concode_field_sep Log log concode_field_sep boolean hasXMPPSettings concode_elem_sep XMPPSettingsDTO getXmppSettings concode_elem_sep void editXmppSettings concode_elem_sep void addXmppSettings
byte [ ] function ( ) { return x509Certificate ; }
gets the value of the x509certificate property . concode_field_sep boolean signedAttribute concode_elem_sep byte[] x509Certificate concode_field_sep boolean isSignedAttribute concode_elem_sep void setX509Certificate concode_elem_sep void setSignedAttribute
void function ( Class < ? > arg0 , BaseFunction arg1 ) { Preconditions . checkNotNull ( arg0 ) ; arg0 = getCanonicalRepresentation ( arg0 ) ; if ( ! functions . containsKey ( arg0 ) ) { functions . put ( arg0 , new HashMap < String , BaseFunction > ( ) ) ; } functions . get ( arg0 ) . put ( arg1 . getName ( ) , arg1 ) ...
registers a function with namespace to this global environment . concode_field_sep NoneType NONE concode_elem_sep Map<Class<?>,Map<String,BaseFunction>> functions concode_elem_sep Boolean FALSE concode_elem_sep String REPOSITORY_NAME concode_elem_sep Boolean TRUE concode_elem_sep String PKG_NAME concode_field_sep void ...
void function ( String arg0 ) { this . description = arg0 ; }
this sets the description concode_field_sep Map<String,Model> models concode_elem_sep String apiVersion concode_elem_sep String swaggerVersion concode_elem_sep String basePath concode_elem_sep List<Api> apis concode_elem_sep String resourcePath concode_elem_sep int priority concode_elem_sep String description concode_f...
void function ( ) { int loc0 = 1 ; mockMvc . perform ( get ( "srini_string" + loc0 ) ) . andExpect ( model ( ) . attribute ( "srini_string" , shoppingCartService . getShopCartSize ( ) ) ) ; }
verify that shopping cart return the number of items in a cart list =================================================================== concode_field_sep ShoppingCartService shoppingCartService concode_elem_sep ShopCartController controller concode_elem_sep CustomerService customerService concode_elem_sep Book first co...
void function ( ) { }
on dismiss concode_field_sep WindowManager mWindowManager concode_elem_sep PopupWindow mWindow concode_elem_sep View mRootView concode_elem_sep Drawable mBackground concode_elem_sep Context mContext concode_field_sep void setBackgroundDrawable concode_elem_sep void onShow concode_elem_sep void setOnDismissListener conc...
ValueBuilder function ( String arg0 ) { Expression loc0 = new HeaderExpression ( arg0 ) ; return new ValueBuilder ( loc0 ) ; }
returns a predicate and value builder for headers on an exchange concode_field_sep PlaceHolder placeHolder concode_field_sep ValueBuilder faultBodyAs concode_elem_sep ValueBuilder constant concode_elem_sep ValueBuilder sendTo concode_elem_sep ValueBuilder systemProperty concode_elem_sep ValueBuilder systemProperty conc...
String function ( FacesContext arg0 ) { ExternalContext loc0 = arg0 . getExternalContext ( ) ; Map loc1 = loc0 . getRequestParameterMap ( ) ; String loc2 = ( String ) loc1 . get ( "srini_string" ) ; return loc2 != null && ClientIdPattern . matcher ( loc2 ) . matches ( ) ? loc2 : "srini_string" ; }
return the id of the element that currently has focus in the browser . concode_field_sep Pattern ClientIdPattern concode_field_sep UIComponent findComponentInView concode_elem_sep UIComponent findComponent concode_elem_sep UIComponent findComponent concode_elem_sep char getSeparatorChar concode_elem_sep int getNumberOf...
void function ( TESLAParser . ConsumingContext arg0 ) { }
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitPacket_reference concode_elem_sep void enterStaticAttr_definition concode_elem_sep void exitEvent_declarations concode_elem_sep void enterPattern_predicate concode_elem_sep void exitEvent_alias concode_elem_se...
int function ( ) { int loc0 = this . traceID ; this . traceID ++ ; return loc0 ; }
this method returns a sequentially increasing random trace id , so that we can differentiate cells in the network concode_field_sep int traceID concode_elem_sep NIC nic concode_elem_sep Boolean trace concode_elem_sep int address concode_elem_sep Statistics stats concode_field_sep void addNIC concode_elem_sep void addNI...
String function ( String arg0 ) { if ( arg0 . startsWith ( "srini_string" ) ) { arg0 = arg0 . substring ( 7 ) ; } return arg0 ; }
removes the `` file : / / '' prefix from the given uri string , if applicable . if the given uri string does n't have a `` file : / / '' prefix , it is returned unchanged . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String getMimeType concode_elem_sep String getRealPath concode_ele...
Element function ( Element arg0 , String arg1 ) { if ( null == arg0 ) { return null ; } NodeList loc0 = arg0 . getElementsByTagName ( arg1 ) ; int loc1 = loc0 . getLength ( ) ; if ( loc1 < 1 ) { return null ; } return ( Element ) loc0 . item ( 0 ) ; }
return a named child relative to a supplied element . concode_field_sep PlaceHolder placeHolder concode_field_sep Element[] getChildren concode_elem_sep Element[] getChildren concode_elem_sep String getValue concode_elem_sep Element getRootElement concode_elem_sep String getAttribute concode_elem_sep String getAttribut...
Movie function ( Movie arg0 ) { List < Track > loc0 = new LinkedList < Track > ( ) ; for ( Track loc1 : arg0 . getTracks ( ) ) { loc0 . add ( new ChangeTimeScaleTrack ( loc1 , timeScale , ismvBuilder . getFragmentIntersectionFinder ( ) . sampleNumbers ( loc1 ) ) ) ; } arg0 . setTracks ( loc0 ) ; return arg0 ; }
returns a new movie in that all tracks have the timescale 10000000 . cts & dts are modified in a way that even with more than one framerate the fragments exactly begin at the same time . concode_field_sep Logger LOG concode_elem_sep ManifestWriter manifestWriter concode_elem_sep FragmentIntersectionFinder intersectionF...
void function ( boolean arg0 ) { }
called when the system is about to start resuming a previous activity . 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 on...
void function ( UserAgent arg0 ) { }
when an ougoing call is remotly ringing concode_field_sep String PARAM_RESOURCE concode_elem_sep PrintStream stdout concode_elem_sep SipProvider sip_provider concode_elem_sep Log log concode_elem_sep UserAgentProfile user_profile concode_field_sep void onUaCallTrasferred concode_elem_sep void onUaCallAccepted concode_e...
HttpServer function ( URI arg0 , Servlet arg1 , Map < String , String > arg2 , Map < String , String > arg3 ) { if ( arg1 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return create ( arg0 , null , arg1 , arg2 , arg3 ) ; }
create a httpserver that registers the declared servlet instance . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
float function ( float arg0 , float arg1 , float arg2 ) { return ( float ) Math . sqrt ( arg0 * arg0 + arg1 * arg1 + arg2 * arg2 ) ; }
returns the length of a vector , given as three floats . concode_field_sep int mPrimitive concode_elem_sep float PI concode_elem_sep Buffer mIndexBuffer concode_elem_sep int INT_BYTES concode_elem_sep IntBuffer mColorBuffer concode_elem_sep IntBuffer mNormalBuffer concode_elem_sep float TWO_PI concode_elem_sep IntBuffe...
Subject function ( ) { return null ; }
get the currently authenticated subject . concode_field_sep String securityDomain concode_field_sep Principal getPrincipal concode_elem_sep boolean authenticate concode_elem_sep String getSecurityDomain concode_elem_sep boolean isValid concode_elem_sep boolean isValid concode_elem_sep boolean doesUserHaveRole concode_e...
void function ( String arg0 ) { this . firstFooter = arg0 ; }
sets the value of the firstfooter property . concode_field_sep Boolean alignWithMargins concode_elem_sep Object parent concode_elem_sep String evenHeader concode_elem_sep String oddHeader concode_elem_sep String firstHeader concode_elem_sep Boolean differentOddEven concode_elem_sep String evenFooter concode_elem_sep Bo...
void function ( Connection arg0 ) { }
this implementation is empty , as we 're using a standard connection handle that does not have to be released . concode_field_sep Connection connection concode_field_sep Connection getConnection concode_elem_sep String toString
int function ( ) { return conf . getInt ( "srini_string" , - 1 ) ; }
send buffer size so_sndbuf . concode_field_sep ConfigProvider conf concode_field_sep int ioRetryWaitTimeMs concode_elem_sep String ioMode concode_elem_sep int serverThreads concode_elem_sep int receiveBuf concode_elem_sep int numConnectionsPerPeer concode_elem_sep int backLog concode_elem_sep boolean preferDirectBufs c...
FontMetricsFactory function ( ) { return new MonospaceFontMetricsFactory ( lpi , cpi ) ; }
creates a new font metrics factory . that factory is specific to a certain font registry and is not required to handle font records from foreign font registries . a font metrics factory should never be used on its own . it should be embedded into and used by a fontstorage implementation . concode_field_sep float lpi co...
void function ( Class < ? > arg0 ) { Assert . isTrue ( byte [ ] . class . equals ( arg0 ) || String . class . equals ( arg0 ) , "srini_string" + arg0 ) ; this . serializedPayloadClass = arg0 ; }
configure the preferred serialization class to use byte or string when converting an object payload to a message . the default value is byte . concode_field_sep Log logger concode_elem_sep List<MimeType> supportedMimeTypes concode_elem_sep ContentTypeResolver contentTypeResolver concode_elem_sep Class<?> serializedPayl...
boolean function ( SSLSocket arg0 ) { if ( ! tls ) { return false ; } if ( tlsVersions != null && ! nonEmptyIntersection ( tlsVersions , arg0 . getEnabledProtocols ( ) ) ) { return false ; } if ( cipherSuites != null && ! nonEmptyIntersection ( cipherSuites , arg0 . getEnabledCipherSuites ( ) ) ) { return false ; } ret...
returns true if the socket , as currently configured , supports this connection spec . inorder for a socket to be compatible the enabled cipher suites and protocols must intersect . for cipher suites , at least one of the #ciphersuites required cipher suites mustmatch the socket 's enabled cipher suites . if there are ...
NamingStore function ( ) { return namingStore . getValue ( ) ; }
get the naming store value . concode_field_sep InjectedValue<NamingStore> namingStore concode_elem_sep ServiceName SERVICE_NAME concode_elem_sep String CAPABILITY_NAME concode_field_sep void stop concode_elem_sep InjectedValue<NamingStore> getNamingStore concode_elem_sep void start
void function ( SearchTerm arg0 ) { searchTerms . add ( arg0 ) ; }
add a search term to the model . concode_field_sep HashMap<Integer,WeakReference<PageText>> searchResultCache concode_elem_sep ArrayList<SearchTerm> searchTerms concode_field_sep void addPageSearchHit concode_elem_sep Set<Integer> getPageSearchHits concode_elem_sep void removeSearchTerm concode_elem_sep ArrayList<Searc...
Object function ( Object arg0 , String arg1 ) { Field loc0 = findField ( arg0 . getClass ( ) , arg1 ) ; if ( loc0 == null ) { return null ; } loc0 . setAccessible ( true ) ; try { return loc0 . get ( arg0 ) ; } catch ( Exception loc1 ) { LOGGER . log ( Level . FINE , loc1 . getMessage ( ) , loc1 ) ; } return null ; }
get the field represented by the supplied field field object onthe specified object target object . in accordance with field #get object semantics , the returned value is automaticallywrapped if the underlying field has a primitive type . thrown exceptions are handled via a call to concode_field_sep Map<String,String> ...
int function ( int arg0 ) { if ( arg0 < 0 ) Context . codeBug ( ) ; int loc0 = findIndex ( arg0 ) ; if ( 0 <= loc0 ) { if ( ivaluesShift != 0 ) { return keys [ ivaluesShift + loc0 ] ; } return 0 ; } Context . codeBug ( ) ; return 0 ; }
get integer value assigned with key . concode_field_sep int keyCount concode_elem_sep long serialVersionUID concode_elem_sep int[] keys concode_elem_sep boolean check concode_elem_sep int DELETED concode_elem_sep Object[] values concode_elem_sep int EMPTY concode_elem_sep int power concode_elem_sep int A concode_elem_s...
BaseNode function ( ) { return node ; }
return the associated base node concode_field_sep BaseNode node concode_elem_sep double x concode_elem_sep double width concode_elem_sep double y concode_elem_sep String DOM_ELEMENT concode_elem_sep long serialVersionUID concode_elem_sep double height concode_field_sep void scaleWithPivot concode_elem_sep int getIndex ...
void function ( Logger arg0 , int arg1 , int arg2 , String arg3 , Throwable arg4 ) { arg0 ( arg0 , createStatus ( getBundleSymbolicName ( arg0 ) , arg1 , arg2 , arg3 , arg4 ) ) ; }
log the specified information . concode_field_sep Object[] EMPTY concode_field_sep void logError concode_elem_sep void logError concode_elem_sep void logError concode_elem_sep void logError concode_elem_sep void logError concode_elem_sep void log concode_elem_sep void log concode_elem_sep void logWarning concode_elem_s...
long function ( long arg0 ) { return ( arg0 * C . MICROS_PER_SECOND ) / 90000 ; }
converts a value in mpeg-2 timestamp units to the corresponding value in microseconds . concode_field_sep long DO_NOT_OFFSET concode_elem_sep long MAX_PTS_PLUS_ONE concode_elem_sep long lastPts concode_elem_sep long firstSampleTimestampUs concode_elem_sep long timestampOffsetUs concode_field_sep long adjustTimestamp co...
Iterator < T > function ( ) { if ( iterated ) { throw new IllegalStateException ( "srini_string" ) ; } else { iterated = true ; return this ; } }
on the first call returns this object which is also an iterator . on subsequent calls throws an exception since new iterators can not be generated . concode_field_sep boolean iterated concode_field_sep void close concode_elem_sep void remove
void function ( final String arg0 ) { this . valueClass = arg0 ; }
sets the parameter value class . concode_field_sep String DEFAULT_VALUE_CLASS concode_elem_sep String valueClass concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep Object value concode_field_sep String getValueClass concode_elem_sep void setName concode_elem_sep Object getValue concode...
int function ( ) { if ( nextTlsMode == TLS_MODE_MODERN ) { nextTlsMode = TLS_MODE_COMPATIBLE ; return TLS_MODE_MODERN ; } else if ( nextTlsMode == TLS_MODE_COMPATIBLE ) { nextTlsMode = TLS_MODE_NULL ; return TLS_MODE_COMPATIBLE ; } else { throw new AssertionError ( ) ; } }
returns the next tls mode to try . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem_sep Dns dns concode_e...
long function ( long arg0 , TimeUnit arg1 ) { if ( latch . await ( arg0 , arg1 ) ) { return received - sent ; } else { return - 2 ; } }
returns the round trip time for this ping in nanoseconds , or -1 if the response was cancelled , or -2 if the timeout elapsed before the round trip completed . concode_field_sep long sent concode_elem_sep CountDownLatch latch concode_elem_sep long received concode_field_sep void cancel concode_elem_sep void receive con...
T function ( Object [ ] arg0 ) { try { return constructor . newInstance ( arg0 ) ; } catch ( InvocationTargetException loc0 ) { throw loc0 . getCause ( ) ; } }
returns an instance of t , constructed using this constructor , with the supplied arguments . concode_field_sep ParameterListKey assistedParameters concode_elem_sep List<Parameter> allParameters concode_elem_sep Constructor<T> constructor concode_field_sep ParameterListKey getAssistedParameters concode_elem_sep Set<Cla...
void function ( Long arg0 ) { this . lineItemContractedUnitsBought = arg0 ; }
sets the value of the lineitemcontractedunitsbought property . concode_field_sep Long reconciliationReportId concode_elem_sep Long manualVolume concode_elem_sep String comments concode_elem_sep Long reconciledVolume concode_elem_sep Long lineItemId concode_elem_sep Long orderId concode_elem_sep Long creativeId concode_...
void function ( ) { out . flush ( ) ; }
writes any buffered data from the print and println methods to the device . concode_field_sep MsgPrinter mp concode_elem_sep PrintWriter err concode_elem_sep PrintWriter out concode_field_sep void println concode_elem_sep void printmsg
String function ( ) { return pattern ; }
returns the pattern to render the state to a string . concode_field_sep String pattern concode_elem_sep List<StateOption> options concode_elem_sep BigDecimal maximum concode_elem_sep BigDecimal step concode_elem_sep boolean readOnly concode_elem_sep BigDecimal minimum concode_field_sep boolean isReadOnly concode_elem_s...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
get custom deserializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep long[] customTargetingValueIds concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep org.apache.ax...
boolean function ( ) { return readUncommitted ; }
return if read operations performed by the cursor are configured to return modified but not yet committed data . concode_field_sep CursorConfig READ_UNCOMMITTED concode_elem_sep CursorConfig DEGREE_2 concode_elem_sep CursorConfig BULK_CURSOR concode_elem_sep CursorConfig WRITECURSOR concode_elem_sep boolean readCommitt...
boolean function ( MessageContext arg0 ) { ClusteringAgent loc0 = arg0 . getRootContext ( ) . getAxisConfiguration ( ) . getClusteringAgent ( ) ; return loc0 != null && loc0 . getStateManager ( ) != null ; }
check whether the state store in the specified messagecontext can be replicated . also note that if there are no members , we need not do any replication concode_field_sep Log log concode_field_sep void replicate concode_elem_sep void replicate concode_elem_sep void replicate concode_elem_sep ClusteringAgent getCluster...
List < String [ ] > function ( ) { return accountList ; }
returns a list of strings with the data from the google analytics api 's account feed . concode_field_sep String accountListError concode_elem_sep String dataListError concode_elem_sep String authorizationErrorMessage concode_elem_sep String authorizationUrl concode_elem_sep Boolean tokenValid concode_elem_sep List<Str...
void function ( String arg0 ) { this . type = arg0 ; }
define el valor de la propiedad type . concode_field_sep byte[] digestValue concode_elem_sep DigestMethodType digestMethod concode_elem_sep TransformsType transforms concode_elem_sep String id concode_elem_sep String type concode_elem_sep String uri concode_field_sep TransformsType getTransforms concode_elem_sep void s...
Resource function ( ) { T loc0 = getContextObject ( ) ; if ( loc0 instanceof EObject ) { return ( ( EObject ) loc0 ) . eResource ( ) ; } return null ; }
returns the resource which is affected by this refactoring . default implementation returns the resource of the first context object . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep TransactionalEditingDomain getEditingDomain concode_elem_sep boolean internalDoUndo ...
void function ( String arg0 , String arg1 , String arg2 ) { Map < String , Object > loc0 = Collections . emptyMap ( ) ; executeAction ( arg0 , arg1 , arg2 , loc0 ) ; }
executes an action concode_field_sep ConfigurationManager configurationManager concode_field_sep void setLoggerFactory
boolean function ( ) { return isDeleteMarker ; }
returns whether or not this version represents a delete marker . delete markers are special types of versions that have no data associated with them . when deleting a versioned object in amazon s3 without specifying an explicit version id , a new delete marker is created as the latest version of that object to mark tha...
String function ( ) { return this . mediaMimeType ; }
gets the mimetype of the extra media eg , audio or video concode_field_sep String[] addresses concode_elem_sep Bitmap[] images concode_elem_sep boolean LOCAL_LOGV concode_elem_sep String[] imageNames concode_elem_sep String subject concode_elem_sep boolean save concode_elem_sep byte[] media concode_elem_sep int type co...
void function ( ) { DefaultKeyedValues2D loc0 = new DefaultKeyedValues2D ( ) ; boolean loc1 = false ; try { loc0 . removeRow ( 0 ) ; } catch ( IndexOutOfBoundsException loc2 ) { loc1 = true ; } assertTrue ( loc1 ) ; }
some basic checks for the removerow method . concode_field_sep double EPSILON concode_field_sep void testGetValue2 concode_elem_sep void testColumnCount concode_elem_sep void testRowCount concode_elem_sep void testSparsePopulation concode_elem_sep void testSerialization concode_elem_sep void testRemoveValueBug1690654 c...
void function ( long arg0 ) { _guestbook . setGuestbookId ( arg0 ) ; }
sets the guestbook id of this guestbook . concode_field_sep Guestbook _guestbook concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.S...
DeregisterInstancesFromLoadBalancerResult function ( Instance ... arg0 ) { if ( getInstances ( ) == null ) setInstances ( new java . util . ArrayList < Instance > ( arg0 . length ) ) ; for ( Instance loc0 : arg0 ) { getInstances ( ) . add ( loc0 ) ; } return this ; }
the remaining instances registered with the load balancer . note : this method appends the values to the existing list if any . use #setinstances java.util.collection or #withinstances java.util.collection if you want to override theexisting values . returns a reference to this object so that method calls can be chaine...
boolean function ( ) { return valid ; }
get the validity of the policy concode_field_sep boolean valid concode_field_sep void setValid
void function ( ) { if ( this . metadataReaderFactory instanceof CachingMetadataReaderFactory ) { ( ( CachingMetadataReaderFactory ) this . metadataReaderFactory ) . clearCache ( ) ; } }
clear the underlying metadata cache , removing all cached class metadata . concode_field_sep Environment environment concode_elem_sep Log logger concode_elem_sep String resourcePattern concode_elem_sep MetadataReaderFactory metadataReaderFactory concode_elem_sep ConditionEvaluator conditionEvaluator concode_elem_sep St...
String function ( ) { return mDevice . getDeviceName ( ) ; }
returns the name of the usb device this returns the same value as android.hardware.usb.usbdevice #getdevicename for the device 's android.hardware.usb.usbdevice concode_field_sep UsbDevice mDevice concode_elem_sep int mNativeContext concode_elem_sep String TAG concode_field_sep MtpStorageInfo native_get_storage_info co...
T function ( ) { return first ; }
return the first element stored in the pair . concode_field_sep T first concode_elem_sep T second concode_field_sep Iterator<T> iterator concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep T getSecond concode_elem_sep String toString
void function ( ThemedReactContext arg0 , T arg1 ) { }
subclasses can override this method to install custom event emitters on the given view . you might want to override this method if your view needs to emit events besides basic touch events to js e.g. scroll events . concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> getNativeProps concode_el...
SortedRangeSet function ( Type arg0 , Object arg1 , Object ... arg2 ) { List < Range > loc0 = new ArrayList < > ( arg2 . length + 1 ) ; loc0 . add ( Range . equal ( arg0 , arg1 ) ) ; for ( Object loc1 : arg2 ) { loc0 . add ( Range . equal ( arg0 , loc1 ) ) ; } return copyOf ( arg0 , loc0 ) ; }
provided discrete values that are unioned together to form the sortedrangeset concode_field_sep NavigableMap<Marker,Range> lowIndexedRanges concode_elem_sep Type type concode_elem_sep List<Range> ranges concode_field_sep void checkTypeCompatibility concode_elem_sep Object getSingleValue concode_elem_sep Range getSpan c...
Table function ( ) { return tTable ; }
method declaration concode_field_sep Table tTable concode_elem_sep Expression eEnd concode_elem_sep boolean bOuterJoin concode_elem_sep Object oCurrentData[] concode_elem_sep Object oEmptyData[] concode_elem_sep Index iIndex concode_elem_sep Expression eStart concode_elem_sep Expression eAnd concode_elem_sep String sAl...
void function ( Key arg0 ) { if ( arg0 == null ) throw new NullPointerException ( "srini_string" ) ; st . remove ( arg0 ) ; }
removes the key and associated value from the symbol table if the key is in the symbol table . concode_field_sep TreeMap<Key,Value> st concode_field_sep boolean contains concode_elem_sep Iterator<Key> iterator concode_elem_sep Key min concode_elem_sep int size concode_elem_sep Key max concode_elem_sep Iterable<Key> key...
Player function ( String arg0 ) { return playerDao . getPlayerById ( arg0 ) ; }
returns the player with the given id . concode_field_sep int COOKIE_EXPIRY concode_elem_sep TranscodingService transcodingService concode_elem_sep SecurityService securityService concode_elem_sep StatusService statusService concode_elem_sep PlayerDao playerDao concode_elem_sep String COOKIE_NAME concode_field_sep void ...
String function ( ) { return id ; }
gets the id of this sso entry . concode_field_sep Principal principal concode_elem_sep Map<String,Session> sessions concode_elem_sep long lastAccessTime concode_elem_sep Logger log concode_elem_sep String realmName concode_elem_sep String id concode_elem_sep String authType concode_elem_sep AtomicLong version concode_e...
String function ( String arg0 ) { byte [ ] loc0 = readFile ( arg0 ) ; String loc1 = new String ( loc0 ) ; return loc1 ; }
read a string from a file . the default encoding for this platform is used . concode_field_sep PlaceHolder placeHolder concode_field_sep String readTextFileWithEncoding concode_elem_sep byte[] readFile concode_elem_sep void main
void function ( String arg0 ) { this . methodName = arg0 ; }
set the name of the target method . this setter is intended for javabean-style deserialization . concode_field_sep Class<?>[] parameterTypes concode_elem_sep long serialVersionUID concode_elem_sep String methodName concode_elem_sep Object[] arguments concode_elem_sep Map<String,Serializable> attributes concode_field_se...
void function ( BigInteger arg0 ) { this . sideValuInd = arg0 ; }
sets the value of the sidevaluind property . concode_field_sep BigInteger lqdtyNumSecurities concode_elem_sep BigDecimal lqdtyPctHigh concode_elem_sep BigDecimal efpTrkngErr concode_elem_sep BigInteger sideValuInd concode_elem_sep BigDecimal valuOfFuts concode_elem_sep BigInteger bidDescptrTyp concode_elem_sep String b...
List < String > function ( ) { if ( id == null ) { id = new ArrayList < String > ( ) ; } return this . id ; }
gets the value of the id 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 id property . for example , to add a new item , do as follows :...
PublicKey function ( ) { return publicKey ; }
returns the publickey associated with this identity . concode_field_sep Vector<Certificate> certificates concode_elem_sep IdentityScope scope concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep String info concode_elem_sep PublicKey publicKey concode_field_sep String getName concode_ele...
void function ( ) { long loc0 = Runtime . getRuntime ( ) . totalMemory ( ) ; long loc1 = Runtime . getRuntime ( ) . maxMemory ( ) ; System . out . println ( "srini_string" + ( loc0 / 1024 ) + "srini_string" + ( loc1 / 1024 ) + "srini_string" + Math . round ( 10000 * loc0 / loc1 ) / 100 + "srini_string" ) ; }
print heap utilization concode_field_sep String OS concode_elem_sep NumberFormat LONG_DECIMAL_FORMAT concode_field_sep boolean isLinux concode_elem_sep boolean checkOverwrite concode_elem_sep String getExtension concode_elem_sep T[] intersect concode_elem_sep boolean shouldOverwrite concode_elem_sep boolean isProgramIn...
String function ( String arg0 ) { String loc0 ; String loc1 ; loc0 = null ; loc1 = null ; loc1 = getTransformation ( arg0 ) ; loc0 = loc1 . substring ( 0 , loc1 . indexOf ( '/' ) ) ; return loc0 ; }
gets a cryptographic algorithm name from an xml encryption name concode_field_sep String TRANSFORMATION_AES_CBC concode_elem_sep String ALGORITHM_NAME_AES128_CBC concode_elem_sep String ALGORITHM_NAME_RSA_PKCS15 concode_elem_sep String TRANSFORMATION_TRIPLEDES_CBC concode_elem_sep String ALGORITHM_NAME_TRIPLEDES_CBC co...
void function ( int arg0 ) { if ( arg0 < 1 ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . parallelism = arg0 ; }
sets the parallelism for the task . concode_field_sep String invokableClassName concode_elem_sep ArrayList<JobEdge> inputs concode_elem_sep String operatorDescription concode_elem_sep CoLocationGroup coLocationGroup concode_elem_sep Configuration configuration concode_elem_sep InputSplitSource<?> inputSplitSource conco...
void function ( String arg0 ) { this . body = arg0 ; }
set 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 getN...
void function ( IFunction < Object , String > arg0 ) { convertToString = arg0 ; }
sets the string to object converter . concode_field_sep Log LOG concode_elem_sep boolean isArray concode_elem_sep IFunction<Object,String> convertToString concode_elem_sep IFunction<String,Object> parse concode_elem_sep LazyMember<Map<Class<?>,Object>> defaultValueMap concode_elem_sep Class<?> type concode_field_sep Ob...
boolean function ( ) { qualifier_offset += current_qual_length ; value_offset += current_val_length ; return update ( ) ; }
advance to the next datapoint . concode_field_sep int current_qual_length concode_elem_sep boolean needs_fixup concode_elem_sep boolean is_ms concode_elem_sep byte[] qualifier concode_elem_sep int current_timestamp_offset concode_elem_sep int qualifier_offset concode_elem_sep int value_offset concode_elem_sep long colu...
boolean function ( ) { return transactionManager ; }
returns if an external transaction manager process should be used . default : false equivalent deprecated property : com.arjuna.ats.jts.transactionmanager concode_field_sep boolean propagateTerminator concode_elem_sep String contextPropMode concode_elem_sep boolean transactionManager concode_elem_sep int commitedTransa...
boolean function ( ) { return false ; }
whether the node evaluates to nil and has no side effects . concode_field_sep List<Node> EMPTY_LIST concode_elem_sep boolean containsVariableAssignment concode_elem_sep ISourcePosition position concode_field_sep boolean needsDefinitionCheck concode_elem_sep List<Node> createList concode_elem_sep List<Node> createList c...
Environment function ( Settings arg0 , Terminal arg1 ) { return prepareEnvironment ( arg0 , arg1 , Collections . emptyMap ( ) ) ; }
prepares the settings by gathering all elasticsearch system properties , optionally loading the configuration settings , and then replacing all property placeholders . if a terminal is provided and configuration settings are loaded , settings with a value of $ prompt.text or $ prompt.secret will result in a prompt for ...
void function ( String arg0 ) { this . faceValue = arg0 ; }
sets the value of the facevalue property . concode_field_sep String issuerId concode_elem_sep String serialNumber concode_elem_sep List<CouponResponseType.CouponInfo> couponInfo concode_elem_sep String faceValue concode_elem_sep String couponType concode_elem_sep Boolean validForActivation concode_elem_sep String error...
int function ( ) { return httpMinorVersion ; }
returns the minor http version that should be used for future requests on this connection . either 0 for http/1 .0 , or 1 for http/1 .1 . the default value is 1 for new connections . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs...
void function ( ) { Container loc0 = Utils . getComponent ( ( Type ) Container . class ) ; loc0 . removeRequest ( ) ; loc0 . removeResponse ( ) ; loc0 . removeSession ( ) ; Execution loc1 = Utils . getComponent ( ( Type ) Execution . class ) ; loc1 . removeContext ( ) ; }
we must ensure we clean the threadlocal variables located in the container and execution components as otherwise we will have a potential memory leak . concode_field_sep int mode concode_elem_sep FilterConfig filterConfig concode_field_sep void init concode_elem_sep void initializeXWikiContext concode_elem_sep void doF...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _pluginSettingLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
void function ( AndroidDriver arg0 , URL arg1 ) { driver = arg0 ; serverAddress = arg1 ; int loc0 = 60 ; driverWait = new WebDriverWait ( arg0 , loc0 ) ; }
initialize the webdriver . must be called before using any helper methods . concode_field_sep WebDriverWait driverWait concode_elem_sep AndroidDriver driver concode_elem_sep URL serverAddress concode_field_sep WebElement wait concode_elem_sep List<WebElement> waitAll concode_elem_sep void setWait concode_elem_sep By fo...
void function ( final IThreadListener arg0 ) { m_listeners . addListener ( arg0 ) ; }
adds an object that is notified about changes in the thread . concode_field_sep ListenerProvider<IThreadListener> m_listeners concode_elem_sep InternalThreadListener m_listener concode_elem_sep TargetProcessThread m_thread concode_field_sep ThreadState getState concode_elem_sep TargetProcessThread getNative concode_ele...
Builder < KType , VType > function ( Map < KType , VType > arg0 ) { for ( Map . Entry < KType , VType > loc0 : arg0 . entrySet ( ) ) { this . map . put ( loc0 . getKey ( ) , loc0 . getValue ( ) ) ; } return this ; }
puts all the entries in the map to the builder . concode_field_sep ImmutableOpenMap EMPTY concode_elem_sep ObjectObjectHashMap<KType,VType> map concode_field_sep VType getOrDefault concode_elem_sep VType getOrDefault concode_elem_sep void indexInsert concode_elem_sep ObjectLookupContainer<KType> keys concode_elem_sep O...
BigInteger function ( ) { return tickRuleTyp ; }
gets the value of the tickruletyp property . concode_field_sep BigDecimal endTickPxRng concode_elem_sep BigDecimal startTickPxRng concode_elem_sep BigDecimal tickIncr concode_elem_sep BigInteger tickRuleTyp concode_field_sep BigDecimal getTickIncr concode_elem_sep void setTickRuleTyp concode_elem_sep void setEndTickPxR...
void function ( AccountingLine arg0 ) { if ( arg0 . getObjectType ( ) . getFinObjectTypeDebitcreditCd ( ) . equals ( arg0 . getDebitCreditCode ( ) ) || OLEConstants . EMPTY_STRING . equals ( arg0 . getDebitCreditCode ( ) ) ) { amount = amount . add ( arg0 . getAmount ( ) ) ; } else { amount = amount . subtract ( arg0 ....
adds an accounting line 's amount to this sufficient funds item concode_field_sep BalanceType balanceTyp concode_elem_sep KualiDecimal amount concode_elem_sep String documentTypeCode concode_elem_sep SystemOptions year concode_elem_sep ObjectType financialObjectType concode_elem_sep String sufficientFundsObjectCode con...
String function ( ) { return mimeType ; }
gets the value of the mimetype property . concode_field_sep DataHandler stream concode_elem_sep List<Property> property concode_elem_sep MIMETypedStream.Header header concode_elem_sep String mimeType concode_field_sep void setMIMEType concode_elem_sep void setStream concode_elem_sep List<Property> getProperty concode_e...
SeqType function ( ) { return new SeqType ( ) ; }
create an instance of seqtype concode_field_sep PlaceHolder placeHolder concode_field_sep StructLinkType createStructLinkType concode_elem_sep FileType.FContent createFileTypeFContent concode_elem_sep BehaviorType createBehaviorType concode_elem_sep FileType.FLocat createFileTypeFLocat concode_elem_sep MetsType.MetsHdr...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getQuantity ( ) != null ) loc0 . append ( "srini_string" + getQuantity ( ) + "srini_string" ) ; if ( getItems ( ) != null ) loc0 . append ( "srini_string" + getItems ( ) ) ; loc0 . append ( "srini_string" ) ; retu...
returns a string representation of this object ; useful for testing and debugging . concode_field_sep Integer quantity concode_elem_sep com.amazonaws.internal.SdkInternalList<String> items concode_field_sep java.util.List<String> getItems concode_elem_sep Integer getQuantity concode_elem_sep void setQuantity concode_el...
String function ( ) { return sortColumnName ; }
gets the sortcolumnname column . concode_field_sep String sortColumnName concode_elem_sep String oldSort concode_elem_sep boolean oldAscending concode_elem_sep boolean ascending concode_field_sep boolean isDefaultAscending concode_elem_sep void setAscending concode_elem_sep void sort concode_elem_sep boolean isAscendin...
String function ( ) { return getComputedTime ( selectedTimeZone ) ; }
gets selected time zone time . this is the time zone selected by one of six commandbuttons from the map in the ui . concode_field_sep DateFormat currentFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep String GMT7DAYLIGHTLOCATION concode_elem_sep String GMT9DAYLIGHTLOCATION concode_elem_sep String ...
BooleanValueStyle function ( View arg0 ) { BooleanValueStyle loc0 = GMFNotationUtil . getBooleanValueStyle ( arg0 , INLINE_STYLE ) ; return loc0 ; }
returns the style for diagram inlining concode_field_sep String INLINE_STYLE concode_elem_sep String DOMAIN_ID concode_field_sep List<Diagram> getSubDiagramHierachy concode_elem_sep BooleanValueStyle createInlineStyle concode_elem_sep void openEditor concode_elem_sep IEditorPart openEditor concode_elem_sep Transactiona...
boolean function ( String arg0 , String arg1 , String arg2 ) { return ( A_NS . equals ( arg0 ) && EXT_ELT . equals ( arg1 ) ) ; }
returns true if current element is a : ext and false otherwise . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isNum concode_elem_sep boolean isAbstractNumId concode_elem_sep boolean isAbstractNum concode_elem_sep boolean isFldChar concode_elem_sep boolean isBookmarkEnd concode_elem_sep boolean is...
String function ( ) { return value_ ; }
returns the definition of the define concode_field_sep String textdomain_ concode_elem_sep String value_ concode_elem_sep int lineNum_ concode_elem_sep String location_ concode_elem_sep List<String> args_ concode_elem_sep String name_ concode_field_sep String getLocation concode_elem_sep String getName concode_elem_sep...