Home
last modified time | relevance | path

Searched refs:str (Results 201 – 225 of 895) sorted by relevance

12345678910>>...36

/plugin/ditaa/
H A Daction.php43 if(!$INPUT->str('ditaa')) return;
48 $event->data['file'] = $plugin->_imgfile($INPUT->str('ditaa'));
73 if($event->data['status'] >= 500 || !$INPUT->str('ditaa')) {
/plugin/confmanager/configTypes/
H A DConfigManagerAbstractCascadeConfig.php61 * @param string $str
64 protected function prepareEntity($str) { argument
65 return $this->helper->prepareEntity($str);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/pdfjs/pdfjs/web/locale/cs/
H A Dviewer.properties16 previous.title=Přejde na předchozí stránku
18 next.title=Přejde na následující stránku
50 first_page.title=Přejde na první stránku
51 first_page.label=Přejít na první stránku
52 first_page_label=Přejít na první stránku
53 last_page.title=Přejde na poslední stránku
54 last_page.label=Přejít na poslední stránku
55 last_page_label=Přejít na poslední stránku
75 spread_none.title=Nesdružovat stránky
93 document_properties_title=Název stránky:
[all …]
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DClassMetadata.php100 * @param string $str
103 public function unserialize($str) argument
111 ) = unserialize($str);
/plugin/translate/
H A Dhelper.php129 $str = trim($this->getConf('include_namespaces'));
130 if ($str == '') return false; // nothing to include
131 if ($str != '*') {
132 $inc_nss = array_map('trim',explode(',',$str));
142 $str = $this->getConf('exclude_namespaces');
143 if ($str != '') {
144 $exc_nss = array_map('trim',explode(',',$str));
149 $str = $this->getConf('exclude_pagenames');
150 if ($str != '') {
151 $exc_pages = array_map('trim',explode(',',$str));
/plugin/authradius/
H A Dmschap.php42 function str2unicode($str) argument
45 for ($i=0;$i<strlen($str);$i++) {
46 $a = ord($str{$i}) << 8;
/plugin/move/lang/sk/
H A Dtree.txt3 Tento interface vám umožňuje preskupiť menné priestory, stránky a médiá vo vašej wiki použitím metó…
5 Na presun viacerých menných priestorov, stránok a médií do rovnakého cieľa môžete použiť zaškrtávac…
6 * zaškrtnite menné priestory, stránky alebo médiá, ktoré chcete presunúť;
/plugin/lms/
H A Daction.php35 $user = $INPUT->server->str('REMOTE_USER');
57 $user = $INPUT->server->str('REMOTE_USER');
65 $action = $INPUT->str('lms');
111 $search = $INPUT->str('user');
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D9.9.js.map1str: /[^#\\s]/,\n tokenizer: {\n root: [\n { include: '@comment' },\n …
/plugin/photogallery/
H A DpgFetch.php24 $CACHE = calc_cache($INPUT->str('cache'));
25 $opt = $INPUT->str('opt'); // phpThumb options
29 if(!$INPUT->str('src')){
105 $FILE = PHOTOGALLERY_IMAGES_FILE.$INPUT->str('src');
142 if (($width || $height) && media_get_token($file, $width, $height) !== $INPUT->str('tok')) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DBlackfireDumper.php30 $str = <<<EOF
39 $str .= "{$name}//{$values['ct']} {$values['wt']} {$values['mu']} {$values['pmu']}\n";
42 return $str;
/plugin/openid/Auth/OpenID/
H A DCryptUtil.php94 $str = "";
101 $str .= $population[$n];
104 return $str;
/plugin/rtmchecklist/
H A Daction.php111 $tasksList = $INPUT->str('taskslist');
132 $pageId = $INPUT->str('id');
156 …fwrite($fp, "\$INFO['userinfo']['rtmemail'] = '".htmlspecialchars($INPUT->str('rtmemail'))."';\n");
159 …echo $this->getLang('your_email_add').htmlspecialchars($INPUT->str('rtmemail')).$this->getLang('is…
/plugin/blogtng/action/
H A Dfeed.php51 $opt['blog'] = $INPUT->str('blog');
52 $opt['tags'] = $INPUT->str('tags');
53 $opt['sortby'] = $INPUT->str('sortby');
54 $opt['sortorder'] = $INPUT->str('sortorder');
/plugin/siteexport/inc/
H A Dhttpproxy.php93 if ($secondAttempt && !isset($this->user) && $INPUT->str('u') && $INPUT->str('p')) {
96 $this->user = $INPUT->str('u');
97 $this->pass = $INPUT->str('p');
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fastps.class.php386 function _string($str) { argument
387 $str = str_replace("\\", "\\\\", $str);
388 $str = str_replace(array("(",")","%"), array("\\(","\\)","\\%"), $str);
391 for ($i=0; $i<strlen($str); $i++) {
392 if (ord($str{$i}) > 127) {
393 $str = substr_replace($str, sprintf("\\%o", ord($str{$i})), $i, 1);
398 return $str;
/plugin/multiorphan/action/
H A Dmultiorphan.php61 $namespace = $INPUT->str('ns');
67 switch( $INPUT->str('do') ) {
81 'idmatch' => trim($INPUT->str('filter'))
91 'pattern' => '/' . str_replace('/', '\/', trim($INPUT->str('filter'))) . '/'
106 $id = $INPUT->str('id');
113 $link = urldecode($INPUT->str('link'));
120 $link = $INPUT->str('link');
134 $link = urldecode($INPUT->str('link'));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php276 * @param string $str
280 public static function extractPoint($str, BaseCurve $curve) argument
286 $y = $str;
303 if (($val = Strings::shift($str)) != "\0") {
306 if ($str == "\0") {
310 $keylen = strlen($str);
314 return $curve->derivePoint($str);
319 preg_match("#(.)(.{{$order}})(.{{$order}})#s", $str, $matches);
/plugin/judge/
H A Dzerospace.php3 $str=file_get_contents($file); variable
4 file_put_contents($file, str_replace("‌", "",$str));
/plugin/sequencediagram/bower_components/lodash/vendor/json-js/
H A Djson2.js238 function str(key, holder) { function
313 partial[i] = str(i, value) || 'null';
335 v = str(k, value);
351 v = str(k, value);
427 return str('', {'': value});
/plugin/move/script/
H A Djson2.js228 function str(key, holder) { function
301 partial[i] = str(i, value) || 'null';
323 v = str(k, value);
335 v = str(k, value);
398 return str('', {'': value});
/plugin/recommend/
H A Daction.php38 if ($INPUT->server->str('REQUEST_METHOD') === 'POST') {
98 $lookup = trim($INPUT->str('search'));
200 $recipients = $INPUT->str('r_email');
218 $id = $INPUT->filter('cleanID')->str('id');
221 $comment = $INPUT->str('comment');
/plugin/fedauth/Auth/OpenID/
H A DCryptUtil.php95 $str = "";
102 $str .= $population[$n];
105 return $str;
/plugin/ajaxedit/
H A Daction.php48 if($INPUT->str('target') !== 'section') return;
50 $range = $INPUT->str('range');
51 $rev = $INPUT->str('rev');

12345678910>>...36