Home
last modified time | relevance | path

Searched refs:protoName (Results 1 – 25 of 252) sorted by relevance

1234567891011

/dports/lang/io-devel/io-9bfac31d/libs/iovm/io/
H A DZ_Importer.io19 import := method(protoName, originalCall,
104 import := method(protoName,
107 AddonLoader loadAddonNamed(protoName)
117 import := method(protoName,
118 //writeln("AddonImporter import(", protoName, ")")
120 AddonLoader loadAddonNamed(protoName)
132 protoName := originalCall message name
133 //writeln("Importer looking for '", protoName, "'")
135 if(protoName at(0) isUppercase and(importer := importers detect(import(protoName, originalCall))),
136 if(Lobby hasSlot(protoName) not,
[all …]
/dports/lang/io-devel/io-9bfac31d/tools/io/
H A Ddocs2html.io32 protoName := h beforeSeq(" ") ?asMutable ?strip ?asSymbol
42 m atPut(protoName, p)
90 refProtoNamed(protoName) addSlot(slotName, description)
324 addon items foreach(protoName, p,
326 //writeln("protoName = ", protoName)
327 //p := prototypes at(protoName)
335 <title>""" .. protoName .. """</title>
360 //outFile write(addon linksHtml(protoName))
361 outFile write("<b>", protoName, "</b>")
379 outFile writeln("<b>", protoName, "</b>")
[all …]
/dports/net/mailcommon/mailcommon-21.12.3/src/util/
H A Dcryptoutils.cpp74 GpgME::Protocol protoName = GpgME::UnknownProtocol; in decryptMessage() local
82 protoName = GpgME::OpenPGP; in decryptMessage()
85 protoName = GpgME::CMS; in decryptMessage()
91 protoName = GpgME::OpenPGP; in decryptMessage()
93 protoName = GpgME::CMS; in decryptMessage()
95 protoName = GpgME::OpenPGP; in decryptMessage()
100 if (protoName == GpgME::UnknownProtocol) { in decryptMessage()
106 const auto proto = (protoName == GpgME::OpenPGP) ? QGpgME::openpgp() : QGpgME::smime(); in decryptMessage()
/dports/security/p5-plog/plog-0.10/
H A Dplog.pl698 my $protoName = &protoName ($proto);
707 if (($protoName eq 'tcp') || ($protoName eq 'udp'))
709 …2s %s.%s", $if, $act, $count, $protoName, &portName ($sport, $protoName), $arrow, $peerName, &port…
711 elsif ($protoName eq 'icmp')
713 …printf (" %-6s %7s %4d %4s %16s %2s %s", $if, $act, $count, $protoName, &icmpType ($sport), $ar…
717 … printf (" %-6s %7s %4d %4s %16s %2s %s", $if, $act, $count, $protoName, '', $arrow, $peerName);
928 sub protoName subroutine
/dports/net/libkgapi/libkgapi-21.12.3/src/contacts/
H A Dcontact.cpp278 QString protoName = scheme.mid(scheme.lastIndexOf(QLatin1Char('#')) + 1).toUpper(); in IMSchemeToProtocol() local
280 if ((protoName == QLatin1String("JABBER")) || (protoName == QLatin1String("XMPP"))) { in IMSchemeToProtocol()
283 if (protoName == QLatin1String("ICQ")) { in IMSchemeToProtocol()
286 if (protoName == QLatin1String("GOOGLE_TALK") || protoName == QLatin1String("GOOGLETALK")) { in IMSchemeToProtocol()
289 if (protoName == QLatin1String("QQ")) { in IMSchemeToProtocol()
292 if (protoName == QLatin1String("SKYPE")) { in IMSchemeToProtocol()
295 if (protoName == QLatin1String("YAHOO")) { in IMSchemeToProtocol()
298 if (protoName == QLatin1String("MSN")) { in IMSchemeToProtocol()
301 if (protoName == QLatin1String("AIM")) { in IMSchemeToProtocol()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/grpc-ecosystem/grpc-gateway/runtime/
H A Dfieldmask.go57 protoName, subMd := translateName(k, item.md)
64 path = protoName
66 path = item.path + "." + protoName
/dports/www/gitea/gitea-1.16.5/vendor/github.com/grpc-ecosystem/grpc-gateway/runtime/
H A Dfieldmask.go57 protoName, subMd := translateName(k, item.md)
64 path = protoName
66 path = item.path + "." + protoName
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/grpc-ecosystem/grpc-gateway/runtime/
H A Dfieldmask.go57 protoName, subMd := translateName(k, item.md)
64 path = protoName
66 path = item.path + "." + protoName
/dports/lang/solidity/solidity_0.8.11/scripts/ci/
H A Dbuildpack-deps_test_ubuntu1604.clang.ossfuzz.sh12 for protoName in yul abiV2 sol;
14 protoc "${protoName}"Proto.proto --cpp_out .
H A Dbuild_ossfuzz.sh12 for protoName in yul abiV2 sol;
14 protoc "${protoName}"Proto.proto --cpp_out .
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Tools.Tests/
H A DDepFileUtilTest.cs125 private string[] ReadDependencyInputFromFileData(string fileData, string protoName) in ReadDependencyInputFromFileData() argument
128 string tempfile = DepFileUtil.GetDepFilenameForProto(tempPath, protoName); in ReadDependencyInputFromFileData()
134 return DepFileUtil.ReadDependencyInputs(tempPath, protoName, log); in ReadDependencyInputFromFileData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.Tools.Tests/
H A DDepFileUtilTest.cs125 private string[] ReadDependencyInputFromFileData(string fileData, string protoName) in ReadDependencyInputFromFileData() argument
128 string tempfile = DepFileUtil.GetDepFilenameForProto(tempPath, protoName); in ReadDependencyInputFromFileData()
134 return DepFileUtil.ReadDependencyInputs(tempPath, protoName, log); in ReadDependencyInputFromFileData()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/src/System/Net/NetworkInformation/
H A DLinuxTcpStatistics.cs18 string protoName = ipv4 ? "TCP" : "TCP6"; in LinuxTcpStatistics()
19 … _currentConnections = StringParsingHelpers.ParseNumSocketConnections(sockstatFile, protoName); in LinuxTcpStatistics()
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Tools.Tests/
H A DDepFileUtilTest.cs153 private string[] ReadDependencyInputFromFileData(string fileData, string protoName) in ReadDependencyInputFromFileData() argument
156 string tempfile = DepFileUtil.GetDepFilenameForProto(tempPath, protoName); in ReadDependencyInputFromFileData()
162 return DepFileUtil.ReadDependencyInputs(tempPath, protoName, log); in ReadDependencyInputFromFileData()
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Tools.Tests/
H A DDepFileUtilTest.cs153 private string[] ReadDependencyInputFromFileData(string fileData, string protoName) in ReadDependencyInputFromFileData() argument
156 string tempfile = DepFileUtil.GetDepFilenameForProto(tempPath, protoName); in ReadDependencyInputFromFileData()
162 return DepFileUtil.ReadDependencyInputs(tempPath, protoName, log); in ReadDependencyInputFromFileData()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/grpc-ecosystem/grpc-gateway/runtime/
H A Dfieldmask.go57 protoName, subMd := translateName(k, item.md)
61 queue = append(queue, fieldMaskPathItem{path: append(item.path, protoName), node: v, md: subMd})
/dports/net-mgmt/arts++/arts++-1.1.a13/apps/artsprotos/
H A Dartsprotos.cc196 struct protoent *protoName = in ShowProtocolTable() local
198 if (protoName != (struct protoent *)0) { in ShowProtocolTable()
199 cout << setw(8) << protoName->p_name; in ShowProtocolTable()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/
H A DProtobufRpcEngine.java547 String protoName, long clientVersion) throws RpcServerException { in getProtocolImpl() argument
548 ProtoNameVer pv = new ProtoNameVer(protoName, clientVersion); in getProtocolImpl()
554 protoName); in getProtocolImpl()
557 "Unknown protocol: " + protoName); in getProtocolImpl()
560 throw new RPC.VersionMismatch(protoName, clientVersion, in getProtocolImpl()
590 String protoName = rpcRequest.getDeclaringClassProtocolName(); in call() local
595 ProtoClassProtoImpl protocolImpl = getProtocolImpl(server, protoName, in call()
H A DWritableRpcEngine.java463 final String protoName; in call() local
481 protoName = call.declaringClassProtocolName; in call()
491 protoName); in call()
493 throw new RpcServerException("Unknown protocol: " + protoName); in call()
495 throw new RPC.VersionMismatch(protoName, clientVersion, in call()
/dports/net/nxproxy/nx-libs-3.5.99.20-1/nxcomp/src/
H A DAuth.cpp551 const char *protoName = "MIT-MAGIC-COOKIE-1"; in checkCookie() local
552 int protoSize = strlen(protoName); in checkCookie()
601 memcmp(buffer + protoOffset, protoName, protoSize) != 0) in checkCookie()
/dports/x11/nxcomp/nx-libs-3.5.0.32/nxcomp/
H A DAuth.cpp525 const char *protoName = "MIT-MAGIC-COOKIE-1"; in checkCookie() local
526 int protoSize = strlen(protoName); in checkCookie()
575 memcmp(buffer + protoOffset, protoName, protoSize) != 0) in checkCookie()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DPlainObject.cpp64 PropertyName* protoName = runtimeFromMainThread()->commonNames->proto; in assertHasNoNonWritableOrAccessorPropExclProto() local
68 if (iter->key().isAtom(protoName)) { in assertHasNoNonWritableOrAccessorPropExclProto()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DPlainObject.cpp64 PropertyName* protoName = runtimeFromMainThread()->commonNames->proto; in assertHasNoNonWritableOrAccessorPropExclProto() local
68 if (iter->key().isAtom(protoName)) { in assertHasNoNonWritableOrAccessorPropExclProto()
/dports/graphics/kooka/kooka-3ed25fb9a1a62b88240a4f0f403b1ad49cf0adeb/plugins/ocr/
H A Dabstractocrengine.cpp406 const QString protoName = QDir::tempPath()+'/'+baseName+"_XXXXXX."+suffix; in tempFileName() local
407 QTemporaryFile tmpFile(protoName); in tempFileName()
412 qDebug() << "error creating temporary file" << protoName; in tempFileName()
413 … setErrorText(xi18nc("@info", "Cannot create temporary file <filename>%1</filename>", protoName)); in tempFileName()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/
H A DConstructorGenerator.java232 final String protoName = scriptClassInfo.getPrototypeClassName(); in initPrototype() local
233 mi.newObject(protoName); in initPrototype()
235 mi.invokeSpecial(protoName, INIT, DEFAULT_INIT_DESC); in initPrototype()

1234567891011