Searched refs:alternate (Results 1 - 25 of 66) sorted by relevance

123

/macosx-10.10.1/ruby-106/ruby/test/rss/
H A Dtest_xml-stylesheet.rb15 {:charset => "UTF-8", :alternate => "yes"},
31 :charset => "UTF-8", :alternate => "yes"},
33 :alternate => "no"},
36 :alternate => "yes"},
47 xss.alternate = value
51 xss.alternate = value
53 assert_nil(xss.alternate)
61 [{:charset => "UTF-8", :alternate => "yes"},],
70 :charset => "UTF-8", :alternate => "yes"},
72 :alternate
[all...]
H A Dtest_maker_xml-stylesheet.rb14 alternate = 'yes'
23 xss.alternate = alternate
36 assert_equal(alternate, xss.alternate)
H A Dtest_setup_maker_atom_entry.rb284 alternate = 'yes'
296 xss.alternate = alternate
319 assert_equal(alternate, xss.alternate)
331 alternate = 'yes'
356 xss.alternate = alternate
398 assert_equal(alternate, xss.alternate)
[all...]
H A Dtest_setup_maker_atom_feed.rb308 alternate = 'yes'
320 xss.alternate = alternate
343 assert_equal(alternate, xss.alternate)
355 alternate = 'yes'
380 xss.alternate = alternate
422 assert_equal(alternate, xss.alternate)
[all...]
H A Dtest_setup_maker_1.0.rb335 alternate = 'yes'
347 xss.alternate = alternate
369 assert_equal(alternate, xss.alternate)
381 alternate = 'yes'
412 xss.alternate = alternate
481 assert_equal(alternate, xss.alternate)
[all...]
H A Dtest_setup_maker_0.9.rb209 alternate = 'yes'
221 xss.alternate = alternate
243 assert_equal(alternate, xss.alternate)
H A Dtest_setup_maker_2.0.rb271 alternate = 'yes'
283 xss.alternate = alternate
304 assert_equal(alternate, xss.alternate)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/csv/
H A Dcsv.tcl127 #3) -alternate chan m
128 #4) -alternate chan m sepChar
130 #5) -alternate chan m sepChar expand
132 set alternate 0
142 if {[string equal $a "-alternate"]} {
143 set alternate 1
154 if {[string equal $a "-alternate"]} {
155 set alternate 1
168 if {![string equal $a "-alternate"]} {
169 return -code error "wrong#args: Should be ?-alternate
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rss/
H A Dxml-stylesheet.rb28 ATTRIBUTES = %w(href type title media charset alternate)
78 remove_method(:alternate=)
79 def alternate=(value)
81 @alternate = value
84 args = ["?xml-stylesheet?", %Q[alternate="#{value}"]]
88 @alternate
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DAlternateSubstSubtables.cpp31 TTGlyphID alternate = SWAPW(alternateSetTable->alternateArray[0]); local
33 if (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, alternate))) {
/macosx-10.10.1/ruby-106/ruby/lib/drb/
H A Dtimeridconv.rb65 def alternate method in class:DRb.TimerIdConv.TimerHolder2
76 alternate
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_path_support.rb33 alternate = @tempdir.gsub(File::SEPARATOR, File::ALT_SEPARATOR)
34 ps = Gem::PathSupport.new "GEM_HOME" => alternate
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dssearch.cpp988 virtual void append(UnicodeString &test, UnicodeString &alternate) = 0;
1011 virtual void append(UnicodeString &test, UnicodeString &alternate);
1028 void SetMonkey::append(UnicodeString &test, UnicodeString &alternate) argument
1036 alternate.append(str); // flip case, or some junk?
1045 void append(UnicodeString &testCase, UnicodeString &alternate);
1048 UnicodeString &generateAlternative(const UnicodeString &testCase, UnicodeString &alternate);
1066 void StringSetMonkey::append(UnicodeString &testCase, UnicodeString &alternate) argument
1082 generateAlternative(str, alternate);
1088 generateAlternative(str, alternate);
1094 UnicodeString &StringSetMonkey::generateAlternative(const UnicodeString &testCase, UnicodeString &alternate) argument
1154 generateTestCase(UCollator *coll, Monkey *monkeys[], int32_t monkeyCount, UnicodeString &testCase, UnicodeString &alternate) argument
1381 UnicodeString alternate; local
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dinstall_command.rb61 The wrapper allows you to choose among alternate gem versions using _version_.
/macosx-10.10.1/tcl-105/tk/tk/library/ttk/
H A DaltTheme.tcl46 } -highlightcolor {alternate black}
H A DclamTheme.tcl57 -bordercolor [list alternate "#000000"] \
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DCGI.pm84 An alias can be used to provide an alternate name by which the object should
H A DDatafile.pm110 optional C<delim> parameter may also be provided to specify an alternate
H A DURL.pm174 An alternate name may be provided for the plugin at construction time
H A DImage.pm247 The C<alt> parameter can be used to specify an alternate name for the
253 You can also provide an alternate name for an C<Image> plugin object.
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dmclist.tcl85 if {("selected" in $s || "alternate" in $s) && $col ne $c} {
87 $tree heading $c state {!selected !alternate !user1}
88 set direction [expr {"alternate" in $s}]
108 state [expr {$direction?"!selected alternate":"selected !alternate"}]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDebuggerDashboardView.css64 -webkit-animation-direction: alternate;
/macosx-10.10.1/pdisk-9/
H A Ddump.c210 char *alternate; local
216 alternate = get_linux_name(map->name);
217 if (alternate) {
219 map->logical_block, map->name, alternate);
220 free(alternate);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/tm/
H A Dtmlocale.c191 word2posix(register char* f, register char* w, int alternate) argument
203 if ((n = w - r) > 3 && alternate)
/macosx-10.10.1/curl-83.1.2/curl/packages/Android/
H A DAndroid.mk5 # instead read the Android section in docs/INSTALL for alternate

Completed in 301 milliseconds

123