Home
last modified time | relevance | path

Searched refs:soup (Results 1 – 25 of 41) sorted by relevance

12

/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
Dbugzilla.py130 soup = BeautifulSoup(self._load_query(query))
134 for bug_link_cell in soup('td', "first-child")]
147 soup = BeautifulSoup(page, convertEntities=BeautifulSoup.HTML_ENTITIES)
148 quips = soup.find(text=re.compile(r"Existing quips:")).findNext("ul").findAll("li")
274 def _string_contents(self, soup): argument
280 return unicode(soup.string)
295 def _date_contents(self, soup): argument
296 return self._parse_date(self._string_contents(soup))
317 soup = BeautifulSoup(page)
320 …eturn [Bug(self._parse_bug_dictionary_from_xml(unicode(bug_xml)), self) for bug_xml in soup('bug')]
[all …]
Dbugzilla_unittest.py271 soup = BeautifulSoup(self._example_attachment)
272 attachment_element = soup.find("attachment")
/external/webkit/Source/WebCore/
DCMakeListsEfl.txt135 "${WEBCORE_DIR}/platform/network/soup"
136 "${WEBCORE_DIR}/platform/network/soup/cache"
137 "${WEBCORE_DIR}/platform/network/soup/cache/webkit"
140 platform/network/soup/CookieJarSoup.cpp
141 platform/network/soup/GOwnPtrSoup.cpp
142 platform/network/soup/ResourceHandleSoup.cpp
143 platform/network/soup/ResourceRequestSoup.cpp
144 platform/network/soup/ResourceResponseSoup.cpp
145 platform/network/soup/SocketStreamHandleSoup.cpp
146 platform/network/soup/SoupURIUtils.cpp
DGNUmakefile.list.am3835 Source/WebCore/platform/network/soup/AuthenticationChallenge.h \
3836 Source/WebCore/platform/network/soup/CookieJarSoup.cpp \
3837 Source/WebCore/platform/network/soup/CookieJarSoup.h \
3838 Source/WebCore/platform/network/soup/GOwnPtrSoup.cpp \
3839 Source/WebCore/platform/network/soup/GOwnPtrSoup.h \
3840 Source/WebCore/platform/network/soup/ProxyServerSoup.cpp \
3841 Source/WebCore/platform/network/soup/ResourceError.h \
3842 Source/WebCore/platform/network/soup/ResourceHandleSoup.cpp \
3843 Source/WebCore/platform/network/soup/ResourceRequest.h \
3844 Source/WebCore/platform/network/soup/ResourceRequestSoup.cpp \
[all …]
DGNUmakefile.am90 -I$(srcdir)/Source/WebCore/platform/network/soup
3809 Source/WebCore/platform/network/soup/AuthenticationChallenge.h \
3810 Source/WebCore/platform/network/soup/CookieJarSoup.cpp \
3811 Source/WebCore/platform/network/soup/CookieJarSoup.h \
3812 Source/WebCore/platform/network/soup/GOwnPtrSoup.cpp \
3813 Source/WebCore/platform/network/soup/GOwnPtrSoup.h \
3814 Source/WebCore/platform/network/soup/ProxyServerSoup.cpp \
3815 Source/WebCore/platform/network/soup/ResourceError.h \
3816 Source/WebCore/platform/network/soup/ResourceHandleSoup.cpp \
3817 Source/WebCore/platform/network/soup/ResourceRequest.h \
[all …]
DWebCore.gypi4815 'platform/network/soup/AuthenticationChallenge.h',
4816 'platform/network/soup/CookieJarSoup.cpp',
4817 'platform/network/soup/CookieJarSoup.h',
4818 'platform/network/soup/GOwnPtrSoup.cpp',
4819 'platform/network/soup/GOwnPtrSoup.h',
4820 'platform/network/soup/ProxyServerSoup.cpp',
4821 'platform/network/soup/ResourceError.h',
4822 'platform/network/soup/ResourceHandleSoup.cpp',
4823 'platform/network/soup/ResourceRequest.h',
4824 'platform/network/soup/ResourceRequestSoup.cpp',
[all …]
DChangeLog-2011-02-1673 * platform/network/soup/ResourceRequestSoup.cpp:
4003 * platform/network/soup/ResourceHandleSoup.cpp:
10120 * platform/network/soup/ResourceHandleSoup.cpp:
10229 [GTK] drop soup cache stuff, which has been moved to libsoup
10241 * platform/network/soup/ResourceHandleSoup.cpp:
10251 * platform/network/soup/cache/soup-directory-input-stream.c: Removed.
10252 * platform/network/soup/cache/soup-directory-input-stream.h: Removed.
10253 * platform/network/soup/cache/soup-http-input-stream.c: Removed.
10254 * platform/network/soup/cache/soup-http-input-stream.h: Removed.
10255 * platform/network/soup/cache/soup-request-data.c: Removed.
[all …]
DChangeLog-2009-06-162003 * platform/network/soup/ResourceHandleSoup.cpp:
2005 * platform/network/soup/ResourceRequest.h:
2009 * platform/network/soup/ResourceRequestSoup.cpp:
5048 * platform/network/soup/ResourceHandleSoup.cpp:
5052 * platform/network/soup/ResourceRequest.h:
5055 * platform/network/soup/ResourceRequestSoup.cpp: Added.
5083 * platform/network/soup/ResourceHandleSoup.cpp:
7418 * platform/network/soup/CookieJarSoup.cpp:
7473 * platform/network/soup/CookieJarSoup.cpp:
8071 * platform/network/soup/ResourceHandleSoup.cpp:
[all …]
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
DBeautifulSoup.py1007 def __init__(self, soup): argument
1009 self.soup = soup
1015 self.soup.extractCharsetFromMeta(attrs)
1017 self.soup.unknown_starttag(name, attrs)
1020 self.soup.unknown_endtag(name)
1023 self.soup.handle_data(content)
1028 self.soup.endData()
1030 self.soup.endData(subclass)
1046 if self.soup.convertEntities:
1057 if self.soup.convertHTMLEntities:
[all …]
/external/webkit/Tools/Scripts/
Dprint-vse-failure-logs92 soup = BeautifulSoup.BeautifulSoup(log)
94 output_window_table = soup.find(text=re.compile("Output Window")).findParent("table")
Dvalidate-committer-lists61 soup = BeautifulSoup(page)
65 for email_item in soup('li'):
/external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
Dbuildbot.py410 soup = BeautifulSoup(page)
412 … file_rows = soup.find('table').findAll('tr', {'class': re.compile(r'\b(?:directory|file)\b')})
424 soup = BeautifulSoup(self._fetch_one_box_per_builder())
425 …return [self._parse_builder_status_from_row(status_row) for status_row in soup.find('table').findA…
Dbuildbot_unittest.py188 soup = BeautifulSoup(self._example_one_box_status)
189 status_table = soup.find("table")
/external/webkit/Source/cmake/
DOptionsEfl.cmake20 SET(ALL_NETWORK_BACKENDS soup curl)
21 SET(NETWORK_BACKEND "soup" CACHE STRING "choose which network backend to use (one of ${ALL_NETWORK_…
113 IF (NETWORK_BACKEND STREQUAL "soup")
DWebKitPackaging.cmake106 "/soup/" "/Soup/" "soup\\\\." "Soup\\\\."
DFindLibSoup2.cmake131 FIND_PATH( _libsoup2_include_DIR libsoup/soup.h PATH_SUFFIXES libsoup libsoup-2.2 )
132 FIND_LIBRARY( _libsoup2_LIBRARY soup-2.2)
/external/webkit/Tools/MiniBrowser/gtk/
DGNUmakefile.am21 $(AM_V_GEN)$(PERL) $< $(MiniBrowser) $(MiniBrowserFwdHeaders) soup
/external/webkit/Source/WebKit/
DCMakeLists.txt53 LIST(APPEND WebKit_INCLUDE_DIRECTORIES "${WEBCORE_DIR}/platform/network/soup")
/external/webkit/Tools/
DGNUmakefile.am9 -I$(srcdir)/Source/WebCore/platform/network/soup/cache/ \
42 -I$(srcdir)/Source/WebCore/platform/network/soup/cache/ \
/external/webkit/Source/WebKit/gtk/docs/
DGNUmakefile.am81 -I$(top_srcdir)/Source/WebCore/platform/network/soup/cache \
Dwebkitgtk-sections.txt641 <FILE>soup-cache</FILE>
/external/webkit/Source/WebCore/gyp/
DWebCore.gyp77 …curl|efl|freetype|fftw|gstreamer|gtk|haiku|linux|mkl|openvg|pango|qt|skia|soup|symbian|texmap|ipho…
/external/webkit/Source/WebCore/WebCore.gyp/
DWebCore.gyp1253 …etype|gstreamer|gtk|haiku|linux|mac|opengl|openvg|opentype|pango|posix|qt|soup|svg|symbian|texmap|…
1434 …etype|gstreamer|gtk|haiku|linux|mac|opengl|openvg|opentype|pango|posix|qt|soup|svg|symbian|texmap|…
1508 …etype|gstreamer|gtk|haiku|linux|mac|opengl|openvg|opentype|pango|posix|qt|soup|svg|symbian|texmap|…
/external/webkit/Source/WebKit/efl/
DChangeLog254 when soup is disabled. It is better to use EINA_SAFETY_ON_TRUE_RETURN_XXX.
637 [EFL] Remove proxy feature of soup when proxy is null
640 When proxy value is NULL, remove proxy feature in soup.
2647 Put some ifdefs around soup calls.
/external/webkit/Source/WebKit2/
DGNUmakefile.am504 Source/WebKit2/WebProcess/Downloads/soup/DownloadSoup.cpp \
935 $(AM_V_GEN)$(PERL) $< $(WebKit2) $(forwarding_headers) soup

12