Home
last modified time | relevance | path

Searched refs:str (Results 151 – 175 of 895) sorted by relevance

12345678910>>...36

/plugin/prosemirror/action/
H A Dajax.php52 $ID = $INPUT->str('id');
58 $inner = $INPUT->str('inner');
64 $inner = $INPUT->str('inner');
102 $attrs = json_decode($INPUT->str('attrs'), true);
160 $text = $INPUT->str('data');
188 $json = $INPUT->str('data');
/plugin/timer/
H A Dsyntax.php52 $str = substr($match, 7, -1);
55 if (substr($str,0,1)=="P") {
58 $str=substr($str,1);
59 list($starttime, $endtime) = preg_split("/=/u", $str, 2);
/plugin/instantpage/action/
H A DadjustPrefetchCaching.php31 if (substr($INPUT->server->str('SCRIPT_NAME'), -8) !== 'doku.php') {
42 return $INPUT->server->str('HTTP_PURPOSE') === 'prefetch'
43 || $INPUT->server->str('HTTP_X_MOZ') === 'prefetch';
/plugin/fedauth/Auth/OpenID/
H A DSQLStore.php281 function blobEncode($str) argument
283 return $str;
486 function _octify($str) argument
489 for ($i = 0; $i < Auth_OpenID::bytes($str); $i++) {
490 $ch = substr($str, $i, 1);
508 function _unoctify($str) argument
512 while ($i < strlen($str)) {
513 $char = $str[$i];
517 if ($str[$i + 1] != "\\") {
518 $octal_digits = substr($str, $i + 1, 3);
H A DBigMath.php86 function binaryToLong($str) argument
88 if ($str === null) {
94 $bytes = array_merge(unpack('C*', $str));
112 function base64ToLong($str) argument
114 $b64 = base64_decode($str);
123 function longToBase64($str) argument
125 return base64_encode($this->longToBinary($str));
/plugin/ckgdoku/action/entities/utils/
H A Dfcked-ents.pl16 my $str = shift;
17 $str =~ s/^\s+//;
18 $str =~ s/\s+$//;
19 return $str;
/plugin/fckg/action/entities/utils/
H A Dfcked-ents.pl16 my $str = shift;
17 $str =~ s/^\s+//;
18 $str =~ s/\s+$//;
19 return $str;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DStringUtil.php65 $str = sprintf('"%s"', str_replace("\n", '\\n', $value));
67 if (!$this->verbose && 50 <= strlen($str)) {
68 return substr($str, 0, 50).'"...';
71 return $str;
/plugin/asyncsearch/
H A Dpagelookup.php35 if ( $event->data === 'asyncsearch' && $INPUT->str('pluginID') == 'pagelookup' ) {
36 $this->handle_ft_pageLookup( $INPUT->str('term') );
38 if ( $event->data === 'asyncsearch' && $INPUT->str('pluginID') == 'pagesearch' ) {
39 $this->handle_ft_pageSearch( $INPUT->str('term') );
/plugin/ckgedit/action/entities/utils/
H A Dfcked-ents.pl16 my $str = shift;
17 $str =~ s/^\s+//;
18 $str =~ s/\s+$//;
19 return $str;
/plugin/aichat/
H A Daction.php43 $question = $INPUT->post->str('question');
44 $history = json_decode((string)$INPUT->post->str('history'), null, 512, JSON_THROW_ON_ERROR);
85 'ip' => $INPUT->server->str('REMOTE_ADDR'),
86 'user' => $INPUT->server->str('REMOTE_USER'),
/plugin/struct/lang/cs/
H A Dassignments_intro.txt
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBaseWriter.php84 public function utf8ToUtf16BigEndian($str, $setbom = true) // UTF8ToUTF16BE
86 if ($this->mpdf->checkSIP && preg_match("/([\x{20000}-\x{2FFFF}])/u", $str)) {
89 $str = preg_replace("/[\x{20000}-\x{2FFFF}]/u", chr(0), $str);
92 if ($this->mpdf->checkSMP && preg_match("/([\x{10000}-\x{1FFFF}])/u", $str)) {
93 $str = preg_replace("/[\x{10000}-\x{1FFFF}]/u", chr(0), $str);
101 $outstr .= mb_convert_encoding($str, 'UTF-16BE', 'UTF-8');
85 utf8ToUtf16BigEndian($str, $setbom = true) global() argument
/plugin/openid/Auth/OpenID/
H A DBigMath.php81 * @param string $str The binary version of a long number,
86 function binaryToLong($str) argument
88 if ($str === null) {
94 $bytes = array_merge(unpack('C*', $str));
112 function base64ToLong($str) argument
114 $b64 = base64_decode($str);
123 function longToBase64($str) argument
125 return base64_encode($this->longToBinary($str));
/plugin/sqlite/
H A Dadmin.php43 if ($INPUT->str('db') && checkSecurityToken()) {
45 $this->db = new SQLiteDB($INPUT->str('db'), '');
53 $cmd = $INPUT->extract('cmd')->str('cmd');
85 $this->querySaver->saveQuery($INPUT->str('name'), $INPUT->str('sql'));
88 $this->querySaver->deleteQuery($INPUT->str('name'));
130 if ($INPUT->has('sql')) $this->showQueryResults($INPUT->str('sql'));
/plugin/davcal/action/
H A Dajax.php29 $action = trim($INPUT->post->str('action'));
30 $id = trim($INPUT->post->str('id'));
31 $page = trim($INPUT->post->str('page'));
100 $startDate = $INPUT->post->str('start');
101 $endDate = $INPUT->post->str('end');
102 $timezone = $INPUT->post->str('timezone');
/plugin/pgn4web/pgn4web/
H A Dcrc32.js10 function crc32(str) { argument
18 for (var i = 0, iTop = str.length; i < iTop; i++) {
19 y = ( crc ^ (str.charCodeAt( i ) % 0x100) ) & 0xFF;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Expression/
H A DExpression.php54 * @param string $str
62 public function unserialize($str): void argument
64 $this->expression = new SerializedParsedExpression(...unserialize($str));
/plugin/lms/
H A Dadmin.php38 if (!$INPUT->str('user')) return;
42 $list = $hlp->getUserLessons($INPUT->str('user'));
44 echo sprintf('<h2>' . $this->getLang('status') . '</h2>', hsc($INPUT->str('user')));
/plugin/davcal/vendor/sabre/xml/lib/
H A DService.php175 * @param string $str
179 static function parseClarkNotation($str) { argument
181 if (!preg_match('/^{([^}]*)}(.*)$/', $str, $matches)) {
182 …throw new \InvalidArgumentException('\'' . $str . '\' is not a valid clark-notation formatted stri…
/plugin/freechat/phpfreechat/src/commands/
H A Dhelp.class.php32 $str = _pfc("Here is the command list:")."<br/>";
33 $str .= implode("<br/>", $cmdlist);
35 $xml_reponse->script("pfc.handleResponse('".$this->name."', 'ok', '".$str."');");
/plugin/bookcreator/action/
H A Dhandleselection.php51 $action = $INPUT->post->str('action', '', true);
57 $title = $INPUT->post->str('savedselectionname');
61 $page = $INPUT->post->str('savedselectionname');
65 $page = $INPUT->post->str('savedselectionname');
69 $namespace = $INPUT->post->str('ns');
70 $recursive = $INPUT->post->str('r');
92 $selection = json_decode($INPUT->post->str('selection', '', true), true);
/plugin/drawio/
H A Daction.php56 $name = $INPUT->str('imageName');
57 $action = $INPUT->str('action');
69 $user = $INPUT->server->str('REMOTE_USER');
103 $content = $INPUT->str('content');
149 $content = $INPUT->str('content');
/plugin/advanced/admin/
H A Dimport.php48 $cmd = $INPUT->extract('cmd')->str('cmd');
92 $archive_file = $INPUT->str('file');
93 $overwrite_pages = ($INPUT->str('overwrite-existing-pages') == 'on' ? true : false);
95 $ns = $INPUT->str('ns');
165 $step = $INPUT->extract('import')->str('import');
/plugin/openid/Auth/Yadis/
H A DParseHTML.php72 * @param string $str The original string
76 function removeQuotes($str) argument
82 if (preg_match($double, $str, $matches)) {
84 } else if (preg_match($single, $str, $matches)) {
87 return $str;

12345678910>>...36