Home
last modified time | relevance | path

Searched refs:text (Results 476 – 500 of 3150) sorted by relevance

1...<<11121314151617181920>>...126

/plugin/eshop/
H A Dscript.js6 jQuery('#eshop_price_usd').text(usd);
8 jQuery('#eshop_price_eur').text(eur);
10 jQuery('#eshop_price_btc').text(btc);
/plugin/dokutexit/
H A Dlatex.php131 $text = trim($text);
156 function cdata($text) { argument
157 $this->putent($text);
290 $this->cdata($text);
293 function php($text) { argument
297 function html($text) { argument
313 function file($text) { argument
1743 $this->doc .= $text;
1749 $mode = strlen($text);
1770 if (!is_null($text)) {
[all …]
/plugin/stats/
H A Dstyle.css18 text-align:center;
22 text-align:left;
25 text-align:right;
/plugin/prosemirror/parser/
H A DHeadingNode.php16 protected $text; variable in dokuwiki\\plugin\\prosemirror\\parser\\HeadingNode
20 if (trim($data['content'][0]['text']) === '') {
26 $this->text = $data['content'][0]['text'];
39 return $wrapper[$this->level] . ' ' . $this->text . ' ' . $wrapper[$this->level];
/plugin/fckg/fckeditor/
H A Dfckeditor.js214 FCKeditor.prototype._HTMLEncode = function( text ) argument
216 if ( typeof( text ) != "string" )
217 text = text.toString() ;
219 text = text.replace(
/plugin/ckgdoku/ckeditor/plugins/wrap/dialogs/
H A Dwrap.js74 var text = editor.getSelection().getSelectedText();
75 if(text) {
77 this.setValueOf( 'tab-basic', 'wrap',text);
79 else this.text = false;
150 var wrapText = this.text ? this.text: dialog.getValueOf( 'tab-basic', 'wrap' );
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLexer.php106 * @param string $text Text to tokenize.
111 public function lexMe($text, array $tokens) argument
113 $this->_text = $text;
153 str_repeat(' ', mb_strlen(substr($text, 0, $offset))) . '↑',
156 mb_substr(substr($text, $offset), 0, 1),
158 $text
/plugin/freechat/phpfreechat/style/
H A Dmenu.css11 text-align: center;
17 text-align: left;
26 text-align: center;
51 text-decoration: none;
61 text-align: center;
/plugin/routeplaner/
H A Dstyle.css4 text-align:left;
28 text-decoration: none;
33 text-decoration: none;
40 text-align:center;
44 .resulttable td {text-align:left;padding:3px 9px;font: 12px "Trebuchet MS", Tahoma, Geneva, Arial, …
/plugin/epub/
H A Dhelper.php15 function msg($text) { argument
16 if(is_array($text)) {
17 $text = '<pre>' . print_r($text,true) . '</pre>';
19 echo "$text\n";
/plugin/bulletodo/
H A Dscript.js5 var rawtext=jQuery(this).text();
8 if (jQuery(this).text().match(STbullet[i])){
10 jQuery(this).text(newtext);
/plugin/embeddedphp/syntax/
H A Dphpblock.php42 * @param string $text The PHP code
45 public function phpblock($text, Doku_Renderer $renderer): void { argument
46 $this->php($text, $renderer, 'pre');
H A Dphpinline.php114 * @param string $text PHP code that is either executed or printed
118 public function php($text, Doku_Renderer $renderer, $wrapper = 'code'): void { argument
121 eval($text);
132 … $renderer->doc .= /*'###.get_class($this)'.*/p_xhtml_cached_geshi($text, 'php', $wrapper);
/plugin/revealjs/
H A Drenderer.php459 * @param string $text text to show
464 function _highlight($type, $text, $language = null, $filename = null, $options = null) { argument
480 if($text{0} == "\n") {
481 $text = substr($text, 1);
483 if(substr($text, -1) == "\n") {
484 $text = substr($text, 0, -1);
489 $this->doc .= '<pre><code>'.$this->_xmlEntities($text).'</code></pre>'.DOKU_LF;
492 …$this->doc .= '<pre><code class="'.$language.'">'.$this->_xmlEntities($text).'</code></pre>'.DOKU_…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DEntityMention.php124 public function setText(TextSpan $text) argument
126 $this->text = $text;
133 return $this->text;
/plugin/socialshareprivacy2/SSP/stylesheets/
H A Djquery.socialshareprivacy.delicious.css34 text-decoration:none!important;
49 text-align:center;
55 text-shadow:#2A5580 1px 1px 0;
64 text-shadow:#222 1px 1px 0;
83 text-decoration:none!important;
104 text-align:center;
105 text-shadow:#2A5580 1px 1px 0;
110 text-shadow:#369 1px 1px 0;
115 text-shadow:#222 1px 1px 0;
/plugin/issuetracker/
H A Dprint.css167 text-align: left;
171 text-align: left;
175 text-align: center;
228 vertical-align: text-bottom;
293 text-align:center;
379 vertical-align: text-bottom;
470 vertical-align:text-top;
506 text-align: right;
515 text-align: center;
519 text-align: center;
[all …]
H A Dstyle.css167 text-align: left;
171 text-align: left;
175 text-align: center;
228 vertical-align: text-bottom;
293 text-align:center;
379 vertical-align: text-bottom;
470 vertical-align:text-top;
506 text-align: right;
515 text-align: center;
519 text-align: center;
[all …]
/plugin/snippets/
H A Dadmin.php107 $text = file_get_contents($file);
108 preg_match_all("/~~SNIPPET_C~~(.*?)~~/",$text,$matches);
110 preg_match_all("/~~SNIPPET_O(.*?)~~(.*?)~~/",$text,$matches_tm);
213 function dbg($text, $ar = array(),$line="") { argument
216 $text .= print_r( $ar, 1);
218 if($line) $text .= " [$line]";
219 return "dbg: " . $text . "<br />";
/plugin/blogtng/entities/
H A DComment.php31 private $text; variable in dokuwiki\\plugin\\blogtng\\entities\\Comment
114 $inst = p_get_instructions($this->text);
262 return $this->text;
266 * @param string $text
268 public function setText($text) argument
270 $this->text = $text;
/plugin/dw2pdf/
H A Drenderer.php69 * @param string $text
73 public function header($text, $level, $pos, $returnonly = false)
76 if (!$text) {
81 $hid = $this->_headerToLink($text, true);
84 $this->toc_additem($hid, $text, $level);
120 $this->_xmlEntities($text),
128 $this->doc .= $this->_xmlEntities($text);
196 * @param string $title descriptive text
216 $out .= '<div align="center" style="text-align: center">';
71 header($text, $level, $pos, $returnonly = false) global() argument
/plugin/openas/
H A Dsyntax.php102 $text = $renderer->_xmlEntities($match);
103 …$text = preg_replace('/\*\*(.*?)\*\*/ms', $this->labels['open'] ."$1" .$this->labels['close'] ,$te…
104 $text = preg_replace ("#\s*\\\\\s*#",'<br />',$text);
105 $renderer->doc .= $text;
/plugin/monthcal/
H A Dstyle.css12 text-align: left;
15 text-align: right;
21 text-align: center;
25 text-align: center;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DParameters.php58 $text = 'with parameter';
62 $text .= ' and';
65 $text .= ' ' . $index . ' ' . $parameter->toString();
68 return $text;
/plugin/columns/
H A Dstyle.css10 text-align: justify;
24 text-align: left;
28 text-align: center;
32 text-align: right;

1...<<11121314151617181920>>...126