Searched refs:Feed (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/lib/rss/dublincore/
H A Datom.rb5 Feed.install_ns(DC_PREFIX, DC_URI)
7 class Feed class in class:RSS.Atom
/macosx-10.10.1/ruby-106/ruby/lib/rss/maker/
H A Dentry.rb37 Categories = Feed::Channel::Categories
38 Links = Feed::Channel::Links
39 Authors = Feed::Channel::Authors
40 Contributors = Feed::Channel::Contributors
50 Copyright = Feed::Channel::Copyright
55 Title = Feed::Channel::Title
141 Guid = Feed::Items::Item::Guid
142 Enclosure = Feed::Items::Item::Enclosure
143 Source = Feed::Items::Item::Source
144 Categories = Feed
[all...]
H A Dfeed.rb6 class Feed < RSSBase class in class:RSS.Maker.Atom
15 ::RSS::Atom::Feed.new(@version, @encoding, @standalone)
421 add_maker("atom", "1.0", Atom::Feed)
422 add_maker("atom:feed", "1.0", Atom::Feed)
423 add_maker("atom1.0", "1.0", Atom::Feed)
424 add_maker("atom1.0:feed", "1.0", Atom::Feed)
/macosx-10.10.1/ruby-106/ruby/lib/rss/
H A Datom.rb249 # A Feed has several metadata attributes in addition to a number of Entry child elements
250 class Feed < RSS::Element class
373 # Image that provides a visual identification for the Feed. Image should have an aspect
382 # Universally Unique Identifier (UUID) for the Feed
419 # Image that provides a visual identification for the Feed. Image should have an aspect
437 # TextConstruct that contains copyright information regarding the content in an Entry or Feed
445 # TextConstruct that conveys a description or subtitle for a Feed
461 # DateConstruct indicating the most recent time when an Entry or Feed was modified
468 # Defines a child Atom Entry element for an Atom Feed
522 Author = Feed
[all...]
/macosx-10.10.1/ruby-106/ruby/test/rss/
H A Dtest_atom.rb19 feed = Atom::Feed.new(version, encoding, standalone)
51 entry = Atom::Feed::Entry.new
106 feed = Atom::Feed.new
115 assert_atom_person_to_s(Atom::Feed::Author)
116 assert_atom_person_to_s(Atom::Feed::Entry::Author)
118 assert_atom_person_to_s(Atom::Feed::Entry::Source::Author)
123 assert_atom_category_to_s(Atom::Feed::Category)
124 assert_atom_category_to_s(Atom::Feed::Entry::Category)
126 assert_atom_category_to_s(Atom::Feed::Entry::Source::Category)
131 assert_atom_person_to_s(Atom::Feed
[all...]
H A Dtest_parser_atom_feed.rb35 <title>Example Feed</title>
43 <title>Example Feed</title>
52 <title>Example Feed</title>
66 <title xml:lang="en">Example Feed</title>
86 <title xml:lang="en">Example Feed</title>
H A Dtest_maker_atom_feed.rb17 assert_equal(RSS::Maker::Atom::Feed, RSS::Maker["atom"])
18 assert_equal(RSS::Maker::Atom::Feed, RSS::Maker["atom:feed"])
19 assert_equal(RSS::Maker::Atom::Feed, RSS::Maker["atom1.0"])
20 assert_equal(RSS::Maker::Atom::Feed, RSS::Maker["atom1.0:feed"])
76 maker.channel.title = "Atom Feed"
83 maker.channel.title = "Atom Feed"
91 maker.channel.title = "Atom Feed"
H A Dtest_setup_maker_atom_feed.rb70 :content => "Feed Generator",
255 entry_class = RSS::Atom::Feed::Entry
277 entry_class = RSS::Atom::Feed::Entry
/macosx-10.10.1/cups-408/cups/filter/
H A Drastertolabel.c70 unsigned Feed; /* Number of lines to skip */ variable
461 Feed = 0;
762 if (Feed)
764 while (Feed > 255)
767 Feed -= 255;
770 printf("\033f\001%c", Feed);
771 Feed = 0;
779 Feed ++;
886 if (Feed)
888 printf("\033*b%dY", Feed);
[all...]
H A Drastertohp.c41 Feed; /* Number of lines to skip */ variable
351 Feed = 0; /* No blank lines yet */
601 if (Feed > 0)
603 printf("\033*b%dY", Feed);
604 Feed = 0;
827 Feed ++;
H A Drastertoepson.c63 Feed, /* Number of lines to skip */ variable
260 Feed = 0; /* No blank lines yet */
741 if (Feed > 0)
744 putchar((int)Feed);
745 putchar((int)(Feed >> 8));
747 Feed = 0;
753 Feed ++;
910 * Feed the paper...
/macosx-10.10.1/uucp-11/uucp/contrib/
H A Duucomp.shar219 X 1. Feed this to shar.
/macosx-10.10.1/zlib-55/zlib/contrib/pascal/
H A Dexample.pas297 (* Feed in already compressed data and switch to no compression: *)

Completed in 287 milliseconds