Home
last modified time | relevance | path

Searched refs:dir (Results 26 – 50 of 598) sorted by relevance

12345678910>>...24

/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/TeX/
H A Dfontdata.js19dir:j},d={load:"extra",dir:a};var k=[8722,m,0,0,0,-0.31,-0.31];var n=[61,m,0,0,0,0,0.1];i.Augment(… property in d
/plugin/epub/scripts/
H A Dcheck_progess.php7 static $dir;
10 if(!$dir) {
17 $dir = dirname(metaFN("epub:$user:tmp",'.meta')) . '/';
20 return $dir;
25 $dir = epub_get_progress_dir($user); variable
26 $dir = rtrim($dir,'/'); variable
27 $dir = dirname($dir . ".meta") . '/'; variable
28 $progress_file = $dir . "progress.meta";
H A Depub_utils.php159 static $dir;
162 if(!$dir) {
172 return $dir;
177 static $dir;
179 if(!$dir) {
183 return $dir;
191 static $dir;
192 if(!$dir) {
195 return $dir;
691 $dir = rtrim($dir,'/');
[all …]
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DFileCache.php14 private $dir; variable in Metadata\\Cache\\FileCache
16 public function __construct(string $dir) argument
18 if (!is_dir($dir)) {
19 … throw new \InvalidArgumentException(sprintf('The directory "%s" does not exist.', $dir));
22 $this->dir = rtrim($dir, '\\/');
30 $path = $this->dir . '/' . strtr($class, '\\', '-') . '.cache.php';
43 if (!is_writable($this->dir)) {
44 … throw new \InvalidArgumentException(sprintf('The directory "%s" is not writable.', $this->dir));
47 $path = $this->dir . '/' . strtr($metadata->name, '\\', '-') . '.cache.php';
49 $tmpFile = tempnam($this->dir, 'metadata-cache');
[all …]
/plugin/owncloud/ajax/
H A Dfilelist.php20 $dir = $helper->getFilenameForID($_POST['fileid']); variable
22 $dir = urldecode($_POST['dir']); variable
23 $dir = $helper->wikiIDToPath($dir); variable
25 $dir = trim($dir,'/'); variable
27 $fullpath = $conf['mediadir'].'/'.$dir;
28 $metapath = $conf['mediametadir'].'/'.$dir;
57 $link = $helper->internalmedia(0,$helper->pathToWikiID($dir.'/'.$folder));
60 …$url = $helper->ml($helper->pathToWikiID($dir.'/'.$file), array('fileid'=>($helper->getLastfileid(…
71 …$detail = $helper->internalmedia(0,$helper->pathToWikiID($dir.'/'.$file),NULL,NULL,16,NULL,NULL,'l…
73 …$url = $helper->ml($helper->pathToWikiID($dir.'/'.$file), array('fileid'=>($helper->getLastfileid(…
[all …]
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php130 } elseif ($dir && $dir != '.') {
154 function rm_r($dir) argument
160 if (!@unlink($dir.'/'.$obj)) rm_r($dir.'/'.$obj);
163 @rmdir($dir);
190 $dir = dir($source);
208 $dir->close();
230 if ($dir == "")
233 if (is_file($dir))
235 if (!is_dir($dir))
236 mkdir_r($dir);
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php49 $dir = $_SERVER['PWD']; variable
89 * @param string $dir directory to use
93 private function type_brace($dir, $search=array()) { argument
94 $dir = str_replace(array('///', '//'), array('/', '/'), $dir);
95 if (!is_dir($dir)) {
110 $b = $dir.'/*.{'.implode(',', $ext).'}';
178 * @param string $dir
210 $dirs = self::getDirs($dir);
248 $dir = $argv[1]; variable
254 echo ' * Starting to scan directory: '.$dir."\n";
[all …]
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php211 $dir = dirname(__FILE__) ;
212 $dir = preg_replace('/editor\/filemanager\/connectors\/.*/', 'userfiles/',$dir);
232 $dir = dirname(__FILE__) ;
236 $dir = preg_replace('/'. $regex .'.*/', $data_media, $dir);
430 $dir = dirname('/'.$dir);
432 $dir = '.'; //probably wrong
435 $dir = str_replace('\\','/',$dir); // bugfix for weird WIN behaviour
436 $dir = preg_replace('#//+#','/',"/$dir/"); // ensure leading and trailing slashes
439 $dir = preg_replace('!lib/exe/$!','',$dir);
442 $dir = preg_replace('!lib/plugins/.*$!','',$dir);
[all …]
/plugin/distribute/
H A Dhelper.funcs.util.php17 function getFilesInDir($dir, $recursive=false, $type='df', $filter='', $showhidden=false, $showdots… argument
19 if ($dir[strlen($dir)-1]!='/')
20 $dir .= '/';
22 if(!is_dir($dir)){
25 if($dh=opendir($dir)){
27 if ($recursive && is_dir($dir.$f) && $f!='.' && $f!='..'){
28 $gs = getFilesInDir($dir.$f, $recursive, $type, $filter, $showhidden, $showdots);
32 if(($type=='f' && !is_file($dir.$f)) ||
33 ($type=='d' && !is_dir($dir.$f)) ||
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DSetupDecorator.php119 function getSuitesFromDir($dir, $filenamePattern = '', $exclude = array()) argument
121 if ($dir{strlen($dir)-1} == DIRECTORY_SEPARATOR) {
122 $dir = substr($dir, 0, -1);
125 … $files = $this->_getFiles(realpath($dir), $filenamePattern, $exclude, realpath($dir . '/..'));
134 trigger_error("$className could not be found in $dir$aFile!");
151 function _getFiles($dir, $filenamePattern, $exclude, $rootDir) argument
155 if ($dp = opendir($dir)) {
157 $filename = $dir . DIRECTORY_SEPARATOR . $file;
/plugin/deletehistory/
H A Dhelper.php28 foreach ($this->dirs as $dir => $attic) {
30 $this->deleteChanges($dir);
38 * @param string $dir
40 protected function clearAttic($dir) argument
42 if (!is_readable($dir) || !is_dir($dir)) {
46 …$rii = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($dir), RecursiveIteratorIterat…
69 * @param string $dir "pages" or "media"
71 protected function deleteChanges($dir) argument
74 $metaDir = ($dir === 'media') ? 'media_meta' : 'meta';
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DConfigCache.php21 private $dir; variable in Assetic\\Cache\\ConfigCache
26 * @param string $dir The cache directory
28 public function __construct($dir) argument
30 $this->dir = $dir;
55 if (!is_dir($dir = dirname($path)) && false === @mkdir($dir, 0777, true)) {
57 throw new \RuntimeException('Unable to create directory '.$dir);
121 return $this->dir.'/'.$key[0].'/'.$key.'.php';
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php52 $dir = \dirname($key);
53 if (!is_dir($dir)) {
54 if (false === @mkdir($dir, 0777, true)) {
55 clearstatcache(true, $dir);
56 if (!is_dir($dir)) {
57 … throw new \RuntimeException(sprintf('Unable to create the cache directory (%s).', $dir));
60 } elseif (!is_writable($dir)) {
61 … throw new \RuntimeException(sprintf('Unable to write in the cache directory (%s).', $dir));
64 $tmpFile = tempnam($dir, basename($key));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/
H A DAssetWriter.php25 private $dir; variable in Assetic\\AssetWriter
31 * @param string $dir The base web directory
36 public function __construct($dir, array $values = array()) argument
46 $this->dir = $dir;
63 $this->dir.'/'.VarUtils::resolve(
75 if (!is_dir($dir = dirname($path)) && false === @mkdir($dir, 0777, true)) {
76 throw new \RuntimeException('Unable to create directory '.$dir);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php193 $dir = dirname(__FILE__) ;
195 $dir = preg_replace('/editor\/filemanager\/connectors\/.*/', "$animal/",$dir);
216 $dir = dirname(__FILE__) ;
220 $dir = preg_replace('/'. $regex .'.*/', $data_media, $dir);
414 $dir = dirname('/'.$dir);
416 $dir = '.'; //probably wrong
419 $dir = str_replace('\\','/',$dir); // bugfix for weird WIN behaviour
420 $dir = preg_replace('#//+#','/',"/$dir/"); // ensure leading and trailing slashes
423 $dir = preg_replace('!lib/exe/$!','',$dir);
426 $dir = preg_replace('!lib/plugins/.*$!','',$dir);
[all …]
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php195 $dir = dirname(__FILE__) ;
197 $dir = preg_replace('/editor\/filemanager\/connectors\/.*/', "$animal/",$dir);
218 $dir = dirname(__FILE__) ;
222 $dir = preg_replace('/'. $regex .'.*/', $data_media, $dir);
416 $dir = dirname('/'.$dir);
418 $dir = '.'; //probably wrong
421 $dir = str_replace('\\','/',$dir); // bugfix for weird WIN behaviour
422 $dir = preg_replace('#//+#','/',"/$dir/"); // ensure leading and trailing slashes
425 $dir = preg_replace('!lib/exe/$!','',$dir);
428 $dir = preg_replace('!lib/plugins/.*$!','',$dir);
[all …]
/plugin/archiveupload/
H A Daction.php204 function postProcessFiles($dir, $files) { argument
226 io_mkdir_p($dir.'/'.$fn_new);
227 chmod($dir.'/'.$fn_new, $conf['dmode']);
228 array_push($dirs, $dir.'/'.$fn_new);
258 rename($this->tmpdir.'/'.$fn_old, $dir.'/'.$fn_new);
259 chmod($dir.'/'.$fn_new, $conf['fmode']);
263 media_notify($id, $dir.'/'.$fn_new, $imime);
277 foreach($dirs as $dir) {
278 @rmdir($dir);
284 foreach($dirs as $dir) {
[all …]
/plugin/components/lib/
H A Dcomponent_manager.php16 protected function load($dir, $name='') { argument
18 $this->load_dir($dir, $name);
29 private function load_dir($dir, $name) { argument
30 if (!is_dir($dir)) return;
32 $dh = dir($dir);
38 $path = $dir . '/' . $entry;
47 include_once($dir . '/' . $entry);
/plugin/fileshare/syntax/
H A DFileshare.php81 $dir = $_POST ['ns'];
87 if ( move_uploaded_file ( $tmp_name, $dir . '/' . $name )=== FALSE) {
109 private function renderForm($dir, $renderer) { argument
120 if(isset($dir) && trim($dir)!==''){
121 $fileDir =$fileDir. '/' . $dir;
154 private function createDir($dir, $renderer) { argument
155 if (! file_exists ( $dir )) {
156 if (! mkdir ( $dir, 0755, true )) {
162 private function readFileList($dir, $delete) { argument
173 $cdir = scandir ( $dir );
[all …]
/plugin/twistienav/
H A Dstyle.less12 [dir=ltr] .dokuwiki .breadcrumbs span.twistienav_twistie:before,
13 [dir=ltr] .dokuwiki .breadcrumbs span.twistienav_map:before,
14 [dir=ltr] .dokuwiki a.twistienav_extratwistie:before {
17 [dir=rtl] .dokuwiki .breadcrumbs span.twistienav_twistie:before,
18 [dir=rtl] .dokuwiki .breadcrumbs span.twistienav_map:before,
19 [dir=rtl] .dokuwiki a.twistienav_extratwistie:before {
51 [dir=ltr] .dokuwiki .breadcrumbs span.twistienav_map.fa:before,
52 [dir=ltr] .dokuwiki a.twistienav_extratwistie.fa:before {
56 [dir=rtl] .dokuwiki a.twistienav_extratwistie.fa:before {
98 [dir=ltr] div#twistienav__popup ul li {
[all …]
/plugin/twistienav4bootstrap3/
H A Dstyle.less12 [dir=ltr] #dokuwiki__pageheader #dw__breadcrumbs span.twistienav_twistie:before,
13 [dir=ltr] #dokuwiki__pageheader #dw__breadcrumbs span.twistienav_map:before,
14 [dir=ltr] #dokuwiki__pageheader a.twistienav_extratwistie:before {
18 [dir=rtl] #dokuwiki__pageheader #dw__breadcrumbs span.twistienav_map:before,
19 [dir=rtl] #dokuwiki__pageheader a.twistienav_extratwistie:before {
52 [dir=ltr] #dokuwiki__pageheader a.twistienav_extratwistie.fa:before {
56 [dir=rtl] #dokuwiki__pageheader a.twistienav_extratwistie.fa:before {
71 [dir=ltr] #dokuwiki__pageheader .twistienav_map.twistienav_down.fa:before,
75 [dir=rtl] #dokuwiki__pageheader .twistienav_map.twistienav_down.fa:before,
98 [dir=ltr] div#twistienav__popup ul li {
[all …]
/plugin/templatebyname/
H A Dfindtemplate.php27 $dir = substr($path, strrpos($path, '/')+1);
43 …elseif($blnFirst == false && $blnFirstDir == true && @file_exists($path.'/~_'.$dir.'.txt') && noNS…
44 $event->data['tplfile'] = $path.'/~_'.$dir.'.txt';
47 … elseif($blnFirst == false && $blnFirstDir == true && @file_exists($path.'/~'.$dir.'.txt')){
48 $event->data['tplfile'] = $path.'/~'.$dir.'.txt';
51 …elseif($blnFirst == false && @file_exists($path.'/~~_'.$dir.'.txt') && noNS($event->data['id']) ==…
52 $event->data['tplfile'] = $path.'/~~_'.$dir.'.txt';
55 elseif($blnFirst == false && @file_exists($path.'/~~'.$dir.'.txt')){
56 $event->data['tplfile'] = $path.'/~~'.$dir.'.txt';
/plugin/bibtex/OSBib/
H A DLOADSTYLE.php39 while(FALSE !== ($dir = readdir($handle)))
41 $fileName = strtoupper($dir) . ".xml";
42 if(is_dir($stylesDir . '/' . $dir)
43 && file_exists($stylesDir . '/' . $dir . "/" . $fileName))
45 if($fh = fopen($stylesDir . '/' . $dir . "/" . $fileName, "r"))
48 $array[strtoupper($dir)] = $matches[1];
/plugin/gdpr/helper/
H A Dutils.php10 * @param Directory $dir
14 public function collectChangelogs(Directory $dir) argument
17 while (false !== ($entry = $dir->read())) {
21 $fn = $dir->path . '/' . $entry;
23 $changlogs = array_merge($changlogs, $this->collectChangelogs(dir($fn)));
35 $changlogs[] = $dir->path . '/' . $entry;
/plugin/docsearch/
H A Dcron.php20 * @param string $dir the folder to walk through
22 function walk($dir) { argument
24 if(!is_readable($dir)) return;
25 if(!is_dir($dir)) return;
27 $handle = opendir($dir);
33 $file = "$dir/$file";
125 $dir = dir($dirname);
126 while(false !== $entry = $dir->read()) {
137 $dir->close();

12345678910>>...24