Home
last modified time | relevance | path

Searched refs:allowDirs (Results 1 – 20 of 20) sorted by relevance

/dports/finance/prestashop/prestashop/vendor/mrclay/minify/min/lib/Minify/Controller/
H A DBase.php117 * @param array $allowDirs
122 public static function checkAllowDirs($file, $allowDirs, $uri) argument
124 foreach ((array)$allowDirs as $allowDir) {
130 $allowDirs = implode(';', array_values($allowDirs));
131 throw new Exception("File '$file' is outside \$allowDirs ($allowDirs). If the path is"
H A DVersion1.php71 $allowDirs = isset($options['allowDirs'])
81 if (parent::_fileIsSafe($file, $allowDirs)
H A DMinApp.php138 $allowDirs = array();
140 … $allowDirs[] = realpath(str_replace('//', $_SERVER['DOCUMENT_ROOT'] . '/', $allowDir));
160 parent::checkAllowDirs($realpath, $allowDirs, $uri);
/dports/www/elgg/elgg-3.3.23/vendor/mrclay/minify/min/lib/Minify/Controller/
H A DBase.php117 * @param array $allowDirs
122 public static function checkAllowDirs($file, $allowDirs, $uri) argument
124 foreach ((array)$allowDirs as $allowDir) {
130 $allowDirs = implode(';', array_values($allowDirs));
131 throw new Exception("File '$file' is outside \$allowDirs ($allowDirs). If the path is"
H A DVersion1.php71 $allowDirs = isset($options['allowDirs'])
81 if (parent::_fileIsSafe($file, $allowDirs)
H A DMinApp.php138 $allowDirs = array();
140 … $allowDirs[] = realpath(str_replace('//', $_SERVER['DOCUMENT_ROOT'] . '/', $allowDir));
160 parent::checkAllowDirs($realpath, $allowDirs, $uri);
/dports/www/thirtybees/thirtybees-1.1.0/vendor/mrclay/minify/min/lib/Minify/Controller/
H A DBase.php117 * @param array $allowDirs
122 public static function checkAllowDirs($file, $allowDirs, $uri) argument
124 foreach ((array)$allowDirs as $allowDir) {
130 $allowDirs = implode(';', array_values($allowDirs));
131 throw new Exception("File '$file' is outside \$allowDirs ($allowDirs). If the path is"
H A DVersion1.php71 $allowDirs = isset($options['allowDirs'])
81 if (parent::_fileIsSafe($file, $allowDirs)
H A DMinApp.php138 $allowDirs = array();
140 … $allowDirs[] = realpath(str_replace('//', $_SERVER['DOCUMENT_ROOT'] . '/', $allowDir));
160 parent::checkAllowDirs($realpath, $allowDirs, $uri);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.FileSystem.Watcher/src/System/IO/
H A DFileSystemWatcher.OSX.cs445 …bool allowDirs = (_filterFlags & Interop.EventStream.FSEventStreamEventFlags.kFSEventStreamEventFl… in FilterEvents()
449 bool eventIsCorrectType = (isDir && allowDirs) || (isFile && allowFiles); in FilterEvents()
452 if (eventIsCorrectType || ((allowDirs || allowFiles) && (eventIsLink))) in FilterEvents()
/dports/www/elgg/elgg-3.3.23/vendor/mrclay/minify/docs/
H A DUriRewriting.wiki.md58 $min_serveOptions['minApp']['allowDirs'] = array(
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionModuleContext.cpp2605 std::string allowDirs = session::options().directoryViewAllowList(); in isPathViewAllowed() local
2606 if (!allowDirs.empty()) in isPathViewAllowed()
2608 std::vector<std::string> dirs = core::algorithm::split(allowDirs, ":"); in isPathViewAllowed()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp813 bool allowDirs = false) { argument
827 if (allowDirs && !S_ISDIR(spathInfo.st_mode)) {
/dports/editors/libreoffice/libreoffice-7.2.6.2/onlineupdate/source/update/updater/
H A Dupdater.cxx858 bool allowDirs = false) argument
875 if (allowDirs && !S_ISDIR(spathInfo.st_mode))
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp892 bool allowDirs = false) { in rename_file() argument
908 if (allowDirs && !S_ISDIR(spathInfo.st_mode)) { in rename_file()
/dports/www/firefox/firefox-99.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp910 bool allowDirs = false) { in rename_file() argument
926 if (allowDirs && !S_ISDIR(spathInfo.st_mode)) { in rename_file()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/onlineupdate/source/update/updater/
H A Dupdater.cxx857 bool allowDirs = false) argument
874 if (allowDirs && !S_ISDIR(spathInfo.st_mode))
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp900 bool allowDirs = false) { in rename_file() argument
916 if (allowDirs && !S_ISDIR(spathInfo.st_mode)) { in rename_file()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/mozapps/update/updater/
H A Dupdater.cpp883 bool allowDirs = false) argument
898 if (allowDirs && !S_ISDIR(spathInfo.st_mode)) {
/dports/www/firefox-esr/firefox-91.8.0/toolkit/mozapps/update/updater/
H A Dupdater.cpp900 bool allowDirs = false) { in rename_file() argument
916 if (allowDirs && !S_ISDIR(spathInfo.st_mode)) { in rename_file()