Home
last modified time | relevance | path

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

12345

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
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/
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/
DAbstractTest.php95 $ends = new \ReflectionProperty($profile, 'ends');
96 $ends->setAccessible(true);
97 $ends->setValue($profile, [
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dinline-html.md11 this line ends with <
13 this line ends with &
/plugin/markdownextra/
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/
Daction.php109 list($markers, $secids, $titles, $starts, $ends) = $matches;
133 $ends[$this->findNestedSectionEnd($i)]
/plugin/downloadcodeblock/
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/
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/
DREADME.md24 If the page name ends with ''.rst'' suffix, it gets automatically parsed as RST . To use that marku…
/plugin/redirect2/lang/en/
Dintro.txt6 …* If the origin ID ends '':'', all pages/media files under the given namespace will be redirected.…
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DHTML.AllowedModules.txt12 modules, although end users may find it useful for their own ends.
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
DREADME.md42 * example), or when the Summary ends with a dot (`.`) and some form of
/plugin/findologicxmlexport/vendor/sebastian/version/
DREADME.md43 …` is in `X.Y` format then a string is returned that begins with `X.Y` and ends with information fr…
/plugin/txt2tags/
DREADME.doku40 By default, if the page name ends with ''.t2t'' suffix, it gets automatically parsed using txt2tags…
DREADME.t2t41 By default, if the page name ends with ``.t2t`` suffix, it gets automatically parsed using txt2tags…
/plugin/medialist/
DREADME.md17 …2. **namespace** : look up media files stored in the namespace. The parameter ends by `:` or `:*`,
/plugin/matrixnotifierwas/vendor/psr/http-message/docs/
DPSR7-Usage.md71 // the browser will download the stream till it ends
/plugin/imapmarkers/
DREADME.md86 A configuration is inside the map definition and starts with ```{{cfg>}}``` and ends with ```{{<cfg…
/plugin/codemirror/dist/modes/
Dsass.min.js.map1ends here\n else{\n\n if (ch === \"#\") {\n stream.next();\n // Hex numbers\…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
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/
D52.52.js.map1 …n * some character and only another 'x' ends the sequence. Except for brackets\n * where the closi…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/css/
Dasciidoctor.css258 table.frame-ends{border-width:1px 0}
262 table.frame-none>*>tr>:first-child,table.frame-ends>*>tr>:first-child{border-left-width:0}
263 table.frame-none>*>tr>:last-child,table.frame-ends>*>tr>:last-child{border-right-width:0}
/plugin/asciidocjs/node_modules/clean-css/
DREADME.md260 … afterBlockEnds: false, // controls if a line break comes after a block ends, defaults to `false`
264 afterRuleEnds: false, // controls if a line break comes after a rule ends; defaults to `false`
265 … beforeBlockEnds: false, // controls if a line break comes before a block ends; defaults to `false`
/plugin/fckg/fckeditor/editor/css/
Dfck_editorarea.css159 /* Code new tmpl ends */

12345