Home
last modified time | relevance | path

Searched +defs:url +defs:ancestor (Results 1 – 25 of 106) sorted by relevance

12345

/dports/net/py-libcloud/apache-libcloud-3.4.1/test/compute/fixtures/brightbox/
H A Dlist_images.json3 "ancestor": { object
13 "url": "https://api.gb1.brightbox.com/1.0/images/img-6lybc", string
31 "url": "https://api.gb1.brightbox.com/1.0/images/img-99q79", string
36 "ancestor": { object
46 "url": "https://api.gb1.brightbox.com/1.0/images/img-6lybc", string
64 "url": "https://api.gb1.brightbox.com/1.0/images/img-pnqnc", string
69 "ancestor": null, null
85 "url": "https://api.gb1.brightbox.com/1.0/images/img-joo06", string
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync_file_system/
H A Dfake_remote_change_processor.cc30 const storage::FileSystemURL& url, in PrepareForProcessRemoteChange()
70 const storage::FileSystemURL& url, in ApplyRemoteChange()
73 base::FilePath ancestor = storage::VirtualPath::DirName(url.path()); in ApplyRemoteChange() local
104 const storage::FileSystemURL& url, in FinalizeRemoteSync()
111 const storage::FileSystemURL& url, in RecordFakeLocalChange()
120 const storage::FileSystemURL& url, in UpdateLocalFileMetadata()
132 const storage::FileSystemURL& url) { in ClearLocalChanges()
146 const storage::FileSystemURL& url = itr->first; in VerifyConsistency() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/imports/
H A Dhtml_imports_controller.cc67 static bool MakesCycle(HTMLImport* parent, const KURL& url) { in MakesCycle()
68 for (HTMLImport* ancestor = parent; ancestor; ancestor = ancestor->Parent()) { in MakesCycle() local
78 const KURL& url, in CreateChild()
107 const KURL& url = params.Url(); in Load() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/imports/
H A Dhtml_imports_controller.cc66 static bool MakesCycle(HTMLImport* parent, const KURL& url) { in MakesCycle()
67 for (HTMLImport* ancestor = parent; ancestor; ancestor = ancestor->Parent()) { in MakesCycle() local
77 const KURL& url, in CreateChild()
106 const KURL& url = params.Url(); in Load() local
/dports/sysutils/k4dirstat/k4dirstat-3.3.0/src/
H A Dkfileinfo.cpp152 QString KFileInfo::url() const { in url() function in KFileInfo
208 const KFileInfo *ancestor = this; in isInSubtree() local
220 KFileInfo *KFileInfo::locate(QString url, bool findDotEntries) { in locate()
/dports/www/py-django-cms/django-cms-3.7.1/menus/
H A Dbase.py34 ancestor = False variable in NavigationNode
37 def __init__(self, title, url, id, parent_id=None, parent_namespace=None, argument
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dlayout.c45 const char *url; member
48 struct layout_item_t *ancestor; member
147 const char *url, in layout_link_path()
H A Dstatus.c124 char *ancestor; member
158 reporter_link_path(void *report_baton, const char *path, const char *url, in reporter_link_path()
167 const char *ancestor; in reporter_link_path() local
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dlayout.c45 const char *url; member
48 struct layout_item_t *ancestor; member
147 const char *url, in layout_link_path()
H A Dstatus.c124 char *ancestor; member
158 reporter_link_path(void *report_baton, const char *path, const char *url, in reporter_link_path()
167 const char *ancestor; in reporter_link_path() local
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_client/
H A Dlayout.c45 const char *url; member
48 struct layout_item_t *ancestor; member
147 const char *url, in layout_link_path()
H A Dstatus.c124 char *ancestor; member
158 reporter_link_path(void *report_baton, const char *path, const char *url, in reporter_link_path()
167 const char *ancestor; in reporter_link_path() local
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dlayout.c45 const char *url; member
48 struct layout_item_t *ancestor; member
147 const char *url, in layout_link_path()
H A Dstatus.c124 char *ancestor; member
158 reporter_link_path(void *report_baton, const char *path, const char *url, in reporter_link_path()
167 const char *ancestor; in reporter_link_path() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/loader/
H A DNavigationScheduler.cpp97 …Navigation(double delay, PassRefPtr<SecurityOrigin> securityOrigin, const String& url, const Strin… in ScheduledURLNavigation()
128 String url() const { return m_url; } in url() function in WebCore::ScheduledURLNavigation
140 …ScheduledRedirect(double delay, PassRefPtr<SecurityOrigin> securityOrigin, const String& url, bool… in ScheduledRedirect()
151 …ScheduledLocationChange(PassRefPtr<SecurityOrigin> securityOrigin, const String& url, const String… in ScheduledLocationChange()
157 …ScheduledRefresh(PassRefPtr<SecurityOrigin> securityOrigin, const String& url, const String& refer… in ScheduledRefresh()
278 void NavigationScheduler::scheduleRedirect(double delay, const String& url) in scheduleRedirect()
302 …for (Frame* ancestor = targetFrame->tree()->parent(); ancestor; ancestor = ancestor->tree()->paren… in mustLockBackForwardList() local
310 …::scheduleLocationChange(PassRefPtr<SecurityOrigin> securityOrigin, const String& url, const Strin… in scheduleLocationChange()
361 const KURL& url = m_frame->document()->url(); in scheduleRefresh() local
H A DFrameLoader.cpp522 KURL url; in getDefaultIconURL() local
545 bool FrameLoader::didOpenURL(const KURL& url) in didOpenURL()
673 String url; in receivedFirstData() local
753 KURL url(iconURL()); in startIconLoader() local
803 KURL url(iconURL()); in continueIconLoadWithDecision() local
883 for (Frame* ancestor = m_frame; ancestor; ancestor = ancestor->tree()->parent()) { in allAncestorsAreComplete() local
983 KURL FrameLoader::completeURL(const String& url) in completeURL()
1337 KURL url = request.resourceRequest().url(); in loadFrameRequest() local
1604 bool FrameLoader::willLoadMediaElementURL(KURL& url) in willLoadMediaElementURL()
2239 KURL url = cachedFrame.url(); in open() local
[all …]
/dports/sysutils/qdirstat/qdirstat-1.8/src/
H A DFileInfo.cpp261 QString FileInfo::url() const in url() function in FileInfo
353 const FileInfo * ancestor = this; in isInSubtree() local
367 FileInfo * FileInfo::locate( QString url, bool findPseudoDirs ) in locate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/omnibox/browser/
H A Dtitled_url_match_utils_unittest.cc43 const GURL& url, in MockTitledUrlNode()
57 [](auto& ancestor) { return base::StringPiece16(ancestor); }); in GetTitledUrlNodeAncestorTitles()
319 std::string expected_description) { in TEST()
346 std::string expected_description) { in TEST()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A Dmarkup.cpp367 Node* ancestor = ancestorsToClose.last(); in serializeNodes() local
598 …for (ContainerNode* ancestor = lastClosed->parentNode(); ancestor; ancestor = ancestor->parentNode… in createMarkup() local
889 String urlToMarkup(const KURL& url, const String& title) in urlToMarkup()
900 String imageToMarkup(const KURL& url, Element* element) in imageToMarkup()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/accessibility/
H A Dax_platform_node_win_browsertest.cc447 GURL url(url_str); in IN_PROC_BROWSER_TEST_F() local
494 IAccessible* ancestor = rwhva->GetParentNativeViewAccessible(); in IN_PROC_BROWSER_TEST_F() local
/dports/devel/py-pygit2/pygit2-1.7.1/pygit2/
H A Drepository.py123 def add_submodule(self, url, path, link=True, callbacks=None): argument
222 def create_remote(self, name, url): argument
733 def merge_file_from_index(self, ancestor, ours, theirs): argument
842 def merge_trees(self, ancestor, ours, theirs, favor='normal', flags={}, file_flags={}): argument
/dports/net/opal/opal-3.10.10/src/opal/
H A Dpres_ent.cxx204 OpalPresentity * OpalPresentity::Create(OpalManager & manager, const PURL & url, const PString & sc… in Create()
528 for (unsigned ancestor = 0; *(className = GetClass(ancestor)) != '\0'; ++ancestor) { in InternalCreateCommand() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dstyle_engine.cc1698 AtomicString url = CreateVisionDeficiencyFilterUrl(vision_deficiency_); in LoadVisionDeficiencyFilter() local
1962 for (ContainerNode* ancestor = root_element->GetStyleRecalcParent(); ancestor; in RecalcStyle() local
1996 for (ContainerNode* ancestor = root_element.GetReattachParent(); ancestor; in RebuildLayoutTree() local
2068 void StyleEngine::UpdateStyleInvalidationRoot(ContainerNode* ancestor, in UpdateStyleInvalidationRoot()
2080 void StyleEngine::UpdateStyleRecalcRoot(ContainerNode* ancestor, in UpdateStyleRecalcRoot()
2092 void StyleEngine::UpdateLayoutTreeRebuildRoot(ContainerNode* ancestor, in UpdateLayoutTreeRebuildRoot()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Ddirent_uri.c305 svn_boolean_t url = FALSE; in canonicalize() local
2181 const char *ancestor; in svn_dirent_condense_targets() local
2351 const char *ancestor; in svn_uri_condense_targets() local
2473 const char *url, in svn_uri_get_dirent_from_file_url()
2592 svn_uri_get_file_url_from_dirent(const char **url, in svn_uri_get_file_url_from_dirent()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Ddirent_uri.c305 svn_boolean_t url = FALSE; in canonicalize() local
2181 const char *ancestor; in svn_dirent_condense_targets() local
2351 const char *ancestor; in svn_uri_condense_targets() local
2473 const char *url, in svn_uri_get_dirent_from_file_url()
2592 svn_uri_get_file_url_from_dirent(const char **url, in svn_uri_get_file_url_from_dirent()

12345