Home
last modified time | relevance | path

Searched refs:VariableNode (Results 1 – 25 of 443) sorted by relevance

12345678910>>...18

/dports/math/amath/amath-1.8.5/src/main/
H A Dvalues.cpp293 VariableNode::VariableNode(Variable* variable): in VariableNode() function in VariableNode
298 int VariableNode::GetPrecedence() in GetPrecedence()
303 Number* VariableNode::Evaluate() in Evaluate()
309 void VariableNode::AssignValue(Number* value) const in AssignValue()
314 char* VariableNode::GetText() in GetText()
319 char* VariableNode::GetNodeText() in GetNodeText()
324 SyntaxNode* VariableNode::GetNext() in GetNext()
329 void VariableNode::Attach(SyntaxNode* node) in Attach()
333 void VariableNode::Detach(SyntaxNode* node) in Detach()
337 void VariableNode::Replace(SyntaxNode* n, SyntaxNode* x) in Replace()
[all …]
H A Dvalues.h110 class VariableNode : public ExpressionNode
113 explicit VariableNode(Variable* variable);
135 class InsVariableNode : public VariableNode
/dports/science/py-chainer/chainer-7.8.0/chainer/
H A Dcomputational_graph.py27 assert isinstance(node, (variable.VariableNode,
32 if isinstance(node, variable.VariableNode):
140 assert isinstance(node, (variable.VariableNode,
142 if isinstance(node, variable.VariableNode):
152 if (isinstance(head, variable.VariableNode) and
157 isinstance(tail, variable.VariableNode)):
197 if isinstance(head, variable.VariableNode):
202 if isinstance(tail, variable.VariableNode):
296 variable.Variable, variable.VariableNode,
324 if isinstance(cand, variable.VariableNode):
/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DExprNode.cc234 VariableNode *
269 VariableNode *
1487 VariableNode::get_type() const in get_type()
1541 VariableNode::maxExoLag() const in maxExoLag()
1555 VariableNode::maxLead() const in maxLead()
1590 VariableNode::maxLag() const in maxLag()
1623 VariableNode::undiff() const in undiff()
1775 VariableNode *substexpr; in substituteEndoLagGreaterThanTwo()
1841 VariableNode *substexpr; in substituteExoLag()
2113 VariableNode::findConstantEquations(map<VariableNode *, NumConstNode *> &table) const in findConstantEquations() argument
[all …]
/dports/devel/grantlee5/grantlee-5.2.0/templates/lib/
H A Dnodebuiltins.cpp30 VariableNode::VariableNode(const FilterExpression &fe, QObject *parent) in VariableNode() function in VariableNode
35 void VariableNode::render(OutputStream *stream, Context *c) const in render()
H A Dnodebuiltins_p.h56 class GRANTLEE_TEMPLATES_EXPORT VariableNode : public Node
60 explicit VariableNode(const FilterExpression &fe, QObject *parent = {});
/dports/devel/py-tartiflette/tartiflette-1.4.1/tartiflette/coercers/
H A Dargument.py5 from tartiflette.language.ast import NullValueNode, VariableNode
41 if argument_node and isinstance(argument_node.value, VariableNode):
66 if argument_node and isinstance(argument_node.value, VariableNode):
89 elif isinstance(argument_node.value, VariableNode):
/dports/www/bolt/bolt-2.2.24/vendor/symfony/config/Symfony/Component/Config/Definition/Builder/
H A DVariableNodeDefinition.php14 use Symfony\Component\Config\Definition\VariableNode; alias
26 * @return VariableNode The node
30 return new VariableNode($this->name, $this->parent);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/
H A DVariableNodeDefinition.php14 use Symfony\Component\Config\Definition\VariableNode; alias
26 * @return VariableNode The node
30 return new VariableNode($this->name, $this->parent);
/dports/www/phpbb3/phpBB3/vendor/symfony/config/Definition/Builder/
H A DVariableNodeDefinition.php14 use Symfony\Component\Config\Definition\VariableNode; alias
26 * @return VariableNode The node
30 return new VariableNode($this->name, $this->parent);
/dports/deskutils/egroupware/egroupware/vendor/symfony/config/Definition/Builder/
H A DVariableNodeDefinition.php14 use Symfony\Component\Config\Definition\VariableNode; alias
26 * @return VariableNode The node
30 return new VariableNode($this->name, $this->parent, $this->pathSeparator);
/dports/www/elgg/elgg-3.3.23/vendor/symfony/config/Definition/Builder/
H A DVariableNodeDefinition.php14 use Symfony\Component\Config\Definition\VariableNode; alias
26 * @return VariableNode The node
30 return new VariableNode($this->name, $this->parent, $this->pathSeparator);
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/config/Definition/Builder/
H A DVariableNodeDefinition.php14 use Symfony\Component\Config\Definition\VariableNode; alias
26 * @return VariableNode The node
30 return new VariableNode($this->name, $this->parent, $this->pathSeparator);
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/symfony/config/Definition/Builder/
H A DVariableNodeDefinition.php14 use Symfony\Component\Config\Definition\VariableNode; alias
26 * @return VariableNode The node
30 return new VariableNode($this->name, $this->parent, $this->pathSeparator);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/
H A DVariableNodeDefinition.php14 use Symfony\Component\Config\Definition\VariableNode; alias
26 * @return VariableNode The node
30 return new VariableNode($this->name, $this->parent);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/symfony/config/Definition/Builder/
H A DVariableNodeDefinition.php14 use Symfony\Component\Config\Definition\VariableNode; alias
26 * @return VariableNode The node
30 return new VariableNode($this->name, $this->parent);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/config/Definition/Builder/
H A DVariableNodeDefinition.php14 use Symfony\Component\Config\Definition\VariableNode; alias
26 * @return VariableNode
30 return new VariableNode($this->name, $this->parent, $this->pathSeparator);
/dports/lang/gcc48/gcc-4.8.5/libgo/go/text/template/parse/
H A Dnode.go140 Decl []*VariableNode // Variable declarations in lexical order.
144 func newPipeline(pos Pos, line int, decl []*VariableNode) *PipeNode { argument
176 var decl []*VariableNode
178 decl = append(decl, d.Copy().(*VariableNode))
286 type VariableNode struct { struct
292 func newVariable(pos Pos, ident string) *VariableNode {
293 return &VariableNode{NodeType: NodeVariable, Pos: pos, Ident: strings.Split(ident, ".")}
296 func (v *VariableNode) String() string { argument
307 func (v *VariableNode) Copy() Node { argument
308 return &VariableNode{NodeType: NodeVariable, Pos: v.Pos, Ident: append([]string{}, v.Ident...)}
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/text/template/parse/
H A Dnode.go142 Decl []*VariableNode // Variable declarations in lexical order.
146 func newPipeline(pos Pos, line int, decl []*VariableNode) *PipeNode { argument
178 var decl []*VariableNode
180 decl = append(decl, d.Copy().(*VariableNode))
288 type VariableNode struct { struct
294 func newVariable(pos Pos, ident string) *VariableNode {
295 return &VariableNode{NodeType: NodeVariable, Pos: pos, Ident: strings.Split(ident, ".")}
298 func (v *VariableNode) String() string { argument
309 func (v *VariableNode) Copy() Node { argument
310 return &VariableNode{NodeType: NodeVariable, Pos: v.Pos, Ident: append([]string{}, v.Ident...)}
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/text/template/parse/
H A Dnode.go140 Decl []*VariableNode // Variable declarations in lexical order.
144 func newPipeline(pos Pos, line int, decl []*VariableNode) *PipeNode { argument
176 var decl []*VariableNode
178 decl = append(decl, d.Copy().(*VariableNode))
286 type VariableNode struct { struct
292 func newVariable(pos Pos, ident string) *VariableNode {
293 return &VariableNode{NodeType: NodeVariable, Pos: pos, Ident: strings.Split(ident, ".")}
296 func (v *VariableNode) String() string { argument
307 func (v *VariableNode) Copy() Node { argument
308 return &VariableNode{NodeType: NodeVariable, Pos: v.Pos, Ident: append([]string{}, v.Ident...)}
/dports/devel/py-tartiflette/tartiflette-1.4.1/tartiflette/coercers/literals/
H A Dutils.py3 from tartiflette.language.ast import VariableNode
23 return isinstance(value_node, VariableNode) and (
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/floats/constraints/linear/
H A DLinear.java101 Map<FloatVar, VariableNode> varMap = Var.createEmptyPositioning();
210 VariableNode[] leafNodes = new VariableNode[this.list.length]; in commonInitialization()
224 java.util.Arrays.sort(leafNodes, new VarWeightComparator<VariableNode>()); in commonInitialization()
329 VariableNode n = varMap.get(v); in pruneRelation()
342 VariableNode n = varMap.get(v); in propagate()
550 …static class VarWeightComparator<T extends VariableNode> implements java.util.Comparator<T>, java.…
/dports/devel/py-tartiflette/tartiflette-1.4.1/tartiflette/language/ast/
H A Dvariable.py8 class VariableNode(ValueNode): class
36 isinstance(other, VariableNode)
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/text/template/parse/
H A Dnode.go149 Decl []*VariableNode // Variable declarations in lexical order.
153 func (t *Tree) newPipeline(pos Pos, line int, decl []*VariableNode) *PipeNode { argument
189 var decl []*VariableNode
191 decl = append(decl, d.Copy().(*VariableNode))
322 type VariableNode struct { struct
329 func (t *Tree) newVariable(pos Pos, ident string) *VariableNode {
330 return &VariableNode{tr: t, NodeType: NodeVariable, Pos: pos, Ident: strings.Split(ident, ".")}
333 func (v *VariableNode) String() string { argument
344 func (v *VariableNode) tree() *Tree { argument
348 func (v *VariableNode) Copy() Node { argument
[all …]
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/alecthomas/template/parse/
H A Dnode.go149 Decl []*VariableNode // Variable declarations in lexical order.
153 func (t *Tree) newPipeline(pos Pos, line int, decl []*VariableNode) *PipeNode { argument
189 var decl []*VariableNode
191 decl = append(decl, d.Copy().(*VariableNode))
322 type VariableNode struct { struct
329 func (t *Tree) newVariable(pos Pos, ident string) *VariableNode {
330 return &VariableNode{tr: t, NodeType: NodeVariable, Pos: pos, Ident: strings.Split(ident, ".")}
333 func (v *VariableNode) String() string { argument
344 func (v *VariableNode) tree() *Tree { argument
348 func (v *VariableNode) Copy() Node { argument
[all …]

12345678910>>...18