Home
last modified time | relevance | path

Searched refs:lPrefix (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/security/pkg/nodeagent/cache/
H A Dhelper.go78 lPrefix := fmt.Sprintf("resource:%s", resourceName)
79 return lPrefix
84 lPrefix := fmt.Sprintf("resource:%s request:%s", resourceName, reqID)
85 return lPrefix
/dports/textproc/zorba/zorba-2.7.0/bin/
H A Derror_printer.cpp47 char const *const lPrefix = lName.prefix(); in print_stack_trace() local
58 if (lPrefix && *lPrefix) { in print_stack_trace()
59 aOut << "prefix=\"" << lPrefix << "\" "; in print_stack_trace()
/dports/textproc/zorba/zorba-2.7.0/src/debugger/
H A Ddebugger_commons.cpp667 zstring lPrefix = lOldFilename.substr(0, 7); in adjustLocationFilePath() local
669 if (lPrefix == "file://") { in adjustLocationFilePath()
680 if (lPrefix != "http://" && lPrefix != "https:/") { in adjustLocationFilePath()
H A Ddebugger_runtime.cpp607 String lPrefix = lFileName.substr(0, 7); in listSource() local
608 if (lPrefix == "file://") { in listSource()
612 if (lPrefix != "http://" && lPrefix != "https:/") { in listSource()
/dports/textproc/zorba/zorba-2.7.0/src/api/
H A Ditemfactoryimpl.cpp111 zstring const &lPrefix = Unmarshaller::getInternalString( aPrefix ); in createQName() local
119 if (lPrefix.size() && !GenericCast::instance()->castableToNCName(lPrefix.c_str())) in createQName()
121 err::FORG0001, ERROR_PARAMS( lPrefix, ZED( MustBeNCName ) ) in createQName()
125 theItemFactory->createQName(lItem, lNamespace, lPrefix, lLocalname); in createQName()
H A Dstaticcontextimpl.cpp194 const zstring& lPrefix = Unmarshaller::getInternalString(aPrefix); in addNamespace() local
197 theCtx->bind_ns(lPrefix, lURI, loc); in addNamespace()
213 const zstring& lPrefix = Unmarshaller::getInternalString(aPrefix); in getNamespaceURIByPrefix() local
215 theCtx->lookup_ns(ns, lPrefix, loc); in getNamespaceURIByPrefix()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/parsetree/
H A Dparsenode_print_xqdoc_visitor.cpp148 zstring lPrefix = lAnn->get_qname()->get_prefix(); in print_annotations() local
149 theFactory->createString(lAttrPrefixItem, lPrefix); in print_annotations()
968 zstring lPrefix = n.get_fname()->get_prefix(); in is_collection_call() local
969 map<zstring, zstring>::iterator ite = theNamespaceMap.find(lPrefix); in is_collection_call()
1189 zstring lPrefix; in XQDOC_NO_BEGIN_TAG() local
1192 lPrefix = n.get_prefix()->get_prefix(); in XQDOC_NO_BEGIN_TAG()
1194 theNamespaceMap[lPrefix] = n.get_uri(); in XQDOC_NO_BEGIN_TAG()
1195 theNamespaceSchemaMap[lPrefix] = n.get_uri(); in XQDOC_NO_BEGIN_TAG()
/dports/devel/open-beagle/beagle-3.0.3/beagle/src/
H A DRegister.cpp264 char lPrefix[4] = "???"; in interpretArgs() local
265 strncpy(lPrefix, ioArgv[i], 3); in interpretArgs()
266 string lPrefixStr = lPrefix; in interpretArgs()
H A DEvolver.cpp599 char lPrefix[4] = "???"; in parseCommandLine() local
600 strncpy(lPrefix, ioArgv[i], 3); in parseCommandLine()
601 string lPrefixStr = lPrefix; in parseCommandLine()
/dports/sysutils/istio/istio-1.6.7/security/pkg/nodeagent/sds/
H A Dsdsservice.go712 lPrefix := fmt.Sprintf("resource:%s", resourceName)
713 return lPrefix
/dports/textproc/zorba/zorba-2.7.0/src/types/schema/
H A DXercesParseUtils.cpp1325 zstring lPrefix; in parseXSQName() local
1338 lPrefix = textValue2.substr(0, lIndex); in parseXSQName()
1342 return factory->createQName(result, lNamespace, lPrefix, lLocal); in parseXSQName()
/dports/textproc/zorba/zorba-2.7.0/src/context/
H A Dstatic_context.cpp3472 zstring lPrefix; in parse_and_expand_qname() local
3483 lPrefix = value.substr( 0, n ); in parse_and_expand_qname()
3487 expand_qname( lQName, default_ns, lPrefix, lLocalName, loc ); in parse_and_expand_qname()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp2269 SchemaPrefix lPrefix(aLoc, lPrefixStr); in import_schema_auto_prefix() local
2270 import_schema(aLoc, &lPrefix, aTargetNs, atlist); in import_schema_auto_prefix()