Home
last modified time | relevance | path

Searched refs:filename (Results 1 – 25 of 756) sorted by path

12345678910>>...31

/plugin/a2s/
H A DASCIIToSVG.php248 $tok->filename = $this->yyfilename;
/plugin/accscounter/
H A Daction.php96 foreach ($metadir as $filename) {
97 $islogfile = utf8_substr($filename, $length);
104 $data = file_get_contents($filename);
113 if (!unlink($filename)) {
134 foreach ($metadir as $filename) {
135 $islogfile = utf8_substr($filename, $length);
140 if (!unlink($filename)) {
H A Dadmin.php102 foreach ($metadir as $filename) {
103 $islogfile = utf8_substr($filename, $length);
113 if ($specified) $found[$page] = $filename;
133 foreach ($found as $page => $filename) {
134 $array = @file($filename);
/plugin/achart/
H A Daction.php37 $filename= dirname(__FILE__) . '/assets/locales/'.$conf['lang'].'.json';
38 …if( file_exists( $filename ) == true ){$localization = $conf['lang'];} else {$localization = "en";}
/plugin/achart/assets/
H A Dapexcharts.min.js6filename:void 0,columnDelimiter:",",headerCategory:"category",headerValue:"value",dateFormatter:fu…
H A Djs-yaml.min.js2filename=t.filename||null,this.schema=t.schema||K,this.onWarning=t.onWarning||null,this.legacy=t.l…
/plugin/aclauditor/
H A Dadmin.php121 …header('Content-Disposition: attachment; filename="'.($this->scenariofn ? $this->scenariofn : 'sce…
/plugin/acronymedit/
H A Dadmin.php100 function writeFile($filename,$chaine) { argument
102 …if (is_writable( $filename ) || (is_writable(dirname( $filename ).'/.') && !file_exists( $filename
103 if (!$handle = fopen($filename, 'w')) {
104 msg($this->getLang('abbr_err_open')." ($filename).",-1);
109 msg($this->getLang('abbr_err_write')." ($filename).",-1);
117 msg($this->getLang('abbr_err_secure')." ($filename).",-1);
/plugin/actionrenderer/
H A Drenderer.php309 public function file($text, $language = null, $filename = null, $options = null) argument
315 public function code($text, $language = null, $filename = null, $options = null) argument
/plugin/addressbook/
H A Dsyntax.php542 function scaleJPG($filename,$max=120,$quality=70){ argument
545 list($width, $height) = getimagesize($filename);
554 $source = imagecreatefromjpeg($filename);
/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php312 $filename = $this->getConfigPath().'settings.php';
314 if (!file_exists($filename)) {
318 array($filename)
323 include $filename;
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dcombined.js3 ApiGen.config = {"options":{"elementDetailsCollapsed":true,"elementsOrder":"natural"},"name":"ApiGen theme","templatesPath":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src","resources":{"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/resources":"resources"},"templates":{"overview":{"filename":"index.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/overview.latte"},"combined":{"filename":"resources\/combined.js","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/combined.js.latte"},"elementlist":{"filename":"elementlist.js","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/elementlist.js.latte"},"404":{"filename":"404.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/404.latte"},"package":{"filename":"package-%s.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/package.latte"},"namespace":{"filename":"namespace-%s.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/namespace.latte"},"class":{"filename":"class-%s.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/class.latte"},"constant":{"filename":"constant-%s.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/constant.latte"},"function":{"filename":"function-%s.html","template":"phar:\/\/D:\/wamp\/bin\/php\/php5.5.12\/apigen.phar\/bin\/..\/\/vendor\/apigen\/theme-default\/src\/function.latte"},"annotationGroup":{"filename" property in ApiGen.config.templates.robots
[all...]
/plugin/amazon_heavy/
H A Dsyntax.php90 if (!$this->getUrl($filename, $data[0])) {
91 $xmlreader = new xmlreader ($filename);
103 function getUrl($filename, &$data) { argument
127 $retval = exec('/usr/bin/lynx --dump "'.$xmlurl.'" > '.$filename);
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js521 download: function( data, type, filename ) { argument
528 saveAs( data, filename );
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js1257 filename, relativePath, file, fileClone;
1258 for (filename in this.files) {
1259 if (!this.files.hasOwnProperty(filename)) {
1262 file = this.files[filename];
1265 relativePath = filename.slice(this.root.length, filename.length);
1266 … if (filename.slice(0, this.root.length) === this.root && // the file is in the current root
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js20085 filename = fixFilename(filename);
20092 return this.fileSystem[filename];
20104 function fixFilename(filename) {
20105 if (filename.indexOf(__dirname) === 0) {
20106 filename = filename.substring(__dirname.length);
20109 if (filename.indexOf('/') === 0) {
20110 filename = filename.substring(1);
20113 return filename;
29420 dfont = DFont.open(filename);
29724 DFont.open = function(filename) {
[all …]
H A Dpdfmake.min.js.map1filename","fn","err","pipe","createWriteStream","_info","embed","xRefOffset","convert","Size","Roo…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js1203 function readFileSync(filename, options) {
1205 return parse(fs.readFileSync(filename), options);
11425 function writeFileSync(wb, filename, opts) { argument
11427 o.file = filename;
H A Dxlsx.min.js3 …)}var fs;function readFileSync(filename,options){if(fs===undefined)fs=require("fs");return parse(f… argument
9 …rite_zip_type(wb,o)}}function writeFileSync(wb,filename,opts){var o=opts||{};o.type="file";o.file= argument
H A Dxlsx.min.map1 …torage","content","MSSZ","offset","__readUInt32LE","fs","readFileSync","filename","options","readS…
/plugin/amcharts/assets/
H A Djs-yaml.min.js2filename=t.filename||null,this.schema=t.schema||H,this.onWarning=t.onWarning||null,this.legacy=t.l…
/plugin/apidoc/
H A Dsyntax.php11 public $name="", $filename="", $extends="", $description=""; variable in syntax_plugin_apidoc_data_class
22 $this->filename = $f[1];
176 …p class='apidoc_right'><span class='apidoc_bold'>Filename : </span> " . $data->filename . "<br />";
/plugin/attribute/
H A Dhelper.php183 $filename = $this->storepath . "/" . $key;
186 if (!is_file($filename)) {
191 return $this->cache[$filename];
194 $packet = io_readFile($filename, false);
217 $this->cache[$filename] = $data;
239 $filename = $this->storepath . "/" . $key;
241 $this->cache[$filename] = $data;
250 return io_saveFile($filename, $packet);
466 $filename = $this->storepath . "/" . $key;
468 if (file_exists($filename)) {
[all …]
/plugin/authfacebook/lib/FileUpload/
H A DMimetypes.php980 * @param string $filename Filename to generate a mimetype from
984 public function fromFilename($filename) argument
986 return $this->fromExtension(pathinfo($filename, PATHINFO_EXTENSION));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DEdgeConfigstoreBundleBadBundleViolation.php29 public $filename; variable in Google\\Service\\Apigee\\EdgeConfigstoreBundleBadBundleViolation
48 public function setFilename($filename) argument
50 $this->filename = $filename;
57 return $this->filename;

12345678910>>...31