a:13:{s:9:"#provides";s:26:"dojox.data.GoogleFeedStore";s:9:"#resource";s:23:"data/GoogleFeedStore.js";s:9:"#requires";a:1:{i:0;a:2:{i:0;s:6:"common";i:1;s:28:"dojox.data.GoogleSearchStore";}}s:26:"dojox.data.GoogleFeedStore";a:4:{s:4:"type";s:8:"Function";s:6:"chains";a:2:{s:9:"prototype";a:1:{i:0;s:28:"dojox.data.GoogleSearchStore";}s:4:"call";a:1:{i:0;s:28:"dojox.data.GoogleSearchStore";}}s:7:"summary";s:885:"A data store for retrieving RSS and Atom feeds from Google. The feeds can come from any source, which is specified in the "url" parameter of the query passed to the "fetch" function. The following attributes are supported on each item: <ul> <li>title - The feed entry title.</li> <li>link - The URL for the HTML version of the feed entry.</li> <li>content - The full content of the blog post, in HTML format</li> <li>summary - A snippet of information about the feed entry, in plain text</li> <li>published - The string date on which the entry was published. You can parse the date with new Date(store.getValue(item, "published")</li> <li>categories - An array of string tags for the entry</li> </ul> The query accepts one parameter: url - The URL of the feed to retrieve";s:9:"classlike";b:1;}s:32:"dojox.data.GoogleFeedStore._type";a:3:{s:9:"prototype";s:26:"dojox.data.GoogleFeedStore";s:7:"private";b:1;s:7:"summary";s:0:"";}s:37:"dojox.data.GoogleFeedStore._googleUrl";a:3:{s:9:"prototype";s:26:"dojox.data.GoogleFeedStore";s:7:"private";b:1;s:7:"summary";s:0:"";}s:38:"dojox.data.GoogleFeedStore._attributes";a:3:{s:9:"prototype";s:26:"dojox.data.GoogleFeedStore";s:7:"private";b:1;s:7:"summary";s:0:"";}s:37:"dojox.data.GoogleFeedStore._queryAttr";a:3:{s:9:"prototype";s:26:"dojox.data.GoogleFeedStore";s:7:"private";b:1;s:7:"summary";s:0:"";}s:39:"dojox.data.GoogleFeedStore._processItem";a:6:{s:9:"prototype";s:26:"dojox.data.GoogleFeedStore";s:4:"type";s:8:"Function";s:10:"parameters";a:2:{s:4:"item";a:1:{s:4:"type";s:0:"";}s:7:"request";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:117:" this.inherited(arguments); item["summary"] = item["contentSnippet"]; item["published"] = item["publishedDate"];";s:7:"private";b:1;s:7:"summary";s:0:"";}s:36:"dojox.data.GoogleFeedStore._getItems";a:6:{s:9:"prototype";s:26:"dojox.data.GoogleFeedStore";s:4:"type";s:8:"Function";s:10:"parameters";a:1:{s:4:"data";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:80:" return data['feed'] && data.feed[['entries']] ? data.feed[['entries']] : null;";s:7:"private";b:1;s:7:"summary";s:0:"";}s:41:"dojox.data.GoogleFeedStore._createContent";a:6:{s:9:"prototype";s:26:"dojox.data.GoogleFeedStore";s:4:"type";s:8:"Function";s:10:"parameters";a:3:{s:5:"query";a:1:{s:4:"type";s:0:"";}s:8:"callback";a:1:{s:4:"type";s:0:"";}s:7:"request";a:1:{s:4:"type";s:0:"";}}s:6:"source";s:107:" var cb = this.inherited(arguments); cb.num = (request.count || 10) + (request.start || 0); return cb;";s:7:"private";b:1;s:7:"summary";s:0:"";}s:10:"dojox.data";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}s:5:"dojox";a:2:{s:4:"type";s:6:"Object";s:7:"summary";s:0:"";}}