Home
last modified time | relevance | path

Searched refs:str (Results 351 – 375 of 895) sorted by relevance

1...<<11121314151617181920>>...36

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/
H A DAbstractPatternSniff.php835 $str = substr($pattern, $oldFirstToken);
843 $str = '';
845 $str = substr($pattern, $oldFirstToken, $lastToken);
849 if ($str !== '') {
850 $tokenPatterns = $this->_createTokenPattern($str);
932 * @param string $str The tokens string that the pattern should match.
938 private function _createTokenPattern($str) argument
943 $tokens = $tokenizer->tokenizeString('<?php '.$str.'?>');
/plugin/referrers/
H A Dcode.php9 function re_beginsWith($str, $sub) argument
11 return (substr($str, 0, strlen($sub)) === $sub);
/plugin/twofactorsmsgateway/
H A Dhelper.php70 $otp = $INPUT->str('smsgateway_verify', '');
85 $phone = $INPUT->str('phone', '');
102 $provider = $INPUT->str('smsgateway_provider', '');
/plugin/ckgedit/action/
H A Dedit.php72 $id = $INPUT->str('id');
669 $hid = $INPUT->str('hid');
675 $ckgedit_redirect = $INPUT->str('redirect_id', "");
1062 $post_styling = $INPUT->post->str('styling');
1206 $count = 0; $str='';
1207 …if($matches[3] && $matches[3] != 'inherit') { $str .= '<span style = "color:' . $matches[3] .'">';…
1208 …if($matches[1] && $matches[1] != 'inherit') { $str .= '<span style = "font-size:' . $matches[1] .'…
1209 …if($matches[2] && $matches[2] != 'inherit') { $str .= '<span style = "font-family:' . $matches[2] …
1211 $str .= $matches[5];
1213 $str .= '</span>';
[all …]
/plugin/code3/src/
H A Dpsyhi.js92 var escapeHtml = function (str) { argument
93 return str
94 return str.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;");
96 var getColorizedString = function (num,str) { argument
98 … s += "<li class=\""+(num%2?"odd":"even")+"\" ><pre>"+str+"</pre></li>"//<strong>"+num+".</strong>"
/plugin/mediarename/
H A Daction.php37 $ns = cleanID($INPUT->str('ns'));
40 $recurse=($INPUT->str('rename')=='recv') ? true : false;
/plugin/confmanager/adminActions/
H A DConfigManagerAdminShowConfig.php31 $this->configId = $INPUT->str('configFile');
41 if (strtolower($INPUT->server->str('REQUEST_METHOD')) == 'post') {
/plugin/freechat/phpfreechat/src/containers/
H A Dmysql.class.php307 function encode($str) argument
309 return addslashes(urlencode($str));
312 function decode($str) argument
314 return urldecode(stripslashes($str));
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php319 function get_conf_array($str) { argument
320 $str = preg_replace('/\s+/',"",$str);
321 return explode(';;', $str);
/plugin/codeprettify/code-prettify/styles/
H A Ddoxy.css3 pre .str, code .str { color: #fec243; } /* string - eggyolk gold */
52 pre .str, code .str { color: #088; }
/plugin/apidoc/
H A Dsyntax.php220 private function apidoc_parse( $str ) { argument
221 $data = $this->apidoc_parse_data( $str );
232 private function apidoc_parse_data( $str ) { argument
236 $matches = preg_split( "/(CLASS|FIELD|METHOD|PARAMETER)\|/", $str, -1, PREG_SPLIT_DELIM_CAPTURE );
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php320 function get_conf_array($str) { argument
321 $str = preg_replace('/\s+/',"",$str);
322 return explode(';;', $str);
/plugin/bez/meta/
H A DTpl.php109 $str = $this->action->getLang($id);
113 $str .= " ($currency)";
116 return $str;
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js226 var tmp = str;
228 tmp += str;
1521 function _crc32(str) { argument
1524 for (var i = 0; i < str.length; ++i) {
1525 var y = (crc ^ str.charCodeAt(i)) & 0xff;
1565 Markdown_Parser.prototype.parseSpan = function(str) { argument
1607 str = RegExp.rightContext;
1612 str = r[1];
1615 output += str;
1636 str = RegExp.$2;
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js321 str = str.substring(1);
328 … if (str.charCodeAt(1) === 0 && str.charCodeAt(3) === 0 && str.charCodeAt(5) === 0)
1554 … var library = { str: "<mxlibrary>[", toString: function () { return this.str; } }; property in mxVssxCodec.decodeVssx.library
1563 var shapes_1 = { str: "", toString: function () { return this.str; } }; property in mxVssxCodec.decodeVssx.AnonymousFunctione5f06ec70100.shapes_1
1800 var shapes = { str: "", toString: function () { return this.str; } }; property in mxVssxCodec.processPage.shapes
2673 … var geomElemParsed = { str: "", toString: function () { return this.str; } }; property in mxVsdxGeometry.getPathXML.geomElemParsed
2681 … return sb.str = sb.str.concat(row != null? row.handle(p, shape) : '');
10963 var str = { str: "", toString: function () { return this.str; } };
10967 … /* append */ (function (sb) { return sb.str = sb.str.concat(len.toFixed(2) + " "); })(str);
10973 return str.str.trim();
[all …]
/plugin/searchindex/lang/cs/
H A Dintro.txt3 Tato stránka umožňuje aktualizovat nebo znovu vytvořit index používaný při fulltextovém vyhledávání.
6 Opětovné vytvoření indexu **může trvat dlouho**. Měli byste nechat stránku otevřenou dokud indexová…
/plugin/pureldap/
H A Dauth.php55 $INPUT->server->str('REMOTE_USER') !== '' &&
56 $INPUT->server->str('REMOTE_USER') == $user
130 return $this->client->setPassword($user, $changes['pass'], $INPUT->str('oldpass', null, true));
/plugin/structpublish/helper/
H A Ddb.php110 $userId = $args[1] ?? $INPUT->server->str('REMOTE_USER');
135 $userId = $INPUT->server->str('REMOTE_USER');
/plugin/cli/
H A Dsyntax.php437 protected function _tokenize( $str ) { argument
462 foreach( str_split($str) as $c ) {
486 msg( "line <pre>«".hsc($str)."»</pre>parsed as :<pre>".hsc(print_r($toks,1))."</pre>" );
504 protected function _parseparams( $str ) { argument
506 msg('_parseparams calling _tokenize("'.hsc($str).'")', 1);
507 $toks=$this->_tokenize($str);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php352 $str = $comp->serialize();
354 …N:VCALENDAR\r\nBEGIN:VEVENT\r\nEND:VEVENT\r\nBEGIN:VTODO\r\nEND:VTODO\r\nEND:VCALENDAR\r\n", $str);
367 $str = $comp->serialize();
369 …BLA\r\nBEGIN:VTIMEZONE\r\nEND:VTIMEZONE\r\nBEGIN:VEVENT\r\nEND:VEVENT\r\nEND:VCALENDAR\r\n", $str);
394 $str = $comp->serialize();
396 …PROPNUMBEREIGHT:FOO\r\nPROPNUMBERNINE:FOO\r\nPROPNUMBERTEN:FOO\r\nUID:FOO\r\nEND:VCARD\r\n", $str);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php352 $str = $comp->serialize();
354 …N:VCALENDAR\r\nBEGIN:VEVENT\r\nEND:VEVENT\r\nBEGIN:VTODO\r\nEND:VTODO\r\nEND:VCALENDAR\r\n", $str);
367 $str = $comp->serialize();
369 …BLA\r\nBEGIN:VTIMEZONE\r\nEND:VTIMEZONE\r\nBEGIN:VEVENT\r\nEND:VEVENT\r\nEND:VCALENDAR\r\n", $str);
394 $str = $comp->serialize();
396 …PROPNUMBEREIGHT:FOO\r\nPROPNUMBERNINE:FOO\r\nPROPNUMBERTEN:FOO\r\nUID:FOO\r\nEND:VCARD\r\n", $str);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php352 $str = $comp->serialize();
354 …N:VCALENDAR\r\nBEGIN:VEVENT\r\nEND:VEVENT\r\nBEGIN:VTODO\r\nEND:VTODO\r\nEND:VCALENDAR\r\n", $str);
367 $str = $comp->serialize();
369 …BLA\r\nBEGIN:VTIMEZONE\r\nEND:VTIMEZONE\r\nBEGIN:VEVENT\r\nEND:VEVENT\r\nEND:VCALENDAR\r\n", $str);
394 $str = $comp->serialize();
396 …PROPNUMBEREIGHT:FOO\r\nPROPNUMBERNINE:FOO\r\nPROPNUMBERTEN:FOO\r\nUID:FOO\r\nEND:VCARD\r\n", $str);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DComponentTest.php352 $str = $comp->serialize();
354 …N:VCALENDAR\r\nBEGIN:VEVENT\r\nEND:VEVENT\r\nBEGIN:VTODO\r\nEND:VTODO\r\nEND:VCALENDAR\r\n", $str);
367 $str = $comp->serialize();
369 …BLA\r\nBEGIN:VTIMEZONE\r\nEND:VTIMEZONE\r\nBEGIN:VEVENT\r\nEND:VEVENT\r\nEND:VCALENDAR\r\n", $str);
394 $str = $comp->serialize();
396 …PROPNUMBEREIGHT:FOO\r\nPROPNUMBERNINE:FOO\r\nPROPNUMBERTEN:FOO\r\nUID:FOO\r\nEND:VCARD\r\n", $str);
/plugin/archivegenerator/
H A Dadmin.php41 if ($INPUT->server->str('REQUEST_METHOD') !== 'POST') {
46 $sectok = $INPUT->post->str('sectok');
53 $email = $INPUT->post->str('adminMail');
54 $pass = $INPUT->post->str('adminPass');
278 $email = $INPUT->post->str('adminMail');
279 $pass = $INPUT->post->str('adminPass');
/plugin/openid/Auth/OpenID/
H A DFileStore.php610 * @param string $str
613 function _safe64($str) argument
615 $h64 = base64_encode(Auth_OpenID_SHA1($str));
624 * @param string $str
627 function _filenameEscape($str) argument
630 $b = Auth_OpenID::toBytes($str);

1...<<11121314151617181920>>...36