Home
last modified time | relevance | path

Searched refs:instance (Results 126 – 150 of 405) sorted by relevance

12345678910>>...17

/plugin/authshibboleth/plugin/authshibboleth/
H A Dplugin.info.txt6 desc Provides external authentication via Shibboleth Service Provider instance
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dparent_as_template_wrapper.test2 "extends" tag with a parent as a Twig_TemplateWrapper instance
/plugin/authsaml/
H A Dplugin.info.txt6 desc Provides external authentication via simpleSAMLphp Service Provider instance
/plugin/discoursesearch/
H A Dplugin.info.txt6 desc Search for something on in a discourse instance
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php91 $instance = new \stdClass();
92 …$this->assertSame($instance, twig_random(new Environment($this->getMockBuilder('\Twig\Loader\Loade…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dutility.js54 var instance = _([]);
55 assert.strictEqual(_(instance), instance);
56 assert.strictEqual(new _(instance), instance);
/plugin/refnotes/
H A Dbibtex.php13 private static $instance = NULL; variable in refnotes_bibtex_parser
19 if (self::$instance == NULL) {
20 self::$instance = new refnotes_bibtex_parser();
23 return self::$instance;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhelpers.asciidoc37 // $client is Elasticsearch\Client instance
74 // $client is Elasticsearch\Client instance
/plugin/charpicker/
H A DREADME.md8 For instance: Ж,ж,♭,♞.
/plugin/copypage/
H A DREADME.md21 You can launch a DokuWiki instance with the copypage plugin in your current directory by [docker](h…
33 …figuration of DokuWiki, navigate to `http://<YOUR DOCKER HOST>/install.php` to setup your instance.
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/
H A DREADME.md11 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/
H A DREADME.md9 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/swiftmail/Swift/
H A DConnectionBase.php61 public function postConnect(Swift $instance) {} argument
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A DREADME.md11 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst23 When extending Twig by calling methods on the Twig environment instance,
135 callable. For instance, let's say you have the following code in a template:
179 ``\Twig\Environment`` instance::
184 The second argument of ``addFilter()`` is an instance of ``Twig_Filter``.
226 The ``Twig_Filter`` classes take options as their last argument. For instance,
237 // get the current charset for instance
291 arguments. For instance, a call to ``'foo'|a_path_b()`` will result in the
314 ``addFunction()`` method on the ``\Twig\Environment`` instance::
358 arguments. For instance, a call to ``a_path_b('foo')`` will result in the
398 ``\Twig\Environment`` instance::
[all …]
H A Dinternals.rst30 an instance of ``\Twig\Token``, and the stream is an instance of
79 node tree (an instance of ``\Twig\Node\ModuleNode``). The core extension defines
H A Dadvanced.rst169 For instance, the following code:
189 If you want to access the current environment instance in your filter, set the
194 // get the current charset for instance
273 arguments, but after the environment and the context. For instance, a call to
298 an instance of ``\Twig\TwigFunction``::
313 to create an instance of ``\Twig\TwigTest``::
395 For instance, if you want to create a tag that converts a Markdown formatted
418 For instance, if you want to create a tag that logs text, create a ``log``
457 ``\Twig\Environment`` instance::
850 depend on runtime dependencies even if they are not needed (think for instance
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/
H A Dimports.sh26 export es_node_name=instance
/plugin/findologicxmlexport/vendor/sebastian/version/
H A DREADME.md11 If you only need this library during development, for instance to run your project's test suite, th…
19 * `$release` is the version number of the latest release (`X.Y.Z`, for instance) or the name of the…
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A DREADME.md11 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/webcomponent/_test/data/pages/
H A Drelated.txt20 …* An extra pattern can also be set if you come for instance from the ''backlinks'' plugin. Default…
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A DREADME.md11 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/dokuprism/
H A DREADME.md7 1. Log in as admin in your instance of DokuWiki
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md36 wrappers, for instance HTTP headers,
38 destination of a stream, useful for instance to encrypt/decrypt a
135 stream, for instance:
197 add HTTP headers for instance, or to specify the proxy, the maximum
231 `hoa://Event/Stream/<streamName>:close-before`. Thus, for instance, to
254 an instance of our stream without opening it. This action is called
437 instance of `Hoa\Stream`, it can be any PHP stream resources. Passing
438 an `Hoa\Stream` instance will obviously unwraps to its underlying PHP
504 useful? For instance if you are reading a PHP file, you can transform
505 the source code on-the-fly by using a parser —for instance— and
/plugin/phpipam/
H A DREADME4 Fetch subnet hosts from a **{php}_IPAM_** instance

12345678910>>...17