Home
last modified time | relevance | path

Searched refs:str (Results 101 – 125 of 895) sorted by relevance

12345678910>>...36

/plugin/webdav/vendor/sabre/xml/lib/
H A DService.php271 * @param string $str
275 static function parseClarkNotation($str) { argument
278 if (!isset($cache[$str])) {
280 if (!preg_match('/^{([^}]*)}(.*)$/', $str, $matches)) {
281 …throw new \InvalidArgumentException('\'' . $str . '\' is not a valid clark-notation formatted stri…
284 $cache[$str] = [
290 return $cache[$str];
/plugin/icalevents/vendor/sabre/xml/lib/
H A DService.php270 * @param string $str
274 static function parseClarkNotation($str) { argument
277 if (!isset($cache[$str])) {
279 if (!preg_match('/^{([^}]*)}(.*)$/', $str, $matches)) {
280 …throw new \InvalidArgumentException('\'' . $str . '\' is not a valid clark-notation formatted stri…
283 $cache[$str] = [
289 return $cache[$str];
/plugin/quickstats/scripts/
H A Dextended_data.php31 $priority = $INPUT->str('priority');
39 $page = rawurldecode($INPUT->str('page'));
44 $month = rawurldecode($INPUT->str($key));
469 $str = "";
472 $value = rawurldecode($INPUT->str($field));
483 $str .= '&nbsp;</td>';
487 $str .= "<th align='right'>$label:&nbsp;</th><td>";
488 $str .= $value . '&nbsp;&nbsp;&nbsp;&nbsp;</td>';
497 $str .= $value . '&nbsp;&nbsp;&nbsp;&nbsp;</td>';
506 $str .= "</table>\n";
[all …]
/plugin/barcodes/lib/
H A DColor.php43 public static function parse($str) { argument
44 return new Color($str);
47 public static function str2hex($str) { argument
48 return (new Color($str))->getHex();
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js774 if (str == null || str.length == 0 || str == '\n')
775 return str;
777 str = str.replace(/</g, '&lt;');
780 str = str.replace(/ {2,}/g, function(m)
793 str = eachLine(str, function(line)
812 return str;
909 str = str.replace(br, '\n');
912 str = str.replace(br, '');
914 return str;
954 return str;
[all …]
H A DshBrushCss.js8 function getKeywordsCSS(str) argument
10 return '\\b([a-z_]|)' + str.replace(/ /g, '(?=:)\\b|\\b([a-z_\\*]|\\*|)') + '(?=:)\\b';
13 function getValuesCSS(str) argument
15 return '\\b' + str.replace(/ /g, '(?!-)(?!:)\\b|\\b()') + '\:\\b';
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php238 $str = $this->name;
239 if ($this->group) $str = $this->group . '.' . $this->name;
243 $str .= ';' . $param->serialize();
247 $str .= ':' . $this->getRawMimeDirValue();
250 while (strlen($str) > 0) {
251 if (strlen($str) > 75) {
252 $out .= mb_strcut($str, 0, 75, 'utf-8') . "\r\n";
253 $str = ' ' . mb_strcut($str, 75, strlen($str), 'utf-8');
255 $out .= $str . "\r\n";
256 $str = '';
/plugin/judge/
H A Daction.php189 $task = $INPUT->str('name');
203 $data[] = $this->compare($INPUT->str('user_output'), $INPUT->str('problem_name'));
207 …eRender(array('problem_name' => $INPUT->str('problem_name'), 'type' => $INPUT->str('type'), 'user'…
220 … $data[] = $this->upload($INPUT->str('file_name'), $INPUT->str('path'), $INPUT->str('code'));
226 foreach (explode(",",$INPUT->str('questions')) as &$problem_name) {
/plugin/likeit/
H A Dscript.js45 function escapeStr(str) argument
47 if (str)
48 return str.replace(/([ #;?%&,.+*~\':"!^$[\]()=>|\/@])/g,'\\$1');
50 return str;
/plugin/loadskin/
H A Dadmin.php39 if($INPUT->str('pattern')) {
41 $id = cleanID($INPUT->str('pattern'));
43 if($INPUT->str('act') == 'add') {
46 $data[$id] = $INPUT->str('tpl');
49 $data[$id] = $INPUT->str('tpl');
54 if($INPUT->str('act') == 'del') {
/plugin/tablelayout/action/
H A Daction.php50 if (is_a($form, \dokuwiki\Form\Form::class) && $INPUT->str('target') === 'table') {
51 $form->setHiddenField('tablelayout', $INPUT->str('tablelayout'));
55 $form->addHidden('tablelayout', $INPUT->str('tablelayout'));
67 $newSyntax = $helper->buildSyntaxFromJSON($INPUT->str('tablelayout'));
76 $newSyntax = $helper->buildSyntaxFromJSON($INPUT->str('tablelayout'));
124 $newLayoutJSON = $INPUT->str('tablelayout');
/plugin/farmsync/action/
H A Dajax.php46 $sectok = $INPUT->str('sectok');
54 $target = $INPUT->str('farmsync-animal');
55 $page = $INPUT->str('farmsync-page');
56 $source = $INPUT->str('farmsync-source');
57 $action = $INPUT->str('farmsync-action');
94 $type = $INPUT->str('farmsync-type');
115 $content = $INPUT->str('farmsync-content');
145 …dTime, clientIP(true), DOKU_CHANGE_TYPE_MINOR_EDIT, $page, $INPUT->server->str('REMOTE_USER'), "Re…
/plugin/ajaxpeon/
H A Daction.php41 $pageid =$INPUT->str('pageid');
43 $target = $INPUT->str("target");
45 $reflect = $INPUT->str("reflect");
56 if($INPUT->str('rev')=='ori'){
66 $subtarget = $INPUT->str('sub');
67 $rec_txt = $INPUT->str('txt');
88 $ns=$INPUT->str('ns');
95 $wdstr=$INPUT->str('pglist');
/plugin/authgoogle/google/service/
H A DGoogle_Utils.php51 * @param string $str
54 static public function getStrLen($str) { argument
55 $strlenVar = strlen($str);
58 $ordinalValue = ord($str{$ret});
/plugin/infomail/
H A Daction.php38 if ($INPUT->server->str('REQUEST_METHOD') === 'POST') {
137 $all_recipients = explode(' ', $INPUT->str('r_email'));
138 $bookmark = $INPUT->filter('trim')->str('r_predef');
155 … $s_name = $INPUT->filter('trim')->str('s_name', $this->getConf('default_sender_displayname'));
159 $s_email = $INPUT->filter('trim')->str('s_email', $this->getConf('default_sender'), true);
166 $id = $INPUT->filter('cleanID')->str('id');
170 $comment = $INPUT->str('comment');
183 $subject = $this->getConf('subjectprefix') . ' ' . $INPUT->str('subject');
187 'NAME' => $INPUT->str('r_name'),
/plugin/dokutranslate/
H A Dscript.js67 parseatt: function (str) { argument
68 if (str[0] === '?') {
69 str = str.substr(1);
72 var all = str.split('&');
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushCss.js24 function getKeywordsCSS(str) argument
26 return '\\b([a-z_]|)' + str.replace(/ /g, '(?=:)\\b|\\b([a-z_\\*]|\\*|)') + '(?=:)\\b';
29 function getValuesCSS(str) argument
31 return '\\b' + str.replace(/ /g, '(?!-)(?!:)\\b|\\b()') + '\:\\b';
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DExpressionPropertyMetadata.php51 public function unserialize($str) argument
53 $parentStr = $this->unserializeProperties($str);
57 protected function unserializeProperties(string $str): string argument
62 ] = unserialize($str);
H A DStaticPropertyMetadata.php56 public function unserialize($str) argument
58 $parentStr = $this->unserializeProperties($str);
62 protected function unserializeProperties(string $str): string argument
67 ] = unserialize($str);
/plugin/openid/Auth/OpenID/
H A DSQLStore.php297 function blobEncode($str) argument
299 return $str;
520 * @param string $str
523 function _octify($str) argument
526 for ($i = 0; $i < Auth_OpenID::bytes($str); $i++) {
527 $ch = substr($str, $i, 1);
544 * @param string $str
547 function _unoctify($str) argument
551 while ($i < strlen($str)) {
552 $char = $str[$i];
[all …]
H A DParse.php200 function replaceEntities($str) argument
203 $str = preg_replace(sprintf("/&%s;/", $old), $new, $str);
205 return $str;
208 function removeQuotes($str) argument
214 if (preg_match($double, $str, $matches)) {
216 } else if (preg_match($single, $str, $matches)) {
219 return $str;
/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushCss.js53 dp.sh.Highlighter.prototype.GetKeywordsCSS = function(str) argument
55 return '\\b([a-z_]|)' + str.replace(/ /g, '(?=:)\\b|\\b([a-z_\\*]|\\*|)') + '(?=:)\\b';
58 dp.sh.Highlighter.prototype.GetValuesCSS = function(str) argument
60 return '\\b' + str.replace(/ /g, '(?!-)(?!:)\\b|\\b()') + '\:\\b';
/plugin/syntaxhighlighter/Scripts/
H A DshBrushCss.js10 dp.sh.Highlighter.prototype.GetKeywordsCSS=function(str) argument
11 {return'\\b([a-z_]|)'+str.replace(/ /g,'(?=:)\\b|\\b([a-z_\\*]|\\*|)')+'(?=:)\\b';}
12 dp.sh.Highlighter.prototype.GetValuesCSS=function(str) argument
13 {return'\\b'+str.replace(/ /g,'(?!-)(?!:)\\b|\\b()')+'\:\\b';}
/plugin/fedauth/Auth/OpenID/
H A DParse.php196 function replaceEntities($str) argument
199 $str = preg_replace(sprintf("/&%s;/", $old), $new, $str);
201 return $str;
204 function removeQuotes($str) argument
210 if (preg_match($double, $str, $matches)) {
212 } else if (preg_match($single, $str, $matches)) {
215 return $str;
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/Tokenizer/
H A DWhitespaceTokenizer.php18 * @param string $str
21 public function tokenize(string $str): array argument
26 \preg_split('/[^\pL]+(?<![\x27\x60\x{2019}])/u', $str, -1, PREG_SPLIT_NO_EMPTY)

12345678910>>...36