Home
last modified time | relevance | path

Searched +refs:substitute +refs:variable (Results 1 – 25 of 11273) sorted by relevance

12345678910>>...451

/dports/science/dynare/dynare-4.6.4/matlab/
H A Disauxiliary.m3 % Returns true if var is an auxiliary variable.
6 % - var [string] Name of the variable.
7 % - type [integer] Type of auxiliary variable.
16 % - 0, Lead on endogenous variable (substitute for endo leads >= 2)
17 % - 1, Lag on endogenous variable (ubstitute for endo lags >= 2)
18 % - 2, Lead on exogenous variable (ubstitute for exo leads >= 1)
19 % - 3, Lag on exogenous variable (substitute for exo lags >= 1)
20 % - 4 Expectation (substitute for Expectation Operator)
21 % - 5, Diff forward (substitute for the differentiate of a forward variable)
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/lookup/
H A DInferenceSubstitution.java30 public TypeBinding substitute(Substitution substitution, TypeBinding originalType) { in substitute() method in InferenceSubstitution
32 InferenceVariable variable = this.variables[i]; in substitute() local
34 variable.nullHints |= originalType.tagBits & TagBits.AnnotationNullMASK; in substitute()
35 return variable; in substitute()
39 return super.substitute(substitution, originalType); in substitute()
51 public TypeBinding substitute(TypeVariableBinding typeVariable) { in substitute() method in InferenceSubstitution
56 InferenceVariable variable = this.variables[i]; in substitute() local
59 return variable; in substitute()
61 superclass = variable; in substitute()
71 superInterfaces[j] = variable; in substitute()
/dports/devel/texlab/citeproc-rs-5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3/crates/citeproc/tests/data/humans/
H A Ddisambiguate_OblingerAPA.yml88 <substitute>
90 </substitute>
101 <substitute>
103 </substitute>
112 <substitute>
116 </substitute>
122 <substitute>
133 </substitute>
159 <if variable="DOI">
204 <text variable="title"/>
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/util/
H A Dobj-dmethod.sl68 % and instance variable - evector position.
92 % &object-lookup-variable-in-list (obj-lib.sl)
93 % &substitute-myself
171 (with (variable-names (get flavor-name '*variable-names*)))
173 (never (memq argument variable-names))
176 (StdError "DEFMETHOD: An argument was found that matches an instance variable.")
234 (let ((address (&object-lookup-variable-in-list var-names U)))
269 (de &substitute-myself (u)
300 ((var-names (get flavor-name '*variable-names*))
301 ($defflavor-expansion-context flavor-name)) % FLUID variable!
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DInferenceSubstitution.java81 public TypeBinding substitute(Substitution substitution, TypeBinding originalType) { in substitute() method in InferenceSubstitution
83 InferenceVariable variable = this.variables[i]; in substitute() local
84 …if (variable.isFromInitialSubstitution && isInSites(variable.site) && isSameParameter(getP(i), ori… in substitute()
86 …return this.environment.createAnnotatedType(variable.withoutToplevelNullAnnotation(), originalType… in substitute()
87 return variable; in substitute()
91 return super.substitute(substitution, originalType); in substitute()
115 public TypeBinding substitute(TypeVariableBinding typeVariable) { in substitute() method in InferenceSubstitution
120 InferenceVariable variable = this.variables[i]; in substitute() local
123 return variable; in substitute()
125 superclass = variable; in substitute()
[all …]
/dports/math/py-kiwisolver/kiwisolver-1.1.0/kiwi/
H A Dsolverimpl.h119 substitute( subject, *rowptr ); in addConstraint()
170 substitute( tag.marker, *rowptr ); in removeConstraint()
214 m_edits[ variable ] = info; in addEditVariable()
364 m_vars[ variable ] = symbol; in getVarSymbol()
522 substitute( entering, *rowptr ); in addWithArtificialVariable()
540 void substitute( const Symbol& symbol, const Row& row ) in substitute() function
546 it->second->substitute( symbol, row ); in substitute()
551 m_objective->substitute( symbol, row ); in substitute()
553 m_artificial->substitute( symbol, row ); in substitute()
582 substitute( entering, *row ); in optimize()
[all …]
/dports/math/R/R-4.1.2/src/library/base/man/
H A DdelayedAssign.Rd22 \item{x}{a variable name (given as a quoted string in the function call)}
29 a promise to evaluate \code{value} to the variable \code{x}.
37 the variable is first accessed.
45 \code{\link{substitute}}, to see the expression associated with a
51 substitute(x) # shows only 'x', as it is in the global env.
67 substitute(x, ne) # 'pi + 2'
68 \dontshow{stopifnot(identical(substitute(x,ne), quote(pi + 2)))}
76 function(n) eval(substitute(substitute(X, e_), list(X=n))))
H A Dsubstitute.Rd1 % File src/library/base/man/substitute.Rd
6 \name{substitute}
9 substitute(expr, env)
13 \alias{substitute}
17 \code{substitute} returns the parse tree for the (unevaluated)
48 ordinary variable, its value is substituted, unless \code{env} is
56 may in principle be any type. In particular, single-variable
93 substitute(x <- x + 1, list(x = 1)) # nonsense
96 plot(x, y, xlab = deparse1(substitute(x)),
97 ylab = deparse1(substitute(y)))
[all …]
/dports/math/libRmath/R-4.1.1/src/library/base/man/
H A DdelayedAssign.Rd22 \item{x}{a variable name (given as a quoted string in the function call)}
29 a promise to evaluate \code{value} to the variable \code{x}.
37 the variable is first accessed.
45 \code{\link{substitute}}, to see the expression associated with a
51 substitute(x) # shows only 'x', as it is in the global env.
67 substitute(x, ne) # 'pi + 2'
68 \dontshow{stopifnot(identical(substitute(x,ne), quote(pi + 2)))}
76 function(n) eval(substitute(substitute(X, e_), list(X=n))))
H A Dsubstitute.Rd1 % File src/library/base/man/substitute.Rd
6 \name{substitute}
9 substitute(expr, env)
13 \alias{substitute}
17 \code{substitute} returns the parse tree for the (unevaluated)
48 ordinary variable, its value is substituted, unless \code{env} is
56 may in principle be any type. In particular, single-variable
93 substitute(x <- x + 1, list(x = 1)) # nonsense
96 plot(x, y, xlab = deparse1(substitute(x)),
97 ylab = deparse1(substitute(y)))
[all …]
/dports/lang/onyx/onyx-5.1.2/
H A Dacinclude.m43 dnl var : Name of variable to substitute in configure output.
28 dnl var : Name of variable to substitute in configure output.
55 dnl var : Name of variable to substitute in configure output.
86 dnl var : Name of variable to substitute in configure output.
/dports/lang/racket/racket-8.3/share/pkgs/redex-examples/redex/examples/
H A Dthreads.rkt16 (x variable)
19 (ec (ec e) (v ec) (set! variable ec) (let ((x ec)) e) (+ ec e) (+ v ec) hole))
47 (in-hole pc_1 ,(substitute (term x_1) (term v_1) (term e_1)))
52 (term-let ((new-x (variable-not-in (term (the-store ...)) (term x_1))))
55 (in-hole tc_1 ,(substitute (term x_1) (term new-x) (term e_1))))))
58 (define (substitute . x) (error 'substitute "~s" x)) function
/dports/math/R-cran-car/car/R/
H A Dsymbox.R11 variable <- all.vars(formula) functionVar
12 if (length(variable) != 1) stop("the formula must specify one variable")
20 if (missing(ylab)) ylab <- paste("Transformations of", variable)
27 if (missing(ylab)) ylab <- deparse(substitute(x))
28 trans.name <- deparse(substitute(trans))
54 trans.name <- deparse(substitute(trans))
H A DmarginalModelPlot.R37 mmp.lm <- function (model, variable, sd = FALSE, argument
38 xlab = deparse(substitute(variable)),
45 … xlab = deparse(substitute(variable)), ylab, smooth=TRUE, key=TRUE, pch, groups=NULL,
77 groups.label <- deparse(substitute(groups))
87 if (missing(variable)) {
91 u <- variable}
143 mmp.glm <- function (model, variable, sd = FALSE, argument
144 xlab = deparse(substitute(variable)), ylab,
179 groups.label <- deparse(substitute(groups))
186 if (missing(variable)) {
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/m4/
H A Dac_rna_build_requirements.m481 # create a C variable defintion for the template
94 # substitute C variable definitions
99 # substitute file list for static/Makefile.am
142 # create a C variable defintion for the template
155 # substitute C variable definitions
160 # substitute file list for static/Makefile.am
203 # create a C variable defintion for the template
216 # substitute C variable definitions
221 # substitute file list for static/Makefile.am
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/resources/ql/src/test/queries/clientpositive/
H A Dset_processor_namespaces.q13 set hive.variable.substitute=false;
17 set hive.variable.substitute=true;
/dports/finance/gnucash/gnucash-4.9/bindings/guile/
H A Dcore-utils.scm85 (define (known-variable-definition variable)
96 (cut module-local-variable <> variable))
102 ((proc message (variable) _ ...)
103 (format port "Unbound variable: ~a. " variable)
104 (match (known-variable-definition variable)
117 (define (substitute m)
122 (() (regexp-substitute/global #f %regex str 'pre substitute 'post))
/dports/devel/erlang-parse_trans/parse_trans-3.3.0/src/
H A Dparse_trans_codegen.erl229 substitute(
312 [substitute(
343 variable ->
346 erl_syntax:variable(V1);
374 substitute({tuple,L0, function
385 substitute({tuple,L0, function
394 substitute([]) -> function
396 substitute([H|T]) -> function
397 [substitute(H) | substitute(T)];
398 substitute(T) when is_tuple(T) -> function
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/redex-doc/redex/scribblings/ref/
H A Dlanguages.scrbl60 (x y ::= variable-not-otherwise-mentioned))]
99 (term (substitute (x (λ (x) (λ (y) x)))
122 (x y ::= variable-not-otherwise-mentioned)
132 (term (substitute (x (λ (x) (λ (y) x)))
158 (x ::= variable-not-otherwise-mentioned)
197 (x ::= variable-not-otherwise-mentioned)
210 (substitute
233 (x ::= variable-not-otherwise-mentioned)
267 (x ::= variable-not-otherwise-mentioned)
309 (x ::= variable-not-otherwise-mentioned)
[all …]
/dports/devel/xparam/xparam-1.22/
H A Dconfigure.in5 --disable-cxxflags The configuration variable CXXFLAGS will be taken
7 --enable-cxxflags The configuration variable CXXFLAGS will be determined
30 dnl Could have used AC_C_LONG_DOUBLE, which defines variable HAVE_LONG_DOUBLE
148 dnl substitute user-defined value priv_includes.
150 dnl substitute user-defined value dynamic.
152 dnl substitute long long availability.
154 dnl substitute long double availability.
156 dnl substitute header file list to install.
158 dnl substitute info file list to install.
160 dnl substitute availability of dependency rebuild
[all …]
/dports/math/R-cran-memisc/memisc/man/
H A DSubstitute.Rd5 \code{Substitute} differs from \code{\link{substitute}}
6 in so far as its first argument can be a variable that
24 \code{do.call("substitute",list(lang,with))}.
31 substitute(lang,list(x=1,z=2))
/dports/net/oha/oha-0.4.7/cargo-crates/cassowary-0.3.0/src/
H A Dsolver_impl.rs121 self.substitute(subject, &row); in add_constraint()
156 self.substitute(tag.marker, &row); in remove_constraint()
175 self.var_for_symbol.remove(&self.var_data[&term.variable].1); in remove_constraint()
176 self.var_data.remove(&term.variable); in remove_constraint()
381 let symbol = self.get_var_symbol(term.variable); in create_row()
512 self.substitute(entering, &row); in add_with_artificial_variable()
528 fn substitute(&mut self, symbol: Symbol, row: &Row) { in substitute() method
544 self.objective.borrow_mut().substitute(symbol, row); in substitute()
546 artificial.borrow_mut().substitute(symbol, row); in substitute()
564 self.substitute(entering, &row); in optimise()
[all …]
/dports/editors/helix/helix-0.5.0/cargo-crates/cassowary-0.3.0/src/
H A Dsolver_impl.rs121 self.substitute(subject, &row); in add_constraint()
156 self.substitute(tag.marker, &row); in remove_constraint()
175 self.var_for_symbol.remove(&self.var_data[&term.variable].1); in remove_constraint()
176 self.var_data.remove(&term.variable); in remove_constraint()
381 let symbol = self.get_var_symbol(term.variable); in create_row()
512 self.substitute(entering, &row); in add_with_artificial_variable()
528 fn substitute(&mut self, symbol: Symbol, row: &Row) { in substitute() method
544 self.objective.borrow_mut().substitute(symbol, row); in substitute()
546 artificial.borrow_mut().substitute(symbol, row); in substitute()
564 self.substitute(entering, &row); in optimise()
[all …]
/dports/devel/desed/desed-1.2.0/cargo-crates/cassowary-0.3.0/src/
H A Dsolver_impl.rs121 self.substitute(subject, &row); in add_constraint()
156 self.substitute(tag.marker, &row); in remove_constraint()
175 self.var_for_symbol.remove(&self.var_data[&term.variable].1); in remove_constraint()
176 self.var_data.remove(&term.variable); in remove_constraint()
381 let symbol = self.get_var_symbol(term.variable); in create_row()
512 self.substitute(entering, &row); in add_with_artificial_variable()
528 fn substitute(&mut self, symbol: Symbol, row: &Row) { in substitute() method
544 self.objective.borrow_mut().substitute(symbol, row); in substitute()
546 artificial.borrow_mut().substitute(symbol, row); in substitute()
564 self.substitute(entering, &row); in optimise()
[all …]
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/cassowary-0.3.0/src/
H A Dsolver_impl.rs121 self.substitute(subject, &row); in add_constraint()
156 self.substitute(tag.marker, &row); in remove_constraint()
175 self.var_for_symbol.remove(&self.var_data[&term.variable].1); in remove_constraint()
176 self.var_data.remove(&term.variable); in remove_constraint()
381 let symbol = self.get_var_symbol(term.variable); in create_row()
512 self.substitute(entering, &row); in add_with_artificial_variable()
528 fn substitute(&mut self, symbol: Symbol, row: &Row) { in substitute() method
544 self.objective.borrow_mut().substitute(symbol, row); in substitute()
546 artificial.borrow_mut().substitute(symbol, row); in substitute()
564 self.substitute(entering, &row); in optimise()
[all …]

12345678910>>...451