Home
last modified time | relevance | path

Searched refs:string_ext (Results 1 – 8 of 8) sorted by relevance

/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/lua/share/third-party/stdlib/
H A DMakefile.am35 src/string_ext.lua \
/dports/games/warzone2100/warzone2100/lib/framework/
H A Dresource_parser.ypp38 #include "lib/framework/string_ext.h"
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/tests/
H A Dunit_x509.cpp1501 auto string_ext = self_signed_cert.v3_extensions().get_raw<String_Extension>(oid); in test_x509_extensions() local
1502 if(result.confirm("Custom extension present in self-signed certificate", string_ext != nullptr)) in test_x509_extensions()
1504 …result.test_eq("Custom extension value matches in self-signed certificate", string_ext->value(), "… in test_x509_extensions()
1528 string_ext = ca_signed_cert.v3_extensions().get_raw<String_Extension>(oid); in test_x509_extensions()
1529 if(result.confirm("Custom extension present in CA-signed certificate", string_ext != nullptr)) in test_x509_extensions()
1531 …result.test_eq("Custom extension value matches in CA-signed certificate", string_ext->value(), "AA… in test_x509_extensions()
/dports/security/botan2/Botan-2.18.2/src/tests/
H A Dunit_x509.cpp1501 auto string_ext = self_signed_cert.v3_extensions().get_raw<String_Extension>(oid); in test_x509_extensions() local
1502 if(result.confirm("Custom extension present in self-signed certificate", string_ext != nullptr)) in test_x509_extensions()
1504 …result.test_eq("Custom extension value matches in self-signed certificate", string_ext->value(), "… in test_x509_extensions()
1528 string_ext = ca_signed_cert.v3_extensions().get_raw<String_Extension>(oid); in test_x509_extensions()
1529 if(result.confirm("Custom extension present in CA-signed certificate", string_ext != nullptr)) in test_x509_extensions()
1531 …result.test_eq("Custom extension value matches in CA-signed certificate", string_ext->value(), "AA… in test_x509_extensions()
/dports/games/warzone2100/warzone2100/src/
H A Dlevel_lexer.lpp27 #include "lib/framework/string_ext.h"
/dports/devel/lua-stdlib/lua-stdlib-release-v41.2.2/
H A DChangeLog4556 lib/std/string_ext.lua, specs/string_ext_spec.yaml,
4585 std/strbuf.lua, std/strict.lua, std/string_ext.lua,
5154 string_ext return value from a local table.
5233 string_ext: fix a bad assumption in a spec example.
5242 list: fix standalone loading of string_ext module.
5393 string_ext.lua: fix a reference to string.sub.
5397 string_ext: prefer snake_case to camelCase APIs.
5405 maint: update string_ext to use Lua 5.2 style modules.
5409 few new specifications for requiring string_ext.
5440 specs: add specl specification for string_ext module.
[all …]
H A DNEWS886 `std.string_ext` and `std.table_ext` no longer have the spurious
989 - `string_ext.wrap` and `string_ext.tfind` now diagnose invalid arguments.
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/lua/share/third-party/stdlib/specs/
H A Dstring_ext_spec.yaml1 specify string_ext:
3 unextended = require "string_ext"