code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
LockMode function ( ) { return lockMode ; } | retrieve the lock-mode to apply to this return concode_field_sep LockMode lockMode concode_elem_sep int hashCode concode_elem_sep String alias concode_elem_sep Map<String,String[]> propertyResults concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void traceLog concode_elem_sep int determin... |
java . lang . String function ( ) { return _account . getType ( ) ; } | returns the type of this account . concode_field_sep Account _account concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep boo... |
String function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; HttpServletRequest loc1 = ( HttpServletRequest ) loc0 . getExternalContext ( ) . getRequest ( ) ; HttpSession loc2 = loc1 . getSession ( ) ; return loc1 . getParameter ( arg0 ) ; } | gest parameter value from the the session scope . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute conco... |
void function ( XMLGregorianCalendar arg0 ) { this . datumOd = arg0 ; } | sets the value of the datumod property . concode_field_sep XMLGregorianCalendar rokDo concode_elem_sep XMLGregorianCalendar datumDo concode_elem_sep XMLGregorianCalendar mesicDo concode_elem_sep XMLGregorianCalendar rokOd concode_elem_sep XMLGregorianCalendar datumOd concode_elem_sep XMLGregorianCalendar mesicOd concod... |
boolean function ( ) { scanner . useDelimiter ( EMPTY_PATTERN ) ; boolean loc0 = scanner . hasNext ( ) ; scanner . useDelimiter ( WHITESPACE_PATTERN ) ; return loc0 ; } | is the input empty including whitespace ? use this to know whether the next call to #readchar will succeed.functionally equivalent to #hasnextline . concode_field_sep Pattern EMPTY_PATTERN concode_elem_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep Scanner scanner concode_elem_sep Pattern WHITE... |
boolean function ( double arg0 , double arg1 , double arg2 , boolean arg3 ) { if ( arg3 ) { return doublesAreCloseAbs ( arg0 , arg1 , arg2 ) ; } else { return doublesAreCloseRel ( arg0 , arg1 , arg2 ) ; } } | see if two doubles are within epsilon of each other relative or absolute error . concode_field_sep double epsilonDouble concode_elem_sep DecimalFormat formatterDouble2dp concode_elem_sep DecimalFormat formatterPercent1dp concode_field_sep boolean doublesAreEqual concode_elem_sep String formatDouble concode_elem_sep Str... |
Point function ( ) { return getFreshRealCandidateHyperplane ( ) ; } | returns a weight vector which could yield a new pareto point when used . null is returned if no candidate point exists.todo : currently just calls another method . concode_field_sep List<Expression> storedFormulasY concode_elem_sep List<Expression> storedFormulasX concode_elem_sep Tile initialTile concode_elem_sep List... |
void function ( long arg0 ) { _checkout . setCompanyId ( arg0 ) ; } | sets the company id of this checkout . concode_field_sep Checkout _checkout concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep ... |
void function ( String arg0 , Object arg1 ) { if ( arg1 == null ) { throw new IllegalArgumentException ( arg0 + "srini_string" ) ; } } | check for not null parameters and throw and exception is null concode_field_sep PlaceHolder placeHolder concode_field_sep T accessible |
void function ( SeatType arg0 ) { seatType = arg0 ; } | sets seat type concode_field_sep SeatType seatType concode_elem_sep SeatState state concode_field_sep SeatState getState concode_elem_sep void load concode_elem_sep SeatType getType concode_elem_sep Element save concode_elem_sep void setState concode_elem_sep Integer getId concode_elem_sep String getIcon |
Object function ( EObject arg0 ) { return null ; } | returns the result of interpretting the object as an instance of ` eobject ' . this implementation returns null ; returning a non-null result will terminate the switch , but this is the last case anyway . concode_field_sep SimplenmPackage modelPackage concode_field_sep Object caseMe concode_elem_sep Object doSwitch con... |
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 com.google.api.ads.dfp.axis.v201405.GrpProvider provider concode_elem_sep java.lang.Long maxTargetAge concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Long minTargetAge concode_elem_sep bool... |
S2LatLng function ( final double arg0 ) { return new S2LatLng ( latRadians * arg0 , lngRadians * arg0 ) ; } | scales this point by the given scaling factor . note that there is no guarantee that the new point will be valid . concode_field_sep S2LatLng CENTER concode_elem_sep double EARTH_RADIUS_METERS concode_elem_sep double latRadians concode_elem_sep double lngRadians concode_field_sep S2LatLng sub concode_elem_sep S2LatLng ... |
String function ( String arg0 ) { String loc0 = null ; String loc1 = getMediaDirectory ( ) ; boolean loc2 = true ; loc0 = loc1 + arg0 ; return loc0 ; } | method to get the full path for the passed file name concode_field_sep PlaceHolder placeHolder concode_field_sep String pickAFile concode_elem_sep String pickPath concode_elem_sep String getMediaDirectory |
File function ( String arg0 , String arg1 , IProgressMonitor arg2 ) { return getCachedFileForURL ( arg0 , arg1 , URLTransportUtility . CACHE_FOREVER , arg2 ) ; } | fetch a local cache of the remote file . if the remote file is newer than the local , update it . concode_field_sep String STACKS_URL concode_elem_sep String URL_PROPERTY_PRESTACKS concode_elem_sep String PRESTACKS_URL concode_elem_sep String URL_PROPERTY_STACKS concode_elem_sep String STACKS_URL_PROPERTY concode_field... |
BytesReference function ( ChannelBuffer arg0 , int arg1 ) { return new ChannelBufferBytesReference ( arg0 , arg1 ) ; } | wraps the given channelbuffer with a bytesreference of a given size concode_field_sep EsThreadNameDeterminer ES_THREAD_NAME_DETERMINER concode_elem_sep boolean DEFAULT_GATHERING concode_field_sep String determineThreadName concode_elem_sep void setup concode_elem_sep InternalLogger newInstance concode_elem_sep ChannelB... |
CharSequence function ( String arg0 , ContentType arg1 ) { return downloadViaHttp ( arg0 , arg1 , Integer . MAX_VALUE ) ; } | downloads the entire resource instead of part . concode_field_sep Collection<String> REDIRECTOR_DOMAINS concode_elem_sep String TAG concode_field_sep String getEncoding concode_elem_sep URI unredirect concode_elem_sep CharSequence consume |
boolean function ( ) { return getSCCs ( ) . getGraphIsDisjoint ( ) ; } | returns true if the nba is disjoint , i.e. , there are states that are not reachable from the initial state concode_field_sep MyBitSet _accepting_true_loops concode_elem_sep NBA _nba concode_elem_sep Vector<MyBitSet> _reachability concode_elem_sep MyBitSet _allSuccAccepting concode_elem_sep SCCs _sccs concode_field_sep... |
void function ( ) { data . clear ( ) ; } | disposes the aiffdata concode_field_sep ByteBuffer data concode_elem_sep int format concode_elem_sep int samplerate concode_field_sep AiffData create concode_elem_sep AiffData create concode_elem_sep AiffData create concode_elem_sep AiffData create concode_elem_sep AiffData create concode_elem_sep AiffData create conco... |
void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; } | helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ... |
int function ( ) { throw jdbcUtil . notSupported ; } | retrieves the generated id for the savepoint that this savepoint object represents . concode_field_sep String name concode_elem_sep jdbcConnection connection concode_field_sep String getSavepointName concode_elem_sep String toString |
void function ( ) { AttachmentServerHolder . getInstance ( ) . setAttachmentServer ( AttachmentServer . getInstance ( ) ) ; log . info ( "srini_string" ) ; AttachmentServerHolder . getInstance ( ) . getAttachmentServer ( ) . init ( ) ; } | initializing attachment server concode_field_sep boolean dataSourceServiceProvided concode_elem_sep BundleContext bundleContext concode_elem_sep Log log concode_field_sep void activate concode_elem_sep void unsetDataSourceService concode_elem_sep void setDataSourceService concode_elem_sep void registerAttachmentDownloa... |
void function ( String arg0 ) { this . unitOfMeasurement = arg0 ; } | sets the value of the unitofmeasurement property . concode_field_sep String unitOfMeasurement concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep BigDecimal value concode_field_sep void setName concode_elem_sep BigDecimal getValue concode_elem_sep String getName concode_elem_sep void se... |
Long function ( ) { return personId ; } | gets the value of the personid property . concode_field_sep Reminder reminderI concode_elem_sep Long personId concode_field_sep void setReminderI concode_elem_sep void setPersonId concode_elem_sep Reminder getReminderI |
void function ( Runnable arg0 ) { synchronized ( this ) { try { executorService . submit ( arg0 ) ; } catch ( RejectedExecutionException loc1 ) { throw new PhoneCommunicationException ( "srini_string" + loc1 . getMessage ( ) ) ; } } } | communicate with the phone asynchronously . queues up a runnable representing the communication and returns immediately . if the queueing process fails , signals phonecommunicationexception . concode_field_sep ExecutorService executorService concode_elem_sep boolean DEBUG concode_field_sep void cancelAllAndWait concode... |
int function ( Object arg0 ) { return addElement ( arg0 , currentColumn ) ; } | adds a cell to the row . concode_field_sep int currentColumn concode_elem_sep int NULL concode_elem_sep int CELL concode_elem_sep int horizontalAlignment concode_elem_sep Object[] cells concode_elem_sep boolean[] reserved concode_elem_sep int columns concode_elem_sep Properties markupAttributes concode_elem_sep int ver... |
String function ( ) { return _name ; } | the name of the person called if available concode_field_sep Date _callTime concode_elem_sep String _name concode_elem_sep String _phoneNumber concode_elem_sep int _callType concode_field_sep Date getCallTime concode_elem_sep String getFormatedDate concode_elem_sep String getPhoneNumber concode_elem_sep int getCallType |
ProxyBuilder function ( Endpoint arg0 ) { this . endpoint = arg0 ; return this ; } | send the proxied message to this endpoint concode_field_sep boolean binding concode_elem_sep Endpoint endpoint concode_elem_sep CamelContext camelContext concode_field_sep ProxyBuilder endpoint concode_elem_sep ProxyBuilder endpoint concode_elem_sep T build concode_elem_sep T build concode_elem_sep ProxyBuilder binding |
void function ( byte [ ] arg0 ) { streamDecoder . setGlobalData ( arg0 ) ; } | if the data stream is taken from a pdf , there may be some global data . pass any global data in here . call this method before decodejbig2 ... concode_field_sep JBIG2StreamDecoder streamDecoder concode_field_sep int getNumberOfPages concode_elem_sep void cleanupPostDecode concode_elem_sep Segment findSegment concode_e... |
String [ ] function ( ) { initErrorMessages ( ) ; return this . errorMessages ; } | return the resolved error messages for the field or object , if any . returns an empty array instead of null if none . concode_field_sep PropertyEditor editor concode_elem_sep String expression concode_elem_sep BindingResult bindingResult concode_elem_sep String[] errorCodes concode_elem_sep Object actualValue concode_... |
GuardedInvocation function ( ) { return conversionInvocation ; } | get the invocation concode_field_sep GuardedInvocation conversionInvocation concode_elem_sep boolean cacheable concode_field_sep boolean isCacheable |
void function ( OutputStream arg0 , Object arg1 , Class < ? > arg2 ) { JSON_MAPPER . writerWithView ( arg2 ) . writeValue ( arg0 , arg1 ) ; } | todo remove concode_field_sep ObjectMapper JSON_MAPPER concode_elem_sep XmlMapper XML_MAPPER concode_elem_sep Map<String,Class<?>> VIEW_CLASSES concode_field_sep Class<?> getViewClass concode_elem_sep String toXmlAsString concode_elem_sep void toXml concode_elem_sep String toJsonWithViewAsString concode_elem_sep XmlMap... |
void function ( ActionMiddlemanEvent arg0 ) { Action loc0 = arg0 . getAction ( ) ; C loc1 = tryAddComponent ( createComponent ( loc0 , arg0 . getNanoTimeStart ( ) ) ) ; finalizeActionStat ( arg0 . getNanoTimeStart ( ) , loc0 , loc1 ) ; } | record a middleman action execution . even if middleman are almost instant , we record them because they depend on other actions and we need them for constructing the critical path . for some rules with incorrect configuration transitions we might get notified several times for the same middleman . this should only hap... |
void function ( PreferenceManager arg0 , PreferenceFragment arg1 ) { } | sets the owning preference fragment concode_field_sep String TAG concode_field_sep boolean setPreferences concode_elem_sep void dispatchActivityResult concode_elem_sep boolean onPreferenceTreeClick concode_elem_sep PreferenceScreen inflateFromResource concode_elem_sep void dispatchActivityDestroy concode_elem_sep Prefe... |
ResultMatcher function ( ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg0 ) { HttpServletRequest loc0 = arg0 . getRequest ( ) ; assertAsyncStarted ( loc0 ) ; } } ; } | assert whether asynchronous processing started , usually as a result of a controller method returning callable or deferredresult . the test will await the completion of a callable so that #asyncresult matcher can be used to assert the resulting value.neither a callable nor a deferredresult will completeprocessing all t... |
int function ( int arg0 ) { return 2 * arg0 + 1 ; } | internal method for heapsort . concode_field_sep int CUTOFF concode_elem_sep int theSeed concode_elem_sep int NUM_ITEMS concode_field_sep void quickSelect concode_elem_sep void quickSelect concode_elem_sep void insertionSort concode_elem_sep void insertionSort concode_elem_sep void checkSort concode_elem_sep void merge... |
WritableComparator function ( ) { return cmp ; } | return comparator defining the ordering for recordreaders in this composite . concode_field_sep boolean first concode_elem_sep PriorityQueue<ComposableRecordReader<K,?>> q concode_elem_sep ResetableIterator<X>[] iters concode_elem_sep WritableComparator cmp concode_elem_sep JoinCollector jc concode_elem_sep Configurati... |
void function ( long arg0 ) { _userGroupGroupRole . setMvccVersion ( arg0 ) ; } | sets the mvcc version of this user group group role . concode_field_sep UserGroupGroupRole _userGroupGroupRole concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_se... |
void function ( ) { TickUnits loc0 = new TickUnits ( ) ; loc0 . add ( new NumberTickUnit ( 10 , new DecimalFormat ( "srini_string" ) ) ) ; TickUnits loc1 = ( TickUnits ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; } | confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization concode_elem_sep void testEquals |
boolean function ( int arg0 , Collection < ? extends E > arg1 ) { boolean loc0 = this . list . addAll ( arg0 , arg1 ) ; Collections . sort ( list , comparator ) ; return loc0 ; } | insert the provided collection to the list at index . this operation is not guaranteed and to ensure that the list remains sorted , the list is tested after addition and reordered , if needed . concode_field_sep Comparator<E> comparator concode_elem_sep long serialVersionUID concode_elem_sep LinkedList<E> list concode_... |
Double function ( String arg0 , String arg1 ) { try { return Double . parseDouble ( arg1 ) ; } catch ( Exception loc0 ) { throw new ConfigurationException ( "srini_string" , "srini_string" + arg0 + "srini_string" ) ; } } | parse a double value from a string . concode_field_sep Logger logger concode_field_sep Class<?> getActionClass concode_elem_sep void activate concode_elem_sep void parseConfig concode_elem_sep void updated concode_elem_sep String getActionClassName concode_elem_sep void deactivate |
PlayMode function ( ) { return playMode ; } | returns the animation play mode . concode_field_sep float animationDuration concode_elem_sep int lastFrameNumber concode_elem_sep PlayMode playMode concode_elem_sep float frameDuration concode_elem_sep TextureRegion[] keyFrames concode_elem_sep float lastStateTime concode_field_sep float getFrameDuration concode_elem_s... |
void function ( int arg0 ) { if ( arg0 > 0 ) m_fitnessValue = arg0 ; else m_fitnessValue = 1 ; } | sets the fitness value of this chromosome . this method is for use by bulk fitness functions and should not be invoked from anything else . this is the raw fitness value , before species fitness sharing . concode_field_sep Long m_id concode_elem_sep String m_idString concode_elem_sep ChromosomeMaterial m_material conco... |
void function ( Selector arg0 ) { this . selector = arg0 ; } | sets the value of the selector property . concode_field_sep Selector selector concode_field_sep Selector getSelector |
Ref function ( com . ericsson . otp . ic . Any arg0 ) { return unmarshal ( arg0 . extract_Streamable ( ) ) ; } | standard method for extracting a ref from an any . concode_field_sep com.ericsson.otp.ic.TypeCode _tc concode_field_sep Ref unmarshal concode_elem_sep void marshal concode_elem_sep String name concode_elem_sep void insert concode_elem_sep String id concode_elem_sep com.ericsson.otp.ic.TypeCode type |
int function ( ) { return height ; } | image height in pixels concode_field_sep byte compressedStream[] concode_elem_sep int depth concode_elem_sep boolean isInitialized concode_elem_sep byte[] image8 concode_elem_sep int width concode_elem_sep int nbResolutions concode_elem_sep byte compressedIndex[] concode_elem_sep Vector<IJavaJ2KDecoderLogger> loggers c... |
String function ( ) { return configurationElement . getAttribute ( MarkerSupportInternalUtilities . ATTRIBUTE_ID ) ; } | return the id of the receiver . concode_field_sep String ATTRIBUTE_DEFAULT_MARKER_GROUPING concode_elem_sep Map<String,MarkerType> allTypesTable concode_elem_sep String ATTRIBUTE_VISIBLE concode_elem_sep MarkerField[] allFields concode_elem_sep Collection<IConfigurationElement> generatorExtensions concode_elem_sep Mark... |
void function ( String arg0 ) { this . uid = arg0 ; } | sets the uid . concode_field_sep long currentAllocatedSize concode_elem_sep List<Double> currentAllocatedMips concode_elem_sep double mips concode_elem_sep int numberOfPes concode_elem_sep int userId concode_elem_sep boolean inMigration concode_elem_sep CloudletScheduler cloudletScheduler concode_elem_sep String uid co... |
String function ( ) { return exceptionMessage ; } | gets the value of the exceptionmessage property . concode_field_sep String exceptionCode concode_elem_sep String exceptionMessage concode_field_sep void setExceptionMessage concode_elem_sep String getExceptionCode concode_elem_sep void setExceptionCode |
void function ( byte [ ] arg0 , String arg1 , Double arg2 ) { Document loc0 = parseXmlByteArray ( arg0 , arg1 ) ; Double loc1 = evaluateXpath ( loc0 , XPathConstants . NUMBER , Double . class ) ; assertEquals ( "srini_string" + this . expression , arg2 , loc1 ) ; } | apply the xpath expression and assert the resulting content as a double . concode_field_sep String expression concode_elem_sep XPathExpression xpathExpression concode_elem_sep boolean hasNamespaces concode_field_sep XPathExpression getXpathExpression concode_elem_sep XPathExpression compileXpathExpression concode_elem_... |
ValueType function ( ) { return this . readAccessor . getValueType ( ) ; } | retrieve the valuetype . concode_field_sep String identifier concode_elem_sep InternalReadAccessor readAccessor concode_elem_sep String cachedTypeName concode_elem_sep long serialVersionUID concode_elem_sep Pattern pattern concode_elem_sep String bindingName concode_elem_sep boolean internalFact concode_elem_sep String... |
void function ( ) { PlotOrientation loc0 = PlotOrientation . HORIZONTAL ; PlotOrientation loc1 = ( PlotOrientation ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; boolean loc2 = loc0 == loc1 ; assertEquals ( true , loc2 ) ; } | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testEquals |
SecurityToken function ( ) { return securityToken ; } | get the securitytoken concode_field_sep SecurityToken securityToken concode_elem_sep long DEFAULT_TTL concode_elem_sep Date expires concode_elem_sep long MAX_TTL concode_elem_sep Map<String,CacheEntry> tokens concode_elem_sep long ttl concode_field_sep void add concode_elem_sep void add concode_elem_sep Collection<Stri... |
void function ( String arg0 ) { this . firstName = arg0 ; } | sets the first name for this person . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_elem_sep int personId concode_elem_sep int personVoterId concode_field_sep void setLastName concode_elem_sep int getPersonId concode_elem_sep void setAddress concode_elem_sep... |
void function ( java . lang . String arg0 ) { _scLicense . setName ( arg0 ) ; } | sets the name of this s c license . concode_field_sep SCLicense _scLicense concode_field_sep void setExpandoBridgeAttributes concode_elem_sep SCLicense getWrappedSCLicense concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep com.lifera... |
long function ( ) { return totalLoadTime ; } | returns the total number of nanoseconds the cache has spent loading new values . this can be used to calculate the miss penalty . this value is increased every time loadsuccesscount or loadexceptioncount is incremented . concode_field_sep long totalLoadTime concode_elem_sep long evictionCount concode_elem_sep long hitC... |
BigDecimal function ( ) { return contributedToStack ; } | gets the value of the contributedtostack property . concode_field_sep BigDecimal chargeableOverage concode_elem_sep String unitOfMeasure concode_elem_sep BigDecimal allowed concode_elem_sep long serialVersionUID concode_elem_sep BigDecimal used concode_elem_sep BigDecimal contributedToStack concode_elem_sep String msis... |
void function ( String arg0 , Map < String , String > arg1 ) { data_repo = RepositoryFactory . getDataRepository ( null , arg0 , arg1 ) ; checkDB ( ) ; data_repo . initPreparedStatement ( init_entry_query , init_entry_query ) ; data_repo . initPreparedStatement ( update_entry_query , update_entry_query ) ; } | method description concode_field_sep String TABLE_NAME_PROP_KEY concode_elem_sep String VHOSTS_TEXT concode_elem_sep String SERVER_CONNECTIONS_TEXT concode_elem_sep String DB_URL_PROP_KEY concode_elem_sep DataRepository data_repo concode_elem_sep String VERSION_TEXT concode_elem_sep String tableName concode_elem_sep St... |
boolean function ( int arg0 ) { return ( arg0 >= LOGLEVEL ) ; } | determine if log level will be logged 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 void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setLogLevel concode_e... |
FeatureDetector function ( int arg0 ) { FeatureDetector loc0 = new FeatureDetector ( create_0 ( arg0 ) ) ; return loc0 ; } | creates a feature detector by its name . the following detector types are supported : `` fast '' -- `` fastfeaturedetector '' `` star '' -- `` starfeaturedetector '' `` sift '' -- `` sift '' nonfree module `` surf '' -- `` surf '' nonfree module `` orb '' -- `` orb '' `` brisk '' -- `` brisk '' `` mser '' -- `` mser ''... |
void function ( FilterConfig arg0 ) { this . filterConfig = arg0 ; this . attribute = arg0 . getInitParameter ( "srini_string" ) ; } | place this filter into service . concode_field_sep FilterConfig filterConfig concode_elem_sep String attribute concode_field_sep void doFilter concode_elem_sep void destroy concode_elem_sep String toString |
void function ( String arg0 ) { editMaskParser = new EditMaskParser ( arg0 ) ; text . addVerifyListener ( verifyListener ) ; text . addFocusListener ( focusListener ) ; text . addDisposeListener ( disposeListener ) ; updateTextField . run ( ) ; oldValidText = text . getText ( ) ; oldValidRawText = editMaskParser . getR... | set the edit mask string on the edit mask control . concode_field_sep String oldRawText concode_elem_sep VerifyListener verifyListener concode_elem_sep boolean fireChangeOnKeystroke concode_elem_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep String oldValidText concode_elem_sep String FIELD_TEXT conco... |
float function ( ) { return rate ; } | returns the rate at which the audiostream is playing concode_field_sep float volume concode_elem_sep boolean paused concode_elem_sep float rate concode_elem_sep boolean continuous concode_elem_sep int id concode_field_sep void resume concode_elem_sep boolean isPaused concode_elem_sep float getVolume concode_elem_sep vo... |
void function ( JSONArray arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; } | helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g... |
ContentParserFactory function ( ) { if ( contentParserFactory == null ) { contentParserFactory = new ContentParserFactory ( ) ; } return contentParserFactory ; } | returns a static instance of the contentparserclass . concode_field_sep ContentParserFactory contentParserFactory concode_elem_sep Logger logger concode_elem_sep boolean foundPro concode_elem_sep String N_CONTENT_PARSER concode_field_sep ContentParser getContentParser |
void function ( ) { isOriginUpperLeft = true ; } | sets the origin to be the upper left pixel . concode_field_sep BufferedImage image concode_elem_sep String filename concode_elem_sep int width concode_elem_sep boolean isOriginUpperLeft concode_elem_sep JFrame frame concode_elem_sep int height concode_field_sep void actionPerformed concode_elem_sep void set concode_ele... |
long function ( int arg0 ) { return getRaw ( checkedByteOffset ( arg0 ) ) ; } | gets the current value at position i . concode_field_sep Unsafe unsafe concode_elem_sep int base concode_elem_sep long[] array concode_elem_sep int shift concode_elem_sep long serialVersionUID concode_field_sep long getAndIncrement concode_elem_sep void set concode_elem_sep long incrementAndGet concode_elem_sep boolean... |
void function ( String arg0 ) { this . chartNames . add ( arg0 ) ; } | add a chart to be deleted when the session expires concode_field_sep List chartNames concode_field_sep void valueBound concode_elem_sep void valueUnbound concode_elem_sep boolean isChartAvailable |
void function ( ) { playing = false ; if ( sourceDataLine != null ) { sourceDataLine . stop ( ) ; } } | pauses the playback of the audio stream . concode_field_sep boolean opened concode_elem_sep int BUFFER_SIZE concode_elem_sep boolean mute concode_elem_sep int volume concode_elem_sep SourceDataLine sourceDataLine concode_elem_sep boolean playing concode_field_sep void play concode_elem_sep boolean isOpened concode_elem... |
void function ( ResourceAdapter arg0 ) { log . finest ( "srini_string" ) ; this . ra = arg0 ; } | set the resource adapter concode_field_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep Logger log concode_elem_sep Byte first concode_elem_sep ResourceAdapter ra concode_elem_sep Short second concode_field_sep void setSecond concode_elem_sep ManagedConnection createManagedConnection co... |
void function ( PropertiesProvider < X > arg0 ) { providers . remove ( arg0 ) ; } | unregisters the propertiesprovider . concode_field_sep PropertiesSupport INSTANCE concode_elem_sep Map<PropertiesProvider,Class<? extends DataSource>> providers concode_field_sep PropertiesSupport sharedInstance concode_elem_sep PropertiesCustomizer<X> getCustomizer concode_elem_sep PropertiesCustomizer<X> getCustomize... |
HorizontalHint function ( String arg0 , HorizontalAlign arg1 ) { return centerRelativeTo ( arg0 , arg1 , 0 ) ; } | centers the widget , relative to part of another widget . concode_field_sep HorizontalInfo positionLeft concode_elem_sep HorizontalInfo positionRight concode_elem_sep int width concode_elem_sep HorizontalInfo positionCenter concode_field_sep HorizontalHint alignLeftRelativeTo concode_elem_sep HorizontalHint alignLeftRe... |
void function ( DBObject arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } for ( GridFSDBFile loc0 : find ( arg0 ) ) { loc0 . remove ( ) ; } } | removes all files matching the given query concode_field_sep String DEFAULT_BUCKET concode_elem_sep DBCollection _filesCollection concode_elem_sep Logger LOGGER concode_elem_sep String _bucketName concode_elem_sep DBCollection _chunkCollection concode_elem_sep int DEFAULT_CHUNKSIZE concode_elem_sep DB _db concode_elem_... |
void function ( int arg0 , int arg1 ) { nativeLogEvent ( arg0 , arg1 ) ; } | log a uma event for a given metric and a signin type . concode_field_sep int GAIA_SERVICE_TYPE_SIGNUP concode_elem_sep int GAIA_SERVICE_TYPE_NONE concode_elem_sep String EXTRA_VALUE_GOOGLE_ACCOUNTS concode_elem_sep String EXTRA_ACCOUNT_TYPES concode_field_sep void nativeLogEvent concode_elem_sep void openAndroidAccount... |
Vector function ( ) { if ( ( Math . abs ( n . getX ( ) ) < v ) && ( Math . abs ( n . getY ( ) ) < v ) ) { return MathUtils . crossProduct ( DXFConstants . DEFAULT_Y_AXIS_VECTOR , n ) ; } else { return MathUtils . crossProduct ( DXFConstants . DEFAULT_Z_AXIS_VECTOR , n ) ; } } | calculate and returns the x direction of the plane . concode_field_sep Vector x concode_elem_sep Vector y concode_elem_sep Vector n concode_elem_sep double v concode_field_sep Vector getNormal concode_elem_sep Vector getDirectionZ concode_elem_sep Vector getDirectionY concode_elem_sep double getX concode_elem_sep void ... |
float function ( ) { return value * 0.0001f ; } | to access the value as float concode_field_sep float MIN_VALUE concode_elem_sep short value concode_field_sep String toStringBrief concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep String toString co... |
boolean function ( HttpServletRequest arg0 , HttpServletResponse arg1 , Object arg2 ) { return true ; } | this implementation always returns true . concode_field_sep PlaceHolder placeHolder concode_field_sep void postHandle concode_elem_sep void afterCompletion concode_elem_sep void afterConcurrentHandlingStarted |
boolean function ( Cookie arg0 ) { boolean loc0 = ( null == cookies . get ( arg0 . getName ( ) ) ) ; cookies . put ( arg0 . getName ( ) , arg0 ) ; return loc0 ; } | given a cookie , it first checks to see if that cookie is already managed in this session . if it is , it means that the session has timed out and that the network element has now created a new session . in that case , replace the cookie , and re-establish the session logon if its a new cookie , we will still need to l... |
void function ( Integer arg0 ) { this . numberOfPages = arg0 ; } | the number of pages result which you want camel-twitter to consume . concode_field_sep String keywords concode_elem_sep String httpProxyHost concode_elem_sep Double latitude concode_elem_sep String consumerSecret concode_elem_sep Twitter twitter concode_elem_sep String userIds concode_elem_sep String distanceMetric con... |
com . liferay . social . networking . model . MeetupsEntry function ( long arg0 ) { return _meetupsEntryLocalService . getMeetupsEntry ( arg0 ) ; } | returns the meetups entry with the primary key . concode_field_sep MeetupsEntryLocalService _meetupsEntryLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery co... |
void function ( ) { fMap . clear ( ) ; } | clears all associations between resources and text changes . concode_field_sep Map fMap concode_elem_sep boolean fKeepExecutedTextEdits concode_field_sep boolean containsChangesIn concode_elem_sep TextChange get concode_elem_sep TextChange remove concode_elem_sep TextChange[] getAllChanges concode_elem_sep IJavaScriptU... |
void function ( Activity arg0 , String arg1 ) { ( new AlertDialog . Builder ( arg0 ) ) . setMessage ( arg1 ) . setNeutralButton ( android . R . string . ok , null ) . create ( ) . show ( ) ; } | show an android.app.alertdialog with an ` ok ' button and a message . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean verifySampleSetup concode_elem_sep boolean resolveConnectionFailure concode_elem_sep void showActivityResultError concode_elem_sep Dialog makeSimpleDialog concode_elem_sep Dialog mak... |
String function ( AnalyticsIndex arg0 ) { return quote ( PREFIX_INDEX + removeQuote ( arg0 . getColumn ( ) ) + "srini_string" + shortenTableName ( arg0 . getTable ( ) ) + "srini_string" + CodeGenerator . generateCode ( 5 ) ) ; } | returns index name for column . purpose of code suffix is to avoid uniqueness collision between indexes for temporary and real tables . concode_field_sep Log log concode_elem_sep ResourceTableService resourceTableService concode_elem_sep String PREFIX_ORGUNITLEVEL concode_elem_sep IdentifiableObjectManager idObjectMana... |
E function ( ) { return elements . remove ( elements . size ( ) - 1 ) ; } | pop off the stack concode_field_sep ArrayList<E> elements concode_field_sep Iterator<E> iterator concode_elem_sep int size concode_elem_sep boolean isEmpty concode_elem_sep E push concode_elem_sep E peek |
void function ( String arg0 , Connection arg1 ) { releaseAnyConnection ( arg1 ) ; } | release a connection specific to ` tenantidentifier ' . concode_field_sep String database concode_elem_sep String password concode_elem_sep FabricConnection fabricConnection concode_elem_sep ServerGroup globalGroup concode_elem_sep long serialVersionUID concode_elem_sep String user concode_elem_sep ShardMapping shardMa... |
boolean function ( ) { return mode ( ) . equals ( Mode . TEST ) ; } | returns ` true ` if the application is ` test ` mode . concode_field_sep play.api.Environment env concode_field_sep Mode mode concode_elem_sep ClassLoader classLoader concode_elem_sep URL resource concode_elem_sep boolean isProd concode_elem_sep boolean isDev concode_elem_sep InputStream resourceAsStream concode_elem_s... |
void function ( ) { noCache = true ; } | sets nocache to true . concode_field_sep Properties generalTags concode_elem_sep URL refreshHref concode_elem_sep boolean refresh concode_elem_sep boolean noFollow concode_elem_sep int refreshTime concode_elem_sep boolean noCache concode_elem_sep boolean noIndex concode_elem_sep URL baseHref concode_elem_sep Properties... |
com . liferay . testtransaction . model . Bar function ( com . liferay . testtransaction . model . Bar arg0 ) { return getService ( ) . updateBar ( arg0 ) ; } | updates the bar in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep BarLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep boolean hasClassName concode_elem_sep com.liferay.testtransaction.model.Bar addBar... |
boolean function ( char arg0 ) { return UNI_TO_CODE . containsKey ( arg0 ) ; } | returns true if the given character is available in pdfdocencoding . concode_field_sep char REPLACEMENT_CHARACTER concode_elem_sep Map<Character,Integer> UNI_TO_CODE concode_elem_sep int[] CODE_TO_UNI concode_field_sep void set concode_elem_sep String toString concode_elem_sep byte[] getBytes |
void function ( int arg0 ) { mId = arg0 ; } | sets the id for this user command . concode_field_sep int mId concode_elem_sep String mTitle concode_field_sep String serialize concode_elem_sep String getTitle concode_elem_sep void setTitle concode_elem_sep int getId concode_elem_sep UserCommand deserialize |
List < InteractionPair > function ( ) { if ( interactionPair == null ) { interactionPair = new ArrayList < InteractionPair > ( ) ; } return this . interactionPair ; } | gets the value of the interactionpair 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 interactionpair property . for example , to add a ... |
SortedSet < LocalizedMessage > function ( ) { return Sets . newTreeSet ( messages ) ; } | gets the logged messages . concode_field_sep Set<LocalizedMessage> messages concode_field_sep void add concode_elem_sep int size concode_elem_sep void reset |
void function ( ) { } | this method resets the outgoing events . concode_field_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep long erg concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void exit concode_elem_sep void exitAction co... |
PrintWriter function ( ) { log . trace ( "srini_string" ) ; return logwriter ; } | get the log writer for this managedconnectionfactory instance . concode_field_sep Logger log concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep ManagedConnection createManagedConne... |
String function ( ) { return prefix ; } | the prefix assigned to this taglib from the taglib directive concode_field_sep String urn concode_elem_sep String tlibversion concode_elem_sep FunctionInfo[] functions concode_elem_sep String prefix concode_elem_sep String uri concode_elem_sep String shortname concode_elem_sep TagFileInfo[] tagFiles concode_elem_sep St... |
void function ( String arg0 ) { this . action = arg0 ; } | set the value of the action 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 concode_elem_sep i... |
long function ( ) { return _wsrpProducer . getWsrpProducerId ( ) ; } | returns the wsrp producer id of this w s r p producer . concode_field_sep WSRPProducer _wsrpProducer concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGrou... |
String function ( ) { int loc0 = this . featureSettings . getSprintDays ( ) ; return DateUtil . toISODateRealTimeFormat ( DateUtil . getDatePriorToNDays ( DateUtil . getDateNoTime ( new Date ( ) ) , loc0 ) ) ; } | generates and retrieves the sprint start date in iso format . concode_field_sep FeatureSettings featureSettings concode_elem_sep VersionOneDataFactoryImpl vOneApi concode_elem_sep FeatureCollectorRepository featureCollectorRepository concode_elem_sep String todayDateISO concode_elem_sep String returnDate concode_elem_s... |
void function ( ) { final Class < ? > loc0 = OperatorUtil . getContractClass ( Reducer . class ) ; assertEquals ( GroupReduceOperatorBase . class , loc0 ) ; } | test operatorutil #getcontractclass class concode_field_sep PlaceHolder placeHolder concode_field_sep void getContractClassShouldReturnSinkForOutputFormat concode_elem_sep void getContractClassShouldReturnSourceForInputFormat concode_elem_sep void getContractClassShouldReturnNullForStub concode_elem_sep void getContrac... |
void function ( String arg0 ) { this . fieldName = arg0 ; } | sets a filtering using regular expression on the field name . concode_field_sep Set<String> loggerNames concode_elem_sep boolean constantField concode_elem_sep String fieldName concode_elem_sep Pattern fieldNamePattern concode_elem_sep boolean loggers concode_elem_sep String methodName concode_elem_sep boolean transien... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.