Home
last modified time | relevance | path

Searched refs:prefixes (Results 1 – 25 of 77295) sorted by path

12345678910>>...3092

/dports/accessibility/accerciser/accerciser-3.38.0/
H A DINSTALL149 You can specify separate installation prefixes for
H A Dinstall-sh403 prefixes=
411 prefixes=
423 prefixes="$prefixes '$qprefix'"
429 if test -n "$prefixes"; then
432 eval "\$doit_exec \$mkdirprog $prefixes") ||
/dports/accessibility/atkmm/atkmm-2.28.0/
H A DINSTALL149 You can specify separate installation prefixes for
/dports/accessibility/atkmm/atkmm-2.28.0/build/
H A Dinstall-sh403 prefixes=
411 prefixes=
423 prefixes="$prefixes '$qprefix'"
429 if test -n "$prefixes"; then
432 eval "\$doit_exec \$mkdirprog $prefixes") ||
/dports/accessibility/caribou/caribou-0.4.21/
H A DINSTALL150 You can specify separate installation prefixes for
H A Dinstall-sh386 prefixes=
394 prefixes=
406 prefixes="$prefixes '$qprefix'"
412 if test -n "$prefixes"; then
415 eval "\$doit_exec \$mkdirprog $prefixes") ||
/dports/accessibility/kmouth/kmouth-21.12.3/wordcompletion/
H A Dwordlist.cpp379 void loadAffFile(const QString &filename, AffMap &prefixes, AffMap &suffixes) in loadAffFile() argument
417 if (prefixes.contains(fields[1][0])) in loadAffFile()
418 list = prefixes[fields[1][0]]; in loadAffFile()
420 prefixes[fields[1][0]] = list; in loadAffFile()
488 …ring &modifiers, const WordMap &map, WordMap &checkedMap, const AffMap &prefixes, const AffMap &su… in checkWord() argument
496 if (prefixes.contains(modifiers[i])) { in checkWord()
497 AffList pList = prefixes[modifiers[i]]; in checkWord()
515 AffMap prefixes; in spellCheck() local
518 …loadAffFile(dictionary.left(dictionary.length() - 4) + QStringLiteral(".aff"), prefixes, suffixes); in spellCheck()
548 checkWord(word, modifiers, map, checkedMap, prefixes, suffixes); in spellCheck()
/dports/accessibility/libqaccessibilityclient/libqaccessibilityclient-0.4.1/docs/
H A Ddoxygenconfig843 # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
/dports/accessibility/orca/orca-41.1/
H A DINSTALL149 You can specify separate installation prefixes for
H A Dinstall-sh403 prefixes=
411 prefixes=
423 prefixes="$prefixes '$qprefix'"
429 if test -n "$prefixes"; then
432 eval "\$doit_exec \$mkdirprog $prefixes") ||
/dports/accessibility/py-atspi/pyatspi-2.38.1/config/
H A Dinstall-sh408 prefixes=
416 prefixes=
428 prefixes="$prefixes '$qprefix'"
434 if test -n "$prefixes"; then
437 eval "\$doit_exec \$mkdirprog $prefixes") ||
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/doc/
H A Dssip.texi449 of a key name, optionally prepended with one or more prefixes, each
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/
H A Dinstall-sh403 prefixes=
411 prefixes=
423 prefixes="$prefixes '$qprefix'"
429 if test -n "$prefixes"; then
432 eval "\$doit_exec \$mkdirprog $prefixes") ||
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/pkg-config-0.3.17/
H A DREADME.md49 Each of these variables can also be supplied with certain prefixes and suffixes, in the following p…
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/doc/
H A Dssip.texi449 of a key name, optionally prepended with one or more prefixes, each
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/
H A Dinstall-sh403 prefixes=
411 prefixes=
423 prefixes="$prefixes '$qprefix'"
429 if test -n "$prefixes"; then
432 eval "\$doit_exec \$mkdirprog $prefixes") ||
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/cc-1.0.72/
H A DREADME.md89 Each of these variables can also be supplied with certain prefixes and suffixes,
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/cc-1.0.72/src/
H A Dlib.rs2615 fn find_working_gnu_prefix(&self, prefixes: &[&'static str]) -> Option<&'static str> { in find_working_gnu_prefix()
2626 for prefix in prefixes { in find_working_gnu_prefix()
2641 prefixes.first().map(|prefix| *prefix)) in find_working_gnu_prefix()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/pkg-config-0.3.24/
H A DREADME.md49 Each of these variables can also be supplied with certain prefixes and suffixes, in the following p…
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/regex-1.5.4/
H A DHACKING.md25 speed up the Pike VM: extract one or more literal prefixes from the regular
27 prefixes in the search text. The Pike VM can then be avoided for most the
29 prefixes is in the regex-syntax crate (in this repository). The code to search
38 expressions have literal prefixes. To remedy this, we try another approach
H A DPERFORMANCE.md172 them if you can, especially as prefixes.
188 a few examples of regexes that get literal prefixes detected:
213 The first way is to add some number of literal prefixes to your regular
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/regex-1.5.4/src/
H A Dbacktrack.rs149 if !self.prog.prefixes.is_empty() { in exec_()
150 at = match self.input.prefix_at(&self.prog.prefixes, at) { in exec_()
H A Ddfa.rs1515 self.prog.prefixes.find(&text[at..]).map(|(s, _)| at + s) in prefix_at()
1558 && !self.prog.prefixes.is_empty() in has_prefix()
H A Dexec.rs124 prefixes: Literals, field
257 prefixes = None; in parse()
261 prefixes = None; in parse()
263 prefixes = prefixes.and_then(|mut prefixes| { in parse()
267 Some(prefixes) in parse()
292 prefixes: prefixes.unwrap_or_else(Literals::empty), in parse()
336 nfa.prefixes = LiteralSearcher::prefixes(parsed.prefixes); in build()
337 dfa.prefixes = nfa.prefixes.clone(); in build()
701 let lits = &self.ro.nfa.prefixes; in find_literals()
705 let lits = &self.ro.nfa.prefixes; in find_literals()
[all …]
H A Dinput.rs88 prefixes: &LiteralSearcher, in prefix_at()
123 prefixes: &LiteralSearcher, in prefix_at()
126 (**self).prefix_at(prefixes, at) in prefix_at()
209 prefixes: &LiteralSearcher, in prefix_at()
212 prefixes.find(&self[at.pos()..]).map(|(s, _)| self.at(at.pos() + s)) in prefix_at()
322 prefixes: &LiteralSearcher, in prefix_at()
325 prefixes.find(&self[at.pos()..]).map(|(s, _)| self.at(at.pos() + s)) in prefix_at()

12345678910>>...3092