Home
last modified time | relevance | path

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

12345

/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DDelimiterProcessorCollection.php35 $opening = $processor->getOpeningCharacter();
38 if ($opening === $closing) {
39 $old = $this->processorsByChar[$opening] ?? null;
41 $this->addStaggeredDelimiterProcessorForChar($opening, $old, $processor);
43 $this->addDelimiterProcessorForChar($opening, $processor);
46 $this->addDelimiterProcessorForChar($opening, $processor);
73 private function addStaggeredDelimiterProcessorForChar(string $opening, DelimiterProcessorInterface $old, DelimiterProcessorInterface $new): void
78 $s = new StaggeredDelimiterProcessor($opening, $old);
82 $this->processorsByChar[$opening] = $s;
62 addStaggeredDelimiterProcessorForChar(string $opening, DelimiterProcessorInterface $old, DelimiterProcessorInterface $new) global() argument
/plugin/dokutranslate/
H A Dscript.js36 toggle_display: function ($clicky, opening) { argument
39 (opening ? 'minus' : 'plus') + '.gif');
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsDocumentSeparator.yml24 You can explicitly give an opening
44 The opening separator can contain directives
H A DYtsBasicTests.yml5 member of the list on a new line with an opening
17 member of the list on a new line with an opening
29 member of the list on a new line with an opening
/plugin/linkscollection/
H A Dscript.js57 const opening = $listitem.hasClass('closed');
93 if (!opening) {
/plugin/a2s/
H A 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/
H A 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/
H A 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/
H A Dgeneral_intro.txt8 is displayed on first opening the Query Data panel and which can be closed with a button at the bot…
/plugin/findologicxmlexport/vendor/jms/serializer/
H A 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/odt/
H A 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/vkeyboard/
H A Dchange_log36 Fixed bug which prevented pop-u[ selection window from opening
/plugin/bootnote/
H A DREADME.md26 **Note :** If you want more type of note, please let me know by opening an issue in this repos.
/plugin/findologicxmlexport/vendor/hoa/stream/
H A 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/findologicxmlexport/
H A DREADME.md35 - When opening the Plugin there is a link where you can directly access the XML export data.
/plugin/admnote/
H A DREADME.md25 …adm></adm>` tag pair to start and end a note. The first parameter of the opening tag chooses the n…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D68.68.js.map1 …, ''],\n { include: '@whitespace' },\n // Standard opening tag\n …
H A D32.32.js.map1opening\n // '<' would start the HTML mode, however there is no way to jump 1 character bac…
/plugin/codemirror/dist/modes/
H A Druby.min.js.map1opening","[","{","(","closing","]","}",")","curPunc","chain","newtok","stream","state","tokenize",…
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php566 $opening = array_keys($this->_delimiters);
589 if (in_array($char, $opening) && ('\\' != $lastchar)) {
/plugin/jokuwiki/
H A 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/publistf/bib2tpl/lib/
H A DBibTex.php566 $opening = array_keys($this->_delimiters);
589 if (in_array($char, $opening) && ('\\' != $lastchar)) {
/plugin/publist/bib2tpl/lib/
H A DBibTex.php566 $opening = array_keys($this->_delimiters);
589 if (in_array($char, $opening) && ('\\' != $lastchar)) {
/plugin/strata/
H A Dmanual.txt29 **Classes**: You can add one or more classes to a data block by placing them in the opening tag. Classes are separated by spaces, so class names declared in this way can not contain spaces. (Note that declaring a class name is effectively the same as adding a ''is a: person'' field-value pair to the data block.)
79 **Types**: In a query, you can use [[#types]]. You can use types for fields and values, and you can use them in the opening tag. Types are 'sticky': if you put ''?p Birthday [date]: ?b'' the date type will automatically stick to the ''?b'' variable (you could have achieved the same with ''?p Birthday: ?b [date]'').
85 **Captions**: You can put captions in the opening tag to change the caption of the column. Captions are not displayed by lists, but are still used to add names to the filtering and sorting interface.
116 **Aggregates**: Variables can have multiple values (usually through grouping). You can apply an aggregate function to the variable's values by adding it to any variable in the opening tag with ''@''. For example ''?address@count'' will apply the [[#aggregates|count]] aggregate to the values in ''?address''.
171 As a convenience, you can attach one or more classes to the data by putting them in the opening: ''<data **person**>''. To add multiple classes, separate them with a space.
202 A data block is associated with a fragment simply by adding a fragment identifier to the block's opening tag: ''<data #fragment identifier>''. Fragment identifiers are used in much the same way as a page's sections.
/plugin/pgn4web/pgn4web/
H A Dtest.pgn18 [Opening "Some opening"]

12345