Home
last modified time | relevance | path

Searched refs:fullUnicode (Results 1 – 25 of 132) sorted by relevance

123456

/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dregexp-match-all.tq55 // 11. If flags contains "u", let fullUnicode be true.
56 // 12. Else, let fullUnicode be false.
84 // 11. If flags contains "u", let fullUnicode be true.
85 // 12. Else, let fullUnicode be false.
93 // 13. Return ! CreateRegExpStringIterator(matcher, S, global, fullUnicode).
131 // 8. Let fullUnicode be O.[[Unicode]].
178 // fullUnicode).
200 // fullUnicode).
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dregexp-match-all.tq55 // 11. If flags contains "u", let fullUnicode be true.
56 // 12. Else, let fullUnicode be false.
84 // 11. If flags contains "u", let fullUnicode be true.
85 // 12. Else, let fullUnicode be false.
93 // 13. Return ! CreateRegExpStringIterator(matcher, S, global, fullUnicode).
131 // 8. Let fullUnicode be O.[[Unicode]].
178 // fullUnicode).
200 // fullUnicode).
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dregexp-match-all.tq55 // 11. If flags contains "u", let fullUnicode be true.
56 // 12. Else, let fullUnicode be false.
85 // 11. If flags contains "u", let fullUnicode be true.
86 // 12. Else, let fullUnicode be false.
94 // 13. Return ! CreateRegExpStringIterator(matcher, S, global, fullUnicode).
160 // 8. Let fullUnicode be O.[[Unicode]].
207 // fullUnicode).
229 // fullUnicode).
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/
H A Dregexp.go197 func (r *regexp2Wrapper) findSubmatchIndex(s valueString, start int, fullUnicode, doCache bool) (re…
198 if fullUnicode {
438 func (r *regexp2Wrapper) findAllSubmatchIndex(s valueString, start, limit int, sticky, fullUnicode
443 if fullUnicode {
475 func (r *regexpWrapper) findSubmatchIndex(s valueString, fullUnicode bool) []int {
480 return r.findSubmatchIndexUnicode(s, fullUnicode)
491 func (r *regexpWrapper) findSubmatchIndexUnicode(s unicodeString, fullUnicode bool) (result []int) {
493 if fullUnicode {
H A Dbuiltin_regexp.go648 fullUnicode := nilSafe(rxObj.self.getStr("unicode", nil)).ToBoolean()
664 … rxObj.self.setOwnStr("lastIndex", valueInt(advanceStringIndex64(s, thisIndex, fullUnicode)), true)
771 fullUnicode := strings.Contains(flagsStr, "u")
772 return r.createRegExpStringIterator(matcher, s, global, fullUnicode)
775 func (r *Runtime) createRegExpStringIterator(matcher *Object, s valueString, global, fullUnicode bo…
782 fullUnicode: fullUnicode,
798 global, fullUnicode, done bool member
833 ….self.setOwnStr("lastIndex", valueInt(advanceStringIndex64(ri.s, thisIndex, ri.fullUnicode)), true)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/
H A Dregexp.go197 func (r *regexp2Wrapper) findSubmatchIndex(s valueString, start int, fullUnicode, doCache bool) (re…
198 if fullUnicode {
438 func (r *regexp2Wrapper) findAllSubmatchIndex(s valueString, start, limit int, sticky, fullUnicode
443 if fullUnicode {
475 func (r *regexpWrapper) findSubmatchIndex(s valueString, fullUnicode bool) []int {
480 return r.findSubmatchIndexUnicode(s, fullUnicode)
491 func (r *regexpWrapper) findSubmatchIndexUnicode(s unicodeString, fullUnicode bool) (result []int) {
493 if fullUnicode {
H A Dbuiltin_regexp.go648 fullUnicode := nilSafe(rxObj.self.getStr("unicode", nil)).ToBoolean()
664 … rxObj.self.setOwnStr("lastIndex", valueInt(advanceStringIndex64(s, thisIndex, fullUnicode)), true)
771 fullUnicode := strings.Contains(flagsStr, "u")
772 return r.createRegExpStringIterator(matcher, s, global, fullUnicode)
775 func (r *Runtime) createRegExpStringIterator(matcher *Object, s valueString, global, fullUnicode bo…
782 fullUnicode: fullUnicode,
798 global, fullUnicode, done bool member
833 ….self.setOwnStr("lastIndex", valueInt(advanceStringIndex64(ri.s, thisIndex, ri.fullUnicode)), true)
/dports/finance/nextcloud-cospend/cospend/js/
H A Dcospend-login.js.map1fullUnicode","results","accumulatedResult","nextSourcePosition","j","replacerArgs","apply","__webp…
H A Dcospend-sharePassword.js.map1fullUnicode","results","accumulatedResult","nextSourcePosition","j","replacerArgs","apply","__webp…
H A Dcospend-adminSettings.js.map1fullUnicode","matchStr","$trim","stringTrimForced","aFunction","functionBindContext","b","c","crea…
/dports/www/nextcloud/nextcloud/apps-pkg/files_pdfviewer/js/
H A Dfiles_pdfviewer-main.js.map1fullUnicode","results","accumulatedResult","nextSourcePosition","replacerArgs","___CSS_LOADER_EXPO…
H A Dfiles_pdfviewer-public.js.map1fullUnicode","matchStr","$trim","stringTrimForced","aFunction","functionBindContext","b","c","crea…
/dports/www/nextcloud-groupfolders/groupfolders/js/
H A Dgroupfolders-files.js.map1fullUnicode","results","accumulatedResult","nextSourcePosition","j","replacerArgs","apply","client…
/dports/www/nextcloud/nextcloud/core/js/dist/
H A Dmaintenance.js.map1fullUnicode","matchStr","$trim","stringTrimForced","aFunction","functionBindContext","IS_MAP","IS_…
H A Dsystemtags.js.map1fullUnicode","unicode","results","accumulatedResult","nextSourcePosition","matched","position","ca…
/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c42792 int global, n, fullUnicode, isEmpty; in js_regexp_Symbol_match() local
42812 fullUnicode = JS_ToBoolFree(ctx, JS_GetProperty(ctx, rx, JS_ATOM_unicode)); in js_regexp_Symbol_match()
42813 if (fullUnicode < 0) in js_regexp_Symbol_match()
42841 nextIndex = string_advance_index(p, thisIndex, fullUnicode); in js_regexp_Symbol_match()
43104 int nextSourcePosition, n, j, functionalReplace, is_global, fullUnicode; in js_regexp_Symbol_replace() local
43133 fullUnicode = 0; in js_regexp_Symbol_replace()
43138 fullUnicode = JS_ToBoolFree(ctx, JS_GetProperty(ctx, rx, JS_ATOM_unicode)); in js_regexp_Symbol_replace()
43139 if (fullUnicode < 0) in js_regexp_Symbol_replace()
43170 nextIndex = string_advance_index(sp, thisIndex, fullUnicode); in js_regexp_Symbol_replace()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.c41340 int global, n, fullUnicode, isEmpty; in js_regexp_Symbol_match() local
41360 fullUnicode = JS_ToBoolFree(ctx, JS_GetProperty(ctx, rx, JS_ATOM_unicode)); in js_regexp_Symbol_match()
41361 if (fullUnicode < 0) in js_regexp_Symbol_match()
41391 nextIndex = string_advance_index(p, thisIndex, fullUnicode); in js_regexp_Symbol_match()
41654 int nextSourcePosition, n, j, functionalReplace, is_global, fullUnicode; in js_regexp_Symbol_replace() local
41683 fullUnicode = 0; in js_regexp_Symbol_replace()
41688 fullUnicode = JS_ToBoolFree(ctx, JS_GetProperty(ctx, rx, JS_ATOM_unicode)); in js_regexp_Symbol_replace()
41689 if (fullUnicode < 0) in js_regexp_Symbol_replace()
41720 nextIndex = string_advance_index(sp, thisIndex, fullUnicode); in js_regexp_Symbol_replace()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.c41342 int global, n, fullUnicode, isEmpty; in js_regexp_Symbol_match() local
41362 fullUnicode = JS_ToBoolFree(ctx, JS_GetProperty(ctx, rx, JS_ATOM_unicode)); in js_regexp_Symbol_match()
41363 if (fullUnicode < 0) in js_regexp_Symbol_match()
41393 nextIndex = string_advance_index(p, thisIndex, fullUnicode); in js_regexp_Symbol_match()
41656 int nextSourcePosition, n, j, functionalReplace, is_global, fullUnicode; in js_regexp_Symbol_replace() local
41685 fullUnicode = 0; in js_regexp_Symbol_replace()
41690 fullUnicode = JS_ToBoolFree(ctx, JS_GetProperty(ctx, rx, JS_ATOM_unicode)); in js_regexp_Symbol_replace()
41691 if (fullUnicode < 0) in js_regexp_Symbol_replace()
41722 nextIndex = string_advance_index(sp, thisIndex, fullUnicode); in js_regexp_Symbol_replace()
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.c42848 int global, n, fullUnicode, isEmpty; in js_regexp_Symbol_match() local
42868 fullUnicode = JS_ToBoolFree(ctx, JS_GetProperty(ctx, rx, JS_ATOM_unicode)); in js_regexp_Symbol_match()
42869 if (fullUnicode < 0) in js_regexp_Symbol_match()
42897 nextIndex = string_advance_index(p, thisIndex, fullUnicode); in js_regexp_Symbol_match()
43160 int nextSourcePosition, n, j, functionalReplace, is_global, fullUnicode; in js_regexp_Symbol_replace() local
43189 fullUnicode = 0; in js_regexp_Symbol_replace()
43194 fullUnicode = JS_ToBoolFree(ctx, JS_GetProperty(ctx, rx, JS_ATOM_unicode)); in js_regexp_Symbol_replace()
43195 if (fullUnicode < 0) in js_regexp_Symbol_replace()
43226 nextIndex = string_advance_index(sp, thisIndex, fullUnicode); in js_regexp_Symbol_replace()
/dports/security/vaultwarden/web-vault/app/
H A Dpolyfills.8e5494e39b48bad5e654.js.map1fullUnicode","matchStr","getRegExpFlags","MATCH_ALL","REGEXP_STRING","REGEXP_STRING_ITERATOR","nat…
/dports/www/nextcloud-contacts/contacts/js/
H A Dcontacts-files-action.js.map1fullUnicode","results","accumulatedResult","nextSourcePosition","j","replacerArgs","hasSymbols","t…
/dports/www/nextcloud-deck/deck/js/
H A Ddeck-calendar.js.map1fullUnicode","results","accumulatedResult","nextSourcePosition","j","replacerArgs","arr","ret","ha…
/dports/www/nextcloud/nextcloud/apps-pkg/dav/js/
H A Dsettings-admin-caldav.js.map1fullUnicode","matchStr","$trim","stringTrimForced","aFunction","functionBindContext","IS_FILTER_OU…
/dports/www/nextcloud/nextcloud/apps-pkg/accessibility/js/
H A Daccessibility.js.map1fullUnicode","unicode","results","accumulatedResult","nextSourcePosition","matched","position","ca…
/dports/misc/mxnet/incubator-mxnet-1.9.0/docs/python_docs/themes/mx-theme/mxtheme/static/
H A Dsphinx_materialdesign_theme.js.map1fullUnicode = rx.unicode;\n rx.lastIndex = 0;\n var A = [];\n var n = 0;\n var…

123456