Home
last modified time | relevance | path

Searched refs:opening (Results 1 – 25 of 125) sorted by relevance

12345

/plugin/asciidocjs/node_modules/yargs-parser/build/lib/
Dtokenize-arg-string.js15 let opening = null;
21 if (c === ' ' && !opening) {
29 if (c === opening) {
30 opening = null;
32 else if ((c === "'" || c === '"') && !opening) {
33 opening = c;
/plugin/dokutranslate/
Dscript.js36 toggle_display: function ($clicky, opening) { argument
39 (opening ? 'minus' : 'plus') + '.gif');
/plugin/linkscollection/
Dscript.js57 const opening = $listitem.hasClass('closed');
93 if (!opening) {
/plugin/a2s/
Dsyntax.php17 protected static $opening=<<<SVG variable in syntax_plugin_a2s
181 $renderer->_addStringAsSVGImage(self::$opening.$txtdata, $dim[0], $dim[1], $align);
/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/findologicxmlexport/vendor/jms/metadata/
DCONTRIBUTING.md31 so please make sure that your code is working before opening up a Pull-Request.
36 Please try to avoid opening support-related tickets. For support related questions please use more …
/plugin/quickstats/lang/en/
Dgeneral_intro.txt8 is displayed on first opening the Query Data panel and which can be closed with a button at the bot…
/plugin/odt/
DChangeLog.txt47 + Columns can be added after opening the table
95 …* Bugfix: close paragraph (if open) before opening a header. Otherwise headers would disappear if …
119 * Added CSS based functions for opening a paragraph
121 in CSS functions for opening a span and paragraph
/plugin/findologicxmlexport/vendor/jms/serializer/
DCONTRIBUTING.md55 so please make sure that your code is working before opening up a Pull-Request.
60 Please try to avoid opening support-related tickets. For support related questions please use more …
/plugin/findologicxmlexport/vendor/hoa/stream/
DREADME.md254 an instance of our stream without opening it. This action is called
255 “deferred opening”. We can control the opening time with the third
257 defer the opening, like:
267 the stream instanciation and the stream opening, we can attach new
279 true // defere opening
/plugin/vkeyboard/
Dchange_log36 Fixed bug which prevented pop-u[ selection window from opening
/plugin/bootnote/
DREADME.md26 **Note :** If you want more type of note, please let me know by opening an issue in this repos.
/plugin/findologicxmlexport/
DREADME.md35 - When opening the Plugin there is a link where you can directly access the XML export data.
/plugin/admnote/
DREADME.md25 …adm></adm>` tag pair to start and end a note. The first parameter of the opening tag chooses the n…
/plugin/asciidocjs/node_modules/yargs-parser/build/
Dindex.cjs71 let opening = null;
76 if (c === ' ' && !opening) {
82 if (c === opening) {
83 opening = null;
85 else if ((c === "'" || c === '"') && !opening) {
86 opening = c;
/plugin/dirtylittlehelper/mermaid/editor/docs/
D68.68.js.map1 …, ''],\n { include: '@whitespace' },\n // Standard opening tag\n …
D32.32.js.map1opening\n // '<' would start the HTML mode, however there is no way to jump 1 character bac…
/plugin/codemirror/dist/modes/
Druby.min.js.map1opening","[","{","(","closing","]","}",")","curPunc","chain","newtok","stream","state","tokenize",…
Dvb.min.js.map1opening","middle","closing","doubleClosing","doOpening","indentInfo","registerHelper","concat","in…
/plugin/strata/
Dmanual.txt29 **Classes**: You can add one or more classes to a data block by placing them in the opening tag. Cl…
79 …]]. You can use types for fields and values, and you can use them in the opening tag. Types are 's…
85 **Captions**: You can put captions in the opening tag to change the caption of the column. Captions…
116 …te function to the variable's values by adding it to any variable in the opening tag with ''@''. F…
171 As a convenience, you can attach one or more classes to the data by putting them in the opening: ''…
202 …ed with a fragment simply by adding a fragment identifier to the block's opening tag: ''<data #fra…
/plugin/publistf/bib2tpl/lib/
DBibTex.php566 $opening = array_keys($this->_delimiters);
589 if (in_array($char, $opening) && ('\\' != $lastchar)) {
/plugin/publist/bib2tpl/lib/
DBibTex.php566 $opening = array_keys($this->_delimiters);
589 if (in_array($char, $opening) && ('\\' != $lastchar)) {
/plugin/jokuwiki/
DREADME.md21 The Jokuwiki opening tag has a number of attributes:
30 Additional content may be added between the opening and closing jw tags. This will be parsed by Dok…
/plugin/publistx/bib2tpl/lib/
DBibTex.php566 $opening = array_keys($this->_delimiters);
589 if (in_array($char, $opening) && ('\\' != $lastchar)) {
/plugin/pgn4web/pgn4web/
Dtest.pgn18 [Opening "Some opening"]

12345