Searched refs:logo (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10/tcl-105/tcl_ext/trf/trf/htdocs/raw/
H A Dimages.exp8 logo in various sizes.
19 [td][trf/logo/16]</td>
20 [td][trf/logo/32]</td>
21 [td][trf/logo/60]</td>
22 [td][trf/logo/64]</td>
23 [td][trf/logo/120]</td>
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/htdocs/raw/
H A Danimations.exp7 [p] This page shows animations of the [mem/txt] logo in two sizes.
12 </td></tr>[trtop][td][mem/logo/64a]</td>[td]
13 [mem/logo/100a]</td></tr></table>
H A Dimages.exp8 logo in various sizes.
17 </td></tr>[trtop][td][mem/logo/64]</td>[td][mem/logo/100]</td>[td]
18 [mem/logo/520]</td></tr></table>
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/apps/comm/
H A Dwebclient.xotcl7 SimpleRequest r0 -url http://$hostport/logo-100.jpg
H A Dsecure-webclient.xotcl35 puts -nonewline "\nTrying to load image logo-100.jpg ... (not secure)"
36 SimpleRequest r2 -url $http_server/logo-100.jpg
44 puts -nonewline "\nTrying to load image logo-100.jpg secure ... "
45 SimpleRequest r1 -url $https_server/logo-100.jpg
/macosx-10.10/ruby-106/ruby/lib/rss/maker/
H A Datom.rb148 logo = current.class::Logo.new
149 class << logo
152 set = setup_values(logo)
153 class << logo
157 current.logo = logo
158 set_parent(logo, current)
H A Dfeed.rb148 logo = feed.class::Logo.new
149 class << logo
152 set = setup_values(logo)
153 class << logo
157 feed.logo = logo
158 set_parent(logo, feed)
159 setup_other_elements(feed, logo)
318 "maker.item.source.logo"
H A Dbase.rb559 def logo method in class:ChannelBase
563 def logo=(url)
796 logo rights subtitle title).each do |name|
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tktable/
H A Ddebug.rb64 logo = TkPhotoImage.new(:file=>File.join(File.dirname(File.expand_path(__FILE__)), 'tcllogo.gif'))
65 table.tag_configure('logo', :image=>logo, :showtext=>true)
66 table.tag_cell('logo', [1,2], [2,3], [4,1])
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/demos/
H A Ddebug.tcl72 image create photo logo \
74 $table(table) tag config logo -image logo -showtext 1
75 $table(table) tag cell logo 1,2 2,3 4,1
/macosx-10.10/ruby-106/ruby/test/rss/
H A Dtest_setup_maker_atom_feed.rb76 logo = "http://example.com/logo.png"
116 maker.channel.logo = logo
178 assert_equal(logo, new_feed.logo.content)
428 assert_equal(image_url, new_feed.logo.content)
H A Dtest_atom.rb235 maker.image.url = "http://example.com/logo.png"
504 content = "http://example.com/logo.png"
506 logo = target_class.new
507 assert_equal("", logo.to_s)
509 logo = target_class.new
510 logo.content = content
511 xml = REXML::Document.new(logo.to_s).root
H A Drss-assertions.rb446 <logo/>
450 <logo>#{content}</logo>
453 logo = yield(feed)
454 assert_not_nil(logo)
455 assert_equal(content, logo.content)
774 yield(feed).logo
1615 logo = {
1618 logo[:uri] ? logo
[all...]
H A Dtest_parser_atom_feed.rb208 feed.logo
/macosx-10.10/libxslt-13/libxslt/tests/xmlspec/
H A DMakefile.am7 logo-REC xmlspec.xsl REC-xml-2e.xsl diffspec.xsl \
H A DW3C-REC.css92 background-image: url(logo-REC);
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/doc/
H A Dtclsoap.css17 TD.logo {text-align: right; vertical-align: top;}
/macosx-10.10/tcl-105/tcl_ext/trf/trf/tools/
H A Ddemo182 label .logo -anchor ne -bd 2 -relief raised \
190 pack .logo -side left -expand 0 -fill both
/macosx-10.10/CPANInternal-159.1/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/
H A DCSS.pm21 BODY, .logo { background: white; }
41 .logo {
47 .front .logo {
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/tests/
H A Dxocomm.test69 Test new -msg "Trying to load image logo-100.jpg ... " -count 1 \
73 -cmd [list SimpleRequest r0 -url http://$hostport/logo-100.jpg] \
/macosx-10.10/llvmCore-3425.0.34/docs/_themes/llvm-theme/static/
H A Dllvm-theme.css32 div.logo {
/macosx-10.10/vim-55/runtime/syntax/
H A Dmf.vim126 " Some other basic macro names, e.g., from cmbase, logo, etc.
H A Dmp.vim15 let other_mf_macros = 0 " cmbase.mf, logo.mf, ... neither
H A Dwml.vim63 syn keyword htmlTagName contained grid cell info lang: logo page
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp1054 uint32_t totalWidth, uint32_t consoleDepth, uint8_t logo)
1064 gray = logo = 0;
1074 if (!logo) logoData = NULL;
1079 if (2 == logo)
1096 if (2 == logo)
1112 lw = (2 == logo) ? kAppleLogo2XWidth : kAppleLogoWidth;
1113 lh = (2 == logo) ? kAppleLogo2XHeight : kAppleLogoHeight;
1118 if (!logoData) logo = 0;
1122 if (unpackedSize != (lw * lh)) logo = 0;
1129 if ((!logo) || (
1052 IOFramebufferBootInitFB(IOVirtualAddress frameBuffer, uint32_t framebufferWidth, uint32_t framebufferHeight, uint32_t totalWidth, uint32_t consoleDepth, uint8_t logo) argument
6887 uint8_t logo; local
[all...]

Completed in 312 milliseconds

12