Home
last modified time | relevance | path

Searched refs:underline (Results 76 – 100 of 315) sorted by relevance

12345678910>>...13

/plugin/tablelayout/
H A Dstyle.less12 text-decoration: underline;
/plugin/highlight2wiki/
H A Dstyle.css155 text-decoration: underline;
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pdflib.class.php90 function decoration($underline, $overline, $strikeout) { argument
92 pdf_set_parameter($this->pdf, "underline", $underline ? "true" : "false");
H A Doutput.pcl.class.php253 function decoration($underline, $overline, $strikeout) { } argument
H A Doutput.fpdf.class.php59 function decoration($underline, $overline, $strikeout) { argument
61 $this->pdf->SetDecoration($underline, $overline, $strikeout);
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js2342 var _doTable_callback = function(match, head, underline, content) { argument
2346 underline = underline.replace(/[|] *$/m, '');
2352 var separators = underline.split(/[ ]*[|][ ]*/);
2433 ), function(match, head, underline, content) { argument
2437 return _doTable_callback.call(this, match, head, underline, content);
/plugin/markdownextra/
H A Dmarkdown.php2727 $underline = $matches[2];
2733 return $this->_doTable_callback(array($matches[0], $head, $underline, $content));
2737 $underline = $matches[2];
2742 $underline = preg_replace('/[|] *$/m', '', $underline);
2746 $separators = preg_split('/ *[|] */', $underline);
/plugin/new_page_dialog/
H A Dstyle.css99 text-decoration: underline;
/plugin/npd/
H A Dstyle.css99 text-decoration: underline;
/plugin/confmanager/
H A Dstyle.css87 text-decoration: underline;
/plugin/siteexport/
H A Dstyle.css49 text-decoration: underline;
/plugin/nspages/
H A Dstyle.css11 text-decoration: underline;
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php975 var $underline; //underlining flag variable in FPDF
1389 function SetDecoration($underline, $overline, $strikeout) { argument
1390 $this->underline = $underline;
1554 $this->underline = false;
1780 $style=$this->FontStyle.($this->underline ? 'U' : '');
2007 $this->underline=true;
2010 $this->underline=false;
2108 if ($this->underline && $txt!='') {
2194 if ($this->underline) {
/plugin/code3/styles/
H A Dstyles.css102 text-decoration: underline;
/plugin/database2/
H A Dstyle.css163 text-decoration: underline;
/plugin/html2pdf/snorriheim/
H A Dprint.css63 a.wikilink1 {text-decoration:underline }
/plugin/xcom/
H A Dscript.js783 function xcom_rollover(el,underline) { argument
784 if(underline)
/plugin/diagramsnet/lib/js/diagramly/
H A DNotionClient.js556 var createLink = mxUtils.bind(this, function(label, exec, padding, underline) argument
564 if (underline)
/plugin/geonav/tpl/startermap/css/
H A Ddesign.css89 text-decoration: underline;
H A Dcontent.css88 text-decoration: underline;
/plugin/syntaxhighlighter/Styles/
H A DSyntaxHighlighter.css166 text-decoration: underline;
/plugin/tindexmenu/
H A Dstyle.css87 text-decoration: underline;
/plugin/codemirror/dist/
H A Dstyles.min.css1underline}form#dw__editform .cm-strikethrough,#dokuwiki__content .cm-strikethrough{text-decoration…
/plugin/bez/
H A Dstyle.css129 text-decoration:underline !important;
135 text-decoration:underline !important;
319 text-decoration: underline;
/plugin/searchpattern/
H A Dstyle.css120 text-decoration: underline;

12345678910>>...13