Home
last modified time | relevance | path

Searched refs:import (Results 301 – 325 of 520) sorted by path

1...<<1112131415161718192021

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/
H A Dreserved_variables.test4 {% from _self import test %}
H A Dsimple.test4 {% import _self as test %}
5 {% from _self import test %}
H A Dvarargs.test4 {% from _self import test1, test2 %}
H A Dwith_filters.test4 {% import _self as test %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/deprecated/
H A Dmacro.legacy.test4 {% import 'greeting.twig' as greeting %}
11 {% import _self as self %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/
H A Dfrom.test5 {% from "included.twig" import foobar %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
H A Dbasic.test4 {% import _self as macros %}
H A Dendmacro_name.test4 {% import _self as macros %}
H A Dexternal.test4 {% import 'forms.twig' as forms %}
H A Dfrom.test4 {% from 'forms.twig' import foo %}
5 {% from 'forms.twig' import foo as foobar, bar %}
H A Dfrom_with_reserved_name.test4 {% from 'forms.twig' import templateName %}
H A Dglobal.test4 {% from 'forms.twig' import foo %}
H A Dimport_with_reserved_nam.test4 {% import 'forms.twig' as macros %}
H A Dself_import.test4 {% import _self as forms %}
H A Dspecial_chars.test4 {% import _self as macros %}
H A Dsuper_globals.test4 {% import _self as macros %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DModuleTest.php116 …$import = new ImportNode(new ConstantExpression('foo.twig', 1), new AssignNameExpression('macro', …
118 $body = new Node([$import]);
/plugin/flowplay/flowplayer/
H A DLICENSE.txt78 use, offer to sell, sell, import, and otherwise transfer the Work,
/plugin/flowplay2/flowplayer/
H A DLICENSE.txt495 make, use, sell, offer for sale, import and otherwise run, modify and
/plugin/flowplayer/player/
H A DLICENSE.txt536 make, use, sell, offer for sale, import and otherwise run, modify and
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php105 var $import = array(); variable in csstidy
675 … case '@import': $this->import[] = implode(' ',$this->sub_value_arr); break;
817 …return !(empty($this->css) && empty($this->import) && empty($this->charset) && empty($this->tokens…
H A Dclass.csstidy_print.php75 $this->import =& $css->import;
145 if (!empty($this->import)) {
146 for ($i = 0, $size = count($this->import); $i < $size; $i ++) {
147 $output .= $template[0].'@import '.$template[5].$this->import[$i].$template[6];
/plugin/gallery/
H A Dall.less
/plugin/geonav/tpl/startermap/
H A Dstyle.ini15 ; included through LESS' @import statements are not
/plugin/googlemaps3/
H A DLICENSE489 make, use, sell, offer for sale, import and otherwise run, modify and

1...<<1112131415161718192021