Home
last modified time | relevance | path

Searched refs:file (Results 151 – 175 of 3491) sorted by relevance

12345678910>>...140

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DSourceLocation.php25 public $file; variable in Google\\Service\\Logging\\SourceLocation
38 public function setFile($file) argument
40 $this->file = $file;
47 return $this->file;
/plugin/barcodes/vendor/jucksearm/php-barcode/tests/
H A DDatamatrixTest.php49 ->setFile($file)
52 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
54 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
67 ->setFile($file)
70 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
72 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
H A DPDF417Test.php49 ->setFile($file)
52 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
54 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
67 ->setFile($file)
70 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
72 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
H A DQRcodeTest.php51 ->setFile($file)
54 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
56 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
69 ->setFile($file)
72 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
74 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
H A DBarcodeTest.php54 ->setFile($file)
57 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
59 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
74 ->setFile($file)
77 $this->assertTrue(is_file($this->tmpDir.DIRECTORY_SEPARATOR.$file));
79 unlink($this->tmpDir.DIRECTORY_SEPARATOR.$file);
/plugin/godiag/
H A Dfetch.php18 $file = getCacheName($_GET['f'],'.godiag.png'); variable
21 $file = getCacheName($_GET['f'],'.godiag.sgf'); variable
26 $fmtime = @filemtime($file);
35 if($_GET['t'] != 'png') header('Content-Disposition: attachment; filename="'.basename($file).'";');
44 readfile($file);
/plugin/projects/plugins/target/
H A Dlink.php14 public function can_handle($project, $file) { argument
15 $deps = $file->dependency();
28 protected function recipe($project, $file) { argument
29 $deps = $file->dependency();
31 $name = $file->name();
/plugin/directorylist/action/
H A Ddirectorylist.php35 $file = ($_GET['file']);
39 $mimetype = $finfo->file($file);
42 header("Content-disposition: attachment; filename=".basename($file));
44 readfile($file);
/plugin/snippeter/
H A Daction.php37 foreach ($snifiles as $file) {
38 if ( preg_match('/^\./', $file) ){
41 $title = explode('.', $file, 2);
47 $lines = file($snipath.'/'.$file);
65 $content = file_get_contents($snipath.'/'.$file);
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DFileSystem.php65 foreach ($iterator as $pathname => $file) {
67 ->object($file)
70 $result[basename($pathname)] = $file->getFilename();
100 foreach ($iterator as $file) {
102 ->object($file)
105 $result[] = $file->getFilename();
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dout.php28 throw new MpdfException('Some data has already been output to browser, can\'t send PDF file');
60 while (false !== ($file = readdir($handle))) { variable
61 if (((filemtime($path.$file)+$interval) < time()) && ($file != "..") && ($file != ".") && substr($file, -3)=='pdf') {
62 unlink($path.$file);
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveClient.js1278 file.saveLevel = 1;
1305 file.desc.headRevisionId + '-mod_' + file.desc.modifiedDate +
1306 '-size_' + file.getSize() + '-mime_' + file.desc.mimeType +
1313 ((file.sync != null) ? ('-client_' + file.sync.clientId) : '-nosync')});
1354 if (file.isEditable() && file.desc != null)
1385 prevDesc = file.desc;
1402 file.saveLevel = 3;
1533 '-to_' + file.desc.id + '.' + file.desc.headRevisionId,
1574 file.saveLevel = 4;
1674 '-size_' + file.getSize() + '-mime_' + file.desc.mimeType +
[all …]
/plugin/elwikiupgrade/
H A Dadmin.php406 $list = file($this->tgzdir.'data/deleted.files');
410 $file = DOKU_INC.$line;
411 if(!file_exists($file)) continue;
414 if(basename(realpath($file)) != basename($file)) {
419 if((is_dir($file) && $this->_rdel($file)) ||
420 @unlink($file)
450 while(($file = readdir($dh)) !== false) {
451 if($file == '.' || $file == '..') continue;
452 $from = "$base/$dir/$file";
453 $to = DOKU_INC."$dir/$file";
[all …]
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.random.php23 while ($file = readdir($dh)) {
24 if (is_file($dirname.'/'.$file) && preg_match('#\\.(jpg|jpeg|gif|png|tiff|bmp)$#i', $file)) {
25 if ($gis = @getimagesize($dirname.'/'.$file)) {
28 $possibleimages[] = $file;
31 $possibleimages[] = $file;
34 $possibleimages[] = $file;
/plugin/structtasks/_test/
H A DStructtasksTest.php25 $file = __DIR__ . "/json/$json.struct.json";
26 if (!file_exists($file)) {
27 throw new \RuntimeException("$file does not exist");
30 $json = file_get_contents($file);
34 throw new \RuntimeException("build of $schema from $file failed");
/plugin/whyspam/
H A Dadmin.php52 foreach($files as $file){
53 $found = array_merge($found,$this->_checkit($file,$_REQUEST['whyspam']));
74 function _checkit($file,&$text){ argument
77 $blockfile = (array) @file($file);
91 $found[] = array($file, $i, $block, $snip);
/plugin/nssize/
H A Dsyntax.php64 while ($file = readdir($all)) {
65 if (is_dir($location.'/'.$file) and $file <> ".." and $file <> ".") {
66 $total += $this->_du($location.'/'.$file);
67 unset($file);
69 elseif (!is_dir($location.'/'.$file)) {
70 $stats = stat($location.'/'.$file);
72 unset($file);
/plugin/dlcounter/
H A Dsyntax.php104 $file = $data['file'];
111 if( $file != "" && array_key_exists( $file, $json ) ){
112 $count = $json[$file];
137 foreach( $json as $file => $count ){
138 $fdata = explode(':', $file);
141 if( $data['strip'] ) $file = $fdata[$c-1];
142 else $file = implode(':', $fdata);
143 $table .= "<tr><td style='text-align:".$data['align'].";'>$file</td>".
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php82 public function testIntegration($file, $message, $condition, $templates, $exception, $outputs) argument
84 $this->doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs);
91 …public function testLegacyIntegration($file, $message, $condition, $templates, $exception, $output… argument
93 $this->doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs);
102 if (!preg_match('/\.test$/', $file)) {
106 if ($legacyTests xor false !== strpos($file->getRealpath(), '.legacy.test')) {
110 $test = file_get_contents($file->getRealpath());
125 …lidArgumentException(sprintf('Test "%s" is not valid.', str_replace($fixturesDir.'/', '', $file)));
128 …$tests[] = [str_replace($fixturesDir.'/', '', $file), $message, $condition, $templates, $exception…
144 …protected function doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs) argument
[all …]
/plugin/templateconfhelper/exe/
H A Dcss.php67 foreach($styleini['stylesheets'] as $file => $mode) {
68 $tplstyles[$mode][_css_getpath( $tpl, $file )] = $tpldir;
140 foreach($files[$mediatype] as $file => $location){
141 $css_content .= css_loadfile($file, $location);
205 function _css_getpath( $t, $file ) { argument
209 if( !$t || !$include = getConfigPath( 'template_dir', $t.'/'.$file )) {
212 $include = getConfigPath( 'template_dir', $conf['template'].'/'.$file );
214 $include = getConfigPath( 'template_dir', $conf['default_tpl'].'/'.$file );
217 $include = getConfigPath( 'template_dir', $conf['base_tpl'].'/'.$file );
219 echo "/* _css_getpath: include($file): $include */\n";
/plugin/owncloud/
H A Dhelper.php126 $file = trim($file,'/'); //Remove slashes at the beginning
128 if(isset($this->filenameCache[$file])) return $this->filenameCache[$file];
131 $this->filenameCache[$file] = $id;
204 if($isID) $file = $this->getFilenameForID($file);
226 $meta = $this->getMediaMeta($file);
245 public function getMediaMeta($file){ argument
247 …if(file_exists($conf['mediametadir'].'/'.$file.'.changes')) return file($conf['mediametadir'].'/'.…
290 $meta = $this->getMediaMeta($file);
339 $extPos = strrpos($file, '.');
340 $ext = substr($file, $extPos + 1);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFacade.php100 private function processFile(FileNode $file, Directory $context) argument
103 $file->getName(),
104 $file->getId() . '.xml'
107 $this->setTotals($file, $fileObject->getTotals());
109 $fileReport = new Report($file->getName());
111 $this->setTotals($file, $fileReport->getTotals());
113 foreach ($file->getClassesAndTraits() as $unit) {
117 foreach ($file->getFunctions() as $function) {
121 foreach ($file->getCoverageData() as $line => $tests) {
136 $this->target . dirname($file->getId()) . '/'
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.misc.cue.php91 * @param array $file - The cuesheet as an array of each line.
93 public function parseCueSheet($file) argument
98 for ($i=0; $i < count($file); $i++)
100 list($key) = explode(' ', strtolower($file[$i]), 2);
109 $this->parseString($file[$i], $track_on);
112 $currentFile = $this->parseFile($file[$i]);
115 $this->parseFlags($file[$i], $track_on);
120 $this->parseIndex($file[$i], $track_on);
123 $this->parseComment($file[$i], $track_on);
127 $this->parseTrack($file[$i], $track_on);
[all …]
/plugin/elasticsearch/vendor/composer/
H A Dautoload_real.php37 $requireFile = \Closure::bind(static function ($fileIdentifier, $file) {
41 require $file;
44 foreach ($filesToLoad as $fileIdentifier => $file) {
45 $requireFile($fileIdentifier, $file);
50 composerRequire8addbcda4a0ee7f318772437699056aa($fileIdentifier, $file) global() argument
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Dindex.php10 while ($file = readdir($dh)) { variable
11 if (preg_match('#^demo\\..+\\.php$#', $file)) {
12 echo '<li><a href="'.htmlentities($file, ENT_QUOTES).'">'.htmlentities($file).'</a></li>';

12345678910>>...140