Home
last modified time | relevance | path

Searched refs:Locators (Results 26 – 50 of 371) sorted by relevance

12345678910>>...15

/dports/devel/matreshka/matreshka-0.7.0/examples/sax_events_printer/
H A Devents_printers.adb52 function Image (Item : XML.SAX.Locators.SAX_Locator)
203 function Image (Item : XML.SAX.Locators.SAX_Locator)
285 Locator : XML.SAX.Locators.SAX_Locator) is
/dports/textproc/xmlada/xmlada-e5bbafe/sax/
H A Dsax-locators.adb28 package body Sax.Locators is
213 end Sax.Locators;
H A Ddummy_sax.adb5 with Sax.Locators;
H A Dsax-readers.adb36 with Sax.Locators; use Sax.Locators;
266 Location : Sax.Locators.Location;
670 Loc : Sax.Locators.Location);
680 Loc : Sax.Locators.Location);
936 Id2 : Sax.Locators.Location := Loc;
986 Loc : Sax.Locators.Location)
988 Id2 : Sax.Locators.Location := Loc;
1020 Loc : Sax.Locators.Location)
1022 Id2 : Sax.Locators.Location := Loc;
1348 Id : Sax.Locators.Location;
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/src/plugins/share/common/url_service/locators/
H A DREADME.md1 # Locators chapter
3 ## Locators service
6 can register a *locator*. Locators provide backward compatibility support
90 Consumers of the Locators service can use the locators to generate deep links
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_epi/src/
H A Dcouch_epi_data.erl31 Locators = locate_sources(Specs),
32 case lists:foldl(fun collect_data/2, {ok, [], []}, Locators) of
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/docs/
H A DRESOURCES14 RFC 1738 - Uniform Resource Locators
18 RFC 1808 - Relative Uniform Resource Locators
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/docs/
H A DRESOURCES14 RFC 1738 - Uniform Resource Locators
18 RFC 1808 - Relative Uniform Resource Locators
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/docs/
H A DRESOURCES14 RFC 1738 - Uniform Resource Locators
18 RFC 1808 - Relative Uniform Resource Locators
/dports/devel/matreshka/matreshka-0.7.0/testsuite/xml/
H A Dsax_events_writers.ads53 with XML.SAX.Locators;
148 Locator : XML.SAX.Locators.SAX_Locator);
/dports/devel/ada-util/ada-util-b6612400/src/xml/
H A Dutil-serialize-io-xml-get_location-xmlada-3.adb20 with Sax.Locators;
H A Dutil-serialize-io-xml-get_location-xmlada-4.adb20 with Sax.Locators;
/dports/mail/mailutils/mailutils-3.13/doc/rfc/
H A DREADME12 1738 Uniform Resource Locators (URL)
27 2111 Content-ID and Message-ID Uniform Resource Locators
/dports/devel/texlab/citeproc-rs-5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3/crates/proc/src/disamb/
H A Dref_context.rs50 use citeproc_io::Locators; in from_cite_context()
57 Locators::Single(l) => Some(l.loc_type), in from_cite_context()
59 Locators::Multiple { .. } => None, in from_cite_context()
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkCellPicker.cxx49 this->Locators = vtkCollection::New(); in vtkCellPicker()
77 this->Locators->Delete(); in ~vtkCellPicker()
179 if (!this->Locators->IsItemPresent(locator)) in AddLocator()
181 this->Locators->AddItem(locator); in AddLocator()
188 this->Locators->RemoveItem(locator); in RemoveLocator()
194 this->Locators->RemoveAllItems(); in RemoveAllLocators()
357 this->Locators->InitTraversal(iter); in IntersectActorWithLine()
359 this->Locators->GetNextItemAsObject(iter))) ) in IntersectActorWithLine()
/dports/textproc/xmlada/xmlada-e5bbafe/schema/
H A Dschema-validators.adb33 with Sax.Locators; use Sax.Locators;
106 Loc : Sax.Locators.Location := Sax.Locators.No_Location;
188 Loc : Sax.Locators.Location)
230 Loc : Sax.Locators.Location)
294 Loc : Sax.Locators.Location)
794 Location => Sax.Locators.No_Location);
1176 Loc : Sax.Locators.Location)
1952 Loc : Sax.Locators.Location;
2011 Loc : Sax.Locators.Location) is
2040 Loc : Sax.Locators.Location;
/dports/textproc/xmlada/xmlada-e5bbafe/tests/sax/
H A Ddebug_readers.adb29 with Sax.Locators; use Sax.Locators;
166 Loc : in out Sax.Locators.Locator) is
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkCellPicker.cxx53 this->Locators = vtkCollection::New(); in vtkCellPicker()
81 this->Locators->Delete(); in ~vtkCellPicker()
185 if (!this->Locators->IsItemPresent(locator)) in AddLocator()
187 this->Locators->AddItem(locator); in AddLocator()
194 this->Locators->RemoveItem(locator); in RemoveLocator()
200 this->Locators->RemoveAllItems(); in RemoveAllLocators()
645 this->Locators->InitTraversal(iter); in IntersectDataSetWithLine()
647 this->Locators->GetNextItemAsObject(iter))) ) in IntersectDataSetWithLine()
/dports/net/routinator/routinator-0.10.2/tals/
H A DREADME.md1 Trust Anchor Locators
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkCellPicker.cxx61 this->Locators = vtkCollection::New(); in vtkCellPicker()
89 this->Locators->Delete(); in ~vtkCellPicker()
190 if (!this->Locators->IsItemPresent(locator)) in AddLocator()
192 this->Locators->AddItem(locator); in AddLocator()
199 this->Locators->RemoveItem(locator); in RemoveLocator()
205 this->Locators->RemoveAllItems(); in RemoveAllLocators()
636 this->Locators->InitTraversal(iter); in IntersectDataSetWithLine()
638 (locator = static_cast<vtkAbstractCellLocator*>(this->Locators->GetNextItemAsObject(iter)))) in IntersectDataSetWithLine()
/dports/math/vtk9/VTK-9.1.0/Filters/FlowPaths/
H A DvtkLagrangianBasicIntegrationModel.cxx95 this->Locators = new vtkLocatorsType; in vtkLagrangianBasicIntegrationModel()
112 delete this->Locators; in ~vtkLagrangianBasicIntegrationModel()
219 this->Locators->push_back(locator); in AddDataSet()
235 this->Locators->clear(); in ClearDataSets()
730 loc = (*this->Locators)[data->LastDataSetIndex]; in FindInLocators()
767 loc = (*this->Locators)[iDs]; in FindInLocators()
/dports/www/phpbb3/phpBB3/config/default/container/
H A Dservices_routing.yml56 # ---- Resources Locators ----
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/react-markdown/node_modules/remark-parse/
H A Dreadme.md272 “eating”. Locators enable tokenizers to function faster by providing
313 Locators are required for inline tokenization to keep the process
314 performant. Locators enable inline tokenizers to function faster by
315 providing information on the where the next entity occurs. Locators
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/remark-parse/
H A Dreadme.md272 “eating”. Locators enable tokenizers to function faster by providing
313 Locators are required for inline tokenization to keep the process
314 performant. Locators enable inline tokenizers to function faster by
315 providing information on the where the next entity occurs. Locators
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/remark-parse/
H A Dreadme.md272 “eating”. Locators enable tokenizers to function faster by providing
313 Locators are required for inline tokenization to keep the process
314 performant. Locators enable inline tokenizers to function faster by
315 providing information on the where the next entity occurs. Locators

12345678910>>...15