Home
last modified time | relevance | path

Searched refs:dir (Results 51 – 59 of 59) sorted by path

123

/dokuwiki/lib/tpl/dokuwiki/css/
H A Dpagetools.less98 [dir=rtl] & {
H A Dprint.css109 [dir=rtl] blockquote { selector
134 [dir=rtl] th { selector
158 [dir=rtl] #dokuwiki__header .logo img {
178 [dir=rtl] .dokuwiki div.docInfo {
156 [dir=rtl] #dokuwiki__header .logo img { global() selector
176 [dir=rtl] .dokuwiki div.docInfo { global() selector
H A Dstructure.less32 [dir=rtl] #dokuwiki__header {
59 [dir=rtl] #dokuwiki__aside {
76 [dir=rtl] .showSidebar #dokuwiki__content {
H A Dusertools.less37 [dir=rtl] #dokuwiki__usertools {
/dokuwiki/vendor/composer/
H A DClassLoader.php505 foreach ($this->prefixDirsPsr4[$search] as $dir) {
506 if (file_exists($file = $dir . $pathEnd)) {
515 foreach ($this->fallbackDirsPsr4 as $dir) {
516 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
534 foreach ($dirs as $dir) {
535 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
544 foreach ($this->fallbackDirsPsr0 as $dir) {
545 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php735 $dir = dir($this->language_path);
738 while (false !== ($entry = $dir->read()))
770 $dir->close();
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php893 foreach ($path as $dir) {
894 if (!strlen($dir)) {
897 switch ($dir) {
904 $new[] = $dir;
914 * @param string $dir
918 public function chdir($dir)
924 // assume current dir if $dir is empty
925 if ($dir === '') {
926 $dir
1004 chdir($dir) global() argument
1067 nlist($dir = '.', $recursive = false) global() argument
1081 _nlist_helper($dir, $recursive, $relativeDir) global() argument
1123 rawlist($dir = '.', $recursive = false) global() argument
1174 _list($dir, $raw = true) global() argument
2136 mkdir($dir, $mode = 1, $recursive = false) global() argument
2169 _mkdir_helper($dir, $mode) global() argument
2205 rmdir($dir) global() argument
[all...]
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php537 $dir = dirname($name);
538 if (strlen($file) > 100 || strlen($dir) > 155) {
547 $prefix = $dir;

123