| /plugin/creole/syntax/ |
| D | underline.php | 44 '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/ |
| D | TextFormat.php | 51 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/ |
| D | TextStyle.php | 53 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/ |
| D | TextStyle.php | 57 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 D | tooltip.css | 11 span[data-bs-toggle="tooltip"] { text-decoration: underline dotted; } 12 span[data-toggle="tooltip"] { text-decoration: underline dotted; }
|
| H A D | toc.css | 28 text-decoration: underline; 29 text-underline-offset: 0.4rem;
|
| /plugin/bugzillahttp/ |
| D | style.css | 49 .bugtable a:link { font-weight:bold; text-decoration:underline;} 50 .bugtable a:visited { font-weight:bold; text-decoration:underline; }
|
| /plugin/picasawebalbum/ |
| D | pwi.css | 56 text-decoration: underline; 83 text-decoration: underline;
|
| D | style.css | 139 text-decoration: underline; 166 text-decoration: underline;
|
| /plugin/html2pdf/html2pdf/html2ps/ |
| D | output.fastps.class.php | 15 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/ |
| D | ANSI.php | 170 $attr_cell->underline = false; 327 $attr_cell->underline = true; 499 if ($last_attr->underline != $cur_attr->underline) { 500 if ($cur_attr->underline) {
|
| /plugin/odt/ |
| D | example.css | 81 text-decoration: underline; 322 text-decoration: underline; 329 text-decoration: underline; 337 text-decoration: underline; 345 text-decoration: underline;
|
| /plugin/mizarproofchecker/ |
| D | style.css | 55 .error-underline { 56 text-decoration: underline wavy red;
|
| /plugin/mizarveifiabledocs/ |
| D | style.css | 55 .error-underline { 56 text-decoration: underline wavy red;
|
| /plugin/formatplus/ |
| D | style.css | 14 text-decoration: underline; 87 text-decoration: underline;
|
| /plugin/formatplus2/ |
| D | style.css | 14 text-decoration: underline; 87 text-decoration: underline;
|
| /plugin/ghissues/ |
| D | style.css | 88 text-decoration: underline; 93 text-decoration: underline;
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | global.css | 26 text-decoration: underline; 92 text-decoration: underline;
|
| /plugin/asciidocjs/node_modules/chalk/ |
| D | readme.md | 106 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/ |
| D | style.css | 4 #htmlOK_div a:link { color: __text__; text-decoration: underline; }
|
| /plugin/freechat/phpfreechat/style/ |
| D | generic.css | 18 text-decoration: underline;
|
| /plugin/adhoctags/images/ |
| D | format-underline-wavy.svg | 1 <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 D | type-underline.svg | 1 <svg class="bi bi-type-underline" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" …
|
| /plugin/tocsidebar/lang/ |
| D | style.css | 24 text-decoration: underline;
|
| /plugin/mizarverifiabledocs/ |
| H A D | style.css | 101 .error-underline { 102 text-decoration: underline wavy red;
|