/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/chromium_org/third_party/WebKit/Source/web/tests/data/viewport/ |
viewport-120.html | 2 <title>Check that line feed is a separator space</title>
|
viewport-122.html | 2 <title>Check that form feed is not a separator space</title>
|
/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...] |
/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'
|
/build/tools/droiddoc/templates-sdk-dyn/ |
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>
|
/development/samples/browseable/BasicSyncAdapter/ |
_index.jd | 10 \n\nThis sample periodically downloads the feed from the Android Developer Blog and 11 caches the data in a content provider. At runtime, the cached feed data is displayed
|
/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 93 // Navigates to a feed page and, if |sniff_xml_type| is set, wait for the 94 // extension to kick in, detect the feed and redirect to a feed preview page. 95 // |sniff_xml_type| is generally set to true if the feed is sniffable and false 126 // Makes sure that the RSS detects RSS feed links, even when rel tag contains 136 // Navigate to the feed page. 153 "Feed for MyFeedTitle", 168 "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_org/base/strings/ |
string_util_constants.cc | 11 0x000A, /* LINE FEED (LF) */ \ 13 0x000C, /* FORM FEED (FF) */ \ 47 0x0A, // LINE FEED (LF) 49 0x0C, // FORM FEED (FF)
|
/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/chromium_org/google_apis/drive/ |
gdata_wapi_parser_unittest.cc | 18 // Test document feed parsing. 25 scoped_ptr<ResourceList> feed(ResourceList::ExtractAndParse(*document)); 26 ASSERT_TRUE(feed.get()); 32 EXPECT_EQ(1, feed->start_index()); 33 EXPECT_EQ(1000, feed->items_per_page()); 34 EXPECT_EQ(update_time, feed->updated_time()); 37 ASSERT_EQ(1U, feed->authors().size()); 38 EXPECT_EQ("tester", feed->authors()[0]->name()); 39 EXPECT_EQ("tester@testing.com", feed->authors()[0]->email()); 42 ASSERT_EQ(6U, feed->links().size()) [all...] |
/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...] |
/external/chromium_org/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 <fullcount> Knoten gefunden"},"gmailcheck_exception":{"message":"Ausnahme: $1","placeholders":{"1":{"content":"$1"}}}}
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/_locales/en/ |
messages.json | 1 {"gmailcheck_name":{"message":"Google Mail Checker"},"gmailcheck_description":{"message":"Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox."},"gmailcheck_node_error":{"message":"Error: feed retrieved, but no <fullcount> node found"},"gmailcheck_exception":{"message":"exception: $1","placeholders":{"1":{"content":"$1"}}}}
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/_locales/en_GB/ |
messages.json | 1 {"gmailcheck_name":{"message":"Google Mail Checker"},"gmailcheck_description":{"message":"Displays the number of unread messages in your Google Mail inbox. You can also click the button to open your inbox."},"gmailcheck_node_error":{"message":"Error: Feed retrieved, but no <fullcount> node found"},"gmailcheck_exception":{"message":"exception: $1","placeholders":{"1":{"content":"$1"}}}}
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/_locales/fil/ |
messages.json | 1 {"gmailcheck_name":{"message":"Google Mail Checker"},"gmailcheck_description":{"message":"Ipinapakita ang bilang ng mga hindi pa nababasang mensahe sa inbox ng iyong Google Mail. Maaari mo ring i-click ang pindutan upang buksan ang iyong inbox."},"gmailcheck_node_error":{"message":"Error: nakuha ang feed, ngunit walang <fullcount> node na natagpuan"},"gmailcheck_exception":{"message":"pagbubukod: $1","placeholders":{"1":{"content":"$1"}}}}
|