/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/todo/ |
H A D | simple_text_parsing_or_regex_in_template_or_shortcut.mdwn | 2 of very simple text parsing or regex application, to make it possible to write 8 …eter could supply a regex, and then the `url` and `desc` parameters could make use of the named or… 12 I'm not comfortable with exposing regexps to web editing. At the very least 13 it's trivial to construct regexps that take indefinitely long to match 15 can be embedded in regexps in a variety of ways that are painful to filter 17 be exploited by user-supplied regexps.
|
/dports/textproc/p5-POSIX-Regex/POSIX-Regex-1.0003/ |
H A D | README | 9 uncatchable segmentation fault. GNU's regexps will still fail, but in a timeout 12 1) You wish to have POSIX compliance on ... something ... Perl's regexps are 23 make 24 make test 25 make install
|
/dports/databases/gnats4/gnats-4.1.0/ |
H A D | TODO.old | 10 * make the elisp mode for edit-pr track the Synopsis, the way the script does 12 * compile the regexps in query-pr earlier 13 * make the field names configurable at build time 15 in without a PR form enclosed. For example, regexps to glean what 19 * make category changes more intelligent -- send notification to involved 25 * make gnats-adm/index a dbm file for speed 26 * make gnats-mode's locking more like emacs' locking of files in general 33 * a GNATS administration front-end, to make coordination of the files and other
|
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/lua/share/third-party/stdlib/ |
H A D | stdlib.rockspec.in | 11 including list, table and functional operations, regexps, objects, 22 …CDIR) ./configure --prefix=$(PREFIX) --libdir=$(LIBDIR) --datadir=$(LUADIR) && make clean && make", 23 install_command = "make install",
|
/dports/textproc/py-nltk/nltk-3.4.1/nltk/test/ |
H A D | tag.doctest | 11 - make sure backoff is being done correctly. 12 - make sure ngram taggers don't use previous sentences for context. 13 - make sure ngram taggers see 'beginning of the sentence' as a 15 - make sure regexp tagger's regexps are tried in order 16 - train on some simple examples, & make sure that the size & the 18 - make sure cutoff works as intended 19 - make sure that ngram models only exclude contexts covered by the
|
/dports/sysutils/scalpel/scalpel-2.0/tre-0.7.5-win32/ |
H A D | tre.spec | 46 strings matching arbitrary regexps) that contain an approximate, or 52 regexps of any length, any number of errors, and non-uniform costs. 59 make 63 make install DESTDIR=$RPM_BUILD_ROOT
|
H A D | tre.spec.in | 46 strings matching arbitrary regexps) that contain an approximate, or 52 regexps of any length, any number of errors, and non-uniform costs. 59 make 63 make install DESTDIR=$RPM_BUILD_ROOT
|
/dports/databases/pgloader3/metabang-bind-20200218-git/ |
H A D | .boring | 1 # Boring file regexps: 35 (^|/)make($|/)
|
/dports/databases/pgloader3/cl-markdown-20191227-git/ |
H A D | .boring | 1 # Boring file regexps: 40 (^|/)make($|/)
|
/dports/textproc/gtk-doc/gtk-doc-1.33.2/ |
H A D | HACKING | 10 xml/html. Simply run "make snapshot" under tests. Then make changes and run 11 "make check". The tests/sanity.sh will check for delta. If you want to inspect 13 "make snapshot", go back to head and "make check", the sanity.sh test will now 47 TAR_OPTIONS="--owner=root --group=root" make distcheck 103 one can now use "GTKDOC_PROFILE=1 make" to run this during gtkdoc-mkhtml. It 111 Troubles with parsing regexps 113 Test regexps online: 124 cd test; make coverage
|
/dports/databases/pgloader3/metatilities-base-20191227-git/ |
H A D | .boring | 1 # Boring file regexps: 41 (^|/)make($|/)
|
/dports/databases/pgloader3/cl-containers-20200427-git/ |
H A D | .boring | 1 # Boring file regexps: 41 (^|/)make($|/)
|
/dports/textproc/libtre/tre-0.8.0/ |
H A D | tre.spec.in | 46 strings matching arbitrary regexps) that contain an approximate, or 52 regexps of any length, any number of errors, and non-uniform costs. 59 make 63 make install DESTDIR=$RPM_BUILD_ROOT
|
/dports/devel/tla/tla-1.3.5/src/hackerlab/bitsets/ |
H A D | bitsets-data-sheet.doc | 13 regexps.com 75 re-distribution) can be purchased from regexps.com. 239 library against which to make comparative measurements. 264 Bitset trees afford programmers to make explicit space/time 273 contact us at "hackerlab@regexps.com" or via our web site 274 "www.regexps.com". We can also be reached at (412) 401-5204 277 regexps.com
|
/dports/devel/tla/tla-1.3.5/src/hackerlab/rx-posix/ |
H A D | posix-regexps.doc | 1 /* tag: Tom Lord Tue Dec 4 14:57:16 2001 (posix-regexps.doc) 23 * contains an introduction to Posix regexps. (See xref:"An 25 * regexps, reading that appendix before reading this chapter may be 33 * The Posix standard for regexps is precise. On the other hand, it 42 * use complicated regexps and in applications that use regexp 185 * broad outline, so that they can avoid pitfalls, so they can make 192 * regexps are inexpensive, others are intractable. Many fall 220 * Implementations of Posix regexps often differ in the set of 224 * perform very well on even large regexps if those regexps are true 255 * possible range of regexps (including many large, complicated [all …]
|
/dports/devel/clojure-cider/cider-1.1.0/doc/modules/ROOT/pages/config/ |
H A D | basic_config.adoc | 10 should be able to make CIDER as comfortable as possible for *you*. 163 If you need to make the hidden buffers appear When using 199 Using the `eval` pseudo-variable you can make the translation dynamic, enabling 274 commands by customizing the variable `cider-filter-regexps`. The value of this 275 variable should be a list of regexps matching the pattern of namespaces you want 281 An important thing to note is that this list of regexps is passed on to the middleware 282 without any pre-processing. So, the regexps have to be in Clojure format (with twice the number of … 285 To customize `cider-filter-regexps`, you could use the Emacs customize UI, 286 with kbd:[M-x] `customize-variable` kbd:[RET] `cider-filter-regexps`. 292 (setq cider-filter-regexps '(".*nrepl")) [all …]
|
/dports/www/resin3/resin-3.1.16/webapps/resin-doc/doc/ |
H A D | config-tags.xtp | 74 <note>Only the Resin Java process understands regexps. Because 76 understand the regexps, you may need to do additional work to 77 make the web server send the request to Resin.</note>
|
/dports/editors/fte/fte/ |
H A D | TODO | 11 - Regexp optimizer and improved regexps. 22 - make configuration editor in Java (support only subset of config files?) 25 - Linux: make it run on tty.
|
/dports/mail/junkfilter/junkfilter/ |
H A D | junkfilter.lists | 23 # escape can make the regexps rather complex.
|
/dports/sysutils/confctl/confctl-1.2/ |
H A D | TODO | 24 - Consider rewriting the parser using regexps; it's getting complicated. 28 Add an option to make them as values without names, like this: 29 'meh=1\n meh=2\n meh=3'. This would make nicer output for
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/codegen/ |
H A D | README | 13 against a set of regexps to be specified in comments that follow a 56 although this form should be avoided when doing so would make the 57 regexps line excessively long and difficult to read. 67 It's possible to specify a comma-separated list of regexps to be 147 to make sure that no memmove call is included in the assembly. A 152 To make sure that the "memmove" symbol does not appear anywhere in the
|
/dports/lang/racket/racket-8.3/share/pkgs/eopl/private/ |
H A D | sllgen.rkt | 1062 ;; Scanner based on regexps and longest-match property 1094 (regexps (cadr init-state)) 1097 (map sllgen:parse-regexp regexps) 1152 (lambda (regexps action) 1153 (append regexps (list action)))) 1155 ;; regexps 1191 (lambda (regexps) 1194 (lambda (regexps) 1562 ;; its ((or alts) regexps action) 1571 ;; it's ((arbno regexp1) regexps action) [all …]
|
/dports/devel/tla/tla-1.3.5/src/hackerlab/rx/ |
H A D | tuning.doc | 6 * Some programs use Posix regexps or XML Regular Expressions heavily. 11 * the opportunity to make space-for-time trade-offs: you can
|
/dports/textproc/muse/muse-3.20/ |
H A D | ChangeLog.2 | 2458 Try to make link properties more sane. 2872 should just make a hook for this stuff. 3284 regexps. 3338 here in order to make a valid pacakge. 5063 Dale P. Smith to make the markup much better. 5612 small improvement on muse-make-link 6467 make XEmacs shut up. 7013 spurious "make clean" statement. 7149 Move regexps to same group, only make 4 heading faces. 7660 * muse-regexps.el (muse-extreg-usable-p): Try to make regexps work [all …]
|
/dports/converters/p5-Convert-Morse/Convert-Morse-0.06/ |
H A D | CHANGES | 21 * remove needless /c in two regexps 25 fixed the distribution by using 'make dist'
|