idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
11,100 | convenience method for merging a new field containing a single varint value . this is used in particular when an unknown enum value is encountered . for use by generated code only . concode_field_sep boolean isMutable concode_elem_sep Object[] objects concode_elem_sep int count concode_elem_sep int memoizedSerializedSi... | UnknownFieldSetLite function ( int arg0 , int arg1 ) { checkMutable ( ) ; if ( arg0 == 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } storeField ( WireFormat . makeTag ( arg0 , WireFormat . WIRETYPE_VARINT ) , ( long ) arg1 ) ; return this ; } |
11,101 | delete tag with the given tag id . concode_field_sep TaggingService taggingService concode_field_sep Map createTag concode_elem_sep Map getStopWords concode_elem_sep Map searchTags concode_elem_sep Map getTags concode_elem_sep Map createStopWord concode_elem_sep Map searchStopWords concode_elem_sep Map deleteStopWord c... | Map function ( Map arg0 ) { Map loc0 = new HashMap ( ) ; loc0 . put ( "srini_string" , false ) ; try { Long loc1 = new Long ( ( String ) arg0 . get ( "srini_string" ) ) ; taggingService . deleteTag ( loc1 , true ) ; loc0 . put ( "srini_string" , true ) ; } catch ( Exception loc1 ) { loc1 . printStackTrace ( ) ; loc0 . ... |
11,102 | sets the entities for the block . concode_field_sep EntityCollection entities concode_field_sep EntityCollection getEntityCollection | void function ( EntityCollection arg0 ) { this . entities = arg0 ; } |
11,103 | no-operation . does not apply to this case , since there are no default preferences . concode_field_sep String TITLE concode_elem_sep Logger fLogger concode_elem_sep String EXPLANATION concode_elem_sep JComboBox<Level> fLogLevel concode_elem_sep java.util.List<Level> LEVELS concode_elem_sep int MNEMONIC concode_field_s... | void function ( ) { } |
11,104 | returns a range of all the modules . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.queryutil #all_pos... | java . util . List < com . liferay . marketplace . model . Module > function ( int arg0 , int arg1 ) { return getService ( ) . getModules ( arg0 , arg1 ) ; } |
11,105 | the url of the service to use . concode_field_sep String bootVersion concode_elem_sep String javaVersion concode_elem_sep String groupId concode_elem_sep String format concode_elem_sep String description concode_elem_sep String packaging concode_elem_sep String language concode_elem_sep List<String> dependencies concod... | String function ( ) { return this . serviceUrl ; } |
11,106 | dispatches a notificationlite value to the actual observer . concode_field_sep Action1<SubjectObserver<T>> onTerminated concode_elem_sep Observer<? super T> actual concode_elem_sep boolean emitting concode_elem_sep boolean caughtUp concode_elem_sep NotificationLite<T> nl concode_elem_sep SubjectObserver[] NO_OBSERVERS ... | void function ( Object arg0 , final NotificationLite < T > arg1 ) { if ( arg0 != null ) { arg1 . accept ( actual , arg0 ) ; } } |
11,107 | creates a socket and connects it to the specified remote host at the specified remote port . this socket is configured using the socket options established for this factory . concode_field_sep HsqlSocketFactory sslImpl concode_elem_sep HsqlSocketFactory plainImpl concode_elem_sep String DEFAULT_SSL_PROVIDER_CLASS conco... | Socket function ( String arg0 , int arg1 ) { return new Socket ( arg0 , arg1 ) ; } |
11,108 | removes a listener . concode_field_sep PlaceHolder placeHolder concode_field_sep Class<T> getChildType concode_elem_sep P getParent concode_elem_sep Set<IPropertyDescription<S,T>> getPropertyDescriptions concode_elem_sep IProperty<S,E> getProperty concode_elem_sep List<T> getValues concode_elem_sep void addStrongListen... | void function ( @ Nonnull IPropertyPitEventListener arg0 ) { getPit ( ) . removeListener ( arg0 ) ; } |
11,109 | sets the childdescr value for this customrecordtypechildren . concode_field_sep com.netsuite.webservices.platform.core_2014_2.RecordRef childTab concode_elem_sep java.lang.String childDescr concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.descriptio... | void function ( java . lang . String arg0 ) { this . childDescr = arg0 ; } |
11,110 | sets the description of an assertion . concode_field_sep String overridingErrorMessage concode_elem_sep Description description concode_elem_sep Representation representation concode_field_sep String overridingErrorMessage concode_elem_sep void overridingErrorMessage concode_elem_sep void useHexadecimalRepresentation c... | void function ( String arg0 , Object ... arg1 ) { description = checkIsNotNull ( arg0 , arg1 ) ; } |
11,111 | adds a new fetch filter to the spider . concode_field_sep LinkedList<FetchFilter> fetchFilters concode_elem_sep List<SpiderParser> parsersUnmodifiableView concode_elem_sep LinkedList<SpiderParser> parsers concode_elem_sep LinkedList<ParseFilter> parseFilters concode_elem_sep Map<String,ArrayList<String>> visitedPost co... | void function ( FetchFilter arg0 ) { log . debug ( "srini_string" + arg0 . getClass ( ) . getSimpleName ( ) ) ; fetchFilters . add ( arg0 ) ; } |
11,112 | decrements the pending count . concode_field_sep String fregex concode_elem_sep String extension concode_elem_sep String REGEX concode_elem_sep String pregex concode_elem_sep String rregex concode_elem_sep int pending concode_elem_sep InvertedIndex index concode_elem_sep Path directory concode_elem_sep URI uri concode_... | void function ( ) { pending -- ; logger . debug ( "srini_string" , pending ) ; if ( pending <= 0 ) { this . notifyAll ( ) ; } } |
11,113 | 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 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 ) ; } |
11,114 | gets the value of the layout property . concode_field_sep Layout layout concode_elem_sep String format concode_elem_sep String lang concode_elem_sep String clazz concode_field_sep String getClazz concode_elem_sep String getLang concode_elem_sep void setFormat concode_elem_sep void setClazz concode_elem_sep String getFo... | Layout function ( ) { return layout ; } |
11,115 | adds a header to the request . the header name will be handled as case-insensitive key . if a header already exists then the list of values will just be extended . concode_field_sep String rawBaseUri concode_elem_sep String rawQueryPath concode_elem_sep String protocol concode_elem_sep HttpMethod method concode_elem_se... | void function ( final String arg0 , final String arg1 ) { headers . addHeader ( arg0 , arg1 ) ; } |
11,116 | requested maximum length of the queue of incoming connections . default -1 for no backlog . 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 sendBuf concode_elem_sep int nu... | int function ( ) { return conf . getInt ( "srini_string" , - 1 ) ; } |
11,117 | gets the checkpointing mode exactly-once vs. at-least-once . concode_field_sep long DEFAULT_TIMEOUT concode_elem_sep long checkpointTimeout concode_elem_sep int DEFAULT_MAX_CONCURRENT_CHECKPOINTS concode_elem_sep boolean deleteOnCancellation concode_elem_sep CheckpointingMode DEFAULT_MODE concode_elem_sep Checkpointing... | CheckpointingMode function ( ) { return checkpointingMode ; } |
11,118 | returns a copy of this configuration 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... | NagiosConfiguration function ( ) { try { NagiosConfiguration loc0 = ( NagiosConfiguration ) clone ( ) ; return loc0 ; } catch ( CloneNotSupportedException loc0 ) { throw new RuntimeCamelException ( loc0 ) ; } } |
11,119 | returns true , if changes were n't saved to fs . concode_field_sep List<String> indexes concode_elem_sep Log LOG concode_elem_sep boolean dirty concode_elem_sep int counter concode_elem_sep String name concode_elem_sep String DEFALUT_NAME concode_elem_sep MultiIndex multiIndex concode_elem_sep Directory dir concode_ele... | boolean function ( ) { return dirty ; } |
11,120 | defines the resource-bundle factory that can be used to localize the drawing process . concode_field_sep Color background concode_elem_sep Color foreground concode_elem_sep Object value concode_elem_sep Font font concode_field_sep void setStyleSheet concode_elem_sep ImageMap getImageMap concode_elem_sep void draw conco... | void function ( final ResourceBundleFactory arg0 ) { } |
11,121 | calculates the squared length of the vector . concode_field_sep float x concode_elem_sep float y concode_elem_sep float z concode_field_sep Vec3 add concode_elem_sep FloatBuffer getBuffer concode_elem_sep Vec3 lerp concode_elem_sep Vec3 subtract concode_elem_sep float length concode_elem_sep float dot concode_elem_sep ... | float function ( ) { return x * x + y * y + z * z ; } |
11,122 | sets the stroke alpha . concode_field_sep MTColor fillColor concode_elem_sep short lineStipplePattern concode_elem_sep GLMaterial material concode_elem_sep boolean drawSmooth concode_elem_sep boolean noStroke concode_elem_sep boolean noFill concode_elem_sep int fillDrawMode concode_elem_sep float strokeWeight concode_e... | void function ( float arg0 ) { this . strokeColor . setAlpha ( arg0 ) ; } |
11,123 | gets the current location of the frame . concode_field_sep Location loc concode_elem_sep Object obj concode_elem_sep Thread thread concode_elem_sep long id concode_elem_sep int SIZE concode_field_sep Value getValue concode_elem_sep Object getObject concode_elem_sep void setValue concode_elem_sep Thread getThread concod... | Location function ( ) { return loc ; } |
11,124 | returns a human readable representation of the critical path stats with all the details . concode_field_sep long childAggregatedElapsedTime concode_elem_sep boolean isRunning concode_elem_sep long relativeFinishNanos concode_elem_sep Action action concode_elem_sep long relativeStartNanos concode_elem_sep C child concod... | String function ( ) { String loc0 = "srini_string" ; if ( ! isRunning ) { loc0 = String . format ( "srini_string" , getElapsedTimeMillis ( ) / 1000.0 ) + "srini_string" ; } return loc0 + action . describe ( ) ; } |
11,125 | sets the effect1 . concode_field_sep Effect effect1 concode_elem_sep Effect effect2 concode_elem_sep Generator generator1 concode_elem_sep Generator generator2 concode_elem_sep Mixer mixer concode_field_sep void initializeVisuals concode_elem_sep int[] getEffect2Buffer concode_elem_sep int[] getBuffer concode_elem_sep ... | void function ( int arg0 ) { this . effect1 = Collector . getInstance ( ) . getPixelControllerEffect ( ) . getEffect ( arg0 ) ; } |
11,126 | sets the initial lifecycle state of the host . for example , if the host is already resumed at creation time , we would n't expect an onresume call until we get an onpause call . concode_field_sep List<ReactPackage> mPackages concode_elem_sep String mJSBundleAssetUrl concode_elem_sep JSBundleLoader mJSBundleLoader conc... | ReactInstanceManagerBuilder function ( LifecycleState arg0 ) { mInitialLifecycleState = arg0 ; return this ; } |
11,127 | the activitytype type structure representing the activity type . returns a reference to this object so that method calls can be chained together . concode_field_sep java.util.Date deprecationDate concode_elem_sep String description concode_elem_sep ActivityType activityType concode_elem_sep java.util.Date creationDate ... | ActivityTypeInfo function ( ActivityType arg0 ) { this . activityType = arg0 ; return this ; } |
11,128 | for which context type does this annotator work ? concode_field_sep PlaceHolder placeHolder concode_field_sep ExtensionList<ConsoleAnnotatorFactory> all concode_elem_sep URL getResource concode_elem_sep boolean hasScript concode_elem_sep void doScriptJs concode_elem_sep void doStyleCss concode_elem_sep ConsoleAnnotator... | Class function ( ) { Type loc0 = Types . getBaseClass ( getClass ( ) , ConsoleAnnotator . class ) ; if ( loc0 instanceof ParameterizedType ) return Types . erasure ( Types . getTypeArgument ( loc0 , 0 ) ) ; else return Object . class ; } |
11,129 | closes the cursors that have been opened by this join cursor . the cursors passed to database #join database.join are not closedby this method , and should be closed by the caller . concode_field_sep Database database concode_elem_sep Dbc dbc concode_elem_sep JoinConfig config concode_field_sep Database getDatabase con... | void function ( ) { dbc . close ( ) ; } |
11,130 | get custom serializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_field_sep void setName concode_elem_sep org.apache.axis.description.TypeDesc getTypeDesc concode_ele... | org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } |
11,131 | perform substitution on a property set concode_field_sep String DELIM_START concode_elem_sep char ESCAPE_CHAR concode_elem_sep String DELIM_STOP concode_field_sep String getValue concode_elem_sep String unescape concode_elem_sep String substVars | void function ( Map < String , String > arg0 ) { performSubstitution ( arg0 , ( BundleContext ) null ) ; } |
11,132 | the fully qualified uri of the new distribution resource just created . for example : ps : / / cloudfront.amazonaws.com/2010-11-01/distribution/edfdvbd632bhds5 . concode_field_sep String location concode_elem_sep String eTag concode_elem_sep Distribution distribution concode_field_sep Distribution getDistribution conco... | String function ( ) { return location ; } |
11,133 | invokes queue . blockingqueue #take take uninterruptibly . concode_field_sep PlaceHolder placeHolder concode_field_sep void joinUninterruptibly concode_elem_sep void joinUninterruptibly concode_elem_sep boolean tryAcquireUninterruptibly concode_elem_sep boolean tryAcquireUninterruptibly concode_elem_sep V getUninterrup... | E function ( BlockingQueue < E > arg0 ) { boolean loc0 = false ; try { while ( true ) { try { return arg0 . take ( ) ; } catch ( InterruptedException loc1 ) { loc0 = true ; } } } finally { if ( loc0 ) { Thread . currentThread ( ) . interrupt ( ) ; } } } |
11,134 | allow many userids per provideruserid . if true , authentication is not possible concode_field_sep boolean multiUserId concode_elem_sep boolean multiProviderUserId concode_field_sep String getConnectionAddedRedirectUrl concode_elem_sep ConnectionFactory<S> getConnectionFactory concode_elem_sep SocialAuthenticationToken... | boolean function ( ) { return multiUserId ; } |
11,135 | formats a long as an 8-byte unsigned hex value . concode_field_sep PlaceHolder placeHolder concode_field_sep String uNibble concode_elem_sep String s4 concode_elem_sep String s8 concode_elem_sep String dump concode_elem_sep String u1 concode_elem_sep String u2 concode_elem_sep String u2or4 concode_elem_sep String u3 co... | String function ( long arg0 ) { char [ ] loc0 = new char [ 16 ] ; for ( int loc1 = 0 ; loc1 < 16 ; loc1 ++ ) { loc0 [ 15 - loc1 ] = Character . forDigit ( ( int ) arg0 & 0x0f , 16 ) ; arg0 >>= 4 ; } return new String ( loc0 ) ; } |
11,136 | returns the o auth token with the primary key . concode_field_sep OAuthTokenLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep int getOAuthTokensCount concode_elem_sep com.... | com . liferay . opensocial . model . OAuthToken function ( long arg0 ) { return getService ( ) . getOAuthToken ( arg0 ) ; } |
11,137 | this implementation is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep void postHandle concode_elem_sep void afterCompletion concode_elem_sep boolean preHandle | void function ( HttpServletRequest arg0 , HttpServletResponse arg1 , Object arg2 ) { } |
11,138 | the policy name . concode_field_sep String policyArn concode_elem_sep String policyDocument concode_elem_sep Boolean isDefaultVersion concode_elem_sep String policyName concode_elem_sep String policyVersionId concode_field_sep void setPolicyVersionId concode_elem_sep void setPolicyName concode_elem_sep String getPolicy... | String function ( ) { return this . policyName ; } |
11,139 | closes the iterator , handling null and ignoring exceptions . concode_field_sep BufferedReader bufferedReader concode_elem_sep String cachedLine concode_elem_sep boolean finished concode_field_sep Object next concode_elem_sep String nextLine concode_elem_sep boolean hasNext concode_elem_sep boolean isValidLine concode_... | void function ( LineIterator arg0 ) { if ( arg0 != null ) { arg0 . close ( ) ; } } |
11,140 | removes a protocolcommandlistener . concode_field_sep ListenerList __listeners concode_elem_sep Object __source concode_field_sep void addProtocolCommandListener concode_elem_sep void fireReplyReceived concode_elem_sep void fireCommandSent concode_elem_sep int getListenerCount | void function ( ProtocolCommandListener arg0 ) { __listeners . removeListener ( arg0 ) ; } |
11,141 | indicates if this value of the historical attribute was generated for a add operation . concode_field_sep HistAttrModificationKey histKey concode_elem_sep String stringValue concode_elem_sep AttributeValue attributeValue concode_elem_sep LinkedHashSet<String> options concode_elem_sep ChangeNumber cn concode_elem_sep St... | boolean function ( ) { return attrType == null && ! ismodDN ; } |
11,142 | should this model be fit to the data via a cost minimizing algorithm by default ? concode_field_sep PlaceHolder placeHolder concode_field_sep double next concode_elem_sep double parseDoubleParam concode_elem_sep MovAvgModel neighboringModel concode_elem_sep boolean hasValue concode_elem_sep boolean parseBoolParam conco... | boolean function ( ) { return false ; } |
11,143 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<Double> loadAverage concode_elem_sep CPUUtilization cPUUtilization concode_field_sep SystemStatus withCPUUtilization concode_elem_sep java.util.List<Double> getLoadAverage concode... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getCPUUtilization ( ) != null ) loc0 . append ( "srini_string" + getCPUUtilization ( ) + "srini_string" ) ; if ( getLoadAverage ( ) != null ) loc0 . append ( "srini_string" + getLoadAverage ( ) ) ; loc0 . append (... |
11,144 | sets the value of the textcolor property . concode_field_sep Boolean adSenseEnabled concode_elem_sep String borderColor concode_elem_sep String backgroundColor concode_elem_sep AdSenseSettingsAdType adType concode_elem_sep AdSenseSettingsFontFamily fontFamily concode_elem_sep String titleColor concode_elem_sep AdSenseS... | void function ( String arg0 ) { this . textColor = arg0 ; } |
11,145 | gets the zathura generator . concode_field_sep String guiName concode_elem_sep IZathuraGenerator zathuraGenerator concode_elem_sep String zathuraVersion concode_elem_sep String name concode_elem_sep String description concode_elem_sep String persistence concode_field_sep void setName concode_elem_sep String getGuiName ... | IZathuraGenerator function ( ) { return zathuraGenerator ; } |
11,146 | check whether the application is in mode #prod mode . concode_field_sep PlaceHolder placeHolder concode_field_sep play.api.Application getWrappedApplication concode_elem_sep File path concode_elem_sep Configuration configuration concode_elem_sep URL resource concode_elem_sep boolean isTest concode_elem_sep boolean isDe... | boolean function ( ) { return getWrappedApplication ( ) . isProd ( ) ; } |
11,147 | return user attributes associated with this invocation . this method provides an invocation-bound alternative to a threadlocal . this map is initialized lazily and is not used in the aop framework itself . concode_field_sep Object proxy concode_elem_sep Method method concode_elem_sep Map<String,Object> userAttributes c... | Map < String , Object > function ( ) { if ( this . userAttributes == null ) { this . userAttributes = new HashMap < String , Object > ( ) ; } return this . userAttributes ; } |
11,148 | sets the password . concode_field_sep String password concode_elem_sep String userName concode_field_sep String getPassword concode_elem_sep void setUserName concode_elem_sep String getUserName | void function ( String arg0 ) { this . password = arg0 ; } |
11,149 | applies the porter stemmer . 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 step6 concode_elem_sep Collection listOptions concode_elem_sep void step4 concode_elem_sep voi... | String function ( String arg0 ) { int loc0 ; char loc1 ; loc0 = arg0 . length ( ) ; for ( int loc2 = 0 ; loc2 < loc0 ; ++ loc2 ) { loc1 = arg0 . charAt ( loc2 ) ; if ( Character . isLetter ( loc1 ) ) add ( Character . toLowerCase ( loc1 ) ) ; else { i = 0 ; return arg0 ; } } stem ( ) ; return getString ( ) ; } |
11,150 | returns the parser state concode_field_sep ParserConfiguration currentParserConfiguration concode_elem_sep DependencyParserConfig manager concode_elem_sep boolean diagnostics concode_elem_sep ParserState parserState concode_elem_sep ClassifierGuide classifierGuide concode_elem_sep BufferedWriter diaWriter concode_field... | ParserState function ( ) { return parserState ; } |
11,151 | returns the create date of this asset . concode_field_sep Asset _asset concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int c... | Date function ( ) { return _asset . getCreateDate ( ) ; } |
11,152 | returns whether the given integer includes the private modifier . concode_field_sep int AccVolatile concode_elem_sep int AccSynchronized concode_elem_sep int AccDefaultMethod concode_elem_sep int AccDeprecated concode_elem_sep int AccBridge concode_elem_sep int AccAnnotation concode_elem_sep int AccStrictfp concode_ele... | boolean function ( int arg0 ) { return ( arg0 & AccPrivate ) != 0 ; } |
11,153 | object can be compared by their unique id . concode_field_sep String ILLEGAL_ID concode_elem_sep String id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep void setId concode_elem_sep String getId | boolean function ( Object arg0 ) { if ( arg0 == this ) return true ; if ( ! ( arg0 instanceof TrelloModel ) ) return false ; TrelloModel loc0 = ( TrelloModel ) arg0 ; return ! id . equals ( ILLEGAL_ID ) && id . equals ( loc0 . id ) ; } |
11,154 | converts the specified stack into a hyperstack with ` c ' channels , ` z ' slices and ` t ' frames using the default ordering `` xyczt '' and display mode `` composite '' . concode_field_sep String[] orders concode_elem_sep int ZCT concode_elem_sep int ZTC concode_elem_sep boolean splitRGB concode_elem_sep int C concod... | ImagePlus function ( ImagePlus arg0 , int arg1 , int arg2 , int arg3 ) { return toHyperStack ( arg0 , arg1 , arg2 , arg3 , null , null ) ; } |
11,155 | parses the string text into an float . if text is null or does not contain a parsable value , the message given in message is used to throw a saxexception . concode_field_sep PlaceHolder placeHolder concode_field_sep int parseInt concode_elem_sep int parseInt concode_elem_sep String parseString concode_elem_sep boolean... | float function ( final String arg0 , final String arg1 ) { if ( arg0 == null ) { throw new SAXException ( arg1 ) ; } try { return Float . parseFloat ( arg0 ) ; } catch ( NumberFormatException loc0 ) { throw new SAXException ( "srini_string" + arg1 ) ; } } |
11,156 | modified version of run-jetty assumes configurator sets handler . concode_field_sep Object[][] PRETTY_MS_DIVIDERS concode_elem_sep Object[][] PRETTY_SEC_DIVIDERS concode_field_sep void configFilter concode_elem_sep void configFilter concode_elem_sep Server removeNonSslConnector concode_elem_sep FilterHolder corsFilterH... | void function ( Integer arg0 , String arg1 , Integer arg2 , IConfigurator arg3 ) { Server loc0 = jettyCreateServer ( arg0 , arg1 , arg2 ) ; if ( arg3 != null ) { arg3 . execute ( loc0 ) ; } loc0 . start ( ) ; } |
11,157 | the deploy path for classes . for examples see docs for eclipsewtp concode_field_sep List<WbProperty> properties concode_elem_sep String contextPath concode_elem_sep Project project concode_elem_sep List<WbResource> resources concode_elem_sep Set<Configuration> rootConfigurations concode_elem_sep XmlFileContentMerger f... | String function ( ) { return classesDeployPath ; } |
11,158 | check that the number of non-option arguments is zero . concode_field_sep ArrayList<String> m_args concode_elem_sep Map<String,String> m_map concode_field_sep void parseArgs concode_elem_sep double getDouble concode_elem_sep double getDouble concode_elem_sep int getInteger concode_elem_sep int getInteger concode_elem_s... | void function ( ) { if ( ! m_args . isEmpty ( ) ) throw new ErrorMessage ( "srini_string" ) ; } |
11,159 | returns the build data display name , optionally with scm name . this string needs to be relatively short because it is displayed in a column with other short links . if it is lengthened , it causes the other data on the page to shift right . the page is then difficult to read . concode_field_sep Build lastBuild concod... | String function ( ) { if ( scmName != null && ! scmName . isEmpty ( ) ) return "srini_string" + scmName ; return "srini_string" ; } |
11,160 | check whether two objects are equals , but do not compare the id fields . concode_field_sep float[] minMax concode_elem_sep long id concode_field_sep void setMax concode_elem_sep void setMin concode_elem_sep float min concode_elem_sep float max concode_elem_sep int hashCode concode_elem_sep boolean isNull concode_elem_... | boolean function ( SpatialKey arg0 ) { return Arrays . equals ( minMax , arg0 . minMax ) ; } |
11,161 | get name concode_field_sep Logger log concode_elem_sep String name concode_elem_sep long serialVersionUID concode_field_sep void setName concode_elem_sep void endpointActivation concode_elem_sep void stop concode_elem_sep int hashCode concode_elem_sep void endpointDeactivation concode_elem_sep boolean equals concode_el... | String function ( ) { return name ; } |
11,162 | returns the weight of this asset link . concode_field_sep AssetLink _assetLink 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... | int function ( ) { return _assetLink . getWeight ( ) ; } |
11,163 | the resource the descriptor was parsed from concode_field_sep GPathResult parsedXml concode_elem_sep Resource resource concode_field_sep GPathResult getParsedXml | Resource function ( ) { return resource ; } |
11,164 | returns the wall entry id of this wall entry . concode_field_sep WallEntry _wallEntry concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode... | long function ( ) { return _wallEntry . getWallEntryId ( ) ; } |
11,165 | gets the value of the x2 property . concode_field_sep String borderLeft concode_elem_sep String columns concode_elem_sep String borderRight concode_elem_sep String y1 concode_elem_sep String x1 concode_elem_sep String y2 concode_elem_sep String x2 concode_elem_sep String rows concode_elem_sep String borderTop concode_e... | String function ( ) { return x2 ; } |
11,166 | returns the composite . concode_field_sep boolean drawPath concode_elem_sep boolean fillPath concode_elem_sep double[] xValue concode_elem_sep Stroke drawStroke concode_elem_sep Paint drawPaint concode_elem_sep Paint fillPaint concode_elem_sep Composite composite concode_elem_sep double[] yValue concode_elem_sep boolea... | Composite function ( ) { return this . composite ; } |
11,167 | this method gives us a codification of the wallet identifier the identifier is an enum that registers the wallet concode_field_sep String walletIcon concode_elem_sep WalletCategory walletCategory concode_elem_sep int iconResource concode_elem_sep WalletType walletType concode_elem_sep String walletName concode_elem_sep... | String function ( ) { return walletPlatformIdentifier ; } |
11,168 | set another wrong alternative concode_field_sep List<String> outputs concode_elem_sep String question concode_elem_sep String outputWrong concode_elem_sep String right concode_elem_sep String wrong2 concode_elem_sep String wrong concode_elem_sep Examination exam concode_elem_sep String output concode_elem_sep Integer u... | void function ( String arg0 ) { this . wrong2 = arg0 ; } |
11,169 | gets the value of the value property . concode_field_sep CaseType _case concode_elem_sep String value concode_elem_sep BigInteger key concode_field_sep BigInteger getKey concode_elem_sep void setValue concode_elem_sep void setCase concode_elem_sep CaseType getCase concode_elem_sep void setKey | String function ( ) { return value ; } |
11,170 | returns the graph associated with this match . concode_field_sep IndexedWord findCurrent concode_elem_sep IndexedWord node concode_elem_sep WeakHashMap<Integer,List<IndexedWord>> topologicalSortCache concode_elem_sep Iterator<IndexedWord> findIterator concode_elem_sep Map<String,IndexedWord> namesToNodes concode_elem_s... | SemanticGraph function ( ) { return sg ; } |
11,171 | helper called by generated code to construct default values for bytes fields . this is a lot like #stringdefaultvalue , but for bytes fields . in this case we only need the second of the two hacks -- allowing us to embed raw bytes as a string literal with iso-8859-1 encoding . concode_field_sep PlaceHolder placeHolder ... | ByteString function ( String arg0 ) { try { return ByteString . copyFrom ( arg0 . getBytes ( "srini_string" ) ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new IllegalStateException ( "srini_string" , loc0 ) ; } } |
11,172 | finds reference to a snapshotted file by its original name concode_field_sep ImmutableList<BlobStoreIndexShardSnapshot> shardSnapshots concode_field_sep ImmutableList<BlobStoreIndexShardSnapshot> snapshots concode_elem_sep Iterator<BlobStoreIndexShardSnapshot> iterator concode_elem_sep FileInfo findNameFile | FileInfo function ( String arg0 ) { for ( BlobStoreIndexShardSnapshot loc0 : shardSnapshots ) { FileInfo loc1 = loc0 . findPhysicalIndexFile ( arg0 ) ; if ( loc1 != null ) { return loc1 ; } } return null ; } |
11,173 | adds the error code and the key to the list of errors . this list is populated during construction or addition of elements and is used outside this class to act upon the errors . concode_field_sep Method savePropsMethod concode_elem_sep String fileName concode_elem_sep boolean resource concode_elem_sep String[] errorKe... | void function ( int arg0 , String arg1 ) { errorCodes = ( int [ ] ) ArrayUtil . resizeArray ( errorCodes , errorCodes . length + 1 ) ; errorKeys = ( String [ ] ) ArrayUtil . resizeArray ( errorKeys , errorKeys . length + 1 ) ; errorCodes [ errorCodes . length - 1 ] = arg0 ; errorKeys [ errorKeys . length - 1 ] = arg1 ;... |
11,174 | converts a jdom document to a w3c one concode_field_sep String osNs concode_elem_sep List<String> formats concode_elem_sep Logger log concode_elem_sep boolean enabled concode_elem_sep String svcUrl concode_elem_sep HandleService handleService concode_elem_sep String uiUrl concode_field_sep Document getResultsDoc concod... | Document function ( org . jdom . Document arg0 ) { DOMOutputter loc0 = new DOMOutputter ( ) ; try { return loc0 . output ( arg0 ) ; } catch ( JDOMException loc1 ) { throw new IOException ( "srini_string" , loc1 ) ; } } |
11,175 | print a byte to standard output and flush standard output . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println concode... | void function ( byte arg0 ) { out . print ( arg0 ) ; out . flush ( ) ; } |
11,176 | util method to write an attribute without the ns prefix concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DescribeInstanceStatusType localDescribeInstanceStatus concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_el... | void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , javax . xml . stream . XMLStreamWriter arg3 ) { if ( arg0 . equals ( "srini_string" ) ) { arg3 . writeAttribute ( arg1 , arg2 ) ; } else { registerPrefix ( arg3 , arg0 ) ; arg3 . writeAttribute ( arg0 , arg1 , arg2 ) ; }... |
11,177 | gets the value of the mostrecentconversiondate property . concode_field_sep String mostRecentConversionDate concode_elem_sep Integer numConversionEvents concode_elem_sep Money conversionValue concode_elem_sep Integer numConvertedClicks concode_field_sep Integer getNumConvertedClicks concode_elem_sep void setNumConverte... | String function ( ) { return mostRecentConversionDate ; } |
11,178 | get display of dcvalue concode_field_sep PlaceHolder placeHolder concode_field_sep String getStringValue concode_elem_sep String getAttributeValue concode_elem_sep void writeDocument concode_elem_sep boolean deleteMetadataByValue concode_elem_sep void appendMetadata concode_elem_sep List<DtoMetadata> loadDublinCore con... | String function ( DCValue arg0 ) { return "srini_string" + arg0 . schema + "srini_string" + arg0 . element + "srini_string" + arg0 . qualifier + "srini_string" + arg0 . language + "srini_string" + arg0 . value ; } |
11,179 | removes an imageconsumer from the list of consumers interested in data for this image . this method is public as a side effect of this class implementing the imageproducer interface . it should not be called from user code , and its behavior if called from user code is unspecified . concode_field_sep ImageFilter filter... | void function ( ImageConsumer arg0 ) { if ( proxies != null ) { ImageFilter loc0 = ( ImageFilter ) proxies . get ( arg0 ) ; if ( loc0 != null ) { src . removeConsumer ( loc0 ) ; proxies . remove ( arg0 ) ; if ( proxies . isEmpty ( ) ) { proxies = null ; } } } } |
11,180 | connect to the database concode_field_sep int size concode_elem_sep String resource concode_elem_sep String property concode_elem_sep String tag concode_elem_sep String user concode_elem_sep Connections con concode_field_sep void disconnect concode_elem_sep String getResource concode_elem_sep String getProperty concode... | void function ( ) { con . connect ( ) ; } |
11,181 | test of teststarted method , of class autostop . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSetErrorRate concode_elem_sep void setUpClass concode_elem_sep void testTestEnded_0args concode_elem_sep void testGetErrorRate concode_elem_sep void testGetResponseTime concode_elem_sep void testGetResp... | void function ( ) { System . out . println ( "srini_string" ) ; String loc0 = "srini_string" ; AutoStop loc1 = new AutoStop ( ) ; loc1 . testStarted ( loc0 ) ; } |
11,182 | test method for org.apache.niolex.commons.seda.dispatcher #getallstages . concode_field_sep Dispatcher disp concode_field_sep void testDispatchT concode_elem_sep void testZClear concode_elem_sep void testGetStage concode_elem_sep void testStartAdjust concode_elem_sep void testYShutdown concode_elem_sep void testDispatc... | void function ( ) { int loc0 = disp . getAllStages ( ) . size ( ) ; assertEquals ( 4 , loc0 ) ; } |
11,183 | get the iproject containing the given eobject concode_field_sep SGenFactory factory concode_field_sep void setDefaultValue concode_elem_sep FeatureParameterValue createParameterValue concode_elem_sep boolean projectOpened concode_elem_sep FeatureConfiguration createDefaultFeatureConfiguration concode_elem_sep boolean p... | IProject function ( EObject arg0 ) { return ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getFile ( new Path ( arg0 . eResource ( ) . getURI ( ) . toPlatformString ( true ) ) ) . getProject ( ) ; } |
11,184 | this should be called when you stop using the port . this will prevent port locking on platforms like linux . concode_field_sep OutputStream output concode_elem_sep BufferedReader input concode_elem_sep String PORT_NAMES[] concode_elem_sep int TIME_OUT concode_elem_sep int DATA_RATE concode_elem_sep SerialPort serialPo... | void function ( ) { if ( serialPort != null ) { serialPort . removeEventListener ( ) ; serialPort . close ( ) ; } } |
11,185 | more complex version of join . if you find you want to use this , you should implement ilatticeoperations instead . concode_field_sep PlaceHolder placeHolder concode_field_sep LE bottom concode_elem_sep LE copy concode_elem_sep boolean atLeastAsPrecise concode_elem_sep boolean atLeastAsPrecise | LE function ( LE arg0 , LE arg1 , ASTNode arg2 ) { return join ( arg0 , arg1 ) ; } |
11,186 | send an info log message concode_field_sep int LEVEL_WARNING concode_elem_sep int sLevel concode_elem_sep int LEVEL_FATAL concode_elem_sep int LEVEL_INFO concode_elem_sep int LEVEL_VERBOSE concode_elem_sep int LEVEL_DEBUG concode_elem_sep int LEVEL_ERROR concode_field_sep void d concode_elem_sep void d concode_elem_sep... | void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( sLevel > LEVEL_INFO ) { return ; } Log . i ( arg0 , arg1 , arg2 ) ; } |
11,187 | get the method concode_field_sep MethodDoc method concode_elem_sep String deprecatedVersion concode_elem_sep String name concode_elem_sep boolean sinceAvailable concode_elem_sep String doc concode_elem_sep List<String> params concode_elem_sep String sinceVersion concode_elem_sep String returnDoc concode_elem_sep boolea... | MethodDoc function ( ) { return method ; } |
11,188 | get current trace level concode_field_sep String TRACE_LEVEL_KEY concode_field_sep void log concode_elem_sep void log concode_elem_sep void log concode_elem_sep void log concode_elem_sep void setTraceLevel | int function ( Context arg0 ) { return Env . getContextAsInt ( arg0 , TRACE_LEVEL_KEY ) ; } |
11,189 | clears this hashtable so that it contains no keys . concode_field_sep Entry table[] concode_elem_sep Entry next concode_elem_sep float loadFactor concode_elem_sep int count concode_elem_sep int threshold concode_elem_sep Object value concode_elem_sep int hash concode_elem_sep int key concode_field_sep boolean contains ... | void function ( ) { Entry loc0 [ ] = table ; for ( int loc1 = loc0 . length ; -- loc1 >= 0 ; ) { loc0 [ loc1 ] = null ; } count = 0 ; } |
11,190 | controls whether the externalresource should be loaded or not . concode_field_sep String ERROR_EXTERNAL_RESOURCE_FROM_DIFFERENT_URL concode_elem_sep SecurityException se concode_elem_sep String ERROR_CANNOT_ACCESS_DOCUMENT_URL concode_elem_sep String DATA_PROTOCOL concode_field_sep placeholderType placeHolder | void function ( ) { if ( se != null ) { se . fillInStackTrace ( ) ; throw se ; } } |
11,191 | returns the id of the category concode_field_sep Column[] columns concode_elem_sep long serialVersionUID concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_field_sep void setName concode_elem_sep void setColumns concode_elem_sep String getName concode_elem_sep String get... | void function ( String arg0 ) { this . id = arg0 ; } |
11,192 | returns the drawpaint . concode_field_sep boolean drawPath concode_elem_sep boolean fillPath concode_elem_sep double[] xValue concode_elem_sep Stroke drawStroke concode_elem_sep Paint drawPaint concode_elem_sep Paint fillPaint concode_elem_sep Composite composite concode_elem_sep double[] yValue concode_elem_sep boolea... | Paint function ( ) { return this . drawPaint ; } |
11,193 | sets the mvcc version of this subscription . concode_field_sep Subscription _subscription concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem... | void function ( long arg0 ) { _subscription . setMvccVersion ( arg0 ) ; } |
11,194 | an exit code appropriate for use in system.exit . concode_field_sep ExitStatus OK concode_elem_sep int code concode_elem_sep ExitStatus ERROR concode_elem_sep String name concode_elem_sep boolean hangup concode_field_sep String getName concode_elem_sep boolean isHangup concode_elem_sep String toString concode_elem_sep ... | int function ( ) { return this . code ; } |
11,195 | gets the vm scheduler . concode_field_sep long currentAllocatedSize concode_elem_sep List<Double> currentAllocatedMips concode_elem_sep double mips concode_elem_sep int numberOfPes concode_elem_sep int userId concode_elem_sep boolean inMigration concode_elem_sep CloudletScheduler cloudletScheduler concode_elem_sep Stri... | CloudletScheduler function ( ) { return cloudletScheduler ; } |
11,196 | called when the activity is becoming visible to the user . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideUrlLo... | void function ( ) { } |
11,197 | the total time large merges were stopped so smaller merges could finish . concode_field_sep long totalBytesPerSecAutoThrottle concode_elem_sep XContentBuilderString TOTAL_DOCS concode_elem_sep XContentBuilderString CURRENT_SIZE_IN_BYTES concode_elem_sep XContentBuilderString CURRENT_DOCS concode_elem_sep XContentBuilde... | TimeValue function ( ) { return new TimeValue ( totalStoppedTimeInMillis ) ; } |
11,198 | is this a fast moving body that should be prevented from tunneling through other moving bodies ? note that all bodies are prevented from tunneling through kinematic and static bodies . this setting is only considered on dynamic bodies . concode_field_sep Object userData concode_elem_sep float gravityScale concode_elem_... | void function ( boolean arg0 ) { this . bullet = arg0 ; } |
11,199 | the user-supplied name for this deployment . concode_field_sep List<ExternalEndpoint> externalEndpoints concode_elem_sep List<ExternalEndpoint> externalEndpoints concode_elem_sep int localPort concode_elem_sep OSImage.Type os concode_elem_sep RoleSize size concode_elem_sep URI mediaLink concode_elem_sep String sourceIm... | String function ( ) { return name ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.