Home
last modified time | relevance | path

Searched +refs:dump +refs:variables (Results 1 – 25 of 25162) sorted by relevance

12345678910>>...1007

/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/plugins/variables/
H A DMakefile.am14 ext-variables-common.c \
15 ext-variables-name.c \
17 ext-variables-arguments.c \
18 ext-variables-operands.c \
20 ext-variables-dump.c \
23 ext-variables.c
26 sieve-ext-variables.h
29 ext-variables-common.h \
30 ext-variables-limits.h \
31 ext-variables-name.h \
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/twig/twig/doc/functions/
H A Ddump.rst1 ``dump``
4 The ``dump`` function dumps information about a template variable. This is
6 introspecting its variables:
10 {{ dump(user) }}
14 The ``dump`` function is not available by default. You must add the
34 {{ dump(user) }}
43 You can debug several variables by passing them as additional arguments:
47 {{ dump(user, categories) }}
49 If you don't pass any value, all variables from the current context are
54 {{ dump() }}
[all …]
/dports/deskutils/egroupware/egroupware/vendor/twig/twig/doc/functions/
H A Ddump.rst1 ``dump``
4 The ``dump`` function dumps information about a template variable. This is
6 introspecting its variables:
10 {{ dump(user) }}
14 The ``dump`` function is not available by default. You must add the
34 {{ dump(user) }}
43 You can debug several variables by passing them as additional arguments:
47 {{ dump(user, categories) }}
49 If you don't pass any value, all variables from the current context are
54 {{ dump() }}
[all …]
/dports/www/baikal/baikal/vendor/twig/twig/doc/functions/
H A Ddump.rst1 ``dump``
4 The ``dump`` function dumps information about a template variable. This is
6 introspecting its variables:
10 {{ dump(user) }}
14 The ``dump`` function is not available by default. You must add the
34 {{ dump(user) }}
43 You can debug several variables by passing them as additional arguments:
47 {{ dump(user, categories) }}
49 If you don't pass any value, all variables from the current context are
54 {{ dump() }}
[all …]
/dports/www/opencart/opencart-3.0.3.8/upload/system/storage/vendor/twig/twig/doc/functions/
H A Ddump.rst1 ``dump``
4 The ``dump`` function dumps information about a template variable. This is
6 introspecting its variables:
10 {{ dump(user) }}
14 The ``dump`` function is not available by default. You must add the
34 {{ dump(user) }}
43 You can debug several variables by passing them as additional arguments:
47 {{ dump(user, categories) }}
49 If you don't pass any value, all variables from the current context are
54 {{ dump() }}
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/twig/twig/doc/functions/
H A Ddump.rst1 ``dump``
5 The ``dump`` function was added in Twig 1.5.
7 The ``dump`` function dumps information about a template variable. This is
9 introspecting its variables:
13 {{ dump(user) }}
37 {{ dump(user) }}
46 You can debug several variables by passing them as additional arguments:
50 {{ dump(user, categories) }}
52 If you don't pass any value, all variables from the current context are
57 {{ dump() }}
[all …]
/dports/devel/gitlist/gitlist/vendor/twig/twig/doc/functions/
H A Ddump.rst1 ``dump``
5 The ``dump`` function was added in Twig 1.5.
7 The ``dump`` function dumps information about a template variable. This is
9 introspecting its variables:
13 {{ dump(user) }}
37 {{ dump(user) }}
46 You can debug several variables by passing them as additional arguments:
50 {{ dump(user, categories) }}
52 If you don't pass any value, all variables from the current context are
57 {{ dump() }}
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/twig/twig/doc/functions/
H A Ddump.rst1 ``dump``
5 The ``dump`` function was added in Twig 1.5.
7 The ``dump`` function dumps information about a template variable. This is
9 introspecting its variables:
13 {{ dump(user) }}
37 {{ dump(user) }}
46 You can debug several variables by passing them as additional arguments:
50 {{ dump(user, categories) }}
52 If you don't pass any value, all variables from the current context are
57 {{ dump() }}
[all …]
/dports/www/itop/web/lib/silex/vendor/twig/twig/doc/functions/
H A Ddump.rst1 ``dump``
5 The ``dump`` function was added in Twig 1.5.
7 The ``dump`` function dumps information about a template variable. This is
9 introspecting its variables:
13 {{ dump(user) }}
37 {{ dump(user) }}
46 You can debug several variables by passing them as additional arguments:
50 {{ dump(user, categories) }}
52 If you don't pass any value, all variables from the current context are
57 {{ dump() }}
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/filp/whoops/src/Whoops/Util/
H A DTemplateHelper.php24 private $variables = []; variable in Whoops\\Util\\TemplateHelper
161 public function dump($value) function in Whoops\\Util\\TemplateHelper
175 $dumper->dump(
208 $html .= '<li>'. $this->dump($frameArg) .'</li>';
239 $variables = $this->getVariables();
242 $variables["tpl"] = $this;
245 $variables = array_replace($variables, $additionalVariables);
251 }, $template, $variables);
258 * @param array $variables
262 $this->variables = $variables;
[all …]
/dports/devel/re2c/re2c-2.2/doc/manual/options/
H A Ddebug.rst_13 ``--dump-adfa``
16 ``--dump-cfg``
17 Debug option: output control flow graph of tag variables (in .dot format).
22 ``--dump-dfa-det``
25 ``--dump-dfa-min``
28 ``--dump-dfa-tagopt``
31 ``--dump-dfa-tree``
35 ``--dump-dfa-raw``
39 ``--dump-interf``
41 variables.
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/build/pymake/pymake/
H A Dparserdata.py209 def dump(self, fd, indent): member in Rule
287 def dump(self, fd, indent): member in StaticPatternRule
341 def dump(self, fd, indent): member in Command
440 def dump(self, fd, indent): member in SetVariable
653 def dump(self, fd, indent): member in ConditionBlock
795 def dump(self, fd, indent): member in Include
842 def dump(self, fd, indent): member in VPathDirective
887 def dump(self, fd, indent): member in ExportDirective
917 def dump(self, fd, indent): member in UnexportDirective
991 s.dump(fd, indent)
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/build/pymake/pymake/
H A Dparserdata.py209 def dump(self, fd, indent): member in Rule
287 def dump(self, fd, indent): member in StaticPatternRule
341 def dump(self, fd, indent): member in Command
440 def dump(self, fd, indent): member in SetVariable
653 def dump(self, fd, indent): member in ConditionBlock
795 def dump(self, fd, indent): member in Include
842 def dump(self, fd, indent): member in VPathDirective
887 def dump(self, fd, indent): member in ExportDirective
917 def dump(self, fd, indent): member in UnexportDirective
991 s.dump(fd, indent)
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/build/pymake/pymake/
H A Dparserdata.py209 def dump(self, fd, indent): member in Rule
287 def dump(self, fd, indent): member in StaticPatternRule
341 def dump(self, fd, indent): member in Command
440 def dump(self, fd, indent): member in SetVariable
653 def dump(self, fd, indent): member in ConditionBlock
795 def dump(self, fd, indent): member in Include
842 def dump(self, fd, indent): member in VPathDirective
887 def dump(self, fd, indent): member in ExportDirective
917 def dump(self, fd, indent): member in UnexportDirective
991 s.dump(fd, indent)
[all …]
/dports/security/py-exscript/exscript-2.6/Exscript/interpreter/
H A Dscope.py35 for key in self.variables:
48 self.variables[key] = kwargs[key]
53 self.variables.update(kwargs)
56 if name in self.variables:
69 vars.update(self.variables)
72 vars.update(self.variables)
85 if name in self.variables:
86 return self.variables[name]
97 def dump(self, indent=0): member in Scope
100 child.dump(indent + 1)
[all …]
/dports/math/geogram/geogram-1.7.7/src/bin/fpg/
H A DGroup_algebra.cpp48 this->variables = variables; in Leaf_item()
103 (!consider_varset || variables == l->variables); in is_equal()
369 Leaf_item::dump() { in dump() function in Group_algebra::Leaf_item
373 for( it = variables.begin(); it != variables.end(); ++it ) in dump()
379 Array_item::dump() { in dump() function in Group_algebra::Array_item
383 (*it)->dump(); in dump()
390 Product_item::dump() { in dump() function in Group_algebra::Product_item
393 Array_item::dump(); in dump()
397 Sum_item::dump() { in dump() function in Group_algebra::Sum_item
400 Array_item::dump(); in dump()
[all …]
/dports/irc/epic4/help/5_Programming/
H A Dlocal4 local -dump
7 LOCAL creates "local" variables. Local variables are the same as
8 assign(6) variables, except they're primarily for inside one specific
9 alias. Local variables cannot be removed. There are several reasons for
12 variables in multiple aliases. They are less CPU-intensive, making them
15 The second form, local -dump, will delete all of the currently scoped
16 local variables. It will not delete any other alias' local variables --
/dports/math/geogram/geogram-1.7.7/src/bin/fpg/FPG/
H A DGroup_algebra.h19 virtual void dump() = 0;
32 std::set< Variable* > variables; member
35 Leaf_item( unsigned int degree, unsigned int index, std::set<Variable*> &variables );
39 virtual void dump();
49 virtual void dump();
61 virtual void dump();
70 virtual void dump();
/dports/graphics/mesa-dri-classic/mesa-20.2.3/docs/
H A Denvvars.rst8 LibGL environment variables
29 Core Mesa environment variables
341 EGL environment variables
347 Gallium environment variables
398 Clover environment variables argument
470 WGL environment variables argument
479 VA-API environment variables argument
511 ``dump``
561 dump shaders
563 dump shader statistics
[all …]
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/forum/
H A DDump_plugin.mdwn1dump', and dumps all sorts of information (env variables and template variables) about a page into…
4 …instead of HTML. In fact, it ought to embed its information in template variables of some kind rat…
/dports/math/minizinc/libminizinc-2.5.5/tests/minizinc_testing/
H A Dcreate.py49 [{"value": yaml.dump(expected)} for expected in test.expected]
51 else [{"value": yaml.dump(test.expected)}]
91 variables = request.args["vars"].splitlines(keepends=False)
95 def filter_args(solution, mode, variables): argument
97 for x in variables:
102 if x not in variables:
115 filter_args(s, mode, variables) for s in obtained.solution
118 filter_args(obtained.solution, mode, variables)
120 generated.append({"value": yaml.dump(obtained)})
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Guides/
H A DInternal-Snooping.schelp24 … which will show all methods, arguments, subclasses, instance variables and class variables. Using…
60 // dump all subclasses of this class
67 Server.instVarNames.dump;
70 Server.classVarNames.dump;
128 Collection.findMethod('select').dump;
142 { 1 + 2 }.def.dump; // dump its FunctionDef
162 Window.allWindows.dump; // dump a list of all open SCWindows
164 // a little more helpful, dump their names
224 // display the values of all the interpreter variables a-z
225 this.dump;
[all …]
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/build/gyp/pylib/gyp/
H A Dwin_tool.py156 variables = {
175 ' %(out)s.manifest.rc %(resname)s' % variables)
178 '%(out)s.manifest.rc' % variables)
179 add_to_ld = ' %(out)s.manifest.res' % variables
193 '-out:%(out)s.assert.manifest' % variables)
194 assert_manifest = '%(out)s.assert.manifest' % variables
195 our_manifest = '%(out)s.manifest' % variables
204 def dump(filename): function
210 dump(intermediate_manifest)
211 dump(our_manifest)
[all …]
/dports/www/firefox/firefox-99.0/third_party/python/gyp/pylib/gyp/
H A Dwin_tool.py156 variables = {
175 ' %(out)s.manifest.rc %(resname)s' % variables)
178 '%(out)s.manifest.rc' % variables)
179 add_to_ld = ' %(out)s.manifest.res' % variables
193 '-out:%(out)s.assert.manifest' % variables)
194 assert_manifest = '%(out)s.assert.manifest' % variables
195 our_manifest = '%(out)s.manifest' % variables
204 def dump(filename): function
210 dump(intermediate_manifest)
211 dump(our_manifest)
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/build/toolchain/win/
H A Dtool_wrapper.py159 variables = {
174 '-manifest %(manifests)s -out:%(out)s.manifest' % variables)
181 '%(out)s.manifest.rc' % variables)
182 add_to_ld = ' %(out)s.manifest.res' % variables
196 '-out:%(out)s.assert.manifest' % variables)
197 assert_manifest = '%(out)s.assert.manifest' % variables
198 our_manifest = '%(out)s.manifest' % variables
207 def dump(filename): function
211 dump(intermediate_manifest)
212 dump(our_manifest)
[all …]

12345678910>>...1007