HomeSort by relevance Sort by last modified time
    Searched full:feed (Results 26 - 50 of 1092) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/_locales/hr/
messages.json 1 {"gmailcheck_name":{"message":"Google Provjera po\u0161te"},"gmailcheck_description":{"message":"Prikazuje broj nepro\u010ditanih poruka u ulaznom pretincu usluge Google Mail. Mo\u017eete tako\u0111er kliknuti gumb za otvaranje ulazne po\u0161te."},"gmailcheck_node_error":{"message":"Pogre\u0161ka: Feed je dohva\u0107en, ali nije prona\u0111eno \u010dvori\u0161te <fullcount>"},"gmailcheck_exception":{"message":"izuzetak: $1","placeholders":{"1":{"content":"$1"}}}}
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/_locales/it/
messages.json 1 {"gmailcheck_name":{"message":"Google Avvisi email"},"gmailcheck_description":{"message":"Visualizza il numero di messaggi da leggere nella posta in arrivo di Google Mail. Puoi anche fare clic sul pulsante per aprire la tua posta in arrivo."},"gmailcheck_node_error":{"message":"Errore: feed recuperato ma non sono stati trovati nodi <fullcount>"},"gmailcheck_exception":{"message":"eccezione: $1","placeholders":{"1":{"content":"$1"}}}}
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/_locales/nl/
messages.json 1 {"gmailcheck_name":{"message":"Google Mail Checker"},"gmailcheck_description":{"message":"Hiermee wordt het aantal ongelezen berichten in uw Postvak IN van Gmail weergegeven. U kunt ook op de knop klikken om het Postvak IN te openen."},"gmailcheck_node_error":{"message":"Fout: feed opgehaald, maar het knooppunt <fullcount> is niet gevonden"},"gmailcheck_exception":{"message":"uitzondering: $1","placeholders":{"1":{"content":"$1"}}}}
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/_locales/pt_BR/
messages.json 1 {"gmailcheck_name":{"message":"Verificador de mensagens do Google"},"gmailcheck_description":{"message":"Exibe o n\u00famero de mensagens n\u00e3o lidas na sua Caixa de entrada do Gmail. Voc\u00ea tamb\u00e9m pode clicar no bot\u00e3o para abrir a sua caixa de entrada."},"gmailcheck_node_error":{"message":"Erro: feed recuperado, mas nenhum n\u00f3 <fullcount> encontrado"},"gmailcheck_exception":{"message":"exce\u00e7\u00e3o: $1","placeholders":{"1":{"content":"$1"}}}}
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_i18n/
feed.html 104 // Feed URL.
107 // The XMLHttpRequest object that tries to load and parse the feed.
118 // Handles feed parsing errors.
120 var feed = document.getElementById("feed");
121 feed.className = "error";
122 feed.innerText = chrome.i18n.getMessage("error", error);
130 // Handles parsing the feed data we got back from XMLHttpRequest.
140 // The maximum number of feed items to show in the preview.
147 // Get the link to the feed source
    [all...]
  /build/tools/droiddoc/templates-ds/
