code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
TokenBuilder function ( final long arg0 ) { return add ( Token . token ( arg0 ) ) ; } | adds a number to the token . concode_field_sep int BOLD concode_elem_sep int NORM concode_elem_sep int size concode_elem_sep int HLINE concode_elem_sep int MARK concode_elem_sep int PRIVATE_END concode_elem_sep byte NLINE concode_elem_sep int PRIVATE_START concode_elem_sep int ULINE concode_elem_sep byte[] chars concod... |
Integer function ( ) { return this . burstLimit ; } | returns the burstlimit when throttlesettings is called . concode_field_sep Integer burstLimit concode_elem_sep Double rateLimit concode_field_sep void setRateLimit concode_elem_sep Double getRateLimit concode_elem_sep void setBurstLimit concode_elem_sep ThrottleSettings withRateLimit concode_elem_sep int hashCode conco... |
void function ( boolean arg0 ) { this . useAuthenticationRequestCredentials = arg0 ; } | determines whether the supplied password will be used as the credentials in the successful authentication token . if set to false , then the password will be obtained from the userdetails object created by the configured userdetailscontextmapper . often it will not be possible to read the password from the directory , ... |
void function ( ) { Object [ ] loc0 = mal . toArray ( ) ; assertThat ( ( Integer ) loc0 [ 0 ] , is ( new Integer ( 1 ) ) ) ; } | test method for com.flatironschool.javacs.myarraylist #toarray . concode_field_sep List<Integer> mal concode_elem_sep List<Integer> list concode_field_sep void testClear concode_elem_sep void testIndexOfNull concode_elem_sep void testRemoveInt concode_elem_sep void testSet concode_elem_sep void testContainsAll concode_... |
void function ( String arg0 ) { m_name = arg0 ; } | sets the filter 's name . concode_field_sep String m_name concode_elem_sep GenericCriteria m_criteria concode_elem_sep boolean m_isTaskFilter concode_elem_sep List<GenericCriteriaPrompt> m_prompts concode_elem_sep boolean m_showRelatedSummaryRows concode_elem_sep boolean m_isResourceFilter concode_elem_sep Integer m_id... |
int function ( ) { return id ; } | get the internal swf id for the symbol . this will always be zero for a movie that was not loaded from an existing swf until the movie is written out . concode_field_sep int id concode_field_sep int getNextId concode_elem_sep int define concode_elem_sep int defineSymbol |
boolean function ( ) { return needsDictionary ; } | returns true if the input bytes were compressed with a preset dictionary . this method should be called if the first call to #inflate returns 0 , to determine whether a dictionary is required . if so , #setdictionary should be called with the appropriate dictionary before calling inflate again . use #getadler to determ... |
int function ( ) { return m_startOffset ; } | gets a number of genes at the start of chromosome , that are excluded from the swapping . in the salesman task , the first city in the list should where the salesman leaves from probably should not change as it is part of the list . the default value is 1 . concode_field_sep int m_maxEvolution concode_elem_sep int m_st... |
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } | returns the osgi service identifier . concode_field_sep PortletItemLocalService _service concode_field_sep com.liferay.portal.kernel.model.PortletItem addPortletItem concode_elem_sep com.liferay.portal.kernel.model.PortletItem addPortletItem concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getA... |
MutablePropertyValues function ( String arg0 , Object arg1 ) { addPropertyValue ( new PropertyValue ( arg0 , arg1 ) ) ; return this ; } | add a propertyvalue object , replacing any existing one for the corresponding property or getting merged with it if applicable . concode_field_sep boolean converted concode_elem_sep List<PropertyValue> propertyValueList concode_elem_sep Set<String> processedProperties concode_field_sep void removePropertyValue concode_... |
int function ( ) { return iId ; } | method declaration concode_field_sep Database dDatabase concode_elem_sep HsqlArrayList tTransaction concode_elem_sep int iNestedOldTransIndex concode_elem_sep int iId concode_elem_sep jdbcConnection intConnection concode_elem_sep boolean script concode_elem_sep boolean bAutoCommit concode_elem_sep boolean bReadOnly con... |
Certificate function ( String arg0 ) { FileInputStream loc0 = new FileInputStream ( arg0 ) ; Certificate loc1 = new X509Certificate ( loc0 ) ; loc0 . close ( ) ; return loc1 ; } | loads an x509 certificate from file . concode_field_sep String KEYSTORE_TYPE_PKCS12 concode_elem_sep String KEYSTORE_TYPE_JKS concode_field_sep KeyStore loadKeyStore concode_elem_sep KeyStore loadKeyStore concode_elem_sep KeyStore loadKeyStore concode_elem_sep KeyStore loadKeyStore concode_elem_sep KeyStore createKeySt... |
void function ( boolean arg0 ) { } | set whether the encoder should encode alpha transparency not supported in this imageencoder . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] encode concode_elem_sep void encode concode_elem_sep void setQuality concode_elem_sep float getQuality concode_elem_sep boolean isEncodingAlpha |
void function ( final GeneratedMessageLite . GeneratedExtension < ? , ? > arg0 ) { extensionsByNumber . put ( new ObjectIntPair ( arg0 . getContainingTypeDefaultInstance ( ) , arg0 . getNumber ( ) ) , arg0 ) ; } | add an extension from a lite generated file to the registry . concode_field_sep boolean eagerlyParseMessageSets concode_elem_sep int number concode_elem_sep Map<ObjectIntPair,GeneratedMessageLite.GeneratedExtension<?,?>> extensionsByNumber concode_elem_sep ExtensionRegistryLite EMPTY concode_elem_sep Object object conc... |
Map < QName , String > function ( ) { return otherAttributes ; } | gets a map that contains attributes that are n't bound to any typed property on this class . the map is keyed by the name of the attribute and the value is the string value of the attribute . the map returned by this method is live , and you can add new attribute by updating the map directly . because of this design , ... |
void function ( ) { service . createTeam ( "srini_string" , new Team ( ) . setName ( "srini_string" ) ) ; verify ( client ) . post ( eq ( "srini_string" ) , any ( ) , eq ( Team . class ) ) ; } | create team concode_field_sep GitHubResponse response concode_elem_sep TeamService service concode_elem_sep RepositoryId repo concode_elem_sep GitHubClient client concode_field_sep void before concode_elem_sep void deleteTeam concode_elem_sep void getMembershipEmptyName concode_elem_sep void isMember concode_elem_sep v... |
void function ( String arg0 ) { this . requestorEmail = arg0 ; } | sets requestor email . concode_field_sep String startPage concode_elem_sep String other concode_elem_sep String notes concode_elem_sep String customerCode concode_elem_sep String errorCode concode_elem_sep String requestorEmail concode_elem_sep String articleIssue concode_elem_sep String pages concode_elem_sep String r... |
Date function ( ) { return endDate ; } | getter method for the enddate concode_field_sep Integer templetId concode_elem_sep String agentId concode_elem_sep Integer customerType concode_elem_sep String sendTo concode_elem_sep Date endDate concode_elem_sep String templetType concode_elem_sep long serialVersionUID concode_elem_sep String circleID concode_elem_se... |
void function ( Reference arg0 ) { this . reference = arg0 ; } | sets the parent pdf object 's reference . concode_field_sep Reference reference concode_elem_sep char[] hexChar concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder stringToHex concode_elem_sep String getDecryptedLiteralString concode_elem_sep String encryption ... |
boolean function ( State arg0 ) { if ( arg0 != null ) { state . n = arg0 . n ; state . a = sortedMerge ( arg0 . a , state . a , getAscending ( ) , arg0 . n ) ; } return true ; } | two pointers are created to track the maximal elements in both o and maxnarray . the smallest element is added into temparraylist consider the sizes of o and maxnarray may be different . concode_field_sep ArrayList<Double> a concode_elem_sep State state concode_elem_sep int n concode_field_sep boolean getAscending conc... |
void function ( ) { this . groupNumbers . clear ( ) ; } | removes all numbers from the group clears the group . concode_field_sep String groupName concode_elem_sep Collection<String> groupNumbers concode_field_sep String getName concode_elem_sep boolean removeNumber concode_elem_sep void addNumber concode_elem_sep Collection<String> getNumbers |
ImmutableArray < K > function ( ) { return ( ImmutableArray < K > ) EMPTY ; } | get an empty immutable array . concode_field_sep ImmutableArray<?> EMPTY concode_elem_sep K[] array concode_field_sep Iterator<K> iterator concode_elem_sep ImmutableArray<K> set concode_elem_sep K[] array concode_elem_sep K get concode_elem_sep int length concode_elem_sep ImmutableArray<K> insert concode_elem_sep Immut... |
String function ( ) { return shortvalue ; } | gets the value of the shortvalue property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep BigDecimal shorttime concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep String shortvalue concode_elem_sep Boolean bindClickTo... |
void function ( int 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... |
TimeRange function ( int arg0 ) { TimeRange loc0 = new TimeRange ( ) ; loc0 . min = this . min + arg0 ; loc0 . max = this . max + arg0 ; loc0 . avg = this . avg + arg0 ; loc0 . n = this . n ; return loc0 ; } | return a copy of this timerange that is translated forward in time by t seconds . concode_field_sep Map<Stop,TimeRange> ranges concode_elem_sep int min concode_elem_sep int avg concode_elem_sep int max concode_elem_sep int n concode_field_sep boolean add concode_elem_sep TimeRange wait concode_elem_sep Iterator<Stop> i... |
String function ( ) { return "srini_string" ; } | return the system properties name associated with the tcp buffer sizes for this network . concode_field_sep boolean mPrivateDnsRouteSet concode_elem_sep NetworkInfo mNetworkInfo concode_elem_sep Handler mTarget concode_elem_sep String TAG concode_elem_sep LinkProperties mLinkProperties concode_elem_sep boolean DBG conc... |
String function ( String arg0 , String arg1 ) { if ( ! isAdmin ( ) ) { return "srini_string" ; } List < Long > loc0 = this . jsonToIdsList ( arg0 ) ; boolean loc1 = this . matchingNotificationManager . setStatus ( loc0 , arg1 ) ; return this . successfulIdsToJSON ( loc0 , loc1 ? loc0 : Collections . < Long > emptyList ... | marks matches , with ids given in parameter , as saved , rejected or uncategorized . example : input : `` 1 '' , `` 2 '' , `` 3 '' , `` saved '' output : `` results '' : `` id '' : `` 1 '' , `` success '' : true , `` id '' : `` 2 '' , `` success '' : false , `` id '' : `` 3 '' , `` success '' : true concode_field_sep E... |
void function ( String arg0 , String arg1 , String arg2 , String arg3 ) { allowXMLCatalogPI = false ; if ( dtdHandler != null ) { dtdHandler . unparsedEntityDecl ( arg0 , arg1 , arg2 , arg3 ) ; } } | sax dtdhandler api . concode_field_sep boolean validating concode_elem_sep DocumentHandler documentHandler concode_elem_sep boolean suppressExplanation concode_elem_sep boolean namespaceAware concode_elem_sep Parser parser concode_elem_sep boolean oasisXMLCatalogPI concode_elem_sep URL baseURL concode_elem_sep CatalogM... |
String function ( ) { if ( _acceptable ) { throw new IOException ( "srini_string" ) ; } return _reader . readLine ( ) ; } | reads the next line of text from the client at the other end of our dcc chat connection . this method blocks until something can be returned . if the connection has closed , null is returned . concode_field_sep boolean _acceptable concode_elem_sep int _port concode_elem_sep PircBot _bot concode_elem_sep BufferedReader ... |
boolean function ( ) { if ( delegate instanceof org . picocontainer . Behavior ) { return ( ( org . picocontainer . Behavior < ? > ) delegate ) . componentHasLifecycle ( ) ; } return false ; } | invokes delegate haslifecycle method if the delegate is a behavior concode_field_sep ComponentAdapter<T> delegate concode_field_sep T getComponentInstance concode_elem_sep T getComponentInstance concode_elem_sep void start concode_elem_sep void start concode_elem_sep Object getComponentKey concode_elem_sep ComponentAda... |
void function ( com . newway . model . UserIBST arg0 ) { _userIBSTLocalService . deleteUserIBST ( arg0 ) ; } | deletes the user i b s t from the database . also notifies the appropriate model listeners . concode_field_sep UserIBSTLocalService _userIBSTLocalService concode_field_sep void setWrappedUserIBSTLocalService concode_elem_sep com.newway.model.UserIBST findByUserLiferay concode_elem_sep void setWrappedService concode_ele... |
void function ( Session arg0 , boolean arg1 ) { try { if ( isDelete ) { tTable . insertNoCheckRollback ( arg0 , oRow , arg1 ) ; } else { tTable . deleteNoCheckRollback ( arg0 , oRow , arg1 ) ; } } catch ( Exception loc0 ) { } } | undoes the single row delete or insert represented by this object . concode_field_sep Table tTable concode_elem_sep boolean isDelete concode_elem_sep Object oRow[] concode_elem_sep long SCN concode_field_sep placeholderType placeHolder |
V function ( K key , V value ) { return map . put ( key , value ) ; } | adds the given key and value to this cache . concode_field_sep int maxCapacity concode_elem_sep LinkedHashMap<K,V> map concode_field_sep int size concode_elem_sep int getMaxCapacity concode_elem_sep boolean containsKey concode_elem_sep V get concode_elem_sep String toString concode_elem_sep void setMaxCapacity |
double function ( ) { return coords [ 0 ] ; } | returns the x-coordinate of this geoposition object . concode_field_sep double orientation concode_elem_sep long serialVersionUID concode_elem_sep double[] coords concode_field_sep void setOrientation concode_elem_sep void setY concode_elem_sep int compare concode_elem_sep void setX concode_elem_sep double distance con... |
String function ( String arg0 ) { return Encode . forCssString ( arg0 ) ; } | encodes for css strings . concode_field_sep Log log concode_elem_sep String defaultDateCache concode_field_sep String formatDate concode_elem_sep String formatDate concode_elem_sep String encodeForUriComponent concode_elem_sep String encodeForCssUrl concode_elem_sep String encodeForXmlComment concode_elem_sep Locale no... |
java . lang . String function ( ) { return context ; } | gets the context value for this conceptvalue . concode_field_sep java.lang.String NCID concode_elem_sep java.lang.String domain concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String context concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc ... |
boolean function ( URL arg0 ) { return sealBase != null && sealBase . sameFile ( arg0 ) ; } | indicates whether this package is sealed with respect to the specified url . concode_field_sep String implTitle concode_elem_sep Annotation[] NO_ANNOTATIONS concode_elem_sep String specVersion concode_elem_sep String specVendor concode_elem_sep String implVendor concode_elem_sep String implVersion concode_elem_sep Stri... |
boolean function ( int arg0 , int arg1 ) { return arg0 != Request . Method . HEAD && ! ( HttpStatus . SC_CONTINUE <= arg1 && arg1 < HttpStatus . SC_OK ) && arg1 != HttpStatus . SC_NO_CONTENT && arg1 != HttpStatus . SC_NOT_MODIFIED ; } | checks if a response message contains a body . concode_field_sep SSLSocketFactory mSslSocketFactory concode_elem_sep UrlRewriter mUrlRewriter concode_elem_sep String HEADER_CONTENT_TYPE concode_field_sep void setConnectionParametersForRequest concode_elem_sep HttpResponse performRequest concode_elem_sep void addBodyIfE... |
LinearLocation function ( ) { return LinearLocation . getEndLocation ( linearGeom ) ; } | returns the index of the end of the line concode_field_sep Geometry linearGeom concode_field_sep LinearLocation clampIndex concode_elem_sep LinearLocation getStartIndex concode_elem_sep Geometry extractLine concode_elem_sep LinearLocation project concode_elem_sep Coordinate extractPoint concode_elem_sep Coordinate extr... |
void function ( Mat arg0 , MatOfKeyPoint arg1 , Mat arg2 ) { Mat loc0 = arg1 ; compute_0 ( nativeObj , arg0 . nativeObj , loc0 . nativeObj , arg2 . nativeObj ) ; return ; } | computes the descriptors for a set of keypoints detected in an image first variant or image set second variant . concode_field_sep int OPPONENT_BRISK concode_elem_sep int OPPONENT_SIFT concode_elem_sep int OPPONENT_FREAK concode_elem_sep long nativeObj concode_elem_sep int OPPONENTEXTRACTOR concode_elem_sep int ORB con... |
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , String . format ( arg1 , arg2 ) ) ; } | verbose log message with printf formatting . 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 d concode_elem_sep void d concode_elem_sep void d ... |
Number function ( ) { return this . median ; } | returns the median . concode_field_sep Number q1 concode_elem_sep Number q3 concode_elem_sep long serialVersionUID concode_elem_sep Number median concode_elem_sep Number minRegularValue concode_elem_sep Number mean concode_elem_sep Number minOutlier concode_elem_sep Number maxRegularValue concode_elem_sep List outliers... |
boolean function ( long arg0 ) { return isIdle ( ) && System . nanoTime ( ) - getIdleStartTimeNs ( ) > arg0 ; } | returns true if this connection has been idle for longer than keepalivedurationns . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep So... |
int function ( ) { return x ; } | gets the horizontal position of this layer 's upper-left corner in the painter 's coordinate system . concode_field_sep boolean visible concode_elem_sep int x concode_elem_sep int width concode_elem_sep int y concode_elem_sep int height concode_field_sep void setVisible concode_elem_sep void move concode_elem_sep int g... |
String function ( ) { return attributeName ; } | gets the value of the attributename property . concode_field_sep Integer index concode_elem_sep String attributeName concode_elem_sep Long oid concode_elem_sep Long value concode_elem_sep Long tid concode_field_sep Long getTid concode_elem_sep void setAttributeName concode_elem_sep Long getValue concode_elem_sep Intege... |
String function ( ) { return ( response . getContentType ( ) ) ; } | return the content type that was set or calculated for this response , or null if no content type was set . concode_field_sep Response response concode_field_sep void setRequest concode_elem_sep void setStream concode_elem_sep String getInfo concode_elem_sep Request getRequest concode_elem_sep Response getWrappedRespon... |
void function ( ) { fetchAllOutstanding ( ) ; } | initiates the fetch of all blocks provided in the constructor , with possible retries in the event of transient ioexceptions . concode_field_sep ExecutorService executorService concode_elem_sep LinkedHashSet<String> outstandingBlocksIds concode_elem_sep int maxRetries concode_elem_sep RetryingBlockFetchListener current... |
java . util . List < StackSummary > function ( ) { if ( stackSummaries == null ) { stackSummaries = new com . amazonaws . internal . SdkInternalList < StackSummary > ( ) ; } return stackSummaries ; } | a list of stacksummary structures containing information about the specified stacks . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<StackSummary> stackSummaries concode_field_sep void setStackSummaries concode_elem_sep void setNextToken concode_elem_sep int hashCode concode_... |
BigInteger function ( ) { return sizeOnDisk ; } | gets the value of the sizeondisk property . concode_field_sep String repoType concode_elem_sep String effectiveLocalStorageUrl concode_elem_sep String proxyUrl concode_elem_sep String id concode_elem_sep BigInteger numArtifacts concode_elem_sep BigInteger sizeOnDisk concode_field_sep void setNumArtifacts concode_elem_s... |
String function ( Object arg0 , String arg1 ) { return hashCodeTag ( arg0 ) + mainThreadTag ( ) + "srini_string" + arg1 ; } | prefixes a message with with a hashcode tag of the object , and a ui tag if the method was executed on the main thread . concode_field_sep PlaceHolder placeHolder concode_field_sep String formatTags concode_elem_sep String mainThreadTag concode_elem_sep String hashCodeTag |
void function ( ) { PaintScaleLegend loc0 = new PaintScaleLegend ( new GrayPaintScale ( ) , new NumberAxis ( "srini_string" ) ) ; PaintScaleLegend loc1 = ( PaintScaleLegend ) 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 testHashcode concode_elem_sep void testEquals |
Expression function ( ) { return expression ; } | accessor for the expression . concode_field_sep Expression expression concode_elem_sep long serialVersionUID concode_field_sep String getAttribute concode_elem_sep String toString |
String function ( ) { return vendor ; } | get the vendor of mididevice concode_field_sep String vendor concode_elem_sep String name concode_elem_sep String description concode_elem_sep String version concode_field_sep List<Transmitter> getTransmitters concode_elem_sep String getVersion concode_elem_sep Receiver getReceiver concode_elem_sep String getName conco... |
String function ( ) { return formatCurrentTime ( selectedFormat ) ; } | 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 selectedFormat concode_elem_sep DateFormat serverFormat concode_elem_sep ArrayList allTimeZoneList concode_elem_sep TimeZone selectedTimeZone concode_elem_sep TimeZone serverT... |
void function ( ) { initializeData ( ) ; } | utility method that resets the auction item list . this used for demo purposes as the auction items may need to be reset if the bids become too large or have expired . concode_field_sep ArrayList<AuctionItem> auctionItems concode_field_sep void initializeData concode_elem_sep boolean bidOnAuctionItem concode_elem_sep L... |
void function ( java . lang . String arg0 ) { _bbbParticipant . setUserUuid ( arg0 ) ; } | sets the user uuid of this b b b participant . concode_field_sep BBBParticipant _bbbParticipant concode_field_sep void setBbbParticipantId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String ... |
void function ( ) { StdDraw . setXscale ( 0 , 600 ) ; StdDraw . setYscale ( 0 , 600 ) ; if ( this . head_ . p != null ) { Node loc0 ; for ( loc0 = this . head_ ; loc0 . next != this . head_ ; loc0 = loc0 . next ) { loc0 . p . drawTo ( loc0 . next . p ) ; } loc0 . p . drawTo ( loc0 . next . p ) ; } } | draw the add points concode_field_sep Node head_ concode_field_sep void insertNearest concode_elem_sep int size concode_elem_sep double distance concode_elem_sep void insertInOrder concode_elem_sep void show concode_elem_sep void insertSmallest |
String function ( Date arg0 ) { return arg0 == null ? null : ISO_DATE_TIME_FORMAT_WITH_MS . format ( arg0 ) ; } | formats the given date using the iso 8601 date-time format with millisecond yyyy-mm-dd ` t'hh : mm : ss : sss . method is synchronized because simpledateformat is not thread safe sigh . returns null if given the date is null . concode_field_sep DateFormat ISO_DATE_FORMAT concode_elem_sep DateFormat ISO_DATE_TIME_FORMAT... |
String function ( int arg0 ) { return mCapabilities . get ( arg0 ) ; } | given the key return the capability string concode_field_sep int RO_NETWORK_TYPE concode_elem_sep int RO_AVAILABLE_FWD_BW concode_elem_sep String DEFAULT concode_elem_sep String BULK_UPLOAD concode_elem_sep int RO_AVAILABLE_REV_BW concode_elem_sep int RW_MAX_ALLOWED_LATENCY concode_elem_sep HashMap<Integer,String> mCap... |
void function ( ) { } | applies the changes made by the user . concode_field_sep String dateText_ concode_elem_sep DateFormat dateFormat_ concode_elem_sep String generalTabText_ concode_elem_sep ChangeEventSupport changeEventSupport_ concode_elem_sep String messageFileText_ concode_elem_sep String typeText_ concode_elem_sep AS400Message messa... |
void function ( Message arg0 ) { arg0 . setTo ( participant ) ; arg0 . setType ( Message . Type . chat ) ; arg0 . setThread ( threadID ) ; chatManager . sendMessage ( this , arg0 ) ; } | sends a message to the other chat participant . the thread id , recipient , and message type of the message will automatically set to those of this chat . concode_field_sep String threadID concode_elem_sep ChatManager chatManager concode_elem_sep Set<ChatMessageListener> listeners concode_elem_sep EntityJid participant... |
AsyncWebRequest function ( HttpServletRequest arg0 , HttpServletResponse arg1 ) { return new StandardServletAsyncWebRequest ( arg0 , arg1 ) ; } | create an asyncwebrequest instance . by default , an instance of standardservletasyncwebrequest gets created . concode_field_sep String WEB_ASYNC_MANAGER_ATTRIBUTE concode_field_sep WebAsyncManager getAsyncManager concode_elem_sep WebAsyncManager getAsyncManager |
Application function ( ) { return new Application ( ) ; } | create an instance of application concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_elem_sep... |
Object function ( Object arg0 ) { IgniteBiTuple < Object , Boolean > loc0 = annotatedValue ( arg0 , new HashSet < > ( ) , false ) ; assert loc0 != null ; return loc0 . get1 ( ) ; } | returns annotated value . concode_field_sep GridBoundedLinkedHashMap<Class<?>,List<Method>> mtdCache concode_elem_sep GridBoundedLinkedHashMap<Class<?>,List<Field>> fieldCache concode_elem_sep int DFLT_CLASS_CACHE_SIZE concode_elem_sep Class<A> annCls concode_elem_sep Object mux concode_field_sep boolean needsRecursion... |
void function ( String arg0 ) { failedPackageDir = arg0 ; } | set the directory to write file of the original package concode_field_sep String failedPackageDir concode_elem_sep boolean mediated concode_elem_sep int maxUploadSize concode_elem_sep Logger log concode_elem_sep boolean verbose concode_elem_sep String swordBundle concode_elem_sep boolean keepOriginal concode_elem_sep L... |
boolean function ( ) { return capture ; } | if true , the event was fired during the capture phase . concode_field_sep boolean stopped concode_elem_sep Stage stage concode_elem_sep Actor targetActor concode_elem_sep boolean handled concode_elem_sep Actor listenerActor concode_elem_sep boolean capture concode_elem_sep boolean cancelled concode_elem_sep boolean bu... |
String function ( String arg0 ) { return arg0 . startsWith ( "srini_string" ) ? arg0 . substring ( 4 ) : arg0 ; } | removes leading `` oid . '' from oid string passed concode_field_sep Map<String,String> oid2AlgMap concode_elem_sep int cacheVersion concode_elem_sep Map<String,String> algAliasesMap concode_elem_sep AlgNameMapperSource source concode_elem_sep String[][] knownAlgMappings concode_elem_sep Map<String,String> alg2OidMap c... |
List < String > function ( URL arg0 , Charset arg1 ) { checkNotNull ( arg1 , "srini_string" ) ; try { return loadLines ( arg0 . openStream ( ) , arg1 ) ; } catch ( IOException loc0 ) { throw new RuntimeIOException ( "srini_string" + arg0 , loc0 ) ; } } | loads the text content of a url into a list of strings , each string corresponding to a line . the line endings are either \ n , \ r or \ r \ n. concode_field_sep PlaceHolder placeHolder concode_field_sep String loadContents concode_elem_sep List<String> loadLines concode_elem_sep String contentOf concode_elem_sep Stri... |
boolean function ( ) { final FrontierSiliconRadioApiResult loc0 = conn . doRequest ( REQUEST_GET_POWER ) ; return loc0 . getValueU8AsBoolean ( ) ; } | get the radios power state concode_field_sep String REQUEST_GET_MODE concode_elem_sep FrontierSiliconRadioConnection conn concode_elem_sep String REQUEST_SET_MUTE concode_elem_sep String REQUEST_GET_VOLUME concode_elem_sep String REQUEST_GET_PLAY_INFO_TEXT concode_elem_sep String REQUEST_GET_MUTE concode_elem_sep Strin... |
void function ( String arg0 ) { this . email = arg0 ; } | sets the value of the email property . concode_field_sep XMLGregorianCalendar createdDate concode_elem_sep String customerProfileId concode_elem_sep String merchantCustomerId concode_elem_sep String description concode_elem_sep String email concode_field_sep String getMerchantCustomerId concode_elem_sep void setMerchan... |
Object function ( Object arg0 , Object arg1 ) { return arg0 != null ? arg0 : arg1 ; } | returns a default value if the object passed is null . objectutils.defaultifnull null , null = null objectutils.defaultifnull null , '' '' = '' '' objectutils.defaultifnull null , `` zz '' = `` zz '' objectutils.defaultifnull `` abc '' , = `` abc '' objectutils.defaultifnull boolean.true , = boolean.true concode_field_... |
double function ( ) { return this . lower ; } | returns the lower bound for the range . concode_field_sep long serialVersionUID concode_elem_sep double lower concode_elem_sep double upper concode_field_sep Range expandToInclude concode_elem_sep boolean intersects concode_elem_sep boolean intersects concode_elem_sep double max concode_elem_sep Range shift concode_ele... |
UnsentAlertsList function ( ) { return new UnsentAlertsList ( ) ; } | create an instance of unsentalertslist concode_field_sep PlaceHolder placeHolder concode_field_sep TranslatedAlert createTranslatedAlert concode_elem_sep AlertList createAlertList concode_elem_sep TranslatedAlertKey createTranslatedAlertKey concode_elem_sep AlertDetailParameterList createAlertDetailParameterList concod... |
void function ( ) { listenerReference . clear ( ) ; } | removes the wrapped listener from the weakreference to simulate garbage collection . this method should be used only for testing only . concode_field_sep Toolkit toolkit concode_elem_sep WeakReference<AWTEventListener> listenerReference concode_field_sep AWTEventListener underlyingListener concode_elem_sep WeakEventLis... |
void function ( String arg0 ) { this . expDate = arg0 ; } | sets the value of the expdate property . concode_field_sep BigDecimal amount concode_elem_sep String authCode concode_elem_sep String bankAccountNbr concode_elem_sep String bankRoutingNbr concode_elem_sep String cardType concode_elem_sep String fullName concode_elem_sep String cardNbr concode_elem_sep long serialVersio... |
boolean function ( ) { return getProgressMonitor ( ) . isCanceled ( ) ; } | queries whether i have been cancelled , by cancellation of my progress monitor . concode_field_sep int TOTAL_WORK concode_elem_sep IClipboardSupport clipboardSupport concode_elem_sep int WORK_UNIT concode_elem_sep IProgressMonitor monitor concode_field_sep void catchException concode_elem_sep IClipboardSupport getClipb... |
String function ( ) { return database ; } | return database concode_field_sep int loginTimeout concode_elem_sep String sStartURL concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep... |
String function ( ) { return sequence ; } | get the name of the sequence this effect is in concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep float ... |
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<ModuleLocalService,ModuleLocalService> _serviceTracker concode_field_sep com.liferay.marketplace.model.Module getModule concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.A... |
PublishResult function ( String arg0 ) { this . messageId = arg0 ; return this ; } | unique identifier assigned to the published message . returns a reference to this object so that method calls can be chained together . concode_field_sep String messageId concode_field_sep String getMessageId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep... |
void function ( ) { m_errorCount = 0 ; } | sets the compiler errors back to zero . concode_field_sep String m_prefix concode_elem_sep int m_errorCount concode_field_sep int getErrorCount concode_elem_sep void warning concode_elem_sep void message concode_elem_sep void message |
Binding function ( ) { Binding loc0 = null ; Iterator loc1 = bindings . iterator ( ) ; while ( loc1 . hasNext ( ) ) { Binding loc2 = ( Binding ) loc1 . next ( ) ; if ( ! loc2 . isBound ( ) ) { loc0 = loc2 ; break ; } } return loc0 ; } | get the first unbound binding in the list concode_field_sep int COUNT concode_elem_sep List removedBindings concode_elem_sep Set<IBindingListViewer> changeListeners concode_elem_sep List<Binding> bindings concode_field_sep Binding getNextTypeConflict concode_elem_sep void insert concode_elem_sep void remove concode_ele... |
void function ( int arg0 ) { activityResultRequestCode = arg0 ; } | call this from your startactivityforresult overload . this is required to catch the case where plugins use activity.startactivityforresult + cordovainterface.setactivityresultcallback rather than cordovainterface.startactivityforresult . concode_field_sep Activity activity concode_elem_sep int resultCode concode_elem_s... |
boolean function ( ) { return ! empty ; } | have any changes actually been recorded , or is this empty ? concode_field_sep boolean reinstated concode_elem_sep Item item concode_elem_sep List<Metadatum> constant concode_elem_sep boolean newItem concode_elem_sep boolean withdrawn concode_elem_sep boolean empty concode_elem_sep Collection oldOwningCollection concod... |
String function ( final String arg0 ) { return ( String ) java . security . AccessController . doPrivileged ( new java . security . PrivilegedAction ( ) { @ Override public Object run ( ) { return System . getProperty ( arg0 ) ; } } ) ; } | evaluates the specified java property string if allowed by the security manager . concode_field_sep int type concode_elem_sep String baseName concode_elem_sep int IGNORE concode_elem_sep Object[] argv concode_elem_sep int lineNumber concode_elem_sep int CREATE concode_elem_sep int ATTRIBUTE concode_elem_sep String comm... |
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } | returns the osgi service identifier . concode_field_sep ImageService _service concode_field_sep com.liferay.portal.kernel.model.Image getImage concode_elem_sep ImageService getService |
boolean function ( long arg0 , long arg1 , java . lang . String [ ] arg2 , boolean arg3 ) { return _roleService . hasUserRoles ( arg0 , arg1 , arg2 , arg3 ) ; } | returns true if the user has any one of the named regular roles . concode_field_sep RoleService _roleService concode_field_sep java.util.List<com.liferay.portal.model.Role> getUserRelatedRoles concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.model.Role updateRole concode_elem_sep void unsetUs... |
char function ( int arg0 ) { return XLAT [ arg0 ] ; } | returns the unicode character for the given cp1252 byte . concode_field_sep char[] XLAT concode_field_sep char[] createTable |
Result function ( BinaryBitmap arg0 ) { return decode ( arg0 , null ) ; } | locates and decodes a pdf417 code in an image . concode_field_sep Decoder decoder concode_elem_sep ResultPoint[] NO_POINTS concode_field_sep int findPatternEnd concode_elem_sep void reset concode_elem_sep int moduleSize concode_elem_sep int findPatternStart concode_elem_sep BitMatrix extractPureBits |
Cursor function ( ) { return queryHelper . safeQuery ( "srini_string" , getAllColumns ( ) , null , null , null ) ; } | fetch all records . the caller is responsible for closing the cursor . concode_field_sep Context context concode_elem_sep String[] GUID_COLUMNS concode_elem_sep String LOG_TAG concode_elem_sep RepoUtils.QueryHelper queryHelper concode_field_sep int purgeGuid concode_elem_sep Cursor getGUIDsSince concode_elem_sep void u... |
JAXBElement < ApiException > function ( ApiException arg0 ) { return new JAXBElement < ApiException > ( _ApiExceptionFault_QNAME , ApiException . class , null , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName _RequestHeader_QNAME concode_elem_sep QName _ResponseHeader_QNAME concode_elem_sep QName _ApiExceptionFault_QNAME concode_field_sep FeedChangeData createFeedChangeData concode_elem_sep AdGroupChangeData createAdGroupChangeData concode_elem_sep JAXBElement<SoapHe... |
Scheduler function ( ) { return AndroidSchedulers . mainThread ( ) ; } | creates an rxjava scheduler that runs tasks in android ui thread . concode_field_sep PlaceHolder placeHolder concode_field_sep Scheduler providesNewThreadScheduler concode_elem_sep Scheduler providesComputationScheduler concode_elem_sep Scheduler providesBackgroundScheduler concode_elem_sep Scheduler providesSingleThre... |
void function ( ) { MazeCell loc0 , loc1 , loc2 , loc3 ; Stack < Object > loc4 = new Stack < Object > ( ) ; MazeCell loc5 = new MazeCell ( startx , starty - 1 , ' ' ) ; loc5 . Mark ( ) ; loc4 . push ( loc5 ) ; while ( ! loc4 . isEmpty ( ) ) { } System . out . println ( ) ; System . out . println ( "srini_string" ) ; Sy... | bfs routine using queue , this solve method is doing bfs . enqueue all children and dequeue them until it gets final point . concode_field_sep MazeCell[][] grid concode_elem_sep int spamx concode_elem_sep int width concode_elem_sep int spamy concode_elem_sep int starty concode_elem_sep int startx concode_elem_sep int h... |
void function ( ) { data_ = null ; } | this method frees the blob object and releases the resources that it holds . the object is invalid once the free method is called . if free is called multiple times , the subsequent calls to free are treated as a no-op . concode_field_sep int maxLength_ concode_elem_sep int MAX_LOB_SIZE concode_elem_sep byte[] data_ co... |
void function ( String arg0 ) { this . show = arg0 ; } | sets the value of the show property . concode_field_sep String role concode_elem_sep JAXBElement<? extends UnitDefinitionType> unitDefinition concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep... |
T function ( AbstractDataMapTable arg0 ) { return null ; } | returns the result of interpreting the object as an instance of ` abstract data map table ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep MapperPackage modelPackage concode_field_sep T caseAbstractInOutTable concode_elem_sep T caseUiProperties concode_ele... |
void function ( String arg0 ) { this . mediaType = arg0 ; } | sets the value of the mediatype property . concode_field_sep List<Param> param concode_elem_sep List<String> profile concode_elem_sep List<Doc> doc concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String mediaType concode_elem_sep String id concode_elem_sep String href concode_elem_sep List<Object> a... |
Track function ( SQLiteDatabase arg0 ) { String loc0 = "srini_string" + "srini_string" + "srini_string" ; Cursor loc1 = arg0 . rawQuery ( loc0 , null ) ; if ( loc1 . getCount ( ) != 1 ) { return null ; } loc1 . moveToFirst ( ) ; Track loc2 = new Track ( loc1 ) ; loc1 . close ( ) ; return loc2 ; } | get track being recorded concode_field_sep String TABLE_NAME concode_elem_sep String TABLE_CREATE concode_field_sep Track get concode_elem_sep void deleteAll concode_elem_sep long insert concode_elem_sep int update concode_elem_sep int update concode_elem_sep void finishAllInterrupted concode_elem_sep void delete |
boolean function ( ) { return ( namespaceContext . getNamespaceURI ( NIL_QNAME . getPrefix ( ) ) != null ) ; } | test whether the xsi namespace is present concode_field_sep int END_ELEMENT_STATE concode_elem_sep int START_ELEMENT_STATE_WITH_NULL concode_elem_sep QName NIL_QNAME concode_elem_sep String[] values concode_elem_sep ADBNamespaceContext namespaceContext concode_elem_sep int arrayIndex concode_elem_sep QName name concode... |
BytesReference function ( BytesReference arg0 ) { Compressor loc0 = loc0 ( arg0 ) ; BytesReference loc1 ; if ( loc0 != null ) { loc1 = uncompress ( arg0 , loc0 ) ; } else { loc1 = arg0 ; } return loc1 ; } | uncompress the provided data , data can be detected as compressed using #iscompressed bytesreference . concode_field_sep Compressor[] compressors concode_elem_sep Compressor defaultCompressor concode_field_sep Compressor defaultCompressor concode_elem_sep boolean isAncient concode_elem_sep BytesReference uncompress con... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.