Home
last modified time | relevance | path

Searched refs:urlB (Results 1 – 18 of 18) sorted by relevance

/dports/benchmarks/polygraph/polygraph-4.13.0/src/base/
H A DForeignTrace.cc46 const char *urlB = url->cstr(); in gatherHosts() local
47 const char *urlE = urlB + url->len(); in gatherHosts()
70 const char *urlB; in getUrl() local
73 (urlB = strstr(line, "ftp://"))) { in getUrl()
75 const char *urlE = urlB; in getUrl()
80 url->append(urlB, urlE - urlB); in getUrl()
86 urlB = line; in getUrl()
87 while (*urlB && isspace(*urlB)) in getUrl()
88 ++urlB; in getUrl()
90 if (*urlB && !doIgnoreBad) { in getUrl()
[all …]
/dports/devel/kf5-kpeople/kpeople-5.89.0/src/
H A Dmatchessolver.cpp38 QString urlB = m.indexB.data(PersonsModel::PersonUriRole).toString(); in startMatching() local
39 Q_ASSERT(urlA != urlB); in startMatching()
42 const bool inB = destinationResolver.contains(urlB); in startMatching()
45 destinationResolver[urlB] = urlA; in startMatching()
46 jobsData[urlA] = jobsData.take(urlB); in startMatching()
51 const auto keys = destinationResolver.keys(urlB); in startMatching()
60 qSwap(urlB, urlA); in startMatching()
63 const QString mergeUrl = destinationResolver.value(urlB, urlB); in startMatching()
66 jobs.insert(urlB); in startMatching()
72 if (urlB != mergeUrl) { in startMatching()
[all …]
/dports/devel/forge/forge-0.3.0/lisp/
H A Dforge-core.el283 (defun forge--url-equal (urlA urlB)
284 (or (equal urlA urlB)
291 (when (string-match re urlB)
292 (setq hostB (match-string 1 urlB))
293 (setq repoB (match-string 2 urlB)))
/dports/devel/forge-devel/forge-0.3.0-24-g402773e/lisp/
H A Dforge-core.el283 (defun forge--url-equal (urlA urlB)
284 (or (equal urlA urlB)
291 (when (string-match re urlB)
292 (setq hostB (match-string 1 urlB))
293 (setq repoB (match-string 2 urlB)))
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/accounts/
H A Durl_test.go81 urlB URL
91 result := tt.urlA.Cmp(tt.urlB)
/dports/www/py-caldav/caldav-0.8.2/tests/
H A Dtest_caldav_unit.py724 urlB = url5.join(url1)
730 assert_equal(urlB, url1)
739 urlB = url5.join(URL.objectify(url1))
750 assert_equal(urlB, url1)
/dports/net/pear-Net_URL2/Net_URL2-2.2.1/tests/Net/
H A DURL2Test.php950 $urlB = new Net_URL2($urlA);
951 $this->assertSame((string)$urlA, (string)$urlB);
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/pear/net_url2/tests/Net/
H A DURL2Test.php950 $urlB = new Net_URL2($urlA);
951 $this->assertSame((string)$urlA, (string)$urlB);
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/pear/net_url2/tests/Net/
H A DURL2Test.php950 $urlB = new Net_URL2($urlA);
951 $this->assertSame((string)$urlA, (string)$urlB);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/spdy/
H A Dspdy_session_pool_unittest.cc890 GURL urlB("http://mail.example.org"); in TEST_F() local
892 SPDY_BIDIRECTIONAL_STREAM, sessionB, urlB, MEDIUM, NetLogWithSource()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/spdy/
H A Dspdy_session_pool_unittest.cc892 GURL urlB("http://mail.example.org"); in TEST_F() local
894 SPDY_BIDIRECTIONAL_STREAM, sessionB, urlB, MEDIUM, NetLogWithSource()); in TEST_F()
/dports/x11-fm/dolphin/dolphin-21.12.3/src/tests/
H A Dkfileitemmodeltest.cpp1754 const QUrl urlB = m_model->fileItem(1).url(); in testCollapseFolderWhileLoading() local
1755 m_model->slotItemsAdded(urlB, KFileItemList() << fileItemC2); in testCollapseFolderWhileLoading()
/dports/x11-fm/dolphin/dolphin-21.12.3/src/
H A Ddolphinmainwindow.cpp982 QUrl urlB = items.at(1).url(); in compareFiles() local
987 command.append(urlB.toDisplayString(QUrl::PreferLocalFile)); in compareFiles()
/dports/lang/gcc11/gcc-11.2.0/libgo/go/crypto/x509/
H A Dx509_test.go2971 urlB, err := url.Parse("https://example.org/_")
2979 URIs: []*url.URL{urlA, urlB},
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/crypto/x509/
H A Dx509_test.go2971 urlB, err := url.Parse("https://example.org/_")
2979 URIs: []*url.URL{urlA, urlB},
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/crypto/x509/
H A Dx509_test.go2971 urlB, err := url.Parse("https://example.org/_")
2979 URIs: []*url.URL{urlA, urlB},
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/crypto/x509/
H A Dx509_test.go2971 urlB, err := url.Parse("https://example.org/_")
2979 URIs: []*url.URL{urlA, urlB},
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/crypto/x509/
H A Dx509_test.go3009 urlB, err := url.Parse("https://example.org/_")
3017 URIs: []*url.URL{urlA, urlB},