Home
last modified time | relevance | path

Searched refs:file (Results 326 – 350 of 3491) sorted by relevance

1...<<11121314151617181920>>...140

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dconnector.asp28 <!--#include file="config.asp"-->
29 <!--#include file="util.asp"-->
30 <!--#include file="io.asp"-->
31 <!--#include file="basexml.asp"-->
32 <!--#include file="commands.asp"-->
33 <!--#include file="class_upload.asp"-->
37 …This connector is disabled. Please check the ""editor/filemanager/connectors/asp/config.asp"" file"
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.output.gzip.class.php12 $file = gzopen($output_file, "wb");
13 gzwrite($file, file_get_contents($tmp_filename));
14 gzclose($file);
/plugin/oauth/
H A DStorage.php26 * The path to the file where tokens for this service and user are stored
44 $file = $this->getServiceFile($service);
45 if (file_exists($file)) {
46 return unserialize(io_readFile($file, false));
60 $file = $this->getServiceFile($service);
61 io_saveFile($file, serialize($data));
/plugin/combo/resources/snippet/js/
H A Dcache.js40 html += `<table class="table table-striped table-hover text-nowrap overflow-auto"><thead><th>Slot</th><th>Output</th><th>Cache <br/>Hit</th><th title="Modification time of the cache file">Modification <br/>Time</th><th>Cache Deps</th><th>Cache File</th></thead>`;
74 let file = result["file"];
75 let fileLabel = file.substring(file.indexOf(':') + 1, file.lastIndexOf('.') - 2);
77 .createFetch(file, 'cache')
/plugin/orphanmedia/
H A Dconfig.ini2 file = "/\<file\>.*^\<\/file\>/smU" key
/plugin/orphanmedia2/
H A Dconfig.ini2 file = "/\<file\>.*^\<\/file\>/smU" key
/plugin/addressbook/helper/
H A Ddb.php93 $file = $this->sqlite->getAdapter()->getDbFile();
94 if (!$file) {
97 unlink($file);
98 clearstatcache(true, $file);
/plugin/jplayer/vendor/symfony/process/
H A DPhpProcess.php43 $file = tempnam(sys_get_temp_dir(), 'dbg');
44 file_put_contents($file, $script);
45 register_shutdown_function('unlink', $file);
46 $php[] = $file;
/plugin/mdpage/vendor/cebe/markdown/bin/
H A Dmarkdown71 $file = reset($src); variable
72 if (!file_exists($file)) {
73 error("File does not exist:" . $file);
75 $markdown = file_get_contents($file);
/plugin/telleveryone/helper/
H A Ddb.php91 $file = $this->sqlite->getAdapter()->getDbFile();
92 if (!$file) {
95 unlink($file);
96 clearstatcache(true, $file);
/plugin/docsearch/conf/
H A Dconverter.php.dist5 # Use this file to setup the document to text converter.
7 # The plugin trys to convert every media document to a text file. On this
9 # This tools are defined per file extension.
12 # You can use %in% and %out% for the input and output file.
/plugin/ireadit/helper/
H A Ddb.php91 $file = $this->sqlite->getAdapter()->getDbFile();
92 if (!$file) {
95 unlink($file);
96 clearstatcache(true, $file);
/plugin/approve/helper/
H A Ddb.php91 $file = $this->sqlite->getAdapter()->getDbFile();
92 if (!$file) {
95 unlink($file);
96 clearstatcache(true, $file);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php90 protected $file = ''; variable in PHP_CodeSniffer
642 foreach ($todo as $file) {
643 $this->file = $file;
870 $file = (string) $file;
871 $cliArgs[] = $file;
962 foreach ($di as $file) {
1371 foreach ($files as $file) {
1409 include_once $file;
1745 $filePath = $file;
1888 $file,
[all …]
/plugin/smtp/
H A Dloader.php33 $file = $base_dir . str_replace('\\', '/', $relative_class) . '.php'; variable
36 if (file_exists($file)) {
37 require $file;
/plugin/src/
H A Daction.php83 foreach ($hasPart as $file => $data) {
87 $file = $this->getConf['location'].$file;
92 $mtime = @filemtime($file);
/plugin/source/
H A Daction.php81 foreach ($hasPart as $file => $data) {
85 $file = $this->getConf['location'].$file;
90 $mtime = @filemtime($file);
/plugin/watchcycle/helper/
H A Ddb.php93 $file = $this->sqlite->getAdapter()->getDbFile();
94 if (!$file) {
97 unlink($file);
98 clearstatcache(true, $file);
/plugin/combo/vendor/symfony/process/
H A DPhpProcess.php4 * This file is part of the Symfony package.
9 * file that was distributed with this source code.
43 $file = tempnam(sys_get_temp_dir(), 'dbg');
44 file_put_contents($file, $script);
45 register_shutdown_function('unlink', $file);
46 $php[] = $file;
/plugin/bez/helper/
H A Ddb.php76 $file = $this->sqlite->getAdapter()->getDbFile();
77 if(!$file) return;
78 unlink($file);
79 clearstatcache(true, $file);
/plugin/userpagecreate/
H A Daction.php202 $file = $conf['datadir'] . '/' . utf8_encodeFN($page) . '.txt';
203 if (is_file($file)) {
204 unlink($file);
209 foreach ($files as $file) {
210 if (is_file($file)) {
211 unlink($file);
/plugin/dpicorrect/
H A Daction.php48 $file = 'data/media/'.$link;
51 if(file_exists($file))
54 $jpg = ImageCreateFromJPEG($file);
55 $imgdpi = $this->get_dpi_for_jpeg($file);
63 $png = imagecreatefrompng($file);
64 $imgdpi = $this->get_dpi_for_png($file);
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DWindowsPipes.php56 $file = sprintf('%s\\sf_proc_%02X.%s', $tmpDir, $i, $name);
58 if (!$h = fopen($file.'.lock', 'w')) {
59 if (file_exists($file.'.lock')) {
74 if (!fclose(fopen($file, 'w')) || !$h = fopen($file, 'r')) {
81 $this->files[$pipe] = $file;
/plugin/lms/
H A Dhelper.php60 $file = $this->getUserFile($user);
62 return io_saveFile($file, $line, true);
75 $file = $this->getUserFile($user);
76 if (!file_exists($file)) return [];
79 $lines = file($file);
185 $users = array_map(function ($file) {
186 if (!in_array($file, ['.', '..'])) {
187 return str_replace('.lms', '', $file);
/plugin/nsexport/packer/ziphtml/
H A Dpacker.php142 while(false !== ($file = readdir($fh))) {
144 if($file === '..' || $file[0] === '.') continue;
145 if(is_dir("$base/$dir/$file")) {
146 $this->recursive_add($base,"$dir/$file");
148 $this->_addFile("$dir/$file",io_readFile("$base/$dir/$file",false));

1...<<11121314151617181920>>...140