Home
last modified time | relevance | path

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

12345678910>>...13

/plugin/creole/syntax/
H A 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/
H A 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/
H A 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/
H A 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/
H A Dstyle.css49 .bugtable a:link { font-weight:bold; text-decoration:underline;}
50 .bugtable a:visited { font-weight:bold; text-decoration:underline; }
/plugin/picasawebalbum/
H A Dpwi.css56 text-decoration: underline;
83 text-decoration: underline;
H A Dstyle.css139 text-decoration: underline;
166 text-decoration: underline;
/plugin/html2pdf/html2pdf/html2ps/
H A 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/
H A 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/
H A Dexample.css81 text-decoration: underline;
322 text-decoration: underline;
329 text-decoration: underline;
337 text-decoration: underline;
345 text-decoration: underline;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dglobal.css26 text-decoration: underline;
92 text-decoration: underline;
/plugin/ghissues/
H A Dstyle.css88 text-decoration: underline;
93 text-decoration: underline;
/plugin/formatplus2/
H A Dstyle.css14 text-decoration: underline;
87 text-decoration: underline;
/plugin/formatplus/
H A Dstyle.css14 text-decoration: underline;
87 text-decoration: underline;
/plugin/htmlokay/
H A Dstyle.css4 #htmlOK_div a:link { color: __text__; text-decoration: underline; }
/plugin/freechat/phpfreechat/style/
H A Dgeneric.css18 text-decoration: underline;
H A Dfooter.css27 text-decoration: underline;
/plugin/adhoctags/images/
H A Dformat-underline-wavy.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>format-underline-wavy</title><path d="M12 17C15.31 17 18 14.31 18 11V3H15.5V11C15.5 12.93 13.93 14.5 12 14.5S8.5 12 (…)
/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" xmlns="http://www.w3.org/2000/svg">
/plugin/mikioplugin/assets/
H A Dexternal.css23 text-decoration: underline;
/plugin/latexit/tests/my/
H A Dtest2.latex10 \underline{Podtržené}
/plugin/aceeditor/
H A Dstyle.css39 text-decoration:underline;
/plugin/firenews/HTMLTemplates/news/
H A Dnews.css15 text-decoration: underline;

12345678910>>...13