Searched refs:calling (Results 1 – 25 of 150) sorted by relevance
123456
| /plugin/findologicxmlexport/vendor/twig/twig/doc/ |
| D | internals.rst | 23 * **Evaluate** the template: It basically means calling the ``display()`` 44 You can manually convert a source code into a token stream by calling the 70 The default lexer (``\Twig\Lexer``) can be changed by calling 82 You can manually convert a token stream into a node tree by calling the 104 The default parser (``\Twig\TokenParser\AbstractTokenParser``) can be changed by calling the 139 The default compiler (``\Twig\Compiler``) can be changed by calling the
|
| D | advanced_legacy.rst | 23 When extending Twig by calling methods on the Twig environment instance, 178 Adding a filter is as simple as calling the ``addFilter()`` method on the 313 Adding a function is similar to adding a filter. This can be done by calling the 397 Adding a tag is as simple as calling the ``addTokenParser`` method on the 451 Parsing expressions is done by calling the ``parseExpression()`` like we did for 762 is as simple as registering the ``MyCoreExtension`` extension by calling the
|
| /plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/ |
| D | Filter.php | 74 $this->calling($filter)->accept = function () { 96 $this->calling($filter)->accept = false
|
| /plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/ |
| D | Autoloader.php | 152 $this->calling($autoloader)->requireFile = function ($file) { 180 … $this->calling($autoloader)->runAutoloaderStack = function ($entity) use ($self, &$called) { 205 … $this->calling($autoloader)->runAutoloaderStack = function ($entity) use ($self, &$called) {
|
| /plugin/bootswrapper/exe/help/ |
| D | jumbotron.txt | 9 component for calling extra attention to featured 21 component for calling extra attention to featured
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/ |
| D | with_pre_escape_filters.test | 2 "autoescape" tag applies escaping after calling filters, and before calling pre_escape filters
|
| D | functions.test | 2 "autoescape" tag applies escaping after calling functions
|
| /plugin/templater/ |
| D | CHANGELOG.md | 39 * Fixed doesn't show the heading when calling just a section. 53 * Doesn't show the heading when calling just a section of a template `{{template>page#section}}`.
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| D | date.rst | 50 default can be easily changed by calling the ``setDateFormat()`` method on the 80 The default timezone can also be set globally by calling ``setTimezone()``:
|
| /plugin/zotero/ |
| D | README.md | 17 automated by calling `importAllEntries.php` from the command line.
|
| /plugin/davcal/vendor/sabre/event/ |
| H A D | CHANGELOG.md | 21 * Added: When calling emit, it's now possible to specify a callback that will be
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/functions/ |
| D | date.rst | 38 You can set the default timezone globally by calling ``setTimezone()`` on
|
| /plugin/asciidocjs/node_modules/concat-map/ |
| D | README.markdown | 38 Return an array of concatenated elements by calling `fn(x, i)` for each element
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | config-hash.asciidoc | 6 provided in a setting hash instead of calling the individual methods directly.
|
| /plugin/jplayer/vendor/symfony/process/ |
| D | CHANGELOG.md | 8 …* deprecated calling `Process::start()` without setting a valid working directory beforehand (via …
|
| /plugin/stars/ |
| D | readme.txt | 38 deep the calling page is. Also tweaked the alt text for the span itself
|
| /plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/ |
| D | Stream.php | 705 $this->calling($stream)->_close = function () use (&$called) { 720 $this->calling($stream)->_close = function () use (&$called) { 735 $this->calling($stream)->_close = function () use (&$called) {
|
| /plugin/asciidocjs/node_modules/token-stream/ |
| D | README.md | 60 Put a token on the start of the stream (useful if you need to back track after calling advance.
|
| /plugin/structtemplating/ |
| D | README.md | 25 by calling functions available in the [`Schema` class](https://github.com/cosmocode/dokuwiki-plugin…
|
| /plugin/matrixnotifierwas/vendor/psr/http-message/docs/ |
| D | PSR7-Usage.md | 80 > This method makes the body handling easier to understand and is useful when repeatedly calling bo… 104 …e rewinded, if content was written into streams, it will be ignored when calling `getContents()` b…
|
| /plugin/webdav/vendor/sabre/event/ |
| D | CHANGELOG.md | 48 * Added: When calling emit, it's now possible to specify a callback that will be
|
| /plugin/asciidocjs/node_modules/pug-runtime/ |
| D | README.md | 25 You can also build a string with a given list of functions available as `pug_method` by calling `bu…
|
| /plugin/findologicxmlexport/vendor/jms/metadata/ |
| D | CONTRIBUTING.md | 22 You can run the unit-tests by calling `vendor/bin/phpunit`.
|
| /plugin/flowplay/flowplayer/ |
| D | javascript.txt | 80 an existing playlist by calling this method with an object that
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
| D | use.rst | 108 In Twig 1.2, renaming allows you to simulate inheritance by calling the
|
123456