code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( String arg0 ) { this . doShard = arg0 ; } | sets a list of one or more shards to replicate . shard names are comma-separated . concode_field_sep String doShard concode_elem_sep Logger logger concode_elem_sep String ignoreShard concode_field_sep ReplDBMSEvent filter concode_elem_sep void prepare concode_elem_sep void release concode_elem_sep void setIgnoreShard c... |
String function ( ) { return this . eTag ; } | get the etag value . concode_field_sep String dataServiceId concode_elem_sep String clientRequestId concode_elem_sep String requestId concode_elem_sep String eTag concode_elem_sep DateTimeRfc1123 lastModified concode_field_sep PoolEnableAutoScaleHeaders withDataServiceId concode_elem_sep PoolEnableAutoScaleHeaders with... |
com . liferay . shopping . model . ShoppingItemField function ( com . liferay . shopping . model . ShoppingItemField arg0 ) { return getService ( ) . updateShoppingItemField ( arg0 ) ; } | updates the shopping item field in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<ShoppingItemFieldLocalService,ShoppingItemFieldLocalService> _serviceTracker concode_field_sep com.liferay.shopping.model.ShoppingItemField deleteShoppin... |
void function ( Node arg0 , Node arg1 ) { Preconditions . checkState ( arg0 . isFunction ( ) ) ; if ( arg1 . getJSDocInfo ( ) != null && arg1 . getJSDocInfo ( ) . isJavaDispatch ( ) ) { if ( arg1 . isAssign ( ) ) { Preconditions . checkState ( arg1 . getLastChild ( ) == arg0 ) ; arg0 . putBooleanProp ( Node . IS_DISPAT... | translate dispatcher info into the property expected node . concode_field_sep boolean checkOnly concode_elem_sep AbstractCompiler compiler concode_field_sep void process concode_elem_sep void normalizeNodeTypes concode_elem_sep void normalizeObjectLiteralKeyAnnotations concode_elem_sep void normalizeObjectLiteralAnnota... |
AttributedQNameType function ( ) { return new AttributedQNameType ( ) ; } | create an instance of attributedqnametype concode_field_sep QName _ReferenceParameters_QNAME concode_elem_sep QName _ProblemIRI_QNAME concode_elem_sep QName _ProblemHeaderQName_QNAME concode_elem_sep QName _RetryAfter_QNAME concode_elem_sep QName _Metadata_QNAME concode_elem_sep QName _ReplyTo_QNAME concode_elem_sep QN... |
void function ( boolean arg0 ) { this . generateMessageId = arg0 ; } | generate message ids for produced messages . if set to false , will try to use a default value . by default set to false . concode_field_sep boolean generateMessageId concode_elem_sep boolean generateTimestamp concode_field_sep Object extractAndConvertValue concode_elem_sep Message<?> toMessage concode_elem_sep void se... |
int function ( ) { return ( first == null ? 0 : first . hashCode ( ) ) ^ ( second == null ? 0 : second . hashCode ( ) ) ; } | compute a hash code using the hash codes of the underlying objects concode_field_sep F first concode_elem_sep S second concode_field_sep boolean objectsEqual concode_elem_sep boolean equals concode_elem_sep Pair<A,B> create |
void function ( PopupWindow . OnDismissListener arg0 ) { window . setOnDismissListener ( arg0 ) ; } | if you want to do anything when dismiss is called concode_field_sep Drawable background concode_elem_sep View anchor concode_elem_sep View root concode_elem_sep PopupWindow window concode_elem_sep WindowManager windowManager concode_field_sep void setBackgroundDrawable concode_elem_sep void onCreate concode_elem_sep vo... |
int function ( String arg0 , int arg1 , CallbackContext arg2 ) { Request loc0 = new Request ( arg0 , arg1 , arg2 ) ; requests . put ( loc0 . requestCode , loc0 ) ; return loc0 . requestCode ; } | creates a request and adds it to the array of pending requests . each created request gets a unique result code for use with requestpermission concode_field_sep int currentReqId concode_elem_sep SparseArray<Request> requests concode_elem_sep int requestCode concode_elem_sep int action concode_elem_sep CallbackContext c... |
List < DbSpecificOption > function ( ) { return options ; } | returns a list of dbspecificoption s that are applicable to the specified database type . concode_field_sep List<DbSpecificOption> options concode_elem_sep Config config concode_elem_sep String description concode_elem_sep String type concode_field_sep void dumpUsage concode_elem_sep String toString concode_elem_sep vo... |
int function ( PackedInts . Format arg0 , int arg1 , int arg2 ) { final long loc0 = arg0 . loc0 ( arg1 , BLOCK_SIZE , arg2 ) ; assert loc0 >= 0 && loc0 <= Integer . MAX_VALUE : loc0 ; return ( int ) loc0 ; } | compute the number of bytes required to encode a block of values that require bitspervalue bits per value with format format . concode_field_sep int[] encodedSizes concode_elem_sep int MAX_ENCODED_SIZE concode_elem_sep PackedInts.Encoder[] encoders concode_elem_sep PackedInts.Decoder[] decoders concode_elem_sep int ALL... |
void function ( ) { line . drain ( ) ; line . stop ( ) ; } | closes standard audio . concode_field_sep int BITS_PER_SAMPLE concode_elem_sep int SAMPLE_BUFFER_SIZE concode_elem_sep SourceDataLine line concode_elem_sep int BYTES_PER_SAMPLE concode_elem_sep double MAX_16_BIT concode_elem_sep int SAMPLE_RATE concode_elem_sep int bufferSize concode_elem_sep byte[] buffer concode_fiel... |
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . dynamicQueryCount ( arg0 ) ; } | returns the number of rows matching the dynamic query . concode_field_sep ServiceTracker<AppLocalService,AppLocalService> _serviceTracker concode_field_sep com.liferay.marketplace.model.App fetchAppByUuidAndCompanyId concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.marketplace.mod... |
Vector3 function ( final Vector3 arg0 , final float arg1 ) { return arg0 . set ( direction ) . scl ( arg1 ) . add ( origin ) ; } | returns the endpoint given the distance . this is calculated as startpoint + distance direction . concode_field_sep Vector3 tmp concode_elem_sep Vector3 origin concode_elem_sep Vector3 direction concode_elem_sep long serialVersionUID concode_field_sep Ray set concode_elem_sep Ray set concode_elem_sep Ray set concode_el... |
int function ( ) { return mQueue . size ( ) ; } | returns the number of elements in this queue . concode_field_sep int TIMEOUT_OCCURRED concode_elem_sep Runnable mProducerRunnable concode_elem_sep BlockingQueue<E> mQueue concode_elem_sep boolean diagnosticsEnabled concode_elem_sep int mProducerCounter concode_elem_sep int mMaxIterations concode_elem_sep Runnable mCons... |
double function ( ) { return Math . tan ( Math . PI * ( uniform ( ) - 0.5 ) ) ; } | returns a real number with a cauchy distribution . concode_field_sep Random random concode_elem_sep long seed concode_field_sep long getSeed concode_elem_sep int poisson concode_elem_sep void main concode_elem_sep int discrete concode_elem_sep double uniform concode_elem_sep int uniform concode_elem_sep int uniform con... |
void function ( int arg0 ) { this . numKeys = arg0 ; } | sets the number of possible keys to numkeys concode_field_sep boolean clearHistory concode_elem_sep int numVals concode_elem_sep int tupleBlast concode_elem_sep boolean once concode_elem_sep Map<Integer,Set<Integer>> valhistory concode_elem_sep DefaultOutputPort<KeyValPair<Integer,Integer>> verport concode_elem_sep Ran... |
StackNode [ ] function ( ) { return stack ; } | get stack object for tree based accelerationstructure s. concode_field_sep int node concode_elem_sep StackNode[] stack concode_elem_sep Instance current concode_elem_sep Instance instance concode_elem_sep float u concode_elem_sep float[] rstack concode_elem_sep float v concode_elem_sep float far concode_elem_sep int MA... |
int function ( ) { return getService ( ) . getPluginSettingsCount ( ) ; } | returns the number of plugin settings . concode_field_sep PluginSettingLocalService _service concode_field_sep com.liferay.portal.kernel.model.PluginSetting addPluginSetting concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionable... |
int function ( ) { return bufline [ tokenBegin ] ; } | get token beginning line number . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int buf... |
boolean function ( ) { return ( userData . get ( ) != null ) ; } | checks if there is an execution context already set concode_field_sep Configuration templateConfig concode_elem_sep Connection conn concode_elem_sep ForumContext forumContext concode_elem_sep boolean enableRollback concode_elem_sep ThreadLocal userData concode_elem_sep boolean isCustomContent concode_elem_sep String re... |
String function ( ) { return value + "srini_string" ; } | get a string representation of the assigned value . concode_field_sep double value concode_field_sep double getValue concode_elem_sep SimpleEvaluation WITH_VALUE |
String function ( int arg0 ) { return result [ arg0 ] ; } | returns one the strings split off . concode_field_sep String[] result concode_field_sep void set concode_elem_sep int length |
Object function ( final String arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( ) ; } if ( arg0 . length ( ) == 0 ) { throw new BeanException ( "srini_string" ) ; } return new Character ( arg0 . charAt ( 0 ) ) ; } | converts a string to a character . concode_field_sep PlaceHolder placeHolder concode_field_sep String toAttributeValue |
int function ( ) { return m_outPort ; } | getter for outport concode_field_sep int m_permittedNetworkMask concode_elem_sep String m_outboundIface concode_elem_sep String m_permittedNetwork concode_elem_sep boolean m_masquerade concode_elem_sep String m_inboundIface concode_elem_sep String m_address concode_elem_sep String m_sourcePortRange concode_elem_sep int... |
Object function ( String arg0 , Object arg1 , Class < ? > arg2 , Object arg3 , int arg4 ) { return invokeCount ( arg0 , arg1 , arg2 , arg3 , arg3 . getClass ( ) , arg4 ) ; } | a reflection invoke method with retries for socketexception , internalapierror and rateexceedederror with getretryafterseconds sleep . concode_field_sep Logger log concode_elem_sep HashMap<String,Method> methodsCache concode_field_sep placeholderType placeHolder |
void function ( String arg0 ) { this . username = arg0 ; } | sets the harmony user name to login with concode_field_sep String password concode_elem_sep String host concode_elem_sep String discoveryName concode_elem_sep String username concode_field_sep void setHost concode_elem_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getDiscoveryName con... |
void function ( String arg0 ) { this . label = arg0 ; } | sets label . concode_field_sep Object display concode_elem_sep String label concode_elem_sep Integer value concode_field_sep Integer getValue concode_elem_sep String getLabel concode_elem_sep void setDisplay concode_elem_sep void setValue concode_elem_sep Object getDisplay |
void function ( String arg0 , String arg1 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 ) ; } | debug log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco... |
BillingSummary function ( ) { return billingSummary ; } | gets the value of the billingsummary property . concode_field_sep JobStats stats concode_elem_sep ApiErrorReason failureReason concode_elem_sep BillingSummary billingSummary concode_elem_sep String jobType concode_field_sep ApiErrorReason getFailureReason concode_elem_sep JobStats getStats concode_elem_sep void setBill... |
SharedPreferences function ( Context arg0 , String arg1 , EnumSet < Flags > arg2 ) { if ( arg2 != null && ! arg2 . contains ( Flags . DISABLE_MIGRATIONS ) ) { migrateIfNecessary ( arg0 ) ; } final String loc0 = PROFILE_PREFS_NAME_PREFIX + arg1 ; return arg0 . getSharedPreferences ( loc0 , 0 ) ; } | returns an sharedpreferences instance scoped to the given profile name . you can disable migrations by using the disable_migration flag . concode_field_sep String APP_PREFS_NAME concode_elem_sep String PROFILE_PREFS_NAME_PREFIX concode_elem_sep String[] PROFILE_MIGRATIONS_0_TO_1 concode_elem_sep EnumSet<Flags> disableM... |
void function ( Object arg0 , Throwable arg1 ) { logInternal ( INFO , arg0 , arg1 ) ; } | logs the given message and throwable at the ` info ' level . concode_field_sep Level ERROR concode_elem_sep Level WARN concode_elem_sep Logger jdkLogger concode_elem_sep Level TRACE concode_elem_sep Level DEBUG concode_elem_sep Level FATAL concode_elem_sep Level INFO concode_field_sep boolean isWarnEnabled concode_elem... |
String function ( ) { return cfProperty ; } | get property concode_field_sep long serialVersionUID concode_elem_sep String cfProperty concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep ManagedConnection createManagedConnection concode_elem_sep void setCfProperty concode_elem_sep void setResourceAdapter concode_elem_sep voi... |
int function ( ) { return _eventMask ; } | return the pointer events mask . concode_field_sep Window _grabWindow concode_elem_sep byte _button concode_elem_sep Cursor _cursor concode_elem_sep boolean _keyboardSynchronous concode_elem_sep Client _grabClient concode_elem_sep boolean _ownerEvents concode_elem_sep int _eventMask concode_elem_sep int _modifiers conc... |
void function ( String arg0 ) { this . s3Prefix = arg0 ; } | the image is written to a single object in the s3 bucket at the s3 key s3prefix + exporttaskid + ' . ' + diskimageformat . concode_field_sep String diskImageFormat concode_elem_sep String containerFormat concode_elem_sep String s3Prefix concode_elem_sep String s3Bucket concode_field_sep String getContainerFormat concod... |
java . util . Calendar function ( ) { return last_modified ; } | gets the last_modified value for this issuenotedata . concode_field_sep java.math.BigInteger note_type concode_elem_sep java.util.Calendar date_submitted concode_elem_sep java.lang.String note_attr concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.intellij.tasks.mantis.model.ObjectRef view_state conco... |
String function ( ) { return ipAddress ; } | returns the ip address or host name of the switch concode_field_sep String password concode_elem_sep String IpAddress concode_elem_sep int ping concode_elem_sep String ipAddress concode_elem_sep int polling concode_elem_sep String userName concode_elem_sep int retryPolling concode_field_sep void setPassword concode_ele... |
boolean function ( ) { return ( this . delegate instanceof SchedulingAwareRunnable && ( ( SchedulingAwareRunnable ) this . delegate ) . isLongLived ( ) ) ; } | this implementation delegates to org.springframework.scheduling.schedulingawarerunnable #islonglived , if available . concode_field_sep Runnable delegate concode_field_sep void release concode_elem_sep void run concode_elem_sep Runnable getDelegate |
String function ( ) { return this . name ; } | the dimension name to be matched . concode_field_sep String name concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep DimensionFilter withValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep Dimensio... |
MenuGiocatore function ( ) { return menuGiocatore ; } | richiede il riferimento al menu giocatore concode_field_sep Rectangle dimensioni concode_elem_sep BottoneRisicammara giocatoreButton concode_elem_sep BottoneRisicammara carteButton concode_elem_sep MenuGiocatore menuGiocatore concode_elem_sep Point posizioneCarte concode_elem_sep BarraFasi barraFasi concode_elem_sep Me... |
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_Start : return stateVector [ 0 ] == State . main_region_Start ; case main_region_End : return stateVector [ 0 ] == State . main_region_End ; default : return false ; } } | returns true if the given state is currently active otherwise false . concode_field_sep ITimer timer concode_elem_sep boolean[] timeEvents concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep void exitAction concode_elem_sep void reactMain_region_End conc... |
long function ( ) { return index ; } | gets the value of the index property . concode_field_sep Boolean cs concode_elem_sep Boolean ref3D concode_elem_sep Object parent concode_elem_sep String r concode_elem_sep Boolean array concode_elem_sep Boolean v concode_elem_sep Boolean nf concode_elem_sep long index concode_elem_sep String dn concode_elem_sep STForm... |
short [ ] function ( int arg0 ) { if ( arg0 > items . length ) resize ( Math . max ( 8 , arg0 ) ) ; size = arg0 ; return items ; } | sets the array size , leaving any values beyond the current size undefined . concode_field_sep boolean ordered concode_elem_sep int size concode_elem_sep short[] items concode_field_sep void mul concode_elem_sep void insert concode_elem_sep short pop concode_elem_sep short random concode_elem_sep boolean removeAll conc... |
Set function ( ) { HashSet loc0 = new HashSet ( gnu . java . security . prng . PRNGFactory . getNames ( ) ) ; loc0 . add ( ICM_PRNG ) ; loc0 . add ( UMAC_PRNG ) ; for ( Iterator loc1 = HMacFactory . getNames ( ) . iterator ( ) ; loc1 . hasNext ( ) ; ) loc0 . add ( PBKDF2_PRNG_PREFIX + ( ( String ) loc1 . next ( ) ) ) ;... | returns a set of names of padding algorithms supported by thisfactory . concode_field_sep PlaceHolder placeHolder concode_field_sep IRandom getInstance |
String function ( ) { return patch ; } | returns the version patch segment . concode_field_sep String patch concode_elem_sep int major concode_elem_sep int minor concode_elem_sep String build concode_elem_sep String format concode_elem_sep String FORMAT concode_elem_sep String FORMAT_SHORT concode_elem_sep String NEGATIVE concode_field_sep int major concode_e... |
void function ( AbstractCdrOutput arg0 ) { arg0 . write_ulong ( context_id ) ; arg0 . write_sequence ( context_data ) ; } | write the context values into the stream . concode_field_sep int RTCorbaPriority concode_elem_sep int CodeSets concode_elem_sep int FORWARDED_IDENTITY concode_elem_sep int ChainBypassCheck concode_elem_sep int LogicalThreadId concode_elem_sep int UnknownExceptionInfo concode_elem_sep int SendingContextRunTime concode_e... |
float function ( int [ ] arg0 , int arg1 ) { return ( float ) ( arg1 - arg0 [ 2 ] ) - arg0 [ 1 ] / 2.0f ; } | given a count of black/white/black pixels just seen and an end position , figures the location of the center of this black/white/black run . concode_field_sep BitMatrix image concode_elem_sep int[] crossCheckStateCount concode_elem_sep int width concode_elem_sep int startY concode_elem_sep int startX concode_elem_sep L... |
String function ( ) { return "srini_string" ; } | returns back to main page with no changes concode_field_sep SelectItem[] displayItems concode_elem_sep ResourceLoader rb concode_elem_sep String OPTIONS_PUBLIC concode_elem_sep PodcastService podcastService concode_elem_sep int SITE concode_elem_sep String CHANGE_TO_SITE concode_elem_sep int podOption concode_elem_sep ... |
Map < K , V > function ( K arg0 , V arg1 , K arg2 , V arg3 , K arg4 , V arg5 , K arg6 , V arg7 , K arg8 , V arg9 ) { Map loc0 = of ( ) ; loc0 . put ( arg0 , arg1 ) ; loc0 . put ( arg2 , arg3 ) ; loc0 . put ( arg4 , arg5 ) ; loc0 . put ( arg6 , arg7 ) ; loc0 . put ( arg8 , arg9 ) ; return loc0 ; } | returns map containing the given entries . concode_field_sep Map mMap concode_elem_sep boolean mUnderConstruction concode_field_sep Map<K,V> build concode_elem_sep HashMap<K,V> newHashMap concode_elem_sep Builder<K,V> builder concode_elem_sep Builder<K,V> put |
void function ( ) { root . dedup ( new HashMap < String , char [ ] > ( ) ) ; } | further reduces the memory footprint by finding the same labels across multiple treestring s. concode_field_sep TreeString node concode_elem_sep Map<String,Child> children concode_elem_sep Child root concode_elem_sep Map<String,Child> NO_CHILDREN concode_field_sep Child intern concode_elem_sep TreeString intern concode... |
long function ( ) { return _entry . getPrimaryKey ( ) ; } | returns the primary key of this entry . concode_field_sep Entry _entry concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setContent concode_elem_sep boole... |
int function ( ) { return numberOfFiles ; } | number of files concode_field_sep int numberOfFiles concode_elem_sep long totalSize concode_elem_sep int processedFiles concode_elem_sep boolean aborted concode_elem_sep String failure concode_elem_sep long startTime concode_elem_sep long indexVersion concode_elem_sep long time concode_elem_sep long processedSize conco... |
Scope function ( ) { return createInterfaceScope ( "srini_string" ) ; } | `` interface abc : operation myopp2 myparamopp param1 : integer , param2 : boolean : string in event event2 var myint : integer in event myintevent : integer concode_field_sep ILinker linker concode_elem_sep StextResourceFactory factory concode_elem_sep IParser parser concode_field_sep StextResource getResource concode... |
void function ( ) { synapseConnections . clear ( ) ; synapsesBySourceIndex . clear ( ) ; synapseConnections = null ; synapsesBySourceIndex = null ; } | clears the state of this pool concode_field_sep int size concode_elem_sep TIntObjectMap<Synapse> synapsesBySourceIndex concode_elem_sep TIntHashSet synapseConnections concode_field_sep double[] getDensePermanences concode_elem_sep void destroySynapse concode_elem_sep Synapse getSynapseWithInput concode_elem_sep double[... |
void function ( boolean arg0 ) { this . securityLayerConform = arg0 ; } | sets the security layer conformity . concode_field_sep boolean securityLayerConform concode_elem_sep List signedProperties concode_elem_sep String digestMethod concode_elem_sep String mimeType concode_elem_sep Set keySet concode_elem_sep boolean includeData concode_field_sep String getMimeType concode_elem_sep boolean ... |
void function ( Integer arg0 ) { this . count = arg0 ; } | the number of reservations available for the price . concode_field_sep Double price concode_elem_sep Integer count concode_field_sep PricingDetail withPrice concode_elem_sep PricingDetail withCount concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep PricingDetail clone concode_elem_sep String... |
void function ( final Map < String , List < URI >> arg0 ) { this . links . clear ( ) ; this . links . putAll ( arg0 ) ; } | copies entries from provided map . concode_field_sep String eventSourceCode concode_elem_sep BigDecimal eventDepth concode_elem_sep ProductId id concode_elem_sep String status concode_elem_sep Long indexId concode_elem_sep String version concode_elem_sep Map<String,List<URI>> links concode_elem_sep String eventSource c... |
RemoteCommand function ( ) { return commandHolder . getCommand ( ) ; } | get , and remove from the command holder , the next command to run concode_field_sep boolean proxyInjectionMode concode_elem_sep AtomicLong defaultTimeout concode_elem_sep AtomicInteger idGenerator concode_elem_sep BrowserResponseSequencer browserResponseSequencer concode_elem_sep Logger log concode_elem_sep String ses... |
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 |
Builder function ( String arg0 , String arg1 ) { headers . set ( arg0 , arg1 ) ; return this ; } | sets the header named name to value . if this request already has any headers with that name , they are all replaced . concode_field_sep Request request concode_elem_sep RawHeaders headers concode_elem_sep int code concode_elem_sep Reader reader concode_elem_sep RawHeaders headers concode_elem_sep Response redirectedBy... |
void function ( String arg0 , Throwable arg1 ) { w ( arg0 , null , arg1 ) ; } | prints a message at warn priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void println... |
byte [ ] function ( @ Nonnull final String arg0 ) { try { return Base64 . decode ( arg0 ) ; } catch ( final Throwable loc0 ) { return null ; } } | decode the string with the default encoding us-ascii is the preferred one . concode_field_sep Base64Helper s_aInstance concode_field_sep String safeDecodeAsString concode_elem_sep String safeDecodeAsString concode_elem_sep String safeDecodeAsString concode_elem_sep String safeDecodeAsString concode_elem_sep String safe... |
int function ( ) { return sampleIsDependedOn ; } | sample_is_depended_on takes one of the following four values : 0 : the dependency of other samples on this sample is unknown ; 1 : other samples may depend on this one not disposable ; 2 : no other sample depends on this one disposable ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int ... |
HashMappedList function ( ) { return userList ; } | retrieves this object 's set of user objects as an associative list . concode_field_sep HashMappedList userList concode_elem_sep GranteeManager granteeManager concode_field_sep HsqlArrayList listVisibleUsers concode_elem_sep void removeSchemaReference concode_elem_sep String[] getInitialSchemaSQL concode_elem_sep void ... |
boolean function ( ) { return all ( ) . remove ( this ) ; } | unregisters this computerlistener so that it will never receive further events . unless computerlistener is unregistered , it will never be a subject of gc . concode_field_sep PlaceHolder placeHolder concode_field_sep ExtensionList<ComputerListener> all concode_elem_sep void onConfigurationChange concode_elem_sep void ... |
void function ( String arg0 ) { this . branchExpandedIcon = arg0 ; } | set the value of the branchexpandedicon property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper concod... |
void function ( BigInteger arg0 ) { this . cid = arg0 ; } | sets the value of the cid property . concode_field_sep BigDecimal clashmag concode_elem_sep BigDecimal dist concode_elem_sep String atom concode_elem_sep BigInteger cid concode_field_sep BigInteger getCid concode_elem_sep void setDist concode_elem_sep BigDecimal getDist concode_elem_sep BigDecimal getClashmag concode_e... |
int function ( final HeaderElement [ ] arg0 ) { if ( ( arg0 == null ) || ( arg0 . length < 1 ) ) return 0 ; int loc0 = ( arg0 . length - 1 ) * 2 ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 += estimateHeaderElementLen ( arg0 [ loc1 ] ) ; } return loc0 ; } | estimates the length of formatted header elements . concode_field_sep BasicHeaderValueFormatter DEFAULT concode_elem_sep String UNSAFE_CHARS concode_elem_sep String SEPARATORS concode_field_sep String formatNameValuePair concode_elem_sep CharArrayBuffer formatNameValuePair concode_elem_sep int estimateNameValuePairLen ... |
void function ( String arg0 ) { this . host = arg0 ; } | sets the harmony hub host concode_field_sep String password concode_elem_sep String host concode_elem_sep String username concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep void setUsername concode_elem_sep boolean isValid concode_elem_sep String getHost concode_elem_sep String getU... |
boolean function ( ) { return returnEntropy ; } | get whether entropy is returned to the client or not concode_field_sep boolean returnEntropy concode_elem_sep long lifetime concode_elem_sep Logger LOG concode_field_sep boolean canHandleToken concode_elem_sep boolean canHandleToken concode_elem_sep void setReturnEntropy concode_elem_sep long getLifetime concode_elem_s... |
void function ( MethodType arg0 ) { final CurrentSynchronizationCallback . CallbackType loc0 = CurrentSynchronizationCallback . get ( ) ; if ( loc0 != null ) { if ( deniedSyncMethods . contains ( new DeniedSyncMethodKey ( loc0 , arg0 ) ) ) { throwException ( arg0 , loc0 ) ; } } } | transaction sync is not affected by the current invocation , as multiple ejb methods may be invoked from aftercompletion concode_field_sep AllowedMethodsInformation INSTANCE_CMT concode_elem_sep boolean beanManagedTransaction concode_elem_sep MethodType methodType concode_elem_sep AllowedMethodsInformation INSTANCE_BMT... |
IconicsBuilderString function ( Spanned arg0 ) { return new IconicsBuilderString ( ctx , fonts , arg0 , styles , stylesFor ) ; } | defines where the icons should be applied to concode_field_sep boolean INIT_DONE concode_elem_sep TextView view concode_elem_sep List<ITypeface> fonts concode_elem_sep Context ctx concode_elem_sep HashMap<String,List<CharacterStyle>> stylesFor concode_elem_sep HashMap<String,List<CharacterStyle>> withStylesFor concode_... |
scala . collection . immutable . Map < A , B > function ( Map < A , B > arg0 ) { return play . utils . Conversions . newMap ( scala . collection . JavaConverters . mapAsScalaMapConverter ( arg0 ) . asScala ( ) . toSeq ( ) ) ; } | converts a java map to scala . concode_field_sep PlaceHolder placeHolder concode_field_sep scala.Function0<scala.concurrent.Future<A>> asScalaWithFuture concode_elem_sep T[] asArray concode_elem_sep scala.collection.Seq<T> emptySeq concode_elem_sep RuntimeException noMatch concode_elem_sep scala.reflect.ClassTag<C> cla... |
boolean function ( int arg0 , PageText arg1 ) { WeakReference < PageText > loc0 = searchResultCache . get ( arg0 ) ; if ( loc0 == null ) { return false ; } PageText loc1 = loc0 . get ( ) ; return loc1 == null || ! loc1 . equals ( arg1 ) ; } | when we know a page has a hit but are n't sure if pagetext is still in a highlighted state we can use this method to check . if the weekreference for the pageindex exists we can compare it aginst the paramate pagetext . if the objects are equal there is no need to search again . if reference is null or not equal then w... |
Map < K , Long > function ( ) { Map < K , Long > loc0 = asMap ; return ( loc0 == null ) ? asMap = createAsMap ( ) : loc0 ; } | returns a live , read-only view of the map backing this atomiclongmap . concode_field_sep Map<K,Long> asMap concode_elem_sep ConcurrentHashMap<K,AtomicLong> map concode_field_sep long getAndIncrement concode_elem_sep long incrementAndGet concode_elem_sep Map<K,Long> createAsMap concode_elem_sep boolean containsKey conc... |
boolean function ( ) { return bytes != null ; } | whether a bytesreference view of the data is already materialized . concode_field_sep BytesReference bytes concode_elem_sep String text concode_elem_sep Text[] EMPTY_ARRAY concode_elem_sep int hash concode_field_sep Text[] convertFromStringArray concode_elem_sep String string concode_elem_sep BytesReference bytes conco... |
void function ( ) { this . stack . pop ( ) ; } | pops from the #stack . concode_field_sep Stack<Node> stack concode_field_sep boolean listBegin concode_elem_sep void scalar concode_elem_sep boolean containerBegin concode_elem_sep boolean hasListAncestor concode_elem_sep void containerEnd |
void function ( ) { _b . clear ( ) ; } | clear object in preparation for garbage collection concode_field_sep int BYTES_PER_PROPERTY concode_elem_sep ShortBuffer _b concode_elem_sep int _renderSubsetLength concode_elem_sep boolean _renderSubsetEnabled concode_elem_sep int _renderSubsetStartIndex concode_elem_sep int PROPERTIES_PER_ELEMENT concode_elem_sep int... |
byte [ ] function ( ) { return data ; } | getdata . concode_field_sep List<RandomAccessFile> listRandomAccessFile concode_elem_sep String identifier concode_elem_sep FileCleaner fileCleaner concode_elem_sep byte[] data concode_elem_sep int SLEEP_TIME concode_elem_sep int containerType concode_elem_sep List<FixupStream> listFixupStream concode_elem_sep List<Spo... |
void function ( List < MultiAgentQLearning > arg0 ) { this . qSourceMapping = new HashMap < Integer , MultiAgentQLearning > ( arg0 . size ( ) ) ; int loc0 = 0 ; for ( MultiAgentQLearning loc1 : arg0 ) { this . qSourceMapping . put ( loc0 , loc1 ) ; loc0 ++ ; } } | initializes with a list of agents that each keep their own q_source . concode_field_sep Map<Integer,MultiAgentQLearning> qSourceMapping concode_field_sep void setQSourceMap concode_elem_sep QSourceForSingleAgent agentQSource concode_elem_sep QSourceForSingleAgent agentQSource concode_elem_sep QSourceForSingleAgent agen... |
LogstashIndexerDao function ( ) { try { return getDao ( ) ; } catch ( InstantiationException loc0 ) { String loc1 = ExceptionUtils . getMessage ( loc0 ) + "srini_string" + "srini_string" ; logErrorMessage ( loc1 ) ; } return null ; } | construct a valid indexerdao or return null . writes errors to errorstream if dao constructor fails . concode_field_sep OutputStream errorStream concode_elem_sep LogstashIndexerDao dao concode_elem_sep AbstractBuild<?,?> build concode_elem_sep String jenkinsUrl concode_elem_sep boolean connectionBroken concode_elem_sep... |
String function ( SQLException arg0 ) { return determineSqlStateClassCode ( extractSqlState ( arg0 ) ) ; } | for the given sqlexception , locates the x/open-compliant sqlstate 's class code . concode_field_sep PlaceHolder placeHolder concode_field_sep int extractErrorCode concode_elem_sep String extractSqlState concode_elem_sep String determineSqlStateClassCode |
Object function ( String arg0 ) { return getValueBinding ( getJsfEl ( arg0 ) ) . getValue ( FacesContext . getCurrentInstance ( ) ) ; } | get managed bean based on the bean name . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep String getJsfEl concode_elem_sep void resetMa... |
void function ( Items arg0 ) { this . items = arg0 ; } | sets the value of the items property . concode_field_sep NonEipSubTotals subTotals concode_elem_sep Items items concode_field_sep Items getItems concode_elem_sep NonEipSubTotals getSubTotals concode_elem_sep void setSubTotals |
boolean function ( ) { return STATE_NotStarted . equals ( m_state ) || STATE_Suspended . equals ( m_state ) ; } | state is not running concode_field_sep String STATE_Aborted concode_elem_sep boolean m_throwException concode_elem_sep String STATE_Suspended concode_elem_sep CLogger log concode_elem_sep String ACTION_Suspend concode_elem_sep String ACTION_Resume concode_elem_sep String m_state concode_elem_sep String STATE_Terminated... |
List < LocatedBlock > function ( ) { return blocks ; } | get located blocks . concode_field_sep FileEncryptionInfo fileEncryptionInfo concode_elem_sep List<LocatedBlock> blocks concode_elem_sep boolean isLastBlockComplete concode_elem_sep boolean underConstruction concode_elem_sep long fileLength concode_elem_sep LocatedBlock lastLocatedBlock concode_field_sep int findBlock ... |
Nameserver function ( String arg0 ) { setName ( arg0 ) ; return this ; } | the fully qualified host name of the name server . type : string constraint : maximum 255 characterss parent : nameservers concode_field_sep String name concode_elem_sep com.amazonaws.internal.SdkInternalList<String> glueIps concode_field_sep void setName concode_elem_sep Nameserver withGlueIps concode_elem_sep Nameser... |
void function ( Element arg0 ) { applicationSpecificParams_ = arg0 ; } | sets the application specific parameters . concode_field_sep String target_ concode_elem_sep List infoboxTokenList_ concode_elem_sep boolean businessApplication_ concode_elem_sep String identificationValue_ concode_elem_sep String domainIdentifier_ concode_elem_sep String trustProfileID_ concode_elem_sep List schemaLoc... |
int function ( ) { return failedMaps ; } | get the number of failed maps for the job concode_field_sep JobID jobId concode_elem_sep Counters mapCounters concode_elem_sep long finishTime concode_elem_sep int failedReduces concode_elem_sep int failedMaps concode_elem_sep int finishedMaps concode_elem_sep Counters totalCounters concode_elem_sep int finishedReduces... |
void function ( Vec2 arg0 , Vec2 arg1 ) { final float loc0 = ex . x , loc1 = ey . x , loc2 = ex . y , loc3 = ey . y ; float loc4 = loc0 * loc3 - loc1 * loc2 ; if ( loc4 != 0.0f ) { loc4 = 1.0f / loc4 ; } arg1 . x = loc4 * ( loc3 * arg0 . x - loc1 * arg0 . y ) ; arg1 . y = loc4 * ( loc0 * arg0 . y - loc2 * arg0 . x ) ; ... | solve a x = b , where b is a column vector . this is more efficient than computing the inverse in one-shot cases . concode_field_sep Vec3 ex concode_elem_sep Vec3 ey concode_elem_sep Vec3 ez concode_elem_sep long serialVersionUID concode_elem_sep Mat33 IDENTITY concode_field_sep Vec2 solve22 concode_elem_sep Vec3 solve... |
String function ( ) { return "srini_string" + x + "srini_string" + y + "srini_string" + width + "srini_string" + height + "srini_string" ; } | returns a string containing a concise , human-readable description of the receiver . concode_field_sep long serialVersionUID concode_elem_sep int x concode_elem_sep int width concode_elem_sep int y concode_elem_sep int height concode_field_sep void add concode_elem_sep boolean contains concode_elem_sep boolean contains... |
void function ( String arg0 , String arg1 , String arg2 , int arg3 , String arg4 ) { HitBuilders . EventBuilder loc0 = new HitBuilders . EventBuilder ( ) ; loc0 . setCustomDimension ( arg3 , arg4 ) ; sendEvent ( arg0 , arg1 , arg2 , 0 , loc0 ) ; LOGD ( TAG , "srini_string" + "srini_string" + arg3 + "srini_string" + arg... | log an specific event under the category , action , and label . attach a custom dimension using the provided dimensionindex and dimensionvalue concode_field_sep Tracker mTracker concode_elem_sep SharedPreferences.OnSharedPreferenceChangeListener sPrefListener concode_elem_sep String TAG concode_elem_sep Context sAppCon... |
void function ( String arg0 ) { handler . setResourceBase ( arg0 ) ; } | sets the base resource for this context . concode_field_sep MutableServletContextHandler handler concode_elem_sep Logger LOGGER concode_elem_sep Set<String> servlets concode_elem_sep Set<String> filters concode_field_sep ServletRegistration.Dynamic addServlet concode_elem_sep ServletRegistration.Dynamic addServlet conc... |
void function ( String arg0 ) { this . taxAreaId = arg0 ; } | sets the value of the taxareaid property . concode_field_sep String taxAreaId concode_elem_sep String storeName concode_elem_sep String saleDate concode_elem_sep String storeId concode_elem_sep String transactionId concode_field_sep String getStoreName concode_elem_sep String getTaxAreaId concode_elem_sep String getSal... |
int function ( ) { return responseCode ; } | returns the http status code or -1 if it is unknown . concode_field_sep int responseCode concode_elem_sep String statusLine concode_elem_sep int httpMinorVersion concode_elem_sep String requestLine concode_elem_sep List<String> namesAndValues concode_elem_sep String responseMessage concode_elem_sep Comparator<String> F... |
void function ( WindowEvent arg0 ) { } | when losing focus no action is done . this way the last focussed window will stay listed as the activewindow . concode_field_sep EventListenerListHelper pageListeners concode_elem_sep int number concode_elem_sep ApplicationWindowConfigurer windowConfigurer concode_elem_sep CommandGroup toolBarCommandGroup concode_elem_... |
String function ( ) { return property1 ; } | gets value of property1 concode_field_sep int property2 concode_elem_sep String property1 concode_elem_sep TestBean nestedProp concode_elem_sep Date date concode_elem_sep SimpleDateFormat LOCAL_TIME_FORMAT concode_field_sep void testIsWrapper concode_elem_sep void testIndexOfElement_indexes concode_elem_sep void testIs... |
long function ( ) { return _journalArticleResource . getResourcePrimKey ( ) ; } | returns the resource prim key of this journal article resource . concode_field_sep JournalArticleResource _journalArticleResource concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttribu... |
OAuthServerConfiguration function ( ) { return ( OAuthServerConfiguration ) PrivilegedCarbonContext . getThreadLocalCarbonContext ( ) . getOSGiService ( OAuthServerConfiguration . class ) ; } | returns the oauthserverconfiguration instance concode_field_sep PlaceHolder placeHolder concode_field_sep String getAccessTokenValidator concode_elem_sep String getHostName concode_elem_sep String getUserInfoResponseBuilder concode_elem_sep String getLoginPageURL concode_elem_sep String getRealmInfo concode_elem_sep St... |
int function ( ) { return 0 ; } | implement parcelable interface concode_field_sep int MIN_FREQ_MHZ concode_elem_sep int MAX_FREQ_MHZ concode_elem_sep int freqMHz concode_elem_sep Parcelable.Creator<WifiChannel> CREATOR concode_elem_sep int MAX_CHANNEL_NUM concode_elem_sep int channelNum concode_elem_sep boolean isDFS concode_elem_sep int MIN_CHANNEL_N... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.