Home
last modified time | relevance | path

Searched refs:absolute_location (Results 1 – 25 of 32) sorted by relevance

12

/dports/textproc/py-rdflib/rdflib-5.0.0/rdflib/
H A Dparser.py180 absolute_location = None # Further to fix for issue 130
188 absolute_location = URIRef(location, base=base).defrag()
189 if absolute_location.startswith("file:///"):
190 filename = url2pathname(absolute_location.replace("file:///", "/"))
193 input_source = URLInputSource(absolute_location, format)
215 input_source.setPublicId(absolute_location or "")
/dports/net/py-zeep/zeep-4.1.0/src/zeep/
H A Dloader.py86 url = absolute_location(url, base_url)
106 url = absolute_location(url, base_url)
119 url = absolute_location(url, base_url)
132 def absolute_location(location, base): function
/dports/x11-fm/caja/caja-1.26.0/src/
H A Dcaja-location-entry.c100 char *absolute_location; in EEL_CLASS_BOILERPLATE() local
102absolute_location = g_build_filename (entry->details->current_directory, user_location, NULL); in EEL_CLASS_BOILERPLATE()
104 absolute_location); in EEL_CLASS_BOILERPLATE()
105 g_free (absolute_location); in EEL_CLASS_BOILERPLATE()
/dports/x11-fm/nemo/nemo-4.8.3/src/
H A Dnemo-location-entry.c74 char *suffix, *user_location, *absolute_location, *uri_scheme; in try_to_expand_path() local
86 absolute_location = g_build_filename (entry->details->current_directory, user_location, NULL); in try_to_expand_path()
88 absolute_location); in try_to_expand_path()
89 g_free (absolute_location); in try_to_expand_path()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/
H A Ddependency.cpp208 std::string absolute_location = Glib::build_filename(base_directory, location); in check() local
209 if (!Glib::file_test(absolute_location, filetest)) { in check()
212 _absolute_location = absolute_location; in check()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/input/
H A Dtouch.cc90 LayoutPoint absolute_location) in Touch() argument
100 absolute_location_(absolute_location) {} in Touch()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/input/
H A Dtouch.cc90 LayoutPoint absolute_location) in Touch() argument
100 absolute_location_(absolute_location) {} in Touch()
H A Dtouch.h84 LayoutPoint absolute_location);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/exported/
H A Dweb_plugin_container_impl.cc865 FloatPoint absolute_location = in HandleWheelEvent() local
869 absolute_location = in HandleWheelEvent()
870 ParentFrameView()->ConvertFromRootFrame(absolute_location); in HandleWheelEvent()
873 element_->GetLayoutObject()->AbsoluteToLocalFloatPoint(absolute_location); in HandleWheelEvent()
961 FloatPoint absolute_location = in TransformTouchEvent() local
965 absolute_location = parent->ConvertFromRootFrame(absolute_location); in TransformTouchEvent()
969 absolute_location); in TransformTouchEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/exported/
H A Dweb_plugin_container_impl.cc901 FloatPoint absolute_location = in HandleWheelEvent() local
905 absolute_location = in HandleWheelEvent()
906 ParentFrameView()->ConvertFromRootFrame(absolute_location); in HandleWheelEvent()
909 element_->GetLayoutObject()->AbsoluteToLocalFloatPoint(absolute_location); in HandleWheelEvent()
991 FloatPoint absolute_location = in TransformTouchEvent() local
995 absolute_location = parent->ConvertFromRootFrame(absolute_location); in TransformTouchEvent()
999 absolute_location); in TransformTouchEvent()
/dports/lang/yap/yap-6.2.2/packages/http/
H A Dhttp_path.pl117 absolute_location(Spec, Base, Path, Options),
120 absolute_location(Spec, Base, Path, _Options) :-
123 absolute_location(Spec, Base, Path, Options) :-
134 absolute_location(Parent, /, ParentLocation, Options),
/dports/lang/swi-pl/swipl-8.2.3/packages/http/
H A Dhttp_path.pl178 absolute_location(Spec, Base, Path, Options),
181 absolute_location(Spec, Base, Path, _Options) :-
185 absolute_location(Spec, Base, Path, Options) :-
202 absolute_location(Parent, /, ParentLocation, Options),
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/presets/operator/curve.torus_knot_plus/
H A D13x8_wicker_globe.py8 op.absolute_location = False
H A D7x6.py8 op.absolute_location = False
H A D9x9_color.py8 op.absolute_location = False
H A Dsnowflake_(2d).py8 op.absolute_location = False
H A Dsun_cross_(2d).py8 op.absolute_location = False
H A Dbraided_coil.py8 op.absolute_location = False
H A Dflower_mesh_(2d).py8 op.absolute_location = False
H A Dwicker_basket.py8 op.absolute_location = False
H A Dslinky_knot.py8 op.absolute_location = False
H A Dtripple_dna.py8 op.absolute_location = False
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-location-entry.c396 g_autofree char *absolute_location = NULL; in update_completions_store() local
430 absolute_location = g_build_filename (priv->current_directory, user_location, NULL); in update_completions_store()
434 absolute_location = g_steal_pointer (&user_location); in update_completions_store()
437 completions = g_filename_completer_get_completions (priv->completer, absolute_location); in update_completions_store()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_embedded_content.cc376 PhysicalOffset absolute_location = in UpdateGeometry() local
379 absolute_replaced_rect.Move(absolute_location); in UpdateGeometry()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_embedded_content.cc398 PhysicalOffset absolute_location = in UpdateGeometry() local
401 absolute_replaced_rect.Move(absolute_location); in UpdateGeometry()

12