trailer.cs 39 $(".feed").dacTabbedList({
40 nav_id: '.feed-nav',
41 frame_id: '.feed-frame'
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedWatch.emf.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]; ...
42 # -xpath "/*[name() = 'feed']/*[name() = 'updated']/text()"
59 # this will depend on what you run in response to a feed change, and if that process produces console output
60 # feedWatchAction.OldValue.0 - The original value of the node you asked for, from the previous cached version of the feed
61 # feedWatchAction.NewValue.0 - The changed value of the node you asked for, from the latest version of the feed;
63 # 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
71 # If you only want to check for changes to the feed and handle the response yourself within Ant instead of an <exec>,
76 # If the node is found and the feed has been changed, the property feedWatchAction.NewValue.0
83 # 1. to watch for ANY change in the feed, check the <feed>'s <updated> node (and respond with an email, passing -debug 1 to the mail script
    [all...]
_README.txt 10 calls RSSFeedCreateFeedTask if no existing feed file already exists.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
feedWatch.xml 3 <project name="Watch Feed" default="watchFeed">
15 <!-- 2. Watch feed for certain change conditions and respond if necessary -->
16 <target name="watchFeed" depends="init" description="Watch feed for certain change conditions and respond if necessary">
30 this will depend on what you run in response to a feed change, and if that process produces console output
31 feedWatchAction.OldValue.0 - The original value of the node you asked for, from the previous cached version of the feed
32 feedWatchAction.NewValue.0 - The changed value of the node you asked for, from the latest version of the feed;
34 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
38 if the feed only contains S builds, will never change, and NewValue.0 will be undefined; however, you need the "S" value,
67 <target name="respondToFeedUnchanged" description="Respond to feed unchanged" unless="feedWatchAction.NewValue.0">
68 <echo message="Feed unchanged! Should we do something, like waiting for some period of time and trying again?"/
    [all...]
feedPublish.xml 3 <project name="Create/Update + Publish Feed" default="publishFeed" basedir="..">
17 <!-- 1. Add an entry (and create the feed if it doesn't already exist) -->
56 <!-- 2. Publish feed: commit file into CVS - overwrite existing and add if necessary -->
70 <!-- 3. Publish feed: SCP file to remote server, overwriting existing if exists -->
sendEmailAlert.sh 14 # notify them of a change to the watched feed
66 echo "Eclipse RSS Feed has been updated." >> $tmpfile;
74 if [ "x$feedURL" != "x" ]; then echo "Feed URL: "$feedURL >> $tmpfile; fi
81 subject="Eclipse RSS Feed Updated!";
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 5 // Feed
8 // The XMLHttpRequest object that tries to load and parse the feed.
19 // Handles feed parsing errors.
21 var feed = document.getElementById('feed');
22 feed.className = 'error';
23 feed.innerText = 'Error: ' + error;
28 handleFeedParsingFailed('Failed to fetch RSS feed.');
31 // Handles parsing the feed data we got back from XMLHttpRequest.
35 handleFeedParsingFailed('Not a valid feed.')
    [all...]
  /development/samples/XmlAdapters/
_index.html 19 PhotosListActivity</strong></a> retrieves an RSS photo feed and displays the images and their
20 titles. The images are downloaded from the URL found in the feed using the
25 RssReaderActivity</strong></a> also displays items extracted from an RSS feed. An additional
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/net/
FeedParser.java 34 * <p>Given an InputStream representation of a feed, it returns a List of entries,
35 * where each list element represents a single entry (post) in the XML feed.
37 * <p>An example of an Atom feed can be found at:
51 /** Parse an Atom feed, returning a collection of Entry objects.
53 * @param in Atom feed, as a stream.
55 * @throws org.xmlpull.v1.XmlPullParserException on error parsing feed.
72 * Decode a feed attached to an XmlPullParser.
76 * @throws org.xmlpull.v1.XmlPullParserException on error parsing feed.
83 // Search for <feed> tags. These wrap the beginning/end of an Atom document.
87 // <feed xmlns="http://www.w3.org/2005/Atom"
    [all...]
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/net/
FeedParser.java 34 * <p>Given an InputStream representation of a feed, it returns a List of entries,
35 * where each list element represents a single entry (post) in the XML feed.
37 * <p>An example of an Atom feed can be found at:
51 /** Parse an Atom feed, returning a collection of Entry objects.
53 * @param in Atom feed, as a stream.
55 * @throws org.xmlpull.v1.XmlPullParserException on error parsing feed.
72 * Decode a feed attached to an XmlPullParser.
76 * @throws org.xmlpull.v1.XmlPullParserException on error parsing feed.
83 // Search for <feed> tags. These wrap the beginning/end of an Atom document.
87 // <feed xmlns="http://www.w3.org/2005/Atom"
    [all...]
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/
FeedParser.java 34 * <p>Given an InputStream representation of a feed, it returns a List of entries,
35 * where each list element represents a single entry (post) in the XML feed.
37 * <p>An example of an Atom feed can be found at:
51 /** Parse an Atom feed, returning a collection of Entry objects.
53 * @param in Atom feed, as a stream.
55 * @throws org.xmlpull.v1.XmlPullParserException on error parsing feed.
72 * Decode a feed attached to an XmlPullParser.
76 * @throws org.xmlpull.v1.XmlPullParserException on error parsing feed.
83 // Search for <feed> tags. These wrap the beginning/end of an Atom document.
87 // <feed xmlns="http://www.w3.org/2005/Atom"
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/_locales/ca/
messages.json 1 {"gmailcheck_name":{"message":"Verificador de Google Mail"},"gmailcheck_description":{"message":"Mostra el nombre de missatges no llegits que hi ha a la vostra safata d'entrada de Google Mail. Tamb\u00e9 podeu fer clic al bot\u00f3 per obrir la safata d'entrada."},"gmailcheck_node_error":{"message":"Error: s'ha recuperat el feed, per\u00f2 no s'ha trobat cap node &lt;fullcount&gt;"},"gmailcheck_exception":{"message":"excepci\u00f3: $1","placeholders":{"1":{"content":"$1"}}}}
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/_locales/es/
messages.json 1 {"gmailcheck_name":{"message":"Google Mail Checker"},"gmailcheck_description":{"message":"Permite ver el n\u00famero de mensajes sin leer en la bandeja de entrada de Google Mail. Tambi\u00e9n puedes hacer clic en el bot\u00f3n para abrir la bandeja de entrada."},"gmailcheck_node_error":{"message":"Se ha producido un error: el feed se ha recuperado, pero no se ha encontrado ning\u00fan nodo &lt;fullcount&gt;."},"gmailcheck_exception":{"message":"excepci\u00f3n: $1","placeholders":{"1":{"content":"$1"}}}}
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/_locales/es_419/
messages.json 1 {"gmailcheck_name":{"message":"Google Mail Checker"},"gmailcheck_description":{"message":"Muestra el n\u00famero de mensajes sin leer en tu bandeja de entrada de Google Mail. Tambi\u00e9n puedes hacer clic en el bot\u00f3n para abrir tu bandeja de entrada."},"gmailcheck_node_error":{"message":"Error: se recuper\u00f3 el feed, pero no se encontr\u00f3 el nodo &lt;fullcount&gt;"},"gmailcheck_exception":{"message":"excepci\u00f3n: $1","placeholders":{"1":{"content":"$1"}}}}
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/_locales/pt_PT/
messages.json 1 {"gmailcheck_name":{"message":"Verificador do Google Mail"},"gmailcheck_description":{"message":"Apresenta o n\u00famero de mensagens n\u00e3o lidas existentes na sua caixa de entrada do Google Mail. Pode tamb\u00e9m clicar no bot\u00e3o para abrir a caixa de entrada."},"gmailcheck_node_error":{"message":"Erro: obteve-se o feed, mas n\u00e3o foi encontrado nenhum n\u00f3 &lt;fullcount&gt;"},"gmailcheck_exception":{"message":"excep\u00e7\u00e3o: $1","placeholders":{"1":{"content":"$1"}}}}
  /external/smack/src/org/jivesoftware/smackx/bookmark/
BookmarkedURL.java 72 * Set to true if this URL is an RSS or news feed.
74 * @param isRss True if the URL is a news feed and false if it is not.
81 * Returns true if this URL is a news feed.
83 * @return Returns true if this URL is a news feed.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
feed.js 8 * @fileoverview This file retrieves news feed and shows news in pop-up
17 // Feed URL.
20 //The XMLHttpRequest object that tries to load and parse the feed.
35 * Handles feed parsing errors.
39 var feed = $('feed');
41 feed.className = 'error';
42 feed.innerText = error;
54 * Parses the feed response.
79 * Generates news iframe in pop-up page by parsing retrieved feed
    [all...]
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/res/values/
base-strings.xml 26 \n\nThis sample periodically downloads the feed from the Android Developer Blog and
27 caches the data in a content provider. At runtime, the cached feed data is displayed
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
PhotosListActivity.java 24 * This activity uses a custom cursor adapter which fetches a XML photo feed and parses the XML to
29 "http://picasaweb.google.com/data/feed/api/featured?max-results=50&thumbsize=144c";
RssReaderActivity.java 25 * This example demonstrate the creation of a simple RSS feed reader using the XML adapter syntax.
26 * The different elements of the feed are extracted using an {@link XmlDocumentProvider} and are

Completed in 1673 milliseconds

12 3 4 5 6 7 8 91011>>