Home
last modified time | relevance | path

Searched refs:functions (Results 176 – 200 of 354) sorted by path

12345678910>>...15

/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst92 :doc:`parent<../functions/parent>` function. This gives back the results of
272 .. seealso:: :doc:`block<../functions/block>`, :doc:`block<../tags/block>`, :doc:`parent<../functio…
H A Dinclude.rst16 :doc:`include<../functions/include>` function instead as it provides the
H A Dmacro.rst9 Macros are comparable with functions in regular programming languages. They
35 Macros differ from native PHP functions in a few ways:
42 But as with PHP functions, macros don't have access to the current template
62 macros, or a template and some macros), and import the functions as items of
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst124 :doc:`attribute<functions/attribute>` function instead.
196 Go to the :doc:`functions<functions/index>` page to learn more about the
197 built-in functions.
299 The :doc:`include<functions/include>` function is useful to include a template
396 :doc:`parent<functions/parent>` function. This gives back the results of the
503 Macros are comparable with functions in regular programming languages. They
785 (this is just syntactic sugar for the :doc:`range<functions/range>` function):
894 If you are looking for new tags, filters, or functions, have a look at the Twig official
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php65 protected $functions; variable in Twig\\Environment
1332 if (isset($this->functions[$name])) {
1333 return $this->functions[$name];
1336 foreach ($this->functions as $pattern => $function) {
1380 return $this->functions;
1536 $this->functions = [];
1574 $this->functions[$name] = $function;
H A DParser.php337 foreach ($this->importedSymbols as $functions) {
338 if (isset($functions[$type][$alias])) {
339 return $functions[$type][$alias];
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DSandboxExtension.php73 public function checkSecurity($tags, $filters, $functions) argument
76 $this->policy->checkSecurity($tags, $filters, $functions);
H A DStagingExtension.php28 protected $functions = []; variable in Twig\\Extension\\StagingExtension
37 if (isset($this->functions[$name])) {
41 $this->functions[$name] = $function;
46 return $this->functions;
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DCheckSecurityNode.php36 $tags = $filters = $functions = [];
51 ->write('$functions = ')->repr(array_filter($functions))->raw(";\n\n")
58 ->write(!$functions ? "[]\n" : "['".implode("', '", array_keys($functions))."']\n")
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DSandboxNodeVisitor.php38 protected $functions; variable in Twig\\NodeVisitor\\SandboxNodeVisitor
48 $this->functions = [];
63 …if ($node instanceof FunctionExpression && !isset($this->functions[$node->getAttribute('name')])) {
64 $this->functions[$node->getAttribute('name')] = $node;
68 if ($node instanceof RangeBinary && !isset($this->functions['range'])) {
69 $this->functions['range'] = $node;
105 …d', new Node([new CheckSecurityNode($this->filters, $this->tags, $this->functions), $node->getNode…
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicy.php63 public function setAllowedFunctions(array $functions) argument
65 $this->allowedFunctions = $functions;
68 public function checkSecurity($tags, $filters, $functions) argument
82 foreach ($functions as $function) {
H A DSecurityPolicyInterface.php21 public function checkSecurity($tags, $filters, $functions); argument
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php317 … $options, $templates, $tags = [], $filters = [], $methods = [], $properties = [], $functions = []) argument
321 $policy = new SecurityPolicy($tags, $filters, $methods, $properties, $functions);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dfunctions.test2 "autoescape" tag applies escaping after calling functions
/plugin/flowplay2/flowplayer/
H A Djavascript.txt13 and the functions in this API are ready to be used. You should wait until you
/plugin/function/
H A Dplugin.info.txt6 desc Execute a php function from a configured set of functions
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md12 full-set of openGIS functions in PHP like Union, IsWithin, Touches etc. This means that applications
114 // Using a direct SELECT and INSERTs in PostGIS without using wrapping functions
/plugin/groupmail/
H A DCHANGELOG4 add generic functions to validate fields and extract emails)
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt104 decorator @-decorator for functions
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog1430 * FPDF now have the following functions: Save, Restore, Translate,
H A DLICENSE124 A "library" means a collection of software functions and/or data
126 (which use some of those functions and data) to form executables.
261 functions (ten lines or less in length), then the use of the object
301 rather than copying library functions into the executable, and (2)
/plugin/html5video2/script/
H A DLGPLv3-LICENSE.txt69 layouts and accessors, or small macros, inline functions and templates
/plugin/icalevents/vendor/sabre/uri/
H A DREADME.md4 sabre/uri is a lightweight library that provides several functions for working
11 The library provides the following functions:
18 problems those two functions have.
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDeprecatedFunctionsSniff.php53 $functions = get_defined_functions();
55 foreach ($functions['internal'] as $functionName) {
/plugin/imageflow/
H A Daction.php18 private $functions = null; variable in action_plugin_imageflow

12345678910>>...15