Home
last modified time | relevance | path

Searched refs:str (Results 76 – 100 of 895) sorted by relevance

12345678910>>...36

/plugin/authgoogle/google/io/
H A DGoogle_HttpRequest.php283 $str = '';
285 $str .= $key . ': ' . $val . "\n";
288 $str .= "Content-ID: $id\n";
289 $str .= "\n";
292 $str .= $this->getRequestMethod() . ' ' . $path . " HTTP/1.1\n";
294 $str .= $key . ': ' . $val . "\n";
298 $str .= "\n";
299 $str .= $this->getPostBody();
302 return $str;
/plugin/freechat/phpfreechat/lib/utf8/
H A Dutf8_strlen.php13 function utf8_strlen($str) { argument
15 for($i=0; isset($str{$i}) && strlen($str{$i})>0; $i++) {
16 $c = ord($str{$i});
/plugin/structodt/
H A Daction.php96 $method = 'action_' . $INPUT->str('action');
159 $templates = json_decode($INPUT->str('template'));
160 $ext = $INPUT->str('filetype');
170 $schema = $INPUT->str('schema');
171 $pid = $INPUT->str('pid');
172 $rev = $INPUT->str('rev');
173 $rid = $INPUT->str('rid');
174 $filename = $INPUT->str('filename');
207 $template_string = htmlspecialchars_decode($INPUT->str('template_string'));
211 $format = $INPUT->str('forma
[all...]
/plugin/blogtng/action/
H A Dcomments.php54 $this->commenthelper->optin($INPUT->str('btngo'));
59 $this->commenthelper->unsubscribe_by_key(md5($ID), $INPUT->str('btngu'));
66 … $comment->setSource($INPUT->post->str('comment-source')); //from: comment, pingback or trackback
67 $name = $INPUT->post->str('comment-name');
69 $mail = $INPUT->post->str('comment-mail');
71 $web = $INPUT->post->str('comment-web');
/plugin/ryubin/ryubin/js/
H A DAC_RunActiveContent.js165 var str = '';
168 str += '<object ';
171 str += i + '="' + objAttrs[i] + '" ';
173 str += '>';
176 str += '<param name="' + i + '" value="' + params[i] + '" /> ';
178 str += '</object>';
182 str += '<embed ';
185 str += i + '="' + embedAttrs[i] + '" ';
187 str += '> </embed>';
190 document.write(str);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DProperty.php233 $str = $this->name;
234 if ($this->group) $str = $this->group . '.' . $this->name;
238 $str.=';' . $param->serialize();
242 $str.=':' . $this->getRawMimeDirValue();
245 while(strlen($str)>0) {
246 if (strlen($str)>75) {
247 $out.= mb_strcut($str,0,75,'utf-8') . "\r\n";
248 $str = ' ' . mb_strcut($str,75,strlen($str),'utf-8');
250 $out.=$str . "\r\n";
251 $str='';
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DProperty.php233 $str = $this->name;
234 if ($this->group) $str = $this->group . '.' . $this->name;
238 $str.=';' . $param->serialize();
242 $str.=':' . $this->getRawMimeDirValue();
245 while(strlen($str)>0) {
246 if (strlen($str)>75) {
247 $out.= mb_strcut($str,0,75,'utf-8') . "\r\n";
248 $str = ' ' . mb_strcut($str,75,strlen($str),'utf-8');
250 $out.=$str . "\r\n";
251 $str='';
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php233 $str = $this->name;
234 if ($this->group) $str = $this->group . '.' . $this->name;
238 $str.=';' . $param->serialize();
242 $str.=':' . $this->getRawMimeDirValue();
245 while(strlen($str)>0) {
246 if (strlen($str)>75) {
247 $out.= mb_strcut($str,0,75,'utf-8') . "\r\n";
248 $str = ' ' . mb_strcut($str,75,strlen($str),'utf-8');
250 $out.=$str . "\r\n";
251 $str='';
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js2055 if (str == null || str.length == 0 || str == '\n')
2056 return str;
2058 str = str.replace(/</g, '&lt;');
2061 str = str.replace(/ {2,}/g, function(m)
2074 str = eachLine(str, function(line)
2093 return str;
2190 str = str.replace(br, '\n');
2193 str = str.replace(br, '');
2195 return str;
2235 return str;
[all …]
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js188 return (dp.sh.isBloggerMode == true) ? str.replace(/<br\s*\/?>|&lt;br\s*\/?&gt;/gi, '\n') : str;
264 if(str == null || str.length == 0)
270 str = str.replace(/ /g, '&nbsp;');
271 str = str.replace(/</g, '&lt;');
274 str = str.replace(/\n/gm, '&nbsp;<br>');
280 if((/br/gi).test(str))
300 span.innerHTML = str;
306 span.innerHTML = str;
440 function Trim(str) argument
445 function Chop(str) argument
[all …]
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js32 dp.sh.Utils.FixForBlogger=function(str) argument
33 {return(dp.sh.isBloggerMode==true)?str.replace(/<br\s*\/?>|&lt;br\s*\/?&gt;/gi,'\n'):str;}
52 {if(str==null||str.length==0)
53 return;var span=this.CreateElement('SPAN');str=str.replace(/ /g,'&nbsp;');str=str.replace(/</g,'&lt…
54 {if((/br/gi).test(str))
61 {span.innerHTML=str;this.div.appendChild(span);}}
96 {function Trim(str) argument
97 {return str.replace(/^\s*(.*?)[\s\n]*$/g,'$1');}
98 function Chop(str) argument
100 function Unindent(str) argument
[all …]
/plugin/xcom/scripts/
H A Dxcom_latinize.js17 function xcom_latinize(str) { argument
18 if (typeof str === 'string') {
19 return str.replace(/[^A-Za-z0-9]/g, function(x) {
23 return str;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DFileMock.php10 function put($str) { argument
12 if (is_resource($str)) {
13 $str = stream_get_contents($str);
15 $this->data = $str;
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DNgramParser.php93 * @param string $str
96 private function tokenize(string $str) argument
103 return $this->tokenizer->tokenize($str);
107 * @param string $str
110 protected function getNgrams(string $str): array argument
114 foreach ($this->tokenize($str) as $word)
H A DLanguage.php63 * @param string $str
66 public function detect(string $str): LanguageResult
68 $str = \mb_strtolower($str);
70 $samples = $this->getNgrams($str);
61 detect(string $str) global() argument
/plugin/issuelinks/action/
H A Dajax.php67 $serviceId = $INPUT->str('servicename');
73 $project = $INPUT->str('project');
76 $response = $service->deleteWebhook($project, $INPUT->str('hookid'));
112 $serviceId = $INPUT->str('servicename');
113 $organisation = $INPUT->str('org');
190 $serviceName = $INPUT->str('servicename');
191 $projectKey = $INPUT->str('project');
238 $action = $INPUT->str('issuelinks-action');
239 $serviceName = $INPUT->str('issuelinks-service');
240 $projectKey = $INPUT->str('issuelinks-project');
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DText.php217 $str = $this->name;
219 $str = $this->group.'.'.$this->name;
225 $str .= ';'.$param->serialize();
231 $str .= ';ENCODING=QUOTED-PRINTABLE:';
232 $lastLine = $str;
259 $str .= ':'.$val;
261 $str = \preg_replace(
268 $str
272 return \substr($str, 0, -1);
/plugin/tablelayout/script/
H A Dpolyfills.js13 var str = '' + this;
25 if (str.length == 0 || count == 0) {
31 if (str.length * count >= 1 << 28) {
36 rpt += str;
/plugin/pagemove/lang/cs/
H A Dlang.php.txt16 $lang['menu'] = 'Přesun/přejmenování stránky';
17 $lang['desc'] = 'Plugin pro přesun/přejmenování stránku';
20 $lang['pm_notstart'] = 'Titulní stránku nelze přesouvat ani přejmenovat';
21 $lang['pm_notwrite'] = 'Nemáte dostatečná oprávnění pro úpravu stránky';
23 $lang['pm_badname'] = 'Neplatný název stránky';
24 $lang['pm_nochange'] = 'Jméno stránky a jmenného prostoru se nezměnilo';
31 $lang['pm_norights'] = 'Nemáte právo editovat jednu nebo více odkazujících stránek';
37 $lang['pm_newname'] = 'Nový název stránky :';
/plugin/feed/
H A Dfeed.php14 $plugin = $INPUT->str('plugin');
15 $fn = $INPUT->str('fn');
16 $ns = cleanID($INPUT->str('ns'));
18 $other = $INPUT->str('tag') . $INPUT->str('user');
19 $title = $INPUT->str('title');
20 $type = $INPUT->str('type', $conf['rss_type']);
46 $cache = getCacheName($plugin . $fn . $ns . $num . $other . $type . $INPUT->server->str('REMOTE_USE…
/plugin/webdav/vendor/sabre/http/lib/
H A DResponse.php181 …$str = 'HTTP/' . $this->httpVersion . ' ' . $this->getStatus() . ' ' . $this->getStatusText() . "\…
184 $str .= $key . ": " . $v . "\r\n";
187 $str .= "\r\n";
188 $str .= $this->getBodyAsString();
189 return $str;
/plugin/davcal/vendor/sabre/http/lib/
H A DResponse.php182 …$str = 'HTTP/' . $this->httpVersion . ' ' . $this->getStatus() . ' ' . $this->getStatusText() . "\…
185 $str .= $key . ": " . $v . "\r\n";
188 $str .= "\r\n";
189 $str .= $this->getBodyAsString();
190 return $str;
/plugin/freechat/phpfreechat/src/
H A Dpfccontainerinterface.class.php80 function encode($str) argument
82 return $str;
89 function decode($str) argument
91 return $str;
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js139 var str = "";
147 str += "<ol><li>" +ar[j] + '</li>';
163 str+='<li>';
164str+=ar[j] + '</li>';
167 str = str.replace(/<li>·*<\/li>/gm,"");
168 str+="</ol>";
169 return str;
/plugin/jplayer/vendor/symfony/process/Tests/
H A DPipeStdinInStdoutStdErrStreamSelect.php60 $str = fread(\STDIN, 32768); variable
61 if (false !== $str) {
62 $out .= $str;
63 $err .= $str;
65 if (false === $str || feof(\STDIN)) {

12345678910>>...36