Home
last modified time | relevance | path

Searched refs:ToObjects (Results 1 – 25 of 29) sorted by relevance

12

/dports/textproc/p5-libxml/libxml-perl-0.08/doc/
H A DUsingPatActModules.pod23 ::ToObjects Convert XML instances into Perl objects
33 use XML::PatAct::ToObjects;
42 my $handler = XML::PatAct::ToObjects->new( Patterns => $patterns,
48 The example above use the MatchName and ToObjects pattern and action
50 the format specified by MatchName and ToObjects, other modules will
53 ToObjects support describe how to create Perl objects from the XML
59 XML::PatAct::ToObjects. $handler is created and associated with the
69 matching object) to produce the output from XML::PatAct::ToObjects,
73 usage of the MatchName and ToObjects modules, including source XML, is
74 in the documentation for the XML::PatAct::ToObjects module. The
/dports/textproc/p5-libxml/libxml-perl-0.08/examples/
H A Dschema.pl13 use XML::PatAct::ToObjects;
29 my $handler = XML::PatAct::ToObjects->new( Patterns => $patterns,
/dports/textproc/p5-XML-Grove/XML-Grove-0.46alpha/
H A DChangeLog44 XML::Grove::ToObjects
48 * lib/XML/Grove/ToObjects.pm: deleted, replaced by
49 XML::PatAct::ToObjects
H A DREADME114 XML::Grove::ToObjects OBSOLETE
116 XML::PatAct::ToObjects in libxml-perl.
/dports/textproc/p5-libxml/libxml-perl-0.08/
H A DChangeLog52 lib/XML/PatAct/MatchName.pm, lib/XML/PatAct/ToObjects.pm: added
84 * lib/XML/PatAct/ToObjects.pm (_parse_action): removed debugging
103 * lib/XML/PatAct/ToObjects.pm (new):
121 * lib/XML/PatAct/ToObjects.pm: add CopyAttributes option, add
138 lib/XML/PatAct/ToObjects.pm: added
H A DChanges56 - XML::PatAct::ToObjects: removed leftover debugging statement
79 - XML::PatAct::ToObjects: add CopyAttributes option, add
94 XML::PatAct::ToObjects
H A Dlibxml-perl-0.08.spec62 /usr/lib/perl5/XML/PatAct/ToObjects.pm
78 /usr/lib/perl5/man/man3/XML::PatAct::ToObjects.3
H A Dlibxml-perl.spec62 /usr/lib/perl5/XML/PatAct/ToObjects.pm
78 /usr/lib/perl5/man/man3/XML::PatAct::ToObjects.3
H A DREADME104 XML::PatAct::ToObjects ALPHA
105 ToObjects is a PatAct action module. ToObjects can be used to
H A DMANIFEST33 lib/XML/PatAct/ToObjects.pm
/dports/textproc/p5-libxml/libxml-perl-0.08/t/
H A Dschema.t18 use XML::PatAct::ToObjects;
36 my $handler = XML::PatAct::ToObjects->new( Patterns => $patterns,
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Common/
H A DEnumerableExtensions.cs23 public static List<object> ToObjects<T>(this IEnumerable<T> items) in ToObjects() method in ServiceStack.Common.EnumerableExtensions
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Common/Extensions/
H A DEnumerableExtensions.cs72 public static List<object> ToObjects<T>(this IEnumerable<T> items) in ToObjects() method in ServiceStack.Common.Extensions.EnumerableExtensions
/dports/textproc/p5-libxml/libxml-perl-0.08/lib/XML/PatAct/
H A DToObjects.pm18 package XML::PatAct::ToObjects;
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DASTImporter.cpp6969 SmallVector<ExprWithCleanups::CleanupObject, 8> ToObjects(E->getNumObjects()); in VisitExprWithCleanups() local
6970 if (Error Err = ImportContainerChecked(E->getObjects(), ToObjects)) in VisitExprWithCleanups()
6975 ToObjects); in VisitExprWithCleanups()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7372 SmallVector<ExprWithCleanups::CleanupObject, 8> ToObjects(E->getNumObjects()); in VisitExprWithCleanups() local
7373 if (Error Err = ImportContainerChecked(E->getObjects(), ToObjects)) in VisitExprWithCleanups()
7378 ToObjects); in VisitExprWithCleanups()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DASTImporter.cpp7338 SmallVector<ExprWithCleanups::CleanupObject, 8> ToObjects(E->getNumObjects()); in VisitExprWithCleanups() local
7339 if (Error Err = ImportContainerChecked(E->getObjects(), ToObjects)) in VisitExprWithCleanups()
7344 ToObjects); in VisitExprWithCleanups()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DASTImporter.cpp7439 SmallVector<ExprWithCleanups::CleanupObject, 8> ToObjects(E->getNumObjects()); in VisitExprWithCleanups() local
7440 if (Error Err = ImportContainerChecked(E->getObjects(), ToObjects)) in VisitExprWithCleanups()
7445 ToObjects); in VisitExprWithCleanups()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DASTImporter.cpp7319 SmallVector<ExprWithCleanups::CleanupObject, 8> ToObjects(E->getNumObjects()); in VisitExprWithCleanups() local
7320 if (Error Err = ImportContainerChecked(E->getObjects(), ToObjects)) in VisitExprWithCleanups()
7325 ToObjects); in VisitExprWithCleanups()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DASTImporter.cpp7333 SmallVector<ExprWithCleanups::CleanupObject, 8> ToObjects(E->getNumObjects()); in VisitExprWithCleanups() local
7334 if (Error Err = ImportContainerChecked(E->getObjects(), ToObjects)) in VisitExprWithCleanups()
7339 ToObjects); in VisitExprWithCleanups()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DASTImporter.cpp7372 SmallVector<ExprWithCleanups::CleanupObject, 8> ToObjects(E->getNumObjects()); in VisitExprWithCleanups() local
7373 if (Error Err = ImportContainerChecked(E->getObjects(), ToObjects)) in VisitExprWithCleanups()
7378 ToObjects); in VisitExprWithCleanups()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DASTImporter.cpp7075 SmallVector<ExprWithCleanups::CleanupObject, 8> ToObjects(E->getNumObjects()); in VisitExprWithCleanups() local
7076 if (Error Err = ImportContainerChecked(E->getObjects(), ToObjects)) in VisitExprWithCleanups()
7081 ToObjects); in VisitExprWithCleanups()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/
H A DASTImporter.cpp7439 SmallVector<ExprWithCleanups::CleanupObject, 8> ToObjects(E->getNumObjects()); in VisitExprWithCleanups() local
7440 if (Error Err = ImportContainerChecked(E->getObjects(), ToObjects)) in VisitExprWithCleanups()
7445 ToObjects); in VisitExprWithCleanups()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DASTImporter.cpp7711 SmallVector<ExprWithCleanups::CleanupObject, 8> ToObjects(E->getNumObjects()); in VisitExprWithCleanups() local
7712 if (Error Err = ImportContainerChecked(E->getObjects(), ToObjects)) in VisitExprWithCleanups()
7717 ToObjects); in VisitExprWithCleanups()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DASTImporter.cpp7631 SmallVector<ExprWithCleanups::CleanupObject, 8> ToObjects(E->getNumObjects()); in VisitExprWithCleanups() local
7632 if (Error Err = ImportContainerChecked(E->getObjects(), ToObjects)) in VisitExprWithCleanups()
7637 ToObjects); in VisitExprWithCleanups()

12