Home
last modified time | relevance | path

Searched refs:inherit_ns (Results 1 – 20 of 20) sorted by relevance

/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Common/Model/
H A DRelaxNG.pm183 my ($self, $name, $inherit_ns) = @_;
197 my $mod = (['module', $modname, $self->scanPattern($node, $inherit_ns)]);
219 my ($self, $node, $inherit_ns) = @_;
221 my $ns = $node->getAttribute('ns') || $inherit_ns; # Possibly bind new namespace
294 my ($self, $node, $inherit_ns) = @_;
297 my $ns = $node->getAttribute('ns') || $inherit_ns; # Possibly bind new namespace
318 my $nns = $doc->getAttribute('ns') || $inherit_ns; # Possibly bind new namespace
/dports/textproc/zorba/zorba-2.7.0/include/zorba/
H A Dstatic_context_consts.h39 typedef enum { inherit_ns, no_inherit_ns } inherit_mode_t; enumerator
/dports/textproc/zorba/zorba-2.7.0/src/runtime/collections/
H A Dcollections_base.cpp56 sctx->inherit_ns()); in getCopyMode()
/dports/textproc/zorba/zorba-2.7.0/swig/
H A DStaticContext.i88 if (lInherit==zorba::inherit_ns) { in getCopyNamespacesModeInherit()
231 lInherit = zorba::inherit_ns; in setCopyNamespacesMode()
342 %rename(INHERIT_NS) inherit_ns;
/dports/textproc/zorba/zorba-2.7.0/src/compiler/rewriter/rules/
H A Dnodeid_rules.cpp595 if (sctx->inherit_ns()) in apply()
681 if (sctx->preserve_ns() && sctx->inherit_ns()) in applyInternal()
706 if (sctx->preserve_ns() && sctx->inherit_ns()) in applyInternal()
882 sctx->inherit_ns() && in applyInternal()
899 if (sctx->preserve_ns() && sctx->inherit_ns()) in applyInternal()
/dports/lang/fpc-source/fpc-3.2.2/packages/zorba/src/
H A Dxqc_static_context_consts.inc37 inherit_mode_t = (inherit_ns, no_inherit_ns);
/dports/textproc/zorba/zorba-2.7.0/src/capi/
H A Dcstatic_context.cpp537 zinherit = inherit_ns; in set_copy_ns_mode()
572 case inherit_ns: in get_copy_ns_mode()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/
H A Dapply_updates.cpp202 bool inherit = sctx->inherit_ns(); in apply_updates()
H A Dconstructors.cpp107 theNsInherit = theSctx->inherit_ns(); in openImpl()
296 theNsInherit = theSctx->inherit_ns(); in openImpl()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/update/
H A Dupdate.cpp140 nsInherit = theSctx->inherit_ns(); in nextImpl()
397 nsInherit = theSctx->inherit_ns(); in nextImpl()
837 nsInherit = theSctx->inherit_ns(); in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/json/
H A Djsoniq_functions_impl.cpp1258 theSctx->inherit_ns()); in nextImpl()
1303 theSctx->inherit_ns()); in nextImpl()
1351 theSctx->inherit_ns()); in nextImpl()
1485 theSctx->inherit_ns()); in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/api/
H A Dstaticcontextimpl.cpp590 if (inherit == inherit_ns) in setCopyNamespacesMode()
610 inherit = (theCtx->inherit_ns() ? inherit_ns : no_inherit_ns); in getCopyNamespacesMode()
/dports/textproc/zorba/zorba-2.7.0/src/context/
H A Dstatic_context.h1041 bool inherit_ns() const;
H A Dstatic_context.cpp3759 bool static_context::inherit_ns() const in inherit_ns() function in zorba::static_context
/dports/textproc/zorba/zorba-2.7.0/src/runtime/nodes/
H A Dnodes_impl.cpp806 theSctx->inherit_ns()); in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/runtime/introspection/
H A Dsctx_impl.cpp438 if (theSctx->inherit_ns()) in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_xquery_visitor.cpp246 if (n.inherit_ns()) in DEFAULT_END_VISIT()
H A Dparsenodes.cpp367 bool inherit_ns) in CopyNamespacesDecl() argument
371 theInheritNamespaces(inherit_ns) in CopyNamespacesDecl()
H A Dparsenodes.h532 CopyNamespacesDecl(const QueryLoc&, bool preserve_ns, bool inherit_ns);
536 bool inherit_ns() const { return theInheritNamespaces; } in inherit_ns() function
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp2680 theSctx->set_inherit_ns(v.inherit_ns()); in end_visit()