Home
last modified time | relevance | path

Searched refs:file (Results 426 – 450 of 3491) sorted by relevance

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

/plugin/statdisplay/pchart/
H A DpCache.php39 while ( false !== ($file = readdir ( $handle )) ) {
40 if ($file != "." && $file != "..")
41 unlink ( $this->CacheFolder . $file );
/plugin/statistics/inc/pchart/
H A DpCache.php40 while(false !== ($file = readdir($handle))) {
41 if($file != "." && $file != "..")
42 unlink($this->CacheFolder.$file);
/plugin/confmanager/configTypes/
H A DConfigManagerSingleLineConfigCascade.php19 $config = file($fileName);
82 $file = $config_cascade[$this->internalName]['local'][0];
85 if (!@unlink($file)) {
99 $this->helper->saveFile($file, $content);
/plugin/latexit/_test/
H A Dgeneral.test.php18 $file = __DIR__.'/../plugin.info.txt';
19 $this->assertFileExists($file);
21 $info = confToHash($file);
/plugin/uncmap/_test/
H A Duncmap.test.php17 $file = __DIR__.'/../plugin.info.txt';
18 $this->assertFileExists($file);
20 $info = confToHash($file);
/plugin/qna/style/
H A DWARNING.txt1 WARNING: each LESS file in this folder must have a different size.
3 The logic behind style configuration uses the file size in order to
6 way of checking without file loading and inspection.
/plugin/shell/
H A DP0wnyShell.php172 $file = @file_get_contents($filePath);
173 if ($file === FALSE) {
181 'file' => base64_encode($file)
190 * @param string $file Base64 encoded file contents
194 public function featureUpload($path, $file, $cwd) argument
204 fwrite($f, base64_decode($file));
/plugin/indexmenu/
H A Daction.php332 while (false !== ($file = readdir($handle))) {
334 is_dir(DOKU_INC . $themebase . '/' . $file)
335 && $file != "."
336 && $file != ".."
337 && $file != "repository"
338 && $file != "tmp"
339 && $file != ".svn"
341 $themes[] = $file;
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioComment.js2 DrawioComment = function(file, id, content, modifiedDate, createdDate, isResolved, user) argument
5 this.file = file;
/plugin/xssnipper/
H A Dconfig.ini9 file=<file></file> key
/plugin/panorama/syntax/
H A Dpanorama2.php125 $file = $data['file'];
211 $picFileName = '<file>'.$picFileName.'</file>';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DBlacklist.php60 * @param string $file
64 public function isBlacklisted($file) argument
73 if (strpos($file, $directory) === 0) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlog-junit.phpt20 …<testsuite name="StatusTest" file="%s/StatusTest.php" tests="4" assertions="2" failures="1" errors…
21 …<testcase name="testSuccess" class="StatusTest" file="%s/StatusTest.php" line="%d" assertions="1" …
22 …<testcase name="testFailure" class="StatusTest" file="%s/StatusTest.php" line="%d" assertions="1" …
29 …<testcase name="testError" class="StatusTest" file="%s/StatusTest.php" line="%d" assertions="0" ti…
36 …<testcase name="testWarning" class="StatusTest" file="%s/StatusTest.php" line="%d" assertions="0" …
/plugin/tplinc/
H A Dhelper.php14 protected $file = DOKU_CONF . 'tplinc.conf'; variable in helper_plugin_tplinc
24 if (!file_exists($this->file)) return $assignments;
26 $data = file($this->file);
69 return io_saveFile($this->file, $content);
/plugin/pgn4web/pgn4web/fonts/
H A Dpgn4web-fonts.css4 * see README file and http://pgn4web.casaschi.net
16 * make sure you include this CSS file into your HTML file or your CSS file, then set
/plugin/avatar/
H A Dhelper.php81 $file = 'monsterid.php?seed='.$seed.'&size='.$size.'&.png';
87 $file = 'images/default_'.$size.'.png';
90 $file = 'images/default_120.png';
93 $default = ml(DOKU_URL.'/lib/plugins/avatar/'.$file, 'cache=recache', true, '&', true);
/plugin/noticeboard/classes/
H A DNotice.php136 $file = metaFN($id, '.noticeboard');
138 if (!@file_exists($file)){
142 if (@file_exists($file)) {
143 $object= unserialize(io_readFile($file, false));
/plugin/noticeboard/noticeboard/classes/
H A DNotice.php136 $file = metaFN($id, '.noticeboard');
138 if (!@file_exists($file)){
142 if (@file_exists($file)) {
143 $object= unserialize(io_readFile($file, false));
/plugin/twitter/_test/
H A Dgeneral.test.php32 $file = __DIR__ . '/../plugin.info.txt';
33 $this->assertFileExists($file);
35 $info = confToHash($file);
/plugin/mapillary/_test/
H A Dgeneral.test.php32 $file = __DIR__ . '/../plugin.info.txt';
33 $this->assertFileExists($file);
35 $info = confToHash($file);
/plugin/galleryv1.5/inc/
H A Dimage.php32 $file = $_GET['file']; variable
36 list($width, $height) = getimagesize($file);
61 $old_image = imagecreatefromjpeg($file);
/plugin/backlinks2/_test/
H A Dgeneral.test.php32 $file = __DIR__.'/../plugin.info.txt';
33 $this->assertFileExists($file);
35 $info = confToHash($file);
/plugin/snow/_test/
H A Dgeneral.test.php32 $file = __DIR__.'/../plugin.info.txt';
33 $this->assertFileExists($file);
35 $info = confToHash($file);
/plugin/discussion/
H A Dhelper.php116 $file = metaFN($id, '.comments');
117 if (!@file_exists($file)) continue; // skip if no comments file
118 $data = unserialize(io_readFile($file, false));
125 $date = filemtime($file);
129 'file' => $file,
173 $lines = file($conf['metadir'].'/_comments.changes');
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php519 function &loadTest(&$file) argument
522 if (is_a($file, 'PHPUnit_TestSuite')) {
523 return $file;
524 } elseif (class_exists($file)) {
526 return new PHPUnit_TestSuite($file);
530 if (!@is_readable($file)) {
531 $this->_showStatus('Cannot find file: ' . $file);
540 require_once $file;
541 $className = str_replace(DIRECTORY_SEPARATOR, '_', $file);

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