Home
last modified time | relevance | path

Searched refs:ext (Results 1 – 25 of 360) sorted by last modified time

12345678910>>...15

/plugin/pagequery/
H A Daction.php60 $cache->cache = getCacheName($cache->key, $cache->ext);
/plugin/mermaid/
H A Dmermaid.min.js[all...]
/plugin/siteexport/action/
H A Dstartup.php64 $event->data->cache = getCacheName($event->data->key,$event->data->ext);
H A Dpdfstyles.php42 $event->data->cache = getCacheName( $event->data->key, $event->data->ext );
/plugin/siteexport/renderer/
H A Dpdf.php241 list($ext,$mime,$dl) = mimetype($src);
250 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
/plugin/structpublish/action/
H A Dcache.php42 $cache->cache = getCacheName($cache->key, $cache->ext);
/plugin/struct/action/
H A Dcache.php113 $cache->cache = getCacheName($cache->key, $cache->ext);
/plugin/doi/Resolver/
H A DAbstractResolver.php85 $ext = trim($this->getCacheExtension(), '.');
86 if ($ext === '') {
87 $ext = strtolower(str_replace('Resolver', '', $class));
91 $cache = getCacheName($id, '.' . $ext . '.json');
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/geophp/
H A Dcomposer.lock34 "ext-geos": "GEOS allows more advanced operations"
/plugin/geophp/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;
493 findFileWithExtension($class, $ext) global() argument
/plugin/photogallery/
H A DpgFetch.php154 function media_photogallery_image($file, $ext, $w, $h, $opt){ argument
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default227 … 'src' parameter can be "http://<thishostname>/path/image.ext" instead of just "/path/image.ext"; …
/plugin/nodetailsxhtml/
H A Drenderer.php416 list($ext, $mime) = mimetype($src);
437 $ext = strrpos($src, '.');
440 $additionalSrc = substr( $src, 0, $ext) . $extension . substr($src, $ext+1);
/plugin/batchedit/
H A Dengine.php453 public static function getFileName($name, $ext = '') { argument
456 return $conf['cachedir'] . '/batchedit/' . $name . (!empty($ext) ? '.' . $ext : '');
/plugin/aichat/
H A Dcomposer.lock73 "ext-mbstring": "*",
123 "ext-mbstring": "*",
170 "ext-ctype": "*",
171 "ext-mbstring": "*",
/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/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/bez/renderer/
H A Dxhtmlmail.php39 list($ext, $mime) = mimetype($src);
44 } elseif($ext == 'jpg' || $ext == 'jpeg') {
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineLeftImageConfigCascade.php46 foreach($this->extension as $ext){
47 $path = $this->imageFolder . "$key." . $ext;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js2503 ext: this.range.ext,
2538 ext: range.ext,
12412 this.model.range.ext = this.map['xdr:ext'].model;
15509 ext: new ExtXform()
15518 this.map.ext.render(xmlStream, model);
16471 ext: _this2.ext = new ExtXform()
16479 this.ext.prepare(model, options);
16484 return this.ext.hasContent(model);
16494 this.ext.render(xmlStream, model);
39880 function checkOffset(offset, ext, length) {
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs2963 var ext = fi.name || "", m = ext.match(/\.([^\.]+)$/);
9871 case '<ext': pass = true; break;
10658 case '<ext': pass = true; break;
10724 case '<ext': pass = true; break;
11760 var ext/*:AOA*/ = [];
11762 return {ixfe:ixfe, ext:ext};
11955 case "<ext":
11958 case "</ext>":
12306 case '<ext': pass=true; break;
12358 case '<ext': pass=true; break;
[all …]
/plugin/button/
H A Dsyntax.php482 list($ext, $mime, $dl) = mimetype($src, false);
490 $class = preg_replace('/[^_\-a-z0-9]+/i', '_', $ext);
/plugin/translation/
H A Daction.php124 $event->data->ext

12345678910>>...15