OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:feed
(Results
101 - 125
of
1092
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py
98
data from the
feed
method immediately. After parsing has been
100
make the parser ready to accept new data, either from
feed
or
107
interface using the
feed
, close and reset methods of the
123
self.
feed
(buffer)
127
def
feed
(self, data):
member in class:IncrementalParser
131
split across several calls to
feed
.
133
feed
may raise SAXException."""
143
passed to the parser through the
feed
method, to notify the
157
results of calling parse or
feed
after close without calling
/external/chromium_org/google_apis/drive/
gdata_wapi_parser.h
38
// Defines link (URL) of an entity (document, file,
feed
...). Each entity could
116
//
Feed
links define links (URLs) to special list of entries (i.e. list of
132
// MIME type of the
feed
.
135
// URL of the
feed
.
253
// Base class for
feed
entries. This class defines fields commonly used by
514
// such as the root upload URL. The
feed
is paginated and the rest of the
515
//
feed
can be fetched by retrieving the remaining parts of the
feed
from
522
// Extracts "
feed
" dictionary from the JSON value, and parse the contents,
528
// "
feed
": { ... }, // This function will extract this and parse
[
all
...]
gdata_wapi_parser.cc
44
const char kFeedField[] = "
feed
";
98
"http://schemas.google.com/g/2005#
feed
"},
252
DVLOG(1) << "Unknown
feed
link type for rel " << rel;
280
DVLOG(1) << "Unknown
feed
link type for scheme " << scheme;
397
// that's no problem because those
feed
must not have these fields
539
scoped_ptr<ResourceList>
feed
(new ResourceList());
540
if (!
feed
->Parse(value)) {
545
return
feed
.Pass();
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/
tokenization.txt
193
* U+000A LINE
FEED
(LF)
194
* U+000C FORM
FEED
(FF)
237
U+000A LINE
FEED
(LF)
238
U+000C FORM
FEED
(FF)
266
U+000A LINE
FEED
(LF)
267
U+000C FORM
FEED
(FF)
302
U+000A LINE
FEED
(LF)
303
U+000C FORM
FEED
(FF)
345
U+000A LINE
FEED
(LF)
346
U+000C FORM
FEED
(FF
[
all
...]