Home
last modified time | relevance | path

Searched defs:origin (Results 1 – 25 of 7122) sorted by relevance

12345678910>>...285

/dports/math/R/R-4.1.2/src/library/grid/R/
H A Dorigin.R19 valid.origin <- function(origin) { argument
28 origin.left <- function(origin) { argument
36 origin.right <- function(origin) { argument
44 origin.bottom <- function(origin) { argument
52 origin.top <- function(origin) { argument
60 swap.origin.horizontal <- function(origin) { argument
68 swap.origin.vertical <- function(origin) { argument
/dports/math/libRmath/R-4.1.1/src/library/grid/R/
H A Dorigin.R19 valid.origin <- function(origin) { argument
28 origin.left <- function(origin) { argument
36 origin.right <- function(origin) { argument
44 origin.bottom <- function(origin) { argument
52 origin.top <- function(origin) { argument
60 swap.origin.horizontal <- function(origin) { argument
68 swap.origin.vertical <- function(origin) { argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/browserservices/permissiondelegation/
H A DTrustedWebActivityPermissionStore.java99 String getDelegateAppName(Origin origin) { in getDelegateAppName()
104 String getDelegatePackageName(Origin origin) { in getDelegatePackageName()
109 Set<Token> getAllDelegateApps(Origin origin) { in getAllDelegateApps()
121 void addDelegateApp(Origin origin, Token token) { in addDelegateApp()
140 public boolean isTwaInstalled(String origin) { in isTwaInstalled()
176 void removeOrigin(Origin origin) { in removeOrigin()
207 Boolean getPreTwaNotificationState(Origin origin) { in getPreTwaNotificationState()
224 private void addOrigin(Origin origin) { in addOrigin()
252 private String createPackageNameKey(Origin origin) { in createPackageNameKey()
256 private String createAppNameKey(Origin origin) { in createAppNameKey()
[all …]
/dports/net/clash/clash-1.6.0/component/ssr/protocol/
H A Dorigin.go8 type origin struct{} struct
14 func (o *origin) StreamConn(c net.Conn, iv []byte) net.Conn { return c }
16 func (o *origin) PacketConn(c net.PacketConn) net.PacketConn { return c }
18 func (o *origin) Decode(dst, src *bytes.Buffer) error {
23 func (o *origin) Encode(buf *bytes.Buffer, b []byte) error {
28 func (o *origin) DecodePacket(b []byte) ([]byte, error) { return b, nil }
30 func (o *origin) EncodePacket(buf *bytes.Buffer, b []byte) error {
/dports/www/chromium-legacy/chromium-88.0.4324.182/storage/browser/test/
H A Dmock_special_storage_policy.h29 void AddProtected(const GURL& origin) { protected_.insert(origin); } in AddProtected()
31 void AddUnlimited(const GURL& origin) { unlimited_.insert(origin); } in AddUnlimited()
33 void RemoveUnlimited(const GURL& origin) { unlimited_.erase(origin); } in RemoveUnlimited()
35 void AddSessionOnly(const GURL& origin) { session_only_.insert(origin); } in AddSessionOnly()
37 void AddIsolated(const GURL& origin) { isolated_.insert(origin); } in AddIsolated()
39 void RemoveIsolated(const GURL& origin) { isolated_.erase(origin); } in RemoveIsolated()
43 void AddDurable(const GURL& origin) { durable_.insert(origin); } in AddDurable()
54 void NotifyGranted(const url::Origin& origin, int change_flags) { in NotifyGranted()
58 void NotifyRevoked(const url::Origin& origin, int change_flags) { in NotifyRevoked()
H A Dmock_special_storage_policy.cc16 bool MockSpecialStoragePolicy::IsStorageProtected(const GURL& origin) { in IsStorageProtected()
20 bool MockSpecialStoragePolicy::IsStorageUnlimited(const GURL& origin) { in IsStorageUnlimited()
26 bool MockSpecialStoragePolicy::IsStorageSessionOnly(const GURL& origin) { in IsStorageSessionOnly()
40 GURL origin = net::cookie_util::CookieOriginToURL(domain, is_https); in ShouldDeleteCookieOnExit() local
44 bool MockSpecialStoragePolicy::HasIsolatedStorage(const GURL& origin) { in HasIsolatedStorage()
52 bool MockSpecialStoragePolicy::IsStorageDurable(const GURL& origin) { in IsStorageDurable()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/utils/analyzer/projects/
H A Dprojects.json6 "origin": "https://github.com/jarro2783/cxxopts.git", string
13 "origin": "https://github.com/erincatto/box2d.git", string
20 "origin": "https://github.com/codeplea/tinyexpr.git", string
34 "origin": "https://github.com/nsf/termbox.git", string
41 "origin": "https://github.com/jakogut/tinyvm.git", string
55 "origin": "https://github.com/oatpp/oatpp.git", string
69 "origin": "https://github.com/facebook/zstd.git", string
83 "origin": "https://github.com/cwida/duckdb.git", string
97 "origin": "https://github.com/fmtlib/fmt.git", string
104 "origin": "https://github.com/google/re2.git", string
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/utils/analyzer/projects/
H A Dprojects.json6 "origin": "https://github.com/jarro2783/cxxopts.git", string
13 "origin": "https://github.com/erincatto/box2d.git", string
20 "origin": "https://github.com/codeplea/tinyexpr.git", string
34 "origin": "https://github.com/nsf/termbox.git", string
41 "origin": "https://github.com/jakogut/tinyvm.git", string
55 "origin": "https://github.com/oatpp/oatpp.git", string
69 "origin": "https://github.com/facebook/zstd.git", string
83 "origin": "https://github.com/cwida/duckdb.git", string
97 "origin": "https://github.com/fmtlib/fmt.git", string
104 "origin": "https://github.com/google/re2.git", string
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/indexed_db/
H A Dindexed_db_context_impl.cc178 const url::Origin& origin, in BindIndexedDB()
260 const Origin& origin, in GetConnectionCount()
266 const url::Origin& origin, in DownloadOriginData()
468 const Origin& origin, in GetFilePathForTesting()
480 const url::Origin& origin, in ForceSchemaDowngradeForTesting()
501 const url::Origin& origin, in HasV2SchemaCorruptionForTesting()
546 const Origin& origin, in GetBlobCountForTesting()
552 const Origin& origin, in GetNextBlobNumberForTesting()
641 const Origin& origin, in ForceCloseSync()
787 const Origin& origin, in NotifyIndexedDBContentChanged()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/indexed_db/
H A Dindexed_db_context_impl.cc175 const url::Origin& origin, in BindIndexedDB()
256 const Origin& origin, in GetConnectionCount()
262 const url::Origin& origin, in DownloadOriginData()
453 const Origin& origin, in GetFilePathForTesting()
465 const url::Origin& origin, in ForceSchemaDowngradeForTesting()
486 const url::Origin& origin, in HasV2SchemaCorruptionForTesting()
530 const Origin& origin, in GetBlobCountForTesting()
536 const Origin& origin, in GetNextBlobNumberForTesting()
625 const Origin& origin, in ForceCloseSync()
770 const Origin& origin, in NotifyIndexedDBContentChanged()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/flags/
H A DjvmFlagAccess.hpp88 static JVMFlag::Error set(JVMFlagsEnum flag_enum, T value, JVMFlagOrigin origin) { in set()
98 static JVMFlag::Error set(JVMFlag* flag, T* value, JVMFlagOrigin origin) { in set()
102 …static JVMFlag::Error boolAtPut (JVMFlag* f, bool* v, JVMFlagOrigin origin) { return set<JV… in boolAtPut()
103 …static JVMFlag::Error intAtPut (JVMFlag* f, int* v, JVMFlagOrigin origin) { return set<JV… in intAtPut()
104 …static JVMFlag::Error uintAtPut (JVMFlag* f, uint* v, JVMFlagOrigin origin) { return set<JV… in uintAtPut()
105 …static JVMFlag::Error intxAtPut (JVMFlag* f, intx* v, JVMFlagOrigin origin) { return set<JV… in intxAtPut()
106 …static JVMFlag::Error uintxAtPut (JVMFlag* f, uintx* v, JVMFlagOrigin origin) { return set<JV… in uintxAtPut()
107 …static JVMFlag::Error uint64_tAtPut(JVMFlag* f, uint64_t* v, JVMFlagOrigin origin) { return set<JV… in uint64_tAtPut()
108 …static JVMFlag::Error size_tAtPut (JVMFlag* f, size_t* v, JVMFlagOrigin origin) { return set<JV… in size_tAtPut()
109 …static JVMFlag::Error doubleAtPut (JVMFlag* f, double* v, JVMFlagOrigin origin) { return set<JV… in doubleAtPut()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/storage/
H A DDatabaseTracker.cpp141 SecurityOrigin* origin = context->securityOrigin(); in canEstablishDatabase() local
193 bool DatabaseTracker::hasEntryForOriginNoLock(SecurityOrigin* origin) in hasEntryForOriginNoLock()
200 bool DatabaseTracker::hasEntryForOrigin(SecurityOrigin* origin) in hasEntryForOrigin()
229 SecurityOrigin* origin = database->securityOrigin(); in getMaxSizeForDatabase() local
637 unsigned long long DatabaseTracker::usageForOrigin(SecurityOrigin* origin) in usageForOrigin()
651 unsigned long long DatabaseTracker::quotaForOrigin(SecurityOrigin* origin) in quotaForOrigin()
746 bool DatabaseTracker::deleteOrigin(SecurityOrigin* origin) in deleteOrigin()
919 bool DatabaseTracker::canDeleteOrigin(SecurityOrigin *origin) in canDeleteOrigin()
925 bool DatabaseTracker::deletingOrigin(SecurityOrigin *origin) in deletingOrigin()
931 void DatabaseTracker::recordDeletingOrigin(SecurityOrigin *origin) in recordDeletingOrigin()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/flags/
H A DjvmFlagAccess.hpp99 static JVMFlag::Error set(JVMFlagsEnum flag_enum, T value, JVMFlagOrigin origin) { in set()
108 static JVMFlag::Error set(JVMFlag* flag, T* value, JVMFlagOrigin origin) { in set()
133 …static JVMFlag::Error set_bool (JVMFlag* f, bool* v, JVMFlagOrigin origin) { return set<JVM… in set_bool()
134 …static JVMFlag::Error set_int (JVMFlag* f, int* v, JVMFlagOrigin origin) { return set<JVM… in set_int()
135 …static JVMFlag::Error set_uint (JVMFlag* f, uint* v, JVMFlagOrigin origin) { return set<JVM… in set_uint()
136 …static JVMFlag::Error set_intx (JVMFlag* f, intx* v, JVMFlagOrigin origin) { return set<JVM… in set_intx()
137 …static JVMFlag::Error set_uintx (JVMFlag* f, uintx* v, JVMFlagOrigin origin) { return set<JVM… in set_uintx()
138 …static JVMFlag::Error set_uint64_t(JVMFlag* f, uint64_t* v, JVMFlagOrigin origin) { return set<JVM… in set_uint64_t()
139 …static JVMFlag::Error set_size_t (JVMFlag* f, size_t* v, JVMFlagOrigin origin) { return set<JVM… in set_size_t()
140 …static JVMFlag::Error set_double (JVMFlag* f, double* v, JVMFlagOrigin origin) { return set<JVM… in set_double()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/utils/analyzer/projects/
H A Dprojects.json6 "origin": "https://github.com/jarro2783/cxxopts.git", string
14 "origin": "https://github.com/erincatto/box2d.git", string
22 "origin": "https://github.com/codeplea/tinyexpr.git", string
38 "origin": "https://github.com/nsf/termbox.git", string
46 "origin": "https://github.com/jakogut/tinyvm.git", string
62 "origin": "https://github.com/oatpp/oatpp.git", string
78 "origin": "https://github.com/facebook/zstd.git", string
94 "origin": "https://github.com/cwida/duckdb.git", string
110 "origin": "https://github.com/fmtlib/fmt.git", string
118 "origin": "https://github.com/google/re2.git", string
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/utils/analyzer/projects/
H A Dprojects.json6 "origin": "https://github.com/jarro2783/cxxopts.git", string
14 "origin": "https://github.com/erincatto/box2d.git", string
22 "origin": "https://github.com/codeplea/tinyexpr.git", string
38 "origin": "https://github.com/nsf/termbox.git", string
46 "origin": "https://github.com/jakogut/tinyvm.git", string
62 "origin": "https://github.com/oatpp/oatpp.git", string
78 "origin": "https://github.com/facebook/zstd.git", string
94 "origin": "https://github.com/cwida/duckdb.git", string
110 "origin": "https://github.com/fmtlib/fmt.git", string
118 "origin": "https://github.com/google/re2.git", string
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/utils/analyzer/projects/
H A Dprojects.json6 "origin": "https://github.com/jarro2783/cxxopts.git", string
14 "origin": "https://github.com/erincatto/box2d.git", string
22 "origin": "https://github.com/codeplea/tinyexpr.git", string
38 "origin": "https://github.com/nsf/termbox.git", string
46 "origin": "https://github.com/jakogut/tinyvm.git", string
62 "origin": "https://github.com/oatpp/oatpp.git", string
78 "origin": "https://github.com/facebook/zstd.git", string
94 "origin": "https://github.com/cwida/duckdb.git", string
110 "origin": "https://github.com/fmtlib/fmt.git", string
118 "origin": "https://github.com/google/re2.git", string
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/utils/analyzer/projects/
H A Dprojects.json6 "origin": "https://github.com/jarro2783/cxxopts.git", string
14 "origin": "https://github.com/erincatto/box2d.git", string
22 "origin": "https://github.com/codeplea/tinyexpr.git", string
38 "origin": "https://github.com/nsf/termbox.git", string
46 "origin": "https://github.com/jakogut/tinyvm.git", string
62 "origin": "https://github.com/oatpp/oatpp.git", string
78 "origin": "https://github.com/facebook/zstd.git", string
94 "origin": "https://github.com/cwida/duckdb.git", string
110 "origin": "https://github.com/fmtlib/fmt.git", string
118 "origin": "https://github.com/google/re2.git", string
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/utils/analyzer/projects/
H A Dprojects.json6 "origin": "https://github.com/jarro2783/cxxopts.git", string
14 "origin": "https://github.com/erincatto/box2d.git", string
22 "origin": "https://github.com/codeplea/tinyexpr.git", string
38 "origin": "https://github.com/nsf/termbox.git", string
46 "origin": "https://github.com/jakogut/tinyvm.git", string
62 "origin": "https://github.com/oatpp/oatpp.git", string
78 "origin": "https://github.com/facebook/zstd.git", string
94 "origin": "https://github.com/cwida/duckdb.git", string
110 "origin": "https://github.com/fmtlib/fmt.git", string
118 "origin": "https://github.com/google/re2.git", string
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/utils/analyzer/projects/
H A Dprojects.json6 "origin": "https://github.com/jarro2783/cxxopts.git", string
14 "origin": "https://github.com/erincatto/box2d.git", string
22 "origin": "https://github.com/codeplea/tinyexpr.git", string
38 "origin": "https://github.com/nsf/termbox.git", string
46 "origin": "https://github.com/jakogut/tinyvm.git", string
62 "origin": "https://github.com/oatpp/oatpp.git", string
78 "origin": "https://github.com/facebook/zstd.git", string
94 "origin": "https://github.com/cwida/duckdb.git", string
110 "origin": "https://github.com/fmtlib/fmt.git", string
118 "origin": "https://github.com/google/re2.git", string
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/utils/analyzer/projects/
H A Dprojects.json6 "origin": "https://github.com/jarro2783/cxxopts.git", string
14 "origin": "https://github.com/erincatto/box2d.git", string
22 "origin": "https://github.com/codeplea/tinyexpr.git", string
38 "origin": "https://github.com/nsf/termbox.git", string
46 "origin": "https://github.com/jakogut/tinyvm.git", string
62 "origin": "https://github.com/oatpp/oatpp.git", string
78 "origin": "https://github.com/facebook/zstd.git", string
94 "origin": "https://github.com/cwida/duckdb.git", string
110 "origin": "https://github.com/fmtlib/fmt.git", string
118 "origin": "https://github.com/google/re2.git", string
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/utils/analyzer/projects/
H A Dprojects.json6 "origin": "https://github.com/jarro2783/cxxopts.git", string
14 "origin": "https://github.com/erincatto/box2d.git", string
22 "origin": "https://github.com/codeplea/tinyexpr.git", string
38 "origin": "https://github.com/nsf/termbox.git", string
46 "origin": "https://github.com/jakogut/tinyvm.git", string
62 "origin": "https://github.com/oatpp/oatpp.git", string
78 "origin": "https://github.com/facebook/zstd.git", string
94 "origin": "https://github.com/cwida/duckdb.git", string
110 "origin": "https://github.com/fmtlib/fmt.git", string
118 "origin": "https://github.com/google/re2.git", string
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/notifications/
H A Dnotification_database.cc190 const GURL& origin, in ReadNotificationData()
212 const GURL& origin, in ReadNotificationResources()
235 const GURL& origin, in ReadNotificationDataAndRecordInteraction()
280 const GURL& origin, in ForEachNotificationDataForServiceWorkerRegistration()
289 const GURL& origin, in ReadAllNotificationDataForOrigin()
298 const GURL& origin, in ReadAllNotificationDataForServiceWorkerRegistration()
306 const GURL& origin, in WriteNotificationData()
381 const GURL& origin, in DeleteAllNotificationDataForOrigin()
391 const GURL& origin, in DeleteAllNotificationDataForServiceWorkerRegistration()
419 const GURL& origin, in ReadAllNotificationDataInternal()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/shell/browser/
H A Dshell_special_storage_policy.cc18 bool ShellSpecialStoragePolicy::IsStorageProtected(const GURL& origin) { in IsStorageProtected()
22 bool ShellSpecialStoragePolicy::IsStorageUnlimited(const GURL& origin) { in IsStorageUnlimited()
26 bool ShellSpecialStoragePolicy::IsStorageDurable(const GURL& origin) { in IsStorageDurable()
32 bool ShellSpecialStoragePolicy::IsStorageSessionOnly(const GURL& origin) { in IsStorageSessionOnly()
45 bool ShellSpecialStoragePolicy::HasIsolatedStorage(const GURL& origin) { in HasIsolatedStorage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/shell/browser/
H A Dshell_special_storage_policy.cc18 bool ShellSpecialStoragePolicy::IsStorageProtected(const GURL& origin) { in IsStorageProtected()
22 bool ShellSpecialStoragePolicy::IsStorageUnlimited(const GURL& origin) { in IsStorageUnlimited()
26 bool ShellSpecialStoragePolicy::IsStorageDurable(const GURL& origin) { in IsStorageDurable()
32 bool ShellSpecialStoragePolicy::IsStorageSessionOnly(const GURL& origin) { in IsStorageSessionOnly()
45 bool ShellSpecialStoragePolicy::HasIsolatedStorage(const GURL& origin) { in HasIsolatedStorage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/java/src/org/chromium/android_webview/
H A DAwGeolocationPermissions.java28 public void invoke(String origin, boolean allow, boolean retain); in invoke()
38 public void allow(String origin) { in allow()
48 public void deny(String origin) { in deny()
58 public void clear(String origin) { in clear()
86 public boolean isOriginAllowed(String origin) { in isOriginAllowed()
93 public boolean hasOrigin(String origin) { in hasOrigin()
100 public void getAllowed(String origin, final org.chromium.base.Callback<Boolean> callback) { in getAllowed()
122 String origin = GURLUtils.getOrigin(url); in getOriginKey() local

12345678910>>...285