Home
last modified time | relevance | path

Searched refs:resource (Results 276 – 300 of 428) sorted by path

1...<<1112131415161718

/plugin/barcodes/
H A Dcomposer.lock716 "sebastian/resource-operations": "^3.0.3",
1580 "name": "sebastian/resource-operations",
1584 "url": "https://github.com/sebastianbergmann/resource-operations.git",
1589 …"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92c…
1621 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
1623 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
1624 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
/plugin/bibtex/OSBib/
H A DCHANGELOG8 4/A preview link is displayed next to each resource type template when editing a style. (Requires …
/plugin/bibtex/OSBib/create/
H A Dosbib.css29 /* resource links for resource URLs */
/plugin/bibtex/OSBib/format/
H A DREADME.txt62resource type's array changing ONLY the key of each element. However, do NOT edit any key (or its…
64 …KINDX to display each resource in a format suitable for OSBib processing returns the following ass…
129 $info -- general information about the resource including description, language, version etc.
132 $styleTypes -- bibliographic styling for each resource type supported by that particular style.
149 $type is the resource type which must be one of the ones listed in $this->types in STYLEMAP.php.
167 Format the title of the resource.
170 $title -- The title of the resource.
209 // Get the resource type ('book', 'journal_article', 'artwork' etc.)
214 // Add various resource elements to BIBFORMAT::item array that require special processing and forma…
223 // Add all the other elements of the resource to BIBFORMAT::item array
[all …]
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md401 * [#13215](http://dev.ckeditor.com/ticket/13215): Added ability to cancel fetching a resource by th…
402 …in the [Embed](http://ckeditor.com/addon/embed) dialog to indicate that a resource is being loaded.
/plugin/ckgedit/ckeditor/
H A DCHANGES.md821 * [#13215](https://dev.ckeditor.com/ticket/13215): Added ability to cancel fetching a resource by t…
822 … [Embed](https://ckeditor.com/cke4/addon/embed) dialog to indicate that a resource is being loaded.
H A Dckeditor.js.unc5522 …if (this.registered[a]) throw Error('[CKEDITOR.resourceManager.add] The resource name "' + a + '" …
/plugin/codemirror/dist/modes/
H A Dpuppet.min.js.map1resource","special_resource","ch","inDefinition","inInclude","hasOwnProperty","test","skipToEnd","…
H A Dsql.min.js.map1resource restrict return returning returns reverse revoke rollback row rowid rowlabel rownum rows …
H A Dtcl.min.js.map1 … pwd re_syntax read regex regexp \" +\n \"registry regsub rename resource return scan seek …
/plugin/combo/ComboStrap/
H A DFeaturedIcon.php18 public static function createForPage(ResourceCombo $resource): FeaturedIcon argument
21 ->setResource($resource);
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 DLowQualityCalculatedIndicator.php45 $resource = $this->getResource();
46 if (!($resource instanceof MarkupPath)) {
50 $analyticsDocument = $resource->fetchAnalyticsDocument();
H A DMetadataStoreTransfer.php46 * @param MarkupPath $resource
48 public function __construct(ResourceCombo $resource) argument
50 $this->page = $resource;
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);
164 * (because due to duplicate in canonical, the row returned may be from another resource)
166 $resourcePath = $resource
[all...]
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()) {
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php91 * The metadata is for this resource
92 * @var ResourceCombo $resource
94 private $resource; variable in ComboStrap\\Meta\\Api\\Metadata
272 * By default, this is the {@link ResourceCombo::getReadStoreOrDefault() default resource metadata store}
298 * Because the metadata is stored by resource, the persist function is
299 * also made available on the resource level
325 LogUtility::msg("The metadata store is unknown. You need to define a resource or a store to build from it");
361 * @return ResourceCombo - The resource
365 if ($this->resource !== null) {
366 return $this->resource;
379 setResource(ResourceCombo $resource) global() argument
[all...]
H A DMetadataStoreAbs.php42 * @param $resource
45 public static function toMetadataStore($readStore, $resource): MetadataStore argument
56 if ($resource === null) {
57 throw new ExceptionRuntime("The resource is null. You can't implement a store without a resource.");
59 return $readStore::getOrCreateFromResource($resource);
/plugin/combo/ComboStrap/Meta/Field/
H A DBacklinkCount.php61 $resource = $this->getResource();
62 if (!($resource instanceof MarkupPath)) {
63 LogUtility::msg("Backlink count is not yet supported on the resource type ({$resource->getType()}");
66 $backlinks = $resource->getBacklinks();
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php55 * @throws ExceptionNotExists - if the resource does not exist in the database
57 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 the database metadata store", self::CANONICAL);
116 $pageMetaFromFileSystem = MarkupPath::createPageFromAbsoluteId($resource
[all...]
H A DMetadataDokuWikiStore.php143 $resource = $metadata->getResource();
144 $this->checkResource($resource);
145 if ($resource === null) {
146 throw new ExceptionBadState("A resource is mandatory", self::CANONICAL);
148 if (!($resource instanceof MarkupPath)) {
149 throw new ExceptionBadState("The DokuWiki metadata store is only for page resource", self::CANONICAL);
162 $resource = $metadata->getResource();
163 $this->checkResource($resource);
164 if ($resource === null) {
165 throw new ExceptionRuntime("A resource i
[all...]

1...<<1112131415161718