Home
last modified time | relevance | path

Searched refs:underline (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/plugin/creole/syntax/
Dunderline.php44 'open', 'underline', NULL,
47 'open', 'underline', NULL,
50 'open', 'underline', NULL,
53 'open', 'underline', NULL,
58 if ( $this->eventhandler->queuedEventExists ('open', 'underline', NULL) == false ) {
66 $this->eventhandler->notifyEvent('open', 'underline', NULL, $pos, $match, $handler);
73 … $this->eventhandler->notifyEvent('close', 'underline', NULL, $pos, $match, $handler);
85 $this->eventhandler->notifyEvent('close', 'underline', NULL, $pos, $match, $handler);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DTextFormat.php51 public $underline; variable in Google\\Service\\Sheets\\TextFormat
168 public function setUnderline($underline) argument
170 $this->underline = $underline;
177 return $this->underline;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
DTextStyle.php53 public $underline; variable in Google\\Service\\Docs\\TextStyle
186 public function setUnderline($underline) argument
188 $this->underline = $underline;
195 return $this->underline;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
DTextStyle.php57 public $underline; variable in Google\\Service\\Slides\\TextStyle
204 public function setUnderline($underline) argument
206 $this->underline = $underline;
213 return $this->underline;
/plugin/combo/resources/theme/default/components/css/
H A Dtooltip.css11 span[data-bs-toggle="tooltip"] { text-decoration: underline dotted; }
12 span[data-toggle="tooltip"] { text-decoration: underline dotted; }
H A Dtoc.css28 text-decoration: underline;
29 text-underline-offset: 0.4rem;
/plugin/bugzillahttp/
Dstyle.css49 .bugtable a:link { font-weight:bold; text-decoration:underline;}
50 .bugtable a:visited { font-weight:bold; text-decoration:underline; }
/plugin/picasawebalbum/
Dpwi.css56 text-decoration: underline;
83 text-decoration: underline;
Dstyle.css139 text-decoration: underline;
166 text-decoration: underline;
/plugin/html2pdf/html2pdf/html2ps/
Doutput.fastps.class.php15 var $underline; variable in OutputDriverFastPS
54 function decoration($underline, $overline, $linethrough) { argument
55 $this->underline = $underline;
235 $this->underline = false;
286 if ($this->underline) { $this->_show_underline($x, $y, $width, $this->fontsize); };
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
DANSI.php170 $attr_cell->underline = false;
327 $attr_cell->underline = true;
499 if ($last_attr->underline != $cur_attr->underline) {
500 if ($cur_attr->underline) {
/plugin/odt/
Dexample.css81 text-decoration: underline;
322 text-decoration: underline;
329 text-decoration: underline;
337 text-decoration: underline;
345 text-decoration: underline;
/plugin/mizarproofchecker/
Dstyle.css55 .error-underline {
56 text-decoration: underline wavy red;
/plugin/mizarveifiabledocs/
Dstyle.css55 .error-underline {
56 text-decoration: underline wavy red;
/plugin/formatplus/
Dstyle.css14 text-decoration: underline;
87 text-decoration: underline;
/plugin/formatplus2/
Dstyle.css14 text-decoration: underline;
87 text-decoration: underline;
/plugin/ghissues/
Dstyle.css88 text-decoration: underline;
93 text-decoration: underline;
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dglobal.css26 text-decoration: underline;
92 text-decoration: underline;
/plugin/asciidocjs/node_modules/chalk/
Dreadme.md106 log(chalk.red('Hello', chalk.underline.bgBlue('world') + '!'));
108 // Nest styles of the same type even (color, underline, background)
111 chalk.blue.underline.bold('with a blue substring') +
131 log(chalk.rgb(123, 45, 67).underline('Underlined reddish color'));
159 Example: `chalk.red.bold.underline('Hello', 'world');`
204 - `underline` - Make text underline. *(Not widely supported)*
286 - `chalk.hex('#DEADED').underline('Hello, world!')`
292 - `chalk.bgHex('#DEADED').underline('Hello, world!')`
/plugin/htmlokay/
Dstyle.css4 #htmlOK_div a:link { color: __text__; text-decoration: underline; }
/plugin/freechat/phpfreechat/style/
Dgeneric.css18 text-decoration: underline;
/plugin/adhoctags/images/
Dformat-underline-wavy.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>format-underline-wavy</title><pa…
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dtype-underline.svg1 <svg class="bi bi-type-underline" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" …
/plugin/tocsidebar/lang/
Dstyle.css24 text-decoration: underline;
/plugin/mizarverifiabledocs/
H A Dstyle.css101 .error-underline {
102 text-decoration: underline wavy red;

12345678910>>...14