Home
last modified time | relevance | path

Searched refs:ends (Results 26 – 50 of 97) sorted by last modified time

1234

/plugin/ol3/
H A Dscript.js8ends.push(n.length)}}),mb=Gc(lb,{trkpt:function(t,e){var r=Uc({},vb,t,e);if(r){var n=e[e.length-1]…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt80 …['avdataend']=>integer() // offset in bytes where audio/video data ends and appended t…
/plugin/adfs/phpsaml/
H A DREADME.md1576 local app. Notice that the SLO Workflow starts and ends at the SP.
1584 session at of the IdP. Notice that the SLO Workflow starts and ends at the IdP.
1653 Workflow starts and ends at the SP.
1662 SLO Workflow starts and ends at the IdP.
/plugin/downloadcodeblock/
H A DREADME.md9 as the file name for the download if it ends with a file extension (dot followed
/plugin/codemirror/dist/
H A Dscripts.min.js.map1ends\n var sameLine = change.text.length == 1, offset = lst(change.text).length + (sameLine ? s…
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1ends engine engines enum errors escape escaped even event events every execute exists exit explain…
H A Dcypher.min.js.map1 … \"descending\", \"detach\", \"distinct\", \"drop\", \"else\", \"end\", \"ends\", \"explain\", \"f…
H A Dsas.min.js.map1 …(state.continueComment === true) { // in comment block\n //comment ends at the beginning of…
H A Dsass.min.js.map1ends here\n else{\n\n if (ch === \"#\") {\n stream.next();\n // Hex numbers\…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1ends up at the end of the line.\n anchor.ch = Number.MAX_VALUE;\n }\n …
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1ends-with.js","webpack://pdfjs-dist/build/pdf/node_modules/core-js/modules/es6.string.ends-with.js…
H A Dpdf.worker.js.map1ends-with.js","webpack://pdfjs-dist/build/pdf.worker/node_modules/core-js/modules/es6.string.ends-…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1ends up being equivalent to the bounding box of the\n * rendering canvas. Earlier and later refer …
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64ends-with|fn:encode-for-uri|fn:empty|fn:document-uri|fn:doc-available|fn:doc|fn:distinct-values|fn…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …}.mdi-format-letter-case-upper::before{content:"\FB1B"}.mdi-format-letter-ends-with::before{conten…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DDESIGN.md19 Whitespace is trimed from the ends of each line
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md9121 Checks if `string` ends with the given target string.
9132 *(boolean)*: Returns `true` if `string` ends with `target`, else `false`.
/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/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/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/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/phpdocumentor/reflection-docblock/
H A DREADME.md42 * example), or when the Summary ends with a dot (`.`) and some form of
/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/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG425 * added new operators: ends with, starts with, and matches
553 * fixed paths in the filesystem loader when passing a path that ends with a slash or a backslash
665 * fixed the lexer when an operator ending with a letter ends a line
/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, [

1234