Home
last modified time | relevance | path

Searched refs:inline (Results 1 – 25 of 33) sorted by relevance

12

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DEvalBarrett.php45 $inline = self::$custom_reduction;
46 return $inline($n);
/dokuwiki/lib/images/interwiki/
H A Ddoku.svg1inline"><path transform="matrix(.98991 -.14067 .20106 .97564 -158.091 -157.777)" style="fill:url(#…
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_admin.less26 display: inline-block;
38 display: inline-block;
H A D_fileuploader.css19 display: inline-block;
83 display: inline-block;
99 display: inline;
H A D_edit.css15 display: inline-block;
86 display: inline;
98 display: inline;
H A Dpagetools.less73 display: inline-block;
86 display: inline-block;
120 display: inline-block;
H A D_footnotes.css27 display: inline;
H A Dusertools.less15 display: inline-flex;
H A D_diff.css95 display: inline-block;
110 display: inline-block;
H A D_forms.css17 display: inline;
H A D_recent.css73 display: inline;
H A D_tabs.css38 display: inline-block;
H A D_media_fullscreen.css127 display: inline-block;
257 display: inline-block;
258 …/* the right margin should visually be 10px, but because of its inline-block nature the whitespace…
386 display: inline;
H A Dcontent.less98 .dokuwiki table.inline {
102 .dokuwiki table.inline tr:hover td {
106 .dokuwiki table.inline tr:hover th {
H A D_search.less40 display: inline-block;
H A D_media_popup.css105 display: inline;
H A Dbasic.less320 display: inline-block; /* for IE 11 */
328 display: inline;
H A Dmobile.less187 display: inline;
H A Ddesign.less99 display: inline;
/dokuwiki/lib/styles/
H A Dall.css16 display: inline-block;
31 display: inline;
H A Dfeed.css54 display: inline;
/dokuwiki/lib/plugins/acl/
H A Dstyle.css64 #acl_manager table.inline {
121 display: inline;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DEvalBarrett.php46 $inline = self::$custom_reduction;
47 return $inline($n);
/dokuwiki/inc/
H A Dhtml.php542 * @param bool $inline Return the header on a single line
546 function html_diff_head($l_rev, $r_rev, $id = null, $media = false, $inline = false) argument
/dokuwiki/_test/tests/Parsing/Markdown/gfm-spec/
H A Dspec.txt204 8. What are the precedence rules for the markers of inline structure?
219 10. What are the precedence rules between block-level and inline-level
503 headings and paragraphs) contain [inline](@) content---text,
509 of inline structure. So, for example, the following is a list with
525 paragraphs, headings, and other block constructs can be parsed for inline
529 but the second can be parallelized, since the inline parsing of
530 one block element does not affect the inline parsing of any other.
771 consists of a string of characters, parsed as inline content, between an
779 as inline content. The heading level is equal to the number of `#`
846 Leading and trailing [whitespace] is ignored in parsing inline content:
[all …]

12