Home
last modified time | relevance | path

Searched refs:text (Results 51 – 75 of 99) sorted by relevance

1234

/dokuwiki/lib/styles/
H A Dfeed.css20 text-decoration: underline;
28 text-decoration: none;
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini56 ; main text and background colors
59 ; alternative text and background colors
62 ; neutral text and background colors
68 ; highlighted text (e.g. search snippets)
/dokuwiki/lib/plugins/info/
H A Dsyntax.php50 * @param string $match The text matched by the patterns
52 * @param int $pos The character position of the matched text
320 * @param string $text
325 protected function addToToc($text, $level, Doku_Renderer_xhtml $renderer)
331 $hid = $renderer->_headerToLink($text, true);
334 'title' => $text,
321 addToToc($text, $level, Doku_Renderer_xhtml $renderer) global() argument
/dokuwiki/lib/plugins/config/
H A Dstyle.css7 text-align: center;
32 text-align: left;
35 text-align: right;
43 text-align: right;
H A Dadmin.php272 * @param string $text
274 protected function printH1($id, $text)
276 echo '<h1 id="' . $id . '">' . $text . '</h1>';
266 printH1($id, $text) global() argument
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less25 -webkit-text-size-adjust: 100%;
170 text-align: left;
173 text-align: right;
186 text-align: left;
189 text-align: right;
200 text-decoration: none;
209 text-decoration: underline;
246 text-align: center;
254 text-decoration: none;
275 text
[all...]
H A Dmobile.less204 text-align: left;
211 text-align: right;
215 text-align: left;
218 text-align: right;
297 text-align: left;
304 text-align: right;
H A D_modal.css27 text-align: left;
31 text-align: right;
H A D_diff.css46 text-align: right;
49 text-align: left;
106 text-decoration: none;
H A Dpagetools.less42 text-align: right;
106 text-align: left;
/dokuwiki/conf/
H A Dmime.conf19 vtt text/vtt
55 odt !application/vnd.oasis.opendocument.text
65 #html text/html
66 #htm text/html
67 #txt text/plain
68 #conf text/plain
69 #xml text/xml
70 #csv text/csv
/dokuwiki/lib/scripts/
H A Dsearch.js13 .text(LANG.search_toggle_tools)
H A Dedit.js2 * Functions for text editing (toolbar stuff)
60 * Creates a picker window for inserting text
62 * The given list can be an associative array with text,icon pairs
63 * or a simple list of text. Style the picker window through the picker
99 // associative array -> treat as text => image pairs
109 // a list of text -> treat as text picker
110 $makebutton(item).text(item);
129 function pickerInsert(text,edid){ argument
130 insertAtCarret(edid,text);
[all...]
H A Dlocktimer.js139 jQuery('<div class="error"></div>').text(error)
/dokuwiki/inc/lang/cs/
H A Ddraft.txt3 Vaše minulá editace této stránky nebyla korektně dokončena. DokuWiki během editace automaticky uložila koncept, který nyní můžete použít a pokračovat v editaci. Níže je vidět text uložený během minulé editace.
/dokuwiki/lib/plugins/usermanager/
H A Dstyle.css31 text-align: center;
/dokuwiki/inc/Remote/
H A DApiCore.php314 * This executes a full text search and returns the results. The query uses the standard
405 $text = rawWiki($page, $rev);
406 if (!$text && !$rev) {
409 return $text;
646 * Saves the given wiki text to the given page. If the page does not exist, it will be created.
647 * Just like in the wiki, saving an empty text will delete the page.
652 * @param string $text wiki text
660 public function savePage($page, $text, $summary = '', $isminor = false)
666 $TEXT = cleanText($text);
517 putPage($id, $text, $params = array()) global() argument
580 appendPage($id, $text, $params = array()) global() argument
[all...]
/dokuwiki/inc/Action/
H A DResendpwd.php162 $text = rawLocale('pwconfirm');
172 $mail->setBody($text, $trep);
/dokuwiki/inc/Remote/IXR/
H A DClient.php46 $this->headers['Content-Type'] = 'text/xml';
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php777 * @param string $text
780 public function hash($text)
831 $hashedmessage = $this->uhash($text, $this->length);
837 return substr($algo($text, ...array_values($this->parameters)), 0, $this->length);
844 $temp .= $text;
854 hash_hmac($algo, $text, $this->computedKey, true) :
855 hash($algo, $text, true);
371 hash($text) global() argument
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt22 This is some text with some linebreaks\\ Note that the
26 This is some text with some linebreaks\\ Note that the
38 External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too.
42 link text as well: [[http://www.google.com|This Link points to google]]. Email
47 Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]].
50 a [[pagename]] or use an additional [[pagename|link text]].
198 Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a ''*'' for unordered lists or a ''-'' for ordered ones.
226 DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML.
228 The text to image conversion is mainly done for smileys. And the text t
[all...]
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css28 text-decoration: none;
71 text-indent: -99999px;
174 text-align: center;
189 text-decoration: none;
196 text-indent: -9999px;
202 text-indent: 0;
218 text-indent: -9999px;
226 text-indent: 0;
257 text-align: left;
359 text
[all...]
/dokuwiki/inc/Extension/
H A DPluginTrait.php274 public function render_text($text, $format = 'xhtml')
276 return p_render($format, p_get_instructions($text), $info);
250 render_text($text, $format = 'xhtml') global() argument
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php485 $content_type = 'text/html';
545 $text = '<' . $tag;
561 // Standard attribute text
564 $text .= ' ' . implode(' ', $attrs);
566 $text .= '>';
567 $fragment->appendChild(new \DOMText($text));
/dokuwiki/lib/plugins/extension/
H A Dscript.js76 .text(data.label)

1234