Home
last modified time | relevance | path

Searched refs:closing (Results 1 – 25 of 132) sorted by relevance

123456

/plugin/findologicxmlexport/vendor/hoa/stream/Filter/
DLateComputed.php75 * @param bool $closing If the stream is in the process of
81 public function filter($in, $out, &$consumed, $closing) argument
95 if (true === $closing) {
DBasic.php113 * @param bool $closing If the stream is in the process of
119 public function filter($in, $out, &$consumed, $closing) argument
/plugin/bez/db/
H A Dupdate0006.sql2 ADD closing BOOLEAN NOT NULL DEFAULT 0;
4 UPDATE task_comment SET closing=1 WHERE id IN (SELECT MAX(id) FROM task_comment GROUP BY task_id);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
Dunclosed_tag.test20 Twig\Error\SyntaxError: Unexpected "endblock" tag (expecting closing tag for the "if" tag defined n…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Dcoding_standards.rst45 * Do not put any spaces after an opening parenthesis and before a closing
77 * Do not put any spaces before and after the opening and the closing of arrays
/plugin/caption/
DCHANGELOG.md16 * Code cleanup to remove warnings from log, closing [#23](https://github.com/tillbiskup/dokuwiki-ca…
/plugin/openlayersmap/_test/data/pages/
Dissue34-fixed.txt3 which was using an invalid syntax by not having a line break before the closing </olmap> tag.
/plugin/asciidocjs/node_modules/ejs/lib/
Dejs.js743 var closing;
750 closing = matches[index + 2];
751 if (!(closing == d + c || closing == '-' + d + c || closing == '_' + d + c)) {
/plugin/bez/tpl/
H A Dtask_comment_box.php23 <?php if ($tpl->get('task_comment')->closing === '1'): ?>
/plugin/strreplace/
DREADME9 The plugin also accepts regular expressions, which must be marked with open and closing hashes:
/plugin/codemirror/dist/modes/
Dturtle.min.js.map1closing","lineComment","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU,SACjDF,EA…
Dfcl.min.js.map1closing","electricChars","fold","blockCommentStart","blockCommentEnd","lineComment","defineMIME"],…
Dphp.min.js.map1closing","phpString_","escaped","eol","tokStack","pop","next","phpKeywords","phpAtoms","phpBuiltin…
Dsparql.min.js.map1closing","lineComment","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU,SACjDF,EA…
Dcypher.min.js.map1closing","commands","newlineAndIndent","modeExtensions","autoFormatLineBreaks","text","i","lines",…
Dr.min.js.map1closing","lineComment","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU,SACjDF,EA…
Dvhdl.min.js.map1closing","electricChars","defineMIME"],"mappings":"CAIA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU,SACjDF,…
Dgo.min.js.map1closing","electricChars","closeBrackets","fold","blockCommentStart","blockCommentEnd","lineComment…
Dq.min.js.map1closing","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU,SACjDF,EAAIG,QAAQ,6BACT…
Dd.min.js.map1closing","electricChars","blockCommentStart","blockCommentEnd","blockCommentContinue","lineComment…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dhtml-block.md29 self-closing on block level:
/plugin/json/script/
Dejs.min.js1 …,index){var closing;if(line.indexOf(o+d)===0&&line.indexOf(o+d+d)!==0){closing=matches[index+2];if…
/plugin/bibtex4dw/
DCHANGELOG.md16 * Merged PR from SECtim, closing [#3](https://github.com/tillbiskup/dokuwiki-bibtex/issues/3), [#4]…
/plugin/asciidocjs/node_modules/ejs/
Dejs.min.js1 …,index){var closing;if(line.indexOf(o+d)===0&&line.indexOf(o+d+d)!==0){closing=matches[index+2];if…
Dejs.js744 var closing;
751 closing = matches[index + 2];
752 if (!(closing == d + c || closing == '-' + d + c || closing == '_' + d + c)) {

123456