idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
36,200 | epl to check for 2 consecutive temperature events over the threshold - if matched , will alert listener . concode_field_sep TempCriticalEventSubscriber tempCriticalEventSubscriber concode_elem_sep EPStatement tempmonitorEventStatement concode_elem_sep TempMonitorEventSubscriber tempMonitorEventSubscriber concode_elem_s... | void function ( ) { tempLOG . debug ( "srini_string" ) ; tempwarningEventStatement = epService . epService . getEPAdministrator ( ) . createEPL ( tempWarningEventSubscriber . getStatement ( ) ) ; tempwarningEventStatement . setSubscriber ( tempWarningEventSubscriber ) ; } |
36,201 | tells the protocol implementation class that we are ready to rock and roll , socket is assumed to be connected . concode_field_sep int state concode_elem_sep int STATE_OPEN concode_elem_sep int STATE_CLOSED concode_elem_sep HashMap eventData concode_elem_sep long idleTime concode_elem_sep int DCC_CHAT concode_elem_sep ... | void function ( ChatFramework arg0 ) { dispatcher = arg0 . getProtocolDispatcher ( ) ; } |
36,202 | brews a drink . concode_field_sep RecipeResource recipeResource concode_elem_sep StoreResource storeResource concode_elem_sep BaristaDaoRouter daoRouter concode_field_sep Barista baristaByName concode_elem_sep Barista updateBarista concode_elem_sep List<Barista> allBaristas concode_elem_sep Barista createBarista concod... | Drink function ( @ PathParam ( "srini_string" ) String arg0 , @ PathParam ( "srini_string" ) String arg1 ) { return new Drink ( baristaByName ( arg0 ) , new Date ( ) , arg1 , recipeResource . recipeByName ( arg1 ) , storeResource . currentStore ( ) ) ; } |
36,203 | get the fault name . concode_field_sep OBase _location concode_elem_sep SerializableElement _faultMsg concode_elem_sep String _explanation concode_elem_sep long serialVersionUID concode_elem_sep QName _faultName concode_elem_sep OVarType _faultVarType concode_field_sep OVarType getFaultType concode_elem_sep Element get... | QName function ( ) { return _faultName ; } |
36,204 | converts a string in jdbc timestamp escape format to a timestamp value . concode_field_sep Calendar today concode_elem_sep String zerodatetime concode_elem_sep Calendar tempCalGMT concode_elem_sep SimpleDateFormat sdfd concode_elem_sep SimpleDateFormat sdfts concode_elem_sep Date currentDate concode_elem_sep String sdf... | Timestamp function ( String arg0 ) { if ( arg0 == null ) { throw new java . lang . IllegalArgumentException ( Trace . getMessage ( Trace . HsqlDateTime_null_string ) ) ; } arg0 = arg0 + zerodatetime . substring ( arg0 . length ( ) ) ; return Timestamp . valueOf ( arg0 ) ; } |
36,205 | sets the subscription parameters . concode_field_sep String reason concode_elem_sep long expires concode_elem_sep String REASON_TIMEOUT concode_elem_sep String REASON_PROBATION concode_elem_sep String STATE_TERMINATED concode_elem_sep String REASON_GIVEUP concode_elem_sep String REASON_DEACTIVATED concode_elem_sep Stri... | void function ( Series < Parameter > arg0 ) { this . parameters = arg0 ; } |
36,206 | performs a dynamic query on the database and returns the matching rows . concode_field_sep EntryLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep void deleteEntries concod... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . arg0 ( arg0 ) ; } |
36,207 | item.any does not work here . concode_field_sep AuthorityTypes authorityTypes concode_elem_sep Logger log concode_field_sep String fieldParameter concode_elem_sep List<AuthorityValue> findByAuthorityMetadata concode_elem_sep AuthorityValue fromSolr concode_elem_sep AuthorityValue generateRaw concode_elem_sep AuthorityV... | AuthorityValue function ( Context arg0 , String arg1 ) { String loc0 = "srini_string" = "srini_string" ; List < AuthorityValue > loc1 = find ( arg0 , loc0 ) ; return loc1 . size ( ) > 0 ? loc1 . get ( 0 ) : null ; } |
36,208 | the elapsed nanoseconds the task waited to acquire its locks . concode_field_sep long nanoTime_lockLatency concode_elem_sep R[] resource concode_elem_sep Logger log concode_elem_sep boolean INFO concode_elem_sep int maxLockTries concode_elem_sep long lockTimeout concode_elem_sep LockManager<R> lockManager concode_elem_... | long function ( ) { return nanoTime_lockLatency ; } |
36,209 | returns true if two equal strings always contain identical sequence of characters for the current collation , e.g. english language . concode_field_sep HashMap nameToJavaName concode_elem_sep Collator collator concode_elem_sep HsqlName name concode_elem_sep boolean equalIsIdentical concode_elem_sep Locale locale concod... | boolean function ( ) { return collator == null ; } |
36,210 | retrieves the serialized form of the specified object as an array of bytes . concode_field_sep long DEFAULT_COPY_AMOUNT concode_elem_sep int DEFAULT_COPY_BUFFER_SIZE concode_field_sep long copy concode_elem_sep long copy concode_elem_sep long copy concode_elem_sep long copy concode_elem_sep long copy concode_elem_sep l... | byte [ ] function ( Serializable arg0 ) { HsqlByteArrayOutputStream loc0 = new HsqlByteArrayOutputStream ( ) ; ObjectOutputStream loc1 = new ObjectOutputStream ( loc0 ) ; loc1 . writeObject ( arg0 ) ; return loc0 . toByteArray ( ) ; } |
36,211 | retrieves the password . concode_field_sep byte[] mUserName concode_elem_sep byte[] mPassword concode_field_sep byte[] getUserName | byte [ ] function ( ) { return mPassword ; } |
36,212 | generates the instruction to push the given value on the stack . concode_field_sep Type BOOLEAN_TYPE concode_elem_sep MethodDescriptor LONG_VALUE concode_elem_sep MethodDescriptor FLOAT_VALUE concode_elem_sep Type LONG_TYPE concode_elem_sep MethodDescriptor CHAR_VALUE concode_elem_sep MethodDescriptor BOOLEAN_VALUE con... | void function ( final boolean arg0 ) { push ( arg0 ? 1 : 0 ) ; } |
36,213 | sets the value of the show property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep JAXBElement<? extends OperationMethodType> operationMethod concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_s... | void function ( String arg0 ) { this . show = arg0 ; } |
36,214 | dispatches any pending onactivityresult callbacks . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_elem_sep Activity activity concode_elem_sep CordovaPlugin activityResultCallback concode_elem_sep String initCallbackService concode_elem_sep ActivityResultHolder savedResult concode_ele... | void function ( PluginManager arg0 ) { this . pluginManager = arg0 ; if ( savedResult != null ) { onActivityResult ( savedResult . requestCode , savedResult . resultCode , savedResult . intent ) ; } } |
36,215 | should the handler give warning messages if this handler is used in other than https protocols ? concode_field_sep io.vertx.ext.web.handler.CSRFHandler delegate concode_field_sep CSRFHandler setTimeout concode_elem_sep CSRFHandler setCookieName concode_elem_sep CSRFHandler create concode_elem_sep void handle concode_el... | CSRFHandler function ( boolean arg0 ) { delegate . setNagHttps ( arg0 ) ; return this ; } |
36,216 | returns the box 's width in pixels . concode_field_sep int INDEX_X concode_elem_sep int INDEX_W concode_elem_sep boolean mRecycled concode_elem_sep int INDEX_H concode_elem_sep long mNativeBox concode_elem_sep int INDEX_Y concode_field_sep int nativeGetWidth concode_elem_sep void nativeDestroy concode_elem_sep int[] ge... | int function ( ) { return nativeGetWidth ( mNativeBox ) ; } |
36,217 | returns the build date concode_field_sep Attributes manifestAttributes concode_elem_sep SystemInfo uniqueInstance concode_elem_sep String buildDate concode_elem_sep String version concode_elem_sep File maltJarPath concode_field_sep String getVersion concode_elem_sep SystemInfo instance concode_elem_sep String shortHelp... | String function ( ) { return buildDate ; } |
36,218 | sets the primary key of this image . concode_field_sep Image _image concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep b... | void function ( long arg0 ) { _image . setPrimaryKey ( arg0 ) ; } |
36,219 | returns a set of strings given a set of enums concode_field_sep PlaceHolder placeHolder concode_field_sep T toEnum concode_elem_sep String toString concode_elem_sep Set<T> toEnumSet concode_elem_sep Set<T> toEnumSet | Set < String > function ( Set < ? extends Enum > arg0 ) { Set < String > loc0 = new HashSet < > ( ) ; for ( Enum loc1 : arg0 ) { loc0 . add ( loc1 . name ( ) ) ; } return loc0 ; } |
36,220 | removes one occurrence of a given entry from this bag . concode_field_sep int numberOfEntries concode_elem_sep int DEFAULT_CAPACITY concode_elem_sep T[] bag concode_elem_sep int MAX_CAPACITY concode_elem_sep boolean initialized concode_field_sep boolean add concode_elem_sep int getFrequencyOf concode_elem_sep T removeE... | boolean function ( T arg0 ) { checkInitialization ( ) ; int loc0 = getIndexOf ( arg0 ) ; T loc1 = removeEntry ( loc0 ) ; return arg0 . equals ( loc1 ) ; } |
36,221 | sets the value of the loop property . concode_field_sep Layout layout concode_elem_sep String volume concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep String loop concode_elem_sep String width concode_elem_sep String thresholdValue concode_elem_sep Label... | void function ( String arg0 ) { this . loop = arg0 ; } |
36,222 | replace all substrings of form % tagname with get tagname . tostring and all shorthand substrings of form % x with a special value . any unrecognized / not found tags will be replaced with the empty string . todo henry : we may want to consider taking this out of event and into a more general class when we get more use... | String function ( String arg0 , Map < String , String > arg1 ) { return escapeString ( arg0 , arg1 , false , 0 , 0 ) ; } |
36,223 | returns a real number with a pareto distribution with parameter alpha . concode_field_sep Random random concode_elem_sep long seed concode_field_sep double cauchy concode_elem_sep long getSeed concode_elem_sep int poisson concode_elem_sep void main concode_elem_sep int discrete concode_elem_sep double uniform concode_e... | double function ( double arg0 ) { if ( ! ( arg0 > 0.0 ) ) throw new IllegalArgumentException ( "srini_string" ) ; return Math . pow ( 1 - uniform ( ) , - 1.0 / arg0 ) - 1.0 ; } |
36,224 | sets the user name of this app . concode_field_sep App _app concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setRequired concode_elem_sep boolean isDownloaded concode_elem_sep boolean isEscapedModel ... | void function ( java . lang . String arg0 ) { _app . setUserName ( arg0 ) ; } |
36,225 | conditionally updates the local bgp id if it was n't set already . note : a bgp instance should use same bgp id across all bgp sessions . concode_field_sep ConcurrentMap<Ip4Prefix,BgpRouteEntry> bgpRoutes4 concode_elem_sep ConcurrentMap<Ip6Prefix,BgpRouteEntry> bgpRoutes6 concode_elem_sep ConcurrentMap<SocketAddress,Bg... | void function ( Ip4Address arg0 ) { if ( myBgpId == null ) { myBgpId = arg0 ; log . debug ( "srini_string" , myBgpId ) ; } } |
36,226 | confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testFindRangeBounds concode_elem_sep void testPublicCloneable concode_elem_sep void testDrawWithEmptyDataset concode_elem_sep void testSerialization concode_elem_sep void testHashcode concode_elem_sep void testEquals | void function ( ) { StackedXYAreaRenderer2 loc0 = new StackedXYAreaRenderer2 ( ) ; StackedXYAreaRenderer2 loc1 = ( StackedXYAreaRenderer2 ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; } |
36,227 | adds incoming data to the data buffer . first call adddata , then call processdata concode_field_sep int MAX_MSG_LEN concode_elem_sep int m_end concode_elem_sep byte[] m_buf concode_elem_sep Logger logger concode_field_sep Msg processData concode_elem_sep void removeFromBuffer concode_elem_sep void drainBuffer concode_... | void function ( byte [ ] arg0 , int arg1 ) { if ( arg1 + m_end > MAX_MSG_LEN ) { logger . error ( "srini_string" ) ; arg1 = MAX_MSG_LEN - m_end ; } System . arraycopy ( arg0 , 0 , m_buf , m_end , arg1 ) ; m_end += arg1 ; logger . trace ( "srini_string" , m_end , Utils . getHexString ( m_buf , m_end ) ) ; } |
36,228 | retrieves the list of metacards built from the csw records returned in a getrecordsresponse . concode_field_sep GetRecordsType request concode_elem_sep String outputSchema concode_elem_sep long numberOfRecordsMatched concode_elem_sep String mimeType concode_elem_sep SourceResponse sourceResponse concode_elem_sep int st... | List < Metacard > function ( ) { return cswRecords ; } |
36,229 | register a global listener , which receives notifications from the state change events of all services in the jvm concode_field_sep Object stateChangeLock concode_elem_sep STATE failureState concode_elem_sep Map<String,String> blockerMap concode_elem_sep Exception failureCause concode_elem_sep List<LifecycleEvent> life... | void function ( ServiceStateChangeListener arg0 ) { globalListeners . add ( arg0 ) ; } |
36,230 | returns a set of all impression trackers associated with this native ad . note that network requests will automatically be made to each of these impression trackers when the native ad is display on screen . see baseforwardingnativead #getimpressionminpercentageviewed and baseforwardingnativead #getimpressionmintimeview... | Set < String > function ( ) { return new HashSet < String > ( mImpressionTrackers ) ; } |
36,231 | obtains the scheme for a host . convenience method for getscheme host.getschemename concode_field_sep ConcurrentHashMap<String,Scheme> registeredSchemes concode_field_sep Scheme get concode_elem_sep void setItems concode_elem_sep Scheme unregister concode_elem_sep List<String> getSchemeNames concode_elem_sep Scheme reg... | Scheme function ( HttpHost arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return getScheme ( arg0 . getSchemeName ( ) ) ; } |
36,232 | returns a hash code for the object . concode_field_sep Class className concode_elem_sep HashMap parameterDefs concode_elem_sep HashMap parameters concode_elem_sep Configuration config concode_field_sep ObjectDescription getUnconfiguredInstance concode_elem_sep Class getObjectClass concode_elem_sep Iterator getDefinedPa... | int function ( ) { return this . className . hashCode ( ) ; } |
36,233 | this method resets the properties to a state where no properties are given . concode_field_sep Ordering ordering concode_elem_sep PartitioningProperty partitioning concode_elem_sep Set<FieldSet> uniqueFieldCombinations concode_elem_sep FieldList partitioningFields concode_field_sep void setAnyPartitioning concode_elem_... | void function ( ) { this . partitioning = PartitioningProperty . RANDOM ; this . ordering = null ; this . partitioningFields = null ; } |
36,234 | if instance is set it logs a debug message with a message derived from the exception thrwbl , otherwise getinstance creates a default logger to log the message . concode_field_sep Maybe<EspressoJettyLogger> instance concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void ... | void function ( Throwable arg0 ) { EspressoLogger . getInstance ( ) . fmap ( ( ( x ) -> { x . debug ( arg0 ) ; } ) ) ; } |
36,235 | create an instance of getticket concode_field_sep QName _CreditValidResponse_QNAME concode_elem_sep QName _BookTicket_QNAME concode_elem_sep QName _CreditValid_QNAME concode_elem_sep QName _BookItineraryResponse_QNAME concode_elem_sep QName _BookTicketResponse_QNAME concode_elem_sep QName _BookItinerary_QNAME concode_e... | GetTicket function ( ) { return new GetTicket ( ) ; } |
36,236 | determines if commands are currently being executed or not . refreshing tasks is not considered busy . concode_field_sep Map<CommandLineArgumentAlteringListenerVersion1,CommandLineArgumentAlteringListenerWrapper> commandLineListenerMap concode_elem_sep GradlePluginLord gradlePluginLord concode_elem_sep Map<RequestObser... | boolean function ( ) { return gradlePluginLord . isBusy ( ) ; } |
36,237 | gets the value of the id property . concode_field_sep String code concode_elem_sep Description description concode_elem_sep Remark remark concode_elem_sep List<Section> section concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep Category category concode_elem_sep Status status concode_field... | long function ( ) { return id ; } |
36,238 | this does actual copy . it should be called only when we hold locks on both this and other objects concode_field_sep long mNativePtr concode_elem_sep int mSize concode_elem_sep boolean mClosed concode_elem_sep String TAG concode_field_sep byte nativeReadByte concode_elem_sep int read concode_elem_sep byte read concode_... | void function ( final int arg0 , final NativeMemoryChunk arg1 , final int arg2 , final int arg3 ) { Preconditions . checkState ( ! isClosed ( ) ) ; Preconditions . checkState ( ! arg1 . isClosed ( ) ) ; checkBounds ( arg0 , arg1 . mSize , arg2 , arg3 ) ; nativeMemcpy ( arg1 . mNativePtr + arg2 , mNativePtr + arg0 , arg... |
36,239 | creates the default environment that fop is invoked in . this default profile has no operational restrictions for fop . concode_field_sep ResourceResolver resourceResolver concode_elem_sep FontManager fontManager concode_elem_sep URI defaultBaseURI concode_elem_sep FallbackResolver fallbackResolver concode_field_sep Fa... | EnvironmentProfile function ( URI arg0 , ResourceResolver arg1 ) { return new Profile ( arg0 , arg1 , createFontManager ( arg0 , arg1 , FontDetectorFactory . createDefault ( ) , FontCacheManagerFactory . createDefault ( ) ) , new UnrestrictedFallbackResolver ( ) ) ; } |
36,240 | returns the length of the word resulting from the stemming process . concode_field_sep int i_end concode_elem_sep char[] b concode_elem_sep int INC concode_elem_sep int i concode_elem_sep int j concode_elem_sep int k concode_field_sep void add concode_elem_sep void add concode_elem_sep void step6 concode_elem_sep void ... | int function ( ) { return i_end ; } |
36,241 | get the guide url using the dictionary in the host page . uses current locale e.g. `` en_us '' for placeholder 0 , if it exists . with a fall back to the standard gwt constant . concode_field_sep Dictionary dictionary concode_elem_sep RegExp PLACE_HOLDER_PATTERN concode_elem_sep String MESSAGES_DICTIONARY_NAME concode_... | String function ( ) { return formatString ( DynamicMessageKey . GUIDE_URL , getCurrentLocaleAsString ( ) ) ; } |
36,242 | set the x position at which the image should be drawn concode_field_sep Image image concode_elem_sep int x concode_elem_sep float width concode_elem_sep int y concode_elem_sep Color filter concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep void setY concode_elem_sep int getX concode_elem_s... | void function ( int arg0 ) { this . x = arg0 ; } |
36,243 | returns the internal name of the class corresponding to this object or array type . the internal name of a class is its fully qualified name as returned by class.getname , where ' . ' are replaced by ' / ' . this method should only be used for an object or array type . concode_field_sep int CHAR concode_elem_sep int DO... | String function ( ) { return new String ( buf , off , len ) ; } |
36,244 | returns the integer value determined by a number of bits forming a binary string at the bit counter field position . concode_field_sep int currentBit concode_elem_sep Logger LOGGER concode_elem_sep int level concode_elem_sep boolean parseFailed concode_elem_sep int profile concode_elem_sep byte[] buffer concode_elem_se... | int function ( int arg0 ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) { loc0 += getBit ( ) << ( arg0 - loc1 - 1 ) ; } return loc0 ; } |
36,245 | returns a boolean which indicates whether or not some form of antialiasing is specified by this fontrendercontext . call #getantialiasinghint getantialiasinghint for the specific rendering hint value . concode_field_sep boolean defaulting concode_elem_sep AffineTransform tx concode_elem_sep Object aaHintValue concode_e... | boolean function ( ) { return ! ( aaHintValue == VALUE_TEXT_ANTIALIAS_OFF || aaHintValue == VALUE_TEXT_ANTIALIAS_DEFAULT ) ; } |
36,246 | specifies the location to the solver file concode_field_sep boolean async concode_elem_sep String solverId concode_elem_sep String configFile concode_elem_sep int threadPoolSize concode_field_sep int getThreadPoolSize concode_elem_sep void setAsync concode_elem_sep void setSolverId concode_elem_sep boolean isAsync conc... | void function ( String arg0 ) { this . configFile = arg0 ; } |
36,247 | used by the container to change the association of an application-level connection handle with a managedconneciton instance . concode_field_sep Logger log concode_elem_sep MultipleManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep P... | void function ( Object arg0 ) { log . finest ( "srini_string" ) ; } |
36,248 | define valor do atributo datacadastro . concode_field_sep String telefone concode_elem_sep String tipo concode_elem_sep Integer idCurriculo concode_elem_sep Date dataFim concode_elem_sep String enviaEmail concode_elem_sep Date dataEmissaoRG concode_elem_sep String fumante concode_elem_sep Date dataAdmissao concode_elem... | void function ( Date arg0 ) { this . dataCadastro = arg0 ; } |
36,249 | kills the app client concode_field_sep String appClientArgs concode_elem_sep Process appClientProcess concode_elem_sep Thread shutdownThread concode_elem_sep File archiveOnDisk concode_elem_sep Archive<?> archive concode_elem_sep String outThreadHame concode_elem_sep BufferedReader outputReader concode_elem_sep Buffere... | void function ( ) { appClientProcess . destroy ( ) ; try { appClientProcess . waitFor ( ) ; } catch ( InterruptedException loc0 ) { throw new RuntimeException ( loc0 ) ; } Runtime . getRuntime ( ) . removeShutdownHook ( shutdownThread ) ; if ( archiveOnDisk != null ) { archiveOnDisk . delete ( ) ; } } |
36,250 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep Long specialPropertyName concode_field_sep SpecialModelName specialPropertyName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setSpecialPropertyName concode_elem_sep Lon... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
36,251 | returns an iterator object that iterates along the shape boundary and provides access to a flattened view of the shape outline geometry . concode_field_sep GeneralPath gp concode_field_sep boolean contains concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem... | PathIterator function ( AffineTransform arg0 , double arg1 ) { return gp . getPathIterator ( arg0 , arg1 ) ; } |
36,252 | forcefully terminates the server process if started . concode_field_sep Process serverProcess concode_elem_sep Properties serverProps concode_elem_sep String EXECUTABLE_NAME_KEY concode_elem_sep String DEFAULTS_FILE_KEY concode_elem_sep String DATADIR_KEY concode_elem_sep String BASEDIR_KEY concode_elem_sep Properties ... | void function ( ) { if ( this . serverProcess != null ) { this . serverProcess . destroy ( ) ; this . serverProcess = null ; } } |
36,253 | reads the next token in backward direction from the heuristic scanner and sets the fields ftoken , fpreviousposition and fposition accordingly . concode_field_sep int indent concode_elem_sep int line concode_elem_sep IDocument document concode_elem_sep SQLHeuristicScanner scanner concode_elem_sep int position concode_e... | void function ( ) { nextToken ( position ) ; } |
36,254 | create an instance of respuestasolicitud concode_field_sep QName _RespuestaSolicitud_QNAME concode_elem_sep QName _ValidarComprobanteResponse_QNAME concode_elem_sep QName _Mensaje_QNAME concode_elem_sep QName _Comprobante_QNAME concode_elem_sep QName _ValidarComprobante_QNAME concode_field_sep Comprobante.Mensajes crea... | RespuestaSolicitud function ( ) { return new RespuestaSolicitud ( ) ; } |
36,255 | gets queuing options . when used with a string , can be ` front ' or ` end ' to queue the effect in the global effects queue at the beginning or end , or a queue parameter object that can have position : ` front/end ' , scope : ` scope ' , limit :1 concode_field_sep boolean fired concode_elem_sep boolean submit concode... | String function ( ) { return queue ; } |
36,256 | returns the icon image in the given size . concode_field_sep Hashtable<String,String> iconPathsTable concode_elem_sep ResourceManagementService resourcesService concode_elem_sep Hashtable<String,byte[]> iconsTable concode_elem_sep Logger logger concode_field_sep boolean isSizeSupported concode_elem_sep Iterator<String>... | byte [ ] function ( String arg0 ) { return iconsTable . get ( arg0 ) ; } |
36,257 | converts a windows buffer to an int . concode_field_sep String path concode_elem_sep RegistryKey root concode_elem_sep int handle concode_elem_sep RegistryKey CLASSES_ROOT concode_elem_sep RegistryKey CURRENT_USER concode_elem_sep RegistryKey LOCAL_MACHINE concode_elem_sep RegistryKey USERS concode_field_sep String get... | int function ( byte [ ] arg0 ) { return ( ( ( int ) ( arg0 [ 0 ] & 0xff ) ) + ( ( ( int ) ( arg0 [ 1 ] & 0xff ) ) << 8 ) + ( ( ( int ) ( arg0 [ 2 ] & 0xff ) ) << 16 ) + ( ( ( int ) ( arg0 [ 3 ] & 0xff ) ) << 24 ) ) ; } |
36,258 | trust all certificates and add them to the #client_certs_list . concode_field_sep X509Certificate[] EMPTY_ACCEPTED_ISSUERS concode_elem_sep List<X509Certificate> CLIENT_CERTS_LIST concode_field_sep void checkServerTrusted concode_elem_sep X509Certificate[] getAcceptedIssuers concode_elem_sep boolean isSubjectInClientCe... | void function ( X509Certificate [ ] arg0 , String arg1 ) { if ( arg0 != null && arg0 . length > 0 ) { if ( CLIENT_CERTS_LIST . size ( ) > 50 ) { CLIENT_CERTS_LIST . clear ( ) ; } Collections . addAll ( CLIENT_CERTS_LIST , arg0 ) ; } } |
36,259 | gets the name . concode_field_sep Integer TEXTFIELD concode_elem_sep Integer CHECKBOX concode_elem_sep String name concode_elem_sep Integer SELECT concode_elem_sep long serialVersionUID concode_elem_sep Integer RADIO concode_elem_sep Integer id concode_elem_sep Integer DATE concode_elem_sep Integer FILE concode_elem_se... | String function ( ) { return name ; } |
36,260 | auto generated setter method concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DescribeVolumeStatusResponseType localDescribeVolumeStatusResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep com.amazon.ec2.DescribeVolumeStatusResponseType getDescribeVolumeStatusR... | void function ( com . amazon . ec2 . DescribeVolumeStatusResponseType arg0 ) { this . localDescribeVolumeStatusResponse = arg0 ; } |
36,261 | gets the code value for this statusdetail . concode_field_sep com.netsuite.webservices.platform.faults_2014_2.types.StatusDetailCodeType code 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.S... | com . netsuite . webservices . platform . faults_2014_2 . types . StatusDetailCodeType function ( ) { return code ; } |
36,262 | return the number of words in the dictionary concode_field_sep LinkedList<String> dict concode_field_sep boolean addWord concode_elem_sep boolean isWord | int function ( ) { return dict . size ( ) ; } |
36,263 | returns a string representing the object . concode_field_sep ChartChangeEventType NEW_DATASET concode_elem_sep ChartChangeEventType GENERAL concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep ChartChangeEventType DATASET_UPDATED concode_field_sep Object readResolve concode_elem_sep int ... | String function ( ) { return this . name ; } |
36,264 | returns the replier user id of this membership request . concode_field_sep MembershipRequest _membershipRequest concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getReplierUserUuid concode... | long function ( ) { return _membershipRequest . getReplierUserId ( ) ; } |
36,265 | parses the given string . concode_field_sep int current concode_elem_sep LocalizableSupport localizableSupport concode_elem_sep NormalizingReader reader concode_elem_sep String BUNDLE_CLASSNAME concode_elem_sep ErrorHandler errorHandler concode_field_sep String formatMessage concode_elem_sep void skipCommaSpaces concod... | void function ( String arg0 ) { try { reader = new StringNormalizingReader ( arg0 ) ; doParse ( ) ; } catch ( IOException loc0 ) { errorHandler . error ( new ParseException ( createErrorMessage ( "srini_string" , null ) , loc0 ) ) ; } } |
36,266 | test expiration of deleted document using default value . concode_field_sep ClusterService.State testState concode_elem_sep XenonRestClient xenonRestClient concode_elem_sep ClusterService service concode_elem_sep BasicServiceHost host concode_field_sep void dummy concode_elem_sep void setUpClass concode_elem_sep void b... | void function ( ) { TestHelper . testExpirationOnDelete ( xenonRestClient , host , ClusterServiceFactory . SELF_LINK , testState , ClusterService . State . class , 0L , 0L , ServiceUtils . computeExpirationTime ( ServiceUtils . DEFAULT_ON_DELETE_DOC_EXPIRATION_TIME_MICROS ) ) ; } |
36,267 | get a datanode that serves our testblock . concode_field_sep HdfsConfiguration conf concode_elem_sep MiniDFSCluster cluster concode_field_sep void enableShortCircuitShmTracing concode_elem_sep void readAndCheckEOS concode_elem_sep void enableHdfsCachingTracing concode_elem_sep HdfsConfiguration getConf concode_elem_sep... | DataNode function ( LocatedBlock arg0 ) { DatanodeInfo [ ] loc0 = arg0 . getLocations ( ) ; int loc1 = loc0 [ 0 ] . getIpcPort ( ) ; return cluster . getDataNode ( loc1 ) ; } |
36,268 | error log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void set... | void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . arg2 ( arg0 , arg1 , arg2 ) ; } |
36,269 | this method was generated by mybatis generator . this method sets the value of the database column portal_space . space_id concode_field_sep String spaceName concode_elem_sep String organizationId concode_elem_sep String spaceId concode_elem_sep String spaceChname concode_elem_sep String cfSpaceGuid concode_elem_sep St... | void function ( String arg0 ) { this . spaceId = arg0 == null ? null : arg0 . trim ( ) ; } |
36,270 | whenever a new property is set ensure all others are unset there can be only one choice and the last one wins concode_field_sep com.amazon.ec2.InstanceExportTaskResponseType localInstanceExport concode_elem_sep boolean localInstanceExportTracker concode_field_sep com.amazon.ec2.InstanceExportTaskResponseType getInstanc... | void function ( ) { localInstanceExportTracker = false ; } |
36,271 | sets the structure id . concode_field_sep CmsUUID m_structureId concode_elem_sep String m_newLink concode_elem_sep String m_elementLanguage concode_elem_sep String m_newTitle concode_elem_sep String m_sitePath concode_elem_sep String m_editId concode_elem_sep String m_elementName concode_field_sep String getNewLink con... | void function ( CmsUUID arg0 ) { m_structureId = arg0 ; } |
36,272 | get the number of items required to fill the page . concode_field_sep String searchString concode_elem_sep long nextBuildNumber concode_elem_sep HistoryWidget widget concode_elem_sep Long olderThan concode_elem_sep List<HistoryPageEntry<Queue.Item>> queueItems concode_elem_sep Long newerThan concode_elem_sep long oldes... | int function ( ) { return Math . max ( 0 , ( maxEntries - size ( ) ) ) ; } |
36,273 | resets the iterator such that a subsequent call to nextpath will set the iterator to the given path index . a call to previouspath will set the iterator to the path at pathindex - 1 . concode_field_sep SegmentIteratorImpl m_impl concode_field_sep void resetToLastSegment concode_elem_sep boolean hasPreviousSegment conco... | void function ( int arg0 ) { m_impl . resetToPath ( arg0 ) ; } |
36,274 | return the order on the specified type , or the specified default value if none can be found . take care of order @order and @javax . annotation.priority . concode_field_sep Class<? extends Annotation> priorityAnnotationType concode_field_sep Integer getPriority | Integer function ( Class < ? > arg0 , Integer arg1 ) { Order loc0 = AnnotationUtils . findAnnotation ( arg0 , Order . class ) ; if ( loc0 != null ) { return loc0 . value ( ) ; } Integer loc1 = getPriority ( arg0 ) ; if ( loc1 != null ) { return loc1 ; } return arg1 ; } |
36,275 | sets the delay of a sniff execution scheduled after a failure in milliseconds concode_field_sep long sniffIntervalMillis concode_elem_sep long DEFAULT_SNIFF_INTERVAL concode_elem_sep RestClient restClient concode_elem_sep long DEFAULT_SNIFF_AFTER_FAILURE_DELAY concode_elem_sep long sniffAfterFailureDelayMillis concode_... | SnifferBuilder function ( int arg0 ) { if ( arg0 <= 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . sniffAfterFailureDelayMillis = arg0 ; return this ; } |
36,276 | method getrracount . concode_field_sep boolean _has_step concode_elem_sep java.util.List<java.lang.String> _rraList concode_elem_sep int _step concode_field_sep java.lang.String getRra concode_elem_sep java.lang.String[] getRra concode_elem_sep void setRraCollection concode_elem_sep int getStep concode_elem_sep boolean... | int function ( ) { return this . _rraList . size ( ) ; } |
36,277 | get custom deserializer concode_field_sep java.lang.String proposalLineItemActionType concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep void setProposalLineItemActionType concode_elem_sep org.apache.axi... | 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 ) ; } |
36,278 | set or reset the pid . concode_field_sep String PARAM_PAGE concode_elem_sep Map m_parameters concode_elem_sep boolean m_isAction concode_elem_sep String m_page concode_elem_sep String m_resourcePath concode_elem_sep String m_panel concode_elem_sep String PARAM_PANEL concode_elem_sep String PARAM_SITE concode_elem_sep S... | ActionURL function ( String arg0 ) { m_pid = arg0 ; return this ; } |
36,279 | checks if we 've had an error inside of opengl es , and if so what that error is . concode_field_sep Map<Integer,Integer> cachedTextureHandles concode_elem_sep Vector3 objectToCamera concode_field_sep float[] randomColor concode_elem_sep IntBuffer createIntBuffer concode_elem_sep int createVAO concode_elem_sep ShortBuf... | void function ( final String arg0 , final String arg1 ) { int loc0 ; while ( ( loc0 = GLES20 . glGetError ( ) ) != GLES20 . GL_NO_ERROR ) { Log . e ( arg0 , arg1 + "srini_string" + loc0 ) ; throw new RuntimeException ( arg1 + "srini_string" + loc0 ) ; } } |
36,280 | computes the index for a given point on the line . the supplied point does not necessarily have to lie precisely on the line , but if it is far from the line the accuracy and performance of this function is not guaranteed . use #project to compute a guaranteed result for pointswhich may be far from the line . concode_f... | LinearLocation function ( Coordinate arg0 ) { return LocationIndexOfPoint . indexOf ( linearGeom , arg0 ) ; } |
36,281 | setcontainswebappexpectedstring concode_field_sep boolean containsWebAppExpectedString concode_elem_sep String appType concode_elem_sep String pageLoadTime concode_elem_sep boolean containsSocketserviceExpectedResponse concode_elem_sep String httpTextResponse concode_elem_sep boolean containsWebServiceExpectedResponse ... | void function ( boolean arg0 ) { this . containsWebAppExpectedString = arg0 ; } |
36,282 | remove the padding from the archive header strings . concode_field_sep ARHeader[] headers concode_elem_sep String filename concode_elem_sep long strtbl_pos concode_elem_sep long size concode_elem_sep long elf_offset concode_elem_sep String object_name concode_elem_sep RandomAccessFile rfile concode_field_sep PE getPE c... | String function ( String arg0 ) { while ( arg0 . charAt ( arg0 . length ( ) - 1 ) == ' ' ) arg0 = arg0 . substring ( 0 , arg0 . length ( ) - 1 ) ; return arg0 ; } |
36,283 | gets the progress message . if the progressmessageenabled attribute is set to false an empty string is returned . this ensure that the component will use its default percent value as the progress message . concode_field_sep boolean progressMessageEnabled concode_elem_sep boolean intermediatMode concode_elem_sep String ... | String function ( ) { if ( progressMessageEnabled ) { return progressMessage ; } else { return "srini_string" ; } } |
36,284 | sets the value of the custom property . concode_field_sep int limitRows concode_elem_sep String field concode_elem_sep List<RelatedListColumnType> columns concode_elem_sep boolean custom concode_elem_sep String name concode_elem_sep String label concode_elem_sep List<RelatedListSortType> sorts concode_elem_sep String s... | void function ( boolean arg0 ) { this . custom = arg0 ; } |
36,285 | function z : - inf , + inf - > -1 , 1 concode_field_sep PlaceHolder placeHolder concode_field_sep double infFunction concode_elem_sep double toNormalizedPathParameter concode_elem_sep double toParentPathParameter | double function ( double arg0 ) { if ( arg0 == Double . NEGATIVE_INFINITY ) { return - 1 + PathMover . OPEN_BORDER_OFFSET ; } if ( arg0 >= 0 ) { return arg0 / ( 1 + arg0 ) ; } return arg0 / ( 1 - arg0 ) ; } |
36,286 | locates the resource with the given name , relative to the current test class . asserts that the resource exists . concode_field_sep Class<?> testClass concode_field_sep TestFile findResource concode_elem_sep Statement apply | TestFile function ( String arg0 ) { assertNotNull ( testClass ) ; TestFile loc0 = findResource ( arg0 ) ; assertNotNull ( String . format ( "srini_string" , arg0 , testClass . getName ( ) ) , loc0 ) ; return loc0 ; } |
36,287 | sets the permission for the file . concode_field_sep String owner concode_elem_sep List<AclEntry> entries concode_elem_sep FsPermission permission concode_elem_sep boolean stickyBit concode_elem_sep List<AclEntry> entries concode_elem_sep FsPermission permission concode_elem_sep String group concode_field_sep Builder o... | Builder function ( FsPermission arg0 ) { this . permission = arg0 ; return this ; } |
36,288 | sets the abstracttext as selected , if it child abstracttext object they must also be 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 isHighligh... | void function ( boolean arg0 ) { this . selected = arg0 ; } |
36,289 | sets the value of the canonicalizationmethod property . concode_field_sep List<ReferenceType> reference concode_elem_sep CanonicalizationMethodType canonicalizationMethod concode_elem_sep SignatureMethodType signatureMethod concode_elem_sep String id concode_field_sep SignatureMethodType getSignatureMethod concode_elem... | void function ( CanonicalizationMethodType arg0 ) { this . canonicalizationMethod = arg0 ; } |
36,290 | sets the description of the data . it is similar to the title on a web page or an x window . you can put a on either a form to fill out , or a set of data results . concode_field_sep List<Item> items concode_elem_sep List<FormField> fields concode_elem_sep ReportedData reportedData concode_elem_sep List<String> instruc... | void function ( String arg0 ) { this . title = arg0 ; } |
36,291 | crea una figura con forma de ` i ' . concode_field_sep PlaceHolder placeHolder concode_field_sep Figura getNumber concode_elem_sep Figura getCuadrado concode_elem_sep Figura getDosPuntos concode_elem_sep Figura getChar concode_elem_sep Figura getTInversa concode_elem_sep Figura getZ concode_elem_sep Figura getLInversa ... | Figura function ( final Punto arg0 ) { return new Figura ( arg0 , Color . YELLOW , 0x1 , 0x1 , 0x1 , 0x1 ) ; } |
36,292 | gets the starting point of the transition , a float between 0.0 and 1.0 . defaults to 0.0 . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_ele... | float function ( ) { return from ; } |
36,293 | return the last transform value used by the transform concode_field_sep BigInteger k concode_elem_sep ECPublicKeyParameters key concode_field_sep void init concode_elem_sep ECPair transform concode_elem_sep ECMultiplier createBasePointMultiplier | BigInteger function ( ) { return k ; } |
36,294 | set the topic for the last will . concode_field_sep int qos concode_elem_sep byte[] payload concode_elem_sep String topic concode_elem_sep boolean retain concode_field_sep byte[] getPayload concode_elem_sep void setQos concode_elem_sep boolean isRetain concode_elem_sep void setPayload concode_elem_sep int getQos concod... | void function ( String arg0 ) { this . topic = arg0 ; } |
36,295 | sets the name . concode_field_sep String duration concode_elem_sep String name concode_elem_sep int id concode_elem_sep String band concode_field_sep void setDuration concode_elem_sep String getName concode_elem_sep String getDuration concode_elem_sep String getBand concode_elem_sep void setId concode_elem_sep int getI... | void function ( String arg0 ) { this . name = arg0 ; } |
36,296 | checks if all the output files of the given lineage are completed . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isInCheckpointing concode_elem_sep List<Long> getLostFiles concode_elem_sep boolean needRecompute concode_elem_sep boolean isPersisted | boolean function ( Lineage arg0 , FileSystemMasterView arg1 ) { for ( long loc0 : arg0 . getOutputFiles ( ) ) { FileInfo loc1 = arg1 . getFileInfo ( loc0 ) ; if ( ! loc1 . isCompleted ( ) ) { return false ; } } return true ; } |
36,297 | performs a dynamic query on the database and returns the matching rows . concode_field_sep LayoutBranchLocalService _layoutBranchLocalService concode_field_sep com.liferay.portal.model.LayoutBranch addLayoutBranch concode_elem_sep com.liferay.portal.model.LayoutBranch addLayoutBranch concode_elem_sep com.liferay.portal... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _layoutBranchLocalService . arg0 ( arg0 ) ; } |
36,298 | for databases that fail to cascade deletes beyond a certain depth . concode_field_sep String REPOSITORY_PROPERTY concode_elem_sep String URL_PROPERTY concode_elem_sep Class<? extends RepositoryFactory> defaultRepositoryFactory concode_elem_sep String DB_DEFAULT concode_elem_sep boolean SINGLEDS_DEFAULT concode_elem_sep... | int function ( ) { return 0 ; } |
36,299 | info log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setL... | void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 , arg2 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.