Home
last modified time | relevance | path

Searched refs:import (Results 276 – 300 of 520) sorted by path

1...<<1112131415161718192021

/plugin/fedauth/Auth/
H A DCOPYING78 use, offer to sell, sell, import, and otherwise transfer the Work,
/plugin/fetchmedia/
H A Dyarn.lock9 acorn-dynamic-import@^2.0.0:
11 …resolved "https://registry.yarnpkg.com/acorn-dynamic-import/-/acorn-dynamic-import-2.0.2.tgz#c752b…
1240 eslint-import-resolver-node@^0.3.1:
1242 …resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0…
1264 eslint-plugin-import@^2.7.0:
1266 …resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.7.0.tgz#21de3…
1272 eslint-import-resolver-node "^0.3.1"
3109 acorn-dynamic-import "^2.0.0"
/plugin/file2dw/
H A DREADME.md12 file2dw is a plugin for dokuwiki. This plugin lets you import a document into Dokuwiki. It supports…
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst43 …sses under that namespace available as ``@ORM\ClassName``. Same goes for the import of ``@Assert``.
213 …ult the annotation reader parses the use-statement of a php file to gain access to the import rules
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md153 * Remove `from`/`import` and update to PHP5.4. (Ivan Enderlin, 2014-09-26T11:14:35+02:00)
/plugin/findologicxmlexport/vendor/hoa/file/
H A DCHANGELOG.md43 * Remove `from`/`import`. (Ivan Enderlin, 2015-05-12T10:00:37+02:00)
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DCHANGELOG.md74 * Remove `from`/`import` and update to PHP5.4. (Ivan Enderlin, 2014-09-28T20:50:27+02:00)
/plugin/findologicxmlexport/vendor/hoa/math/
H A DCHANGELOG.md88 * Remove `from`/`import` and update to PHP5.4. (Ivan Enderlin, 2014-09-23T12:55:44+02:00)
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DCHANGELOG.md55 * Remove `from`/`import` and update to PHP5.4. (Ivan Enderlin, 2014-11-13T20:15:14+01:00)
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md109 * Remove `from`/`import` and drop PHP5.3. (Ivan Enderlin, 2015-03-23T08:54:42+01:00)
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DCHANGELOG.md72 * Move to PHP5.4 and remove `from`/`import`. (Ivan Enderlin, 2014-12-22T22:44:40+01:00)
/plugin/findologicxmlexport/vendor/hoa/visitor/
H A DCHANGELOG.md37 * Remove `from`/`import` and update to PHP5.4. (Ivan Enderlin, 2014-11-15T22:02:43+01:00)
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5 …efore{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e…
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG321 * deprecated the _self variable for usage outside of the from and import tags
397 * added an error message when trying to import an undefined block from a trait
521 * made a speed optimization to macro calls when imported via the "import" tag
813 * added the "from" tag to import macros as functions
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Ddeprecated.rst18 anymore (via an ``include`` call for instance). You need to import macros
H A Dtemplates.rst516 :doc:`import<tags/import>` tag before being used:
520 {% import "forms.html" as forms %}
524 Alternatively, you can import individual macro names from a template into the
529 {% from 'forms.html' import input as input_field %}
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfrom.rst6 :doc:`import<../tags/import>` tag.
8 .. seealso:: :doc:`macro<../tags/macro>`, :doc:`import<../tags/import>`
H A Dimport.rst1 ``import``
7 There are two ways to import templates. You can import the complete template
27 {% import 'forms.html' as forms %}
37 Alternatively you can import names from the template into the current
42 {% from 'forms.html' import input as input_field, textarea %}
54 To import macros from the current file, use the special ``_self`` variable
H A Dindex.rst17 import
H A Dmacro.rst54 used (see the documentation for the :doc:`import<../tags/import>` tag for more
59 {% import "forms.html" as forms %}
61 The above ``import`` call imports the "forms.html" file (which can contain only
62 macros, or a template and some macros), and import the functions as items of
73 special ``_self`` variable to import them:
77 {% import _self as forms %}
89 import it locally:
98 {% import _self as forms %}
119 .. seealso:: :doc:`from<../tags/from>`, :doc:`import<../tags/import>`
H A Duse.rst37 The ``use`` statement tells Twig to import the blocks defined in
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dpostfix.test4 {% import _self as macros %}
H A Dunary_macro_arguments.test4 {% import _self as macros %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/
H A Ddefault_values.test4 {% from _self import test %}
H A Dnested_calls.test4 {% import _self as macros %}

1...<<1112131415161718192021