Home
last modified time | relevance | path

Searched refs:str (Results 426 – 450 of 895) sorted by relevance

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

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php83 $result = Psr7\str($request);
86 $result = $response ? Psr7\str($response) : '';
/plugin/imgpaste/
H A Daction.php41 $data = $INPUT->post->str('data');
56 …$filename = $this->createFileName($INPUT->post->str('id'), $mimetypes[$type], $_SERVER['REMOTE_USE…
/plugin/farmer/admin/
H A Dplugins.php41 $plugin = $INPUT->str('bulk_plugin');
50 $animal = $INPUT->str('bulk_animal');
/plugin/acknowledge/
H A Daction.php68 $id = $INPUT->str('id');
96 $search = $INPUT->str('user');
104 $search = $INPUT->str('pg');
146 $id = $INPUT->str('id');
148 $user = $INPUT->server->str('REMOTE_USER');
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DComponent.php286 $str = "BEGIN:" . $this->name . "\r\n";
347 foreach ($children as $child) $str .= $child->serialize();
348 $str .= "END:" . $this->name . "\r\n";
350 return $str;
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php97 $str, argument
114 if (empty($str) || strlen($str) > MAX_FILE_SIZE) {
1106 $len = strlen($str);
1108 $c = ord($str[$i]);
1130 $b = ord($str[$i]);
1480 $str = null, argument
1488 if ($str) {
1489 if (preg_match('/^http:\/\//i', $str) || is_file($str)) {
1493 $str,
1516 $str, argument
[all …]
/plugin/searchtablejs/TableFilter_EN/
H A Dactb.js464 str = '';
481 str += prespace;
482 str += a;
483 l = str.length;
484 if (gotbreak) str += postspace;
486 str += actb_delimwords[i];
489 str += actb_delimchar[i];
492 actb_curr.value = str;
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js722 mxVsdxCanvas2D.prototype.text = function(x, y, w, h, str, align, valign, wrap, format, overflow, cl… argument
725 if (this.textEnabled && str != null)
727 if (mxUtils.isNode(str))
729 str = mxUtils.getOuterHtml(str);
735 …var strSize = mxUtils.getSizeForString(str, that.cellState.style["fontSize"], that.cellState.style…
747 str = str.replace(/\n/g, '').replace(/<br\s*.?>/g, '\n');
754 this.html2txtDiv.innerHTML = Graph.sanitizeHtml(str);
755 str = mxUtils.extractTextWithWhitespace(this.html2txtDiv.childNodes);
995 createTextRow(styleMap, charSect, pSect, text, str);
/plugin/prettytables/
H A Dscript.js6 function getCharWidth(str){ argument
8 for (var i = 0; i < str.length; i++) {
9 var c = str.charAt(i);
/plugin/amcharts/assets/amcharts/plugins/export/libs/blob.js/
H A Dblob.js124 str = ""
130 str += String.fromCharCode(buf[i]);
132 bb.push(str);
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/Tokenizer/
H A DTokenizerInterface.php17 public function tokenize(string $str): array; argument
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js355 var str = [];
359 str.push(glyph.fontChar);
361 if (str.length > 0) {
362 newArgs.push(str.join(''));
363 str = [];
368 if (str.length > 0) {
369 newArgs.push(str.join(''));
/plugin/loglog/
H A Dadmin.php38 $this->filter = $INPUT->str('filter');
59 $time = $INPUT->str('time') ?: $now;
/plugin/math2/
H A Dsyntax.php200 function _msg($str, $lvl=0) { argument
203 msg($str, $lvl);
/plugin/amazon_heavy/
H A Dclass.xmlreader.php137 function error ($str) argument
139 print get_class ($this)." ".$this->version()." => $str";
/plugin/zoom/
H A Dscript.js9 ….CloudZoom()});function format(str){for(var i=1;i<arguments.length;i++){str=str.replace('%'+(i-1),… argument
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php270 $str = 'BEGIN:'.$this->name."\r\n";
331 $str .= $child->serialize();
333 $str .= 'END:'.$this->name."\r\n";
335 return $str;
/plugin/authucenter/lib/uc_client/model/
H A Duser.php51 function dstrlen($str) { argument
53 return strlen($str);
56 for($i = 0; $i < strlen($str); $i++){
57 $value = ord($str[$i]);
/plugin/move/lang/sk/
H A Dprogress.txt
/plugin/swarmwebhook/webhooks/
H A DAbstractWebhook.php16 if ($INPUT->server->str('HTTP_USER_AGENT') === 'Zapier') {
/plugin/move/lang/cs/
H A Dprogress.txt
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dinput_utils.php18 $val = $INPUT->str($which);
/plugin/linkfix/
H A Dadmin.php29 $this->searchin = cleanID($INPUT->str('searchin'));
30 $this->changefrom = $INPUT->str('changefrom');
31 $this->changeto = $INPUT->str('changeto');
/plugin/box2/
H A Dsyntax.php191 function _boxstyle($str) { argument
192 if (!strlen($str)) return array();
196 $tokens = preg_split('/\s+/', $str, 9); // limit is defensive
/plugin/feedback/
H A Daction.php73 $id = $INPUT->str('id');
74 $feedback = $INPUT->str('feedback');

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