Home
last modified time | relevance | path

Searched refs:white_spaces (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/ruby26/ruby-2.6.9/spec/ruby/language/regexp/
H A Dcharacter_classes_spec.rb12 /\w/.match(LanguageSpecs.white_spaces).should be_nil
18 /\W+/.match(LanguageSpecs.white_spaces).to_a.should == [LanguageSpecs.white_spaces]
29 /\s+/.match(LanguageSpecs.white_spaces).to_a.should == [LanguageSpecs.white_spaces]
45 /\S/.match(LanguageSpecs.white_spaces).should be_nil
53 /\d/.match(LanguageSpecs.white_spaces).should be_nil
60 /\D+/.match(LanguageSpecs.white_spaces).to_a.should == [LanguageSpecs.white_spaces]
76 /[[:blank:]]+/.match(LanguageSpecs.white_spaces).to_a.should == [LanguageSpecs.blanks]
81 …/[[:print:]]+/.match(LanguageSpecs.white_spaces).to_a.should == [" "] # include all of multiby…
83 /[[:space:]]+/.match(LanguageSpecs.white_spaces).to_a.should == [LanguageSpecs.white_spaces]
H A Danchors_spec.rb126 LanguageSpecs.white_spaces.scan(/./).each do |c|
147 LanguageSpecs.white_spaces.scan(/./).each do |c|
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/util/support/
H A Djson.c717 white_spaces(struct decode_ctx *ctx) in white_spaces() function
867 if (white_spaces(ctx)) in parse_object_association()
872 if (white_spaces(ctx)) in parse_object_association()
904 if (white_spaces(ctx)) in parse_object()
919 if (white_spaces(ctx)) in parse_object()
926 if (white_spaces(ctx)) in parse_object()
967 if (white_spaces(ctx)) in parse_array()
982 if (white_spaces(ctx)) in parse_array()
989 if (white_spaces(ctx)) in parse_array()
1017 if (white_spaces(ctx)) in parse_value()
[all …]
/dports/security/krb5/krb5-1.19.2/src/util/support/
H A Djson.c717 white_spaces(struct decode_ctx *ctx) in white_spaces() function
867 if (white_spaces(ctx)) in parse_object_association()
872 if (white_spaces(ctx)) in parse_object_association()
904 if (white_spaces(ctx)) in parse_object()
919 if (white_spaces(ctx)) in parse_object()
926 if (white_spaces(ctx)) in parse_object()
967 if (white_spaces(ctx)) in parse_array()
982 if (white_spaces(ctx)) in parse_array()
989 if (white_spaces(ctx)) in parse_array()
1017 if (white_spaces(ctx)) in parse_value()
[all …]
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/language/fixtures/
H A Dclasses.rb16 def self.white_spaces singletonMethod
/dports/math/octave/octave-6.4.0/scripts/legacy/
H A Dstrread.m266 white_spaces = " \b\r\n\t"; variable
310 white_spaces = varargin{n+1}; variable
311 if (strcmp (typeinfo (white_spaces), "sq_string"))
312 white_spaces = do_string_escapes (white_spaces); variable
429 if (! isempty (white_spaces))
437 white_spaces = setdiff (white_spaces, delimiter_str); variable
447 white_spaces = strrep (white_spaces, eol_char, ''); variable
461 if (! isempty (white_spaces))
469 rxp_wsp = sprintf ("[%s]+", white_spaces);
495 if (! isempty (white_spaces))
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/
H A Dlocal_caret_rect_test.cc781 const Node* white_spaces = second_span->firstChild(); in TEST_P() local
796 : LocalCaretRect(white_spaces->GetLayoutObject(), in TEST_P()
799 Position(white_spaces, 0), TextAffinity::kDownstream))); in TEST_P()
802 : LocalCaretRect(white_spaces->GetLayoutObject(), in TEST_P()
805 Position(white_spaces, 1), TextAffinity::kDownstream))); in TEST_P()
808 : LocalCaretRect(white_spaces->GetLayoutObject(), in TEST_P()
811 Position(white_spaces, 2), TextAffinity::kDownstream))); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/
H A Dlocal_caret_rect_test.cc775 const Node* white_spaces = second_span->firstChild(); in TEST_P() local
790 : LocalCaretRect(white_spaces->GetLayoutObject(), in TEST_P()
793 Position(white_spaces, 0), TextAffinity::kDownstream))); in TEST_P()
796 : LocalCaretRect(white_spaces->GetLayoutObject(), in TEST_P()
799 Position(white_spaces, 1), TextAffinity::kDownstream))); in TEST_P()
802 : LocalCaretRect(white_spaces->GetLayoutObject(), in TEST_P()
805 Position(white_spaces, 2), TextAffinity::kDownstream))); in TEST_P()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/test/
H A Derl_scan_SUITE.erl174 ok = white_spaces(),
730 white_spaces() -> function
1186 {white_spaces,Wtokens} =
1187 {white_spaces,filter_tokens(CWtokens, [comment])},
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/test/
H A Derl_scan_SUITE.erl174 ok = white_spaces(),
730 white_spaces() -> function
1186 {white_spaces,Wtokens} =
1187 {white_spaces,filter_tokens(CWtokens, [comment])},
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/
H A Dchains.rs307 let white_spaces: &[_] = &[' ', '\t']; in from_ast() localVariable
309 .trim_matches(white_spaces) in from_ast()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/test/
H A Derl_scan_SUITE.erl174 ok = white_spaces(),
824 white_spaces() -> function
1285 {white_spaces,Wtokens} =
1286 {white_spaces,filter_tokens(CWtokens, [comment])},
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/test/
H A Derl_scan_SUITE.erl174 ok = white_spaces(),
824 white_spaces() -> function
1295 {white_spaces,Wtokens} =
1296 {white_spaces,filter_tokens(CWtokens, [comment])},
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/test/
H A Derl_scan_SUITE.erl174 ok = white_spaces(),
824 white_spaces() -> function
1295 {white_spaces,Wtokens} =
1296 {white_spaces,filter_tokens(CWtokens, [comment])},
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/test/
H A Derl_scan_SUITE.erl174 ok = white_spaces(),
824 white_spaces() -> function
1295 {white_spaces,Wtokens} =
1296 {white_spaces,filter_tokens(CWtokens, [comment])},
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/test/
H A Derl_scan_SUITE.erl174 ok = white_spaces(),
824 white_spaces() -> function
1295 {white_spaces,Wtokens} =
1296 {white_spaces,filter_tokens(CWtokens, [comment])},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flatbuffers/src/src/
H A Didl_gen_rust.cpp1751 void GenNamespaceImports(const int white_spaces) { in GenNamespaceImports() argument
1752 std::string indent = std::string(white_spaces, ' '); in GenNamespaceImports()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/src/
H A Didl_gen_rust.cpp1778 void GenNamespaceImports(const int white_spaces) { in GenNamespaceImports() argument
1779 std::string indent = std::string(white_spaces, ' '); in GenNamespaceImports()
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/src/
H A Didl_gen_rust.cpp1748 void GenNamespaceImports(const int white_spaces) { in GenNamespaceImports() argument
1749 std::string indent = std::string(white_spaces, ' '); in GenNamespaceImports()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/src/
H A Didl_gen_rust.cpp1742 void GenNamespaceImports(const int white_spaces) { in GenNamespaceImports() argument
1743 std::string indent = std::string(white_spaces, ' '); in GenNamespaceImports()
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dmk-uchar.rkt235 (define white_spaces (make-hash)) function
250 (hash-set! white_spaces i #t)
393 (hash-ref white_spaces code #f)
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dmk-uchar.rkt235 (define white_spaces (make-hash)) function
250 (hash-set! white_spaces i #t)
393 (hash-ref white_spaces code #f)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/src/
H A Didl_gen_rust.cpp2703 void GenNamespaceImports(const int white_spaces) { in GenNamespaceImports() argument
2707 std::string indent = std::string(white_spaces, ' '); in GenNamespaceImports()
/dports/devel/flatbuffers/flatbuffers-2.0.0/src/
H A Didl_gen_rust.cpp2703 void GenNamespaceImports(const int white_spaces) { in GenNamespaceImports() argument
2707 std::string indent = std::string(white_spaces, ' '); in GenNamespaceImports()
/dports/news/tin/tin-2.4.5/doc/
H A DCHANGES.old6990 with two white_spaces between 2 msgids won't fail anymore

12