Home
last modified time | relevance | path

Searched refs:Locators (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/dports/devel/texlab/citeproc-rs-5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3/crates/io/src/
H A Dcite.rs71 pub locators: Option<Locators>,
79 pub enum Locators { enum
84 impl Locators { implementation
87 Locators::Single(l) => Some(l), in single()
88 Locators::Multiple { locators } => locators.get(0), in single()
93 Locators::Multiple { locators } => { in into_option()
98 Some(Locators::Single(first)) in into_option()
100 Some(Locators::Multiple { locators }) in into_option()
110 fn get_locators<'de, D>(d: D) -> Result<Option<Locators>, D::Error> in get_locators() argument
114 Ok(Option::<Locators>::deserialize(d)?.and_then(|me| me.into_option())) in get_locators()
/dports/textproc/xmlada/xmlada-e5bbafe/schema/
H A Dschema-schema_readers.ads30 with Sax.Locators;
100 Loc : Sax.Locators.Location := Sax.Locators.No_Location;
110 Loc : Sax.Locators.Location;
127 Loc : Sax.Locators.Location := Sax.Locators.No_Location;
147 Loc : Sax.Locators.Location;
154 Loc : Sax.Locators.Location;
164 Loc : Sax.Locators.Location;
208 Loc : Sax.Locators.Location := Sax.Locators.No_Location;
234 Loc : Sax.Locators.Location := Sax.Locators.No_Location;
H A Dschema-simple_types.ads29 with Sax.Locators; use Sax.Locators;
272 Loc : Sax.Locators.Location;
276 Sax.Locators.No_Location);
290 Loc : Sax.Locators.Location);
299 Error_Loc : out Sax.Locators.Location);
H A Dschema-validators.ads31 with Sax.Locators;
450 Error_Location : Sax.Locators.Location;
635 Loc : Sax.Locators.Location := Sax.Locators.No_Location;
649 Loc : Sax.Locators.Location;
675 Loc : Sax.Locators.Location;
686 Loc : Sax.Locators.Location);
736 Loc : Sax.Locators.Location);
742 Loc : Sax.Locators.Location);
779 Loc : Sax.Locators.Location);
796 Loc : Sax.Locators.Location);
/dports/textproc/xmlada/xmlada-e5bbafe/sax/
H A Dsax-exceptions.ads25 with Sax.Locators;
68 Loc : Sax.Locators.Location)
74 Loc : Sax.Locators.Location)
79 return Sax.Locators.Location;
90 Loc : Sax.Locators.Location;
H A Dsax-exceptions.adb26 with Sax.Locators; use Sax.Locators;
90 Loc : Sax.Locators.Location)
108 Loc : Sax.Locators.Location)
124 return Sax.Locators.Location is
H A Dsax-readers.ads29 with Sax.Locators;
318 Location : Sax.Locators.Location;
352 (Handler : in out Sax_Reader; Loc : in out Sax.Locators.Locator) is null;
362 (Handler : Sax_Reader) return Sax.Locators.Location;
685 (Elem : Element_Access) return Sax.Locators.Location;
687 (Elem : Element_Access) return Sax.Locators.Location;
746 Loc : in out Sax.Locators.Locator);
921 Save_Loc : Sax.Locators.Location;
988 Start : Sax.Locators.Location; -- Start tag location
989 Start_Tag_End : Sax.Locators.Location := Sax.Locators.No_Location;
[all …]
H A Dsax-locators.ads33 package Sax.Locators is
103 end Sax.Locators;
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/exec/
H A DCellLocatorMultiplexer.h43 vtkm::exec::internal::Variant<LocatorTypes...> Locators; variable
50 : Locators(locator) in CellLocatorMultiplexer()
58 return this->Locators.CastAndCall(detail::FindCellFunctor{}, point, cellId, parametric); in FindCell()
/dports/devel/matreshka/matreshka-0.7.0/testsuite/xml/
H A Dxmlcatconf-testsuite_handlers.ads48 private with XML.SAX.Locators;
63 Locator : XML.SAX.Locators.SAX_Locator;
80 Locator : XML.SAX.Locators.SAX_Locator);
H A Dxmlconf-testsuite_handlers.ads51 with XML.SAX.Locators;
78 Locator : XML.SAX.Locators.SAX_Locator;
99 Locator : XML.SAX.Locators.SAX_Locator);
H A Dxmlconf-canonical_writers.ads54 with XML.SAX.Locators;
80 Locator : XML.SAX.Locators.SAX_Locator;
135 Locator : XML.SAX.Locators.SAX_Locator);
/dports/devel/matreshka/matreshka-0.7.0/source/xml/sax/
H A Dxml-sax-locators-internals.ads49 package XML.SAX.Locators.Internals is
57 end XML.SAX.Locators.Internals;
H A Dxml-sax-locators-internals.adb45 package body XML.SAX.Locators.Internals is
60 end XML.SAX.Locators.Internals;
H A Dxml-sax-locators.ads62 package XML.SAX.Locators is
113 end XML.SAX.Locators;
H A Dxml-sax-locators.adb45 package body XML.SAX.Locators is
142 end XML.SAX.Locators;
H A Dxml-sax-content_handlers.ads47 with XML.SAX.Locators;
164 Locator : XML.SAX.Locators.SAX_Locator) is null;
/dports/devel/ada-util/ada-util-b6612400/src/xml/
H A Dutil-serialize-io-xml.adb28 use Sax.Locators;
85 Loc : in out Sax.Locators.Locator) is
308 if Handler.Locator = Sax.Locators.No_Locator then
311 return File & Sax.Locators.To_String (Handler.Locator);
403 Handler.Locator := Sax.Locators.No_Locator;
409 Handler.Locator := Sax.Locators.No_Locator;
415 Handler.Locator := Sax.Locators.No_Locator;
H A Dutil-serialize-io-xml.ads20 with Sax.Locators;
117 Loc : in out Sax.Locators.Locator);
200 Locator : Sax.Locators.Locator;
/dports/devel/matreshka/matreshka-0.7.0/source/web/tools/wsdl2ada/
H A Dwsdl-parsers.ads50 private with XML.SAX.Locators;
118 Locator : XML.SAX.Locators.SAX_Locator;
161 Locator : XML.SAX.Locators.SAX_Locator);
/dports/devel/matreshka/matreshka-0.7.0/source/xml/catalogs/
H A Dmatreshka-xml_catalogs-handlers.ads52 private with XML.SAX.Locators;
94 Locator : XML.SAX.Locators.SAX_Locator;
135 Locator : XML.SAX.Locators.SAX_Locator);
/dports/textproc/xmlada/xmlada-e5bbafe/docs/dom/
H A Ddom_with_location.adb9 with Sax.Locators; use Sax.Locators;
/dports/devel/matreshka/matreshka-0.7.0/examples/sax_events_printer/
H A Devents_printers.ads53 with XML.SAX.Locators;
66 Locator : XML.SAX.Locators.SAX_Locator;
141 Locator : XML.SAX.Locators.SAX_Locator);
/dports/devel/matreshka/matreshka-0.7.0/source/amf/mof/xmi/
H A Damf-internals-xmi_handlers.ads51 private with XML.SAX.Locators;
128 Locator : XML.SAX.Locators.SAX_Locator;
156 Locator : XML.SAX.Locators.SAX_Locator);
/dports/textproc/xmlada/xmlada-e5bbafe/tests/sax/
H A Ddebug_readers.ads25 with Sax.Locators;
55 Loc : in out Sax.Locators.Locator);
143 Locator : Sax.Locators.Locator;

12345678910>>...15