Home
last modified time | relevance | path

Searched refs:isValidPath (Results 26 – 50 of 233) sorted by relevance

12345678910

/dports/graphics/qgis/qgis-3.22.3/src/providers/hana/
H A Dqgshanadriver.h36 static bool isValidPath( const QString &path );
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Configuration/
H A DConfigurationManager.php280 if (ArrayUtility::isValidPath($localConfiguration, $path)) {
448 return ArrayUtility::isValidPath($this->getDefaultConfiguration(), $path);
/dports/devel/poco/poco-1.10.1-all/Zip/src/
H A DDecompress.cpp83 if (!ZipCommon::isValidPath(dirName)) in handleZipEntry()
110 if (!ZipCommon::isValidPath(fileName)) in handleZipEntry()
H A DZipCommon.cpp23 bool ZipCommon::isValidPath(const std::string& path) in isValidPath() function in Poco::Zip::ZipCommon
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Configuration/
H A DConfigurationManager.php283 if (ArrayUtility::isValidPath($localConfiguration, $path)) {
457 return ArrayUtility::isValidPath($this->getDefaultConfiguration(), $path);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Configuration/
H A DConfigurationManager.php280 if (ArrayUtility::isValidPath($localConfiguration, $path)) {
448 return ArrayUtility::isValidPath($this->getDefaultConfiguration(), $path);
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/validation/routines/
H A DUrlValidator.java293 if (!isValidPath(urlMatcher.group(PARSE_URL_PATH))) { in isValid()
390 protected boolean isValidPath(String path) { in isValidPath() method in UrlValidator
/dports/www/nextcloud/nextcloud/lib/private/Security/
H A DCertificateManager.php190 if (!Filesystem::isValidPath($name) or Filesystem::isFileBlacklisted($name)) {
217 if (!Filesystem::isValidPath($name)) {
/dports/devel/cdash/CDash-2-2-3/tests/kwtest/simpletest/
H A Dcookies.php144 function isValidPath($path) { function in SimpleCookie
357 if (! $cookie->isValidPath($path)) {
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/fileapi/
H A DDOMFilePath.h75 static bool isValidPath(const String& path);
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmDependsCompiler.h47 const std::function<bool(const std::string&)>& isValidPath);
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmDependsCompiler.h47 const std::function<bool(const std::string&)>& isValidPath);
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmDependsCompiler.h47 const std::function<bool(const std::string&)>& isValidPath);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/
H A DFinisherTranslationLanguageConverter.php50 if (ArrayUtility::isValidPath($formDefinition, $hmacValuePath, '.')) {
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/
H A DFinisherTranslationLanguageConverter.php48 if (ArrayUtility::isValidPath($formDefinition, $hmacValuePath, '.')) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/
H A DFinisherTranslationLanguageConverter.php50 if (ArrayUtility::isValidPath($formDefinition, $hmacValuePath, '.')) {
/dports/devel/poco/poco-1.10.1-all/Zip/include/Poco/Zip/
H A DZipCommon.h95 static bool isValidPath(const std::string& path);
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/tools/browser/filesystem/
H A DTGBrowserDataDialog.java86 if(!isValidPath(selectedPath)){ in open()
131 protected boolean isValidPath(String path){ in isValidPath() method in TGBrowserDataDialog
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/
H A DIsCreatableFormElementExtractor.php42 if (!ArrayUtility::isValidPath(
H A DMultiValuePropertiesExtractor.php77 …if (ArrayUtility::isValidPath($this->extractorDto->getPrototypeConfiguration(), $propertyPath, '.'…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/
H A DIsCreatableFormElementExtractor.php40 if (!ArrayUtility::isValidPath(
H A DMultiValuePropertiesExtractor.php75 …if (ArrayUtility::isValidPath($this->extractorDto->getPrototypeConfiguration(), $propertyPath, '.'…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/
H A DIsCreatableFormElementExtractor.php42 if (!ArrayUtility::isValidPath(
H A DMultiValuePropertiesExtractor.php77 …if (ArrayUtility::isValidPath($this->extractorDto->getPrototypeConfiguration(), $propertyPath, '.'…
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/cmd/
H A Dconfig-utils.go85 func isValidPath(path string) (ok bool) { func

12345678910