Home
last modified time | relevance | path

Searched refs:dotAll (Results 1 – 25 of 205) sorted by relevance

123456789

/dports/www/phpbb3/phpBB3/vendor/s9e/text-formatter/src/Configurator/JavaScript/
H A DRegexpConvertor.php33 $dotAll = (strpos($regexpInfo['modifiers'], 's') !== false);
43 $dotAll
55 $regexp .= self::convertUnicodeCharacters(substr($regexpInfo['regexp'], $pos), false, $dotAll);
85 * @param bool $dotAll Whether PCRE_DOTALL is set
88 protected static function convertUnicodeCharacters($str, $inCharacterClass, $dotAll) argument
94 $str = self::unfoldUnicodeProperties($str, $inCharacterClass, $dotAll);
199 * @param bool $dotAll Whether PCRE_DOTALL is set
202 protected static function unfoldUnicodeProperties($str, $inCharacterClass, $dotAll) argument
225 if ($dotAll)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/clone-regexp/
H A Dreadme.md51 …ects/RegExp/multiline) [`dotAll`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Referenc…
H A Dindex.d.ts26 dotAll?: boolean; property
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.es2018.regexp.d.ts38 readonly dotAll: boolean; property
/dports/java/netbeans/netbeans/webcommon/typescript-lsp/node_modules/typescript/lib/
H A Dlib.es2018.regexp.d.ts38 readonly dotAll: boolean; property
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.es2018.regexp.d.ts38 readonly dotAll: boolean; property
/dports/devel/jetbrains-goland/GoLand-2019.3.1/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.es2018.regexp.d.ts38 readonly dotAll: boolean; property
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/lib/
H A Dlib.es2018.regexp.d.ts38 readonly dotAll: boolean; property
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/typescript/lib/
H A Dlib.es2018.regexp.d.ts38 readonly dotAll: boolean; property
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/
H A Dlib.es2018.regexp.d.ts38 readonly dotAll: boolean; property
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/typescript/lib/
H A Dlib.es2018.regexp.d.ts38 readonly dotAll: boolean; property
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/node/node_modules/typescript/lib/
H A Dlib.es2018.regexp.d.ts38 readonly dotAll: boolean; property
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DRegExpObject.h139 bool dotAll() const { return getFlags().dotAll(); } in dotAll() function
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DRegExpObject.h143 bool dotAll() const { return getFlags().dotAll(); } in dotAll() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DRegExpObject.h139 bool dotAll() const { return getFlags().dotAll(); } in dotAll() function
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/@babel/plugin-transform-dotall-regex/
H A DREADME.md3 > Compile regular expressions using the `s` (`dotAll`) flag to ES5.
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DRegExpObject.h175 bool dotAll() const { return getFlags().dotAll(); } in dotAll() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/@typescript-eslint/eslint-plugin/node_modules/regexpp/
H A Dindex.d.ts138 dotAll: boolean;
172 …ignoreCase: boolean, multiline: boolean, unicode: boolean, sticky: boolean, dotAll: boolean): void;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/regexpp/
H A Dindex.d.ts138 dotAll: boolean;
170 …ignoreCase: boolean, multiline: boolean, unicode: boolean, sticky: boolean, dotAll: boolean): void;
/dports/misc/netron/node_modules/regexpp/
H A Dindex.d.ts138 dotAll: boolean;
172 …ignoreCase: boolean, multiline: boolean, unicode: boolean, sticky: boolean, dotAll: boolean): void;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/@typescript-eslint/eslint-plugin/node_modules/regexpp/
H A Dindex.d.ts138 dotAll: boolean;
172 …ignoreCase: boolean, multiline: boolean, unicode: boolean, sticky: boolean, dotAll: boolean): void;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/regexpp/
H A Dindex.d.ts138 dotAll: boolean;
170 …ignoreCase: boolean, multiline: boolean, unicode: boolean, sticky: boolean, dotAll: boolean): void;
/dports/textproc/write-good/write-good-1.0.8/node_modules/regexpp/
H A Dindex.d.ts138 dotAll: boolean;
170 …ignoreCase: boolean, multiline: boolean, unicode: boolean, sticky: boolean, dotAll: boolean): void;
/dports/lang/v8/v8-9.6.180.12/src/regexp/
H A Dregexp-flags.h26 V(dot_all, DotAll, dotAll, 's', 5) \
/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DRegExpFlags.h114 bool dotAll() const { return flags_ & RegExpFlag::DotAll; } in dotAll() function

123456789