/plugin/combo/ComboStrap/ |
H A D | PageId.php | 74 …he page ({$this->getResource()}) does not exist", LogUtility::LVL_MSG_INFO, $this->getCanonical()); 200 public function getCanonical(): string function in ComboStrap\\PageId 261 …A page id can not be set with a null value (Page: {$this->getResource()})", $this->getCanonical()); 264 …set ($value) is not an alphanumeric string (Page: {$this->getResource()})", $this->getCanonical()); 270 …()}) has already an id ($actualId}) that has not the same value ($value})", $this->getCanonical()); 273 …changed, the page ({$this->getResource()}) has already an id ($actualId})", $this->getCanonical()); 278 …ceptionComboRuntime("Forcing of the page id should not happen in dev/test", $this->getCanonical());
|
H A D | MetadataDateTime.php | 74 LogUtility::msg($e->getMessage(), $this->getCanonical()); 111 public function getCanonical(): string function in ComboStrap\\MetadataDateTime 126 LogUtility::msg($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical());
|
H A D | MetadataStoreAbs.php | 27 …e ($requestedResource) is unknown. We got data for the page ($this->page)", $this->getCanonical()); 59 public function getCanonical(): string function in ComboStrap\\MetadataStoreAbs
|
H A D | Event.php | 67 LogUtility::msg($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical()); 96 …ror while retrieving the event {$e->getMessage()}", LogUtility::LVL_MSG_ERROR, $e->getCanonical()); 116 …le deleting the event. Message {$e->getMessage()}", LogUtility::LVL_MSG_ERROR, $e->getCanonical()); 187 …create the event $name. Error:" . $e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical());
|
H A D | Region.php | 88 …>getResource()}) does not have two letters (ISO 3166 alpha-2 region code)", $this->getCanonical()); 92 public function getCanonical(): string function in ComboStrap\\Region
|
H A D | PagePublicationDate.php | 101 LogUtility::msg($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical()); 130 public function getCanonical(): string function in ComboStrap\\PagePublicationDate
|
H A D | MetadataMultiple.php | 112 …r ($this) is not a possible value (" . implode(",", $possibleValues) . ")", $this->getCanonical()); 156 LogUtility::msg($e->getMessage(), $e->getCanonical());
|
H A D | MetadataStoreTransfer.php | 127 ->setCanonical($metadata->getCanonical()); 143 ->setCanonical($metadata->getCanonical());
|
H A D | Lang.php | 163 …o("The lang value ($value) for the page ($this) does not have two letters", $this->getCanonical()); 167 public function getCanonical(): string function in ComboStrap\\Lang
|
H A D | ExceptionCombo.php | 30 public function getCanonical() function in ComboStrap\\ExceptionCombo
|
H A D | ExceptionComboRuntime.php | 32 public function getCanonical() function in ComboStrap\\ExceptionComboRuntime
|
H A D | StartDate.php | 53 public function getCanonical(): string function in ComboStrap\\StartDate
|
H A D | EndDate.php | 54 public function getCanonical(): string function in ComboStrap\\EndDate
|
H A D | DisqusIdentifier.php | 62 public function getCanonical(): string function in ComboStrap\\DisqusIdentifier
|
H A D | LowQualityPageOverwrite.php | 67 public function getCanonical(): string function in ComboStrap\\LowQualityPageOverwrite
|
H A D | QualityDynamicMonitoringOverwrite.php | 39 public function getCanonical(): string function in ComboStrap\\QualityDynamicMonitoringOverwrite
|
H A D | MetadataStore.php | 86 public function getCanonical(): string; function
|
H A D | ReplicationDate.php | 43 public function getCanonical(): string function in ReplicationDate
|
H A D | PagePath.php | 72 public function getCanonical(): string function in ComboStrap\\PagePath
|
H A D | PageLayout.php | 62 public function getCanonical(): string function in ComboStrap\\PageLayout
|
H A D | TemplateStore.php | 52 public function getCanonical(): string function in ComboStrap\\TemplateStore
|
H A D | PageTitle.php | 71 public function getCanonical(): string function in ComboStrap\\PageTitle
|
H A D | PageImagePath.php | 62 throw new ExceptionCombo("The image ($value) does not exists", $this->getCanonical());
|
/plugin/combo/action/ |
H A D | canonical.php | 51 if ($page->getCanonical() !== null) { 52 $JSINFO[Canonical::PROPERTY_NAME] = $page->getCanonical(); 62 … $pageViewCanonical = str_replace(DokuPath::PATH_SEPARATOR, "/", $page->getCanonical());
|
H A D | imgmove.php | 71 … LogUtility::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical()); 134 …ntmatter could not be loaded. " . $e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical()); 165 throw new ExceptionComboRuntime($e->getMessage(), $e->getCanonical(), 0, $e); 167 … LogUtility::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical());
|