Searched refs:between (Results 1 – 25 of 529) sorted by relevance
12345678910>>...22
| /plugin/findologicxmlexport/vendor/twig/twig/doc/functions/ |
| D | random.rst | 18 * a random integer between 0 and the integer parameter (inclusive). 19 * a random integer between the integer parameter (when negative) and 0 (inclusive). 20 * a random integer between the first integer and the second integer parameter (inclusive).
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| D | join.rst | 15 The separator between elements is an empty string per default, but you can 23 A second parameter can also be provided that will be the separator used between
|
| D | spaceless.rst | 8 Use the ``spaceless`` filter to remove whitespace *between HTML tags*, not 35 merely to avoid extra whitespace between HTML tags to avoid browser rendering
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/ |
| D | PublicKey.php | 61 if (!$r->between(self::$one, $q_1) || !$s->between(self::$one, $q_1)) {
|
| /plugin/findologicxmlexport/vendor/twig/extensions/doc/ |
| D | date.rst | 13 Use the ``time_diff`` filter to render the difference between a date and now. 25 difference between dates, this means that PHP 5.3+ is required.
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
| D | spaceless.rst | 8 Use the ``spaceless`` tag to remove whitespace *between HTML tags*, not 22 merely to avoid extra whitespace between HTML tags to avoid browser rendering
|
| /plugin/edittable/script/ |
| D | editor.js | 25 var between; 27 between = dmarray.slice(target, startIndex); 29 between = dmarray.slice(endIndex + 1, target); 33 return [].concat(first, moving, between, last); 35 return [].concat(first, between, moving, last);
|
| /plugin/indexmenu/scripts/fancytree/skin-win8-xxl/ |
| D | ui.fancytree.less | 22 @fancy-node-v-spacing: 1px; // gap between two node borders 25 @fancy-icon-spacing: 6px; // margin between icon/icon or icon/title
|
| /plugin/asciidocjs/node_modules/color-convert/ |
| D | README.md | 6 It converts all ways between `rgb`, `hsl`, `hsv`, `hwb`, `cmyk`, `ansi`, `ansi16`, `hex` strings, a… 59 …xists. This is also true for conversions requiring more than one step in between (e.g. LCH -> **LA… 65 If there is a new model you would like to support, or want to add a direct conversion between two e…
|
| /plugin/sync/lang/en/ |
| D | nochange.txt | 3 There were no differences found between your local wiki and the remote wiki. No need to synchronize.
|
| D | list.txt | 3 A list of files that differ between your local and the remote wiki is shown below. You need to deci…
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/spaceless/ |
| D | simple.test | 2 "spaceless" tag removes whites between HTML tags
|
| /plugin/versionswitch/ |
| D | plugin.info.txt | 6 desc Easily switch between different documented versions
|
| /plugin/searchjump/ |
| D | plugin.info.txt | 6 desc Jump between highlighted strings in a search result.
|
| /plugin/structjoin/ |
| D | plugin.info.txt | 6 desc Introduces new struct type that allows perform inner joins between schemas
|
| /plugin/nonblank/ |
| D | plugin.info.txt | 6 …t for the standard dokuwiki renderer which removes the single line break between two non-ASCII cha…
|
| D | README | 4 an unexpected space might be inserted between two full-width characters,
|
| /plugin/dropfiles/ |
| D | style.less | 5 justify-content: space-between;
|
| /plugin/spreadout/ |
| D | plugin.info.txt | 6 desc A simple plugin that allows for two spaces between content sentences if the user types two s…
|
| D | README.md | 2 A simple plugin that allows for two spaces between content sentences if the user types two spaces r…
|
| /plugin/typography/ |
| D | README.md | 20 | `lh` | line-height | space between the lines | 21 | `ls` | letter-spacing | an extra space between characters (in px, em, etc) | 22 | `ws` | word-spacing | an additional space between words (in px, em, etc) |
|
| /plugin/indexmenu/scripts/fancytree/skin-themeroller/ |
| D | ui.fancytree.less | 27 @fancy-node-v-spacing: 0px; // gap between two node borders 30 @fancy-icon-spacing: 3px; // margin between icon/icon or icon/title
|
| /plugin/ckgdoku/ |
| D | README.md | 2 Version of ckgedit which allows for switching between native dokuwiki editor tools and ckgedit's to…
|
| /plugin/wrap/ |
| D | print_or_pdf.less | 2 Styles shared between print.css and pdf.css
|
| /plugin/nodisp/ |
| D | README.md | 2 This plugin enables concealment of text placed between the nodisp tags:
|
12345678910>>...22