Home
last modified time | relevance | path

Searched refs:ret (Results 1 – 25 of 351) sorted by path

12345678910>>...15

/plugin/a2s/
H A DASCIIToSVG.php2201 $ret = $this->matrixTransform($matrix, $x, $y);
2204 list ($x, $y) = $this->translateTransform(-$cX, -$cY, $ret[0], $ret[1]);
2205 $ret[0] = $x;
2206 $ret[1] = $y;
2209 return $ret;
/plugin/ac/
H A Dac.php32 $ret = array();
42 $ret[] = $elem;
45 return $ret;
49 $ret = $this->fetch($type, $values);
50 return (count($ret) === 0) ? false : $ret[0];
/plugin/achart/assets/
H A Dapexcharts.min.js6ret=a.group({class:"apexcharts-pie"}),i.globals.noData)return this.ret;for(var s=0,r=0;r<t.length;…
/plugin/addnewpage/
H A Dsyntax.php178 $ret = '<select class="edit" id="np_cat" name="np_cat" tabindex="1">';
187 …$ret .= '<option ' . (($currentns == '') ? 'selected ' : '') . ' value="">' . $this->getLang('name…
190 …$ret .= '<option ' . (($currentns == $dest_ns) ? 'selected ' : '') . ' value="' . formText($dest_n…
218 $ret .= '<option ' .
228 $ret .= '</select>';
231 return $ret;
/plugin/advrack/
H A Draphael.js5386 var ret = this.paper.set();
5391 ret.push(shape2);
5395 return ret;
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe2946 Ġsec ret
3689 ĠSec ret
5056 p ret
5505 Ġst ret
7529 ret urn
12053 ret ion
13467 Ġreg ret
15846 ret ty
20824 sec ret
22338 ret c
[all...]
/plugin/ajaxedit/
H A Dhelper.php34 $ret = array(
40 echo json_encode($ret);
45 $ret = array(
51 echo json_encode($ret);
101 $ret = array(
108 $ret = array_merge($ret,$data);
109 echo json_encode($ret);
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js1327 return ret;
5236 if (ret === Z_OK) {
5239 return ret;
6313 var ret;
6326 if (ret !== Z_OK) {
6329 return ret;
6490 ret = Z_OK;
7000 if (ret) {
7134 if (ret) {
7151 if (ret) {
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js927 return ret
937 return ret
17678 var ret;
17689 var ret;
18143 var ret;
18621 var ret;
26875 ret = formatValue(ctx, ret, recurseTimes);
28685 ret[ret.length] = {
28699 ret[ret.length] = {
28724 ret[ret.length] = {
[all …]
H A Dpdfmake.min.js.map1ret","out","toHex","bytes","checkOffset","ext","checkInt","value","max","objectWriteUInt16","littl…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js2805 var ret = [];
2806 for(var i = 0; i != length; ++i) ret[i] = blob.read_shift(0, 'lpstr');
2807 return ret;
2880 var t = blob.read_shift(2), ret, opts = _opts||{};
2885 case 0x02 /*VT_I2*/: ret = blob.read_shift(2, 'i'); if(!opts.raw) blob.l += 2; return ret;
2886 case 0x03 /*VT_I4*/: ret = blob.read_shift(4, 'i'); return ret;
2888 case 0x13 /*VT_UI4*/: ret = blob.read_shift(4); return ret;
H A Dxlsx.min.js4ret=[];for(var i=0;i!=length;++i)ret[i]=blob.read_shift(0,"lpstr");return ret}function parse_VtVec…
H A Dxlsx.min.map1 …arse_VtString","parse_VtUnalignedString","parse_VtVecUnalignedLpstrValue","ret","parse_VtVecUnalig…
/plugin/authg2fa/
H A DTokenHelper.php17 $ret = array();
20 return $ret;
31 $ret[$user] = $secret;
33 return $ret;
/plugin/authgoogle/google/cache/
H A DGoogle_ApcCache.php72 if (($ret = @apc_fetch($key)) === false) {
75 if (!$expiration || (time() - $ret['time'] > $expiration)) {
79 return unserialize($ret['data']);
H A DGoogle_MemcacheCache.php97 if (($ret = @memcache_get($this->connection, $key)) === false) {
100 if (is_numeric($expiration) && (time() - $ret['time'] > $expiration)) {
104 return $ret['data'];
/plugin/authgoogle/google/io/
H A DGoogle_REST.php37 $ret = isset($decodedResponse['data'])
39 return $ret;
/plugin/authgoogle/google/service/
H A DGoogle_Utils.php56 $d = $ret = 0;
58 $ordinalValue = ord($str{$ret});
62 $ret ++;
68 $ret += 2;
74 $ret += 3;
80 $ret += 4;
86 $ret += 5;
92 $ret += 6;
95 $ret ++;
98 return $ret;
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
H A DUriTemplate.php305 $ret = array();
319 $ret[] = $response;
321 return implode($sep, $ret);
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DSysVCacheItemPool.php212 $ret = shm_put_var(
218 return $ret;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUriTemplate.php200 $ret = implode($joiner, $replacements);
201 if ($ret && $prefix) {
202 return $prefix . $ret;
205 return $ret;
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBase32.php116 $ret = -1;
119 $ret += (((0x60 - $src) & ($src - 0x7b)) >> 8) & ($src - 96);
122 $ret += (((0x31 - $src) & ($src - 0x38)) >> 8) & ($src - 23);
124 return $ret;
138 $ret = -1;
141 $ret += (((0x40 - $src) & ($src - 0x5b)) >> 8) & ($src - 64);
144 $ret += (((0x31 - $src) & ($src - 0x38)) >> 8) & ($src - 23);
146 return $ret;
H A DBase32Hex.php45 $ret = -1;
48 $ret += (((0x2f - $src) & ($src - 0x3a)) >> 8) & ($src - 47);
51 $ret += (((0x60 - $src) & ($src - 0x77)) >> 8) & ($src - 86);
53 return $ret;
65 $ret = -1;
68 $ret += (((0x2f - $src) & ($src - 0x3a)) >> 8) & ($src - 47);
71 $ret += (((0x40 - $src) & ($src - 0x57)) >> 8) & ($src - 54);
73 return $ret;
H A DBase64.php225 $ret = -1;
228 $ret += (((0x40 - $src) & ($src - 0x5b)) >> 8) & ($src - 64);
231 $ret += (((0x60 - $src) & ($src - 0x7b)) >> 8) & ($src - 70);
234 $ret += (((0x2f - $src) & ($src - 0x3a)) >> 8) & ($src + 5);
237 $ret += (((0x2a - $src) & ($src - 0x2c)) >> 8) & 63;
240 $ret += (((0x2e - $src) & ($src - 0x30)) >> 8) & 64;
242 return $ret;
H A DBase64DotSlash.php49 $ret = -1;
52 $ret += (((0x2d - $src) & ($src - 0x30)) >> 8) & ($src - 45);
55 $ret += (((0x40 - $src) & ($src - 0x5b)) >> 8) & ($src - 62);
58 $ret += (((0x60 - $src) & ($src - 0x7b)) >> 8) & ($src - 68);
61 $ret += (((0x2f - $src) & ($src - 0x3a)) >> 8) & ($src + 7);
63 return $ret;

12345678910>>...15