Home
last modified time | relevance | path

Searched refs:reWhitespace (Results 1 – 25 of 69) sorted by relevance

123

/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/domhandler/src/
H A Dindex.ts12 const reWhitespace = /\s+/g;
161 reWhitespace,
169 data = data.replace(reWhitespace, " ");
/dports/www/firefox/firefox-99.0/third_party/python/compare_locales/compare_locales/parser/
H A Dpo.py87 m = self.reWhitespace.match(ctx.contents, cursor)
97 m = self.reWhitespace.match(ctx.contents, cursor)
H A Ddefines.py31 reWhitespace = re.compile('\n+', re.M) variable in DefinesParser
63 m = self.reWhitespace.match(contents, offset)
H A Dproperties.py66 m = self.reWhitespace.match(contents, offset)
H A Dbase.py299 reWhitespace = re.compile('[ \t\r\n]+', re.M) variable in Parser
404 m = self.reWhitespace.match(ctx.contents, offset)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/compare_locales/compare_locales/parser/
H A Dpo.py87 m = self.reWhitespace.match(ctx.contents, cursor)
97 m = self.reWhitespace.match(ctx.contents, cursor)
H A Ddefines.py31 reWhitespace = re.compile('\n+', re.M) variable in DefinesParser
63 m = self.reWhitespace.match(contents, offset)
H A Dproperties.py66 m = self.reWhitespace.match(contents, offset)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/compare_locales/compare_locales/parser/
H A Dpo.py87 m = self.reWhitespace.match(ctx.contents, cursor)
97 m = self.reWhitespace.match(ctx.contents, cursor)
H A Ddefines.py31 reWhitespace = re.compile('\n+', re.M) variable in DefinesParser
63 m = self.reWhitespace.match(contents, offset)
H A Dproperties.py66 m = self.reWhitespace.match(contents, offset)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/compare-locales/compare_locales/parser/
H A Dpo.py87 m = self.reWhitespace.match(ctx.contents, cursor)
97 m = self.reWhitespace.match(ctx.contents, cursor)
H A Ddefines.py31 reWhitespace = re.compile('\n+', re.M) variable in DefinesParser
63 m = self.reWhitespace.match(contents, offset)
H A Dproperties.py66 m = self.reWhitespace.match(contents, offset)
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionConsoleInput.cpp182 boost::regex reWhitespace("^\\s*$"); in fixupPendingConsoleInput() local
234 if (regex_utils::match(lookahead, reWhitespace)) in fixupPendingConsoleInput()
251 else if (!regex_utils::match(line, reWhitespace)) in fixupPendingConsoleInput()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/compare-locales/compare_locales/
H A Dparser.py214 reWhitespace = re.compile('\s+', re.M) variable in Parser
287 m = self.reWhitespace.match(ctx.contents, offset)
458 m = self.reWhitespace.match(contents, offset)
517 reWhitespace = re.compile('\n+', re.M) variable in DefinesParser
537 m = self.reWhitespace.match(contents, offset)
601 m = self.reWhitespace.match(contents, offset)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/moby/buildkit/frontend/dockerfile/parser/
H A Dline_parsers.go155 parts := reWhitespace.Split(rest, 2)
248 for _, str := range reWhitespace.Split(rest, -1) { // use regexp
H A Dsplit_command.go15 cmdline := reWhitespace.Split(strings.TrimSpace(line), 2)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/dockerfile/parser/
H A Dline_parsers.go155 parts := reWhitespace.Split(rest, 2)
248 for _, str := range reWhitespace.Split(rest, -1) { // use regexp
H A Dsplit_command.go15 cmdline := reWhitespace.Split(strings.TrimSpace(line), 2)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/dockerfile/parser/
H A Dline_parsers.go155 parts := reWhitespace.Split(rest, 2)
248 for _, str := range reWhitespace.Split(rest, -1) { // use regexp
H A Dsplit_command.go15 cmdline := reWhitespace.Split(strings.TrimSpace(line), 2)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/frontend/dockerfile/parser/
H A Dline_parsers.go155 parts := reWhitespace.Split(rest, 2)
248 for _, str := range reWhitespace.Split(rest, -1) { // use regexp
H A Dsplit_command.go15 cmdline := reWhitespace.Split(strings.TrimSpace(line), 2)
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/commonmark/commonmark/
H A Dinlines.pyi19 reWhitespace: Any

123