idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
4,200 | resets explicit password , so that map will be used for lookups concode_field_sep String explicitPassword concode_elem_sep Logger log concode_elem_sep LinkedHashMap<Pattern,String> passwordMap concode_field_sep String getPassword concode_elem_sep LinkedHashMap<Pattern,String> parseRulesFile concode_elem_sep String getE... | void function ( ) { this . explicitPassword = null ; } |
4,201 | override this in the concrete parser concode_field_sep ArrayList<BitmapAsset> bitmaps concode_elem_sep ArrayList<Number3d> vertices concode_elem_sep Bitmap atlas concode_elem_sep String packageID concode_elem_sep String atlasId concode_elem_sep String currentMaterialKey concode_elem_sep TextureAtlas textureAtlas concod... | void function ( ) { } |
4,202 | hashcode method for wrapper class char . concode_field_sep char symbol concode_field_sep List<Char> parseToChars concode_elem_sep List<Mark> parseToMarks concode_elem_sep List<Text> parseCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep List<? extends Parsable> parse concode_elem_se... | int function ( ) { int loc0 = symbol ; loc0 = 31 * loc0 ; return loc0 ; } |
4,203 | implementations override this method to support customized suspend/resume . concode_field_sep AtomicBoolean suspending concode_elem_sep AtomicBoolean shuttingdown concode_elem_sep AtomicBoolean started concode_elem_sep AtomicBoolean shutdown concode_elem_sep Logger LOG concode_elem_sep AtomicBoolean starting concode_el... | void function ( ) { } |
4,204 | 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 , ... | Map < QName , String > function ( ) { return otherAttributes ; } |
4,205 | this method is called only once for each instance . it is called before the node itself is created . overwrite this method to perform actions that can only be done when the node is build finally . things to do in this method are : propagate the call to #beforeconverttonode ihcconversionsettingstonode to all childnodes ... | void function ( @ Nonnull final IHCConversionSettingsToNode arg0 ) { } |
4,206 | this gets the type of the authorization concode_field_sep Oauth2GrantTypes grantTypes concode_elem_sep List<Oauth2Scope> scopes concode_elem_sep String type concode_field_sep Oauth2GrantTypes getGrantTypes concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep Li... | String function ( ) { return this . type ; } |
4,207 | tests if the specified object is a key in this hashtable . concode_field_sep Entry table[] concode_elem_sep Entry next concode_elem_sep float loadFactor concode_elem_sep int count concode_elem_sep int threshold concode_elem_sep Object value concode_elem_sep int hash concode_elem_sep int key concode_field_sep boolean co... | boolean function ( int arg0 ) { Entry loc0 [ ] = table ; int loc1 = arg0 ; int loc2 = ( loc1 & 0x7FFFFFFF ) % loc0 . length ; for ( Entry loc3 = loc0 [ loc2 ] ; loc3 != null ; loc3 = loc3 . next ) { if ( loc3 . loc1 == loc1 ) { return true ; } } return false ; } |
4,208 | sets the refreshrate value for this exchangerate . concode_field_sep com.google.api.ads.dfp.axis.v201411.ExchangeRateRefreshRate refreshRate concode_elem_sep java.lang.Long exchangeRate concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.Ty... | void function ( com . google . api . ads . dfp . axis . v201411 . ExchangeRateRefreshRate arg0 ) { this . refreshRate = arg0 ; } |
4,209 | specifies if a `` programlisting '' element must have `` role '' attribute ; defaults to false . concode_field_sep boolean outputFilesCanUseAutoID concode_elem_sep int maximumProgramlistingWidth concode_elem_sep boolean programlistingRequiresLanguage concode_elem_sep boolean programlistingRequiresRole concode_field_sep... | void function ( boolean arg0 ) { this . programlistingRequiresRole = arg0 ; } |
4,210 | sets success . concode_field_sep String esipDataOut concode_elem_sep boolean success concode_elem_sep String itemBarcode concode_elem_sep String esipDataIn concode_elem_sep String itemOwningInstitution concode_elem_sep String screenMessage concode_field_sep String getScreenMessage concode_elem_sep void setScreenMessage... | void function ( boolean arg0 ) { this . success = arg0 ; } |
4,211 | get one cart by id . concode_field_sep CartSearchRepository cartSearchRepository concode_elem_sep CartRepository cartRepository concode_elem_sep Logger log concode_field_sep List<Cart> search concode_elem_sep Cart save concode_elem_sep Page<Cart> findAll concode_elem_sep void delete | Cart function ( Long arg0 ) { log . debug ( "srini_string" , arg0 ) ; Cart loc0 = cartRepository . findOne ( arg0 ) ; return loc0 ; } |
4,212 | instructs the webview to cancel the authentication request . concode_field_sep HttpAuthHandler handler concode_field_sep void proceed | void function ( ) { this . handler . cancel ( ) ; } |
4,213 | retrieves service examples from the c2j source , if present . if not , a no-op instance is returned which will effectively not be serialized to disk by jackson . concode_field_sep String P_OUTPUT_DIRECTORY concode_elem_sep String P_MODEL_FILE concode_elem_sep String P_CODEGEN_CONFIG_FILE concode_elem_sep String MODEL_F... | ServiceExamples function ( final String arg0 ) { if ( Utils . isNullOrEmpty ( arg0 ) ) { return new ServiceExamples ( ) ; } return loadConfigurationModel ( ServiceExamples . class , arg0 ) ; } |
4,214 | populates a map by reading an input stream , as part of deserialization . see #writemap for the data format . the size is determined by aprior call to #readcount . concode_field_sep Field field concode_field_sep void populateMultiset concode_elem_sep void populateMultiset concode_elem_sep void writeMultiset concode_ele... | void function ( Map < K , V > arg0 , ObjectInputStream arg1 , int arg2 ) { for ( int loc0 = 0 ; loc0 < arg2 ; loc0 ++ ) { @ SuppressWarnings ( "srini_string" ) K loc1 = ( K ) arg1 . readObject ( ) ; @ SuppressWarnings ( "srini_string" ) V loc2 = ( V ) arg1 . readObject ( ) ; arg0 . put ( loc1 , loc2 ) ; } } |
4,215 | remove the file when the last reference to it is closed . this method may be called at any time during the life of the application . concode_field_sep DbMpoolFile mpf concode_field_sep void setNoFile concode_elem_sep long getMaximumSize concode_elem_sep boolean getUnlink concode_elem_sep CacheFilePriority getPriority c... | void function ( boolean arg0 ) { mpf . set_flags ( DbConstants . DB_MPOOL_UNLINK , arg0 ) ; } |
4,216 | this write the block of data to the raster throwing out anything that spills over the raster width or height . concode_field_sep byte component_id concode_elem_sep int height concode_elem_sep HuffmanTable DCTable concode_elem_sep int maxV concode_elem_sep byte factorV concode_elem_sep int width concode_elem_sep byte fa... | void function ( WritableRaster arg0 , double [ ] [ ] arg1 , int arg2 , int arg3 , int arg4 ) { for ( int loc0 = 0 ; loc0 < arg1 . length ; loc0 ++ ) { for ( int loc1 = 0 ; loc1 < arg1 [ loc0 ] . length ; loc1 ++ ) { if ( arg3 + loc1 < arg0 . getWidth ( ) && arg4 + loc0 < arg0 . getHeight ( ) ) arg0 . setSample ( arg3 +... |
4,217 | removes a query from the list . concode_field_sep List<Query> queries concode_elem_sep DataOutputStream dos concode_elem_sep Logger log concode_elem_sep DataInputStream dis concode_field_sep void add concode_elem_sep void run | boolean function ( Query arg0 ) { return queries . remove ( arg0 ) ; } |
4,218 | records the elements executed by modules . concode_field_sep RecordingBinder parent concode_elem_sep SourceProvider sourceProvider concode_elem_sep Stage stage concode_elem_sep BindingTargetVisitor<Object,Object> GET_INSTANCE_VISITOR concode_elem_sep PrivateElementsImpl privateElements concode_elem_sep List<Element> el... | List < Element > function ( Stage arg0 , Module ... arg1 ) { return getElements ( arg0 , Arrays . asList ( arg1 ) ) ; } |
4,219 | will return true since @example can be used in type documentation classes or interfaces . concode_field_sep String NAME concode_elem_sep String HEADER concode_field_sep boolean inPackage concode_elem_sep String createHTML concode_elem_sep String getName concode_elem_sep boolean inOverview concode_elem_sep boolean inMet... | boolean function ( ) { return true ; } |
4,220 | returns the next line in the wrapped reader . concode_field_sep BufferedReader bufferedReader concode_elem_sep String cachedLine concode_elem_sep boolean finished concode_field_sep String nextLine concode_elem_sep boolean hasNext concode_elem_sep boolean isValidLine concode_elem_sep void closeQuietly concode_elem_sep v... | Object function ( ) { return nextLine ( ) ; } |
4,221 | returns the complete command line with command and arguments concode_field_sep String name concode_elem_sep String parameters concode_field_sep void setName concode_elem_sep void setParameters concode_elem_sep String getName concode_elem_sep String getParameters concode_elem_sep String toString concode_elem_sep List<St... | StringBuilder function ( ) { if ( name == null ) { throw new JemRuntimeException ( "srini_string" ) ; } StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( name ) . append ( "srini_string" ) ; if ( parameters != null ) { loc0 . append ( parameters ) . append ( "srini_string" ) ; } return loc0 ; } |
4,222 | binds the shader for use . do this just before rendering . and then after binding you set uniforms . concode_field_sep int id concode_field_sep void unBind concode_elem_sep String read concode_elem_sep void uniformFloat concode_elem_sep void uniformBool concode_elem_sep void uniformInt concode_elem_sep void uniformPoin... | void function ( ) { glUseProgram ( this . id ) ; this . uniformMat4 ( "srini_string" , Engine . camera . getView ( ) ) ; this . uniformVec3 ( "srini_string" , Engine . camera . getPosition ( ) ) ; this . uniformMat4 ( "srini_string" , Engine . camera . getProjection ( ) ) ; if ( ! Engine . is2d ) { this . uniformScene ... |
4,223 | this is getter method for endtime concode_field_sep String calledNo concode_elem_sep String sessionStartTime concode_elem_sep String callDuration concode_elem_sep String transactionId concode_elem_sep long serialVersionUID concode_elem_sep String originator concode_elem_sep String senderMsisdn concode_elem_sep String a... | String function ( ) { return endTime ; } |
4,224 | adds the producer . concode_field_sep String KEYWORDS concode_elem_sep String PART concode_elem_sep String PRODUCER concode_elem_sep String VERSION concode_field_sep void setVersion concode_elem_sep void setKeywords | void function ( XMPMeta arg0 , String arg1 ) { arg0 . setProperty ( XMPConst . NS_PDF , PRODUCER , arg1 ) ; } |
4,225 | throws a generatorerror if the input list does n't have at least this many bytes left . concode_field_sep int charStart concode_elem_sep ByteList src concode_elem_sep int pos concode_elem_sep int srcEnd concode_elem_sep int quoteStart concode_elem_sep ThreadContext context concode_elem_sep ByteList out concode_field_se... | void function ( int arg0 ) { if ( pos + arg0 > srcEnd ) throw incompleteUtf8 ( ) ; } |
4,226 | returns the legacy l2g sys with the primary key or throws a de.uhh.l2g.plugins.migration.nosuchlegacyl2gsysexception if it could not be found . concode_field_sep LegacyL2gSysPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<... | de . uhh . l2g . plugins . migration . model . LegacyL2gSys function ( int arg0 ) { return getPersistence ( ) . findByPrimaryKey ( arg0 ) ; } |
4,227 | set the defaultmutabletreenode instance that wraps this instance 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 ... | void function ( DefaultMutableTreeNode arg0 ) { this . wrapper = arg0 ; } |
4,228 | increments the specified matrix element by a double value . concode_field_sep PlaceHolder placeHolder concode_field_sep double rowAverage concode_elem_sep double maxDouble concode_elem_sep void rowInitNormal concode_elem_sep List<Double> rowDifference concode_elem_sep void columnInitNormal concode_elem_sep int maxInteg... | void function ( Matrix < Double > arg0 , int arg1 , int arg2 , double arg3 ) { arg0 . data [ arg1 * arg0 . dim2 + arg2 ] = ( Double ) arg0 . data [ arg1 * arg0 . dim2 + arg2 ] + arg3 ; } |
4,229 | get all the gesture entry names in the library concode_field_sep boolean PROFILE_LOADING_SAVING concode_elem_sep boolean mChanged concode_elem_sep int SEQUENCE_INVARIANT concode_elem_sep int ORIENTATION_SENSITIVE concode_elem_sep Learner mClassifier concode_elem_sep int ORIENTATION_INVARIANT concode_elem_sep int mOrien... | Set < String > function ( ) { return mNamedGestures . keySet ( ) ; } |
4,230 | reset any internal state , allowing this builder to be recycled . concode_field_sep StringBuilder mSelection concode_elem_sep String TAG concode_elem_sep String TAG concode_elem_sep Map<String,String> mProjectionMap concode_elem_sep List<String> mUnique concode_elem_sep boolean notNull concode_elem_sep String mTable co... | SelectionBuilder function ( ) { mTable = null ; mSelection . setLength ( 0 ) ; mSelectionArgs . clear ( ) ; return this ; } |
4,231 | whether this converter should convert messages for which no content type could be resolved through the configured org.springframework.messaging.converter.contenttyperesolver . a converter can configured to be strict only when a #setcontenttyperesolver contenttyperesolver is configured and thelist of #getsupportedmimety... | void function ( boolean arg0 ) { if ( arg0 ) { Assert . notEmpty ( getSupportedMimeTypes ( ) , "srini_string" ) ; Assert . notNull ( getContentTypeResolver ( ) , "srini_string" ) ; } this . strictContentTypeMatch = arg0 ; } |
4,232 | returns the parent view of a tree node from the parent view annotation . concode_field_sep String TREE_NODE_POSITION concode_elem_sep String TREE_NODE_PARENT_URI concode_elem_sep String TREE_LAYOUT_ANNOTATION concode_field_sep int getTreeNodePosition concode_elem_sep ArrayList<IGraphicalEditPart> getOrderedTreeChildren... | View function ( View arg0 ) { final EAnnotation loc0 = arg0 . getEAnnotation ( TREE_LAYOUT_ANNOTATION ) ; if ( loc0 != null ) { return ( View ) arg0 . eResource ( ) . getEObject ( loc0 . getDetails ( ) . get ( TREE_NODE_PARENT_URI ) ) ; } return null ; } |
4,233 | runs the collectors in separate threads concode_field_sep List<Collector> collectorList concode_field_sep void addCollector | void function ( ) { Executor loc0 = Executors . newFixedThreadPool ( collectorList . size ( ) ) ; for ( Collector loc1 : collectorList ) { loc0 . execute ( loc1 ) ; } } |
4,234 | gets the set of android.animation.animator.animatorlistener objects that are currentlylistening for events on this animator object . concode_field_sep ArrayList<AnimatorListener> mListeners concode_field_sep void cancel concode_elem_sep Animator setDuration concode_elem_sep void setInterpolator concode_elem_sep void re... | ArrayList < AnimatorListener > function ( ) { return mListeners ; } |
4,235 | invoked when a mouse button has been pressed on a component . concode_field_sep Point lastMousePosition concode_elem_sep DocumentViewModel documentViewModel concode_elem_sep AbstractDocumentView parentComponent concode_elem_sep DocumentViewController documentViewController concode_field_sep void mouseReleased concode_e... | void function ( MouseEvent arg0 ) { if ( documentViewController != null && documentViewController . getDocumentViewModel ( ) . isViewToolModeSelected ( DocumentViewModel . DISPLAY_TOOL_PAN ) ) { documentViewController . setViewCursor ( DocumentViewController . CURSOR_HAND_CLOSE ) ; } } |
4,236 | gets the value of the offvalue property . concode_field_sep Layout layout concode_elem_sep String onValue concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String styling concode_elem_sep String offValue concode_elem_sep String flavour concode_elem_sep Boolean bindClickToWidget con... | String function ( ) { return offValue ; } |
4,237 | returns an exact copy of the entry concode_field_sep Object mData concode_elem_sep int mXIndex concode_elem_sep float mVal concode_field_sep float getVal concode_elem_sep int getXIndex concode_elem_sep void setData concode_elem_sep void setXIndex concode_elem_sep boolean equalTo concode_elem_sep String toString concode... | Entry function ( ) { Entry loc0 = new Entry ( mVal , mXIndex , mData ) ; return loc0 ; } |
4,238 | copy bytes from an inputstream to an outputstream . this method buffers the input internally , so there is no need to use a bufferedinputstream . concode_field_sep int DEFAULT_BUFFER_SIZE concode_field_sep byte[] toByteArray | int function ( InputStream arg0 , OutputStream arg1 ) { byte [ ] loc0 = new byte [ DEFAULT_BUFFER_SIZE ] ; int loc1 = 0 ; int loc2 = 0 ; while ( - 1 != ( loc2 = arg0 . read ( loc0 ) ) ) { arg1 . write ( loc0 , 0 , loc2 ) ; loc1 += loc2 ; } return loc1 ; } |
4,239 | sets the input layer for this neural network . concode_field_sep int mNumSteps concode_elem_sep double mTotalBias concode_elem_sep double mEpisodeBias concode_elem_sep NeuralNetwork<?> mNeuralNetwork concode_elem_sep int mNumEpisodes concode_elem_sep double mAccumulatedReward concode_elem_sep double mEpisodeReward conc... | void function ( final int arg0 , final InputFunction arg1 , final TransferFunction arg2 ) { final Layer loc0 = getLayer ( arg0 , arg1 , arg2 ) ; mNeuralNetwork . setInputNeurons ( loc0 . getNeurons ( ) ) ; mNeuralNetwork . addLayer ( 0 , loc0 ) ; } |
4,240 | gets a list of all the well known members . if there are no well known members , the list will be empty . concode_field_sep int CONNECTION_TIMEOUT_SEC concode_elem_sep String requiredMember concode_elem_sep List<String> members concode_elem_sep int connectionTimeoutSeconds concode_elem_sep boolean enabled concode_field... | List < String > function ( ) { if ( members == null ) { members = new ArrayList < String > ( ) ; } return members ; } |
4,241 | set the style to use for time types . concode_field_sep FormatStyle dateStyle concode_elem_sep FormatStyle timeStyle concode_elem_sep ISO iso concode_elem_sep String pattern concode_elem_sep TimeZone timeZone concode_field_sep void setIso concode_elem_sep void setDateStyle concode_elem_sep void setDateTimeStyle concode... | void function ( FormatStyle arg0 ) { this . timeStyle = arg0 ; } |
4,242 | return the suffix of the name . concode_field_sep char SEPARATOR concode_elem_sep String prefix concode_elem_sep String suffix concode_field_sep String getPrefix | String function ( ) { return ( suffix ) ; } |
4,243 | smooth predictions concode_field_sep boolean m_smoothPredictions concode_elem_sep double[] m_splitVals concode_elem_sep double m_minNumInstances concode_elem_sep int LEFT concode_elem_sep long serialVersionUID concode_elem_sep int[] m_splitAtts concode_elem_sep boolean m_regressionTree concode_elem_sep int RIGHT concod... | void function ( boolean arg0 ) { m_smoothPredictions = arg0 ; } |
4,244 | lists the keys in the jceksprovider concode_field_sep PrintStream initialStdOut concode_elem_sep ByteArrayOutputStream errContent concode_elem_sep PrintStream initialStdErr concode_elem_sep String jceksProvider concode_elem_sep ByteArrayOutputStream outContent concode_field_sep void testTransientProviderWarning concode... | String function ( KeyShell arg0 , boolean arg1 ) { int loc0 ; outContent . reset ( ) ; final String [ ] loc1 = { "srini_string" , "srini_string" , jceksProvider } ; final String [ ] loc2 = { "srini_string" , "srini_string" , "srini_string" , jceksProvider } ; loc0 = arg0 . run ( arg1 ? loc2 : loc1 ) ; assertEquals ( 0 ... |
4,245 | sets the userid concode_field_sep int loginTimeout 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 void setPassword concode_elem_sep... | void function ( String arg0 ) { this . user = arg0 ; } |
4,246 | returns true if this open type represents an array type . concode_field_sep String[] ALLOWED_CLASSNAMES concode_elem_sep String typeName concode_elem_sep String description concode_elem_sep String className concode_elem_sep long serialVersionUID concode_field_sep boolean isValue concode_elem_sep int hashCode concode_el... | boolean function ( ) { return className . startsWith ( "srini_string" ) ; } |
4,247 | gets the value of the forgotpwd property . concode_field_sep LogoutType logout concode_elem_sep SearchType search concode_elem_sep ForgotPWDType forgotPWD concode_elem_sep LoginType login concode_elem_sep RegisterType register concode_field_sep LoginType getLogin concode_elem_sep void setLogin concode_elem_sep void set... | ForgotPWDType function ( ) { return forgotPWD ; } |
4,248 | gets the value of the bookingconfirmationnumber property . concode_field_sep String bookingConfirmationNumber concode_elem_sep ExpressFreightDetailContact undeliverableContact concode_elem_sep Boolean packingListEnclosed concode_elem_sep Boolean referenceLabelRequested concode_elem_sep ExpressFreightDetailContact befor... | String function ( ) { return bookingConfirmationNumber ; } |
4,249 | implement the parcelable interface concode_field_sep Creator<WifiP2pInfo> CREATOR concode_elem_sep boolean isGroupOwner concode_elem_sep InetAddress groupOwnerAddress concode_elem_sep boolean groupFormed concode_field_sep WifiP2pInfo[] newArray concode_elem_sep String toString concode_elem_sep WifiP2pInfo createFromPar... | void function ( Parcel arg0 , int arg1 ) { arg0 . writeByte ( groupFormed ? ( byte ) 1 : ( byte ) 0 ) ; arg0 . writeByte ( isGroupOwner ? ( byte ) 1 : ( byte ) 0 ) ; if ( groupOwnerAddress != null ) { arg0 . writeByte ( ( byte ) 1 ) ; arg0 . writeByteArray ( groupOwnerAddress . getAddress ( ) ) ; } else { arg0 . writeB... |
4,250 | alias to doubleproperty string name , double defaultvalue concode_field_sep Logger logger concode_field_sep int intProperty concode_elem_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_sep double doubleProperty concode_elem_sep void setProperty concode_elem_sep void setSystemProperty c... | double function ( String arg0 , double arg1 ) { return doubleProperty ( arg0 , arg1 ) ; } |
4,251 | gets the value of the personid property . concode_field_sep Long personId concode_field_sep void setPersonId | Long function ( ) { return personId ; } |
4,252 | remove a child node from this node , if it is one . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep String getNa... | void function ( TreeNode arg0 ) { if ( children != null ) children . remove ( arg0 ) ; } |
4,253 | get custom serializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String lineItemActionType concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep java.lang.... | org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } |
4,254 | invoked once immediately after construction concode_field_sep PlaceHolder placeHolder concode_field_sep boolean permit | void function ( Map arg0 ) { } |
4,255 | tries to find appropriate help for argument . it can be argument help for positional argument or option help for option argument . concode_field_sep PlaceHolder placeHolder concode_field_sep Option findOptionForOptionArgument concode_elem_sep Argument findRealArgument concode_elem_sep ValidationResult getValidationResu... | Help function ( @ NotNull final CommandLineArgument arg0 ) { final Option loc0 = arg0 . findOptionForOptionArgument ( ) ; if ( loc0 != null ) { return loc0 . getHelp ( ) ; } final Argument loc1 = arg0 . findRealArgument ( ) ; return ( loc1 != null ? loc1 . getHelp ( ) : null ) ; } |
4,256 | application server calls this method to force any cleanup on the managedconnection instance . concode_field_sep ValidManagedConnectionFactory mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection ... | void function ( ) { } |
4,257 | flushes the output . concode_field_sep Hessian2Output _out concode_field_sep void writeObject concode_elem_sep void setCloseStreamOnClose concode_elem_sep boolean isCloseStreamOnClose concode_elem_sep void close | void function ( ) { _out . flush ( ) ; } |
4,258 | encodedata concode_field_sep Pattern CHECK_VARIABLE concode_field_sep String[] removeArrayElement concode_elem_sep String decodeData concode_elem_sep boolean checkVariable concode_elem_sep String fixupURI | String function ( String arg0 ) { return arg0 . replaceAll ( "srini_string" , "srini_string" ) . replaceAll ( "srini_string" , "srini_string" ) . replaceAll ( "srini_string" , "srini_string" ) ; } |
4,259 | returns a more detailed version of this event . concode_field_sep String summary concode_elem_sep long duration concode_elem_sep long startTime concode_elem_sep Place place concode_elem_sep String id concode_elem_sep String lang concode_elem_sep String url concode_field_sep Event setDuration concode_elem_sep JSONObject... | Event function ( ) { return place . getClient ( ) . getEvent ( place , id ) ; } |
4,260 | returns a constant identifying the rule type . concode_field_sep SelectorList selectorList concode_elem_sep short TYPE concode_elem_sep StyleDeclaration styleDeclaration concode_field_sep void setStyleDeclaration concode_elem_sep SelectorList getSelectorList concode_elem_sep StyleDeclaration getStyleDeclaration concode... | short function ( ) { return TYPE ; } |
4,261 | retrieves an hsqlsocketfactory whose subclass and attributes are determined by the specified argument , tls . concode_field_sep HsqlSocketFactory sslImpl concode_elem_sep HsqlSocketFactory plainImpl concode_field_sep Socket createSocket concode_elem_sep HsqlSocketFactory getPlainImpl concode_elem_sep HsqlSocketFactory ... | HsqlSocketFactory function ( boolean arg0 ) { return arg0 ? getSSLImpl ( ) : getPlainImpl ( ) ; } |
4,262 | returns display name for component . name is held in resource bundle . concode_field_sep ResourceBundle BUNDLE concode_field_sep String getDescription concode_elem_sep T getDefaultCellComponentServerState | String function ( ) { return BUNDLE . getString ( "srini_string" ) ; } |
4,263 | checks if is fragmented . concode_field_sep Opcode realOpcode concode_elem_sep long payloadLength concode_elem_sep int headerLength concode_elem_sep PayloadLengthType payloadLengthType concode_elem_sep boolean fragmented concode_elem_sep Opcode opcode concode_field_sep boolean isContinuation concode_elem_sep long getCo... | boolean function ( ) { return fragmented ; } |
4,264 | provider injectable loggers based around java util logging . concode_field_sep EntityManager em concode_field_sep placeholderType placeHolder | Logger function ( InjectionPoint arg0 ) { return Logger . getLogger ( arg0 . getMember ( ) . getDeclaringClass ( ) . getName ( ) ) ; } |
4,265 | implement routines for ehcache event notification . this is to allow explicitly cleaning the tool , page , group maps . concode_field_sep Map<String,Group> m_groups concode_elem_sep ServerConfigurationService serverConfigurationService concode_elem_sep int cacheEventCount concode_elem_sep Log M_log concode_elem_sep int... | int function ( ) { return cacheEventReportInterval ; } |
4,266 | gets the heading to be used for this column . concode_field_sep String heading concode_elem_sep String name concode_elem_sep boolean displayable concode_elem_sep FieldType type concode_field_sep void setName concode_elem_sep String getName concode_elem_sep FieldType getType concode_elem_sep void setHeading concode_elem... | String function ( ) { return heading ; } |
4,267 | the name of the cluster parameter group . concode_field_sep String parameterGroupName concode_elem_sep String parameterGroupFamily concode_elem_sep String description concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<Tag> tags concode_field_sep ClusterParameterGroup withDescription concode_elem_sep Stri... | void function ( String arg0 ) { this . parameterGroupName = arg0 ; } |
4,268 | resolves a path relative a base directory . this method does what `` new file base , path '' should do , if it was n't completely lame : if path is absolute , then a file for that path is returned ; if it 's not absolute , then a file is returned using `` path '' as a child of `` base '' concode_field_sep PlaceHolder p... | File function ( File arg0 , String arg1 ) { File loc0 = new File ( arg1 ) ; return loc0 . isAbsolute ( ) ? loc0 : new File ( arg0 , arg1 ) ; } |
4,269 | return true if the given data flavor is supported . concode_field_sep DataFlavor namedObjFlavor concode_elem_sep DataFlavor[] _flavors concode_elem_sep List _objectList concode_field_sep void addObject concode_elem_sep String _getMoML concode_elem_sep Object getTransferData concode_elem_sep DataFlavor[] getTransferData... | boolean function ( DataFlavor arg0 ) { int loc0 ; for ( loc0 = 0 ; loc0 < _flavors . length ; loc0 ++ ) { if ( _flavors [ loc0 ] . equals ( arg0 ) ) { return true ; } } return false ; } |
4,270 | write an int32 field , including tag , to the stream . concode_field_sep ByteBuf buf concode_elem_sep int TAG_TYPE_BITS concode_elem_sep Handle recyclerHandle concode_elem_sep Recycler<ByteBufCodedOutputStream> RECYCLER concode_field_sep void writeUInt64 concode_elem_sep void writeRawBytes concode_elem_sep void writeIn... | void function ( final int arg0 , final int arg1 ) { writeTag ( arg0 , WireFormat . WIRETYPE_VARINT ) ; writeInt32NoTag ( arg1 ) ; } |
4,271 | doc hcw comment method `` createui '' . concode_field_sep ScdManager scdManager concode_field_sep void createControls | void function ( Composite arg0 , ScdManager arg1 ) { arg1 . restoreUIData ( ) ; Shell loc0 = arg0 . getShell ( ) ; this . scdManager = arg1 ; createControls ( loc0 ) ; } |
4,272 | metodo que imprime todos los elementos de la pila este metodo es el unico que no es o 1 dentro de la pila puesto que se presta de lista doble concode_field_sep ListaDoble<T> pila concode_field_sep T pop concode_elem_sep int size concode_elem_sep boolean isEmpty concode_elem_sep void clear concode_elem_sep void push con... | void function ( ) { pila . print ( ) ; } |
4,273 | return type metadata object concode_field_sep com.marketo.www.mktows.ResultSyncLead result concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.encoding.Serializer getSerializer concode_ele... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
4,274 | returns the current status of the user this can be null if the instance if from status.getuser . concode_field_sep twitter4j.internal.http.HttpResponse res concode_elem_sep z_T4JInternalFactory factory concode_elem_sep User target concode_field_sep int getUtcOffset concode_elem_sep URL getProfileImageUrlHttps concode_e... | Status function ( ) { return getTarget ( ) . getStatus ( ) ; } |
4,275 | stop all registered beans that implement lifecycle and are currently running . any bean that implements smartlifecycle will be stopped within its ` phase ' , and all phases will be ordered from highest to lowest value . all beans that do not implement smartlifecycle will be stopped in the default phase 0 . a bean decla... | void function ( ) { stopBeans ( ) ; this . running = false ; } |
4,276 | mutator for the relatesto property . concode_field_sep List<QName> mustUnderstand concode_elem_sep EndpointReferenceType replyTo concode_elem_sep EndpointReferenceType faultTo concode_elem_sep AttributedURIType messageID concode_elem_sep AttributedURIType action concode_elem_sep EndpointReferenceType from concode_elem_... | void function ( RelatesToType arg0 ) { relatesTo = arg0 ; } |
4,277 | prints an image located at the uri . image types supported are those of android.graphics.bitmapfactory #decodestream java.io.inputstream android.graphics.bitmapfactory.decodestream java.io.inputstream concode_field_sep int mColorMode concode_elem_sep int SCALE_MODE_FIT concode_elem_sep int ORIENTATION_PORTRAIT concode_... | void function ( String arg0 , Uri arg1 , OnPrintFinishCallback arg2 ) { mImpl . printBitmap ( arg0 , arg1 , arg2 ) ; } |
4,278 | checks the state manager to see if an instance of the specified reference already exists in the cache . concode_field_sep PTrailer trailer concode_elem_sep int nextReferenceNumber concode_elem_sep Logger logger concode_elem_sep HashMap<Reference,PObject> changes concode_field_sep int compare concode_elem_sep boolean is... | boolean function ( Reference arg0 ) { return changes . containsKey ( arg0 ) ; } |
4,279 | returns true if the index file is available concode_field_sep FileWriter writer concode_elem_sep CachedQuadTree cachedTree concode_elem_sep ShpFiles shpFiles concode_elem_sep int DEFAULT_MAX_QIX_CACHE_SIZE concode_elem_sep ShapefileDataStore store concode_elem_sep Logger LOGGER concode_elem_sep int maxQixCacheSize conc... | boolean function ( ) { return shpFiles . isLocal ( ) && shpFiles . exists ( QIX ) ; } |
4,280 | gets item id . concode_field_sep Integer itemId concode_elem_sep List<String> owningInstitutionBibIds concode_elem_sep String deliveryLocation concode_elem_sep String institutionCode concode_elem_sep String itemStatus concode_elem_sep String reasonForFailure concode_elem_sep String customerCode concode_elem_sep String ... | Integer function ( ) { return itemId ; } |
4,281 | clone a document so it can be safely modified on a per-request basis . concode_field_sep String HTML_STRICT concode_elem_sep Charset ENC concode_field_sep void compact concode_elem_sep byte[] compress concode_elem_sep Element find concode_elem_sep String readFile concode_elem_sep String readFile concode_elem_sep Docume... | Document function ( Document arg0 ) { Document loc0 ; try { loc0 = newBuilder ( ) . newDocument ( ) ; } catch ( ParserConfigurationException loc1 ) { throw new IOException ( "srini_string" ) ; } Node loc2 = loc0 . importNode ( arg0 . getDocumentElement ( ) , true ) ; loc0 . appendChild ( loc2 ) ; return loc0 ; } |
4,282 | returns true if the given modules is required by this requirement set , false if not . only the unique name is checked . concode_field_sep ModuleInfo[] requires concode_elem_sep JAXBContext jaxbContext concode_field_sep void encode concode_elem_sep void setRequires concode_elem_sep String toString concode_elem_sep Modu... | boolean function ( String arg0 ) { for ( ModuleInfo loc0 : this . requires ) { if ( arg0 . compareTo ( loc0 . getName ( ) ) == 0 ) { return true ; } } return false ; } |
4,283 | this is a setter concode_field_sep boolean canceled concode_elem_sep boolean signedUp concode_elem_sep int UNLIMITED concode_elem_sep List<SignupParticipant> waitingList concode_elem_sep boolean onWaitList concode_elem_sep List<SignupParticipant> attendees concode_elem_sep boolean displayAttendees concode_elem_sep Date... | void function ( Date arg0 ) { this . startTime = arg0 ; } |
4,284 | gets the property value as text . concode_field_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep String value concode_field_sep String getJavaInitializationString concode_elem_sep Object getValue concode_elem_sep Component getCustomEditor concode_elem_sep boolean supportsCustomEditor concode_elem_sep vo... | String function ( ) { return value ; } |
4,285 | checks the state manager to see if an instance of the specified reference already exists in the cache . concode_field_sep PTrailer trailer concode_elem_sep int nextReferenceNumber concode_elem_sep Logger logger concode_elem_sep HashMap<Reference,PObject> changes concode_field_sep int compare concode_elem_sep boolean is... | boolean function ( Reference arg0 ) { return changes . containsKey ( arg0 ) ; } |
4,286 | returns the osgi service identifier . concode_field_sep SkinnyService _skinnyService concode_field_sep void setWrappedService concode_elem_sep java.util.List<com.liferay.skinny.model.SkinnyJournalArticle> getSkinnyJournalArticles concode_elem_sep java.util.List<com.liferay.skinny.model.SkinnyDDLRecord> getSkinnyDDLReco... | java . lang . String function ( ) { return _skinnyService . getOSGiServiceIdentifier ( ) ; } |
4,287 | set a relationship between two states with the given weight . concode_field_sep int idx concode_elem_sep int turn concode_elem_sep String type concode_elem_sep GraphViz gv concode_field_sep void printGraphToFile concode_elem_sep void setDecision concode_elem_sep void setCached concode_elem_sep void setState concode_ele... | void function ( State arg0 , float arg1 , State arg2 , int arg3 ) { if ( arg2 != null ) gv . addln ( getId ( arg0 ) + "srini_string" + getId ( arg2 ) + "srini_string" | n ) ; "srini_string" = $missing$ ; } |
4,288 | returns a cached instance if such is available or a new one is created . the returned instance is initialized from the given event . concode_field_sep Method METHOD_getMovementGranularity concode_elem_sep Class<?> CLASS_AccessibilityEvent concode_elem_sep Class<?> CLASS_AccessibilityRecord concode_elem_sep Method METHO... | AccessibilityEvent function ( AccessibilityEvent arg0 ) { final Parcel loc0 = Parcel . obtain ( ) ; arg0 . writeToParcel ( loc0 , 0 ) ; loc0 . setDataPosition ( 0 ) ; final AccessibilityEvent loc1 = AccessibilityEvent . CREATOR . createFromParcel ( loc0 ) ; loc0 . recycle ( ) ; return loc1 ; } |
4,289 | get the ldap . concode_field_sep LdapAuthentication ldap concode_elem_sep RealmKeystore truststore concode_field_sep Builder ldap concode_elem_sep Authentication build concode_elem_sep String toString concode_elem_sep Builder truststore concode_elem_sep RealmKeystore getTruststore | LdapAuthentication function ( ) { return ldap ; } |
4,290 | returns the value at the specified position in this array . concode_field_sep int MIN_CAPACITY_INCREMENT concode_elem_sep int mSize concode_elem_sep int[] mValues concode_field_sep void add concode_elem_sep void add concode_elem_sep int size concode_elem_sep void addAll concode_elem_sep void clear concode_elem_sep IntA... | int function ( int arg0 ) { if ( arg0 >= mSize ) { throw new ArrayIndexOutOfBoundsException ( mSize , arg0 ) ; } return mValues [ arg0 ] ; } |
4,291 | it clones the itemset ignoring the items that are non-frequent . concode_field_sep List<Item> items concode_elem_sep int beginning concode_elem_sep long timestamp concode_field_sep int getBeginning concode_elem_sep void removeItem concode_elem_sep Item removeItem concode_elem_sep void setBeginning concode_elem_sep Item... | Itemset function ( Map < Item , BitSet > arg0 , double arg1 ) { Itemset loc0 = new Itemset ( ) ; loc0 . timestamp = timestamp ; for ( Item loc1 : items ) { if ( arg0 . get ( loc1 ) != null ) { loc0 . addItem ( loc1 ) ; } } return loc0 ; } |
4,292 | use this if you need something updated after everything else concode_field_sep PlaceHolder placeHolder concode_field_sep void renderShadow concode_elem_sep void init concode_elem_sep void postRenderUniforms concode_elem_sep void update concode_elem_sep void kill concode_elem_sep void render | void function ( ) { } |
4,293 | init library with a null key in options rsc1 concode_field_sep boolean init8_logCalled concode_elem_sep boolean init9_logCalled concode_field_sep void init_port concode_elem_sep void init_key concode_elem_sep void init_log_handler concode_elem_sep void init_key_opts concode_elem_sep void init_host concode_elem_sep void... | void function ( ) { try { ClientOptions loc0 = new ClientOptions ( null ) ; new AblyRest ( loc0 ) ; fail ( "srini_string" ) ; } catch ( AblyException loc0 ) { } } |
4,294 | returns the critique of this behavior . concode_field_sep Action a concode_elem_sep State sprime concode_elem_sep State s concode_elem_sep double critique concode_field_sep State getSprime concode_elem_sep Action getA concode_elem_sep State getS | double function ( ) { return critique ; } |
4,295 | calculate the last cycle duration current time - last time cpu computation time concode_field_sep Long cycleDuration concode_elem_sep DecimalFormat twoDigit concode_field_sep Double getProcessCPUPower concode_elem_sep Double getProcessDiskPower | void function ( ) { PowerModel . cycleDuration = System . currentTimeMillis ( ) - Agent . lastCPUComputationTime ; Agent . lastCPUComputationTime = System . currentTimeMillis ( ) ; } |
4,296 | maps a javac/eclipse internal ast node to the appropriate ast.node object . concode_field_sep Map<N,L> nodeMap concode_elem_sep String fileName concode_elem_sep String packageDeclaration concode_elem_sep ImportList imports concode_elem_sep L top concode_elem_sep boolean changed concode_elem_sep Field field concode_elem... | L function ( N arg0 ) { return nodeMap . get ( arg0 ) ; } |
4,297 | skips characters from a file concode_field_sep PlaceHolder placeHolder concode_field_sep void writeChar concode_elem_sep boolean isDigit concode_elem_sep int readCharRawly concode_elem_sep String readLine concode_elem_sep String readFirstLine concode_elem_sep void writeString concode_elem_sep int readChar concode_elem_... | void function ( InputStreamReader arg0 , int arg1 ) { for ( int loc0 = 0 ; loc0 < arg1 ; loc0 ++ ) readChar ( arg0 ) ; } |
4,298 | equal objects should have equal hashcodes . concode_field_sep String value concode_field_sep String getValue concode_elem_sep boolean equals concode_elem_sep int getSpecificity | int function ( ) { return value == null ? - 1 : value . hashCode ( ) ; } |
4,299 | mark section end concode_field_sep String sectionName concode_elem_sep long sectionStart concode_elem_sep String TAG concode_field_sep void section | void function ( ) { if ( this . sectionName != null ) { Log . d ( TAG , "srini_string" + this . sectionName + "srini_string" + ( ActorTime . currentTime ( ) - sectionStart ) + "srini_string" ) ; this . sectionName = null ; } } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.