Home
last modified time | relevance | path

Searched refs:RemovePath (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/internal/backends/chrome/
H A Dandroid_browser_backend_unittest.py45 self._browser_backend.device.RemovePath(GetDumpLocation(), recursive=True)
78 self._browser_backend.device.RemovePath(GetDumpLocation(), recursive=True)
106 self._browser_backend.device.RemovePath(GetDumpLocation(), recursive=True)
136 self._browser_backend.device.RemovePath(GetDumpLocation(), recursive=True)
/dports/devel/eric6/eric6-21.11/eric/eric6/WebBrowser/Network/
H A DNetworkUrlInterceptor.py196 QUrl.UrlFormattingOption.RemovePath)
198 QUrl.UrlFormattingOption.RemovePath)
218 QUrl.UrlFormattingOption.RemovePath)
277 QUrl.UrlFormattingOption.RemovePath
/dports/net/messagelib/messagelib-21.12.3/messageviewer/src/viewer/webengine/loadexternalreferencesurlinterceptor/
H A Dloadexternalreferencesurlinterceptor.cpp22 const QUrl url = requestedUrl.adjusted(QUrl::RemovePath | QUrl::RemovePort | QUrl::RemoveQuery); in urlIsBlocked()
32 const QUrl url = requestedUrl.adjusted(QUrl::RemovePath | QUrl::RemovePort | QUrl::RemoveQuery); in urlIsAuthorized()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/GameList/
H A DGameTracker.cpp45 Settings::Instance().RemovePath(path); in GameTracker()
170 bool GameTracker::RemovePath(const QString& dir) in RemovePath() function in GameTracker
236 RemovePath(dir); in RemoveDirectoryInternal()
246 RemovePath(path); in RemoveDirectoryInternal()
299 else if (RemovePath(file)) in UpdateFileInternal()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/client9/misspell/
H A Dnotwords.go17 func RemovePath(s string) string { func
75 return RemoveHost(RemoveEmail(RemovePath(StripURL(s))))
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/golangci/misspell/
H A Dnotwords.go20 func RemovePath(s string) string { func
84 return removeBackslashEscapes(RemoveHost(RemoveEmail(RemovePath(StripURL(s)))))
/dports/security/vault/vault-1.8.2/vendor/github.com/client9/misspell/
H A Dnotwords.go20 func RemovePath(s string) string { func
84 return removeBackslashEscapes(RemoveHost(RemoveEmail(RemovePath(StripURL(s)))))
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/golangci/misspell/
H A Dnotwords.go20 func RemovePath(s string) string { func
84 return removeBackslashEscapes(RemoveHost(RemoveEmail(RemovePath(StripURL(s)))))
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/golangci/misspell/
H A Dnotwords.go20 func RemovePath(s string) string { func
84 return removeBackslashEscapes(RemoveHost(RemoveEmail(RemovePath(StripURL(s)))))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/devil/devil/android/
H A Ddevice_utils_devicetest.py99 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
115 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
132 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
161 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
218 self.device.RemovePath(_DEVICE_DIR, recursive=True, force=True)
H A Dflag_changer_devicetest.py45 self.device.RemovePath([self.cmdline_path, self.cmdline_path_legacy],
75 self.device.RemovePath(self.cmdline_path, force=True)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/ntp_snippets/remote/
H A Dremote_suggestion_unittest.cc115 ASSERT_TRUE(snippet_dict.RemovePath("imageUrl")); in TEST()
116 ASSERT_TRUE(snippet_dict.RemovePath("snippet")); in TEST()
207 json.RemovePath("notificationInfo.deadline"); in TEST()
232 json.RemovePath("notificationInfo"); in TEST()
349 json.RemovePath("imageDominantColor"); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/ntp_snippets/remote/
H A Dremote_suggestion_unittest.cc115 ASSERT_TRUE(snippet_dict.RemovePath("imageUrl")); in TEST()
116 ASSERT_TRUE(snippet_dict.RemovePath("snippet")); in TEST()
207 json.RemovePath("notificationInfo.deadline"); in TEST()
232 json.RemovePath("notificationInfo"); in TEST()
349 json.RemovePath("imageDominantColor"); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/hats/
H A Dhats_service.cc257 pref_data->RemovePath(trigger); in SetSurveyMetadataForTesting()
264 pref_data->RemovePath(GetMajorVersionPath(trigger)); in SetSurveyMetadataForTesting()
271 pref_data->RemovePath(GetLastSurveyStartedTime(trigger)); in SetSurveyMetadataForTesting()
279 pref_data->RemovePath(kAnyLastSurveyStartedTimePath); in SetSurveyMetadataForTesting()
285 pref_data->RemovePath(GetIsSurveyFull(trigger)); in SetSurveyMetadataForTesting()
292 pref_data->RemovePath(GetLastSurveyCheckTime(trigger)); in SetSurveyMetadataForTesting()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/Python/UPT/
H A DRmPkg.py90 def RemovePath(Path): function
252 RemovePath(Path)
264 RemovePath(Path)
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/UPT/
H A DRmPkg.py84 def RemovePath(Path): function
246 RemovePath(Path)
258 RemovePath(Path)
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/UPT/
H A DRmPkg.py84 def RemovePath(Path): function
246 RemovePath(Path)
258 RemovePath(Path)
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/UPT/
H A DRmPkg.py84 def RemovePath(Path): function
246 RemovePath(Path)
258 RemovePath(Path)
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/UPT/
H A DRmPkg.py84 def RemovePath(Path): function
246 RemovePath(Path)
258 RemovePath(Path)
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/UPT/
H A DRmPkg.py84 def RemovePath(Path): function
246 RemovePath(Path)
258 RemovePath(Path)
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/UPT/
H A DRmPkg.py84 def RemovePath(Path): function
246 RemovePath(Path)
258 RemovePath(Path)
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/UPT/
H A DRmPkg.py84 def RemovePath(Path): function
246 RemovePath(Path)
258 RemovePath(Path)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/Python/UPT/
H A DRmPkg.py84 def RemovePath(Path):
246 RemovePath(Path)
258 RemovePath(Path)
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/Python/UPT/
H A DRmPkg.py84 def RemovePath(Path): function
246 RemovePath(Path)
258 RemovePath(Path)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/opencontainers/runc/libcontainer/cgroups/
H A Dutils.go222 func RemovePath(path string) error { func
238 if err = RemovePath(filepath.Join(path, info.Name())); err != nil {
262 if err := RemovePath(p); err != nil {

12345678910>>...16