Searched refs:combination (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_m17n_comb.rb59 def combination(*args, &b) method in class:TestM17NComb.AESU.a.e.s
142 combination(STRINGS, -2..2) {|s, nth|
145 combination(STRINGS, -2..2, 0..2) {|s, nth, len|
148 combination(STRINGS, STRINGS) {|s, substr|
151 combination(STRINGS, -2..2, 0..2) {|s, first, last|
155 combination(STRINGS, STRINGS) {|s1, s2|
161 combination(STRINGS, STRINGS, 0..2) {|s1, s2, nth|
205 combination(STRINGS, STRINGS) {|s1, s2|
244 combination(STRINGS, STRINGS) {|s1, s2|
254 combination(STRING
[all...]
H A Dtest_sprintf_comb.rb112 def self.combination(*args, &b) singleton method in class:TestSprintfComb
289 combination(%w[B b d o X x],
546 combination(%w[e E f g G],
H A Dtest_array.rb867 ary.combination(2) {
1599 assert_equal(@cls[[]], @cls[1,2,3,4].combination(0).to_a)
1600 assert_equal(@cls[[1],[2],[3],[4]], @cls[1,2,3,4].combination(1).to_a)
1601 assert_equal(@cls[[1,2],[1,3],[1,4],[2,3],[2,4],[3,4]], @cls[1,2,3,4].combination(2).to_a)
1602 assert_equal(@cls[[1,2,3],[1,2,4],[1,3,4],[2,3,4]], @cls[1,2,3,4].combination(3).to_a)
1603 assert_equal(@cls[[1,2,3,4]], @cls[1,2,3,4].combination(4).to_a)
1604 assert_equal(@cls[], @cls[1,2,3,4].combination(5).to_a)
2185 assert_equal(:called, (0..100).to_a.combination(50) { break :called }, "[ruby-core:29240] ... must be yielded even if 100C50 > signed integer")
H A Dtest_enumerator.rb509 check_consistency_for_combinatorics(:combination)
511 (1..100).to_a.combination(42).size
H A Dtest_range.rb518 values.combination(2).to_a.product(values).each do |(from, to), search|
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Windows/
H A DMemory.inc25 // are not a bitwise combination of RWX values
/macosx-10.10/ruby-106/ruby/
H A Dgolf_prelude.rb32 1.upto(s.size){|z|s.scan(/./).combination(z).map{|trial|
/macosx-10.10/vim-55/runtime/keymap/
H A Dbulgarian-phonetic.vim31 " For details of what key or key combination maps to what character, please
132 " To apply an accent to a letter, type the corresponding key combination
H A Dbulgarian-bds.vim37 " For details of what key or key combination maps to what character, please
152 " To apply an accent to a letter, type the corresponding key combination
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A Dformat.txt166 pairs that have a single Unicode value representing the combination of the two
180 first of these is the character code representing the combination of two
183 of character codes whose combination is represented by the character code in
H A Dapi.txt43 combination of the macros listed above.
68 specified in the `masks' parameter as a bitwise combination of the macros
/macosx-10.10/vim-55/runtime/syntax/
H A Dhaste.vim42 " and other "else+if" combination shouldn't be highlighted.
H A Dlisp.vim288 syn keyword lispFunc declare method-combination substitute
289 syn keyword lispFunc decode-float method-combination-error substitute-if
296 syn keyword lispFunc define-method-combination most-negative-fixnum symbol-macrolet
H A Ddoxygen.vim421 " The above line works, but it is hard to expect the combination of
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tests/
H A Dtcusto1.cpp135 B(c06, Pairwise combination, 0) { argument
/macosx-10.10/ruby-106/ruby/test/rss/
H A Drss-assertions.rb276 combination(optional_attributes, i).each do |attributes|
1319 combination(optional_variables, i).each do |names|
1356 combination(optional_variables, i).each do |names|
2064 def combination(elements, n) method
2071 combination(rest, n - 1).collect do |sub_elements|
2073 end + combination(rest, n)
/macosx-10.10/CPANInternal-159.1/Test-NoWarnings-1.04/lib/Test/
H A DNoWarnings.pm188 probably want to use L<Test::Warn> in combination with L<Test::NoWarnings>.
/macosx-10.10/vim-55/runtime/indent/
H A Dawk.vim14 " character position 1 before the following pattern-action combination is
/macosx-10.10/emacs-93/emacs/etc/
H A Dsurvival.tex221 \key{C-y} yank back the last kill (\kbd{C-w C-y} combination could be
H A Dorgcard.tex382 {\bf Calculations} (in combination with Emacs \kbd{calc} package)
/macosx-10.10/emacs-93/emacs/nt/
H A Dconfigure.bat60 rem [7] not recommended; please report if you try this combination.
/macosx-10.10/CPANInternal-159.1/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm3422 Use a combination of C<print()> and C<waitfor()> as an alternative to
3766 Consider using a combination of C<print()> and C<waitfor()> as an
4198 Consider using a combination of C<print()> and C<waitfor()> as an
/macosx-10.10/tcl-105/tcl/tcl/library/tcltest/
H A Dtcltest.tcl634 Takes any combination of the values 'p', 's', 'b', 't', 'e' and 'l'.
2284 # This is where the body of a test is evaluated. The combination of
/macosx-10.10/tcl-105/tcl84/tcl/library/tcltest/
H A Dtcltest.tcl634 Takes any combination of the values 'p', 's', 'b', 't' and 'e'.
2263 # This is where the body of a test is evaluated. The combination of
/macosx-10.10/emacs-93/emacs/leim/quail/
H A Dgreek.el1151 In the right of ,Fk(B key is a combination key, where
1291 In the right of ,Fk(B key is a combination key, where

Completed in 214 milliseconds

12