Home
last modified time | relevance | path

Searched refs:text (Results 26 – 50 of 99) sorted by last modified time

1234

/dokuwiki/inc/
H A Dcommon.php702 * returns true if the text contains any bad words
720 * @param string $text - optional text to check, if not given the globals are used
723 function checkwordblock($text = '')
736 if (!$text) $text = "$PRE $TEXT $SUF $SUM";
738 // we prepare the text a tiny bit to prevent spammers circumventing URL checks
740 $text = preg_replace(
743 $text
761 if (count($re) && preg_match('#(' . implode('|', $re) . ')#si', $text,
722 checkwordblock($text = '') global() argument
1008 cleanText($text) global() argument
1030 formText($text) global() argument
1241 con($pre, $text, $suf, $pretty = false) global() argument
1286 saveWikiText($id, $text, $summary, $minor = false) global() argument
1964 stripsourcemaps(& $text) global() argument
[all...]
H A DPassHash.php22 * then the clear text password is crypted using the same method. If both hashs
176 * @param string $clear The clear text to hash
199 * @param string $clear The clear text to hash
219 * @param string $clear The clear text to hash
229 $text = $clear . '$' . $magic . '$' . $salt;
232 $text .= substr($bin, 0, min(16, $i));
235 $text .= ($i & 1) ? chr(0) : $clear[0];
237 $bin = pack("H32", md5($text));
266 * @param string $clear The clear text to hash
279 * @param string $clear The clear text t
[all...]
H A Dauth.php928 * @param string $password The new password in clear text
943 $text = rawLocale('password');
953 $mail->setBody($text, $trep);
1282 $text = rawLocale('pwconfirm');
1288 $mail->setBody($text, $trep);
1307 * @param string $clear The clear text password
1331 * @param string $clear The clear text password
/dokuwiki/lib/plugins/extension/
H A Dscript.js76 .text(data.label)
/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/inc/parser/
H A Dmetadata.php14 * Some simplified rendering to $doc is done to gather the page's (text-only) abstract.
114 * Render plain text data
119 * @param $text
121 public function cdata($text)
127 $this->doc .= $text;
129 $this->captured += strlen($text);
139 * @param string $text the text to display
142 public function toc_additem($id, $text, $level)
151 'title' => $text,
116 cdata($text) global() argument
137 toc_additem($id, $text, $level) global() argument
160 header($text, $level, $pos) global() argument
287 preformatted($text) global() argument
315 file($text, $lang = null, $file = null) global() argument
327 code($text, $language = null, $file = null) global() argument
[all...]
H A Drenderer.php186 * @param string $text the text to display
189 public function toc_additem($id, $text, $level)
196 * @param string $text the text to display
200 public function header($text, $level, $pos)
221 * Render plain text data
223 * @param string $text
225 public function cdata($text)
429 * Output unformatted $text
177 toc_additem($id, $text, $level) global() argument
187 header($text, $level, $pos) global() argument
209 cdata($text) global() argument
390 unformatted($text) global() argument
399 preformatted($text) global() argument
421 file($text, $lang = null, $file = null) global() argument
431 code($text, $lang = null, $file = null) global() argument
[all...]
/dokuwiki/inc/lang/en/
H A Dpreview.txt3 This is a preview of what your text will look like. **Remember: It is not saved yet**!
/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/lang/ca/
H A Dpreview.txt3 Heus ací una previsualització del vostre text. **Recordeu que encara no l'heu desat**!
/dokuwiki/inc/lang/sv/
H A Dpreview.txt3 Detta är en förhandstitt på hur din text kommer att se ut när den visas. **Kom ihåg: Den är inte sparad ännu**!
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php251 echo '<td><input type="text" name="userid" class="edit" value="' . $this->htmlFilter('user') . '" /></td>';
252 echo '<td><input type="text" name="username" class="edit" value="' . $this->htmlFilter('name') . '" /></td>';
253 echo '<td><input type="text" name="usermail" class="edit" value="' . $this->htmlFilter('mail') . '" /></td>';
254 echo '<td><input type="text" name="usergroups" class="edit" value="' . $this->htmlFilter('grps') . '" /></td>';
528 $fieldtype = 'text';
730 $text = str_replace('%d', $count, $this->lang['delete_ok']);
731 msg("$text.", 1);
852 * @param string $password plain text
1031 header('Content-type: text/csv;charset=utf-8');
1033 # // for debugging assistance, send as text plai
[all...]
/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/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/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/conf/
H A Dmysql.conf.php.example63 * %{pass} encrypted or clear text password (depends on 'encryptPass')
75 * 'pass' containing the encrypted or clear text password
140 * %{pass} password (encrypted or clear text, depends on 'encryptPass')
216 * %{pass} password (encrypted or clear text, depends on 'encryptPass')
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DColors.php116 * Returns the given text wrapped in the appropriate color and reset code
118 * @param string $text string to wrap
123 public function wrap($text, $color) argument
125 return $this->getColorCode($color) . $text . $this->getColorCode('reset');
/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/inc/Ui/
H A DPageDiff.php29 protected $text; variable in dokuwiki\\Ui\\PageDiff
55 * Set text to be compared with most current version
59 * @param string $text
62 public function compareWith($text = null) argument
64 if (isset($text)) {
65 $this->text = $text;
73 'text' => rawWiki($this->id),
86 //'sizechange' => strlen($this->text) - io_getSizeFile(wikiFN($this->id)),
88 'text'
[all...]
H A DPageDraft.php29 $text = $draft->getDraftText();
35 (new PageDiff($INFO['id']))->compareWith($text)->preference('showIntro', false)->show();
42 $form->setHiddenField('wikitext', $text);
H A DPageView.php14 protected $text; variable in dokuwiki\\Ui\\PageView
19 * @param null|string $text wiki text or null for showing $ID
21 public function __construct($text = null) argument
23 $this->text = $text;
43 if ($this->text !== null || $REV) {
49 if ($this->text !== null) {
56 $html = html_secedit(p_render('xhtml', p_get_instructions($this->text), $info), $secedit);
/dokuwiki/inc/Action/
H A DConflict.php36 $text = con($PRE, $TEXT, $SUF);
37 (new PageConflict($text, $SUM))->show();
H A DResendpwd.php162 $text = rawLocale('pwconfirm');
172 $mail->setBody($text, $trep);
H A DRevert.php40 $text = '';
43 $text = rawWiki($ID, $REV);
44 if (!$text) throw new ActionException(); //something went wrong
49 if (checkwordblock($text)) {
54 saveWikiText($ID, $text, $sum, false);
/dokuwiki/inc/Utf8/
H A DAsian.php71 * Surround all Asian words in the given text with the given separator
73 * @param string $text Original text containing asian words
77 public static function separateAsianWords($text, $sep = ' ')
80 $asia = @preg_replace('/(' . self::REGEXP . ')/u', $sep . '\1' . $sep, $text);
81 if (!is_null($asia)) $text = $asia; // recover from regexp falure
83 return $text;
87 * Split the given text into separate parts
78 separateAsianWords($text, $sep = ' ') global() argument

1234