Home
last modified time | relevance | path

Searched refs:dir (Results 76 – 100 of 598) sorted by relevance

12345678910>>...24

/plugin/logstats/
H A Daction.php175 $dir = dirname($this->getConf('accesslog'));
177 if($dir == '.' || $dir == '' || !is_dir($dir)){
178 $dir = fullpath($conf['metadir'].'/'.$dir);
181 return io_saveFile("$dir/$log", $logline, true);
/plugin/geonav/tpl/startermap/css/
H A Dstructure.css25 [dir=rtl] #dokuwiki__header .headings { selector
33 [dir=rtl] #dokuwiki__header .tools { selector
51 [dir=rtl] #dokuwiki__aside { selector
57 [dir=rtl] #dokuwiki__aside > .pad { selector
66 [dir=rtl] .hasSidebar #dokuwiki__content { selector
74 [dir=rtl] .hasSidebar #dokuwiki__content > .pad { selector
H A Dmobile.css26 [dir=rtl] .hasSidebar #dokuwiki__content > .pad { selector
44 [dir=rtl] #dokuwiki__header .tools, selector
45 [dir=rtl] #dokuwiki__header .tools li { selector
49 [dir=rtl] #dokuwiki__header .headings { selector
60 [dir=rtl] #dokuwiki__sitetools li { selector
79 [dir=rtl] #dokuwiki__header ul.a11y.skip { selector
/plugin/wrap/
H A Dstyle.less68 [dir=rtl] div.wrap_info,
69 [dir=rtl] div.wrap_important,
70 [dir=rtl] div.wrap_alert,
71 [dir=rtl] div.wrap_tip,
72 [dir=rtl] div.wrap_help,
73 [dir=rtl] div.wrap_todo,
74 [dir=rtl] div.wrap_download {
78 [dir=rtl] span.wrap_info,
79 [dir=rtl] span.wrap_important,
80 [dir
[all...]
/plugin/sync/
H A Dadmin.php349 if($dir == 0) continue;
399 if($dir == 0){
403 if($dir == -2){
417 if($dir == -1){
442 if($dir == 1){
464 if($dir == 2){
556 $dir = 0;
560 $dir = -1;
564 $dir = 1;
568 $dir = -1;
[all …]
/plugin/gallery2/dwgallery/
H A Ddwgallery.php71 $dir = trim($conf['savedir']);
72 if ($dir{0} == '.') $dir = substr($dir, 1);
73 if ($dir{0} == '/') $dir = substr($dir, 1);
74 if ($dir{strlen($dir)-1} == '/') $dir = substr($dir, 0, strlen($dir)-1);
75 $gallery['datadir'] = $dir;
403 $dir = dir($path);
405 while ($file = $dir->read()) {
434 $dir->close();
/plugin/owncloud/tpl/
H A Ddetail.php62 $dir = dirname($path); variable
121 …->getConf('owncloudurl').'/index.php/apps/files?dir=//'.$helper->wiki.'/'.$dir.'"target="_blank">/…
125 if($dir == "." || $dir == "") $dir=":";// We are at the top variable
126 … echo $helper->internalmedia('',$helper->pathToWikiID($dir),$helper->getLang('parentFolder'));
/plugin/xtern/
H A Dadmin.php10 private $dir = NULL; variable in admin_plugin_xtern
36 $this->dir = $_REQUEST['dir'];
77 $this->buttons($max_time,$this->dir);
78 if(isset($this->dir)){
79 $dir = trim($this->dir,':');
80 $dir = str_replace(':', '/', $dir);
81 $dir = $this->wikiRoot . '/' . $dir;
83 else $dir = $this->wikiRoot;
85 echo "Checking: $dir<br />";
87 $site = $this->scanDirectories($dir);
/plugin/combo/resources/theme/default/components/css/
H A Ddo-media.css72 [dir=rtl] #mediamanager__page { selector
80 [dir=rtl] #mediamanager__page .panel { selector
114 [dir=rtl] #mediamanager__page .panelHeader { selector
127 [dir=rtl] #mediamanager__page .panelContent { selector
137 [dir=rtl] #mediamanager__page .file .panelHeader, selector
138 [dir=rtl] #mediamanager__page .file .panelContent { selector
152 [dir=rtl] #mediamanager__page .ui-resizable-w { selector
158 [dir=rtl] #mediamanager__page .ui-resizable-w:hover { selector
175 [dir=rtl] #mediamanager__page .panelHeader h3 { selector
182 [dir selector
204 [dir=rtl] #mediamanager__page .namespaces h2 { global() selector
222 [dir=rtl] #mediamanager__page .namespaces ul { global() selector
231 [dir=rtl] #mediamanager__page .namespaces ul ul { global() selector
255 [dir=rtl] #mediamanager__page .panelHeader form.options { global() selector
272 [dir=rtl] #mediamanager__page .panelHeader ul li { global() selector
291 [dir=rtl] #mediamanager__page .panelHeader ul li.ui-controlgroup-horizontal { global() selector
312 [dir=rtl] #mediamanager__page .filelist ul { global() selector
347 [dir=rtl] #mediamanager__page .filelist .thumbs li { global() selector
407 [dir=rtl] #mediamanager__page .filelist .rows li dt { global() selector
432 [dir=rtl] #mediamanager__page .filelist .rows li .name, global() selector
433 [dir=rtl] #mediamanager__page .filelist .rows li .size, global() selector
434 [dir=rtl] #mediamanager__page .filelist .rows li .filesize, global() selector
435 [dir=rtl] #mediamanager__page .filelist .rows li .date { global() selector
535 [dir=rtl] #mediamanager__page form.changes ul { global() selector
546 [dir=rtl] #mediamanager__page form.changes ul li div.li div { global() selector
573 [dir=rtl] #mediamanager__diff td, global() selector
574 [dir=rtl] #mediamanager__diff th { global() selector
[all...]
/plugin/latexit/_test/
H A Dbibhandler.test.php46 $dir = $conf["datadir"] . '/zotero/';
47 if (!file_exists($dir)) {
48 mkdir($dir, 0777, true);
52 copy(dirname(PAGES) . '/pages/zotero/sources.txt', $dir . '/sources.txt');
/plugin/file2dw/
H A Daction.php546 * @param string|null $dir Base directory under which to create temp dir.
556 function tempdir($dir = null, $prefix = 'tmp_', $mode = 0700, $maxAttempts = 1000) argument
559 if (is_null($dir))
561 $dir = sys_get_temp_dir();
565 $dir = rtrim($dir, '/');
570 if (!is_dir($dir) || !is_writable($dir))
588 $path = sprintf('%s/%s%s', $dir, $prefix, mt_rand(100000, mt_getrandmax()));
603 function _delTree($dir) { argument
604 $files = array_diff(scandir($dir), array('.','..'));
606 (is_dir("$dir/$file")) ? $this->_delTree("$dir/$file") : unlink("$dir/$file");
[all …]
/plugin/projects/lib/
H A Dplugins.php44 public function __construct($dir) { argument
45 $dir = PROJECTS_PLUGINS_DIR . $dir;
46 $dh = opendir($dir);
50 include_once($dir . $file);
/plugin/xcom/
H A Dremote.php124 function find_all_files($dir,$regex="") argument
126 $root = scandir($dir);
131 if($regex) if(preg_match('#'. $regex .'#',"$dir/$value")) {continue;}
132 if(is_dir("$dir/$value") && is_readable("$dir/$value")) {
133 $result[]="$dir/$value";
134 foreach($this->find_all_files("$dir/$value",$regex) as $value)
138 … else if(! preg_match('#'. $regex .'#',"$dir/$value")) {
270 if (is_dir("$dir/$file")) {
271 $this->recurse("$dir/$file",$contents);
274 $store_name = preg_replace('/^\./', $xcom_prefix, "$dir/$file");
[all …]
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DFileLocator.php24 foreach ($this->dirs as $prefix => $dir) {
30 … $path = $dir . '/' . str_replace('\\', '.', substr($class->name, $len)) . '.' . $extension;
45 foreach ($this->dirs as $prefix => $dir) {
48 new \RecursiveDirectoryIterator($dir),
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
H A Dio.pl120 $dir = $ENV{'DOCUMENT_ROOT'};
122 my $dir = getcwd;
124 $dir =~ s/$workdir//g;
126 return($dir);
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php42 private $dir; variable in Doctrine\\Common\\Annotations\\FileCacheReader
89 $this->dir = rtrim($cacheDir, '\\/');
107 $path = $this->dir.'/'.strtr($key, '\\', '-').'.cache.php';
142 $path = $this->dir.'/'.strtr($key, '\\', '-').'.cache.php';
177 $path = $this->dir.'/'.strtr($key, '\\', '-').'.cache.php';
207 if (!is_writable($this->dir)) {
208 …s with "chmod +a". If your system does not support this, check out the acl package.', $this->dir));
211 $tempfile = tempnam($this->dir, uniqid('', true));
214 … throw new \RuntimeException(sprintf('Unable to create tempfile in directory: %s', $this->dir));
/plugin/dev/
H A Dcli.php67 $options->registerArgument('output', 'File to save, defaults to <name>.svg in current dir', false,
140 * @param string $dir
143 protected function getTypedNameFromDir($dir)
148 if (strpos($dir, $pdir) === 0) {
149 $ldir = substr($dir, strlen($pdir));
151 } elseif (strpos($dir, $tdir) === 0) {
152 $ldir = substr($dir, strlen($tdir));
268 $dir = fullpath(getcwd());
269 if ((new FilesystemIterator($dir))->valid()) {
271 $skeletor = Skeletor::fromDir($dir);
129 getTypedNameFromDir($dir) global() argument
[all...]
/plugin/indexmenu/syntax/
H A Dindexmenu.php182 $dir = '';
190 $dir = $matched_js_theme[2];
200 $dir = $matched_theme[1];
208 $dir = $matched_theme[1];
214 if (!empty($dir) && is_dir(DOKU_PLUGIN . "indexmenu/images/" . $dir)) {
215 $theme = $dir;
252 if (!empty($dir) && is_dir(DOKU_PLUGIN . 'indexmenu/scripts/fancytree/skin-' . $dir)) {
253 $theme = $dir;
853 _search(& $data, $base, $func, $opts, $dir = '', $lvl = 1) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuildStep.php30 public $dir; variable in Google\\Service\\CloudBuild\\BuildStep
91 public function setDir($dir) argument
93 $this->dir = $dir;
100 return $this->dir;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DBuildStep.php24 public $dir; variable in Google\\Service\\ContainerAnalysis\\BuildStep
49 public function setDir($dir) argument
51 $this->dir = $dir;
55 return $this->dir;
H A DContaineranalysisGoogleDevtoolsCloudbuildV1BuildStep.php30 public $dir; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1BuildStep
91 public function setDir($dir) argument
93 $this->dir = $dir;
100 return $this->dir;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DFilesystemHelper.php14 public static function removeDir($dir) argument
16 …$iterator = new \RecursiveIteratorIterator(new \RecursiveDirectoryIterator($dir, PHP_VERSION_ID < …
28 rmdir($dir);
/plugin/webdav/core/DAV/Collection/Pages/
H A DDirectory.php47 $dir = dirname(wikiFN($this->info['ns'] . ':fake'));
51 if (@!file_exists($dir)) {
55 $files = glob("$dir/*");
61 if (!rmdir($dir)) {
/plugin/xref/
H A Dsyntax.php14 var $dir = ''; global() variable in syntax_plugin_xref
/plugin/a2s/
H A DASCIIToSVG.php3102 $dir = false;
3563 if ($dir == self::DIR_RIGHT || $dir == self::DIR_LEFT) {
3566 } elseif ($dir == self::DIR_DOWN || $dir == self::DIR_UP) {
3569 } elseif ($dir == self::DIR_SE || $dir == self::DIR_NE) {
3678 if ($dir == self::DIR_RIGHT || $dir == self::DIR_LEFT) {
3681 } elseif ($dir == self::DIR_DOWN || $dir == self::DIR_UP) {
4024 if ($dir == null) {
4026 } elseif ($dir == self::DIR_UP || $dir == self::DIR_DOWN) {
4028 } elseif ($dir == self::DIR_LEFT || $dir == self::DIR_RIGHT) {
4040 } elseif ($dir == self::DIR_UP || $dir == self::DIR_DOWN) {
[all …]

12345678910>>...24