Home
last modified time | relevance | path

Searched refs:ends (Results 1 – 25 of 97) sorted by relevance

1234

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dends_with.test2 Twig supports the "ends with" operator
4 {{ 'foo' ends with 'o' ? 'OK' : 'KO' }}
5 {{ not ('foo' ends with 'f') ? 'OK' : 'KO' }}
6 {{ not ('foo' ends with 'foowaytoolong') ? 'OK' : 'KO' }}
7 {{ 'foo' ends with '' ? 'OK' : 'KO' }}
8 {{ '1' ends with true ? 'OK' : 'KO' }}
9 {{ 1 ends with true ? 'OK' : 'KO' }}
10 {{ 0 ends with false ? 'OK' : 'KO' }}
11 {{ '' ends with false ? 'OK' : 'KO' }}
12 {{ false ends with false ? 'OK' : 'KO' }}
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/
H A DProfile.php30 private $ends = []; variable in Twig\\Profiler\\Profile
103 …return isset($this->ends['wt']) && isset($this->starts['wt']) ? $this->ends['wt'] - $this->starts[…
113 …return isset($this->ends['mu']) && isset($this->starts['mu']) ? $this->ends['mu'] - $this->starts[…
123 …return isset($this->ends['pmu']) && isset($this->starts['pmu']) ? $this->ends['pmu'] - $this->star…
143 $this->ends = [
152 $this->starts = $this->ends = $this->profiles = [];
163 …return serialize([$this->template, $this->name, $this->type, $this->starts, $this->ends, $this->pr…
168 …list($this->template, $this->name, $this->type, $this->starts, $this->ends, $this->profiles) = uns…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Profiler/Dumper/
H A DAbstractTest.php95 $ends = new \ReflectionProperty($profile, 'ends');
96 $ends->setAccessible(true);
97 $ends->setValue($profile, [
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dinline-html.md11 this line ends with <
13 this line ends with &
/plugin/markdownextra/
H A DREADME.md24 If the page name ends with ''.md'' suffix, it gets automatically parsed using PHP Markdown Extra. T…
52 Front matter is a text block at the top of dokuwiki page with .md suffix. It begins and ends with '…
/plugin/editsections2/
H A Daction.php109 list($markers, $secids, $titles, $starts, $ends) = $matches;
133 $ends[$this->findNestedSectionEnd($i)]
/plugin/downloadcodeblock/
H A DREADME.md9 as the file name for the download if it ends with a file extension (dot followed
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DDESIGN.md19 Whitespace is trimed from the ends of each line
/plugin/combo/resources/theme/default/pages/templates/
H A Dindex.hbs17 If we add the main-header, we will then ends up with 2 images--}}
/plugin/rst/
H A DREADME.md24 If the page name ends with ''.rst'' suffix, it gets automatically parsed as RST . To use that marku…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.AllowedModules.txt
/plugin/redirect2/lang/en/
H A Dintro.txt6 …* If the origin ID ends '':'', all pages/media files under the given namespace will be redirected.…
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md42 * example), or when the Summary ends with a dot (`.`) and some form of
/plugin/findologicxmlexport/vendor/sebastian/version/
H A DREADME.md43 …` is in `X.Y` format then a string is returned that begins with `X.Y` and ends with information fr…
/plugin/txt2tags/
H A DREADME.doku40 By default, if the page name ends with ''.t2t'' suffix, it gets automatically parsed using txt2tags…
H A DREADME.t2t41 By default, if the page name ends with ``.t2t`` suffix, it gets automatically parsed using txt2tags…
/plugin/medialist/
H A DREADME.md17 …2. **namespace** : look up media files stored in the namespace. The parameter ends by `:` or `:*`,
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml1179 empty line and ends with a
1187 one\nempty line and ends with a\nsingle \
1207 "empty line and ends with a\nsingle line break, but does\nnot start with one.\n",
1210 "empty line and ends with a\nsingle line break, but does\nnot start with one.\n",
1311 fourth: "this value ends with an LF.\n"
1321 'fourth' => "this value ends with an LF.\n",
/plugin/imapmarkers/
H A DREADME.md86 A configuration is inside the map definition and starts with ```{{cfg>}}``` and ends with ```{{<cfg…
/plugin/codemirror/dist/modes/
H A Dsass.min.js.map1ends here\n else{\n\n if (ch === \"#\") {\n stream.next();\n // Hex numbers\…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst563 ``matches``, ``starts with``, ``ends with``, ``..``, ``+``, ``-``, ``~``,
694 You can also check if a string ``starts with`` or ``ends with`` another
702 {% if 'Fabien' ends with 'n' %}
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D52.52.js.map1 …n * some character and only another 'x' ends the sequence. Except for brackets\n * where the closi…
/plugin/fckg/fckeditor/editor/css/
H A Dfck_editorarea.css.dokuwiki_template159 /* Code new tmpl ends */
H A Dfck_editorarea.css159 /* Code new tmpl ends */
/plugin/ckgdoku/ckeditor/
H A Dcontents.css.unc174 /* Code new tmpl ends */

1234