Home
last modified time | relevance | path

Searched refs:text (Results 251 – 275 of 3150) sorted by path

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

/plugin/authgooglesheets/vendor/google/auth/
H A DLICENSE106 (d) If the Work includes a "NOTICE" text file as part of its
111 of the following places: within a NOTICE text file distributed
119 or as an addendum to the NOTICE text from the Work, provided
183 the brackets!) The text should be enclosed in the appropriate
H A DREADME.md291 This library is licensed under Apache 2.0. Full license text is
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md265 …* Added ability to format the main line of text the SlackHandler sends by explicitly setting a for…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DTelegramBotHandler.php242 'text' => $message,
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md94 …m --config=build/psalm.xml --no-cache --long-progress --report-show-info=false --output-format=text
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php2572 * @param string $text
2577 protected function pad($text) argument
2579 $length = strlen($text);
2583 return $text;
2601 * @param string $text
2606 protected function unpad($text) argument
2609 return $text;
2612 $length = ord($text[strlen($text) - 1]);
3380 * @param string $text
3383 protected function poly1305($text) argument
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php797 * @param string $text
800 public function hash($text) argument
851 $hashedmessage = $this->uhash($text, $this->length);
857 return substr($algo($text, ...array_values($this->parameters)), 0, $this->length);
864 $temp .= $text;
874 hash_hmac($algo, $text, $this->computedKey, true) :
875 hash($algo, $text, true);
H A DRC4.php274 * @param string $text
278 private function crypt($text, $mode) argument
295 $len = strlen($text);
304 $text[$k] = $text[$k] ^ chr($keyStream[($ksj + $ksi) & 255]);
307 return $text;
H A DSalsa20.php312 * @param string $text
316 private function crypt($text, $mode) argument
323 $text,
331 $blocks = str_split($text, 64);
347 $ciphertext = $text ^ Strings::shift($buffer['ciphertext'], strlen($text));
348 $text = substr($text, strlen($ciphertext));
349 if (!strlen($text)) {
370 $blocks = str_split($text, 64);
371 if (strlen($text)) {
386 $text,
[all …]
/plugin/authgooglesheets/vendor/psr/log/
H A DREADME.md57 [specification text](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-int…
/plugin/authldaplocal/
H A DREADME.md4 … allows you to keep all the access data for your wiki in Dokuwiki´s plain text files and still use…
/plugin/authorlist/
H A Dsyntax.php71 * @param $pos Integer The character position of the matched text.
/plugin/authorstats/
H A Dstyle.css8 text-align: center;
/plugin/authremoteuser/
H A DREADME.md21 It uses the default plain text file `conf/users.auth.php` to store user
132 Since `conf/users.auth.php` is a plain text file, it can be edited with any
133 text editor.
/plugin/authsmartcard/
H A Dauth.php148 public function __log($text){ argument
150 $text = json_encode($text);
153 file_put_contents($this->getConf('logfile'), date('c').": ".$text."\n", FILE_APPEND);
/plugin/authsmf20/
H A Dstyle.css24 text-decoration: none;
76 vertical-align: text-top;
/plugin/authsqlite/
H A Dauth.sql3 login text not null,
4 pass text not null,
5 fullname text not null default '',
6 email text not null default '',
13 name text not null,
20 animal text not null default '',
/plugin/authucenter/lib/uc_client/lib/
H A Duccode.class.php85 function parseurl($url, $text) { argument
86 …t|rtsp|mms|callto|bctp|ed2k|thunder|synacast){1}:\/\/|www\.)[^\[\"']+/i", trim($text), $matches)) {
90 $text = substr($url, 0, intval($length * 0.5)).' ... '.substr($url, - intval($length * 0.3));
92 …ubstr(strtolower($url), 0, 4) == 'www.' ? 'http://'.$url : $url).'" target="_blank">'.$text.'</a>';
98 return '<a href="'.$url.'" target="_blank">'.$text.'</a>';
102 function parseemail($email, $text) { argument
103 $text = str_replace('\"', '"', $text);
/plugin/authyubikey/
H A Dauth.php.org164 …* @param array $changes array of field/value pairs to be changed (password will be clear text)
/plugin/autlogin/
H A Dstyle.css8 text-align: left;
46 text-align: left;
58 text-align: left;
/plugin/autolink3/
H A Daction.php50 private function _is_link_application($page, $text) argument
61 $text = link_replace($text, $elem[0], $elem[1], str_replace(':', '/', $page));
65 return ($text);
H A Dadmin.php96 $ret .="<td><input type = 'text' name='new_link' value='".$lign[0]."'/></td>
158 <input type = 'text' name='word'/>
176 <script type='text/javascript' src='".DOKU_BASE."/lib/plugins/autolink3/script.js'>
H A Dajax.php116 function is_link_application($page, $text) argument
127 $text = link_replace($text, $elem[0], $elem[1], DOKU_PAGE.str_replace(':', '/', $page));
131 return ($text);
134 function ajax_indexpage($page = NULL, $text = NULL) { argument
152 $text = is_link_application($page, $text);
153 if ($text != '')
156 fwrite($rd_page, $text);
H A Dscript.js38 function plugin_tagindex_status(text){ argument
40 obj.innerHTML = text;
H A Dstyle.css9 text-align: center;
16 text-align: center;

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