HomeSort by relevance Sort by last modified time
    Searched full:feed (Results 1 - 25 of 1029) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/common/extensions/docs/examples/extensions/
news_a11y.zip 
news.zip 
news_i18n.zip 
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.html 4 <link href="feed.css" rel="stylesheet" type="text/css">
5 <script src="feed.js"></script>
9 <div id="feed"></div>
manifest.json 4 "description": "Displays the first 5 items from the 'Google News - top news' RSS feed in a popup.",
9 "default_popup": "feed.html"
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
_README.txt 8 == Feed Manipulation ==
10 To do feed manipulation, like creating a feed, adding a entry to a feed, querying
11 for attribute values in a feed, or changing attribute values in a feed, look at
14 == Feed Publishing ==
16 To publish a feed, use a script similar to feedPublish.sh (and .xml).
18 == Feed Validation ==
20 To validate a feed against the latest schema, you can use one of two EMF-based ant tasks.
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news_a11y/
manifest.json 4 "description": "Displays the first 5 items from the 'Google News - top news' RSS feed in a popup.",
9 "popup": "feed.html"
  /development/samples/training/network-usage/
README.txt 6 -- Downloads an XML feed from StackOverflow.com for the most recent posts tagged "android".
8 -- Parses the XML feed, combines feed elements with HTML markup, and displays the resulting HTML in the UI.
10 -- Lets users control their network data usage through a settings UI. Users can choose to fetch the feed
14 the device loses its network connection, the app will not attempt to download the feed.
  /frameworks/base/samples/training/network-usage/
README.txt 6 -- Downloads an XML feed from StackOverflow.com for the most recent posts tagged "android".
8 -- Parses the XML feed, combines feed elements with HTML markup, and displays the resulting HTML in the UI.
10 -- Lets users control their network data usage through a settings UI. Users can choose to fetch the feed
14 the device loses its network connection, the app will not attempt to download the feed.
  /build/tools/droiddoc/templates-sac/
trailer.cs 14 $(".feed").dacTabbedList({
15 nav_id: '.feed-nav',
16 frame_id: '.feed-frame'
  /build/tools/droiddoc/templates-sdk/
trailer.cs 14 $(".feed").dacTabbedList({
15 nav_id: '.feed-nav',
16 frame_id: '.feed-frame'
  /development/samples/MySampleRss/res/values/
strings.xml 5 <string name="menu_option_add">Add New Feed</string>
6 <string name="menu_option_delete">Delete Feed</string>
15 <string name="add_item_label">Add a new Feed</string>
  /external/chromium_org/chrome/browser/extensions/
subscribe_page_action_browsertest.cc 66 // We navigate directly to the subscribe page for feeds where the feed
73 // Navigate to the feed content (which will cause the extension to try to
95 // Navigates to a feed page and, if |sniff_xml_type| is set, wait for the
96 // extension to kick in, detect the feed and redirect to a feed preview page.
97 // |sniff_xml_type| is generally set to true if the feed is sniffable and false
135 // Makes sure that the RSS detects RSS feed links, even when rel tag contains
145 // Navigate to the feed page.
161 "Feed for MyFeedTitle",
176 "Feed for MyFeed2"
    [all...]
  /cts/tests/tests/sax/src/android/sax/cts/
RootElementTest.java 25 private static final String FEED = "feed";
28 RootElement root = new RootElement(ATOM_NAMESPACE, FEED);
31 RootElement root1 = new RootElement(FEED);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/
manifest.json 10 "popup": "views/feed.html"
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news_i18n/_locales/en/
messages.json 7 "message": "Displays the first 5 items from the '$Google$ News - top news' RSS feed in a popup.",
36 "example": "Failed to fetch RSS feed."
41 "message": "Failed to fetch RSS feed.",
45 "message": "Not a valid feed.",
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news_i18n/_locales/es/
messages.json 7 "message": "Muestra los primeros 5 eventos de '$Google$ noticias - destacados' RSS feed en una ventana.",
36 "example": "Fallo al capturar el RSS feed."
41 "message": "Fallo al capturar el RSS feed.",
45 "message": "Feed no v?lido.",
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news_i18n/
manifest.json 9 "popup": "feed.html"
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/
manifest.json 10 "default_popup": "views/feed.html"
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_i18n/_locales/en/
messages.json 7 "message": "Displays the first 5 items from the '$Google$ News - top news' RSS feed in a popup.",
36 "example": "Failed to fetch RSS feed."
41 "message": "Failed to fetch RSS feed.",
45 "message": "Not a valid feed.",
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_i18n/_locales/es/
messages.json 7 "message": "Muestra los primeros 5 eventos de '$Google$ noticias - destacados' RSS feed en una ventana.",
36 "example": "Fallo al capturar el RSS feed."
41 "message": "Fallo al capturar el RSS feed.",
45 "message": "Feed no v?lido.",
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_i18n/
manifest.json 9 "default_popup": "feed.html"
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedWatch.uml2.properties 19 # required URL for the feed to check
22 # Feed Watch Actions - must be defined as triplets of [xpath0]; [script0]; [commandline0]; [xpath1]; [script1]; [commandline1]; ...
24 feedWatchActions=/*[name() = 'feed']/*[name() = 'updated']/text(); null; null
39 # -xpath "/*[name() = 'feed']/*[name() = 'updated']/text()"
56 # this will depend on what you run in response to a feed change, and if that process produces console output
57 # feedWatchAction.OldValue.0 - The original value of the node you asked for, from the previous cached version of the feed
58 # feedWatchAction.NewValue.0 - The changed value of the node you asked for, from the latest version of the feed;
60 # if you asked for any changes to the feed, this will be the XML datestamp of the last update, eg: 2006-05-04T12:14:33Z
68 # If you only want to check for changes to the feed and handle the response yourself within Ant instead of an <exec>,
73 # If the node is found and the feed has been changed, the property feedWatchAction.NewValue.0
    [all...]
  /development/samples/browseable/BasicSyncAdapter/
_index.jd 11 <p>The sample periodically downloads the feed from the <a href="http://android-developers.blogspot.com/">Android Developers Blog</a> and caches the data in a content provider. At runtime, the cached feed data is
  /external/chromium/chrome/common/extensions/docs/examples/extensions/gmail/_locales/de/
messages.json 1 {"gmailcheck_name":{"message":"Google Mail-Checker"},"gmailcheck_description":{"message":"Zeigt die Anzahl ungelesener Nachrichten in Ihrem Google Mail-Posteingang an. Sie k\u00f6nnen auch auf diese Schaltfl\u00e4che klicken, um Ihren Posteingang zu \u00f6ffnen."},"gmailcheck_node_error":{"message":"Fehler: Feed abgerufen, aber kein &lt;fullcount&gt; Knoten gefunden"},"gmailcheck_exception":{"message":"Ausnahme: $1","placeholders":{"1":{"content":"$1"}}}}

Completed in 477 milliseconds

1 2 3 4 5 6 7 8 91011>>