Home
last modified time | relevance | path

Searched refs:store (Results 1 – 25 of 40) sorted by relevance

12

/template/strap/ComboStrap/Meta/Field/
H A DPageH1.php64 $store = $this->getReadStore();
65 if ($store instanceof MetadataDokuWikiStore) {
66 $h1Parsed = $store->getFromName(self::H1_PARSED);
71 $h1 = $store->getCurrentFromName("title");
108 $store = $this->getWriteStore();
109 if ($store instanceof MetadataDokuWikiStore) {
110 $store->setFromPersistentName(self::H1_PARSED, $defaultValue);
H A DFeaturedSvgImage.php54 $store = $this->getWriteStore();
55 if ($store instanceof MetadataDokuWikiStore) {
56 $store->setFromPersistentName(self::ITEM_FEATURED_IMAGE_PARSED, $path);
H A DFeaturedRasterImage.php98 $store = $this->getWriteStore();
99 if ($store instanceof MetadataDokuWikiStore) {
100 $store->setFromPersistentName(self::FEATURED_IMAGE_PARSED, $path);
/template/strap/ComboStrap/Meta/Api/
H A DMetadataBoolean.php65 $store = $this->getWriteStore();
67 if ($store instanceof MetadataFormDataStore) {
91 $store = $this->getWriteStore();
98 if ($store instanceof MetadataFormDataStore) {
102 if ($store instanceof MetadataDokuWikiStore) {
107 if ($store->isHierarchicalTextBased()) {
H A DMetadata.php218 function setReadStore($store): Metadata argument
223 if (is_string($store) && !is_subclass_of($store, MetadataStore::class)) {
224 throw new ExceptionRuntime("The store class ($store) is not a metadata store class");
226 $this->readStore = $store;
231 * @param MetadataStore|string $store
235 function setWriteStore($store): Metadata argument
237 $this->writeStore = $store;
/template/strap/ComboStrap/
H A DCreationDate.php48 $store = $this->getReadStore();
50 if (!($store instanceof MetadataDokuWikiStore)) {
54 $fromName = $store->getFromName(self::DATE_DOKUWIKI_PROPERTY_NAME);
71 $store = $this->getWriteStore();
72 if (!($store instanceof MetadataDokuWikiStore)) {
H A DPageType.php40 public function setWriteStore($store): PageType argument
43 return parent::setWriteStore($store);
59 public function setReadStore($store): PageType argument
62 return parent::setReadStore($store);
H A DFirstRasterImage.php57 $store = $this->getReadStore();
58 if (!($store instanceof MetadataDokuWikiStore)) {
66 $firstImageId = $store->getFromName(FirstRasterImage::PROPERTY_NAME);
H A DFirstSvgIllustration.php52 $store = $this->getReadStore();
53 if (!($store instanceof MetadataDokuWikiStore)) {
64 $firstImageId = $store->getFromName(FirstSvgIllustration::PROPERTY_NAME);
H A DModificationDate.php28 $store = $this->getReadStore();
29 if (!($store instanceof MetadataDokuWikiStore)) {
43 $currentDateMeta = $store->getCurrentFromName('date');
H A DPagePublicationDate.php91 $store = $this->getReadStore();
92 if (!($store instanceof MetadataDokuWikiStore)) {
100 $value = $store->getFromName(PagePublicationDate::OLD_META_KEY);
H A DMarkupPath.php369 $store = $this->getReadStoreOrDefault();
370 if (!($store instanceof MetadataDokuWikiStore)) {
373 $metadata = $store->getCurrentFromName('relation');
662 $store = $this->getReadStoreOrDefault();
663 if (!($store instanceof MetadataDokuWikiStore)) {
668 $relation = $store->getCurrentFromName('relation');
693 $store = $this->getReadStoreOrDefault();
694 if (!($store instanceof MetadataDokuWikiStore)) {
698 return $store->getFromName('creator');
710 $store = $this->getReadStoreOrDefault();
[all …]
H A DMetaManagerForm.php143 $store = $dokuwikiFsStore;
150 $store = $dbStore;
154 ->setReadStore($store)
H A DLdJson.php194 $store = $this->getReadStore();
195 $metadata = $store->getFromName(self::OLD_ORGANIZATION_PROPERTY);
/template/vector/static/3rd/dokuwiki/
Dlogo.png-readme.txt1 en: To use an own logo, DO NOT replace the logo.png in here. Simply store your
/template/monobook/static/3rd/dokuwiki/
Dlogo.png-readme.txt1 en: To use an own logo, DO NOT replace the logo.png in here. Simply store your
/template/vector20/static/3rd/dokuwiki/
Dlogo.png-readme.txt1 en: To use an own logo, DO NOT replace the logo.png in here. Simply store your
/template/wikiweko/static/3rd/dokuwiki/
H A Dlogo.png-readme.txt1 en: To use an own logo, DO NOT replace the logo.png in here. Simply store your
/template/readthedokus/js/
H A Dreadthedokus.js644 ReadtheDokus.prototype.safeGet = function(store, key, defaultValue) argument
647 let current = store;
/template/gtopia/
Dstyle.css1764 .uc-store-admin-table{
1769 .uc-store-admin-table tbody{
1773 .uc-store-admin-panel{
1778 .uc-store-admin-panel .uc-store-icon{
1783 .uc-store-admin-panel .panel-title{
1789 .uc-store-admin-panel .panel-show-link a{
1793 .uc-customer-table .uc-store-icon{
1806 .uc-cust-orders-table .uc-store-icon{
1811 #store-footer{
1880 .path-admin-store-orders span.icon{
[all …]
Dnew.css1store-admin-table{margin:1em auto;border:1px dashed #bbb;}.uc-store-admin-table tbody{border-top:0…
/template/a_new_day/
Dcsshover3.htc165 // and store that instance for unloading later on
219 // store event handlers for removal onunload
/template/simple/
Dcsshover3.htc165 // and store that instance for unloading later on
219 // store event handlers for removal onunload
/template/vector20/static/3rd/vector/
Dcsshover.htc165 // and store that instance for unloading later on
219 // store event handlers for removal onunload
/template/vector/static/3rd/vector/
Dcsshover.htc165 // and store that instance for unloading later on
219 // store event handlers for removal onunload

12