Home
last modified time | relevance | path

Searched refs:has_url (Results 1 – 25 of 118) sorted by relevance

12345

/dports/science/gramps/gramps-5.1.4/gramps/plugins/webreport/
H A Daddressbook.py68 def __init__(self, report, title, person_handle, has_add, has_res, has_url): argument
111 if has_url:
112 addressbookdetail += self.display_url_list(has_url)
H A Daddressbooklist.py125 has_url) in has_url_addr_res:
145 if has_url:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/fuchsia/base/
H A Dtest_navigation_listener.cc95 if (change.has_url()) in OnNavigationStateChanged()
111 if (current_state_.has_url()) in OnNavigationStateChanged()
150 if (expected.has_url() && in AllFieldsMatch()
151 (!current_state_.has_url() || expected.url() != current_state_.url())) { in AllFieldsMatch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/fuchsia/base/
H A Dtest_navigation_listener.cc115 if (change.has_url()) in OnNavigationStateChanged()
134 if (current_state_.has_url()) { in OnNavigationStateChanged()
187 if (expected.has_url() && in AllFieldsMatch()
188 (!current_state_.has_url() || expected.url() != current_state_.url())) { in AllFieldsMatch()
/dports/www/p5-Facebook-Graph/Facebook-Graph-1.0801/lib/Facebook/Graph/Publish/
H A DPhoto.pm50 if ($self->has_url) {
56 return $self->has_url ? $post : ( Content_Type => 'form-data', Content => $post );
/dports/deskutils/gnote/gnote-41.1/src/
H A Dnoteeditor.cpp103 bool has_url = false; in on_drag_data_received() local
109 has_url = true; in on_drag_data_received()
114 if (has_url) { in on_drag_data_received()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/dom_distiller/core/
H A Ddistilled_content_store.cc78 if (page.has_url()) { in AddUrlToIdMapping()
88 if (page.has_url()) { in EraseUrlToIdMapping()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/dom_distiller/core/
H A Ddistilled_content_store.cc78 if (page.has_url()) { in AddUrlToIdMapping()
88 if (page.has_url()) { in EraseUrlToIdMapping()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/canvas/
H A Dcanvas_rendering_context.cc173 const bool has_url = (source_url.IsValid() && !source_url.IsAboutBlankURL()); in WouldTaintOrigin() local
174 if (has_url && source_url.ProtocolIsData()) in WouldTaintOrigin()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/canvas/
H A Dcanvas_rendering_context.cc178 const bool has_url = (source_url.IsValid() && !source_url.IsAboutBlankURL()); in WouldTaintOrigin() local
179 if (has_url && source_url.ProtocolIsData()) in WouldTaintOrigin()
/dports/mail/evolution/evolution-3.42.1/src/modules/calendar/
H A De-cal-shell-view-memopad.c324 gboolean has_url = FALSE; in e_cal_shell_view_memopad_actions_update() local
344 has_url |= e_cal_util_component_has_property (comp_data->icalcomp, I_CAL_URL_PROPERTY); in e_cal_shell_view_memopad_actions_update()
357 sensitive = (n_selected == 1) && has_url; in e_cal_shell_view_memopad_actions_update()
H A De-cal-shell-view-taskpad.c419 gboolean has_url = FALSE; in e_cal_shell_view_taskpad_actions_update() local
450 has_url |= e_cal_util_component_has_property (comp_data->icalcomp, I_CAL_URL_PROPERTY); in e_cal_shell_view_taskpad_actions_update()
480 sensitive = (n_selected == 1) && has_url; in e_cal_shell_view_taskpad_actions_update()
H A De-memo-shell-content.c273 gboolean has_url = FALSE; in memo_shell_content_check_state() local
293 has_url |= e_cal_util_component_has_property (comp_data->icalcomp, I_CAL_URL_PROPERTY); in memo_shell_content_check_state()
303 if (has_url) in memo_shell_content_check_state()
H A De-task-shell-content.c271 gboolean has_url = FALSE; in task_shell_content_check_state() local
302 has_url |= e_cal_util_component_has_property (comp_data->icalcomp, I_CAL_URL_PROPERTY); in task_shell_content_check_state()
323 if (has_url) in task_shell_content_check_state()
/dports/www/py-requests-cache/requests-cache-0.4.13/tests/
H A Dtest_thread_safety.py39 self.assert_(s.cache.has_url('%s?param=%s' % (url, i)))
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/safe_browsing/telemetry/android/
H A Dandroid_telemetry_service_unittest.cc233 ASSERT_TRUE(report->has_url()); in TEST_F()
240 ASSERT_TRUE(report->download_item_info().has_url()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/schema_org/templates/
H A Dschema_org_property_configurations.cc.tmpl22 /* .url = */ {{'true' if property.has_url else 'false'}},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/fuchsia/engine/browser/
H A Dnavigation_controller_impl.cc259 DCHECK(new_entry.has_url()); in DiffNavigationEntries()
260 if (!old_entry.has_url() || (new_entry.url() != old_entry.url())) { in DiffNavigationEntries()
H A Dframe_impl_unittest.cc61 EXPECT_TRUE(difference.has_url()); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/fuchsia/engine/browser/
H A Dnavigation_controller_impl.cc272 DCHECK(new_entry.has_url()); in DiffNavigationEntries()
273 if (!old_entry.has_url() || (new_entry.url() != old_entry.url())) { in DiffNavigationEntries()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/schema_org/templates/
H A Dschema_org_property_configurations.cc.tmpl25 /* .url = */ {{'true' if property.has_url else 'false'}},
/dports/deskutils/synapse/synapse-0.2.99.4/src/plugins/
H A Dopensearch.vala89 bool has_url = false;
108 return is_opensearch && has_name && has_desc && has_url;
129 has_url = true;
/dports/lang/yap/yap-6.2.2/packages/RDF/
H A Dw3c_test.pl212 message(@arg1, has_url, discussion)),
216 message(@arg1, has_url, approval)),
281 has_url(Item, Which:name) :->
/dports/lang/swi-pl/swipl-8.2.3/packages/RDF/
H A Dw3c_test.pl241 message(@arg1, has_url, discussion)),
245 message(@arg1, has_url, approval)),
310 has_url(Item, Which:name) :->
/dports/lang/yap/yap-6.2.2/packages/sgml/RDF/
H A Dw3c_test.pl212 message(@arg1, has_url, discussion)),
216 message(@arg1, has_url, approval)),
281 has_url(Item, Which:name) :->

12345