idx int64 0 25k | question stringlengths 68 5.14k | target stringlengths 20 503 |
|---|---|---|
8,400 | explicitly cancels the packet collector so that no more results are queued up . once a packet collector has been cancelled , it can not be re-enabled . instead , a new packet collector must be created . concode_field_sep LinkedBlockingQueue<Packet> resultQueue concode_elem_sep int MAX_PACKETS concode_elem_sep boolean c... | void function ( ) { if ( ! cancelled ) { conection . removePacketCollector ( this ) ; cancelled = true ; } } |
8,401 | increases the capacity of this frequencysketch instance , if necessary , to ensure that it can accurately estimate the popularity of elements given the maximum size of the cache . this operation forgets all previous counts when resizing . concode_field_sep int randomSeed concode_elem_sep long RESET_MASK concode_elem_se... | void function ( @ Nonnegative long arg0 ) { checkArgument ( arg0 >= 0 ) ; int loc0 = ( int ) Math . min ( arg0 , Integer . MAX_VALUE >>> 1 ) ; if ( ( table != null ) && ( table . length >= loc0 ) ) { return ; } table = new long [ ( loc0 == 0 ) ? 1 : ceilingNextPowerOfTwo ( loc0 ) ] ; tableMask = Math . max ( 0 , table ... |
8,402 | method declaration concode_field_sep Database dDatabase concode_elem_sep Vector tTransaction concode_elem_sep int iNestedOldTransIndex concode_elem_sep int iId concode_elem_sep jdbcConnection intConnection concode_elem_sep boolean script concode_elem_sep boolean bAutoCommit concode_elem_sep boolean bReadOnly concode_el... | void function ( ) { if ( bClosed ) { return ; } rollback ( ) ; this . dDatabase . dropTempTables ( this ) ; dDatabase = null ; uUser = null ; tTransaction = null ; hSavepoints = null ; intConnection = null ; bClosed = true ; } |
8,403 | sets the value of the layout property . concode_field_sep String button3Value concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String button4Value concode_elem_sep Label label concode_elem_sep String button4Label concode_elem_sep String button2Value... | void function ( Layout arg0 ) { this . layout = arg0 ; } |
8,404 | tests if the specified key-value pair has been cached in openssl-to-java cache . concode_field_sep ConcurrentMap<String,String> j2o concode_elem_sep Pattern OPENSSL_AES_CBC_PATTERN concode_elem_sep Pattern JAVA_CIPHERSUITE_PATTERN concode_elem_sep ConcurrentMap<String,Map<String,String>> o2j concode_elem_sep Pattern OP... | boolean function ( String arg0 , String arg1 , String arg2 ) { Map < String , String > loc0 = o2j . get ( arg0 ) ; if ( loc0 == null ) { return false ; } else { return arg2 . equals ( loc0 . get ( arg1 ) ) ; } } |
8,405 | setter for the field text . concode_field_sep String color concode_elem_sep String uei concode_elem_sep int id concode_elem_sep String text concode_field_sep void setColor concode_elem_sep void setUei concode_elem_sep String getText concode_elem_sep String getColor concode_elem_sep void setId concode_elem_sep int getId... | void function ( String arg0 ) { this . text = arg0 ; } |
8,406 | get the applicationinfo for the application to which this item belongs , if available , otherwise returns null . concode_field_sep Bundle metaData concode_elem_sep Collator sCollator concode_elem_sep String name concode_elem_sep int icon concode_elem_sep int logo concode_elem_sep String packageName concode_elem_sep int... | ApplicationInfo function ( ) { return null ; } |
8,407 | the string representation of cards has the integer representing their suit and the integer representing their card number separated by a colon concode_field_sep int suit concode_elem_sep String displayCardNumber concode_elem_sep int cardNumber concode_field_sep String getDisplayCardNumber concode_elem_sep Card parseCar... | String function ( ) { String loc0 = suit + "srini_string" + cardNumber ; return loc0 ; } |
8,408 | a marker that disallows execution of unfinished code . concode_field_sep PlaceHolder placeHolder concode_field_sep void todo concode_elem_sep void todo | void function ( String arg0 ) { throw new NotYetImplementedException ( arg0 ) ; } |
8,409 | finds an interaction from its label concode_field_sep String LABEL_E1 concode_elem_sep String LABEL_R2 concode_elem_sep Map<String,Result> RESULTS concode_elem_sep int BOREDOME_LEVEL concode_elem_sep Experiment previousExperiment concode_elem_sep Mood mood concode_elem_sep Map<String,Experiment> EXPERIENCES concode_ele... | Interaction function ( String arg0 ) { return INTERACTIONS . get ( arg0 ) ; } |
8,410 | returns true , if the device can not be reached offline . concode_field_sep String TYPE_GATEWAY_EXTRAS concode_elem_sep HmInterface hmInterface concode_elem_sep List<HmChannel> channels concode_elem_sep String address concode_elem_sep String name concode_elem_sep String ADDRESS_GATEWAY_EXTRAS concode_elem_sep String ty... | boolean function ( ) { return isStatusDatapointEnabled ( DATAPOINT_NAME_UNREACH ) ; } |
8,411 | makes the vertical scroll bar of the specified jscrollpane track if the view expands e.g. if rows are added to an underlying table . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean contains concode_elem_sep void moveAdjustable concode_elem_sep void selectRow concode_elem_sep void selectRow concode_e... | void function ( JScrollPane arg0 ) { if ( arg0 == null ) { return ; } makeScrollBarTrack ( arg0 . getVerticalScrollBar ( ) ) ; } |
8,412 | connection timeout in millis . concode_field_sep int connectionTimeout concode_elem_sep String password concode_elem_sep int timeout concode_elem_sep int port concode_elem_sep NagiosSettings nagiosSettings concode_elem_sep String host concode_elem_sep NagiosEncryptionMethod encryptionMethod concode_field_sep void setHo... | void function ( int arg0 ) { this . connectionTimeout = arg0 ; } |
8,413 | stub method to start the bean life-cycle . concode_field_sep Logger logger concode_elem_sep SessionContext sessionContext concode_elem_sep SingletonBeanTwo beanTwo concode_field_sep void initialise concode_elem_sep void performSomething | void function ( ) { } |
8,414 | indicates that current chart instance supports image map interaction concode_field_sep String plotPointShape concode_elem_sep boolean enableDynamicValues concode_elem_sep boolean areaMapEnabled concode_elem_sep int CUSTOM_CHART_TYPE concode_elem_sep String xAxisTitle concode_elem_sep boolean barChartOrientationHorizont... | boolean function ( ) { return areaMapEnabled ; } |
8,415 | set the precision of the number to be displayed . concode_field_sep int LEFT_ALIGN concode_elem_sep int BOTTOM_BORDER concode_elem_sep int attributes concode_elem_sep int RIGHT_ALIGN concode_elem_sep int sizeInPoints concode_elem_sep int SUBSCRIPT concode_elem_sep Color foreground concode_elem_sep int align concode_ele... | void function ( int arg0 ) { decimalPlaces = arg0 ; } |
8,416 | sets the clientreference value for this getcompanymatches_resulttype . concode_field_sep uk.co.graydon.ws.GraydonDataService.types.CompanyType[] companyMatches concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String clientReference ... | void function ( java . lang . String arg0 ) { this . clientReference = arg0 ; } |
8,417 | encode a string using base64 encoding . used when storing passwords as cookies . this is weak encoding in that anyone can use the decodestring routine to reverse the encoding . concode_field_sep Log log concode_field_sep String encode concode_elem_sep String ascii2String concode_elem_sep char ascii2Char concode_elem_se... | String function ( String arg0 ) { Base64 loc0 = new Base64 ( ) ; return new String ( loc0 . encode ( arg0 . getBytes ( ) ) ) . trim ( ) ; } |
8,418 | sets the value of the type property . concode_field_sep GeocentricCRSType geocentricCRS concode_elem_sep String role 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 remoteSchema conc... | void function ( String arg0 ) { this . type = arg0 ; } |
8,419 | returns the description of the file provided by the requestor . concode_field_sep FileTransferManager manager concode_elem_sep StreamInitiation streamInitiation concode_field_sep long getFileSize concode_elem_sep StreamInitiation getStreamInitiation concode_elem_sep String getMimeType concode_elem_sep String getRequest... | String function ( ) { return streamInitiation . getFile ( ) . getDesc ( ) ; } |
8,420 | get the start data of a vector . concode_field_sep ByteBuffer bb concode_elem_sep int bb_pos concode_elem_sep ThreadLocal<CharsetDecoder> UTF8_DECODER concode_elem_sep ThreadLocal<CharBuffer> CHAR_BUFFER concode_field_sep int __vector_len concode_elem_sep ByteBuffer __vector_as_bytebuffer concode_elem_sep int __offset ... | int function ( int arg0 ) { arg0 += bb_pos ; return arg0 + bb . getInt ( arg0 ) + SIZEOF_INT ; } |
8,421 | gets the value of the creditindicator property . concode_field_sep String allocationTypeCode concode_elem_sep Amount allocationAmount concode_elem_sep List<String> note concode_elem_sep List<String> receivedPaymentLineAttachment concode_elem_sep List<String> description concode_elem_sep String documentReference concode... | Boolean function ( ) { return creditIndicator ; } |
8,422 | updates the image in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep ImageLocalService _service concode_field_sep com.liferay.portal.model.Image fetchImage concode_elem_sep com.liferay.portal.model.Image createImage concode_elem_sep boolean isNullOrDe... | com . liferay . portal . model . Image function ( com . liferay . portal . model . Image arg0 , boolean arg1 ) { return getService ( ) . updateImage ( arg0 , arg1 ) ; } |
8,423 | add a single value for the specified property . if there are already one or more values registered for the given property key , the given value will be added to the end of the list . concode_field_sep boolean requestedSessionIdValid concode_elem_sep PortletSession session concode_elem_sep String scheme concode_elem_sep... | void function ( String arg0 , String arg1 ) { Assert . notNull ( arg0 , "srini_string" ) ; List < String > loc0 = this . properties . get ( arg0 ) ; if ( loc0 != null ) { loc0 . add ( arg1 ) ; } else { List < String > loc1 = new LinkedList < String > ( ) ; loc1 . add ( arg1 ) ; this . properties . put ( arg0 , loc1 ) ;... |
8,424 | method to tell the chat state to update everyone in the chat this method is normally called when a message is added to the log concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoL... | void function ( ) { chatState . updateAll ( ) ; SessionRenderer . render ( "srini_string" ) ; } |
8,425 | this is getter method for originator concode_field_sep String calledNo concode_elem_sep String sessionStartTime concode_elem_sep String callDuration concode_elem_sep String transactionId concode_elem_sep long serialVersionUID concode_elem_sep String originator concode_elem_sep String senderMsisdn concode_elem_sep Strin... | String function ( ) { return originator ; } |
8,426 | an api to fetch all batchclasscmisconfiguration by batch class id starting at firstindex and maxresults is the total number of records . concode_field_sep Logger LOGGER concode_elem_sep BatchClassCmisConfigDao batConfigDao concode_field_sep void removeCmisConfiguration concode_elem_sep void insertCmisConfiguration conc... | List < BatchClassCmisConfiguration > function ( String arg0 , int arg1 , int arg2 ) { return batConfigDao . getCmisConfigByBatchClassIdentifier ( arg0 , arg1 , arg2 ) ; } |
8,427 | returns the number of cached principals . concode_field_sep LoadingCache<C,Optional<P>> cache concode_elem_sep Meter cacheMisses concode_elem_sep Authenticator<C,P> underlying concode_elem_sep Timer gets concode_field_sep Optional<P> authenticate concode_elem_sep void invalidateAll concode_elem_sep void invalidateAll c... | long function ( ) { return cache . size ( ) ; } |
8,428 | creates a pdf with the words `` hello world '' concode_field_sep String DEST concode_elem_sep String HTML concode_field_sep void main | void function ( String arg0 ) { Document loc0 = new Document ( ) ; PdfWriter loc1 = PdfWriter . getInstance ( loc0 , new FileOutputStream ( arg0 ) ) ; loc0 . open ( ) ; XMLWorkerHelper . getInstance ( ) . parseXHtml ( loc1 , loc0 , new FileInputStream ( HTML ) ) ; loc0 . close ( ) ; } |
8,429 | returns a set of asn1objectidentifier objects representing the oids of the non-critical extensions contained in this holder 's certificate . concode_field_sep Extensions extensions concode_elem_sep Certificate x509Certificate concode_field_sep int getVersion concode_elem_sep X500Name getIssuer concode_elem_sep X500Name... | Set function ( ) { return CertUtils . getNonCriticalExtensionOIDs ( extensions ) ; } |
8,430 | retrieves the blob value designated by this blob instance as a stream . concode_field_sep BlobDataID blob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_elem_sep BlobDataID originalBlob concode_elem_sep int colIndex concode_elem_sep boolean isWritable concode_elem_sep JDBCResultSet ... | InputStream function ( ) { return new BlobInputStream ( session , blob , 0 , length ( ) ) ; } |
8,431 | iterates over all deleted versions , including new ones not yet exposed via reader and old ones exposed via reader but not yet gc 'd . concode_field_sep Map<BytesRef,VersionValue> current concode_elem_sep AtomicLong ramBytesUsedTombstones concode_elem_sep int BASE_BYTES_PER_BYTESREF concode_elem_sep Map<BytesRef,Versio... | Iterable < Map . Entry < BytesRef , VersionValue >> function ( ) { return tombstones . entrySet ( ) ; } |
8,432 | compares by name concode_field_sep String name concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String name concode_elem_sep String toString | int function ( Entity arg0 ) { return ( this . name . compareTo ( arg0 . name ) ) ; } |
8,433 | returns the image . concode_field_sep int endLine concode_elem_sep Token next concode_elem_sep String image concode_elem_sep int endColumn concode_elem_sep Token specialToken concode_elem_sep int beginColumn concode_elem_sep int kind concode_elem_sep int beginLine concode_field_sep Token newToken | String function ( ) { return image ; } |
8,434 | closes parser : closes and nulls underlying stream nulls dynamic data moves object to ` closed ' state , where methods return invalid values and next throws ioexception . concode_field_sep int TEXT concode_elem_sep int END_DOCUMENT concode_elem_sep int m_tagSourceLine concode_elem_sep int m_tagName concode_elem_sep IOE... | void function ( ) { if ( m_stream == null ) { return ; } try { m_stream . close ( ) ; } catch ( IOException loc0 ) { } if ( m_nextException == null ) { m_nextException = new IOException ( "srini_string" ) ; } m_stream = null ; resetState ( ) ; } |
8,435 | determine if a string represents an integer with a particular bit set . concode_field_sep int FLAG_MOBILE_NETWORK_PROHIBITED concode_elem_sep int FLAG_FOREGROUND concode_elem_sep int FLAG_SILENT concode_elem_sep int FLAG_BY_USER_REQUEST concode_elem_sep int FLAG_WIFI_LOCK concode_elem_sep String LOG_TAG concode_field_s... | boolean function ( final int arg0 , final int arg1 ) { return ( arg0 & arg1 ) == arg1 ; } |
8,436 | informational status ? concode_field_sep org.apache.commons.logging.Log _log concode_elem_sep String DEFAULTCS concode_elem_sep String SERVER concode_elem_sep String PARAMETERS concode_elem_sep String FILEANDPARAMS concode_elem_sep String FILE concode_field_sep String formatParameter concode_elem_sep String formatParam... | boolean function ( int arg0 ) { return ( ( arg0 / 100 ) == 1 ) ; } |
8,437 | whether the server should enforce encryption on sasl-authenticated connections . 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... | boolean function ( ) { return conf . getBoolean ( "srini_string" , false ) ; } |
8,438 | returns if the receiver represents a subscription rule . concode_field_sep boolean allow concode_elem_sep boolean filterPresence_out concode_elem_sep PrivacyRule rule concode_elem_sep Type type concode_elem_sep String SUBSCRIPTION_NONE concode_elem_sep boolean filterPresence_in concode_elem_sep boolean filterIQ concode... | boolean function ( ) { return this . getType ( ) == Type . subscription ; } |
8,439 | sets the value of the type property . concode_field_sep String revision concode_elem_sep String type concode_elem_sep String severity concode_elem_sep String summary concode_elem_sep String reviewerId concode_elem_sep String description concode_elem_sep String resolution concode_elem_sep ReviewIssueMeta reviewIssueMeta... | void function ( String arg0 ) { this . type = arg0 ; } |
8,440 | encode the byte data to base 64 writing it to the given output stream . concode_field_sep Base64Encoder encoder concode_field_sep byte[] decode concode_elem_sep byte[] decode concode_elem_sep int decode | int function ( byte [ ] arg0 , OutputStream arg1 ) { return encoder . encode ( arg0 , 0 , arg0 . length , arg1 ) ; } |
8,441 | creates a new announcements flag with the primary key . does not add the announcements flag to the database . concode_field_sep AnnouncementsFlagLocalService _announcementsFlagLocalService concode_field_sep com.liferay.announcements.kernel.model.AnnouncementsFlag getAnnouncementsFlag concode_elem_sep java.lang.String g... | com . liferay . announcements . kernel . model . AnnouncementsFlag function ( long arg0 ) { return _announcementsFlagLocalService . createAnnouncementsFlag ( arg0 ) ; } |
8,442 | the used style should be style of area which is writable , and the others are styles of content which is read-only . concode_field_sep int POSITION_LEAD concode_elem_sep CSSValue borderColor concode_elem_sep BorderCache tableTopBorderCache concode_elem_sep BorderCache tableBottomBorderCache concode_elem_sep int[] BORDE... | void function ( IStyle arg0 , IStyle arg1 , IStyle arg2 , IStyle arg3 , IStyle arg4 ) { resolveBorder ( tableRightBorderCache , new BorderStyleInfo [ ] { new BorderStyleInfo ( arg3 , POSITION_TRAIL ) , new BorderStyleInfo ( arg2 , POSITION_TRAIL ) , new BorderStyleInfo ( arg1 , POSITION_TRAIL ) , new BorderStyleInfo ( ... |
8,443 | returns the alignment along the y axis for the container . concode_field_sep Container container concode_elem_sep int Y_AXIS concode_elem_sep SizeRequirements[] yChildren concode_elem_sep SizeRequirements yTotal concode_elem_sep int[] spansY concode_elem_sep int X_AXIS concode_elem_sep int[] offsetsX concode_elem_sep i... | float function ( Container arg0 ) { synchronized ( container . getTreeLock ( ) ) { if ( container != arg0 ) throw new AWTError ( "srini_string" ) ; checkTotalRequirements ( ) ; return yTotal . alignment ; } } |
8,444 | returns the optional long value of the specified modelnode . concode_field_sep PlaceHolder placeHolder concode_field_sep Optional<Property> optionalProperty concode_elem_sep OptionalInt optionalInt concode_elem_sep Optional<Float> optionalFloat concode_elem_sep Optional<String> optionalString concode_elem_sep Optional<... | OptionalLong function ( ModelNode arg0 ) { return arg0 . isDefined ( ) ? OptionalLong . of ( arg0 . asInt ( ) ) : OptionalLong . empty ( ) ; } |
8,445 | check for job access . concode_field_sep App app concode_elem_sep AppContext appCtx concode_elem_sep HttpServletResponse response concode_field_sep void init concode_elem_sep BlacklistedNodesInfo getBlacklistedNodes concode_elem_sep Job getJobFromJobIdString concode_elem_sep Boolean hasAccess concode_elem_sep AMAttempt... | void function ( Job arg0 , HttpServletRequest arg1 ) { if ( ! hasAccess ( arg0 , arg1 ) ) { throw new WebApplicationException ( Status . UNAUTHORIZED ) ; } } |
8,446 | returns a color object if the parameter can be evaluated as acolor . this includes a text search against a list of known colors case-insensitive ; see #color_map and conversion of the string into a color using color #decode string . invalid strings cause color_map . get `` black '' to be returned . calls #convertstring... | Color function ( String arg0 ) { arg0 = arg0 . trim ( ) . toLowerCase ( ) ; Color loc0 = COLOR_MAP . get ( arg0 ) ; if ( loc0 != null ) return loc0 ; loc0 = convertStringToColor ( arg0 ) ; return loc0 ; } |
8,447 | constructs a string with all attributes in name = value format . concode_field_sep String firstName concode_elem_sep long serialVersionUID concode_elem_sep int intField concode_field_sep int getIntField concode_elem_sep void setIntField concode_elem_sep void setFirstName concode_elem_sep String getFirstName | String function ( ) { final String loc0 = "srini_string" ; StringBuilder loc1 = new StringBuilder ( ) ; loc1 . append ( "srini_string" ) . append ( "srini_string" ) . append ( firstName ) . append ( loc0 ) . append ( "srini_string" ) . append ( intField ) . append ( loc0 ) . append ( "srini_string" ) ; return loc1 . to... |
8,448 | sets the name of this n a v i g a t i o n. concode_field_sep NAVIGATION _navigation concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concod... | void function ( java . lang . String arg0 ) { _navigation . setName ( arg0 ) ; } |
8,449 | retrieves the family of the operating system . use this method to perform comparisons . concode_field_sep String nameString concode_elem_sep String archString concode_elem_sep String familyString concode_elem_sep String versionString concode_elem_sep Name name concode_elem_sep DataModel dataModel concode_elem_sep Archi... | Family function ( ) { return family ; } |
8,450 | sets the value of the externaldata property . concode_field_sep CTBoolean roundedCorners concode_elem_sep CTExtensionList extLst concode_elem_sep CTRelId userShapes concode_elem_sep CTExternalData externalData concode_elem_sep CTProtection protection concode_elem_sep CTShapeProperties spPr concode_elem_sep CTBoolean da... | void function ( CTExternalData arg0 ) { this . externalData = arg0 ; } |
8,451 | returns true if the anchor is a half-ascent anchor , and false otherwise . concode_field_sep TextAnchor HALF_ASCENT_LEFT concode_elem_sep TextAnchor BOTTOM_LEFT concode_elem_sep TextAnchor BASELINE_RIGHT concode_elem_sep TextAnchor BASELINE_CENTER concode_elem_sep TextAnchor TOP_LEFT concode_elem_sep TextAnchor TOP_RIG... | boolean function ( ) { return this == CENTER_LEFT || this == CENTER || this == CENTER_RIGHT ; } |
8,452 | set the current log level . 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 function ( int arg0 ) { LOGLEVEL = arg0 ; Log . i ( "srini_string" , "srini_string" + arg0 ) ; } |
8,453 | create a new servlet context within the server . this method should be invoked before the server is started , once for each context the caller wants to register . concode_field_sep String realm concode_elem_sep String username concode_elem_sep Server server concode_elem_sep String password concode_elem_sep ServerConnec... | ServletContextHandler function ( String arg0 ) { assertNotYetSetUp ( ) ; if ( "srini_string" . equals ( arg0 ) ) arg0 = "srini_string" ; ServletContextHandler loc0 = new ServletContextHandler ( ) ; loc0 . setContextPath ( arg0 ) ; contexts . addHandler ( loc0 ) ; return loc0 ; } |
8,454 | returns the number of rows matching the dynamic query . concode_field_sep TypeLocalService _typeLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_ele... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _typeLocalService . dynamicQueryCount ( arg0 ) ; } |
8,455 | determine whether the resolution context has a combined `` comp '' and `` module '' namespace . concode_field_sep String moduleName concode_elem_sep String componentName concode_elem_sep boolean compUsesModule concode_elem_sep String applicationName concode_field_sep String getComponentName concode_elem_sep String getA... | boolean function ( ) { return compUsesModule ; } |
8,456 | returns the number of bytes that will be written to out in a callto #writeto , or -1 if that count is unknown . concode_field_sep RawHeaders headers concode_elem_sep String method concode_elem_sep RawHeaders headers concode_elem_sep String method concode_elem_sep Object tag concode_elem_sep Body body concode_elem_sep U... | long function ( ) { return - 1 ; } |
8,457 | get childs iocs concode_field_sep AssemblerImpl parent concode_elem_sep MutablePicoContainer pico concode_elem_sep AssemblerImpl[] childs concode_field_sep void registerComponentImplementation concode_elem_sep void registerComponentImplementation concode_elem_sep IAssembler getParent concode_elem_sep T getComponentInst... | IAssembler [ ] function ( ) { return childs ; } |
8,458 | get project instance concode_field_sep State myState concode_elem_sep boolean IS_URL_MODE concode_elem_sep boolean IS_RUNTIME concode_elem_sep boolean IS_TEST concode_elem_sep boolean INCLUDE_SDK concode_field_sep void loadState concode_elem_sep boolean isUrlMode concode_elem_sep State getState concode_elem_sep void se... | AnalyzeDependenciesSettings function ( Project arg0 ) { return ServiceManager . getService ( arg0 , AnalyzeDependenciesSettings . class ) ; } |
8,459 | sets the date of the new moon . concode_field_sep Calendar firstQuarter concode_elem_sep double illumination concode_elem_sep Calendar thirdQuarter concode_elem_sep MoonPhaseName name concode_elem_sep Calendar _new concode_elem_sep int age concode_elem_sep Calendar full concode_field_sep void setName concode_elem_sep i... | void function ( Calendar arg0 ) { this . _new = arg0 ; } |
8,460 | dummy test case to make intellij recognize this as a test class . concode_field_sep HostCreateSpec hostCreateSpec concode_elem_sep Validator validator concode_field_sep void testEmptyStringsForUsernameAndPassword concode_elem_sep void testInvalidAddress concode_elem_sep void testNotNullButEmptyUsageTags concode_elem_se... | void function ( ) { } |
8,461 | get the mime parameters associated with a part . concode_field_sep boolean _lastPart concode_elem_sep String _filename concode_elem_sep LineInput _in concode_elem_sep MultiMap _partMap concode_elem_sep byte[] _data concode_elem_sep HttpServletRequest _request concode_elem_sep Hashtable _headers concode_elem_sep String ... | Hashtable function ( String arg0 ) { List loc0 = ( List ) _partMap . getValues ( arg0 ) ; if ( loc0 == null ) return null ; return ( ( Part ) loc0 . get ( 0 ) ) . _headers ; } |
8,462 | set the prefix that identifies single-line comments within the sql scripts . defaults to '' -- '' . concode_field_sep String sqlScriptEncoding concode_elem_sep boolean ignoreFailedDrops concode_elem_sep String separator concode_elem_sep String blockCommentStartDelimiter concode_elem_sep String blockCommentEndDelimiter ... | void function ( String arg0 ) { this . commentPrefix = arg0 ; } |
8,463 | deploy a microservice . concode_field_sep long startTime concode_elem_sep TransportManager transportManager concode_elem_sep Logger log concode_elem_sep boolean isStarted concode_elem_sep MicroservicesRegistry msRegistry concode_field_sep MicroservicesRunner addInterceptor concode_elem_sep MicroservicesRegistry getMsRe... | MicroservicesRunner function ( Object arg0 ) { checkState ( ) ; msRegistry . addHttpService ( arg0 ) ; return this ; } |
8,464 | returns the total amount of swap space in bytes or -1 if not available . concode_field_sep long TOTAL_SWAP_SPACE concode_elem_sep long TOTAL_PHYSICAL_MEMORY concode_field_sep long freePhysicalMemory concode_elem_sep long freeSwapSpace concode_elem_sep long totalPhysicalMemory | long function ( ) { return TOTAL_SWAP_SPACE ; } |
8,465 | inject new values and update the submit button . concode_field_sep PlaceHolder placeHolder concode_field_sep void beforePhase concode_elem_sep PhaseId getPhaseId | void function ( PhaseEvent arg0 ) { Application loc0 = FacesContext . getCurrentInstance ( ) . getApplication ( ) ; AddressFormProcessor loc1 = ( ( AddressBean ) loc0 . createValueBinding ( "srini_string" ) . getValue ( FacesContext . getCurrentInstance ( ) ) ) . getAddressFormProcessor ( ) ; loc1 . inject ( ) ; loc1 .... |
8,466 | convert unixtime into date concode_field_sep long ONE_DAY concode_elem_sep long ONE_HOUR concode_elem_sep long ONE_WEEK concode_field_sep long oneMonthFromNow concode_elem_sep boolean is24HourFormat concode_elem_sep String getDateFormatString concode_elem_sep long now concode_elem_sep SimpleDateFormat getDateWithTimeFo... | Date function ( long arg0 ) { if ( arg0 == 0 ) return null ; return new Date ( arg0 ) ; } |
8,467 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<LoadBasedAutoScalingConfiguration> loadBasedAutoScalingConfigurations concode_field_sep int hashCode concode_elem_sep DescribeLoadBasedAutoScalingResult withLoadBasedAutoScalingCo... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getLoadBasedAutoScalingConfigurations ( ) != null ) loc0 . append ( "srini_string" + getLoadBasedAutoScalingConfigurations ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
8,468 | retrieves the short at the specified byteoffset . concode_field_sep ByteBuffer bb concode_field_sep void setLongsAt concode_elem_sep long[] getLongsAt concode_elem_sep ByteBuffer getBuffer concode_elem_sep void setIntsAt concode_elem_sep void setCharAt concode_elem_sep float[] getFloatsAt concode_elem_sep void setBoole... | short function ( final int arg0 ) { return bb . getShort ( arg0 ) ; } |
8,469 | fill an array with the given value . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillInt concode_elem_sep void fillByte | void function ( byte [ ] arg0 , byte arg1 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { arg0 [ loc0 ] = arg1 ; } } |
8,470 | gets the campaign value for this leadchangerecord . concode_field_sep java.lang.String mktgAssetName concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.marketo.www.mktows.Attribute[] activityAttributes concode_elem_sep java.lang.String campaign concode_elem_sep boolean __hashCodeCalc concode_elem_sep l... | java . lang . String function ( ) { return campaign ; } |
8,471 | return the rate of put attempts . concode_field_sep BlockingQueue<T> blockingQueue concode_elem_sep TimeUnit timeoutTimeUnit concode_elem_sep Gauge<Double> fillRatioGauge concode_elem_sep boolean ifCollectStats concode_elem_sep Optional<QueueStats> queueStats concode_elem_sep String PUT_ATTEMPT_COUNT concode_elem_sep l... | double function ( ) { return this . putsRateMeter . getMeanRate ( ) ; } |
8,472 | fire a selection event . concode_field_sep TransformerImpl m_transformer concode_elem_sep Vector m_traceListeners concode_field_sep void fireGenerateEvent concode_elem_sep void fireExtensionEvent concode_elem_sep void fireExtensionEvent concode_elem_sep void addTraceListener concode_elem_sep void removeTraceListener co... | void function ( SelectionEvent arg0 ) { if ( hasTraceListeners ( ) ) { int loc0 = m_traceListeners . size ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { TraceListener loc2 = ( TraceListener ) m_traceListeners . elementAt ( loc1 ) ; loc2 . selected ( arg0 ) ; } } } |
8,473 | sets a bead on a peg . concode_field_sep String player1Name concode_elem_sep Image image concode_elem_sep String FILE_NAME_WHITE concode_elem_sep int NUM_ALPHA_OFFSET concode_elem_sep String FILE_NAME_BLACK concode_elem_sep boolean isDraw concode_elem_sep boolean isWin concode_elem_sep Image beadImageB concode_elem_sep... | boolean function ( int arg0 , char arg1 ) { arg0 = arg0 - 1 ; if ( position [ arg0 ] . beadAt ( 0 ) . colour ( ) == 'N' || position [ arg0 ] . beadAt ( 1 ) . colour ( ) == 'N' || position [ arg0 ] . beadAt ( 2 ) . colour ( ) == 'N' || position [ arg0 ] . beadAt ( 3 ) . colour ( ) == 'N' ) { position [ arg0 ] . setBead ... |
8,474 | returns the set of headers used to tag this group concode_field_sep Group<T> group concode_field_sep String getHeadValue concode_elem_sep int getSize concode_elem_sep LambdaList<Group<T>> subgroups concode_elem_sep LambdaList<T> find concode_elem_sep LambdaList<T> find concode_elem_sep LambdaGroup<T> findGroup concode_... | Set < String > function ( ) { return group . getHeads ( ) ; } |
8,475 | returns a field object with given name and value . concode_field_sep String mode concode_elem_sep String name concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep Type type concode_elem_sep List<Field> fields concode_elem_sep Function<TableFieldSchema,Field> FROM_PB_FUNCTION conco... | Field function ( String arg0 , Type arg1 ) { return newBuilder ( arg0 , arg1 ) . build ( ) ; } |
8,476 | returns the label position . concode_field_sep LegendItem item concode_elem_sep Point2D labelPosition concode_elem_sep Shape marker concode_elem_sep Line2D line concode_elem_sep double x concode_elem_sep double width concode_elem_sep double y concode_elem_sep double height concode_field_sep void setY concode_elem_sep v... | Point2D function ( ) { return this . labelPosition ; } |
8,477 | set the command factory . concode_field_sep boolean followArgLink concode_elem_sep Configuration configuration concode_elem_sep int maxDepth concode_elem_sep CommandFactory commandFactory concode_elem_sep PrintStream err concode_elem_sep InputStream in concode_elem_sep long startTime concode_elem_sep boolean followLink... | void function ( CommandFactory arg0 ) { this . commandFactory = arg0 ; } |
8,478 | get the shortvalue . concode_field_sep int defaultValue concode_elem_sep String name concode_elem_sep int headerParam concode_elem_sep Boolean booleanValue concode_elem_sep Integer integerValue concode_elem_sep Short shortValue concode_elem_sep long serialVersionUID concode_elem_sep Double doubleValue concode_elem_sep ... | Short function ( ) { return shortValue ; } |
8,479 | returns the number of rows matching the dynamic query . concode_field_sep JIRAActionLocalService _service concode_field_sep com.liferay.socialcoding.model.JIRAAction deleteJIRAAction concode_elem_sep com.liferay.socialcoding.model.JIRAAction deleteJIRAAction concode_elem_sep java.lang.String getOSGiServiceIdentifier co... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . dynamicQueryCount ( arg0 ) ; } |
8,480 | this loader is used when bundle gets reloaded from dev server . in that case loader expect js bundle to be prefetched and stored in local file . we do that to avoid passing large strings between java and native code and avoid allocating memory in java to fit whole js bundle in it . providing correct @param sourceurl of... | JSBundleLoader function ( final String arg0 , final String arg1 ) { return new JSBundleLoader ( ) { @ Override public void loadScript ( ReactBridge arg2 ) { arg2 . loadScriptFromNetworkCached ( arg0 , arg1 ) ; } @ Override public String getSourceUrl ( ) { return arg0 ; } } ; } |
8,481 | sets the value of the promocode property . concode_field_sep IdentifierDescriptionType featureInfo concode_elem_sep List<IdentifierDescriptionType> ratePlanInfo concode_elem_sep String description concode_elem_sep String promoCode concode_elem_sep long serialVersionUID concode_field_sep String getPromoCode concode_elem... | void function ( String arg0 ) { this . promoCode = arg0 ; } |
8,482 | discard all changes of a file because it was deleted . concode_field_sep Database database concode_elem_sep SSDatabaseMetaData metadata concode_elem_sep boolean readonly concode_elem_sep Logger log concode_elem_sep int isolationLevel concode_elem_sep List commitPages concode_elem_sep boolean autoCommit concode_elem_sep... | void function ( FileChannel arg0 ) { testClosedConnection ( ) ; synchronized ( getMonitor ( ) ) { for ( int loc0 = commitPages . size ( ) - 1 ; loc0 >= 0 ; loc0 -- ) { TransactionStep loc1 = ( TransactionStep ) commitPages . get ( loc0 ) ; if ( loc1 . arg0 == arg0 ) { loc1 . rollback ( ) ; loc1 . freeLock ( ) ; } } } } |
8,483 | specifies the content-encoding header . the default implementation sets the value of the #contentencoding contentencoding attribute . concode_field_sep Header contentEncoding concode_elem_sep boolean chunked concode_elem_sep Header contentType concode_field_sep Header getContentEncoding concode_elem_sep boolean isChunk... | void function ( final Header arg0 ) { this . contentEncoding = arg0 ; } |
8,484 | returns the ssrc of the stream . concode_field_sep long duration concode_elem_sep long mCacheSize concode_elem_sep float m concode_elem_sep int TRANSPORT_UDP concode_elem_sep DatagramPacket[] mPackets concode_elem_sep long mClock concode_elem_sep int mTotal concode_elem_sep int mSeq concode_elem_sep int mCount concode_... | int function ( ) { return mSsrc ; } |
8,485 | invoked when a data update is encountered in the log file . concode_field_sep PositiveBoundedRangeModel dayModel concode_elem_sep LogHandler logHandler concode_elem_sep SimulationParser simParser concode_elem_sep String name concode_field_sep void init concode_elem_sep void parseStarted concode_elem_sep String getName ... | void function ( int arg0 , int arg1 , float arg2 ) { } |
8,486 | set callback query parameter . concode_field_sep MediaType TEXT_JAVASCRIPT_MEDIA_TYPE concode_elem_sep MediaType TEXT_JSON_TYPE concode_elem_sep ObjectMapper DEFAULT_MAPPER concode_elem_sep ObjectMapper objectMapper concode_elem_sep String DEFAULT_CALLBACK_QUERY_PARAMETER concode_elem_sep MediaType APPLICATION_PLUS_JSO... | void function ( String arg0 ) { this . callbackQueryParameter = arg0 ; } |
8,487 | verify that the listener completes in a reasonable amount of time , and asserts that the future throws an executableexception and that thecause of the executableexception is expectedcause . concode_field_sep ListenableFuture<?> future concode_elem_sep CountDownLatch countDownLatch concode_field_sep void assertSuccess c... | void function ( Throwable arg0 ) { Assert . assertTrue ( countDownLatch . await ( 1L , TimeUnit . SECONDS ) ) ; try { future . get ( ) ; Assert . fail ( "srini_string" ) ; } catch ( ExecutionException loc0 ) { Assert . assertSame ( arg0 , loc0 . getCause ( ) ) ; } } |
8,488 | produce a jsonobject from a row of comma delimited text , using a parallel jsonarray of strings to provides the names of the elements . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONArray toJSONArray concode_elem_sep JSONArray toJSONArray concode_elem_sep JSONArray toJ... | JSONObject function ( JSONArray arg0 , JSONTokener arg1 ) { JSONArray loc0 = rowToJSONArray ( arg1 ) ; return loc0 != null ? loc0 . toJSONObject ( arg0 ) : null ; } |
8,489 | check if the specified ip address is in the encapsulated range . concode_field_sep IPAddress ipSubnetMask concode_elem_sep IPAddress ipAddress concode_elem_sep int extendedNetworkPrefix concode_field_sep int computeNetworkPrefixFromMask concode_elem_sep IPAddress computeMaskFromNetworkPrefix concode_elem_sep void parse... | boolean function ( IPAddress arg0 ) { if ( ipSubnetMask == null ) { return this . ipAddress . equals ( arg0 ) ; } int loc0 = arg0 . getIPAddress ( ) & ipSubnetMask . getIPAddress ( ) ; int loc1 = ipAddress . getIPAddress ( ) & ipSubnetMask . getIPAddress ( ) ; return loc0 == loc1 ; } |
8,490 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String name concode_elem_sep List<String> photoUrls concode_elem_sep List<Tag> tags concode_elem_sep Category category concode_elem_sep Long id concode_elem_sep String value concode_elem_sep StatusEnum statu... | String function ( Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
8,491 | remove and return the property source with the given name , null if not found . concode_field_sep List<PropertySource<?>> propertySourceList concode_elem_sep Log logger concode_field_sep void assertLegalRelativeAddition concode_elem_sep void replace concode_elem_sep void addLast concode_elem_sep void addBefore concode_... | PropertySource < ? > function ( String arg0 ) { if ( logger . isDebugEnabled ( ) ) { logger . debug ( String . format ( "srini_string" , arg0 ) ) ; } int loc0 = this . propertySourceList . indexOf ( PropertySource . named ( arg0 ) ) ; return ( loc0 != - 1 ? this . propertySourceList . remove ( loc0 ) : null ) ; } |
8,492 | gets the value of the custname property . concode_field_sep String contractEndDate concode_elem_sep String custName concode_elem_sep String msisdn concode_field_sep String getContractEndDate concode_elem_sep void setCustName concode_elem_sep String getMsisdn concode_elem_sep void setContractEndDate concode_elem_sep voi... | String function ( ) { return custName ; } |
8,493 | sets the value of the toomanyresults property . concode_field_sep List<ArtifactType> artifact concode_elem_sep SearchResult.Data data concode_elem_sep BigInteger count concode_elem_sep BigInteger from concode_elem_sep BigInteger totalCount concode_elem_sep boolean tooManyResults concode_field_sep void setTotalCount con... | void function ( boolean arg0 ) { this . tooManyResults = arg0 ; } |
8,494 | returns whether this trilean is equal either to the given trilean , or the given boolean . concode_field_sep Trilean TRUE concode_elem_sep long serialVersionUID concode_elem_sep Trilean FALSE concode_elem_sep Trilean UNKNOWN concode_elem_sep byte value concode_field_sep Trilean or concode_elem_sep boolean isFalse conco... | boolean function ( Object arg0 ) { if ( arg0 instanceof Trilean ) { return ( ( Trilean ) arg0 ) . value == this . value ; } else if ( arg0 instanceof Boolean ) { return from ( ( ( Boolean ) arg0 ) ) . value == this . value ; } else { return false ; } } |
8,495 | adds a sring value to the bottom of the context list concode_field_sep CoordinationProtos.DrillbitEndpoint endpoint concode_elem_sep List<String> contextList concode_elem_sep String errorId concode_field_sep String getErrorId concode_elem_sep CoordinationProtos.DrillbitEndpoint getEndpoint concode_elem_sep void push co... | void function ( String arg0 , String arg1 ) { add ( arg0 + "srini_string" + arg1 ) ; } |
8,496 | test complex key with expression concode_field_sep String key concode_elem_sep Map<String,String> map concode_field_sep void test concode_elem_sep void test concode_elem_sep void simpleExpressionWithDefaultValueTest concode_elem_sep void nestedTwiceExpressionTest concode_elem_sep void nestedExpressionResolvedTest conco... | void function ( ) { map . put ( key + "srini_string" , "srini_string" ) ; test ( "srini_string" , key , "srini_string" , null ) ; } |
8,497 | sets the group id of this s c product screenshot . concode_field_sep SCProductScreenshot _scProductScreenshot concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep... | void function ( long arg0 ) { _scProductScreenshot . setGroupId ( arg0 ) ; } |
8,498 | put logout requests into flow scope . concode_field_sep String CAS_ACCESS_DENIED_REASON concode_field_sep String getTicketGrantingTicketId concode_elem_sep void putLoginTicket concode_elem_sep String getLoginTicketFromFlowScope concode_elem_sep Credential getCredential concode_elem_sep void putTicketGrantingTicketIntoM... | void function ( final RequestContext arg0 , final List < LogoutRequest > arg1 ) { arg0 . getFlowScope ( ) . put ( "srini_string" , arg1 ) ; } |
8,499 | creates a descriptor extractor by name . the current implementation supports the following types of a descriptor extractor : `` sift '' -- `` sift '' `` surf '' -- `` surf '' `` brief '' -- `` briefdescriptorextractor '' `` brisk '' -- `` brisk '' `` orb '' -- `` orb '' `` freak '' -- `` freak '' a combined format is a... | DescriptorExtractor function ( int arg0 ) { DescriptorExtractor loc0 = new DescriptorExtractor ( create_0 ( arg0 ) ) ; return loc0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.