idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
23,200 | gets the value of the label property . concode_field_sep String playerIpAddr concode_elem_sep Boolean debug concode_elem_sep String playerPort concode_elem_sep String refresh concode_elem_sep String label concode_field_sep Boolean isDebug concode_elem_sep String getPlayerPort concode_elem_sep String getPlayerIpAddr con... | String function ( ) { return label ; } |
23,201 | 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_elem_sep String DEFAULT_SSL_PROVIDER_CLASS concode_elem_sep String DEFAULT_SSL_PROVIDER_NAME concode_field_sep So... | HsqlSocketFactory function ( boolean arg0 ) { return arg0 ? getSSLImpl ( ) : getPlainImpl ( ) ; } |
23,202 | for hibernate concode_field_sep Chromosome representative concode_elem_sep String CHROMOSOME_TAG concode_elem_sep Chromosome fittest concode_elem_sep String ID_TAG concode_elem_sep String SPECIE_TAG concode_elem_sep String COUNT_TAG concode_elem_sep List chromosomes concode_elem_sep Long id concode_elem_sep SpeciationP... | Long function ( ) { return id ; } |
23,203 | gets the object that represents this value expected to match the output data type concode_field_sep OutputType dataType concode_elem_sep String opType concode_elem_sep String measurementType concode_elem_sep String MEASUREMENT_SEP concode_elem_sep String STRING_SEP concode_elem_sep Object value concode_elem_sep String ... | Object function ( ) { return value ; } |
23,204 | creates a new object of the same class as this object . concode_field_sep PlaceHolder placeHolder concode_field_sep double getHeight concode_elem_sep void setSize concode_elem_sep void setSize concode_elem_sep double getWidth | Object function ( ) { try { return super . clone ( ) ; } catch ( CloneNotSupportedException loc0 ) { throw new InternalError ( loc0 ) ; } } |
23,205 | comutes the buffer for a geometry for a given buffer distance and accuracy of approximation . concode_field_sep Geometry argGeom concode_elem_sep BufferParameters bufParams concode_elem_sep int MAX_PRECISION_DIGITS concode_elem_sep RuntimeException saveException concode_elem_sep double distance concode_elem_sep int CAP... | Geometry function ( Geometry arg0 , double arg1 , int arg2 ) { BufferOp loc0 = new BufferOp ( arg0 ) ; loc0 . setQuadrantSegments ( arg2 ) ; Geometry loc1 = loc0 . getResultGeometry ( arg1 ) ; return loc1 ; } |
23,206 | gets the value of the pathtype property . concode_field_sep String path concode_elem_sep String id concode_elem_sep String pathType concode_field_sep void setPathType concode_elem_sep String getPath concode_elem_sep void setId concode_elem_sep void setPath concode_elem_sep String getId | String function ( ) { if ( pathType == null ) { return "srini_string" ; } else { return pathType ; } } |
23,207 | called after a job has its configuration updated . concode_field_sep Logger LOGGER concode_field_sep ExtensionList<ItemListener> all concode_elem_sep void fireOnCopied concode_elem_sep void fireOnDeleted concode_elem_sep void fireLocationChange concode_elem_sep void onRenamed concode_elem_sep void forAll concode_elem_s... | void function ( Item arg0 ) { } |
23,208 | gets the will message concode_field_sep int port concode_elem_sep int connectAttemptsMax concode_elem_sep String clientId concode_elem_sep QoS willQos concode_elem_sep String userName concode_elem_sep boolean cleanSession concode_elem_sep short keepAliveInterval concode_elem_sep boolean willRetain concode_elem_sep Stri... | String function ( ) { return willMessage ; } |
23,209 | returns number of files in the snapshot concode_field_sep SnapshotShardsStats shardsStats concode_elem_sep ImmutableList<SnapshotIndexShardStatus> shards concode_elem_sep SnapshotId snapshotId concode_elem_sep XContentBuilderString STATE concode_elem_sep SnapshotStats stats concode_elem_sep XContentBuilderString SNAPSH... | SnapshotStats function ( ) { return stats ; } |
23,210 | calcula el tiempo en minutos y segundos desde que fue creado el mensaje hasta el momento pasado por parametro concode_field_sep ArrayList<String> comments concode_elem_sep String message concode_elem_sep String username concode_elem_sep long timestamp concode_elem_sep int likes concode_field_sep void like concode_elem_... | String function ( long arg0 ) { long loc0 = ( arg0 - timestamp ) ; int loc1 = ( int ) ( loc0 / 1000 ) ; int loc2 = ( loc1 / 60 ) ; loc1 -= loc2 * 60 ; String loc3 = loc2 + "srini_string" + loc1 + "srini_string" ; return loc3 ; } |
23,211 | returns the number of url lists stored by the renderer . concode_field_sep long serialVersionUID concode_elem_sep ArrayList urlSeries concode_field_sep String generateURL concode_elem_sep int getURLCount concode_elem_sep String getURL concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep void a... | int function ( ) { return this . urlSeries . size ( ) ; } |
23,212 | allows external classes to specify a new keylistener to use concode_field_sep Font consoleFont concode_elem_sep int ydim concode_elem_sep SwingConsoleFrame targetFrame concode_elem_sep int ypos concode_elem_sep Position caretPosition concode_elem_sep int xpos concode_elem_sep Properties configuration concode_elem_sep C... | void function ( KeyListener arg0 ) { targetFrame . addKeyListener ( arg0 ) ; } |
23,213 | gets the value of the statusdate property . concode_field_sep XMLGregorianCalendar statusDate concode_elem_sep String statusDescription concode_elem_sep String statusReasonDesc concode_elem_sep String statusReasonCode concode_elem_sep long serialVersionUID concode_elem_sep SubscriberStatusCodeEnum statusCode concode_fi... | XMLGregorianCalendar function ( ) { return statusDate ; } |
23,214 | starts the server threads . concode_field_sep BinRpcNetworkService networkService concode_elem_sep HomematicCallbackReceiver callbackReceiver concode_elem_sep Logger logger concode_elem_sep HomematicConfig config concode_elem_sep Thread networkServiceThread concode_field_sep void shutdown | void function ( ) { logger . info ( "srini_string" , this . getClass ( ) . getSimpleName ( ) , config . getCallbackPort ( ) ) ; networkService = new BinRpcNetworkService ( callbackReceiver ) ; networkServiceThread = new Thread ( networkService ) ; networkServiceThread . start ( ) ; } |
23,215 | sets the maxitems value for this wsextractusingtransformerthruview . concode_field_sep int maxItems concode_elem_sep int spellTreshold concode_elem_sep org.talend.mdm.webservice.WSWhereItem whereItem concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.talend.mdm.webservice.WSTransformerPK wsTransformerP... | void function ( int arg0 ) { this . maxItems = arg0 ; } |
23,216 | salesforce login url , defaults to https://login.salesforce.com concode_field_sep String password concode_elem_sep String clientId concode_elem_sep boolean lazyLogin concode_elem_sep String loginUrl concode_elem_sep String DEFAULT_LOGIN_URL concode_elem_sep String clientSecret concode_elem_sep String userName concode_e... | void function ( String arg0 ) { this . loginUrl = arg0 ; } |
23,217 | checks for equality between a value and valuetomatch . if the value is an array each item in the array is matched against valuetomatch and if any of those matches it 's considereda match . concode_field_sep Object[] valuesToMatch concode_elem_sep ValueMatcher HAS concode_elem_sep Pattern pattern concode_elem_sep Object... | ValueMatcher function ( Object arg0 ) { return new ExactAnyMatcher ( arg0 ) ; } |
23,218 | maximum number of retries when binding to a port before giving up . concode_field_sep ConfigProvider conf concode_field_sep int ioRetryWaitTimeMs concode_elem_sep String ioMode concode_elem_sep int serverThreads concode_elem_sep int receiveBuf concode_elem_sep int maxSaslEncryptedBlockSize concode_elem_sep int sendBuf ... | int function ( ) { return conf . getInt ( "srini_string" , 16 ) ; } |
23,219 | whether connections to as/400 are secured with ssl . concode_field_sep SearchType searchType concode_elem_sep Logger LOG concode_elem_sep AS400ConnectionPool connectionPool concode_elem_sep String searchKey concode_elem_sep Jt400Type type concode_elem_sep String userID concode_elem_sep boolean keyed concode_elem_sep St... | void function ( boolean arg0 ) { this . secured = arg0 ; } |
23,220 | writes a graph to the specified path . concode_field_sep PlaceHolder placeHolder concode_field_sep Graph<E> read concode_elem_sep Graph<E> read concode_elem_sep Graph<E> read concode_elem_sep Graph<E> read concode_elem_sep Graph<E> readReader | void function ( Graph < E > arg0 , String arg1 ) { write ( arg0 , FileSystems . getDefault ( ) . getPath ( arg1 ) ) ; } |
23,221 | disposes of the security handler instance . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_elem_sep boolean foundJCE concode_field_sep byte[] getEncryptionKey concode_elem_sep boolean isAuthorized concode_elem_sep Encrypti... | void function ( ) { } |
23,222 | read a genbank dna sequence concode_field_sep Logger logger concode_field_sep LinkedHashMap<String,ProteinSequence> readGenbankProteinSequence concode_elem_sep LinkedHashMap<String,ProteinSequence> readGenbankProteinSequence concode_elem_sep LinkedHashMap<String,ProteinSequence> readGenbankProteinSequence concode_elem_... | LinkedHashMap < String , DNASequence > function ( InputStream arg0 ) { loc0 < DNASequence , NucleotideCompound > loc0 = new loc0 < DNASequence , NucleotideCompound > ( arg0 , new GenericGenbankHeaderParser < DNASequence , NucleotideCompound > ( ) , new DNASequenceCreator ( DNACompoundSet . getDNACompoundSet ( ) ) ) ; r... |
23,223 | returns author of the channel . concode_field_sep URL siteURL concode_elem_sep long creationTime concode_elem_sep String author concode_elem_sep String format concode_elem_sep String description concode_elem_sep long updatePeriod concode_elem_sep String language concode_elem_sep String title concode_elem_sep Item[] ite... | String function ( ) { return author ; } |
23,224 | returns true if this connection is idle . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep Socket socket concode_elem_sep byte[] SPDY3 ... | boolean function ( ) { return spdyConnection == null || spdyConnection . isIdle ( ) ; } |
23,225 | 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 ; } |
23,226 | convert a string representation of hexadecimal to a byte array . for example : string s = `` 00010203 '' returned byte array is 0x00 , 0x01 , 0x03 concode_field_sep String HEXES concode_field_sep boolean[] getBits concode_elem_sep int fromHex concode_elem_sep Date resolveDateTime concode_elem_sep String toHex concode_e... | byte [ ] function ( String arg0 ) { int loc0 = arg0 . length ( ) ; byte [ ] loc1 = new byte [ loc0 / 2 ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 += 2 ) { loc1 [ loc2 / 2 ] = ( byte ) ( ( Character . digit ( arg0 . charAt ( loc2 ) , 16 ) << 4 ) + Character . digit ( arg0 . charAt ( loc2 + 1 ) , 16 ) ) ; } return loc1 ... |
23,227 | remove the appender passed as parameter form the list of attached appenders . concode_field_sep Vector appenderList concode_field_sep void addAppender concode_elem_sep void removeAllAppenders concode_elem_sep Appender getAppender concode_elem_sep boolean isAttached concode_elem_sep Enumeration getAllAppenders concode_e... | void function ( Appender arg0 ) { if ( arg0 == null || appenderList == null ) return ; appenderList . removeElement ( arg0 ) ; } |
23,228 | get an integer that is returned as a result of a query . concode_field_sep PlaceHolder placeHolder concode_field_sep Connection openDBConnection concode_elem_sep String testConnection concode_elem_sep void closeDBConnection concode_elem_sep Connection openDBConnectionSQL concode_elem_sep void executeUpdate concode_elem... | int function ( Connection arg0 , String arg1 ) { Statement loc0 = arg0 . createStatement ( ) ; ResultSet loc1 = loc0 . executeQuery ( arg1 ) ; int loc2 = Integer . MIN_VALUE ; if ( loc1 . next ( ) ) { loc2 = loc1 . getInt ( 1 ) ; } loc1 . close ( ) ; loc0 . close ( ) ; return loc2 ; } |
23,229 | set the initial date for this journal . transactions with a postdate less than this start date are rejected by org.jpos.gl.rule.canpost . concode_field_sep Set permissions concode_elem_sep Date start concode_elem_sep String name concode_elem_sep Set layers concode_elem_sep boolean closed concode_elem_sep Date end conco... | void function ( Date arg0 ) { this . start = arg0 ; } |
23,230 | save user concode_field_sep AccessRightsDao accessRightsDao concode_elem_sep UserDao userDao concode_field_sep Users getByEmail | void function ( Users arg0 ) { userDao . save ( arg0 ) ; AccessRights loc0 = new AccessRights ( ) ; loc0 . setAuthority ( "srini_string" ) ; loc0 . setUser ( arg0 ) ; accessRightsDao . save ( loc0 ) ; } |
23,231 | unset the configurationcontextservice from servicereferenceholder instance concode_field_sep Log log concode_elem_sep AppManagerConfigurationService amConfigService concode_elem_sep BundleContext bundleContext concode_field_sep void activate concode_elem_sep void setConfigurationContextService concode_elem_sep void dea... | void function ( ConfigurationContextService arg0 ) { if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" ) ; } ServiceReferenceHolder . getInstance ( ) . setConfigurationContextService ( null ) ; } |
23,232 | the maximum distance from the center point that the documents can be . mongodb limits the results to those documents that fall within the specified distance from the center point . concode_field_sep Long maxDocuments concode_elem_sep Query query concode_elem_sep Boolean spherical concode_elem_sep Long limit concode_ele... | Double function ( ) { return maxDistance ; } |
23,233 | does subdual damage to the combatant concode_field_sep int duration concode_elem_sep SystemInitiative init concode_elem_sep int number concode_elem_sep String comType concode_elem_sep State status concode_elem_sep List<Effect> effects concode_elem_sep SystemHP hitPoints concode_field_sep void setDuration concode_elem_s... | void function ( int arg0 ) { setStatus ( hitPoints . subdualDamage ( arg0 ) ) ; } |
23,234 | processes a method with this optimization step . concode_field_sep SsaMethod ssaMeth concode_field_sep int getParamIndex concode_elem_sep void run | void function ( SsaMethod arg0 ) { new MoveParamCombiner ( arg0 ) . run ( ) ; } |
23,235 | create proxy object for interfaceadapter . the proxy should call interfaceadapter #invoke contextfactory , object , scriptable , method , object as implementation of interface methods associated with proxyhelper . concode_field_sep VMBridge instance concode_field_sep Iterator<?> getJavaIterator concode_elem_sep Object ... | Object function ( Object arg0 , ContextFactory arg1 , InterfaceAdapter arg2 , Object arg3 , Scriptable arg4 ) { throw Context . reportRuntimeError ( "srini_string" ) ; } |
23,236 | get the repository id . concode_field_sep String id concode_field_sep StructureToPass read concode_elem_sep TypeCode type concode_elem_sep void write | String function ( ) { return id ; } |
23,237 | solves the transformation matrix system of linear equations for the given right-hand side vector . concode_field_sep Coordinate dest2 concode_elem_sep Coordinate src1 concode_elem_sep Coordinate src0 concode_elem_sep Coordinate src2 concode_elem_sep double m00 concode_elem_sep double m11 concode_elem_sep double m10 con... | double [ ] function ( double [ ] arg0 ) { double [ ] [ ] loc0 = new double [ ] [ ] { { src0 . x , src0 . y , 1 } , { src1 . x , src1 . y , 1 } , { src2 . x , src2 . y , 1 } } ; return Matrix . solve ( loc0 , arg0 ) ; } |
23,238 | checks whether or not this circle contains a given point . concode_field_sep float x concode_elem_sep float y concode_elem_sep float radius concode_field_sep float area concode_elem_sep void setY concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep voi... | boolean function ( float arg0 , float arg1 ) { arg0 = this . x - arg0 ; arg1 = this . y - arg1 ; return arg0 * arg0 + arg1 * arg1 <= radius * radius ; } |
23,239 | stops the agent thread . concode_field_sep PluginDatabaseSystem pluginDatabaseSystem concode_elem_sep BitcoinCryptoNetworkDatabaseDao dao concode_elem_sep int AGENT_DELAY concode_elem_sep UUID pluginId concode_elem_sep EventManager eventManager concode_elem_sep boolean isSupossedToBeRunning concode_field_sep void raise... | void function ( ) { isSupossedToBeRunning = false ; } |
23,240 | check whether this cachedtranslator 's cache contains a translation of the text from the source language to the target language . concode_field_sep HashMap<String,LRUMap<String,String>> cache concode_elem_sep Translator translator concode_elem_sep int MAX_ENTRIES concode_elem_sep int INITIAL_ENTRIES concode_field_sep b... | boolean function ( String arg0 , String arg1 , String arg2 ) { HashMap < String , String > loc0 = getTranslationCache ( arg1 , arg2 ) ; return loc0 . containsKey ( arg0 ) ; } |
23,241 | messaged when the user has altered the value for the item identified by path to newvalue . if newvalue signifies a truly new value the model should post a treenodeschanged event . concode_field_sep DatabaseMetaData metadata concode_elem_sep int CATALOG concode_elem_sep ArrayList children concode_elem_sep Logger LOGGER ... | void function ( TreePath arg0 , Object arg1 ) { } |
23,242 | set the created date concode_field_sep int UNKNOWN concode_elem_sep String owner concode_elem_sep int UNIX concode_elem_sep Date created concode_elem_sep long size concode_elem_sep String raw concode_elem_sep int type concode_elem_sep int VMS concode_elem_sep String path concode_elem_sep String linkedname concode_elem_... | void function ( Date arg0 ) { created = arg0 ; } |
23,243 | get custom deserializer concode_field_sep java.lang.Integer startIndex concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.... | 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 ) ; } |
23,244 | set the time . concode_field_sep String mContactReference concode_elem_sep String mMessage concode_elem_sep String mFriendKey concode_elem_sep String mTitle concode_elem_sep int mCount concode_elem_sep String mProfileImageUri concode_elem_sep long mTime concode_elem_sep long mSourceId concode_elem_sep String mName conc... | void function ( long arg0 ) { mTime = arg0 ; } |
23,245 | was this message signed by a tsig ? concode_field_sep int tsigstart concode_elem_sep int MAXLENGTH concode_elem_sep Record[] emptyRecordArray concode_elem_sep TSIG tsigkey concode_elem_sep int sig0start concode_elem_sep List[] sections concode_elem_sep int TSIG_INTERMEDIATE concode_elem_sep int TSIG_FAILED concode_elem... | boolean function ( ) { return ( tsigState == TSIG_SIGNED || tsigState == TSIG_VERIFIED || tsigState == TSIG_FAILED ) ; } |
23,246 | rearranges the array in ascending order , using the natural order . concode_field_sep PlaceHolder placeHolder concode_field_sep void exch concode_elem_sep void show concode_elem_sep void main concode_elem_sep boolean less concode_elem_sep boolean isSorted concode_elem_sep boolean isSorted concode_elem_sep boolean eq | void function ( Comparable [ ] arg0 ) { StdRandom . shuffle ( arg0 ) ; sort ( arg0 , 0 , arg0 . length - 1 ) ; assert isSorted ( arg0 ) ; } |
23,247 | register handler for unhandled exceptions with a new handler . concode_field_sep String[] stackTraceFileList concode_elem_sep String TAG concode_field_sep void submitStackTraces concode_elem_sep String[] searchForStackTraces concode_elem_sep void onStackTrace | void function ( Context arg0 , StackTraceHandler arg1 ) { Log . i ( TAG , "srini_string" + arg1 . toString ( ) ) ; G . STH = arg1 ; register ( arg0 ) ; } |
23,248 | creates an instance of defaulthttprequestfactory to be usedby http connections for creating httprequest objects . this method can be overridden in a super class in order to provide a different implementation of the httprequestfactory interface . concode_field_sep SSLSetupHandler sslHandler concode_elem_sep NHttpService... | HttpRequestFactory function ( ) { return new DefaultHttpRequestFactory ( ) ; } |
23,249 | special setter concode_field_sep boolean receiveEmailByOwner concode_elem_sep List<SignupTimeslot> signupTimeSlots concode_elem_sep String creatorUserId concode_elem_sep boolean createGroups concode_elem_sep Calendar cal concode_elem_sep net.fortuna.ical4j.model.component.VEvent vevent concode_elem_sep String currentSi... | void function ( Date arg0 ) { this . startTime = truncateSeconds ( arg0 ) ; } |
23,250 | extract the corba principal from this any concode_field_sep long serialVersionUID concode_field_sep void insert_Streamable concode_elem_sep Any extract_any concode_elem_sep void insert_wchar concode_elem_sep TypeCode extract_TypeCode concode_elem_sep void insert_ushort concode_elem_sep void insert_boolean concode_elem_... | Principal function ( ) { throw new NO_IMPLEMENT ( ) ; } |
23,251 | create an immutable set from the supplied items . concode_field_sep PlaceHolder placeHolder concode_field_sep Set<T> emptySet | Set < T > function ( Collection < T > arg0 ) { if ( arg0 == null || arg0 . isEmpty ( ) ) return emptySet ( ) ; return java . util . Collections . unmodifiableSet ( new LinkedHashSet < > ( arg0 ) ) ; } |
23,252 | create an empty project if this project does not exist . concode_field_sep PlaceHolder placeHolder concode_field_sep IProject getTargetProject concode_elem_sep void refreshTargetProject concode_elem_sep File getTargetFolder concode_elem_sep FeatureConfiguration getOutletFeatureConfiguration concode_elem_sep boolean get... | boolean function ( IProject arg0 ) { if ( ! arg0 . exists ( ) ) { try { NullProgressMonitor loc0 = new NullProgressMonitor ( ) ; arg0 . create ( loc0 ) ; arg0 . open ( loc0 ) ; return true ; } catch ( CoreException loc0 ) { loc0 . printStackTrace ( ) ; } } return false ; } |
23,253 | a convenience function that sanitizes a string of html and reports the names of rejected element and attributes to listener . concode_field_sep ImmutableMap<String,ElementAndAttributePolicies> policies concode_elem_sep ImmutableMap<String,AttributePolicy> globalAttrPolicies concode_elem_sep ImmutableSet<String> textCon... | String function ( @ Nullable String arg0 , @ Nullable HtmlChangeListener < CTX > arg1 , @ Nullable CTX arg2 ) { if ( arg0 == null ) { return "srini_string" ; } StringBuilder loc0 = new StringBuilder ( arg0 . length ( ) ) ; HtmlSanitizer . sanitize ( arg0 , apply ( HtmlStreamRenderer . create ( loc0 , Handler . DO_NOTHI... |
23,254 | create an instance of abcorder.orderitems.item concode_field_sep PlaceHolder placeHolder concode_field_sep ABCOrder createABCOrder concode_elem_sep ABCOrder.OrderItems createABCOrderOrderItems concode_elem_sep ABCOrder.Header createABCOrderHeader | ABCOrder . OrderItems . Item function ( ) { return new ABCOrder . OrderItems . Item ( ) ; } |
23,255 | returns the request uri of the specified request , including the query string if any . if this request is a forwarded wrapped request , the request is first unwrapped . this method is most commonly useful when using request dispatchers to forward from one servlet to another . this method differs from the following getf... | String function ( HttpServletRequest arg0 ) { arg0 = unwrap ( arg0 ) ; String loc0 = arg0 . getRequestURI ( ) ; String loc1 = arg0 . getQueryString ( ) ; return ( loc1 == null ) ? loc0 : ( loc0 + "srini_string" + loc1 ) ; } |
23,256 | sets the modified date of this message boards thread flag . concode_field_sep MBThreadFlag _mbThreadFlag concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscaped... | void function ( Date arg0 ) { _mbThreadFlag . setModifiedDate ( arg0 ) ; } |
23,257 | indicates that at least this or one of the child instances of abstracttext is selected . concode_field_sep boolean highlight concode_elem_sep boolean hasHighlight concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean selected concode_elem_sep boolean hasSelected concode_field_sep boolean isHighlighted conc... | boolean function ( ) { return hasSelected ; } |
23,258 | print the timing done message with elapsed time in x.y seconds . restart the timer too . concode_field_sep long startTime concode_elem_sep long MILLISECONDS_TO_SECONDS concode_elem_sep long MILLISECOND_DIVISOR concode_elem_sep long start concode_elem_sep NumberFormat nf concode_elem_sep long SECOND_DIVISOR concode_fiel... | void function ( String arg0 ) { long loc0 = System . nanoTime ( ) - start ; System . err . println ( arg0 + "srini_string" + nf . format ( ( ( double ) loc0 ) / SECOND_DIVISOR ) + "srini_string" ) ; this . start ( ) ; } |
23,259 | returns true if the level supplied is encompassed by this level . for example , loglevel.severe encompasses no other loglevels and loglevel.fine encompasses all other loglevels . by definition , a loglevel encompasses itself . concode_field_sep LogLevel WARNING concode_elem_sep LogLevel INFO concode_elem_sep LogLevel C... | boolean function ( LogLevel arg0 ) { if ( arg0 . getPrecedence ( ) <= getPrecedence ( ) ) { return true ; } return false ; } |
23,260 | shows the dialog with the given tag . concode_field_sep String TAG concode_elem_sep FragmentManager mFragmentManager concode_field_sep void tryRestoreCallback concode_elem_sep T findDialog | void function ( T arg0 , String arg1 ) { Log . d ( TAG , "srini_string" + arg0 + "srini_string" + arg1 ) ; arg0 . show ( mFragmentManager , arg1 ) ; } |
23,261 | returns this address 's explicitly-specified http proxy , or null to delegate to the http client 's proxy selector . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier c... | Proxy function ( ) { return proxy ; } |
23,262 | only x and y coordinates are being used for the hash code calculations concode_field_sep BigDecimal _x concode_elem_sep BigDecimal _y concode_elem_sep double _z concode_field_sep BigDecimal getX concode_elem_sep BigDecimal getY concode_elem_sep double getZ concode_elem_sep boolean equals concode_elem_sep int compareTo | int function ( ) { final int loc0 = 31 ; int loc1 = 1 ; long loc2 ; loc2 = _x . hashCode ( ) ; loc1 = loc0 * loc1 + ( int ) ( loc2 ^ ( loc2 >>> 32 ) ) ; loc2 = _y . hashCode ( ) ; loc1 = loc0 * loc1 + ( int ) ( loc2 ^ ( loc2 >>> 32 ) ) ; return loc1 ; } |
23,263 | returns the contents for the given key as object array . if there were no objects registered with that key , an empty object array is returned . concode_field_sep Object[] EMPTY_ARRAY concode_elem_sep long serialVersionUID concode_elem_sep Iterator EMPTY_ITERATOR concode_elem_sep HashMap table concode_field_sep Object ... | Object [ ] function ( final Object arg0 , final Object [ ] arg1 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } final List loc0 = ( List ) this . table . get ( arg0 ) ; if ( loc0 != null ) { return loc0 . toArray ( arg1 ) ; } if ( arg1 . length > 0 ) { arg1 [ 0 ] = null ; } return arg1 ;... |
23,264 | called when this index is closed . concode_field_sep Map<BytesRef,VersionValue> current concode_elem_sep AtomicLong ramBytesUsedTombstones concode_elem_sep int BASE_BYTES_PER_BYTESREF concode_elem_sep int BASE_BYTES_PER_CHM_ENTRY concode_elem_sep Map<BytesRef,VersionValue> old concode_elem_sep Map<BytesRef,VersionValue... | void function ( ) { maps = new Maps ( ) ; tombstones . clear ( ) ; ramBytesUsedCurrent . set ( 0 ) ; if ( mgr != null ) { mgr . removeListener ( this ) ; mgr = null ; } } |
23,265 | helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g... | void function ( byte [ ] arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; } |
23,266 | logs the given message and throwable at the ` fatal ' level . concode_field_sep Level ERROR concode_elem_sep Level WARN concode_elem_sep Logger jdkLogger concode_elem_sep Level TRACE concode_elem_sep Level DEBUG concode_elem_sep Level FATAL concode_elem_sep Level INFO concode_field_sep boolean isWarnEnabled concode_ele... | void function ( Object arg0 , Throwable arg1 ) { logInternal ( FATAL , arg0 , arg1 ) ; } |
23,267 | returns the user uuid of this user id mapper . concode_field_sep UserIdMapper _userIdMapper concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep long getUserIdMap... | java . lang . String function ( ) { return _userIdMapper . getUserUuid ( ) ; } |
23,268 | visits the type of a method exception . concode_field_sep char EXTENDS concode_elem_sep char SUPER concode_elem_sep int api concode_elem_sep char INSTANCEOF concode_field_sep void visitEnd concode_elem_sep SignatureVisitor visitInterfaceBound concode_elem_sep void visitTypeArgument concode_elem_sep SignatureVisitor vis... | SignatureVisitor function ( ) { return this ; } |
23,269 | gets the value of the isnegated property . concode_field_sep Long labelId concode_elem_sep Boolean isNegated concode_field_sep Long getLabelId concode_elem_sep void setIsNegated concode_elem_sep void setLabelId | Boolean function ( ) { return isNegated ; } |
23,270 | this method will be run on each node at most once every repetition of the animation loop . it will be executed on a node only when all the node 's parent has already been updated . therefore it can be used to calculate node 's value . concode_field_sep int mTag concode_elem_sep int DEFAULT_ANIMATED_NODE_CHILD_COUNT con... | void function ( ) { } |
23,271 | allows accessing the lexeme property . concode_field_sep Point oPosition concode_elem_sep long serialVersionUID concode_elem_sep double dNumericalValue concode_elem_sep String strLexeme concode_elem_sep TokenSubType oTokenType concode_field_sep boolean serialize concode_elem_sep int getLineNumber concode_elem_sep Token... | String function ( ) { return this . strLexeme ; } |
23,272 | fire event to other servers to indicate that a new config group is added . concode_field_sep List<IPacketWriter> otherServers concode_elem_sep ConcurrentHashMap<String,ConcurrentHashMap<IPacketWriter,String>> clients concode_field_sep void removeOtherServer concode_elem_sep void fireEvent concode_elem_sep void addOther... | void function ( String arg0 ) { PacketData loc0 = new PacketData ( CodeMap . GROUP_ADD , arg0 ) ; synchronized ( otherServers ) { for ( IPacketWriter loc1 : otherServers ) { loc1 . handleWrite ( loc0 ) ; } } } |
23,273 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep SizeConstraintSet sizeConstraintSet concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep GetSizeConstraintSetResult clone concode_elem_sep void setSizeConstraintSet concode_elem_sep GetSizeCo... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getSizeConstraintSet ( ) != null ) loc0 . append ( "srini_string" + getSizeConstraintSet ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
23,274 | returns the value of the node as a string , or null if the node is undefined . concode_field_sep PlaceHolder placeHolder concode_field_sep List<Property> asPropertyList concode_elem_sep ModuleIdentifier asModuleIdentifier concode_elem_sep ModuleIdentifier asModuleIdentifier concode_elem_sep List<String> asStringList co... | String function ( ModelNode arg0 ) { return asString ( arg0 , null ) ; } |
23,275 | set the default merge setting for the document that 's currently parsed . concode_field_sep String autowireCandidates concode_elem_sep String initMethod concode_elem_sep String lazyInit concode_elem_sep String dependencyCheck concode_elem_sep String autowire concode_elem_sep String merge concode_elem_sep String destroy... | void function ( String arg0 ) { this . merge = arg0 ; } |
23,276 | associated htabledescriptor concode_field_sep HTableDescriptor hTableDescriptor concode_field_sep HTableDescriptor metaTableDescriptor concode_elem_sep int hashCode concode_elem_sep byte[] toByteArray concode_elem_sep boolean equals concode_elem_sep TableDescriptor parseFrom concode_elem_sep String toString concode_ele... | HTableDescriptor function ( ) { return hTableDescriptor ; } |
23,277 | sets the pc . concode_field_sep PersistenceCapable pc concode_elem_sep PersistenceBroker broker concode_field_sep long fetchLongField concode_elem_sep void storeStringField concode_elem_sep char fetchCharField concode_elem_sep int fetchIntField concode_elem_sep void storeShortField concode_elem_sep Object fetchObjectFi... | void function ( PersistenceCapable arg0 ) { this . pc = arg0 ; } |
23,278 | general information about the workflow type . the status of the workflow type returned in the workflowtypeinfo structure can be one of the following . registered : the type is registered and available . workers supporting this type should be running . deprecated : the type was deprecated using deprecateworkflowtype , b... | void function ( WorkflowTypeInfo arg0 ) { this . typeInfo = arg0 ; } |
23,279 | returns the first bounding box attachment that contains the point , or null . when doing many checks , it is usually more efficient to only call this method if #aabbcontainspoint float , float returns true . concode_field_sep float minY concode_elem_sep float minX concode_elem_sep float maxY concode_elem_sep float maxX... | BoundingBoxAttachment function ( float arg0 , float arg1 ) { Array < FloatArray > loc0 = this . polygons ; for ( int loc1 = 0 , loc2 = loc0 . size ; loc1 < loc2 ; loc1 ++ ) if ( containsPoint ( loc0 . get ( loc1 ) , arg0 , arg1 ) ) return boundingBoxes . get ( loc1 ) ; return null ; } |
23,280 | gets the value of the category property . concode_field_sep Long conversionTypeOwnerCustomerId concode_elem_sep Integer viewthroughLookbackWindow concode_elem_sep Integer productAdsChargeableConversionWindow concode_elem_sep String conversionTrackerType concode_elem_sep Long originalConversionTypeId concode_elem_sep St... | ConversionTrackerCategory function ( ) { return category ; } |
23,281 | gets the current or last mediaplayer instance . concode_field_sep MediaPlayer mCurrentMediaPlayer concode_elem_sep HashMap<PullToRefreshBase.State,Integer> mSoundMap concode_elem_sep Context mContext concode_field_sep void onPullEvent concode_elem_sep void addSoundEvent concode_elem_sep void playSound concode_elem_sep ... | MediaPlayer function ( ) { return mCurrentMediaPlayer ; } |
23,282 | removes all key-value mappings from this sparselongarray . concode_field_sep int[] mKeys concode_elem_sep int mSize concode_elem_sep long[] mValues concode_field_sep int keyAt concode_elem_sep int size concode_elem_sep int indexOfKey concode_elem_sep long get concode_elem_sep long get concode_elem_sep SparseLongArray c... | void function ( ) { mSize = 0 ; } |
23,283 | serializetostring method declaration this method serializes an object into a string . concode_field_sep byte data[] concode_field_sep byte[] serialize concode_elem_sep int hashCode concode_elem_sep String createString concode_elem_sep String toString concode_elem_sep int compareTo concode_elem_sep byte[] byteValue conc... | String function ( Object arg0 ) { return createString ( serialize ( arg0 ) ) ; } |
23,284 | creates a new physical connection to the underlying eis resource manager . concode_field_sep long serialVersionUID concode_elem_sep String cfProperty concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep void setCfProperty concode_elem_sep void setResourceAdapter concode_elem_sep ... | ManagedConnection function ( Subject arg0 , ConnectionRequestInfo arg1 ) { return new ValidManagedConnection ( this ) ; } |
23,285 | test method for com.alibaba.dubbo.registry.support.injvm.injvmregistry #subscribe java.util.map , com.alibaba.dubbo.registry.support.notifylistener . concode_field_sep String service concode_elem_sep URL registryUrl concode_elem_sep URL serviceUrl concode_elem_sep URL consumerUrl concode_field_sep void testDefaultPort ... | void function ( ) { } |
23,286 | create an instance of jaxbelement concode_field_sep QName _Language_QNAME concode_elem_sep QName _Creator_QNAME concode_elem_sep QName _Subject_QNAME concode_elem_sep QName _Date_QNAME concode_elem_sep QName _Contributor_QNAME concode_elem_sep QName _Type_QNAME concode_elem_sep QName _Publisher_QNAME concode_elem_sep Q... | JAXBElement < SimpleLiteral > function ( SimpleLiteral arg0 ) { return new JAXBElement < SimpleLiteral > ( _Source_QNAME , SimpleLiteral . class , null , arg0 ) ; } |
23,287 | this convenience method allows to read a org.icefaces.apache.commons.fileupload.fileitemstream 's content into a string , using the given character encoding . concode_field_sep int DEFAULT_BUFFER_SIZE concode_field_sep long copy concode_elem_sep long copy | String function ( InputStream arg0 , String arg1 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; copy ( arg0 , loc0 , true ) ; return loc0 . toString ( arg1 ) ; } |
23,288 | add a conversation to the npcs set . concode_field_sep String defaultCon concode_elem_sep String name concode_elem_sep String description concode_elem_sep boolean isTalkable concode_elem_sep boolean isAttackable concode_elem_sep HashMap<String,Conversation> cons concode_field_sep boolean canAttack concode_elem_sep Stri... | void function ( final String arg0 , final Conversation arg1 ) { cons . put ( arg0 , arg1 ) ; } |
23,289 | create an instance of sayhelloresponse concode_field_sep QName _SayHello_QNAME concode_elem_sep QName _SayHelloResponse_QNAME concode_field_sep SayHello createSayHello concode_elem_sep JAXBElement<SayHello> createSayHello | SayHelloResponse function ( ) { return new SayHelloResponse ( ) ; } |
23,290 | retrieves the original inputsplit . concode_field_sep Class<? extends InputFormat> inputFormatClass concode_elem_sep Class<? extends InputSplit> inputSplitClass concode_elem_sep Configuration conf concode_elem_sep InputSplit inputSplit concode_elem_sep Class<? extends Mapper> mapperClass concode_field_sep void readFiel... | InputSplit function ( ) { return inputSplit ; } |
23,291 | returns and iterator to the elements in the segment . concode_field_sep Context context concode_elem_sep long serialVersionUID concode_elem_sep List<Segment> segments concode_field_sep Segment setSegment concode_elem_sep Segment setSegment concode_elem_sep Segment setSegment concode_elem_sep Segment addSegment concode_... | Iterator < Segment > function ( ) { return segments . iterator ( ) ; } |
23,292 | returns the d d m template version with the primary key . concode_field_sep ServiceTracker<DDMTemplateVersionLocalService,DDMTemplateVersionLocalService> _serviceTracker concode_field_sep com.liferay.dynamic.data.mapping.model.DDMTemplateVersion createDDMTemplateVersion concode_elem_sep java.util.List<com.liferay.dynam... | com . liferay . dynamic . data . mapping . model . DDMTemplateVersion function ( long arg0 ) { return getService ( ) . getDDMTemplateVersion ( arg0 ) ; } |
23,293 | to get process id . concode_field_sep long identifier concode_elem_sep String workflowName concode_elem_sep String userName concode_elem_sep BigInteger totalNumberPages concode_elem_sep Set<ManualStepsData> users concode_elem_sep BigInteger duration concode_elem_sep String batchInstanceId concode_elem_sep String proces... | String function ( ) { return processId ; } |
23,294 | disposes of the 3.x part 's site if it has one . subclasses may override but must call super.disposesite in its implementation . concode_field_sep IEventBroker eventBroker concode_elem_sep EventHandler objectSetHandler concode_elem_sep boolean beingDisposed concode_elem_sep String COMPATIBILITY_VIEW_URI concode_elem_se... | void function ( IWorkbenchPartSite arg0 ) { if ( arg0 instanceof PartSite ) { disposeSite ( ( PartSite ) arg0 ) ; } } |
23,295 | sets the value of the par property . concode_field_sep Long par concode_elem_sep Object parent concode_elem_sep CTDiscretePr discretePr concode_elem_sep CTRangePr rangePr concode_elem_sep CTGroupItems groupItems concode_elem_sep Long base concode_field_sep CTRangePr getRangePr concode_elem_sep CTDiscretePr getDiscreteP... | void function ( Long arg0 ) { this . par = arg0 ; } |
23,296 | adds the camera to our list to switch between and sets the fps max concode_field_sep ArrayList<String> camNames concode_elem_sep long SLEEP_TIME concode_elem_sep int MAX_FPS concode_elem_sep int QUALITY concode_elem_sep int currCam concode_elem_sep ArrayList<USBCamera> cams concode_elem_sep USBCamera cam concode_elem_s... | void function ( String arg0 ) { USBCamera loc0 = new USBCamera ( arg0 ) ; loc0 . setFPS ( MAX_FPS ) ; cams . add ( loc0 ) ; loc0 = null ; camNames . add ( arg0 ) ; } |
23,297 | get the int value for the online status . this method is useful in switch statements . concode_field_sep long serialVersionUID concode_elem_sep OnlineStatus AWAY concode_elem_sep OnlineStatus ONLINE concode_elem_sep int OFFLINE_TYPE concode_elem_sep OnlineStatus UNKNOWN concode_elem_sep int ONLINE_TYPE concode_elem_sep... | int function ( ) { return type ; } |
23,298 | sets the user name . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getUserName | void function ( String arg0 ) { this . userName = arg0 ; } |
23,299 | remove a notification event listener from this mbean . concode_field_sep int hookCount[] concode_elem_sep ArrayList entries concode_elem_sep NotificationListener hooks[][] concode_elem_sep NotificationListener listener concode_elem_sep Object handback concode_elem_sep NotificationFilter filter concode_field_sep void ad... | void function ( NotificationListener arg0 ) { synchronized ( entries ) { Iterator loc0 = entries . iterator ( ) ; while ( loc0 . hasNext ( ) ) { BaseNotificationBroadcasterEntry loc1 = ( BaseNotificationBroadcasterEntry ) loc0 . next ( ) ; if ( loc1 . arg0 == arg0 ) loc0 . remove ( ) ; } } } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.