Home
last modified time | relevance | path

Searched refs:file (Results 26 – 50 of 3491) sorted by relevance

12345678910>>...140

/plugin/projects/plugins/target/
H A Dpdflatex.php14 public function can_handle($project, $file) { argument
15 if (!has_extension($file->name(), ".pdf")) return false;
16 $tex = $this->replace_extension($file->name(), ".pdf", ".tex");
17 return $project->file($tex) != NULL;
23 protected function dependency($project, $file) { argument
24 $tex = $this->replace_extension($file->name(), ".pdf", ".tex");
25 $deps = $file->dependency();
35 protected function recipe($project, $file) { argument
36 $tex = $this->replace_extension($file->name(), ".pdf", ".tex");
40 $texfile = $project->file($tex);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php173 function dwiki_encodeFN($file,$safe=true){ argument
175 if($Dwfck_conf_values['fnencode'] == 'utf-8') return $file;
177 if($safe && preg_match('#^[a-zA-Z0-9/_\-\\]%]+$#',$file)){
178 return $file;
182 return SafeFN::encode($file);
185 $file = urlencode($file);
186 $file = str_replace('%2F','/',$file);
187 return $file;
198 function dwiki_decodeFN($file){ argument
203 return SafeFN::decode($file);
[all …]
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php171 function dwiki_encodeFN($file,$safe=true){ argument
173 if($Dwfck_conf_values['fnencode'] == 'utf-8') return $file;
175 if($safe && preg_match('#^[a-zA-Z0-9/_\-\\]%]+$#',$file)){
176 return $file;
180 return SafeFN::encode($file);
183 $file = urlencode($file);
184 $file = str_replace('%2F','/',$file);
185 return $file;
196 function dwiki_decodeFN($file){ argument
201 return SafeFN::decode($file);
[all …]
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php173 function dwiki_encodeFN($file,$safe=true){ argument
175 if($Dwfck_conf_values['fnencode'] == 'utf-8') return $file;
177 if($safe && preg_match('#^[a-zA-Z0-9/_\-\\]%]+$#',$file)){
178 return $file;
182 return SafeFN::encode($file);
185 $file = urlencode($file);
186 $file = str_replace('%2F','/',$file);
187 return $file;
198 function dwiki_decodeFN($file){ argument
203 return SafeFN::decode($file);
[all …]
/plugin/filelisting/
H A Dhelper.php15 * Display the file listing for the current page
51 //form for file deletion
115 foreach ($files as $file) {
117 if ($filesOnly && $file['isdir']) continue;
121 if ($file['isdir']) {
122 $trOpen->attr('data-namespace', $file['id']);
128 if (!$file['isdir'] && $file['perm'] >= AUTH_DELETE) {
129 $name = 'delete[' . $file['id'] . ']';
134 $html = '<td class="plugin__filelisting_cell_icon">' . $file['ico
261 search_media_and_namespaces(& $data, $base, $file, $type, $lvl, $opts) global() argument
[all...]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php363 foreach ($data as $file => $lines) {
370 if (empty($this->data[$file][$k]) || !in_array($id, $this->data[$file][$k])) {
685 if ($this->filter->isFile($file) && !isset($this->data[$file])) {
686 $this->data[$file] = [];
752 $lines = file($filename);
987 $allowedLines[$file] = [];
991 $allowedLines[$file],
992 $linesToBeCovered[$file]
1002 $allowedLines[$file],
1003 $linesToBeUsed[$file]
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DCoalescingDirectoryResource.php39 foreach ($this->getFileResources() as $file) {
40 if (!$file->isFresh($timestamp)) {
51 foreach ($this->getFileResources() as $file) {
52 $parts[] = $file->getContent();
81 * @param ResourceInterface $file The file
86 protected function getRelativeName(ResourceInterface $file, ResourceInterface $directory) argument
88 return substr((string) $file, strlen((string) $directory));
101 foreach ($directory as $file) {
102 $relative = $this->getRelativeName($file, $directory);
105 $paths[$relative] = $file;
/plugin/freesync/
H A Dhelper.php175 $remote_list[$file["id"]] = array("id" => $file["id"],
191 $local_list[$file["id"]] = array("id" => $file["id"],
224 $file = wikiFN($id,'');
225 $time = @filemtime($file);
372 return $file;
376 return $file;
383 if($this->_rpcQuery('wiki.getAttachmentInfo', $id, $file) && $file['lastModified']) {
384 $file['lastModified'] = $file['lastModified']->getTimestamp();
392 return $file;
420 if(!$file) {
[all …]
/plugin/templateconfhelper/action/
H A Dfetchaction.php48 if( !$file = getConfigPath( 'template_dir', $tpl.'/images/'.$MEDIA ))
49 $file = getConfigPath( 'template_dir', $conf['base_tpl'].'/images/'.$MEDIA );
52 if(!@file_exists( $file )) {
56 $orig = $file;
61 $file = media_crop_image($file,$EXT,$WIDTH,$HEIGHT);
63 $file = media_resize_image($file,$EXT,$WIDTH,$HEIGHT);
70 $data['file'] = $file;
/plugin/fckg/action/entities/
H A Dents_seri.php9 $file = ""; variable
13 if ($f && file_exists($f)) $file = $f; variable
16 $file = 'add.ent'; variable
21 if($file && file_exists($file)) {
22 echo "adding entities from $file\n";
23 serialize_ents($file);
32 function serialize_ents($file) { argument
35 $entities_file = FCK_ACTION_SUBDIR . $file;
/plugin/ckgdoku/action/entities/
H A Dents_seri.php9 $file = ""; variable
13 if ($f && file_exists($f)) $file = $f; variable
16 $file = 'add.ent'; variable
21 if($file && file_exists($file)) {
22 echo "adding entities from $file\n";
23 serialize_ents($file);
32 function serialize_ents($file) { argument
35 $entities_file = FCK_ACTION_SUBDIR . $file;
/plugin/ckgedit/action/entities/
H A Dents_seri.php9 $file = ""; variable
13 if ($f && file_exists($f)) $file = $f; variable
16 $file = 'add.ent'; variable
21 if($file && file_exists($file)) {
22 echo "adding entities from $file\n";
23 serialize_ents($file);
32 function serialize_ents($file) { argument
35 $entities_file = FCK_ACTION_SUBDIR . $file;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DFileTest.php15 $file = new File();
16 $this->assertTrue($file instanceof File);
26 $file = new File();
27 $file->loadFile(SABRE_TEMPDIR .'/backend');
34 $file = new File();
35 $file->loadFile(SABRE_TEMPDIR . '/backend');
37 $this->assertFalse($file->getDigestHash('realm','blabla'));
38 $this->assertEquals(md5('user:realm:password'), $file->getDigesthash('realm','user'));
/plugin/owncloud/ajax/
H A Dfilelist.php45 foreach($dircontent as $file ){
46 if($file == '.' || $file == '..') continue;
47 if(is_dir($fullpath.'/'.$file)){
48 array_push($folders, $file);
50 array_push($files, $file);
60 …$url = $helper->ml($helper->pathToWikiID($dir.'/'.$file), array('fileid'=>($helper->getLastfileid(…
67 foreach($files as $file){
68 $filesize = filesize_h(filesize($fullpath.'/'.$file));
69 $mtime = strftime($conf['dformat'],filemtime($fullpath.'/'.$file));
71 …$detail = $helper->internalmedia(0,$helper->pathToWikiID($dir.'/'.$file),NULL,NULL,16,NULL,NULL,'l…
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php142 public function getImage(&$file, $firsttime = true, $allowvector = true, $orig_srcpath = false, $interpolation = false)
150 if ($wrapperChecker->hasBlacklistedStreamWrapper($file)) {
151 return $this->imageError($file, $firsttime, 'File contains an invalid stream. Only ' . implode(', ', $wrapperChecker->getWhitelistedStreamWrappers()) . ' streams are allowed.');
164 if (preg_match('/var:\s*(.*)/', $file, $v)) {
166 return $this->imageError($file, $firsttime, 'Unknown image variable');
169 $file = md5($data);
172 if (preg_match('/data:image\/(gif|jpe?g|png|webp);base64,(.*)/', $file, $v)) {
175 $file = md5($data);
179 if ($firsttime && $file && strpos($file, 'dat
153 getImage(& $file, $firsttime = true, $allowvector = true, $orig_srcpath = false, $interpolation = false) global() argument
1404 imageError($file, $firsttime, $msg) global() argument
[all...]
/plugin/mdpage/vendor/composer/
H A DClassLoader.php322 includeFile($file);
347 return $file;
362 if (false === $file) {
367 return $file;
385 return $file;
395 return $file;
414 return $file;
424 return $file;
430 return $file;
442 function includeFile($file) argument
[all …]
/plugin/findologicxmlexport/vendor/composer/
H A DClassLoader.php322 includeFile($file);
347 return $file;
362 if (false === $file) {
367 return $file;
385 return $file;
395 return $file;
414 return $file;
424 return $file;
430 return $file;
442 function includeFile($file) argument
[all …]
/plugin/webdav/vendor/composer/
H A DClassLoader.php322 includeFile($file);
347 return $file;
362 if (false === $file) {
367 return $file;
385 return $file;
395 return $file;
414 return $file;
424 return $file;
430 return $file;
442 function includeFile($file) argument
[all …]
/plugin/vbsso/vendor/composer/
H A DClassLoader.php322 includeFile($file);
347 return $file;
362 if (false === $file) {
367 return $file;
385 return $file;
395 return $file;
414 return $file;
424 return $file;
430 return $file;
442 function includeFile($file) argument
[all …]
/plugin/icalevents/vendor/composer/
H A DClassLoader.php322 includeFile($file);
347 return $file;
362 if (false === $file) {
367 return $file;
385 return $file;
395 return $file;
414 return $file;
424 return $file;
430 return $file;
442 function includeFile($file) argument
[all …]
/plugin/jplayer/vendor/composer/
H A DClassLoader.php322 includeFile($file);
347 return $file;
362 if (false === $file) {
367 return $file;
385 return $file;
395 return $file;
414 return $file;
424 return $file;
430 return $file;
442 function includeFile($file) argument
[all …]
/plugin/quickstats/GEOIP/vendor/composer/
H A DClassLoader.php322 includeFile($file);
347 return $file;
362 if (false === $file) {
367 return $file;
385 return $file;
395 return $file;
414 return $file;
424 return $file;
430 return $file;
442 function includeFile($file) argument
[all …]
/plugin/pdftools/
H A Dfunctions.php26 while(false !== ( $file = readdir($dir)) ) {
27 if (( $file != '.' ) && ( $file != '..' )) {
28 if ( is_dir($src . '/' . $file) ) {
29 recurse_copy($src . '/' . $file,$dst . '/' . $file);
32 copy($src . '/' . $file,$dst . '/' . $file);
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee21 compileSass = (file, callback) ->
22 data = readFile file
36 .filter (file) ->
38 .filter (file) ->
39 not isDirectory file
45 varName = path.basename(file, path.extname(file))
46 result[varName] = readFile file
113 writeFile file, source
119 files.forEach (file) ->
120 writeFile file, header + readFile file
[all …]
/plugin/elasticsearch/vendor/composer/
H A DClassLoader.php4 * This file is part of Composer.
10 * file that was distributed with this source code.
425 if ($file = $this->findFile($class)) {
427 $includeFile($file);
436 * Finds the path to the file where the class is defined.
452 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
454 return $file;
458 $file = $this->findFileWithExtension($class, '.php');
461 if (false === $file && defined('HHVM_VERSION')) {
462 $file
569 includeFile($file) global() argument
[all...]

12345678910>>...140