Home
last modified time | relevance | path

Searched refs:Starts_With (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/aunit/aunit-gpl-2017-src/include/aunit/framework/
H A Daunit-test_filters.adb35 function Starts_With (Str : String; Prefix : String) return Boolean; subprogspec
42 function Starts_With (Str : String; Prefix : String) return Boolean is subprogram
49 end Starts_With;
83 return Starts_With
87 return Starts_With
/dports/devel/matreshka/matreshka-0.7.0/source/league/
H A Dleague-string_vectors.adb466 function Starts_With subprogram
476 end Starts_With;
482 function Starts_With subprogram
500 end Starts_With;
506 function Starts_With subprogram
510 return Self.Starts_With (League.Strings.To_Universal_String (String));
511 end Starts_With;
H A Dleague-string_vectors.ads137 function Starts_With subprogspec
140 function Starts_With subprogspec
143 function Starts_With subprogspec
H A Dmatreshka-internals-strings-handlers.adb201 not overriding function Starts_With subprogram
236 end Starts_With;
H A Dmatreshka-internals-strings-handlers.ads135 not overriding function Starts_With subprogspec
H A Dleague-strings.ads364 function Starts_With subprogspec
367 function Starts_With subprogspec
H A Dleague-strings.adb2033 function Starts_With subprogram
2037 return String_Handler.Starts_With (Self.Data, Pattern.Data);
2038 end Starts_With;
2044 function Starts_With subprogram
2048 return Self.Starts_With (To_Universal_String (Pattern));
2049 end Starts_With;
/dports/devel/matreshka/matreshka-0.7.0/source/xml/catalogs/
H A Dmatreshka-xml_catalogs-resolver.adb300 if System_Id.Starts_With
390 if System_Id.Starts_With
495 if Public_Id.Starts_With
734 if URI.Starts_With (File.Rewrite_URI_Entries.Element (J).Prefix) then
802 if URI.Starts_With (File.Delegate_URI_Entries.Element (J).Prefix) then
H A Dmatreshka-xml_catalogs-normalization.adb263 if not URI.Starts_With (PublicId_URN_Namespace) then
/dports/lang/adacontrol/adactl-1.18r9/src/
H A Drules-not_selected_name.adb176 if Elem_Name = Decl_Name or else Starts_With (Elem_Name, Decl_Name & '.') then
207 … if Elem_Unit_Name = Decl_Unit_Name or else Starts_With (Elem_Unit_Name, Decl_Unit_Name & '.') then
H A Drules-dependencies.adb381 …and then Starts_With (To_Upper (Full_Name_Image (Elem)), To_Upper (Full_Name_Image (This_Name)) & …
388 … and then Starts_With (To_Upper (Full_Name_Image (Elem)), To_Upper (Full_Name_Image (This_Name)))
H A Dutilities.ads97 function Starts_With (Name : Wide_String; Pattern : Wide_String) return Boolean; subprogspec
H A Dutilities.adb367 function Starts_With (Name : Wide_String; Pattern : Wide_String) return Boolean is subprogram
371 end Starts_With;
H A Dframework-language-commands.adb320 elsif Upper_On = "VARIABLES" or else Starts_With (Upper_On, "VARIABLES ") then
/dports/devel/matreshka/matreshka-0.7.0/source/web/spikedog/core/
H A Dmatreshka-servlet_dispatchers.adb93 elsif URL_Pattern.Starts_With (Asterisk_Full_Stop) then
113 elsif URL_Pattern.Starts_With (Solidus) then
/dports/devel/matreshka/matreshka-0.7.0/source/amf/mof/xmi/
H A Damf-internals-xmi_entity_resolvers.adb93 if Absolute_System_Id.Starts_With (File_Protocol_Prefix) then
/dports/devel/matreshka/matreshka-0.7.0/source/xml/sax/
H A Dxml-sax-input_sources-streams-files-naming_utilities__posix.adb130 if URI.Starts_With (File_Protocol_Prefix) then
/dports/devel/matreshka/matreshka-0.7.0/source/uaflex/
H A Duaflex-generator-oop_handler.adb77 if not Unit.Starts_With (Types) then
H A Duaflex-nodes.adb133 if Text.Starts_With ("<") then
/dports/textproc/xmlada/xmlada-e5bbafe/sax/
H A Dsax-utils.ads146 function Starts_With (S1, S2 : Unicode.CES.Byte_Sequence) return Boolean; subprogspec
H A Dsax-utils.adb1216 function Starts_With (S1, S2 : Unicode.CES.Byte_Sequence) return Boolean is subprogram
1220 end Starts_With;
/dports/devel/matreshka/matreshka-0.7.0/source/web/tools/a2js/
H A Dasis2js.adb227 if Arguments (J).Starts_With ("-I") then
H A Dproperties-expressions-function_calls.adb186 or else Func.Starts_With ("System.Address_To_Access_Conversions.")
/dports/devel/matreshka/matreshka-0.7.0/testsuite/xml/
H A Dsax_events_writers.adb455 if Base_URI.Starts_With (Self.URI) then
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-comlin.adb1851 function Starts_With subprogspec
2021 function Starts_With subprogram
2082 end Starts_With;
2085 procedure Foreach_Starts_With is new Foreach_Switch (Starts_With);

12