Home
last modified time | relevance | path

Searched refs:inline (Results 51 – 75 of 737) sorted by relevance

12345678910>>...30

/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dxml_reference.rst32 inline="true"
42 …<xml-list inline="true" entry-name="foobar" namespace="http://www.w3.org/2005/Atom" skip-when-empt…
43 …<xml-map inline="true" key-attribute-name="foo" entry-name="bar" namespace="http://www.w3.org/2005…
67 inline="true"
86 inline="true"
100 …<xml-list inline="true" entry-name="foobar" namespace="http://www.w3.org/2005/Atom" skip-when-empt…
101 …<xml-map inline="true" key-attribute-name="foo" entry-name="bar" namespace="http://www.w3.org/2005…
/plugin/tagging/
H A Dstyle.less24 display: inline;
30 display: inline-block;
81 display: inline-block;
96 display: inline-block;
/plugin/linksenhanced/
H A Dstyle.css3 display: inline-block;
15 display: inline-block;
27 display: inline-block;
/plugin/struct/meta/
H A DInlineConfigParser.php8 * Wrapper to convert inline syntax to full before instantiating ConfigParser
26 * parses the given inline configuration
28 * @param string $inline
30 public function __construct($inline) argument
36 $parts = explode('?', $inline, 2);
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdown.php36 use inline\CodeTrait;
37 use inline\EmphStrongTrait;
38 use inline\LinkTrait;
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFlowCollections.yml5 single line, using the inline syntax.
16 a single line, using the inline
29 Both inline sequences and inline mappings
/plugin/tagsections/
H A Dstyle.less30 display: inline-block;
35 display: inline-block;
69 display: inline-block;
/plugin/barcode/
H A Dstyle.css7 display: inline;
12 display: inline;
/plugin/refnotes/
H A Dreference.php54 protected $inline; variable in refnotes_reference
65 $this->inline = $this->getAttribute('inline', false);
93 return $this->inline;
100 return !$this->inline && !$this->hidden;
150 static $key = array('inline', 'use-reference-base', 'use-reference-font-weight', 'use-reference-font-style', 'use-reference-format', 'source');
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php228 if (isset($colConfig->attributes()->inline)) {
229 … $pMetadata->xmlCollectionInline = 'true' === (string) $colConfig->attributes()->inline;
251 if (isset($colConfig->attributes()->inline)) {
252 … $pMetadata->xmlCollectionInline = 'true' === (string) $colConfig->attributes()->inline;
314 if (null !== $inline = $pElem->attributes()->inline) {
315 $pMetadata->inline = 'true' === strtolower((string) $inline);
319 if ($pMetadata->inline) {
/plugin/struct/
H A Dstyle.less91 display: inline;
163 display: inline-block;
229 display: inline-block;
242 table.inline {
339 table.inline td > *:last-child {
345 display: inline;
348 display: inline;
443 display: inline-block;
466 table.inline {
482 display: inline
[all...]
H A Dprint.less12 display: inline;
15 display: inline;
26 table.inline td {
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.font-size.php18 $inline = $tree->get_first();
19 $text = $inline->get_first();
/plugin/doodle/
H A Dstyle.css1 div.dokuwiki table.inline td.okay {
6 div.dokuwiki table.inline td.notokay {
/plugin/btable/
H A Dstyle.css1 div.dokuwiki table.inline td.okay {
6 div.dokuwiki table.inline td.notokay {
/plugin/btable2/
H A Dstyle.css1 div.dokuwiki table.inline td.okay {
6 div.dokuwiki table.inline td.notokay {
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/
H A DInlineRendererInterface.php
/plugin/purplenumbers/
H A Dstyle.css6 display: inline;
19 .dokuwiki table.inline:hover + .pnlink a.pn,
28 .dokuwiki table.inline:hover + .pnlink span.pn a {
56 display: inline-block;
/plugin/twcheckliste/theme_twCheckliste/
H A Dtw_style.css47 display: inline-block;
84 display: inline;
136 display: inline-block;
140 display: inline-block;
149 display: inline-block;
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DCloseBracketParser.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DMedia.php80 public $inline; variable in Google\\Service\\CloudSupport\\Media
379 public function setInline($inline) argument
381 $this->inline = $inline;
388 return $this->inline;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/
H A DGdataMedia.php80 public $inline; variable in Google\\Service\\YouTubeReporting\\GdataMedia
379 public function setInline($inline) argument
381 $this->inline = $inline;
388 return $this->inline;
/plugin/blogtng/
H A Dstyle.css28 display: inline-block;
33 display: inline-block;
42 display: inline-block;
196 display: inline;
208 display: inline-block;
270 display: inline;
274 display: inline;
279 display: inline;
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlinks.md11 [I'm an inline-style link](https://www.google.com)
13 [I'm an inline-style link with title](https://www.google.com "Google's Homepage")
15 [I'm an inline-style link with title](https://www.google.com "Google's Homepage")
/plugin/commonmark/vendor/league/commonmark/src/
H A DElementRendererInterface.php

12345678910>>...30