Lines Matching refs:create

680      * To use SimplePie, create the SimplePie object with no parameters. You can
1317 * Set callback function to create cache filename with
1539 $this->sanitize = $this->registry->create(Sanitize::class);
1651 $parser = $this->registry->create(Parser::class);
1777 $file = $this->registry->create(File::class, [$this->feed_url, $this->timeout/10, 5, $headers, $this->useragent, $this->force_fsockopen, $this->curl_options]);
1819 $file = $this->registry->create(File::class, [$this->feed_url, $this->timeout, 5, $headers, $this->useragent, $this->force_fsockopen, $this->curl_options]);
1832 $locate = $this->registry->create(Locator::class, [&$file, $this->timeout, $this->useragent, $this->max_checked_feeds, $this->force_fsockopen, $this->curl_options]);
1907 $sniffer = $this->registry->create(Sniffer::class, [&$file]);
2390 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
2401 $categories[] = $this->registry->create(Category::class, [$term, $scheme, null]);
2404 $categories[] = $this->registry->create(Category::class, [$this->sanitize($category['data'], self::CONSTRUCT_TEXT), null, null]);
2407 $categories[] = $this->registry->create(Category::class, [$this->sanitize($category['data'], self::CONSTRUCT_TEXT), null, null]);
2459 $authors[] = $this->registry->create(Author::class, [$name, $uri, $email]);
2476 $authors[] = $this->registry->create(Author::class, [$name, $url, $email]);
2480 $authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], self::CONSTRUCT_TEXT), null, null]);
2483 $authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], self::CONSTRUCT_TEXT), null, null]);
2486 $authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], self::CONSTRUCT_TEXT), null, null]);
2538 $contributors[] = $this->registry->create(Author::class, [$name, $uri, $email]);
2555 $contributors[] = $this->registry->create(Author::class, [$name, $url, $email]);
3007 $this->data['items'][] = $this->registry->create(Item::class, [$this, $items[$key]]);
3013 $this->data['items'][] = $this->registry->create(Item::class, [$this, $items[$key]]);
3019 $this->data['items'][] = $this->registry->create(Item::class, [$this, $items[$key]]);
3025 $this->data['items'][] = $this->registry->create(Item::class, [$this, $items[$key]]);
3031 $this->data['items'][] = $this->registry->create(Item::class, [$this, $items[$key]]);