Home
last modified time | relevance | path

Searched +refs:regexps +refs:internal +refs:interface (Results 1 – 25 of 1643) sorted by relevance

12345678910>>...66

/dports/security/p5-Authen-Passphrase/Authen-Passphrase-0.008/
H A DChanges32 in regexps where only ASCII characters are desired
65 * bugfix: in A::P::SaltedDigest, use "[0-9]" instead of "\d" in regexps
83 * test POD syntax and coverage, and rename some internal functions to
246 * add test t/intdescrypt.t for the full DESCrypt interface
248 * test full SaltedDigest interface in t/smd5.t and t/ssha.t
250 * test full NTHash interface in t/nthash.t
/dports/devel/p5-Taint-Util/Taint-Util-0.08/
H A DREADME19 Wraps perl's internal routines for checking and setting the taint flag
53 for an example). The internal handling of "qr//" however ensures that
64 Since this module is a low level interface that directly exposes the
65 internal "SvTAINTED*" functions it also presents new and exciting ways
116 regexps for untainting capture variables, which would be a bit odd.
/dports/devel/re2c/re2c-2.2/doc/
H A Dmanpage.rst.in44 Command-line interface consists of options and warnings.
53 .. include:: @top_srcdir@/doc/manual/options/internal.rst_
63 .. include:: @top_srcdir@/doc/manual/api/interface.rst_
71 .. include:: @top_srcdir@/doc/manual/regexps/regular_expressions.rst_
/dports/textproc/muse/muse-3.20/
H A DChangeLog.2774 'internal-link to 'anchor-ref for clarity. Split 'url-link into 'url
2710 Update NEWS, fix muse-url-protocols customization interface.
2852 interface.
3552 'internal-link.
3556 'internal-link. Treat centered text with
3563 'internal-link.
3569 (muse-latex-markup-strings): Add handler for 'internal-link.
3577 'internal-link.
4621 Improve customize interface for `muse-project-alist' once more.
4846 `muse-wiki-handle-internal'.
[all …]
/dports/editors/ssed/sed-3.62/
H A DNEWS75 * Perl's \G escape is supported both in Perl and POSIX regexps (not in
241 internal errors anymore.
243 * Bug fix: fixed internal error when backslashed expressions appeared
337 Use extended regexps -- e.g. (abc+) instead of \(abc\+\)
339 Use Perl regexps (\l, \L, \u, \U, \E not supported)
367 code in the sed/ tree, and now use the re_search_2() interface to the GNU
433 * Made NUL characters in regexps work "correctly" --- i.e., a NUL
435 (This only works in -f scripts, as the POSIX.1 exec*() interface
442 * Lots of internal changes that are only relevant to source junkies
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/database/sqlite3/
H A Dschema.sql82 internal integer DEFAULT '0' NOT NULL, field
272 CREATE TABLE interface ( table
284 CREATE INDEX interface_1 ON interface (hostid,type);
285 CREATE INDEX interface_2 ON interface (ip,dns);
330 …interfaceid bigint NULL REFERENCES interface (inte…
971 CREATE TABLE regexps ( table
977 CREATE UNIQUE INDEX regexps_1 ON regexps (name);
980 …regexpid bigint NOT NULL REFERENCES regexps (re…
1349 …interfaceid bigint NOT NULL REFERENCES interface (…
1350 …parent_interfaceid bigint NOT NULL REFERENCES interface (…
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/database/sqlite3/
H A Dschema.sql82 internal integer DEFAULT '0' NOT NULL, field
272 CREATE TABLE interface ( table
284 CREATE INDEX interface_1 ON interface (hostid,type);
285 CREATE INDEX interface_2 ON interface (ip,dns);
330 …interfaceid bigint NULL REFERENCES interface (inte…
971 CREATE TABLE regexps ( table
977 CREATE UNIQUE INDEX regexps_1 ON regexps (name);
980 …regexpid bigint NOT NULL REFERENCES regexps (re…
1349 …interfaceid bigint NOT NULL REFERENCES interface (…
1350 …parent_interfaceid bigint NOT NULL REFERENCES interface (…
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/database/sqlite3/
H A Dschema.sql82 internal integer DEFAULT '0' NOT NULL, field
272 CREATE TABLE interface ( table
284 CREATE INDEX interface_1 ON interface (hostid,type);
285 CREATE INDEX interface_2 ON interface (ip,dns);
330 …interfaceid bigint NULL REFERENCES interface (inte…
971 CREATE TABLE regexps ( table
977 CREATE UNIQUE INDEX regexps_1 ON regexps (name);
980 …regexpid bigint NOT NULL REFERENCES regexps (re…
1349 …interfaceid bigint NOT NULL REFERENCES interface (…
1350 …parent_interfaceid bigint NOT NULL REFERENCES interface (…
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/database/sqlite3/
H A Dschema.sql82 internal integer DEFAULT '0' NOT NULL, field
272 CREATE TABLE interface ( table
284 CREATE INDEX interface_1 ON interface (hostid,type);
285 CREATE INDEX interface_2 ON interface (ip,dns);
330 …interfaceid bigint NULL REFERENCES interface (inte…
971 CREATE TABLE regexps ( table
977 CREATE UNIQUE INDEX regexps_1 ON regexps (name);
980 …regexpid bigint NOT NULL REFERENCES regexps (re…
1349 …interfaceid bigint NOT NULL REFERENCES interface (…
1350 …parent_interfaceid bigint NOT NULL REFERENCES interface (…
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/database/sqlite3/
H A Dschema.sql82 internal integer DEFAULT '0' NOT NULL, field
272 CREATE TABLE interface ( table
284 CREATE INDEX interface_1 ON interface (hostid,type);
285 CREATE INDEX interface_2 ON interface (ip,dns);
330 …interfaceid bigint NULL REFERENCES interface (inte…
971 CREATE TABLE regexps ( table
977 CREATE UNIQUE INDEX regexps_1 ON regexps (name);
980 …regexpid bigint NOT NULL REFERENCES regexps (re…
1349 …interfaceid bigint NOT NULL REFERENCES interface (…
1350 …parent_interfaceid bigint NOT NULL REFERENCES interface (…
/dports/lang/racket/racket-8.3/share/pkgs/eopl/private/
H A Dsllgen.rkt1084 ;; Conversion of external to internal rep
1094 (regexps (cadr init-state))
1097 (map sllgen:parse-regexp regexps)
1152 (lambda (regexps action)
1153 (append regexps (list action))))
1155 ;; regexps
1174 "internal error: nothing matched ~a" obj))
1191 (lambda (regexps)
1414 "internal error: unknown tester ~s"
1777 ;; interface:
[all …]
/dports/lang/v8/v8-9.6.180.12/tools/
H A Dtickprocessor.mjs46 const regexps = [];
47 if (!separateIc) regexps.push(V8Profile.IC_RE);
48 if (!separateBytecodes) regexps.push(V8Profile.BYTECODES_RE);
49 if (!separateBuiltins) regexps.push(V8Profile.BUILTINS_RE);
50 if (!separateStubs) regexps.push(V8Profile.STUBS_RE);
51 if (regexps.length > 0) {
53 for (let i = 0; i < regexps.length; i++) {
54 if (regexps[i].test(name)) return true;
346 * ?LookupInDescriptor@JSObject@internal@v8@@...arguments info...
422 'Preprocess for consumption with web interface']
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/
H A Dtickprocessor.mjs48 const regexps = [];
49 if (!separateIc) regexps.push(V8Profile.IC_RE);
50 if (!separateBytecodes) regexps.push(V8Profile.BYTECODES_RE);
51 if (!separateBuiltins) regexps.push(V8Profile.BUILTINS_RE);
52 if (!separateStubs) regexps.push(V8Profile.STUBS_RE);
53 if (regexps.length > 0) {
55 for (let i=0; i<regexps.length; i++) {
56 if (regexps[i].test(name)) return true;
876 * ?LookupInDescriptor@JSObject@internal@v8@@...arguments info...
946 'Preprocess for consumption with web interface']
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/database/sqlite3/
H A Dschema.sql85 internal integer DEFAULT '0' NOT NULL, field
272 CREATE TABLE interface ( table
284 CREATE INDEX interface_1 ON interface (hostid,type);
285 CREATE INDEX interface_2 ON interface (ip,dns);
326 …interfaceid bigint NULL REFERENCES interface (inte…
1006 CREATE TABLE regexps ( table
1012 CREATE UNIQUE INDEX regexps_1 ON regexps (name);
1015 …regexpid bigint NOT NULL REFERENCES regexps (re…
1386 …interfaceid bigint NOT NULL REFERENCES interface (…
1387 …parent_interfaceid bigint NOT NULL REFERENCES interface (…
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/database/sqlite3/
H A Dschema.sql85 internal integer DEFAULT '0' NOT NULL, field
272 CREATE TABLE interface ( table
284 CREATE INDEX interface_1 ON interface (hostid,type);
285 CREATE INDEX interface_2 ON interface (ip,dns);
326 …interfaceid bigint NULL REFERENCES interface (inte…
1006 CREATE TABLE regexps ( table
1012 CREATE UNIQUE INDEX regexps_1 ON regexps (name);
1015 …regexpid bigint NOT NULL REFERENCES regexps (re…
1386 …interfaceid bigint NOT NULL REFERENCES interface (…
1387 …parent_interfaceid bigint NOT NULL REFERENCES interface (…
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/database/sqlite3/
H A Dschema.sql85 internal integer DEFAULT '0' NOT NULL, field
272 CREATE TABLE interface ( table
284 CREATE INDEX interface_1 ON interface (hostid,type);
285 CREATE INDEX interface_2 ON interface (ip,dns);
326 …interfaceid bigint NULL REFERENCES interface (inte…
1006 CREATE TABLE regexps ( table
1012 CREATE UNIQUE INDEX regexps_1 ON regexps (name);
1015 …regexpid bigint NOT NULL REFERENCES regexps (re…
1386 …interfaceid bigint NOT NULL REFERENCES interface (…
1387 …parent_interfaceid bigint NOT NULL REFERENCES interface (…
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/database/sqlite3/
H A Dschema.sql85 internal integer DEFAULT '0' NOT NULL, field
272 CREATE TABLE interface ( table
284 CREATE INDEX interface_1 ON interface (hostid,type);
285 CREATE INDEX interface_2 ON interface (ip,dns);
326 …interfaceid bigint NULL REFERENCES interface (inte…
1006 CREATE TABLE regexps ( table
1012 CREATE UNIQUE INDEX regexps_1 ON regexps (name);
1015 …regexpid bigint NOT NULL REFERENCES regexps (re…
1386 …interfaceid bigint NOT NULL REFERENCES interface (…
1387 …parent_interfaceid bigint NOT NULL REFERENCES interface (…
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/database/sqlite3/
H A Dschema.sql85 internal integer DEFAULT '0' NOT NULL, field
272 CREATE TABLE interface ( table
284 CREATE INDEX interface_1 ON interface (hostid,type);
285 CREATE INDEX interface_2 ON interface (ip,dns);
326 …interfaceid bigint NULL REFERENCES interface (inte…
1006 CREATE TABLE regexps ( table
1012 CREATE UNIQUE INDEX regexps_1 ON regexps (name);
1015 …regexpid bigint NOT NULL REFERENCES regexps (re…
1386 …interfaceid bigint NOT NULL REFERENCES interface (…
1387 …parent_interfaceid bigint NOT NULL REFERENCES interface (…
/dports/textproc/write-good/write-good-1.0.8/node_modules/acorn/
H A DCHANGELOG.md5 Add a static `acorn` property to the `Parser` class that contains the entire module interface, to a…
51 Split up `parseSubscripts` to use an internal `parseSubscript` method to make it easier to extend w…
151 Fix failure to tokenize regexps after expressions like `x.of`.
283 Fix tokenizing of regexps in an object-desctructuring `for`/`of` loop and after `yield`.
418 A number of internal method signatures changed, so plugins might need to be updated.
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/docs/node_modules/acorn/
H A DCHANGELOG.md5 Add a static `acorn` property to the `Parser` class that contains the entire module interface, to a…
51 Split up `parseSubscripts` to use an internal `parseSubscript` method to make it easier to extend w…
151 Fix failure to tokenize regexps after expressions like `x.of`.
283 Fix tokenizing of regexps in an object-desctructuring `for`/`of` loop and after `yield`.
418 A number of internal method signatures changed, so plugins might need to be updated.
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/acorn/
H A DCHANGELOG.md5 Add a static `acorn` property to the `Parser` class that contains the entire module interface, to a…
51 Split up `parseSubscripts` to use an internal `parseSubscript` method to make it easier to extend w…
151 Fix failure to tokenize regexps after expressions like `x.of`.
283 Fix tokenizing of regexps in an object-desctructuring `for`/`of` loop and after `yield`.
418 A number of internal method signatures changed, so plugins might need to be updated.
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/docs/node_modules/acorn/
H A DCHANGELOG.md5 Add a static `acorn` property to the `Parser` class that contains the entire module interface, to a…
51 Split up `parseSubscripts` to use an internal `parseSubscript` method to make it easier to extend w…
151 Fix failure to tokenize regexps after expressions like `x.of`.
283 Fix tokenizing of regexps in an object-desctructuring `for`/`of` loop and after `yield`.
418 A number of internal method signatures changed, so plugins might need to be updated.
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/database/sqlite3/
H A Dschema.sql86 internal integer DEFAULT '0' NOT NULL, field
275 CREATE TABLE interface ( table
286 CREATE INDEX interface_1 ON interface (hostid,type);
287 CREATE INDEX interface_2 ON interface (ip,dns);
320 …interfaceid bigint NULL REFERENCES interface (inte…
1042 CREATE TABLE regexps ( table
1048 CREATE UNIQUE INDEX regexps_1 ON regexps (name);
1051 …regexpid bigint NOT NULL REFERENCES regexps (re…
1433 …interfaceid bigint NOT NULL REFERENCES interface (…
1434 …parent_interfaceid bigint NOT NULL REFERENCES interface (…
[all …]
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/database/sqlite3/
H A Dschema.sql86 internal integer DEFAULT '0' NOT NULL, field
275 CREATE TABLE interface ( table
286 CREATE INDEX interface_1 ON interface (hostid,type);
287 CREATE INDEX interface_2 ON interface (ip,dns);
320 …interfaceid bigint NULL REFERENCES interface (inte…
1042 CREATE TABLE regexps ( table
1048 CREATE UNIQUE INDEX regexps_1 ON regexps (name);
1051 …regexpid bigint NOT NULL REFERENCES regexps (re…
1433 …interfaceid bigint NOT NULL REFERENCES interface (…
1434 …parent_interfaceid bigint NOT NULL REFERENCES interface (…
[all …]
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/database/sqlite3/
H A Dschema.sql86 internal integer DEFAULT '0' NOT NULL, field
275 CREATE TABLE interface ( table
286 CREATE INDEX interface_1 ON interface (hostid,type);
287 CREATE INDEX interface_2 ON interface (ip,dns);
320 …interfaceid bigint NULL REFERENCES interface (inte…
1042 CREATE TABLE regexps ( table
1048 CREATE UNIQUE INDEX regexps_1 ON regexps (name);
1051 …regexpid bigint NOT NULL REFERENCES regexps (re…
1433 …interfaceid bigint NOT NULL REFERENCES interface (…
1434 …parent_interfaceid bigint NOT NULL REFERENCES interface (…
[all …]

12345678910>>...66