Home
last modified time | relevance | path

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

12345678910>>...35

/plugin/abc2/abc-libraries/abcjs/
Dabcjs-midi.css3 .abcjs-inline-midi {
14 .abcjs-inline-midi .abcjs-btn {
17 display: inline-block;
33 .fa5 .abcjs-inline-midi .abcjs-btn {
37 .abcjs-inline-midi .abcjs-btn:hover {
41 .abcjs-inline-midi .abcjs-midi-selection:before {
45 .abcjs-inline-midi .abcjs-midi-selection.abcjs-pushed {
51 .abcjs-inline-midi .abcjs-midi-loop:before {
55 .abcjs-inline-midi .abcjs-midi-loop.abcjs-pushed {
61 .abcjs-inline-midi .abcjs-midi-reset:before {
[all …]
/plugin/abc2/
Dstyle.css25 .abcjs-inline-midi {
37 .abcjs-inline-midi .abcjs-btn {
40 display: inline-block;
56 .abcjs-inline-midi .abcjs-btn:hover {
60 .abcjs-inline-midi .abcjs-midi-selection:before {
64 .abcjs-inline-midi .abcjs-midi-selection.abcjs-pushed {
70 .abcjs-inline-midi .abcjs-midi-loop:before {
74 .abcjs-inline-midi .abcjs-midi-loop.abcjs-pushed {
80 .abcjs-inline-midi .abcjs-midi-reset:before {
84 .abcjs-inline-midi .abcjs-midi-reset.abcjs-pushed {
[all …]
/plugin/combo/vendor/symfony/yaml/
H A DDumper.php45 * @param int $inline The level where you switch to inline YAML
49 public function dump($input, int $inline = 0, int $indent = 0, int $flags = 0): string argument
59 …if ($inline <= 0 || (!\is_array($input) && !$input instanceof TaggedValue && $dumpObjectAsInlineMa…
62 $output .= $this->dumpTaggedValue($input, $inline, $indent, $flags, $prefix);
113 … if ($inline - 1 <= 0 || null === $value->getValue() || \is_scalar($value->getValue())) {
114 $output .= ' '.$this->dump($value->getValue(), $inline - 1, 0, $flags)."\n";
117 …$output .= $this->dump($value->getValue(), $inline - 1, $dumpAsMap ? $indent + $this->indentation …
129 …$willBeInlined = $inline - 1 <= 0 || !\is_array($value) && $dumpObjectAsInlineMap || empty($value);
135 … $this->dump($value, $inline - 1, $willBeInlined ? 0 : $indent + $this->indentation, $flags)
143 …private function dumpTaggedValue(TaggedValue $value, int $inline, int $indent, int $flags, string … argument
[all …]
/plugin/progrecss/
Dprint.css14 display: inline-block;
18 display: inline-block;
24 display: inline-block;
31 display: inline-block;
40 display: inline-block;
44 display: inline-block;
53 display: inline-block;
67 display: inline-block;
72 display: inline-block;
81 display: inline-block;
Dstyle.css24 display: inline-block;
68 display: inline-block;
104 display: inline-block;
127 position: inline-block;
143 * PROGRECSS_INLINE: inline bar model
146 * Features a bar running inline (thanks to "inline-block"), with the
152 * breaking lines strangely when an inline-block is last element of
160 display: inline-block;
168 display: inline-block;
178 display: inline-block;
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/
DChameleon.php19 public $inline; variable in HTMLPurifier_ChildDef_Chameleon
33 * @param array $inline List of elements to allow when inline.
36 public function __construct($inline, $block) argument
38 $this->inline = new HTMLPurifier_ChildDef_Optional($inline);
58 return $this->inline->validateChildren(
/plugin/dirtylittlehelper/
Dstyle.css66 #dlh_top_helper_a{ width:40px;margin-right:10px;display:inline-block;}
68 #dlh_top_helper_b input{width:550px;display:inline;}
73 #dlh_top_struct_a { display:inline; }
81 { display:inline; }
83 #dlh_top_pagesuggest { display:inline; }
85 #dlh_top_dlhid { display:inline; }
88 .dlh_top_menu { display: inline; }
89 .dlh_top_menu_dropdown_admin { width: 100px; display:inline-block; }
103 #dlh_top_menu_page { display: inline; }
104 #dlh_top_menu_page p { display: inline; }
[all …]
/plugin/jquery-syntax/jquery-syntax/
Djquery.syntax.layout.inline.js5inline=function(options,code,container){var inline=jQuery('<code class="syntax highlighted"></code… function
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dcode.md1 this is `inline code`
3 this is ``inline code``
5 this is `` inline code ``
7 this is `` inline ` code ``
9 this is ``` inline `` code ```
/plugin/findologicxmlexport/vendor/symfony/yaml/
DDumper.php43 * @param int $inline The level where you switch to inline YAML
49 public function dump($input, int $inline = 0, int $indent = 0, int $flags = 0): string argument
59 if ($inline <= 0 || (!\is_array($input) && $dumpObjectAsInlineMap) || empty($input)) {
65 …if ($inline >= 1 && Yaml::DUMP_MULTI_LINE_LITERAL_BLOCK & $flags && \is_string($value) && false !=…
84 …$willBeInlined = $inline - 1 <= 0 || !\is_array($value) && $dumpObjectAsInlineMap || empty($value);
90 … $this->dump($value, $inline - 1, $willBeInlined ? 0 : $indent + $this->indentation, $flags)
DYaml.php89 * @param int $inline The level where you switch to inline YAML
95 public static function dump($input, int $inline = 2, int $indent = 4, int $flags = 0): string argument
99 return $yaml->dump($input, $inline, 0, $flags);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DContaineranalysisGoogleDevtoolsCloudbuildV1Secrets.php31 public function setInline($inline) argument
33 $this->inline = $inline;
40 return $this->inline;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
DSecrets.php31 public function setInline($inline) argument
33 $this->inline = $inline;
40 return $this->inline;
/plugin/asciidocjs/node_modules/clean-css/lib/reader/
Dread-sources.js48 return fromStyles(input, context, { inline: context.options.inline }, callback); property
61 return fromStyles(inputAsImports.join(''), context, { inline: ['all'] }, callback); property
66 return fromStyles(inputAsImports.join(''), context, { inline: ['all'] }, callback); property
150 return allowsAnyImports(parentInlinerContext.inline) ?
151 inline(tokens, context, parentInlinerContext, callback) :
155 function allowsAnyImports(inline) { argument
156 return !(inline.length == 1 && inline[0] == 'none');
159 function inline(tokens, externalContext, parentInlinerContext, callback) { function
167 inline: parentInlinerContext.inline, property
215 var isAllowed = isAllowedResource(uri, true, inlinerContext.inline);
[all …]
/plugin/struct/_test/
H A DInlineConfigParserTest.php20 $inline = '"testtable, another, foo bar"."%pageid%, count" ';
21 $inline .= '?sort: ^count sort: "%pageid%, ^bam" align: "r,l,center,foo"';
23 $inline .= ' & "%pageid% != start" | "count = 1"';
25 $configParser = new meta\InlineConfigParser($inline);
/plugin/tagging/less/
H A Deditable.less17 display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
20 /* inline-block emulation for IE7*/
22 *display: inline;
27 display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
30 /* display-inline emulation for IE7*/
32 *display: inline;
/plugin/bpmnio/syntax/
Dbpmnio.php71 $inline = empty($this->src);
72 if (!$inline) {
75 return [$state, $this->type, base64_encode($match), $posStart, $posEnd, $inline];
114 [$state, $type, $match, $posStart, $posEnd, $inline] = $data;
144 if ($inline) {
156 if ($inline) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
DCompositeMedia.php39 public $inline; variable in Google\\Service\\CloudSupport\\CompositeMedia
122 public function setInline($inline) argument
124 $this->inline = $inline;
131 return $this->inline;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/
DGdataCompositeMedia.php39 public $inline; variable in Google\\Service\\YouTubeReporting\\GdataCompositeMedia
122 public function setInline($inline) argument
124 $this->inline = $inline;
131 return $this->inline;
/plugin/jsmath/
Dsyntax.php97 return array($state, 'inline');
114 return array($state, 'inline');
136 if ($match=='inline') {
169 if ($match=='inline') {
/plugin/katex/_assets/contrib/
Dcopy-tex.min.js1inline:["$","$"],display:["$$","$$"]};var n=function(e,n){void 0===n&&(n=t);for(var r=e.querySelec… property
/plugin/combo/ComboStrap/TagAttribute/
H A DStyleAttribute.php49 $inline = "";
51 if ($inline != "") {
52 $inline .= ";$property:$value";
54 $inline = "$property:$value";
57 return $inline;
/plugin/refnotes/
Dnote.php114 protected $inline; variable in refnotes_note
144 $this->inline = false;
193 if ($this->text == '' || !$this->inline) {
209 if ($this->id == -1 && !$this->inline) {
210 $this->inline = $reference->isInline();
212 if (!$this->inline) {
286 $this->inline = $this->getAttribute('inline', false);
/plugin/struct/
H A Dprint.less12 display: inline;
15 display: inline;
26 table.inline td {
/plugin/refnotes/conf/
Dnotes.dat1inline";b:0;}s:5:":todo";a:6:{s:4:"text";s:51:"%%[%%//[[:missing_citation|citation needed]]//%%]%%…

12345678910>>...35