Home
last modified time | relevance | path

Searched refs:style (Results 101 – 125 of 2224) sorted by path

12345678910>>...89

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A D.php_cs.dist33 'php_unit_test_annotation' => ['style' => 'prefix'],
H A DREADME.md400 PHP style arrays into an associative array (e.g., `foo[a]=1&foo[b]=2`
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php218 private static function handleCustomStyles(string $style, string $string): string argument
223 …$style = preg_replace_callback('/macro\s*:(.*?)(?:;|$)/', function (array $m) use ($string, &$colo…
235 }, $style);
237 if (null === $style) {
242 return $style;
/plugin/authorlist/
H A Dall.css29 list-style-type:none;
43 list-style-type:none;
/plugin/authsmf20/
H A Dstyle.css5 * @file style.css
64 font-style: normal;
/plugin/autlogin/
H A Dstyle.css17 list-style-type: none;
/plugin/autoincludeindex/
H A Dscript.js18 $(id).style.visibility="visible";
19 $(id).style.display="inline";
20 $(iconid).style.right = '304px';
26 $(id).style.visibility="hidden";
27 $(id).style.display="none";
28 $(iconid).style.right = '0px';
/plugin/autoindentcontrol/
H A Dstyle.css2 * AutoIndentControl Plugin for DokuWiki / style.css
/plugin/autolink3/
H A Dscript.js29 obj.style.visibility='visible';
31 obj.style.visibility='hidden';
119 document.getElementById('pl_si_gobtn').style.display = 'none';
/plugin/autotooltip/
H A Dscreen.less54 // Test alternate style
/plugin/autotranslation/
H A Dhelper.php371 $flag = $style = '';
374 $style = ' style="background-image: url(\'' . $flag . '\')"';
393 …lass="' . $class . '" title="' . hsc($localname) . '" value="' . $link . '"' . $sel . $style . '>';
H A Dstyle.css17 list-style-type: none;
/plugin/avatar/parts/
H A Dmonsterparts.xcf3 gimp xcf filexxB�B� S gimp-commentCreated with The GIMPgimp-image-grid(style intersections)
/plugin/backup/
H A Dscript.js4 document.getElementsByClassName('bt-content')[0].style.display = 'block';
5 document.getElementsByClassName('bt-warning')[0].style.display = 'none';
/plugin/bahnde/
H A Dsyntax.php131 …$txt .= '<div style="background-image:url('."'http://www.db.de/site/bahn/layout,property=LOGO__PRO…
/plugin/baselink/
H A Dsyntax.php91 $link['style'] = '';
/plugin/batchedit/images/
H A Dslide-arrow-right.svg1 <svg viewBox="0 0 25 83"><polyline style="fill:none;stroke-width:3;stroke-miterlimit:10;" points="1,1 21,40 23,41 1,82 "/></svg
/plugin/batchedit/
H A Dinterface.css236 font-style: italic;
H A Dinterface.php353 print('<input type="checkbox" id="' . $id . '" checked="checked" style="display:none;" />');
445 $style = 'min-width: ' . $this->getLang('dim_options') . ';';
447 print('<div id="be-options" style="' . $style . '">');
468 $style = 'width: ' . $this->getLang('dim_extoptions') . ';';
470 print('<div id="be-extoptions" style="' . $style . '">');
557 $html .= ' style="display: none;"';
573 $style = array();
576 $style[]
[all...]
/plugin/bbs/
H A Dstyle.css8 .bbs .italic {font-style:italic;}
/plugin/behave/
H A Dbehave.js158 if(typeof defaults.textarea.style.OTabSize != "undefined"){
159 defaults.textarea.style.OTabSize = tabSize; return;
161 if(typeof defaults.textarea.style.MozTabSize != "undefined"){
162 defaults.textarea.style.MozTabSize = tabSize; return;
164 if(typeof defaults.textarea.style.tabSize != "undefined"){
165 defaults.textarea.style.tabSize = tabSize; return;
/plugin/bez/images/
H A Dlogo.svg5 style="fill:#ffffff;stroke:#000000;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;" />
8 style="fill:#ffffff;stroke:#000000;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;" />
11 style="fill:#ffffff;stroke:#000000;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;" />
/plugin/bez/lib/jquery.timepicker-1.11.9-0/
H A Djquery.timepicker.css27 list-style: none;
43 list-style: none;
/plugin/bez/mdl/
H A DTask.php537 //render style
539 $less->addImportDir(DOKU_PLUGIN . 'bez/style/');
540 $style = $less->compileFile(DOKU_PLUGIN . 'bez/style/task.less');
548 $tpl->set('style', $style);
H A DThread.php473 //render style
475 $less->addImportDir(DOKU_PLUGIN . 'bez/style/');
476 $style = $less->compileFile(DOKU_PLUGIN . 'bez/style/thread.less');
484 $tpl->set('style', $style);

12345678910>>...89