idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
2,900 | closes closeable , ignoring any checked exceptions . does nothing if closeable is null . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STRING_AR... | void function ( Closeable arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( RuntimeException loc0 ) { throw loc0 ; } catch ( Exception loc0 ) { } } } |
2,901 | returns the region of the layer that is considered valid . the default implementation of this will return the bounds of the layer , but this may be overridden . concode_field_sep boolean mUsesDefaultProgram concode_elem_sep Rect mPosition concode_elem_sep boolean mInTransaction concode_elem_sep FloatSize pageSize conco... | Region function ( RenderContext arg0 ) { return new Region ( RectUtils . round ( getBounds ( arg0 ) ) ) ; } |
2,902 | set the delegate to the readermodemanager . concode_field_sep FeedbackReporter sFeedbackReporter concode_elem_sep String DISTILLATION_QUALITY_BAD concode_elem_sep String DISTILLATION_QUALITY_KEY concode_elem_sep String DISTILLATION_QUALITY_GOOD concode_elem_sep ReaderModeManagerDelegate sManagerDelegate concode_field_s... | void function ( ReaderModeManagerDelegate arg0 ) { sManagerDelegate = arg0 ; } |
2,903 | helper method to clear all child nodes for a parent node . concode_field_sep String prefix concode_elem_sep SolrZkClient zookeeper concode_elem_sep String dir concode_field_sep boolean contains concode_elem_sep int size concode_elem_sep byte[] get concode_elem_sep void put concode_elem_sep boolean remove | void function ( ) { List < String > loc0 = zookeeper . getChildren ( dir , null , true ) ; for ( String loc1 : loc0 ) { zookeeper . delete ( dir + "srini_string" + loc1 , - 1 , true ) ; } } |
2,904 | sets the audience scope to use with google cloud endpoints . concode_field_sep boolean received401 concode_elem_sep GoogleAccountManager accountManager concode_elem_sep String accountName concode_elem_sep String scope concode_elem_sep Context context concode_elem_sep Account account concode_elem_sep String token concod... | GoogleAccountCredential function ( Context arg0 , String arg1 ) { Preconditions . checkArgument ( arg1 . length ( ) != 0 ) ; String loc0 = "srini_string" + arg1 ; return new GoogleAccountCredential ( arg0 , loc0 ) ; } |
2,905 | change the write delay concode_field_sep WeakReference<Database> databaseRef concode_elem_sep long lastIndexFlush concode_elem_sep boolean stop concode_elem_sep String oldLogFile concode_elem_sep int writeDelay concode_elem_sep long oldLogFileDelete concode_field_sep LogSystem getLog concode_elem_sep WriterThread creat... | void function ( int arg0 ) { LogSystem loc0 = getLog ( ) ; this . writeDelay = arg0 ; if ( arg0 < SysProperties . MIN_WRITE_DELAY ) { loc0 . setFlushOnEachCommit ( true ) ; } else { loc0 . setFlushOnEachCommit ( false ) ; } } |
2,906 | update the publishers limit for flow control as part of the conductor duty cycle . concode_field_sep int streamId concode_elem_sep int retransmitIndex concode_elem_sep SetupFlyweight setupHeader concode_elem_sep int initialTermId concode_elem_sep boolean shouldSendSetupFrame concode_elem_sep LogScanner[] retransmitLogS... | int function ( ) { final long loc0 = senderPosition . position ( ) + termWindowSize ; if ( publisherLimit . position ( ) != loc0 ) { publisherLimit . position ( loc0 ) ; return 1 ; } return 0 ; } |
2,907 | get the localised long description concode_field_sep boolean expert concode_elem_sep boolean forceWrite concode_elem_sep T defaultValue concode_elem_sep int sortOrder concode_elem_sep DataType dataType concode_elem_sep String name concode_elem_sep String shortDesc concode_elem_sep SubConfig config concode_elem_sep Stri... | String function ( ) { return getLocalisedLongDesc ( NodeL10n . getBase ( ) ) ; } |
2,908 | by default , assumes that the eobject is attached to an xml resource , and returns that . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep String getName concod... | XMLResource function ( EObject arg0 ) { return ( XMLResource ) arg0 . eResource ( ) ; } |
2,909 | puts an array of bytes into this byte vector . the byte vector is automatically enlarged if necessary . concode_field_sep byte[] data concode_elem_sep int length concode_field_sep ByteVector put12 concode_elem_sep ByteVector encodeUTF8 concode_elem_sep ByteVector putByte concode_elem_sep ByteVector putInt concode_elem_... | ByteVector function ( final byte [ ] arg0 , final int arg1 , final int arg2 ) { if ( length + arg2 > data . length ) { enlarge ( arg2 ) ; } if ( arg0 != null ) { System . arraycopy ( arg0 , arg1 , data , length , arg2 ) ; } length += arg2 ; return this ; } |
2,910 | returns the real path of the given uri . if the given uri is a content : / / uri , the real path is retrieved from the media store . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String stripFileProtocol concode_elem_sep String getMimeType concode_elem_sep String getMimeTypeForExtensi... | String function ( Uri arg0 , CordovaInterface arg1 ) { return FileHelper . getRealPath ( arg0 . toString ( ) , arg1 ) ; } |
2,911 | gets the value of the lrn property . concode_field_sep byte lrn concode_elem_sep long msisdn concode_elem_sep String circle concode_elem_sep byte status concode_elem_sep String customer concode_field_sep void setCustomer concode_elem_sep void setLRN concode_elem_sep String getCircle concode_elem_sep long getMSISDN conc... | byte function ( ) { return lrn ; } |
2,912 | access to the batch 's map of statements keyed by sql statement string . concode_field_sep JdbcCoordinator jdbcCoordinator concode_elem_sep CoreMessageLogger LOG concode_elem_sep LinkedHashMap<String,PreparedStatement> statements concode_elem_sep LinkedHashSet<BatchObserver> observers concode_elem_sep BatchKey key conc... | LinkedHashMap < String , PreparedStatement > function ( ) { return statements ; } |
2,913 | set the number of groups created during the sync event . concode_field_sep Integer membershipsCreated concode_elem_sep Integer groupsUpdated concode_elem_sep String statusDetail concode_elem_sep Integer usersRemoved concode_elem_sep Integer membershipsRemoved concode_elem_sep Integer usersCreated concode_elem_sep List<... | void function ( Integer arg0 ) { this . groupsCreated = arg0 ; } |
2,914 | gets the placementactiontype value for this placementaction . concode_field_sep java.lang.String placementActionType concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.description.TypeDes... | java . lang . String function ( ) { return placementActionType ; } |
2,915 | obtains producer config . concode_field_sep int ZK_CONNECTION_TIMEOUT concode_elem_sep int BROKER_PORT concode_elem_sep ZkUtils zkUtils concode_elem_sep TestingServer zkServer concode_elem_sep int ZK_SESSION_TIMEOUT concode_elem_sep String BROKER_HOST concode_elem_sep KafkaConfig kafkaCfg concode_elem_sep KafkaServer k... | Properties function ( ) { Properties loc0 = new Properties ( ) ; loc0 . put ( "srini_string" , getBrokerAddress ( ) ) ; loc0 . put ( "srini_string" , "srini_string" ) ; loc0 . put ( "srini_string" , "srini_string" ) ; return loc0 ; } |
2,916 | update the message digest with a single byte . concode_field_sep int xOff concode_elem_sep int mOff concode_elem_sep byte[] S concode_elem_sep int COff concode_elem_sep int DIGEST_LENGTH concode_elem_sep byte[] C concode_elem_sep byte[] M concode_elem_sep byte[] X concode_field_sep void processCheckSum concode_elem_sep... | void function ( byte arg0 ) { M [ mOff ++ ] = arg0 ; if ( mOff == 16 ) { processCheckSum ( M ) ; processBlock ( M ) ; mOff = 0 ; } } |
2,917 | respond to server 's sasl token . concode_field_sep String secretKeyId concode_elem_sep SecretKeyHolder secretKeyHolder concode_elem_sep Logger logger concode_elem_sep SaslClient saslClient concode_elem_sep String expectedQop concode_field_sep byte[] firstToken concode_elem_sep void dispose concode_elem_sep void handle... | byte [ ] function ( byte [ ] arg0 ) { try { return saslClient != null ? saslClient . evaluateChallenge ( arg0 ) : new byte [ 0 ] ; } catch ( SaslException loc1 ) { throw Throwables . propagate ( loc1 ) ; } } |
2,918 | gets the value of the href property . concode_field_sep String role concode_elem_sep PrimeMeridianAltType primeMeridianAlt 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 String type concod... | String function ( ) { return href ; } |
2,919 | add a split for the current time , labeled with splitlabel . if log.isloggable was not enabled to at least the log.verbose for the specified tag at construction or reset time then this call does nothing . concode_field_sep ArrayList<Long> mSplits concode_elem_sep ArrayList<String> mSplitLabels concode_elem_sep boolean ... | void function ( String arg0 ) { if ( mDisabled ) return ; long loc0 = SystemClock . elapsedRealtime ( ) ; mSplits . add ( loc0 ) ; mSplitLabels . add ( arg0 ) ; } |
2,920 | sets the value of the title property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep ShowType show concode_elem_sep ActuateType actuate concode_elem_sep String href concode_elem_sep TypeType type concode_elem_sep String title concode_elem_sep List<Object> content concode_field_sep Strin... | void function ( String arg0 ) { this . title = arg0 ; } |
2,921 | deletes the recent layout set branch from the database . also notifies the appropriate model listeners . concode_field_sep RecentLayoutSetBranchLocalService _recentLayoutSetBranchLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep void delete... | com . liferay . portal . model . RecentLayoutSetBranch function ( com . liferay . portal . model . RecentLayoutSetBranch arg0 ) { return _recentLayoutSetBranchLocalService . deleteRecentLayoutSetBranch ( arg0 ) ; } |
2,922 | test that a transaction-scoped jmscontext is properly cleaned up after the transaction completion . concode_field_sep String QUEUE_NAME_FOR_TRANSACTION_SCOPE concode_elem_sep ConnectionFactory factory concode_elem_sep BeanManagedMessageConsumer transactedConsumer concode_elem_sep Queue queueForTransactionScope concode_... | void function ( ) { String loc0 = UUID . randomUUID ( ) . toString ( ) ; try ( JMSContext loc1 = factory . createContext ( ) ) { loc1 . createProducer ( ) . setDeliveryMode ( NON_PERSISTENT ) . send ( queueForTransactionScope , loc0 ) ; assertTrue ( transactedConsumer . receive ( queueForTransactionScope , loc0 ) ) ; }... |
2,923 | sets the value of the status property . concode_field_sep String featureName concode_elem_sep long serialVersionUID concode_elem_sep BigInteger amountNeededInCents concode_elem_sep String status concode_field_sep String getFeatureName concode_elem_sep void setAmountNeededInCents concode_elem_sep BigInteger getAmountNee... | void function ( String arg0 ) { this . status = arg0 ; } |
2,924 | description . concode_field_sep PlaceHolder placeHolder concode_field_sep void test2 concode_elem_sep void test concode_elem_sep void InputJavadocMethodsNotSkipWritten | String function ( int arg0 ) { return "srini_string" ; } |
2,925 | returns whether this sink can be restarted . concode_field_sep PlaceHolder placeHolder concode_field_sep long add concode_elem_sep SinkWriter<T> writer concode_elem_sep void close | boolean function ( ) { return false ; } |
2,926 | method getfinishedtime returns the finishedtime of this cascadingstats object . concode_field_sep Throwable throwable concode_elem_sep String name concode_elem_sep Status status concode_elem_sep long finishedTime concode_elem_sep long startTime concode_field_sep void markRunning concode_elem_sep long getCurrentDuration... | long function ( ) { return finishedTime ; } |
2,927 | create an aggregate based map/reduce job . concode_field_sep PlaceHolder placeHolder concode_field_sep JobControl createValueAggregatorJobs concode_elem_sep JobControl createValueAggregatorJobs concode_elem_sep void main concode_elem_sep void setAggregatorDescriptors | JobConf function ( String arg0 [ ] ) { return createValueAggregatorJob ( arg0 , ValueAggregator . class ) ; } |
2,928 | used to retrieve the plugin tool 's descriptive name . this can be a longer name containing spaces and is used in the interface to list the tool . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep i... | String function ( ) { return "srini_string" ; } |
2,929 | returns the tick unit in the collection that is greater than or equal to the specified size . concode_field_sep List tickUnits concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep TickUnit getLargerTickUnit concode_elem_sep int size concode_elem_sep TickUnit get concode_elem_sep boolean eq... | TickUnit function ( double arg0 ) { return getCeilingTickUnit ( new NumberTickUnit ( arg0 , NumberFormat . getInstance ( ) ) ) ; } |
2,930 | returns a string representation for the given bundle event . concode_field_sep String EMPTY_STRING concode_elem_sep Constants BUNDLE_STATES concode_elem_sep Constants FRAMEWORK_EVENTS concode_elem_sep String UNKNOWN_EVENT_TYPE concode_elem_sep Constants SERVICE_EVENTS concode_elem_sep String NULL_STRING concode_elem_se... | String function ( BundleEvent arg0 ) { if ( arg0 == null ) return NULL_STRING ; try { return BUNDLE_EVENTS . toCode ( Integer . valueOf ( arg0 . getType ( ) ) , EMPTY_STRING ) ; } catch ( ConstantException loc0 ) { return UNKNOWN_EVENT_TYPE ; } } |
2,931 | pads a string with 0x0000 characters so that its length is a multiple of 4 . concode_field_sep long EPOCH_DIFF concode_field_sep boolean equal concode_elem_sep boolean internalEquals concode_elem_sep byte[] cat concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep Date filetimeToDate concode_... | char [ ] function ( final String arg0 ) { return pad4 ( arg0 . toCharArray ( ) ) ; } |
2,932 | sets the second databyte concode_field_sep byte data2 concode_elem_sep byte data1 concode_field_sep List<Byte> getDataBytes concode_elem_sep byte getId concode_elem_sep void parse concode_elem_sep byte getData1 concode_elem_sep byte getData2 concode_elem_sep void setData1 | void function ( byte arg0 ) { this . data2 = arg0 ; } |
2,933 | reads an integer from the stream . concode_field_sep ByteArrayByteStream bs concode_field_sep String readLastAsciiString concode_elem_sep void unReadInt concode_elem_sep String readAsciiString concode_elem_sep long available concode_elem_sep void skip concode_elem_sep void seek concode_elem_sep char readChar concode_el... | int function ( ) { final int loc0 = bs . readByte ( ) ; final int loc1 = bs . readByte ( ) ; final int loc2 = bs . readByte ( ) ; final int loc3 = bs . readByte ( ) ; return ( loc3 << 24 ) + ( loc2 << 16 ) + ( loc1 << 8 ) + loc0 ; } |
2,934 | returns the number of juryses . concode_field_sep JurysLocalService _service concode_field_sep com.jio.portlet.jurys.model.Jurys getJurys concode_elem_sep com.jio.portlet.jurys.model.Jurys createJurys concode_elem_sep com.jio.portlet.jurys.model.Jurys deleteJurys concode_elem_sep com.jio.portlet.jurys.model.Jurys delet... | int function ( ) { return getService ( ) . getJurysesCount ( ) ; } |
2,935 | resets this instance to its default state . this method is meant to be used when recycling cssnode instances . concode_field_sep CSSNode mParent concode_elem_sep CSSStyle style concode_elem_sep CSSNode nextChild concode_elem_sep ArrayList<CSSNode> mChildren concode_elem_sep int lineIndex concode_elem_sep boolean mIsTex... | void function ( ) { if ( mParent != null || ( mChildren != null && mChildren . size ( ) > 0 ) ) { throw new IllegalStateException ( "srini_string" ) ; } style . reset ( ) ; layout . resetResult ( ) ; lineIndex = 0 ; mLayoutState = LayoutState . DIRTY ; } |
2,936 | gets the action attribute value from the specified event for the given name . action attributes are specified by < f : attribute / > . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext co... | String function ( ActionEvent arg0 , String arg1 ) { return ( String ) arg0 . getComponent ( ) . getAttributes ( ) . get ( arg1 ) ; } |
2,937 | get the schedulingerror value . concode_field_sep int retryCount concode_elem_sep DateTime lastRetryTime concode_elem_sep Integer exitCode concode_elem_sep DateTime startTime concode_elem_sep StartTaskState state concode_elem_sep DateTime endTime concode_elem_sep TaskSchedulingError schedulingError concode_field_sep in... | TaskSchedulingError function ( ) { return this . schedulingError ; } |
2,938 | returns the eigenvalue at the specified index . concode_field_sep DenseMatrix64F Q concode_elem_sep SymmetricQREigenHelper helper concode_elem_sep boolean fastEigenvalues concode_elem_sep double eigenvalues[] concode_elem_sep int maxIterations concode_elem_sep boolean followingScript concode_elem_sep int exceptionalThr... | double function ( int arg0 ) { return helper . diag [ arg0 ] ; } |
2,939 | replaces all opening an closing tags with < or > . concode_field_sep PlaceHolder placeHolder concode_field_sep String expandTabs concode_elem_sep String normalize concode_elem_sep List<String> normalize concode_elem_sep String join concode_elem_sep List<String> wrapText concode_elem_sep String wrapText | String function ( String arg0 ) { return arg0 . replace ( "srini_string" , "srini_string" ) . replace ( "srini_string" , "srini_string" ) ; } |
2,940 | returns skin name . concode_field_sep String author concode_elem_sep String name concode_elem_sep String supportedSystems concode_elem_sep String description concode_elem_sep String skinClass concode_elem_sep List<ComponentStyle> styles concode_elem_sep String id concode_elem_sep Map<SupportedComponent,Map<String,Compo... | String function ( ) { return name ; } |
2,941 | see row_format element of create_table ddl for hive . concode_field_sep boolean ifNotExists concode_elem_sep HCatTable hcatTable concode_field_sep Builder tblProps concode_elem_sep String getLocation concode_elem_sep int getNumBuckets concode_elem_sep List<HCatFieldSchema> getPartitionCols concode_elem_sep List<Order> ... | Builder function ( char arg0 ) { return serdeParam ( serdeConstants . ESCAPE_CHAR , Character . toString ( arg0 ) ) ; } |
2,942 | returns the number of groups in the map . concode_field_sep Comparable defaultGroup concode_elem_sep long serialVersionUID concode_elem_sep Map keyToGroupMap concode_elem_sep List groups concode_field_sep int getGroupIndex concode_elem_sep Comparable getGroup concode_elem_sep boolean equals concode_elem_sep Object clon... | int function ( ) { return this . groups . size ( ) + 1 ; } |
2,943 | checks if the specified clazz is double or double . concode_field_sep IExceptionRegistry exceptionRegistry concode_elem_sep Logger LOG concode_field_sep boolean isBytePrimitiveType concode_elem_sep boolean isIntPrimitiveType concode_elem_sep IRangeQueryOptimized createRangeQueryOptimized concode_elem_sep boolean isChar... | boolean function ( final Class < ? > arg0 ) { if ( double . class . equals ( arg0 ) || Double . class . equals ( arg0 ) ) { return true ; } else { return false ; } } |
2,944 | sets the value of the cmsmessage property . concode_field_sep byte[] cmsMessage concode_field_sep byte[] getCMSMessage | void function ( byte [ ] arg0 ) { this . cmsMessage = arg0 ; } |
2,945 | create an instance of ratmtbpmsdt.asuntos concode_field_sep PlaceHolder placeHolder concode_field_sep RATmtBPMSDT.Asuntos.RATmtBPMSDTAsuntosItem.Tramites.RATmtBPMSDTAsuntosItemTramitesItem createRATmtBPMSDTAsuntosRATmtBPMSDTAsuntosItemTramitesRATmtBPMSDTAsuntosItemTramitesItem concode_elem_sep RATmtBPMSDT.Asuntos.RATmt... | RATmtBPMSDT . Asuntos function ( ) { return new RATmtBPMSDT . Asuntos ( ) ; } |
2,946 | moves the folder to the recycle bin . concode_field_sep DLAppHelperLocalService _service concode_field_sep com.liferay.portal.kernel.repository.model.Folder moveFolderFromTrash concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void deleteFolder concode_elem_sep void restoreFileShortcutFromTras... | com . liferay . portal . kernel . repository . model . Folder function ( long arg0 , com . liferay . portal . kernel . repository . model . Folder arg1 ) { return getService ( ) . moveFolderToTrash ( arg0 , arg1 ) ; } |
2,947 | lifetime scope of this method depends on the operations performed on any cached tables since this row or the parameter were constructed . if only deletes or only inserts have been performed , this method remains valid . otherwise it can return invalid results . concode_field_sep Node nPrimaryNode concode_elem_sep Objec... | boolean function ( Object arg0 ) { if ( arg0 == this ) { return true ; } if ( arg0 instanceof Row ) { return ( ( Row ) arg0 ) . iPos == iPos ; } return false ; } |
2,948 | returns a non-null set of property names from context #properties that this extensionintends to implement . this will prevent autovalue from generating an implementation , and remove the supplied properties from builders , constructors , tostring , equals , and hashcode . the default set returned by this method is empt... | Set < String > function ( Context arg0 ) { return Collections . emptySet ( ) ; } |
2,949 | returns a complete list of the keys in the counter . concode_field_sep int refCount concode_elem_sep Object id concode_elem_sep Map mapIdToRec concode_elem_sep Object value concode_field_sep int removeRef concode_elem_sep int removeRef concode_elem_sep boolean isNotReferenced concode_elem_sep Object getValue concode_el... | Set function ( ) { return mapIdToRec . keySet ( ) ; } |
2,950 | returns the type of attribute that this object will return on a call to evaluate . this is always a boolean , since that 's all that a condition is allowed to return . concode_field_sep Expression expression concode_elem_sep List<Expression> children concode_elem_sep Function function concode_elem_sep URI booleanIdenti... | URI function ( ) { return booleanIdentifier ; } |
2,951 | helper to map an excel row to a string so we can use the same methods to process it as the csv concode_field_sep PlaceHolder placeHolder concode_field_sep ImportColumn parseHeaderForImportColumn concode_elem_sep String trim concode_elem_sep Map<Integer,ImportColumn> mapHeaderRow | String [ ] function ( final Row arg0 ) { final int loc0 = arg0 . getPhysicalNumberOfCells ( ) ; final String [ ] loc1 = new String [ loc0 ] ; int loc2 = 0 ; for ( final Cell loc3 : arg0 ) { loc3 . setCellType ( Cell . CELL_TYPE_STRING ) ; loc1 [ loc2 ] = trim ( loc3 . getStringCellValue ( ) ) ; loc2 ++ ; } return loc1 ... |
2,952 | sets the errormsg value for this moviecart . concode_field_sep java.lang.String cartStatus concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep int qty concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep int movieId concode_elem_sep int user... | void function ( java . lang . String arg0 ) { this . errorMsg = arg0 ; } |
2,953 | checks if this entry is a a symlink . concode_field_sep Integer permissions concode_elem_sep Long atime concode_elem_sep Long mtime concode_elem_sep Long size concode_elem_sep Integer gid concode_elem_sep Integer uid concode_field_sep boolean isRegularFile concode_elem_sep String getOctalPermissions concode_elem_sep bo... | boolean function ( ) { if ( permissions == null ) return false ; return ( ( permissions . intValue ( ) & 0120000 ) != 0 ) ; } |
2,954 | the application id . concode_field_sep java.util.Date createTime concode_elem_sep String applicationId concode_elem_sep Boolean linkedToGitHub concode_elem_sep String applicationName concode_field_sep void setLinkedToGitHub concode_elem_sep String getApplicationId concode_elem_sep ApplicationInfo withApplicationId conc... | void function ( String arg0 ) { this . applicationId = arg0 ; } |
2,955 | closes this channel and releases the contained socket and the stream resources . concode_field_sep IChannelClosedListener channelClosedListener concode_elem_sep ByteArrayOutputStream byteBufferOutStream concode_elem_sep DataInputStream inStream concode_elem_sep SwitchableLogger logger concode_elem_sep DataOutputStream ... | void function ( ) { try { inStream . close ( ) ; } catch ( IOException loc0 ) { } try { outStream . close ( ) ; } catch ( IOException loc0 ) { } try { socket . close ( ) ; } catch ( IOException loc0 ) { } thread . interrupt ( ) ; } |
2,956 | extracts the first word from a timezone displayname . concode_field_sep DateFormat selectedFormat concode_elem_sep int[] pacificXCoords concode_elem_sep int[] nfldXCoords concode_elem_sep int[] easternYCoords concode_elem_sep int[] alaskaYCoords concode_elem_sep int[] pacificYCoords concode_elem_sep ArrayList allTimeZo... | String function ( String arg0 ) { if ( arg0 == null ) { arg0 = "srini_string" ; } else { int loc0 = arg0 . indexOf ( ' ' ) ; if ( loc0 != - 1 ) { arg0 = arg0 . substring ( 0 , loc0 ) ; } } return arg0 ; } |
2,957 | returns the mips share of each pe that is allocated to a given vm . concode_field_sep List<? extends Pe> peList concode_elem_sep ArrayList<Integer> vmQueue concode_elem_sep List<Vm> vmsMigratingIn concode_elem_sep RamProvisioner ramProvisioner concode_elem_sep VmScheduler vmScheduler concode_elem_sep List<? extends Vm>... | List < Double > function ( Vm arg0 ) { return getVmScheduler ( ) . getAllocatedMipsForVm ( arg0 ) ; } |
2,958 | returns this element 's y offset relative to its parent . concode_field_sep Elements<?> _parent concode_elem_sep Dimension _size concode_elem_sep int _flags concode_elem_sep GroupLayer layer concode_elem_sep Layout.Constraint _constraint concode_elem_sep Dimension _preferredSize concode_elem_sep Styles _styles concode_... | float function ( ) { return layer . transform ( ) . ty ( ) ; } |
2,959 | obtains the clipboard copy/paste support utility , if any , for the specified eobject . if there is not clipboard support implementation provided for this eobject , then a default implementation is provided that implements semantics similar to the org.eclipse.emf.ecore.util.ecoreutil.copier class . concode_field_sep St... | IClipboardSupport function ( EObject arg0 ) { IClipboardSupport loc0 = DefaultClipboardSupport . getInstance ( ) ; IClipboardSupportFactory loc1 = ClipboardSupportManager . lookup ( arg0 ) ; if ( loc1 != null ) { loc0 = loc1 . newClipboardSupport ( arg0 . eClass ( ) . getEPackage ( ) ) ; } return loc0 ; } |
2,960 | change threshold r for post-processing concode_field_sep String defaultModels concode_elem_sep SegmentationSystem machine concode_field_sep String segmentTokenizedText concode_elem_sep List<String> segmentSentences concode_elem_sep String segment | void function ( double arg0 ) { this . machine . setR ( arg0 ) ; } |
2,961 | is true if the request succeeds , and an error otherwise . concode_field_sep Boolean returnValue concode_field_sep Boolean getReturn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setReturn concode_elem_sep ModifySpotFleetRequestResult clone concode_elem_sep String toString concode_... | Boolean function ( ) { return this . returnValue ; } |
2,962 | get the strong checksum in hexadecimal format . concode_field_sep byte[] strong concode_elem_sep long offset concode_elem_sep int length concode_elem_sep int seq concode_elem_sep int weak concode_field_sep byte[] getStrong concode_elem_sep int hashCode concode_elem_sep long getOffset concode_elem_sep boolean equals con... | String function ( ) { return Util . toHexString ( strong ) ; } |
2,963 | generates a simple exemplar of this class to test serialization . concode_field_sep long serialVersionUID concode_elem_sep Evidence evidence concode_elem_sep Node variable concode_field_sep Evidence getEvidence concode_elem_sep void setVariable concode_elem_sep Node getVariable concode_elem_sep void readObject concode_... | UpdaterParams function ( ) { return new UpdaterParams ( ) ; } |
2,964 | gets an input stream for the corresponding file . concode_field_sep int DEFAULT_MAX_SIZE concode_elem_sep String CONFIG_FILE_NAME concode_elem_sep int _maxSize concode_elem_sep LinkedList _mruFileList concode_field_sep String[] getMRUFileList concode_elem_sep void set concode_elem_sep void set concode_elem_sep String g... | InputStream function ( File arg0 ) { BufferedInputStream loc0 = new BufferedInputStream ( new FileInputStream ( arg0 ) ) ; return loc0 ; } |
2,965 | retrieves all patient filters concode_field_sep Set<Patient> patients concode_elem_sep Set<String> accessCodes concode_elem_sep boolean includeExpired concode_elem_sep Long id concode_elem_sep Team team concode_elem_sep Encounter encounter concode_field_sep ScheduledProgramSearchFilter with concode_elem_sep Set<String>... | Set < Patient > function ( ) { return patients ; } |
2,966 | getbasetype concode_field_sep String m_basetype concode_elem_sep String m_stpprotocolspecification concode_elem_sep int m_stprootnodeid concode_elem_sep String m_lastPollTime concode_elem_sep String m_basebridgeaddress concode_elem_sep String m_stprootcost concode_elem_sep String m_basenumports concode_elem_sep String ... | String function ( ) { return m_basetype ; } |
2,967 | checks whether the two tokens have the same index . hence equality is only defined through the position of the token in the sentence . concode_field_sep int index concode_elem_sep HashMap<TokenProperty,String> tokenProperties concode_field_sep String getProperty concode_elem_sep int getIndex concode_elem_sep boolean pr... | boolean function ( Object arg0 ) { if ( this == arg0 ) return true ; if ( arg0 == null || getClass ( ) != arg0 . getClass ( ) ) return false ; Token loc0 = ( Token ) arg0 ; return index == loc0 . index ; } |
2,968 | a string , present if there are more aliases . concode_field_sep String nextMarker concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<AliasConfiguration> aliases concode_field_sep java.util.List<AliasConfiguration> getAliases concode_elem_sep int hashCode concode_elem_sep void setAliases concode_elem_sep... | String function ( ) { return nextMarker ; } |
2,969 | get the free space in external storage concode_field_sep String LOG_TAG concode_field_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep boolean testFileExists concode_elem_sep long getFreeSpaceInBytes | long function ( ) { String loc0 = Environment . getExternalStorageState ( ) ; long loc1 = 0 ; if ( loc0 . equals ( Environment . MEDIA_MOUNTED ) ) { loc1 = getFreeSpaceInBytes ( Environment . getExternalStorageDirectory ( ) . getPath ( ) ) ; } else { return - 1 ; } return loc1 / 1024 ; } |
2,970 | sets the value of the value property . concode_field_sep java.lang.String id concode_elem_sep java.lang.String value concode_field_sep java.lang.String getValue concode_elem_sep void setId concode_elem_sep java.lang.String getId | void function ( final java . lang . String arg0 ) { this . value = arg0 ; } |
2,971 | returns com.ibm.as400.access.as400datatype #type_structure type_structure . concode_field_sep AS400DataType[] elements_ concode_elem_sep Object[] defaultValue_ concode_elem_sep Object elementsLock_ concode_elem_sep boolean allowChanges_ concode_elem_sep long serialVersionUID concode_field_sep int getByteLength concode_... | int function ( ) { return AS400DataType . TYPE_STRUCTURE ; } |
2,972 | get custom deserializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.google.api.ads.dfp.axis.v201405.Value[] values concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_el... | org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } |
2,973 | returns the marker from the list that should be displayed . this takes into account the priority and visible attributes of the marker . concode_field_sep Map markerTypeMap concode_elem_sep String DECORATION_MARKER_PROVIDER_CONFIG_NAME concode_elem_sep String DECORATION_MARKER_PROVIDER_MARKER_TYPE_ATTR concode_elem_sep ... | IMarker function ( List arg0 ) { return getDisplayMarker ( arg0 . iterator ( ) , null ) ; } |
2,974 | check if an object is equal to this label . concode_field_sep boolean startsBlock concode_elem_sep int index concode_elem_sep String comment concode_elem_sep boolean TRACE concode_field_sep boolean startsBlock concode_elem_sep void setStartsBlock concode_elem_sep int hashCode concode_elem_sep void setComment concode_el... | boolean function ( final Object arg0 ) { return ( ( arg0 instanceof Label ) && ( ( ( Label ) arg0 ) . index == index ) ) ; } |
2,975 | all decideruledsheetassociations , in ordered order concode_field_sep SortedSet<DecideRuledSheetAssociation> ruleAssociations concode_elem_sep Logger logger concode_elem_sep BeanFactory beanFactory concode_elem_sep NavigableMap<String,List<String>> sheetNamesBySurt concode_elem_sep Map<String,Sheet> sheetsByName concod... | SortedSet < DecideRuledSheetAssociation > function ( ) { return this . ruleAssociations ; } |
2,976 | krad conversion : getting field label concode_field_sep ReadOnlyRenderer readOnlyRenderer concode_elem_sep List<Field> fields concode_field_sep String endReadOnlyLabel concode_elem_sep List<Field> getFields concode_elem_sep String renderEmptyCell concode_elem_sep String beginReadOnlyValue concode_elem_sep String endRea... | String function ( Field arg0 ) { return arg0 . getFieldLabel ( ) ; } |
2,977 | adds a new keyword with the given output . during search , if the keyword is matched , output will be one of the yielded elements in searchresults.getoutputs . concode_field_sep boolean prepared concode_elem_sep State root concode_field_sep void prepare concode_elem_sep Iterator<SearchResult> search concode_elem_sep Se... | void function ( byte [ ] arg0 , int arg1 ) { if ( this . prepared ) throw new IllegalStateException ( "srini_string" ) ; State loc0 = this . root . extendAll ( arg0 ) ; loc0 . addOutput ( arg1 ) ; } |
2,978 | generates the code using velocity . this is used to create the tostring method body and it 's javadoc . concode_field_sep Logger logger concode_field_sep void handleException concode_elem_sep PsiElementClassMember[] combineToClassMemberList concode_elem_sep List<PsiMember> convertClassMembersToPsiMembers concode_elem_s... | String function ( PsiClass arg0 , Collection < ? extends PsiMember > arg1 , Map < String , String > arg2 , String arg3 , int arg4 , boolean arg5 ) { return velocityGenerateCode ( arg0 , arg1 , Collections . < PsiMember > emptyList ( ) , arg2 , Collections . < String , Object > emptyMap ( ) , arg3 , arg4 , arg5 , false ... |
2,979 | gets the value of the password property . concode_field_sep String empID concode_elem_sep String password concode_elem_sep String managerID concode_elem_sep String designation concode_field_sep void setPassword concode_elem_sep String getDesignation concode_elem_sep String getManagerID concode_elem_sep void setManagerI... | String function ( ) { return password ; } |
2,980 | returns the list of all non-default urls provided by the framework or user-defined for the given server type . concode_field_sep PlaceHolder placeHolder concode_field_sep void openUrl concode_elem_sep List<AbstractCloudFoundryUrl> getAllUrls concode_elem_sep AbstractCloudFoundryUrl getDefaultUrl concode_elem_sep CloudO... | List < AbstractCloudFoundryUrl > function ( String arg0 ) { return CloudServerUIUtil . getUrls ( arg0 , null ) ; } |
2,981 | invoked when a mouse button has been pressed on a component . concode_field_sep Point lastMousePosition concode_elem_sep DocumentViewController documentViewController concode_field_sep void mouseReleased concode_elem_sep void mouseDragged concode_elem_sep void mouseExited concode_elem_sep void mouseEntered concode_elem... | void function ( MouseEvent arg0 ) { if ( documentViewController != null && documentViewController . getDocumentViewModel ( ) . isViewToolModeSelected ( DocumentViewModel . DISPLAY_TOOL_PAN ) ) { documentViewController . setViewCursor ( DocumentViewController . CURSOR_HAND_CLOSE ) ; } } |
2,982 | creates an uninitializedmessageexception for messagetype . concode_field_sep ExtensionRegistryLite EMPTY_REGISTRY concode_field_sep MessageType parseDelimitedFrom concode_elem_sep MessageType parseDelimitedFrom concode_elem_sep MessageType parsePartialDelimitedFrom concode_elem_sep MessageType parsePartialDelimitedFrom... | UninitializedMessageException function ( MessageType arg0 ) { if ( arg0 instanceof AbstractMessageLite ) { return ( ( AbstractMessageLite ) arg0 ) . newUninitializedMessageException ( ) ; } return new UninitializedMessageException ( arg0 ) ; } |
2,983 | constructs a new instance of ubic.gemma.model.expression.analysis.expressionanalysisresult . concode_field_sep PlaceHolder placeHolder concode_field_sep int compare | DifferentialExpressionAnalysisResultComparator function ( ) { return new DifferentialExpressionAnalysisResultComparator ( ) ; } |
2,984 | initialize the underlying vault . concode_field_sep int iterationCount concode_elem_sep String salt concode_elem_sep String keystorePassword concode_elem_sep String vaultAlias concode_elem_sep Charset CHARSET concode_elem_sep String encryptionDirectory concode_elem_sep boolean createKeystore concode_elem_sep String key... | void function ( ) { try { this . vault = SecurityVaultFactory . get ( ) ; this . vault . init ( getVaultOptionsMap ( ) ) ; handshake ( ) ; } catch ( SecurityVaultException loc0 ) { throw SecurityLogger . ROOT_LOGGER . securityVaultException ( loc0 ) ; } } |
2,985 | downloads the entire resource instead of part . concode_field_sep Collection<String> REDIRECTOR_DOMAINS concode_elem_sep String TAG concode_field_sep String getEncoding concode_elem_sep URI unredirect concode_elem_sep CharSequence consume | CharSequence function ( String arg0 , ContentType arg1 ) { return downloadViaHttp ( arg0 , arg1 , Integer . MAX_VALUE ) ; } |
2,986 | continue indexing after it has paused . no new document limit will be set concode_field_sep CountDownLatch startLatch concode_elem_sep CopyOnWriteArrayList<Throwable> failures concode_elem_sep int minFieldSize concode_elem_sep int maxFieldSize concode_elem_sep ESLogger logger concode_elem_sep CountDownLatch stopLatch c... | void function ( ) { continueIndexing ( - 1 ) ; } |
2,987 | a list of source fields to map to the field . constraints : pattern : \ s a-z a-z0-9 _ \ ? \ s , \ s a-z a-z0-9 _ \ ? \ s concode_field_sep String sourceFields concode_elem_sep Boolean returnEnabled concode_elem_sep Long defaultValue concode_elem_sep Boolean facetEnabled concode_elem_sep Boolean searchEnabled concode_f... | void function ( String arg0 ) { this . sourceFields = arg0 ; } |
2,988 | remove all agent identifiers from the sniffed-agents slot collection of this object . concode_field_sep List sniffedAgents concode_elem_sep AID sniffer concode_elem_sep String password concode_field_sep Iterator getAllSniffedAgents concode_elem_sep void setPassword concode_elem_sep String getPassword concode_elem_sep A... | void function ( ) { sniffedAgents . clear ( ) ; } |
2,989 | return a list of all recurrenceinstance objects generated by this rule within the given time range , based on the prototype first range , in time order . concode_field_sep List m_ranges concode_elem_sep Logger M_log concode_field_sep int getInterval concode_elem_sep void set concode_elem_sep void excludeInstances conco... | List function ( TimeRange arg0 , TimeRange arg1 , TimeZone arg2 ) { return new Vector ( ) ; } |
2,990 | get first concode_field_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep Logger log concode_elem_sep Byte first concode_elem_sep ResourceAdapter ra concode_elem_sep Short second concode_field_sep void setSecond concode_elem_sep ManagedConnection createManagedConnection concode_elem_sep ... | Byte function ( ) { return first ; } |
2,991 | run du on local drives . it must be synchronized from caller . concode_field_sep FsVolumeImpl volume concode_elem_sep File tmpDir concode_elem_sep DU dfsUsage concode_elem_sep File rbwDir concode_elem_sep File currentDir concode_elem_sep String bpid concode_elem_sep LDir finalizedDir concode_field_sep File getFinalized... | void function ( long arg0 ) { dfsUsage . decDfsUsed ( arg0 ) ; } |
2,992 | set the border of tooltip ; concode_field_sep int mTextResId concode_elem_sep boolean mShowBorder concode_elem_sep long mAnimationDuration concode_elem_sep int mTipArcSize concode_elem_sep int mBorderColor concode_elem_sep int mHorizontalPadding concode_elem_sep int mBorderRadius concode_elem_sep View mContentView conc... | ToolTip function ( ) { mShowBorder = true ; return this ; } |
2,993 | write the #value field to the given stream.this method first writes the array size as corba long and then calls the org.omg.corba.portable.outputstream #write_ulong_array . concode_field_sep ArrayTypeCode typecode concode_elem_sep int[] value concode_field_sep void _read concode_elem_sep TypeCode _type | void function ( OutputStream arg0 ) { arg0 . write_long ( value . length ) ; arg0 . write_ulong_array ( value , 0 , value . length ) ; } |
2,994 | returns a range of all the d d m template versions . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.qu... | java . util . List < com . liferay . dynamic . data . mapping . model . DDMTemplateVersion > function ( int arg0 , int arg1 ) { return _ddmTemplateVersionLocalService . getDDMTemplateVersions ( arg0 , arg1 ) ; } |
2,995 | writes the 8-bit char to the binary output stream . concode_field_sep int buffer concode_elem_sep int n concode_elem_sep BufferedOutputStream out concode_field_sep void writeByte concode_elem_sep void flush concode_elem_sep void clearBuffer concode_elem_sep void main concode_elem_sep void close concode_elem_sep void wr... | void function ( char arg0 ) { if ( arg0 < 0 || arg0 >= 256 ) throw new IllegalArgumentException ( "srini_string" + arg0 ) ; writeByte ( arg0 ) ; } |
2,996 | set the value value . concode_field_sep Base64Url value concode_elem_sep JsonWebKeySignatureAlgorithm algorithm concode_field_sep KeySignParameters withAlgorithm concode_elem_sep byte[] value concode_elem_sep JsonWebKeySignatureAlgorithm algorithm | KeySignParameters function ( byte [ ] arg0 ) { if ( arg0 == null ) { this . value = null ; } else { this . value = Base64Url . encode ( arg0 ) ; } return this ; } |
2,997 | get the value of source concode_field_sep Blob metaSerial concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String source concode_elem_sep String title concode_elem_sep Date pubDate concode_elem_sep Blob boxesSerial concode_field_sep Blob getPuzzleSerial concode_elem_sep void setSource co... | String function ( ) { return this . source ; } |
2,998 | gets the jmsredelivered from the message . concode_field_sep PlaceHolder placeHolder concode_field_sep Object getProperty concode_elem_sep void setCorrelationId concode_elem_sep boolean isQueuePrefix concode_elem_sep String normalizeDestinationName concode_elem_sep String normalizeDestinationName concode_elem_sep Objec... | Boolean function ( Message arg0 ) { try { return arg0 . getJMSRedelivered ( ) ; } catch ( Exception loc0 ) { } return null ; } |
2,999 | returns a new configurationutils instance with all inline values resolved . concode_field_sep PlaceHolder placeHolder concode_field_sep void parseDocument concode_elem_sep void injectDefaults concode_elem_sep void load concode_elem_sep void copy | Configuration function ( Configuration arg0 ) { Configuration loc0 = new Configuration ( false ) ; for ( Map . Entry < String , String > loc1 : arg0 ) { loc0 . set ( loc1 . getKey ( ) , arg0 . get ( loc1 . getKey ( ) ) ) ; } return loc0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.