You are here

14 calls to feeds_include_library() in Feeds 7.2

CommonSyndicationParserTestCase::setUp in tests/common_syndication_parser.test
Sets up a Drupal site for running functional and integration tests.
FeedsCSVParser::parse in plugins/FeedsCSVParser.inc
Implements FeedsParser::parse().
FeedsEnclosure::getContent in plugins/FeedsParser.inc
Downloads the content from the file URL.
FeedsFileHTTPTestCase::testHttpRequestUsingFileCache in tests/feeds_fetcher_http.test
Tests if the result of a http request can be cached on the file system.
FeedsFileHTTPTestCase::testNoRefetchOnSameRequest in tests/feeds_fetcher_http.test
Tests that the source isn't fetched twice during the same request.
FeedsFileHTTPTestCase::testRefetchWhenCachedFileIsRemoved in tests/feeds_fetcher_http.test
Tests if the source is refetched when the cached file is manually removed.
FeedsHTTPFetcher::clear in plugins/FeedsHTTPFetcher.inc
Clear caches.
FeedsHTTPFetcher::sourceFormValidate in plugins/FeedsHTTPFetcher.inc
Override parent::sourceFormValidate().
FeedsHTTPFetcherResult::getRaw in plugins/FeedsHTTPFetcher.inc
Overrides FeedsFetcherResult::getRaw().
FeedsHTTPRequestTestCase::setUp in tests/http_request.test
Sets up unit test environment.
FeedsOPMLParser::parse in plugins/FeedsOPMLParser.inc
Implements FeedsParser::parse().
FeedsSyndicationParser::parse in plugins/FeedsSyndicationParser.inc
Implements FeedsParser::parse().
feeds_include_simplepie in ./feeds.module
Includes the simplepie library.
ParserCSVTest::test in tests/parser_csv.test
Test method.