Home
last modified time | relevance | path

Searched refs:pageUrl (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/javatests/src/org/chromium/android_webview/test/
H A DSslPreferencesTest.java56 final String pageUrl = mTestServer.getURL(HELLO_WORLD_HTML); in testSslErrorNotCalledForOkCert() local
64 mAwContents, mContentsClient.getOnPageFinishedHelper(), pageUrl); in testSslErrorNotCalledForOkCert()
83 final String pageUrl = mTestServer.getURL(HELLO_WORLD_HTML); in testSslErrorMismatchedName() local
91 mAwContents, mContentsClient.getOnPageFinishedHelper(), pageUrl); in testSslErrorMismatchedName()
112 final String pageUrl = mTestServer.getURL(HELLO_WORLD_HTML); in testSslErrorInvalidDate() local
141 final String pageUrl = mTestServer.getURL(HELLO_WORLD_HTML); in testSslErrorCommonNameOnly() local
170 final String pageUrl = mTestServer.getURL(HELLO_WORLD_HTML); in testCancelSslErrorDoesNotCallOtherCallbacks() local
214 final String pageUrl = mTestServer.getURL(HELLO_WORLD_HTML); in testAllowSslErrorShowsPage() local
244 final String pageUrl = mTestServer.getURL(HELLO_WORLD_HTML); in testCancelSslErrorBlocksPage() local
277 final String pageUrl = mTestServer.getURL(HELLO_WORLD_HTML); in testAllowSslErrorIsRemembered() local
[all …]
H A DAwContentsClientFaviconTest.java83 final String pageUrl = mWebServer.setResponse(FAVICON1_PAGE_URL, FAVICON1_PAGE_HTML, in testReceiveBasicFavicon() local
87 mAwContents, mContentsClient.getOnPageFinishedHelper(), pageUrl); in testReceiveBasicFavicon()
99 mActivityTestRule.loadUrlAsync(mAwContents, pageUrl); in testReceiveBasicFavicon()
108 final String pageUrl = mWebServer.setResponse(FAVICON1_PAGE_URL, FAVICON1_PAGE_HTML, in testDoNotMakeRequestForFaviconAfter404() local
112 mAwContents, mContentsClient.getOnPageFinishedHelper(), pageUrl); in testDoNotMakeRequestForFaviconAfter404()
118 mAwContents, mContentsClient.getOnPageFinishedHelper(), pageUrl); in testDoNotMakeRequestForFaviconAfter404()
129 final String pageUrl = mWebServer.setResponse(TOUCHICON_REL_URL, TOUCHICON_REL_PAGE_HTML, in testReceiveBasicTouchIconLinkRel() local
133 mAwContents, mContentsClient.getOnPageFinishedHelper(), pageUrl); in testReceiveBasicTouchIconLinkRel()
H A DAwContentsClientVisitedHistoryTest.java87 final String pageUrl = webServer.setResponse(path, html, null); in testUpdateVisitedHistoryCallback() local
91 mActivityTestRule.loadUrlAsync(awContents, pageUrl); in testUpdateVisitedHistoryCallback()
93 Assert.assertEquals(pageUrl, doUpdateVisitedHistoryHelper.getUrl()); in testUpdateVisitedHistoryCallback()
98 mActivityTestRule.loadUrlAsync(awContents, pageUrl); in testUpdateVisitedHistoryCallback()
100 Assert.assertEquals(pageUrl, doUpdateVisitedHistoryHelper.getUrl()); in testUpdateVisitedHistoryCallback()
130 final String pageUrl = webServer.setResponse(path, html, null); in testGetVisitedHistoryExerciseCodePath() local
132 awContents, mContentsClient.getOnPageFinishedHelper(), pageUrl); in testGetVisitedHistoryExerciseCodePath()
140 awContents, mContentsClient.getOnPageFinishedHelper(), pageUrl); in testGetVisitedHistoryExerciseCodePath()
/dports/deskutils/dosage/dosage-2.17/dosagelib/plugins/
H A Dkemonocafe.py28 def namer(self, imageUrl, pageUrl): argument
36 if 'paprika' in pageUrl and '69-2' in pageUrl:
38 elif 'rascals' in pageUrl and '89-2' in pageUrl:
40 elif 'rascals' in pageUrl and '133-2' in pageUrl:
43 if 'addictivescience' in pageUrl:
44 page = self.getPage(pageUrl)
H A Dl.py27 def namer(self, imageUrl, pageUrl): argument
29 num = pageUrl.rsplit('=', 1)[-1]
99 def namer(self, imageUrl, pageUrl): argument
132 def namer(self, imageUrl, pageUrl): argument
159 def namer(self, imageUrl, pageUrl): argument
160 page = pageUrl.rsplit('=', 1)[-1]
194 def namer(self, imageUrl, pageUrl): argument
195 page = pageUrl.rstrip('/').rsplit('/', 1)[-1]
H A Dr.py33 def namer(self, imageUrl, pageUrl): argument
36 if pageUrl.rsplit('=', 1)[-1] == 'may-27-2014':
90 def namer(self, imageUrl, pageUrl): argument
92 name = pageUrl.rstrip('/').rsplit('/', 1)[-1]
100 if pageUrl in self.startOfChapter:
145 def namer(self, imageUrl, pageUrl): argument
146 title = pageUrl.rstrip('/').rsplit('/', 1)[-1]
H A Dd.py93 def namer(self, imageUrl, pageUrl): argument
94 return pageUrl.rsplit('/', 1)[-1] + '.' + imageUrl.rsplit('.', 1)[-1]
104 def namer(self, imageUrl, pageUrl): argument
107 if (pageUrl == self.stripUrl % 'engagement' or
108 pageUrl == self.stripUrl % 'losing-it'):
143 def namer(self, imageUrl, pageUrl): argument
147 if 'origins' in pageUrl:
211 def namer(self, imageUrl, pageUrl): argument
228 def namer(self, imageUrl, pageUrl): argument
250 def namer(self, imageUrl, pageUrl): argument
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Facebook/GraphNodes/
H A DGraphEdge.php159 $pageUrl = $this->metaData['paging'][$direction];
161 return FacebookUrlManipulator::baseGraphUrlEndpoint($pageUrl);
178 $pageUrl = $this->parentEdgeEndpoint . '?' . $cursorDirection . '=' . urlencode($cursor);
182 $pageUrl = FacebookUrlManipulator::mergeUrlParams($originalUrl, $pageUrl);
184 return FacebookUrlManipulator::forceSlashPrefix($pageUrl);
210 $pageUrl = $this->getPaginationUrl($direction);
211 if (!$pageUrl) {
216 $newRequest->setEndpoint($pageUrl);
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Facebook/GraphNodes/
H A DGraphEdge.php159 $pageUrl = $this->metaData['paging'][$direction];
161 return FacebookUrlManipulator::baseGraphUrlEndpoint($pageUrl);
178 $pageUrl = $this->parentEdgeEndpoint . '?' . $cursorDirection . '=' . urlencode($cursor);
182 $pageUrl = FacebookUrlManipulator::mergeUrlParams($originalUrl, $pageUrl);
184 return FacebookUrlManipulator::forceSlashPrefix($pageUrl);
210 $pageUrl = $this->getPaginationUrl($direction);
211 if (!$pageUrl) {
216 $newRequest->setEndpoint($pageUrl);
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/app/src/test/java/org/mozilla/gecko/icons/
H A DTestIconRequestBuilder.java29 .pageUrl(TEST_PAGE_URL_1) in testPrivileged()
44 .pageUrl(TEST_PAGE_URL_1) in testPageUrl()
50 .pageUrl(TEST_PAGE_URL_2) in testPageUrl()
60 .pageUrl(TEST_PAGE_URL_1) in testIcons()
90 .pageUrl(TEST_PAGE_URL_1) in testSkipNetwork()
105 .pageUrl(TEST_PAGE_URL_1) in testSkipNetworkIf()
126 .pageUrl(TEST_PAGE_URL_1) in testSkipDisk()
141 .pageUrl(TEST_PAGE_URL_1) in testSkipMemory()
156 .pageUrl(TEST_PAGE_URL_1) in testExecutionOnBackgroundThread()
174 .pageUrl(TEST_PAGE_URL_1) in testForLauncherIcon()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/background/junit4/src/org/mozilla/gecko/icons/
H A DTestIconRequestBuilder.java24 .pageUrl(TEST_PAGE_URL_1) in testPrivileged()
39 .pageUrl(TEST_PAGE_URL_1) in testPageUrl()
45 .pageUrl(TEST_PAGE_URL_2) in testPageUrl()
55 .pageUrl(TEST_PAGE_URL_1) in testIcons()
85 .pageUrl(TEST_PAGE_URL_1) in testSkipNetwork()
100 .pageUrl(TEST_PAGE_URL_1) in testSkipDisk()
115 .pageUrl(TEST_PAGE_URL_1) in testSkipMemory()
130 .pageUrl(TEST_PAGE_URL_1) in testExecutionOnBackgroundThread()
148 .pageUrl(TEST_PAGE_URL_1) in testForLauncherIcon()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/icons/
H A DIconRequestBuilder.java36 public IconRequestBuilder pageUrl(String pageUrl) { in pageUrl() argument
37 internal.pageUrl = pageUrl; in pageUrl()
161 if (TextUtils.isEmpty(internal.pageUrl)) { in build()
166 request.pageUrl = internal.pageUrl; in build()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/favicon/android/java/src/org/chromium/components/favicon/
H A DLargeIconBridge.java120 final String pageUrl, int desiredSizePx, final LargeIconCallback callback) { in getLargeIconForStringUrl() argument
121 return getLargeIconForUrl(new GURL(pageUrl), desiredSizePx, callback); in getLargeIconForStringUrl()
138 final GURL pageUrl, int desiredSizePx, final LargeIconCallback callback) { in getLargeIconForUrl() argument
144 mBrowserContextHandle, pageUrl, desiredSizePx, callback); in getLargeIconForUrl()
146 CachedFavicon cached = mFaviconCache.get(pageUrl); in getLargeIconForUrl()
157 mFaviconCache.put(pageUrl, in getLargeIconForUrl()
165 mBrowserContextHandle, pageUrl, desiredSizePx, callbackWrapper); in getLargeIconForUrl()
181 BrowserContextHandle browserContextHandle, GURL pageUrl, int desiredSizePx, in getLargeIconForURL() argument
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/
H A DGoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage.php26 public $pageUrl; variable in Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage
66 public function setPageUrl($pageUrl) argument
68 $this->pageUrl = $pageUrl;
72 return $this->pageUrl;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/FactCheckTools/
H A DGoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage.php26 public $pageUrl; variable in Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage
66 public function setPageUrl($pageUrl) argument
68 $this->pageUrl = $pageUrl;
72 return $this->pageUrl;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/gesturenav/
H A DNavigationSheetMediator.java107 final String pageUrl = entry.getUrl(); in populateEntries() local
108 if (!requestedUrls.contains(pageUrl)) { in populateEntries()
110 (bitmap, iconUrl) -> onFaviconAvailable(pageUrl, bitmap); in populateEntries()
111 if (!pageUrl.equals(UrlConstants.HISTORY_URL)) { in populateEntries()
116 pageUrl, mFaviconSize, imageCallback); in populateEntries() local
117 requestedUrls.add(pageUrl); in populateEntries()
137 private void onFaviconAvailable(String pageUrl, Bitmap favicon) { in onFaviconAvailable() argument
142 if (TextUtils.equals(pageUrl, mHistory.getEntryAtIndex(i).getUrl())) { in onFaviconAvailable()
145 drawable = UrlUtilities.isNTPUrl(pageUrl) in onFaviconAvailable()
147 : new BitmapDrawable(mIconGenerator.generateIconForUrl(pageUrl)); in onFaviconAvailable()
/dports/net/messagelib/messagelib-21.12.3/webengineviewer/src/autotests/
H A Dwebhittestresulttest.cpp36 QVERIFY(!result.pageUrl().isValid()); in shouldHaveDefaultValues()
57 QCOMPARE(result.pageUrl(), url); in shouldAssignPosAndUrl()
64 QUrl pageUrl(QStringLiteral("http://www.kde.org")); in shouldAssignFromQVariant() local
92 WebEngineViewer::WebHitTestResult result(pos, pageUrl, map); in shouldAssignFromQVariant()
107 QCOMPARE(result.pageUrl(), pageUrl); in shouldAssignFromQVariant()
113 QUrl pageUrl(QStringLiteral("http://www.kde.org")); in shouldCopyWebHitTestResult() local
141 const WebEngineViewer::WebHitTestResult result1(pos, pageUrl, map); in shouldCopyWebHitTestResult()
157 QCOMPARE(result.pageUrl(), pageUrl); in shouldCopyWebHitTestResult()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/icons/
H A DIconRequestBuilder.java33 public IconRequestBuilder pageUrl(String pageUrl) { in pageUrl() method in IconRequestBuilder
34 request.pageUrl = pageUrl; in pageUrl()
122 if (TextUtils.isEmpty(request.pageUrl)) { in build()
/dports/www/firefox/firefox-99.0/widget/cocoa/
H A DnsMacUserActivityUpdater.mm28 NSURL* pageUrl = nsCocoaUtils::ToNSURL(aPageUrl);
29 if (!pageUrl ||
30 (![pageUrl.scheme isEqualToString:@"https"] && ![pageUrl.scheme isEqualToString:@"http"])) {
37 pageTitle = pageUrl.absoluteString;
42 userActivity.webpageURL = pageUrl;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/android/favicon/java/src/org/chromium/chrome/browser/ui/favicon/
H A DFaviconHelper.java169 public boolean getLocalFaviconImageForURL(Profile profile, String pageUrl, in getLocalFaviconImageForURL() argument
173 mNativeFaviconHelper, profile, pageUrl, desiredSizeInPixel, faviconImageCallback); in getLocalFaviconImageForURL()
185 public boolean getForeignFaviconImageForURL(Profile profile, String pageUrl, in getForeignFaviconImageForURL() argument
189 mNativeFaviconHelper, profile, pageUrl, desiredSizeInPixel, faviconImageCallback); in getForeignFaviconImageForURL()
204 public void ensureIconIsAvailable(Profile profile, WebContents webContents, String pageUrl, in ensureIconIsAvailable() argument
207 pageUrl, iconUrl, isLargeIcon, callback); in ensureIconIsAvailable()
255 String pageUrl, int desiredSizeInDip, FaviconImageCallback faviconImageCallback); in getLocalFaviconImageForURL() argument
257 String pageUrl, int desiredSizeInDip, FaviconImageCallback faviconImageCallback); in getForeignFaviconImageForURL() argument
259 WebContents webContents, String pageUrl, String iconUrl, boolean isLargeIcon, in ensureIconIsAvailable() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/customtabs/
H A DCustomTabTaskDescriptionIconGenerator.java56 public Bitmap getBitmap(String pageUrl, Bitmap largestFavicon) { in getBitmap() argument
62 if (TextUtils.equals(pageUrl, mGeneratedPageUrl)) { in getBitmap()
72 mGeneratedPageUrl = pageUrl; in getBitmap()
73 mGeneratedIcon = mGenerator.generateIconForUrl(pageUrl); in getBitmap()
/dports/www/falkon/falkon-3.2.0/src/lib/adblock/
H A Dadblockicon.cpp141 const QUrl pageUrl = view->url(); in clicked() local
148 …if (!pageUrl.host().isEmpty() && manager->isEnabled() && manager->canRunOnScheme(pageUrl.scheme())… in clicked()
149 … host = view->url().host().contains(QLatin1String("www.")) ? pageUrl.host().mid(4) : pageUrl.host(… in clicked()
151 const QString pageFilter = QSL("@@|%1|$document").arg(pageUrl.toString()); in clicked()
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/appid/service_plugins/
H A Dservice_rtmp.cc74 char* pageUrl; member
102 snort_free(ss_tmp->pageUrl); in rtmp_free()
385 else if ( (ss->pageUrl == nullptr) in parse_rtmp_message()
392 ss->pageUrl = duplicate_string(&data, &size); in parse_rtmp_message()
393 if (ss->pageUrl == nullptr) in parse_rtmp_message()
629 snort_free(ss->pageUrl); in validate()
630 ss->swfUrl = ss->pageUrl = nullptr; in validate()
651 if ( ss->pageUrl ) in validate()
655 hsession->set_field(REQ_REFERER_FID, new std::string(ss->pageUrl), args.change_bits); in validate()
657 snort_free(ss->pageUrl); in validate()
[all …]
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/appid/service_plugins/
H A Dservice_rtmp.c78 char *pageUrl; member
128 free(ss_tmp->pageUrl); in rtmp_free()
413 else if ( (ss->pageUrl == NULL) in parse_rtmp_message()
419 ss->pageUrl = duplicate_string(&data, &size); in parse_rtmp_message()
420 if (ss->pageUrl == NULL) in parse_rtmp_message()
667 free(ss->pageUrl); in rtmp_validate()
668 ss->swfUrl = ss->pageUrl = NULL; in rtmp_validate()
692 if (ss->pageUrl != NULL) in rtmp_validate()
700 flowp->hsession->referer = ss->pageUrl; in rtmp_validate()
702 free(ss->pageUrl); in rtmp_validate()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/arthur/baselineserver/src/
H A Dreport.cpp164 QString pageUrl = BaselineServer::baseUrl() + path; in writeFunctionResults() local
171 …t << "<p><a href=\"/cgi-bin/server.cgi?cmd=clearAllBaselines&context=" << ctx << "&url=" << pageUrl in writeFunctionResults()
173 ….cgi?cmd=updateAllBaselines&context=" << ctx << "&mismatchContext=" << misCtx << "&url=" << pageUrl in writeFunctionResults()
209 << "&itemId=" << item.itemName << "&url=" << pageUrl in writeFunctionResults()
232 QString pageUrl = BaselineServer::baseUrl() + path; in writeItem() local
243 … << "&itemFile=" << itemFile << "&url=" << pageUrl << "\">Let this be the new baseline</a></p>\n" in writeItem()
245 … << "&itemId=" << item.itemName << "&url=" << pageUrl << "\">Blacklist this item</a></p>\n"; in writeItem()
248 << "&compared=" << compared << "&url=" << pageUrl << "\">Inspect</a></p>\n" in writeItem()

12345678910>>...17