Lines Matching refs:term

418             $term = null;
421 if (isset($category['attribs']['']['term'])) {
422 $term = $this->sanitize($category['attribs']['']['term'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
430 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label, $type]);
433 // This is really the label, but keep this as the term also for BC.
434 // Label will also work on retrieving because that falls back to term.
435 $term = $this->sanitize($category['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
441 $categories[] = $this->registry->create(Category::class, [$term, $scheme, null, $type]);
1011 $term = null;
1015 $term = $this->sanitize($category['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1025 $categories_parent[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
1028 $term = null;
1032 $term = $this->sanitize($category['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1042 $categories_parent[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
1045 $term = null;
1051 $categories_parent[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
1058 $categories_parent[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
1560 $term = null;
1564 $term = $this->sanitize($category['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1574 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
1579 $term = null;
1583 $term = $this->sanitize($category['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1593 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
1989 $term = null;
1993 $term = $this->sanitize($category['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
2003 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]);