Home
last modified time | relevance | path

Searched refs:resource (Results 1 – 21 of 21) sorted by relevance

/template/nucleus/
Dfooter.inc37 <rdf:RDF xmlns="http://web.resource.org/cc/"
41 <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" />
42 <license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.0/" />
46 <permits rdf:resource="http://web.resource.org/cc/Reproduction" />
47 <permits rdf:resource="http://web.resource.org/cc/Distribution" />
48 <requires rdf:resource="http://web.resource.org/cc/Notice" />
49 <requires rdf:resource="http://web.resource.org/cc/Attribution" />
50 <prohibits rdf:resource="http://web.resource.org/cc/CommercialUse" />
51 <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
52 <requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
/template/strap/ComboStrap/
H A DPageId.php49 public static function createForPage(ResourceCombo $resource): PageId argument
52 ->setResource($resource);
102 $resource = $this->getResource();
103 if (!($resource instanceof MarkupPath)) {
109 if (!FileSystems::exists($resource->getPathObject())) {
121 $metadataFileSystemStore = MetadataDokuWikiStore::getOrCreateFromResource($resource);
132 $frontmatter = MetadataFrontmatterStore::createFromPage($resource);
145 $dbStore = MetadataDbStore::getOrCreateFromResource($resource);
166 $resourcePath = $resource->getPathObject()->toAbsoluteId();
H A DPageKeywords.php59 $resource = $this->getResource();
60 if (!($resource instanceof MarkupPath)) {
63 $keyWords = explode(" ", $resource->getNameOrDefault());
64 $parentPage = $resource;
H A DPageTitle.php61 $resource = $this->getResource();
62 if (!($resource instanceof MarkupPath)) {
64 return ResourceName::getFromPath($resource->getPathObject());
66 if ($resource->isRootHomePage() && !empty(Site::getTagLine())) {
H A DPageType.php101 $resource = $this->getResource();
102 if (!($resource instanceof MarkupPath)) {
106 if ($resource->isRootHomePage()) {
108 } else if ($resource->isIndexPage()) {
H A DLowQualityCalculatedIndicator.php45 $resource = $this->getResource();
46 if (!($resource instanceof MarkupPath)) {
50 $analyticsDocument = $resource->fetchAnalyticsDocument();
H A DFirstImage.php18 public static function createForPage(ResourceCombo $resource): FirstImage argument
21 ->setResource($resource);
H A DFirstRasterImage.php23 public static function createForPage(ResourceCombo $resource): FirstRasterImage argument
26 ->setResource($resource);
H A DFirstSvgIllustration.php21 public static function createForPage(ResourceCombo $resource): FirstSvgIllustration argument
24 ->setResource($resource);
H A DFeaturedIcon.php18 public static function createForPage(ResourceCombo $resource): FeaturedIcon argument
21 ->setResource($resource);
H A DMetadataStoreTransfer.php46 * @param MarkupPath $resource
48 public function __construct(ResourceCombo $resource) argument
50 $this->page = $resource;
H A DResourceName.php17 public static function createForResource(ResourceCombo $resource): ResourceName argument
20 ->setResource($resource);
H A DSlug.php14 public static function createForPage(ResourceCombo $resource) argument
17 ->setResource($resource);
H A DPageUrlPath.php230 $resource = $this->getResource();
231 if ($resource instanceof MarkupPath) {
232 return $resource;
/template/strap/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php143 $resource = $metadata->getResource();
144 $this->checkResource($resource);
145 if ($resource === null) {
148 if (!($resource instanceof MarkupPath)) {
162 $resource = $metadata->getResource();
163 $this->checkResource($resource);
164 if ($resource === null) {
167 if (!($resource instanceof MarkupPath)) {
H A DMetadataDbStore.php57 public function __construct(ResourceCombo $resource) argument
63 $this->resourceUidMeta = $resource->getUid();
69 $this->resourceUidMetaValue = MetadataDokuWikiStore::getOrCreateFromResource($resource)
72 parent::__construct($resource);
105 $resource = $metadata->getResource();
106 if (!($resource instanceof MarkupPath)) {
107 …throw new ExceptionRuntime("The resource type ({$resource->getType()}) is not yet supported for th…
116 …$pageMetaFromFileSystem = MarkupPath::createPageFromAbsoluteId($resource->getPathObject()->toAbsol…
/template/strap/ComboStrap/Meta/Field/
H A DBacklinkCount.php61 $resource = $this->getResource();
62 if (!($resource instanceof MarkupPath)) {
63 …ogUtility::msg("Backlink count is not yet supported on the resource type ({$resource->getType()}");
66 $backlinks = $resource->getBacklinks();
/template/strap/ComboStrap/Meta/Api/
H A DMetadataStoreAbs.php45 public static function toMetadataStore($readStore, $resource): MetadataStore argument
56 if ($resource === null) {
59 return $readStore::getOrCreateFromResource($resource);
H A DMetadata.php94 private $resource; variable in ComboStrap\\Meta\\Api\\Metadata
365 if ($this->resource !== null) {
366 return $this->resource;
376 * @param ResourceCombo $resource
379 public function setResource(ResourceCombo $resource): Metadata argument
381 $this->resource = $resource;
/template/strap/vendor/symfony/polyfill-php80/
H A Dbootstrap.php41 function get_resource_id($resource): int { return p\Php80::get_resource_id($resource); } argument
/template/twigstarter/vendor/twig/twig/
DCHANGELOG89 * Avoid exceptions when an intl resource is not found