code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( String arg0 , String arg1 ) { spacing ( ) ; m_out . print ( '<' ) ; m_out . print ( arg0 ) ; m_out . print ( '>' ) ; escapeString ( arg1 ) ; m_out . print ( '<' ) ; m_out . print ( '/' ) ; m_out . print ( arg0 ) ; m_out . print ( '>' ) ; println ( ) ; } | print a new content tag with no attributes , consisting of an open tag , content text , and a closing tag , all on one line . concode_field_sep PrintWriter m_out concode_elem_sep char[] VALID_CHARS concode_elem_sep char LOWER_RANGE concode_elem_sep char UPPER_RANGE concode_elem_sep String[] VALID concode_elem_sep char[... |
int function ( String arg0 ) { return countMap . get ( arg0 ) ; } | returns the number of times word appeared in this year . concode_field_sep boolean needsUpdating concode_elem_sep TreeMap<String,Integer> countMap concode_elem_sep TreeMap<String,Integer> fewerZsCount concode_field_sep int compare concode_elem_sep int zCount concode_elem_sep void main concode_elem_sep void put concode_... |
boolean function ( ) { return isSharedCache ; } | returns whether the cache will behave as a shared cache or not . concode_field_sep int DEFAULT_ASYNCHRONOUS_WORKERS_MAX concode_elem_sep float heuristicCoefficient concode_elem_sep long heuristicDefaultLifetime concode_elem_sep float DEFAULT_HEURISTIC_COEFFICIENT concode_elem_sep int asynchronousWorkersMax concode_elem... |
void function ( Stage arg0 ) { this . dialogStage = arg0 ; } | sets the stage of this dialog . concode_field_sep Stage dialogStage concode_elem_sep TextField word1 concode_elem_sep TextField word2 concode_elem_sep Button okButton concode_elem_sep MainApp mainApp concode_field_sep void setMainApp concode_elem_sep void setField concode_elem_sep void handleCancel concode_elem_sep boo... |
Answer < T > function ( ) { return ( Answer < T > ) RETURNS_LAST_ARGUMENT ; } | returns the last parameter of an invocation . this additional answer could be used at stub time using the then | do | will org.mockito.stubbing.answer methods . for example : given person.remember dream1 , dream2 , dream3 , dream4 . will returnslastarg ; daanswer returnslastarg . when person . remember dream1 , dream2 ... |
String function ( String arg0 ) { return "srini_string" ; } | some text . concode_field_sep InnerClassWithAnnotations anon concode_elem_sep String fFirstName concode_elem_sep String tThirdName concode_elem_sep String sSecondName concode_field_sep String method5 concode_elem_sep String method5 concode_elem_sep String method5 concode_elem_sep String method6 concode_elem_sep String ... |
Object function ( UnitEquation arg0 ) { _visitUnitExpr ( arg0 . getLhs ( ) ) ; _visitUnitExpr ( arg0 . getRhs ( ) ) ; return null ; } | visit a unitequation by visiting the left and right sides of the equation . concode_field_sep PlaceHolder placeHolder concode_field_sep Object _visitUnitExpr concode_elem_sep Object _visitUnitTerm |
void function ( boolean arg0 ) { this . expert = arg0 ; } | set whether this feature is for expert use only . concode_field_sep boolean expert concode_elem_sep boolean hidden concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep Hashtable<String,Object> valueHash concode_elem_sep String shortDescription concode_elem_sep boolean preferred concode_fiel... |
String function ( String arg0 ) { return arg0 . replace ( '/' , '.' ) ; } | creates a dotted class name from a path/package name concode_field_sep PlaceHolder placeHolder concode_field_sep String pretty concode_elem_sep String ci concode_elem_sep String getAnnotatedBindingClassName concode_elem_sep String prettyParams concode_elem_sep Class[] params concode_elem_sep Class[] params concode_elem... |
void function ( OpenHeightfield arg0 ) { mOpenHeightfield = arg0 ; } | sets the open heightfield . concode_field_sep long regionGenTime concode_elem_sep long voxelizationTime concode_elem_sep SolidHeightfield mSolidHeightfield concode_elem_sep OpenHeightfield mOpenHeightfield concode_elem_sep ContourSet mContours concode_elem_sep PolyMeshField mPolyMesh concode_elem_sep long contourGenTim... |
void function ( String arg0 , String arg1 ) { data . put ( arg0 , arg1 ) ; try { saveConfig ( arg0 + "srini_string" + arg1 ) ; } catch ( Exception loc2 ) { loc2 . printStackTrace ( ) ; } } | replaces data in the hashmap , then writes the hashmap to the hdd concode_field_sep HashMap<String,String> data concode_elem_sep String path concode_elem_sep List<String> defaultconfig concode_field_sep void createConfigFile concode_elem_sep void loadConfig concode_elem_sep String getData concode_elem_sep void saveConf... |
JSError function ( DiagnosticType arg0 , String ... arg1 ) { return new JSError ( null , null , - 1 , - 1 , arg0 , null , arg1 ) ; } | creates a jserror with no source information concode_field_sep int charno concode_elem_sep Node node concode_elem_sep CheckLevel level concode_elem_sep CheckLevel defaultLevel concode_elem_sep String description concode_elem_sep String sourceName concode_elem_sep DiagnosticType type concode_elem_sep int lineNumber conc... |
float function ( ) { return physicalWidthInch ; } | returns physical width of the image in inches , if available . applies to tiff optional , bmp always , gif constant : 72 , jpeg optional , png optional , pnm constant : 72 , psd/photoshop constant : 72 . concode_field_sep float physicalHeightInch concode_elem_sep float physicalWidthInch concode_elem_sep List<String> co... |
short function ( ) { return XSConstants . ATTRIBUTE_USE ; } | get the type of the object , i.e element_declaration . concode_field_sep XSObjectList fAnnotations concode_elem_sep short fConstraintType concode_elem_sep ValidatedInfo fDefault concode_elem_sep short fUse concode_elem_sep XSAttributeDecl fAttrDecl concode_field_sep String getName concode_elem_sep short getActualVCType... |
void function ( ) { if ( contentLength != - 1 ) { headers . removeAll ( "srini_string" ) ; contentLength = - 1 ; } } | remove the content-length headers . call this when dropping the body on a request or response , such as when a redirect changes the method from post to get . concode_field_sep boolean onlyIfCached concode_elem_sep RawHeaders headers concode_elem_sep String transferEncoding concode_elem_sep String acceptEncoding concode... |
String function ( String [ ] [ ] arg0 , String arg1 , String arg2 ) { StringBuffer loc0 = new StringBuffer ( arg0 . length * 16 ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 . append ( arg2 ) ; loc0 . append ( arg0 [ loc1 ] [ 0 ] ) ; loc0 . append ( arg2 ) ; loc0 . append ( arg1 ) ; } loc0 . setLengt... | builds a csv list from the specified string , separator string and quote string . all arguments are assumed to be non-null . uses only the first element in each subarray . separates each list element with the value of the separator argument . prepends and appends each element with the value of the quote argument . no a... |
String function ( String arg0 ) { URI loc0 = UriBuilder . fromUri ( tokenRedirect ) . queryParam ( "srini_string" , arg0 ) . loc0 ( ) ; return loc0 . toString ( ) ; } | build the redirect uri for the token page with the api and resource page concode_field_sep Logger logger concode_elem_sep String clientId concode_elem_sep String serviceURI concode_elem_sep String tokenRedirect concode_elem_sep String clientSecret concode_field_sep ModelAndView authenticate concode_elem_sep ModelAndVie... |
String function ( ) { String loc0 = getPath ( ) . replace ( "srini_string" , "srini_string" ) ; int loc1 = Settings . locality ; int loc2 = loc0 . length ( ) ; while ( loc1 > 0 && loc2 > 0 ) { loc2 -- ; if ( loc0 . charAt ( loc2 ) == '_' ) { loc1 -- ; } } if ( loc1 > 0 ) { return loc0 ; } return loc0 . substring ( loc2... | get a name to use for a complex type at the current path . names are derived from paths , using the locality from the settings class . concode_field_sep XmlCursor cursor concode_elem_sep ConflictHandler handler concode_elem_sep List<String> path concode_elem_sep List<List<String>> stack concode_elem_sep SchemaSystem sy... |
int function ( ) { return this . swAge ; } | gets the lcn module 's firmware date . concode_field_sep int NUM_TRIES concode_elem_sep LinkedList<ByteBuffer> pckCommandsWithAck concode_elem_sep RequestStatus requestCurrPckCommandWithAck concode_elem_sep ArrayList<RequestStatus> requestStatusOutputs concode_elem_sep RequestStatus requestStatusLockedKeys concode_elem... |
LazyFieldLite function ( MessageLite arg0 ) { LazyFieldLite loc0 = new LazyFieldLite ( ) ; loc0 . setValue ( arg0 ) ; return loc0 ; } | constructs a lazyfieldlite instance with a value . the lazyfieldlite may not be able to parse the extensions in the value as it has no extensionregistry . concode_field_sep ByteString delayedBytes concode_elem_sep ExtensionRegistryLite extensionRegistry concode_elem_sep ExtensionRegistryLite EMPTY_REGISTRY concode_elem... |
CacheManager function ( String arg0 ) { Configuration loc0 = ConfigurationFactory . parseConfiguration ( ) ; loc0 . setName ( arg0 ) ; return new CacheManager ( loc0 ) ; } | build an ehcache cachemanager from the default configuration.the cachemanager will be configured from `` ehcache.xml '' in the root of the class path that is , default ehcache initialization - as defined in the ehcache docs - will apply . if no configuration file can be found , a fail-safe fallback configuration will b... |
long function ( ) { return superstep ; } | gets superstep in which the vertex is executing concode_field_sep long superstep concode_elem_sep long serialVersionUID concode_elem_sep Data<?> data concode_elem_sep VertexID vertexID concode_elem_sep List<Edge> outgoingEdges concode_field_sep Map<VertexID,Message> compute concode_elem_sep List<Edge> getOutgoingEdges ... |
int function ( float arg0 , float arg1 , ViewGroup arg2 , @ Nullable int [ ] arg3 ) { return findTargetTagAndCoordinatesForTouch ( arg0 , arg1 , arg2 , mEventCoords , arg3 ) ; } | find touch event target view within the provided container given the coordinates provided via motionevent . concode_field_sep float[] mEventCoords concode_elem_sep PointF mTempPoint concode_elem_sep float[] mMatrixTransformCoords concode_elem_sep Matrix mInverseMatrix concode_field_sep View findClosestReactAncestor con... |
void function ( ) { state = STATE_BEGIN_READING ; length = 0 ; } | resets the reader to start reading a new variable-length integer . concode_field_sep int STATE_BEGIN_READING concode_elem_sep int STATE_READ_CONTENTS concode_elem_sep int length concode_elem_sep byte[] scratch concode_elem_sep int state concode_elem_sep long[] VARINT_LENGTH_MASKS concode_field_sep int getLastLength con... |
String function ( ) { return state ; } | gets the value of the state property . concode_field_sep String zipCode concode_elem_sep String storeHours concode_elem_sep String distance concode_elem_sep String address2 concode_elem_sep String city concode_elem_sep String address1 concode_elem_sep String locationType concode_elem_sep long serialVersionUID concode_e... |
void function ( ) { } | called by the servlet container to indicate to a servlet that the servlet is being taken out of service . see servlet #destroy . concode_field_sep ResourceBundle lStrings concode_elem_sep String LSTRING_FILE concode_elem_sep ServletConfig config concode_field_sep ServletConfig getServletConfig concode_elem_sep void ini... |
SharedPreferences function ( ) { return context . getSharedPreferences ( PREF_KEY , Context . MODE_PRIVATE ) ; } | shared private preferences for the application . concode_field_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep NotificationCompat.Builder builder concode_field_sep void cancel concode_elem... |
void function ( MessageHeaderInitializer arg0 ) { this . headerInitializer = arg0 ; } | configure a messageheaderinitializer to apply to the headers of allmessages sent to the client outbound channel . by default this property is not set . concode_field_sep MessageSendingOperations<String> messagingTemplate concode_elem_sep MessageHeaderInitializer headerInitializer concode_elem_sep Log logger concode_fie... |
String function ( ) { return email ; } | gets the value of the email property . concode_field_sep XMLGregorianCalendar date concode_elem_sep String mobilenumber concode_elem_sep long serialVersionUID concode_elem_sep String type concode_elem_sep String email concode_field_sep void setEmail concode_elem_sep String getType concode_elem_sep void setMobilenumber ... |
void function ( boolean arg0 ) { this . retain = arg0 ; } | set whether the last will should be retained by the broker . concode_field_sep int qos concode_elem_sep byte[] payload concode_elem_sep String topic concode_elem_sep boolean retain concode_field_sep byte[] getPayload concode_elem_sep void setQos concode_elem_sep boolean isRetain concode_elem_sep void setPayload concode... |
XPathFactory function ( ) { return xPathFactory ; } | return xpathfactory concode_field_sep DocumentBuilder builderNs concode_elem_sep JAXBContext context concode_elem_sep XPathFactory xPathFactory concode_field_sep void initJaxbContext concode_elem_sep DocumentBuilder getBuilderNs concode_elem_sep XMLFactory newInstance concode_elem_sep void initDocumentBuilder concode_e... |
boolean function ( int arg0 ) { return ( arg0 & FINAL ) != 0 ; } | returns true if the modifiers include the final modifier . concode_field_sep int PROTECTED concode_elem_sep int PRIVATE concode_elem_sep int NATIVE concode_elem_sep int ANNOTATION concode_elem_sep int ENUM concode_elem_sep int INTERFACE concode_elem_sep int FINAL concode_elem_sep int VOLATILE concode_elem_sep int STRIC... |
Function2 < T4 , T5 , R > function ( T1 arg0 , T2 arg1 , T3 arg2 ) { return ( T4 loc0 , T5 loc1 ) -> apply ( arg0 , arg1 , arg2 , loc0 , loc1 ) ; } | applies this function partially to three arguments . concode_field_sep PlaceHolder placeHolder concode_field_sep Function5<T1,T2,T3,T4,T5,Try<R>> liftTry concode_elem_sep int arity concode_elem_sep Function5<T1,T2,T3,T4,T5,R> constant concode_elem_sep Function5<T1,T2,T3,T4,T5,R> of concode_elem_sep Function5<T1,T2,T3,T... |
boolean function ( _Fields arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( ) ; } switch ( arg0 ) { case EXECUTION_COMMAND : return is_set_execution_command ( ) ; case SCRIPT : return is_set_script ( ) ; } throw new IllegalStateException ( ) ; } | returns true if field corresponding to fieldid is set has been assigned a value and false otherwise concode_field_sep String _fieldName concode_elem_sep short _thriftId concode_elem_sep Map<_Fields,org.apache.thrift7.meta_data.FieldMetaData> metaDataMap concode_elem_sep org.apache.thrift7.protocol.TField SCRIPT_FIELD_D... |
void function ( int arg0 ) { WeakReference < PageText > loc0 = searchResultCache . get ( arg0 ) ; if ( loc0 != null ) { PageText loc1 = loc0 . get ( ) ; if ( loc1 != null ) { loc1 . clearHighlighted ( ) ; } } searchResultCache . remove ( arg0 ) ; } | clears cached search results for this page index and clears the highlighted state for this page . concode_field_sep HashMap<Integer,WeakReference<PageText>> searchResultCache concode_elem_sep ArrayList<SearchTerm> searchTerms concode_field_sep void addPageSearchHit concode_elem_sep Set<Integer> getPageSearchHits concod... |
Timestamp function ( ) { return modifiedDate ; } | getter method to get the modified date concode_field_sep Date endDate concode_elem_sep Integer campaignId concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep Integer classificationId concode_elem_sep Timestamp createdDate concode_elem_sep String campaignText concode_elem_sep Stri... |
com . liferay . shopping . model . ShoppingItemPrice function ( com . liferay . shopping . model . ShoppingItemPrice arg0 ) { return _shoppingItemPriceLocalService . deleteShoppingItemPrice ( arg0 ) ; } | deletes the shopping item price from the database . also notifies the appropriate model listeners . concode_field_sep ShoppingItemPriceLocalService _shoppingItemPriceLocalService concode_field_sep ShoppingItemPriceLocalService getWrappedShoppingItemPriceLocalService concode_elem_sep void setWrappedShoppingItemPriceLoca... |
boolean function ( final Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ! ( arg0 instanceof StyleKey ) ) { return false ; } final StyleKey loc0 = ( StyleKey ) arg0 ; if ( name . equals ( loc0 . name ) == false ) { return false ; } return true ; } | indicates whether some other object is `` equal to '' this one . concode_field_sep int COUNTERS concode_elem_sep int All_ELEMENTS concode_elem_sep int PSEUDO_LINEMARKER concode_elem_sep int PSEUDO_AFTER concode_elem_sep int FOOTNOTE_AREA concode_elem_sep int PAGE_CONTEXT concode_elem_sep int index concode_elem_sep int ... |
void function ( ) { } | called by the system in order to clean up references to internal objects . concode_field_sep int priority concode_elem_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep boolean test concode_elem_sep int getPriority concode_elem_sep void setPriority |
IPartitionTokenScanner function ( ) { return new FastDartPartitionScanner ( ) ; } | returns a scanner which is configured to scan java-specific partitions , which are multi-line comments , javadoc comments , and regular javascript source code . concode_field_sep DartMultilineStringScanner multilineStringScanner concode_elem_sep IPreferenceStore preferenceStore concode_elem_sep DartColorManager colorMa... |
int function ( int arg0 ) { return m_map [ arg0 ] ; } | get the nth element . concode_field_sep int m_blocksize concode_elem_sep int m_mapSize concode_elem_sep int m_map[] concode_elem_sep int m_lengthPos concode_field_sep void setElementAt concode_elem_sep void setToSize |
CrossZoneLoadBalancing function ( Boolean arg0 ) { setEnabled ( arg0 ) ; return this ; } | specifies whether cross-zone load balancing is enabled for the load balancer . concode_field_sep Boolean enabled concode_field_sep void setEnabled concode_elem_sep int hashCode concode_elem_sep Boolean getEnabled concode_elem_sep Boolean isEnabled concode_elem_sep boolean equals concode_elem_sep CrossZoneLoadBalancing ... |
List < ExtensionType > function ( ) { if ( extension == null ) { extension = new ArrayList < ExtensionType > ( ) ; } return this . extension ; } | gets the value of the extension 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 extension property . for example , to add a new item , d... |
int function ( ) { return columnNumber ; } | get the column number concode_field_sep String systemId concode_elem_sep int columnNumber concode_elem_sep int lineNumber concode_field_sep int getLineNumber concode_elem_sep int getLineNumber concode_elem_sep ExpressionLocation makeFromSax concode_elem_sep String getSystemId concode_elem_sep String getSystemId concode... |
void function ( ) { if ( fViewer != null ) { fLastChange = new Change ( TypingRun . UNKNOWN , - 1 ) ; fRun = null ; fSelectionListener = null ; fViewer . addTextListener ( fTextListener ) ; } } | initializes the state variables and registers any permanent listeners . concode_field_sep TextListener fTextListener concode_elem_sep ChangeType fType concode_elem_sep SelectionListener fSelectionListener concode_elem_sep int fNextOffset concode_elem_sep boolean DEBUG concode_elem_sep TypingRun fRun concode_elem_sep IT... |
void function ( String arg0 ) { senderName = arg0 ; } | optionally set the sender of this refreshresponse . this helps clarify things when multiple handlers respond . concode_field_sep int returnCode concode_elem_sep String senderName concode_elem_sep String message concode_field_sep RefreshResponse successResponse concode_elem_sep String getSenderName concode_elem_sep Stri... |
InteliCwDB function ( ) { return actualDatabase ; } | getter concode_field_sep String path concode_elem_sep LinkedList<Crossword> crosswordsList concode_elem_sep CwWriter cwwriter concode_elem_sep InteliCwDB actualDatabase concode_elem_sep CwReader cwreader concode_elem_sep Crossword actualCrossword concode_elem_sep int actualIndexOfCrossword concode_field_sep Crossword g... |
File function ( ) { File loc0 ; if ( mReal . exists ( ) ) { loc0 = mReal ; if ( mTemp . exists ( ) ) { mTemp . delete ( ) ; } } else if ( mTemp . exists ( ) ) { loc0 = mTemp ; mTemp . renameTo ( mReal ) ; } else { return mReal ; } return loc0 ; } | returns the file for you to read . concode_field_sep File mTemp concode_elem_sep boolean mWriting concode_elem_sep File mReal concode_field_sep void rollback concode_elem_sep File chooseForWrite concode_elem_sep void commit |
void function ( Reference arg0 ) { this . reference = arg0 ; } | sets the parent pdf object 's reference . concode_field_sep Reference reference concode_elem_sep Logger logger concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder hexToString concode_elem_sep StringBuilder normalizeHex concode_elem_sep String getDecryptedLitera... |
String function ( int arg0 ) { return "srini_string" + dateFmt . format ( stopTime ) + "srini_string" + arg0 + "srini_string" ; } | get the screenshot filename for count . concode_field_sep DecimalFormat decimalFmt concode_elem_sep String type concode_elem_sep String message concode_elem_sep ArrayList<String> screenshots concode_elem_sep TestResult result concode_elem_sep String SCREENSHOTS_DIR concode_elem_sep String userdata concode_elem_sep Stri... |
void function ( final List < GeoPoint > arg0 , final String arg1 , final String arg2 , final boolean arg3 ) { upload ( arg0 , OSM_USERNAME , OSM_PASSWORD , arg1 , arg2 , arg3 , pseudoFileNameFormat . format ( new GregorianCalendar ( ) . getTime ( ) ) + "srini_string" + OSM_USERNAME + "srini_string" ) ; } | uses osmconstants.osm _ username and osmconstants.osm _ password as username/password . the ` filename ' will be the current timestamp.gpx i.e. `` 20081231_234815_912 . gpx '' note : this method is not blocking ! concode_field_sep String GPX_UPLOAD_URL concode_elem_sep String DEFAULT_DESCRIPTION concode_elem_sep int BU... |
void function ( java . lang . String arg0 ) { this . networkName = arg0 ; } | sets the networkname value for this crosssellingdistributor . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String networkName concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.description.TypeDesc getTyp... |
Rectangle2D function ( Rectangle2D arg0 , Rectangle2D arg1 ) { if ( arg1 == null ) { arg1 = new Rectangle2D . Double ( ) ; } arg1 . setRect ( arg0 . getX ( ) - this . left , arg0 . getY ( ) - this . top , arg0 . getWidth ( ) + this . left + this . right , arg0 . getHeight ( ) + this . top + this . bottom ) ; return arg... | expands an area by the amount of space represented by this object . concode_field_sep long serialVersionUID concode_elem_sep double top concode_elem_sep double left concode_elem_sep double bottom concode_elem_sep double right concode_field_sep void add concode_elem_sep double getBottom concode_elem_sep void setLeft con... |
int function ( ) { if ( hash == 0 ) { hash = Arrays . hashCode ( id ) ; } return hash ; } | returns a hash code value of this rowid object . concode_field_sep byte[] id concode_elem_sep int hash concode_field_sep boolean equals concode_elem_sep String toString concode_elem_sep Object id concode_elem_sep byte[] getBytes |
boolean function ( Object arg0 ) { if ( arg0 instanceof AuthTime ) { if ( ( ( ( AuthTime ) arg0 ) . kerberosTime == kerberosTime ) && ( ( ( AuthTime ) arg0 ) . cusec == cusec ) ) { return true ; } } return false ; } | compares if an object equals to an authtime object . concode_field_sep int cusec concode_elem_sep long kerberosTime concode_field_sep int hashCode |
void function ( @ Nonnull final String arg0 ) { } | invoked for each json object element . the value is handled with the existing methods like #onjsonvalue ijsonvalue etc. . concode_field_sep PlaceHolder placeHolder concode_field_sep void onJsonValue concode_elem_sep void onJsonObjectEnd concode_elem_sep void onJsonObjectStart concode_elem_sep void onJsonArrayStart conc... |
boolean function ( String arg0 ) { return iconsTable . containsKey ( arg0 ) ; } | returns true if a icon with the given size is supported , false-otherwise . concode_field_sep Hashtable<String,String> iconPathsTable concode_elem_sep Logger logger concode_elem_sep ResourceManagementService resourcesService concode_elem_sep Hashtable<String,byte[]> iconsTable concode_field_sep Iterator<String> getSupp... |
void function ( byte arg0 [ ] ) { ensureCapacity ( arg0 . length ) ; for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { dstData [ dstIndex ++ ] = arg0 [ loc0 ] ; } } | write out the string just uncompressed . concode_field_sep byte[] dstData concode_elem_sep int nextBits concode_elem_sep int dstIndex concode_elem_sep byte stringTable[][] concode_elem_sep byte[] srcData concode_elem_sep boolean debug concode_elem_sep int andTable[] concode_elem_sep int samplesPerPixel concode_elem_sep... |
void function ( ) { if ( mNativeOfflinePageDownloadBridge != 0 ) { nativeDestroy ( mNativeOfflinePageDownloadBridge ) ; mNativeOfflinePageDownloadBridge = 0 ; mIsLoaded = false ; } mObservers . clear ( ) ; } | destroys the native portion of the bridge . concode_field_sep boolean sIsTesting concode_elem_sep boolean mIsLoaded concode_elem_sep long mNativeOfflinePageDownloadBridge concode_elem_sep ObserverList<Observer> mObservers concode_field_sep DownloadServiceDelegate getDownloadServiceDelegate concode_elem_sep void downloa... |
boolean function ( final HttpServerExchange arg0 ) { return arg0 . getRequestScheme ( ) . equals ( "srini_string" ) ; } | use the httpserverexchange supplied to check if this request is already ` sufficiently ' confidential . here we say ` sufficiently ' as sub-classes can override this and maybe even go so far as querying the actual sslsession . concode_field_sep HttpHandler next concode_field_sep boolean confidentialityRequired concode_... |
Object function ( int arg0 ) { return CMemoryImpl . getInstance ( ) . resolveAddress ( arg0 ) ; } | convert address id into an object concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep int tie concode_elem_sep int tied concode_elem_sep int instance concode_elem_sep int address concode_elem_sep int address concode_elem_sep void untie concode_elem_sep int getAddressPrototyp... |
void function ( int arg0 ) { this . y = arg0 ; } | sets the y coordinate . concode_field_sep int x concode_elem_sep int y concode_elem_sep int z concode_elem_sep int lastZ concode_elem_sep int lastY concode_elem_sep int lastX concode_field_sep void setX concode_elem_sep Position modifyZ concode_elem_sep boolean isConnectable concode_elem_sep boolean inPestControlBoat c... |
Class < ? > function ( ClassLoader arg0 ) { if ( this . targetType == null ) { return null ; } Class < ? > loc0 = ClassUtils . forName ( getTargetTypeName ( ) , arg0 ) ; this . targetType = loc0 ; return loc0 ; } | determine the type to convert to , resolving it from a specified class name if necessary . will also reload a specified class from its name when called with the target type already resolved . concode_field_sep String specifiedTypeName concode_elem_sep Object targetType concode_elem_sep boolean dynamic concode_elem_sep ... |
BufferedImage function ( BufferedImage arg0 , int arg1 , int arg2 ) { ResampleOp loc0 = new ResampleOp ( arg1 , arg2 ) ; BufferedImage loc1 = loc0 . filter ( arg0 , null ) ; return loc1 ; } | returns an image scaled to the size appropriate for the card picture panel concode_field_sep HashMap<String,BufferedImage> backgrounds concode_elem_sep HashMap<String,BufferedImage> images concode_field_sep void drawCosts concode_elem_sep MemoryImageSource rotate concode_elem_sep BufferedImage rotate concode_elem_sep B... |
void function ( Collection arg0 ) { this . perform ( arg0 . iterator ( ) ) ; } | performs the graph traversion with all elements which are contained in the specified collection . this means that every element of this collection and all elements which are reachable from these elements will be visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator m... |
R function ( PrimaryExpression arg0 ) { R loc0 = null ; arg0 . f0 . accept ( this ) ; return loc0 ; } | f0 - > integerliteral | trueliteral | falseliteral | identifier | thisexpression | arrayallocationexpression | allocationexpression | notexpression | bracketexpression concode_field_sep String class_name concode_elem_sep String meth_name concode_field_sep placeholderType placeHolder |
void function ( final T arg0 ) { onChange ( this . value , this . value = arg0 ) ; } | sets the new value and notifes all listeners . concode_field_sep List<VRObserver> observers concode_elem_sep T value concode_field_sep void onChange concode_elem_sep T get concode_elem_sep boolean isPresent concode_elem_sep void removeListener concode_elem_sep void addListener |
String function ( ) { return type ; } | returns the column 's data format . valid formats are : text-single - > single line or word of text text-private - > instead of showing the user what they typed , you show to protect it text-multi - > multiple lines of text entry list-single - > given a list of choices , pick one list-multi - > given a list of choices ... |
boolean function ( APService arg0 ) { return services . remove ( arg0 ) ; } | remove a service from the ap-services slot collection of this object . concode_field_sep String name concode_elem_sep List services concode_field_sep void setName concode_elem_sep void clearAllAPServices concode_elem_sep Iterator getAllAPServices concode_elem_sep String getName concode_elem_sep void addAPServices conco... |
JSONWriter function ( char arg0 , char arg1 ) { if ( this . mode != arg0 ) { throw new JSONException ( arg0 == 'a' ? "srini_string" : "srini_string" ) ; } this . pop ( arg0 ) ; try { this . writer . write ( arg1 ) ; } catch ( IOException loc0 ) { throw new JSONException ( loc0 ) ; } this . comma = true ; return this ; ... | end something . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter endArray concode_elem_sep JSONWrit... |
CTWorksheetSource function ( ) { return worksheetSource ; } | gets the value of the worksheetsource property . concode_field_sep Object parent concode_elem_sep CTExtensionList extLst concode_elem_sep Long connectionId concode_elem_sep CTWorksheetSource worksheetSource concode_elem_sep CTConsolidation consolidation concode_elem_sep STSourceType type concode_field_sep void setConne... |
void function ( ) { final ExecutionEnvironment loc0 = ExecutionEnvironment . getExecutionEnvironment ( ) ; DataSet < Tuple5 < Integer , Long , String , Long , Integer >> loc1 = loc0 . fromCollection ( emptyTupleData , tupleTypeInfo ) ; try { loc1 . minBy ( 4 , 0 , 1 , 2 , 3 ) ; } catch ( Exception loc2 ) { Assert . fai... | this test validates that no exceptions is thrown when an empty dataset calls minby . concode_field_sep TupleTypeInfo<Tuple5<Integer,Long,String,Long,Integer>> tupleTypeInfo concode_elem_sep String myString concode_elem_sep List<CustomType> customTypeData concode_elem_sep long myLong concode_elem_sep long serialVersionU... |
FilterConfig function ( ) { return config ; } | required by weblogic 6.1 concode_field_sep int debug concode_elem_sep int minThreshold concode_elem_sep int compressionThreshold concode_elem_sep FilterConfig config concode_field_sep void init concode_elem_sep void doFilter concode_elem_sep void destroy concode_elem_sep void setFilterConfig |
List < Purchase > function ( ) { return new ArrayList < Purchase > ( mPurchaseMap . values ( ) ) ; } | returns a list of all purchases . concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep void addSkuDetails concode_elem_sep Purc... |
void function ( Bundle arg0 , String arg1 ) { Validate . notNull ( arg0 , "srini_string" ) ; Validate . notNull ( arg1 , "srini_string" ) ; arg0 . putString ( TOKEN_KEY , arg1 ) ; } | puts the token value into a bundle . concode_field_sep String TOKEN_SOURCE_KEY concode_elem_sep long INVALID_BUNDLE_MILLISECONDS concode_elem_sep String TOKEN_KEY concode_elem_sep String PERMISSIONS_KEY concode_elem_sep String EXPIRATION_DATE_KEY concode_elem_sep String DECLINED_PERMISSIONS_KEY concode_elem_sep String ... |
boolean function ( ) { return ( finish && finished && compressedDirectBuf . remaining ( ) == 0 ) ; } | returns true if the end of the compressed data output stream has been reached . concode_field_sep int userBufOff concode_elem_sep boolean finished concode_elem_sep boolean nativeSnappyLoaded concode_elem_sep Buffer uncompressedDirectBuf concode_elem_sep int userBufLen concode_elem_sep Log LOG concode_elem_sep int uncom... |
void function ( AtomikosLoggingLevel arg0 ) { this . consoleLogLevel = arg0 ; set ( "srini_string" , arg0 ) ; } | specifies the console log level . defaults to atomikoslogginglevel #warn . concode_field_sep String outputDir concode_elem_sep AtomikosLoggingLevel consoleLogLevel concode_elem_sep long maxTimeout concode_elem_sep boolean enableLogging concode_elem_sep String logBaseName concode_elem_sep boolean threadedTwoPhaseCommit ... |
String function ( OMElement arg0 ) { if ( streamingParser != null ) { return getStreamingParser ( ) . process ( arg0 ) ; } return null ; } | this will return the xpath expression 's result when you provide a input stream to a xml concode_field_sep StreamingParser streamingParser concode_elem_sep String xPath concode_field_sep void setxPath concode_elem_sep String getxPath concode_elem_sep void setStreamingParser concode_elem_sep StreamingParser getStreaming... |
void function ( ) { prop = new Properties ( ) ; InputStream loc0 = new FileInputStream ( Constants . CONFIGURATION_PATH_JAR + File . separator + "srini_string" ) ; prop . load ( loc0 ) ; } | loads the resources settings from an external text file . concode_field_sep ServerProperties instance concode_elem_sep Properties prop concode_field_sep String getProperty concode_elem_sep ServerProperties getInstance |
void function ( String arg0 ) { System . out . print ( "srini_string" ) ; System . out . println ( arg0 ) ; } | log a message for this class . concode_field_sep int debug concode_field_sep int getDebug concode_elem_sep ClassLoader createClassLoader concode_elem_sep void setDebug |
byte [ ] function ( String arg0 ) { char [ ] loc0 = arg0 . toCharArray ( ) ; byte [ ] loc1 = new byte [ loc0 . length ] ; for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) loc1 [ loc2 ] = ( byte ) loc0 [ loc2 ] ; return loc1 ; } | this create ascii byte array from string , these chars are ascii , but in java string they have two bytes each so , use each byte to represent one char concode_field_sep int val concode_elem_sep byte[] b concode_elem_sep int kicks concode_elem_sep int remains concode_field_sep BigInteger getBigInteger concode_elem_sep ... |
Boolean function ( String arg0 ) { assertNotNull ( arg0 , "srini_string" ) ; if ( isNull ( arg0 ) ) return null ; return ObjectUtils . toBoolean ( get ( arg0 ) ) ; } | if the key has no objects associated , null is returned . if a boolean object is associated to that key , this boolean is returned . otherwise the string representation of the object is parsed with boolean.parseboolean string ; and the result is returned . concode_field_sep Logger logger concode_field_sep JSONArray toJ... |
int function ( ) { return packetId ; } | returns the id of this packet . concode_field_sep int packetId concode_elem_sep int hopsNumber concode_elem_sep int last concode_elem_sep int netServiceType concode_elem_sep double bandwidth concode_elem_sep DecimalFormat num concode_elem_sep long pingSize concode_elem_sep Vector<Double> entryTimes concode_elem_sep lon... |
int function ( int arg0 ) { if ( arg0 < 3 ) { checkNonnegative ( arg0 , "srini_string" ) ; return arg0 + 1 ; } if ( arg0 < MAX_POWER_OF_TWO ) { return ( int ) ( ( float ) arg0 / 0.75F + 1.0F ) ; } return Integer . MAX_VALUE ; } | returns a capacity that is sufficient to keep the map from being resized as long as it grows no larger than expectedsize and the load factor is > = its default 0.75 . concode_field_sep int MAX_POWER_OF_TWO concode_field_sep HashMap<K,V> newHashMapWithExpectedSize concode_elem_sep int checkNonnegative |
String function ( String arg0 ) { return soundex ( arg0 ) ; } | encodes a string using the soundex algorithm . concode_field_sep char[] soundexMapping concode_elem_sep char[] US_ENGLISH_MAPPING concode_elem_sep Soundex US_ENGLISH concode_elem_sep int maxLength concode_elem_sep String US_ENGLISH_MAPPING_STRING concode_field_sep char[] getSoundexMapping concode_elem_sep int getMaxLen... |
void function ( ) { if ( ! mRecycled ) { nativeDestroy ( mNativePix ) ; mRecycled = true ; } } | releases resources and frees any memory associated with this pix . you may not modify or access the pix after calling this method . concode_field_sep int INDEX_D concode_elem_sep int mNativePix concode_elem_sep int INDEX_H concode_elem_sep int INDEX_W concode_elem_sep boolean mRecycled concode_field_sep boolean nativeI... |
void function ( boolean arg0 ) { assertFalse ( null , arg0 ) ; } | asserts that a condition is false . if it is n't it throws an assertionfailederror . concode_field_sep PlaceHolder placeHolder concode_field_sep void fail concode_elem_sep void fail concode_elem_sep void assertNull concode_elem_sep void assertNull concode_elem_sep void assertTrue concode_elem_sep void assertTrue concod... |
Field function ( ) { return this . field ; } | return the wrapped field , if any . note : either methodparameter or field is available . concode_field_sep int nestingLevel concode_elem_sep String fieldName concode_elem_sep Field field concode_elem_sep Class<?>[] parameterTypes concode_elem_sep boolean eager concode_elem_sep Class<?> containingClass concode_elem_sep... |
List < SettingsOption > function ( Properties arg0 ) { List < SettingsOption > loc0 = new ArrayList < > ( ) ; if ( arg0 != null ) { for ( Map . Entry < Object , Object > loc1 : arg0 . entrySet ( ) ) { SettingsOption loc2 = constructSettingsOption ( loc1 ) ; loc0 . add ( loc2 ) ; } } return loc0 ; } | builds a list of settings options from given properties concode_field_sep PlaceHolder placeHolder concode_field_sep SettingsOption constructSettingsOption concode_elem_sep Properties constructProperties concode_elem_sep SettingsOption parseParam |
boolean function ( State arg0 ) { EList < Expression > loc0 = getFirstExitActions ( arg0 ) ; if ( loc0 != null && ! loc0 . isEmpty ( ) ) { return true ; } return false ; } | checks if the specified state has at least one exit action . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasEntryAction concode_elem_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep boolean hasAtLeastOneAction con... |
void function ( Enumeration < ? > arg0 ) { while ( arg0 . hasMoreElements ( ) ) { removeAttribute ( arg0 . nextElement ( ) ) ; } } | removes the attributes listed in names . concode_field_sep AttributeSet EMPTY concode_elem_sep long serialVersionUID concode_elem_sep Hashtable tab concode_field_sep boolean containsAttributeLocally concode_elem_sep void addAttributes concode_elem_sep boolean isEqual concode_elem_sep boolean containsAttribute concode_e... |
ContentLocation function ( ) { return parent ; } | returns the parent , if there is any . concode_field_sep ContentLocation parent concode_elem_sep ContentEntity[] EMPTY_CONTENT_ENTITY concode_elem_sep String name concode_elem_sep Repository repository concode_field_sep ContentEntity[] listContents concode_elem_sep boolean setAttribute concode_elem_sep String getName c... |
com . google . api . ads . adwords . axis . v201502 . cm . ConversionOptimizerEligibilityRejectionReason [ ] function ( ) { return rejectionReasons ; } | gets the rejectionreasons value for this conversionoptimizereligibility . concode_field_sep com.google.api.ads.adwords.axis.v201502.cm.ConversionOptimizerEligibilityRejectionReason[] rejectionReasons concode_elem_sep java.lang.Boolean eligible concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __ha... |
void function ( ) { Random loc0 = new Random ( ) ; boolean loc1 = loc0 . nextBoolean ( ) ; LoadMetadataOptions loc2 = LoadMetadataOptions . defaults ( ) ; loc2 . setRecursive ( loc1 ) ; Assert . assertEquals ( loc1 , loc2 . isRecursive ( ) ) ; } | tests getting and setting fields . concode_field_sep PlaceHolder placeHolder concode_field_sep void defaultsTest concode_elem_sep void equalsTest |
int function ( ) { return mRows - mRowGapLength ; } | returns the number of rows in the packedintvector . this number will change as rows are inserted and deleted . concode_field_sep int mRows concode_elem_sep int mColumns concode_elem_sep int mRowGapLength concode_elem_sep int mRowGapStart concode_elem_sep int[] mValueGap concode_elem_sep int[] mValues concode_field_sep ... |
void function ( java . lang . Double arg0 ) { this . amount = arg0 ; } | sets the amount value for this customerpaymentdeposit . concode_field_sep java.util.Calendar depositDate concode_elem_sep java.lang.Double total concode_elem_sep java.lang.Double amount concode_elem_sep java.lang.String refNum concode_elem_sep java.lang.Boolean apply concode_elem_sep java.lang.Long line concode_elem_se... |
void function ( boolean arg0 ) { this . chunked = arg0 ; } | specifies the ` chunked ' flag . note that the chunked setting is a hint only . if using http/1 .0 , chunking is never performed . otherwise , even if chunked is false , httpclient must use chunk coding if the entity content length is unknown -1 . the default implementation sets the value of the #chunked chunked attrib... |
void function ( Statement arg0 ) { m_statements . add ( arg0 ) ; } | to be closed at teardown . concode_field_sep List<ResultSet> m_resultSets concode_elem_sep List<Connection> m_connections concode_elem_sep List<Statement> m_statements concode_field_sep Statement createStatement concode_elem_sep Connection newConnection concode_elem_sep void closeRegisteredObjects concode_elem_sep void... |
com . omniture . www . DeliveryParameters function ( ) { return deliveryParameters ; } | gets the deliveryparameters value for this scheduledreport . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean isFailed concode_elem_sep com.omniture.www.ExcelWorkbook excelWorkbook concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem... |
String function ( ) { return returnCode ; } | gets the value of the returncode property . concode_field_sep String returnCode concode_elem_sep PaymentScheduleRef paymentScheduleRef concode_elem_sep MandateInfo mandateInfo concode_elem_sep Creditor creditor concode_elem_sep DirectDebitInfo directDebitInfo concode_elem_sep String returnDesc concode_field_sep void se... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.