Home
last modified time | relevance | path

Searched refs:str (Results 1 – 25 of 895) sorted by relevance

12345678910>>...36

/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DEncoding.php37 * @param string $str
49 * @param string $str
61 * @param string $str
73 * @param string $str
85 * @param string $str
97 * @param string $str
109 * @param string $str
121 * @param string $str
133 * @param string $str
145 * @param string $str
[all …]
H A DRFC4648.php42 * @param string $str
48 return Base64::encode($str);
56 * @param string $str
70 * @param string $str
84 * @param string $str
98 * @param string $str
112 * @param string $str
126 * @param string $str
140 * @param string $str
154 * @param string $str
[all …]
H A DBinary.php43 * @param string $str
46 public static function safeStrlen(string $str): int argument
51 return (int) \mb_strlen($str, '8bit');
53 return \strlen($str);
63 * @param string $str
70 string $str, argument
78 return \mb_substr($str, $start, $length, '8bit');
82 return \substr($str, $start, $length);
84 return \substr($str, $start);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutf8.php47 * @param string $str
63 * @param string $str
68 $len = strlen($str);
173 * @param string $str
300 * @param string $str
321 * @param string $str
342 * @param string $str
406 * @param string $str
430 * @param string $str
571 * @param string $str
[all …]
/plugin/qstat/
H A Dsyntax.php237 $str = '';
253 $str = '0.7.1';
255 $str = '0.7.6';
257 $str = '0.7.7';
259 $str = '0.8.1';
265 $str .= '<p>';
272 $str .= '</p>';
278 return $str;
309 $str .= '</div>';
310 return $str;
[all …]
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DURLUtilTest.php9 $str = '';
10 for ($i = 0;$i < 128;$i++) $str .= chr($i);
12 $newStr = URLUtil::encodePath($str);
31 $str = '';
55 $str = 'Hello%20Test+Test2.txt';
56 $newStr = URLUtil::decodePath($str);
66 $str = 'Hello%C3%BC.txt';
67 $newStr = URLUtil::decodePath($str);
77 $str = 'Hello%FC.txt';
78 $newStr = URLUtil::decodePath($str);
[all …]
/plugin/tablefilterjs/
H A Dsyntax.php19 function __filter_data($str) argument
33 if( $str[$i] == '=' )
37 while( $str[$i] != '/' )
40 if( $i == strlen( $str ) )
54 $key .= $str[ $i ];
58 if( $str[$i] == '"' || $str[$i] == "'")
67 $key .= $str[ $i ];
72 if( $str[$i] == '/' )
76 while( $str[$i] != ' ' && $i < strlen( $str ) )
80 if( $i == strlen( $str ) )
[all …]
/plugin/clipboardutils/
H A Dsyntax.php62 if (($str =trim($m[1])) != '') {
63 $data['att_string'] =$str;
90 $str .=$pad . $key;
99 return $str;
106 $str ='';
110 $str .=$this->debugArrayString($data);
112 return $str;
138 $str ='';
174 if ($cpt_format > 0) $str .=' ';
175 $str .=$value;
[all …]
/plugin/pycode/
H A Dmethod.php24 * @param (str) $url the url to <file>
25 * @param (str) $name if specified, it can be:
90 $str = ltrim($line);
120 if ((strlen($str) != 0 and $str[0] != "#")) {
144 $str = ltrim($line);
159 if ((strlen($str) != 0 and $str[0] != "#")) {
190 * @param (str) $name it can be:
205 $str = $str_cls;
208 $str = $str_def;
859 if (strlen($str) != 0 and $str[0] == "#") {
[all …]
/plugin/csv/
H A Dhelper.php209 $len = strlen($str);
219 if ($str[$i] == "\015") {
221 $str[$i] = "\012";
231 $word .= $str[$i];
251 if ($str[$i] == "\n") {
278 $word .= $str[$i];
285 … if ($str[$i] == $esc && $esc == $enc && isset($str[$i + 1]) && $str[$i + 1] == $esc) {
287 $word .= $str[$i];
300 $word .= $str[$i];
327 $word .= $str[$i];
[all …]
/plugin/settingstree/
H A Daction.php35 switch($INPUT->str('operation')){
41 switch ($INPUT->str('showtype','normal')){
44 …'html' => $helper->showExportHtml($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$IN…
45 'path'=> ':'.ltrim($INPUT->str('path'),':'),
51 'html' => $helper->showHtml($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':')),
52 'path'=> ':'.ltrim($INPUT->str('path'),':')
62 $data = array('html' => $helper->showHierarchy($INPUT->str('pluginname'),$INPUT->str('key')));
70 …$html = $helper->saveLevel($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$INPUT->ar…
80 …$html = $helper->exportLevel($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$INPUT->…
86 $data = array('error'=>true,'msg'=>'Unknown operation: '.$INPUT->str('operation'));
/plugin/bibtex/OSBib/
H A DUTF8.php134 function encodeUtf8($str) { argument
137 $str = preg_replace("/".$value."/", $this->code2utf8($unicode[1][$key]), $str);
139 return $str;
184 foreach( $str as $unicode ) {
272 function utf8_ucfirst($str) { argument
274 return $this->utf8_strtoupper($fc) . $this->utf8_substr($str, 1, $this->utf8_strlen($str));
292 $str = str_replace("\"", "&quot;", $str);
293 $str = str_replace("<", "&lt;", $str);
294 $str = str_replace(">", "&gt;", $str);
295 $str = preg_replace("/&(?![a-zA-Z0-9#]+?;)/", "&amp;", $str);
[all …]
/plugin/explorertree/
H A Daction.php35 switch($INPUT->str('operation')){
41 if (!($route = $helper->loadRoute($INPUT->str('route'),$INPUT->arr('loader')))){
42 $data = array('error'=>true,'msg'=>"Can't load route '".$INPUT->str('route')."'!");
44 …$data = array('html' => $helper->htmlExplorer($INPUT->str('route'),ltrim(':'.$INPUT->str('itemid')…
52 $route = $helper->loadRoute($INPUT->str('route'),$INPUT->arr('loader'));
53 if (!$route || !is_callable(@$route['callbacks'][$INPUT->str(event)])) {
54 … array('error'=>true,'msg'=>"Can't load callback '".$INPUT->str('event')."'for '".$INPUT->str('rou…
56 …$data = @call_user_func_array($route['callbacks'][$INPUT->str(event)],array($INPUT->str('itemid'))…
57 …if (!is_array($data)) $data = array('error'=>true,'msg'=>"Callback for '".$INPUT->str('event')."' …
60 $data = array('error'=>true,'msg'=>'Unknown operation: '.$INPUT->str('operation'));
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DStringUtil.php17 * @param string $str
21 static function isUTF8($str) { argument
24 if (preg_match('%[\x00-\x08\x0B-\x0C\x0E\x0F]%', $str)) {
28 return (bool)preg_match('%%u', $str);
38 * @param string $str
42 static function convertToUTF8($str) { argument
44 $encoding = mb_detect_encoding($str, ['UTF-8', 'ISO-8859-1', 'WINDOWS-1252'], true);
48 $newStr = utf8_encode($str);
57 $newStr = $str;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DStringUtil.php17 * @param string $str
21 public static function isUTF8($str) argument
24 if (preg_match('%[\x00-\x08\x0B-\x0C\x0E\x0F]%', $str)) {
28 return (bool) preg_match('%%u', $str);
37 * @param string $str
41 public static function convertToUTF8($str) argument
43 $encoding = mb_detect_encoding($str, ['UTF-8', 'ISO-8859-1', 'WINDOWS-1252'], true);
47 $newStr = utf8_encode($str);
56 $newStr = $str;
/plugin/davcard/vendor/sabre/vobject/lib/
H A DStringUtil.php17 * @param string $str
20 static public function isUTF8($str) { argument
23 if (preg_match('%[\x00-\x08\x0B-\x0C\x0E\x0F]%', $str)) {
27 return (bool)preg_match('%%u', $str);
37 * @param string $str
40 static public function convertToUTF8($str) { argument
42 $encoding = mb_detect_encoding($str , array('UTF-8','ISO-8859-1', 'WINDOWS-1252'), true);
46 $newStr = utf8_encode($str);
55 $newStr = $str;
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DStringUtil.php17 * @param string $str
20 static public function isUTF8($str) { argument
23 if (preg_match('%[\x00-\x08\x0B-\x0C\x0E\x0F]%', $str)) {
27 return (bool)preg_match('%%u', $str);
37 * @param string $str
40 static public function convertToUTF8($str) { argument
42 $encoding = mb_detect_encoding($str , array('UTF-8','ISO-8859-1', 'WINDOWS-1252'), true);
46 $newStr = utf8_encode($str);
55 $newStr = $str;
/plugin/davcal/vendor/sabre/vobject/lib/
H A DStringUtil.php17 * @param string $str
20 static public function isUTF8($str) { argument
23 if (preg_match('%[\x00-\x08\x0B-\x0C\x0E\x0F]%', $str)) {
27 return (bool)preg_match('%%u', $str);
37 * @param string $str
40 static public function convertToUTF8($str) { argument
42 $encoding = mb_detect_encoding($str , array('UTF-8','ISO-8859-1', 'WINDOWS-1252'), true);
46 $newStr = utf8_encode($str);
55 $newStr = $str;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DBmp.php65 $str = substr($data, $bfOffBits);
68 $str = $this->rle8_decode(substr($data, $bfOffBits), $width);
71 $str = $this->rle4_decode(substr($data, $bfOffBits), $width);
86 $bmpdata .= $str[$y0 + $x];
93 $bmpdata .= $str[$y0 + $x];
105 $n = (ord($str[$y0 + 2 * $x + 1]) * 256 + ord($str[$y0 + 2 * $x]));
116 $n = (ord($str[$y0 + 2 * $x + 1]) * 256 + ord($str[$y0 + 2 * $x]));
136 $bmpdata .= $str[
192 rle8_decode($str, $width) global() argument
241 rle4_decode($str, $width) global() argument
[all...]
/plugin/ckgdoku/scripts/
H A Dtable_debugging_code.js.unc6 var str = "";
9 str+="ROW" + i + "\n";
12 str += "[" + col + "]";
13 str+= "text="+rows[i][col].text + " ";
14 str+=" type="+rows[i][col].type + " ";
18 str += "\n";
22 this_debug(str,'show_rowspans');
24 str = "";
27 str+= "|"+rows[i][col].text + " ";
29 str += "|\n";
[all …]
/plugin/ckgedit/scripts/
H A Dtable_debugging_code.js.unc6 var str = "";
9 str+="ROW" + i + "\n";
12 str += "[" + col + "]";
13 str+= "text="+rows[i][col].text + " ";
14 str+=" type="+rows[i][col].type + " ";
18 str += "\n";
22 this_debug(str,'show_rowspans');
24 str = "";
27 str+= "|"+rows[i][col].text + " ";
29 str += "|\n";
[all …]
/plugin/asciimath/
H A Dasciimathml148r.js358 if (str.charAt(n)=="\\" && str.charAt(n+1)!="\\" && str.charAt(n+1)!=" ")
469 str = AMremoveCharsAndBlanks(str,0);
499 if (str.charAt(0)=="{") i=str.indexOf("}");
518 str = AMremoveCharsAndBlanks(str,i+1);
625 str = AMremoveCharsAndBlanks(str,0);
668 str = AMremoveCharsAndBlanks(str,0);
805 str = str.replace(/\r\n\r\n/g,"\n\n");
811 str = str.replace(/\x20+/g," ");
812 str = str.replace(/\s*\r\n/g," ");
814 str = str.replace(new RegExp(AMescape2, "g"),
[all …]
/plugin/mobiletable/
H A Daction.php121 private function mask($str) { argument
122 $str = str_replace("\r", '', trim($str, "\n"));
124 $str = preg_replace('/\{\{#:.*?\}\}/', '', $str);
126 $str = preg_replace('/\(\(.*?\)\)/', '', $str);
129 $str = preg_replace('/(\{\{[^\}]+)\|([^\|\}]*?\}\})/', $mask, $str);
131 $str = preg_replace('/(\[\[[^\]]+)\|([^\|\]]*?\]\])/', $mask, $str);
132 return $str;
137 private function unmask($str) { argument
138 return str_replace($this->token, '|', $str);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DPHPClass.php123 $str = strstr($line, "@");
124 $str = substr($str, 1);
125 if($str !== false) {
126str, " ") && strpos($str, "\t")) ? min(strpos($str, " "), strpos($str, "\t")) : (strpos($str, " ")…
127 $name = trim(substr($str, 0, $separatorPos));
128 $value = trim(substr($str, $separatorPos));
/plugin/asiansearch/
H A Daction.php80 function manipulateTerm($str = '') argument
85 $str = str_replace('"', ' ', $str);
88 $str = preg_replace('/\x{3000}/u', ' ', $str);
91 $str = implode(
97 return $str;
103 function makePhrase($str = '') argument
107 $str = preg_replace('/(' . IDX_ASIAN . '+)/u', ' "$1" ', $str);
108 $str = trim($str);
111 return $str;
157 list($str,$idx) = $match[0];
[all …]

12345678910>>...36