Home
last modified time | relevance | path

Searched refs:ext (Results 1 – 25 of 360) sorted by path

12345678910>>...15

/plugin/abc/
H A Dsyntax.php343 function _getFile($fileBase, $ext) { argument
344 $file = $fileBase.$ext;
368 list($ext, $mime) = mimetype($file, false);
375 $class = 'mediafile mf_'.preg_replace('/[^_\-a-z0-9]+/i', '_', $ext);
/plugin/accscounter/
H A Daction.php55 $ext = '.count';
56 $pattern = '/^([-_.a-zA-Z0-9%]+)' . preg_quote($ext, '/') . '$/';
H A Dhelper.php21 * @param string $ext file extension
24 function counterFN($id,$ext){ argument
28 $fn = $conf['metadir'].'/_accscounter/'.utf8_encodeFN($id).$ext;
/plugin/aceeditor/
H A Dbuild.js1ext:n,strip:i}},xdRegExp:/^((\w+)\:)?\/\/([^\/\\]+)/,useXhr:function(e,n,r,i){var s,o,u,a=t.xdRegE…
/plugin/aichat/
H A Dcomposer.lock73 "ext-mbstring": "*",
123 "ext-mbstring": "*",
170 "ext-ctype": "*",
171 "ext-mbstring": "*",
/plugin/aichat/vendor/composer/
H A DClassLoader.php489 * @param string $ext
492 private function findFileWithExtension($class, $ext)
495 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
528 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
498 findFileWithExtension($class, $ext) global() argument
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock244 "ext-tokenizer": "*",
323 "ext-pdo": "*",
324 "ext-phar": "*",
470 "ext-json": "*",
471 "ext-tokenizer": "*",
502 "ext-dom": "For handling output formats in XML",
503 "ext-mbstring": "For handling non-UTF8 characters."
615 "ext-tokenizer": "*",
671 "ext-dom": "*",
672 "ext
[all...]
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe4478 Ġcont ext
7152 ĠN ext
7952 T ext
9765 N ext
25832 ext ra
29642 ext reme
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js1002 function checkOffset (offset, ext, length) {
1004 if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length')
1163 function checkInt (buf, value, offset, ext, max, min) {
1166 if (offset + ext > buf.length) throw new RangeError('index out of range')
1388 function checkIEEE754 (buf, value, offset, ext, max, min) {
1390 if (offset + ext > buf.length) throw new RangeError('index out of range')
H A Dpdfmake.min.js.map1ext","checkInt","value","max","objectWriteUInt16","littleEndian","j","objectWriteUInt32","checkIEE…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js9559 case 'XFExt': update_xfext(XFs[val.ixfe], val.ext); break;
H A Dxlsx.min.js5 …tion>":case"<protection/>":break;case"<extLst":case"</extLst>":break;case"<ext":break;default:if(o…
8 …tch(R.n){case"ClrtClient":break;case"XFExt":update_xfext(XFs[val.ixfe],val.ext);break;case"NameCmt…
H A Dxlsx.min.map1 …XF","parse_XFExtGradient","parse_ExtProp","extType","parse_XFExt","cexts","ext","update_xfext","xf…
/plugin/archiveupload/
H A Daction.php156 $ext = substr($file, strrpos($file,'.')+1);
158 if(in_array($ext, array('tar','gz','tgz'))) {
162 if(strpos($ext, 'gz') !== false) $compress_type = COMPRESS_GZIP;
177 } else if ($ext == 'zip') {
231 list($ext, $imime) = mimetype($this->tmpdir.'/'.$fn_old);
243 msg(sprintf($lang['uploadbadcontent'],".$ext"),-1);
/plugin/authfacebook/
H A Dauth.php154 $ext = ''; $cnt=0;
155 while (count($plain_user) > 0 || in_array($user.$ext,$fb_ids)){
157 $ext = '-'.$cnt;
158 $plain_user = $this->retrieveUsers(0,0,array('user' => '^'.$user.$ext.'$'));
160 $user = $user.$ext;
/plugin/authgooglesheets/
H A Dcomposer.lock254 "ext-json": "*",
261 "ext-curl": "*",
417 "ext-zlib": "*",
545 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
547 "ext-mbstring": "Allow to work properly with unicode symbols",
548 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
549 "ext-openssl": "Required to send log messages using SSL",
550 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
692 … "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1045 "ext-intl": "For best performance"
[all …]
/plugin/authgooglesheets/vendor/composer/
H A DClassLoader.php402 private function findFileWithExtension($class, $ext) argument
405 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
438 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md52 - Issue when creating stream from `php://input` and curl-ext is not installed
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1536 $ext = [];
1538 $ext[] = 'libsodium';
1542 $ext[] = 'openssl';
1544 $ext[] = 'mcrypt';
1548 $ext[] = 'gmp';
1550 $ext[] = 'bcmath';
1553 if (!empty($ext)) {
1554 $identifier .= ' (' . implode(', ', $ext) . ')';
/plugin/authloginapi/
H A DREADME.md15 * [phpBB](https://github.com/xelio-plus/phpbb-ext-loginapi)
/plugin/autotranslation/
H A Daction.php171 $event->data->ext
177 $event->data->ext
/plugin/barcodes/
H A Dcomposer.lock82 "ext-pdo": "*",
83 "ext-phar": "*",
263 "ext-dom": "*",
264 "ext-phar": "*",
374 "ext-dom": "*",
392 "ext-pcov": "*",
518 "ext-pcntl": "*"
693 "ext-dom": "*",
697 "ext-xml": "*",
1303 "ext-dom": "*",
[all …]
/plugin/barcodes/vendor/composer/
H A DClassLoader.php494 * @param string $ext
497 private function findFileWithExtension($class, $ext) argument
500 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
533 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
/plugin/batchedit/
H A Dengine.php453 public static function getFileName($name, $ext = '') { argument
456 return $conf['cachedir'] . '/batchedit/' . $name . (!empty($ext) ? '.' . $ext : '');
/plugin/bez/renderer/
H A Dxhtmlmail.php39 list($ext, $mime) = mimetype($src);
44 } elseif($ext == 'jpg' || $ext == 'jpeg') {

12345678910>>...15