Home
last modified time | relevance | path

Searched refs:text (Results 276 – 300 of 3150) sorted by relevance

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

/plugin/bureaucracy/
H A Dstyle.css11 text-align: center;
23 text-align: left;
30 text-align: right;
40 text-align: left;
70 text-align: left;
75 text-align: left;
84 text-align: left;
89 text-align: left;
/plugin/highlight2wiki/
H A Dscript.js24 selectedText = document.selection.createRange().text;
26 // To write the selected text into the textarea
115 function highlight(text) {
117 //document.documentElement.innerHTML = document.documentElement.innerHTML.replace(new RegExp(text + '(?!([^<]+)?<)', 'gi'),'<mark2>$&</mark2>');;
120 var index = innerHTML.indexOf(text);
123 innerHTML = innerHTML.substring(0,index) + "<mark2>" + innerHTML.substring(index,index+text.length) + "</mark2>" + innerHTML.substring(index + text.length);
133 function loadhighlight(){ // load the hightlight text from dokuwiki textarea
161 function highlight2(text) {
163 //document.documentElement.innerHTML = document.documentElement.innerHTML.replace(new RegExp(text
51 highlight(text) global() argument
[all...]
/plugin/html2pdf/snorriheim/
H A Drtl.css10 text-align: right;
15 text-align: left;
20 text-align: right;
25 text-align: left;
29 text-align: left;
33 text-align: right;
41 text-align: left;
94 text-align: right;
98 text-align: right;
117 text-align: left;
/plugin/pagemove/_test/
H A Dpagemove.test.php26 $text = <<<EOT
41 saveWikiText($this->movedId, $text, $summary);
44 $text = <<<EOT
68 saveWikiText($this->parentBacklinkingId, $text, $summary);
70 $text = <<<EOT
98 saveWikiText($this->currentNsBacklinkingId, $text, $summary);
100 $text = <<<EOT
123 saveWikiText($this->otherBacklinkingId, $text, $summary);
125 $text = <<<EOT
152 saveWikiText($this->subNsPage, $text, $summary);
/plugin/bibtex/OSBib/create/
H A Dosbib.css8 text-decoration : none;
13 text-decoration : none;
19 text-decoration : none;
24 text-decoration : none;
31 text-decoration : none;
35 text-decoration : none;
42 text-decoration : none;
46 text-decoration : none;
95 * .small: small text
101 * .hint: text hints given to provide further information usually on form input. Often used in conj…
/plugin/issuetracker/
H A DxsEditor.js12 sel.text = tag1 + sel.text;
43 if(sel.text=='') { sel.text = '<a href=\"' + url + '\">' + url + '</a>'; }
44 else { sel.text = '<a href=\"' + url + '\">' + sel.text + '</a>'; }
68 sel.text = tag1 + sel.text + tag2;
96 var list = sel.text.split("\n");
102 sel.text = tag1 + "\n" + list.join("\n") + "\n" + tag2;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DGoogleAppsCardV1Button.php39 public $text; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1Button
114 public function setText($text) argument
116 $this->text = $text;
123 return $this->text;
/plugin/picasawebalbum/
H A Dpwi.css20 text-align: left;
50 text-align: center;
56 text-decoration: underline;
67 text-align: center;
83 text-decoration: underline;
88 text-decoration: none;
/plugin/html5/
H A Drenderer.php69 * @param string $text The header content
73 function header( $text, $level, $pos ) argument
75 if( !$text ) return; //skip empty headlines
77 $hid = $this->_headerToLink( $text, true );
80 $this->toc_additem( $hid, $text, $level );
106 $this->doc .= $this->_xmlEntities( $text );
/plugin/odt/ODT/
H A DODTHeading.php16 * @param string $text the text to display
20 …static public function heading(ODTInternalParams $params, $text, $level, $element=NULL, $attribute… argument
24 $hid = self::headerToLink($params->document, $text, true);
25 $TOCRef = $params->document->buildTOCReferenceID($text);
51 $params->content .= $params->document->replaceXMLEntities($text);
59 $params->document->tocAddItemInternal($TOCRef, $hid, $text, $level);
/plugin/struct/meta/
H A DCSVSerialImporter.php45 $text = pageTemplate($pid);
46 if (trim($text) === '') {
49 $text = "====== $pagename ======\n";
54 $text .= "
60 saveWikiText($pid, $text, 'Created by struct csv import');
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php75 * @param $text
82 public function __construct($text, string $type = self::XML_TYPE) argument
85 if (empty($text)) {
86 throw new ExceptionBadSyntax("The xml text markup should not be empty.", self::CANONICAL);
131 $text = $this->processTextBeforeLoading($text);
145 $result = $this->domDocument->loadXML($text, $options);
164 $htmlEntityEncoded = mb_convert_encoding($text, 'HTML-ENTITIES', 'UTF-8');
202 $message .= "Error: " . $error->message . ", Loaded text: " . $text;
651 processTextBeforeLoading($text) global() argument
[all...]
/plugin/eventum/
H A Dsyntax.php236 function strike($format, $text) { argument
240 $doc .= $text;
244 $doc .= $text;
250 function emphasis($format, $text) { argument
253 $doc .= $text;
257 $doc .= $text;
263 function html($format, $text) { argument
266 $doc .= $text;
269 $doc .= $text;
/plugin/rater/
H A Dstyle.css53 text-align: right;
67 text-align: right;
79 text-align: right;
92 text-align: left;
97 text-align: center;
104 text-align: left;
111 text-align: center;
118 text-align: left;
125 text-align: center;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Keep/
H A DSection.php44 public function setText(TextContent $text) argument
46 $this->text = $text;
53 return $this->text;
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc1415 text = text.replace(/\t/g, " ");
1440 text = text.replace('&lt; ', '&lt;');
1470 text = text.replace(/^\s{2,}/, " ");
1489 text = text.replace(/&lt;\s/g, '<');
1490 text = text.replace(/\s&gt;/g, '>');
1494 text = text.replace(geshi[0], "");
1525 text = text.replace(/---/g, '&mdash;');
1526 text = text.replace(/--/g, '&ndash;');
1566 if (text && text.length) {
1597 text = text.replace(/^\s+/g, "");
[all …]
/plugin/revealjs/syntax/
H A Dheader.php88 list($text, $level, $pos) = $data;
99 $renderer->doc .= $renderer->_xmlEntities($text);
114 $renderer->doc .= $renderer->_xmlEntities($text);
130 * @param string $text the text to display
134 if (!$text) return; //skip empty headlines
135 $hid = $this->_headerToLink($text, $renderer->wikipage_unique_headers);
137 $renderer->toc_additem($hid, $text, $level);
171 …renderer->doc .= DOKU_LF.'<h'.$level.' id="'.$hid.'">'.$renderer->_xmlEntities($text)."</h$level>";
/plugin/tline/timeline_js/scripts/l10n/vi/
H A Dlabellers.js11 var text;
19 text = date2.getUTCDate() + "/" + (date2.getUTCMonth() + 1);
25 return { text: text, emphasized: emphasized };
/plugin/eventline/timeline_js/scripts/l10n/vi/
H A Dlabellers.js11 var text;
19 text = date2.getUTCDate() + "/" + (date2.getUTCMonth() + 1);
25 return { text: text, emphasized: emphasized };
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/Doctrine/
H A DComment.php29 private $text; variable in JMS\\Serializer\\Tests\\Fixtures\\Doctrine\\Comment
31 public function __construct(Author $author, $text) argument
34 $this->text = $text;
/plugin/text/
H A Dplugin.info.txt1 base text
5 name text plugin
6 desc renders page as plain text. USAGE: <pagename>?do=export_text (Original author: Todd Augsburg…
7 url https://www.dokuwiki.org/plugin:text
/plugin/pagemove/
H A Dadmin.php29 var $text = ''; variable in admin_plugin_pagemove
114 ptln( $this->render($this->text) );
544 $this->text = io_readFile(wikiFN($ID), True);
731 $this->_pm_updatelinks($text, $oid);
743 function _pm_updatelinks(&$text, $links) { argument
745 … $text = preg_replace( '#\[\[:?' . $old . '((\]\])|[\|\#])#i', '[[' . $new . '\1', $text);
754 function _pm_updatemedialinks(&$text, $old, $new) { argument
756 $text = preg_replace('#\{\{' . $old . '([\?\|]|(\}\}))#i', '{{' . $new . '\1', $text);
769 $text = io_readfile(wikiFN($id));
810 $text = io_readfile(wikiFN($id));
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
H A DSentence.php44 public function setText(TextSpan $text) argument
46 $this->text = $text;
53 return $this->text;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/
H A DComment.php29 private $text; variable in JMS\\Serializer\\Tests\\Fixtures\\DoctrinePHPCR\\Comment
31 public function __construct(Author $author, $text) argument
34 $this->text = $text;
/plugin/do/db/
H A Dupdate0007.sql9 CREATE TABLE tasks_tmp ( page, md5, date, text , creator , pos ); field
10 INSERT INTO tasks_tmp SElECT page, md5, date, text , creator , pos FROM tasks;
13 CREATE TABLE tasks ( page, md5, date, text , creator , pos); field
14 INSERT INTO tasks SElECT page, md5, date, text , creator , pos FROM tasks_tmp;

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