Home
last modified time | relevance | path

Searched refs:isPathValid (Results 1 – 25 of 62) sorted by relevance

123

/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/runnables/ugene/plugins/workflow_designer/
H A DStartupDialogFiller.cpp37 …upDialogFiller::StartupDialogFiller(HI::GUITestOpStatus &os, const QString &path, bool isPathValid) in StartupDialogFiller() argument
40 isPathValid(isPathValid) { in StartupDialogFiller()
56 if (!isPathValid) { in commonScenario()
H A DStartupDialogFiller.h38 …ller(HI::GUITestOpStatus &os, const QString &path = UGUITest::sandBoxDir, bool isPathValid = true);
43 const bool isPathValid; variable
/dports/graphics/ksnip/ksnip-1.9.2/src/gui/captureHandler/
H A DMultiCaptureHandler.cpp121 bool MultiCaptureHandler::isPathValid() const in isPathValid() function in MultiCaptureHandler
123 return mTabStateHandler->isPathValid(mTabStateHandler->currentTabIndex()); in isPathValid()
173 auto isSaved = PathHelper::isPathValid(path); in load()
288 auto isPathValid = mTabStateHandler->isPathValid(index); in updateContextMenuActions() local
290 mRenameContextMenuAction->setEnabled(isPathValid); in updateContextMenuActions()
291 mOpenDirectoryContextMenuAction->setEnabled(isPathValid); in updateContextMenuActions()
292 mCopyPathToClipboardContextMenuAction->setEnabled(isPathValid); in updateContextMenuActions()
293 mDeleteImageContextMenuAction->setEnabled(isPathValid); in updateContextMenuActions()
H A DSingleCaptureHandler.cpp57 bool SingleCaptureHandler::isPathValid() const in isPathValid() function in SingleCaptureHandler
59 return PathHelper::isPathValid(mPath); in isPathValid()
130 mIsSaved = PathHelper::isPathValid(mPath); in load()
H A DCaptureTabStateHandler.cpp40 bool CaptureTabStateHandler::isPathValid(int index) in isPathValid() function in CaptureTabStateHandler
42 return PathHelper::isPathValid(path(index)); in isPathValid()
H A DICaptureHandler.h35 virtual bool isPathValid() const = 0;
H A DICaptureTabStateHandler.h36 virtual bool isPathValid(int index) = 0;
H A DCaptureTabStateHandler.h41 bool isPathValid(int index) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/lua/
H A Dpaths.lua51 function isPathValid(path) function
78 if isPathValid(path) then
95 if paint and isPathValid(path) then
/dports/graphics/ksnip/ksnip-1.9.2/tests/common/helper/
H A DPathHelperTests.cpp27 auto result = PathHelper::isPathValid(input); in IsPathValid_Should_ReturnFalse_When_StringEmpty()
35 auto result = PathHelper::isPathValid(input); in IsPathValid_Should_ReturnFalse_When_StringNull()
43 auto result = PathHelper::isPathValid(input); in IsPathValid_Should_ReturnTrue_When_StringHasContent()
/dports/devel/kiwix-lib/kiwix-lib-9.4.1/test/
H A Dbook.cpp27 EXPECT_EQ(newBook.isPathValid(), book.isPathValid()); in TEST()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/Driver/
H A DAbstractHierarchicalFilesystemDriver.php34 protected function isPathValid($theFile) function in TYPO3\\CMS\\Core\\Resource\\Driver\\AbstractHierarchicalFilesystemDriver
52 if (!$this->isPathValid($filePath) && strpos($filePath, 'vfs://') !== 0) {
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/Driver/
H A DAbstractHierarchicalFilesystemDriver.php34 protected function isPathValid($theFile) function in TYPO3\\CMS\\Core\\Resource\\Driver\\AbstractHierarchicalFilesystemDriver
52 if (!$this->isPathValid($filePath) && strpos($filePath, 'vfs://') !== 0) {
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/Driver/
H A DAbstractHierarchicalFilesystemDriver.php55 protected function isPathValid($theFile) function in TYPO3\\CMS\\Core\\Resource\\Driver\\AbstractHierarchicalFilesystemDriver
73 if (!$this->isPathValid($filePath) && strpos($filePath, 'vfs://') !== 0) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/build/
H A DJARFileFilter.java60 if (isPathValid(path) && ext != null && ext.length() != 0) in isFileValid()
65 public boolean isPathValid(IPath path) { in isPathValid() method in JARFileFilter
/dports/graphics/ksnip/ksnip-1.9.2/src/common/provider/
H A DNewCaptureNameProvider.cpp28 auto isPathSet = PathHelper::isPathValid(path); in nextName()
/dports/graphics/ksnip/ksnip-1.9.2/src/common/helper/
H A DPathHelper.h32 static bool isPathValid(const QString &path);
H A DPathHelper.cpp23 bool PathHelper::isPathValid(const QString &path) in isPathValid() function in PathHelper
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/stylelint/node_modules/ignore/
H A Dindex.d.ts60 export function isPathValid (pathname: string): boolean
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/globby/node_modules/ignore/
H A Dindex.d.ts60 export function isPathValid (pathname: string): boolean
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/io/compress/zlib/
H A DZlibCompressor.c69 BOOL isPathValid = FALSE; in LoadZlibTryHadoopNativeDir() local
83 isPathValid = TRUE; in LoadZlibTryHadoopNativeDir()
90 if (isPathValid) { in LoadZlibTryHadoopNativeDir()
/dports/graphics/ksnip/ksnip-1.9.2/src/gui/operations/
H A DUploadOperation.cpp38 …if (mUploader->type() == UploaderType::Script && !PathHelper::isPathValid(mConfig->uploadScriptPat… in execute()
/dports/devel/kiwix-lib/kiwix-lib-9.4.1/src/wrapper/java/org/kiwix/kiwixlib/
H A DBook.java17 public native boolean isPathValid(); in isPathValid() method in Book
/dports/misc/ompl/ompl-1.5.2/src/ompl/geometric/planners/kpiece/src/
H A DLBKPIECE1.cpp176 … if (isPathValid(disc, connect, xstate) && isPathValid(otherDisc, connectOther, xstate)) in solve()
228 bool ompl::geometric::LBKPIECE1::isPathValid(Discretization<Motion> &disc, Motion *motion, base::St… in isPathValid() function in ompl::geometric::LBKPIECE1
/dports/graphics/ksnip/ksnip-1.9.2/tests/mocks/
H A DCaptureTabStateHandlerMock.h36 bool isPathValid(int index) override;

123