Home
last modified time | relevance | path

Searched refs:customTitle (Results 1 – 2 of 2) sorted by relevance

/plugin/nspages/fileHelper/
H A DpagePreparer.php12 private $customTitle; variable in pagePreparer
22 $sortPageById, $useIdAndTitle, $sortPageByDate, $sortByCreationDate, $customTitle, argument
28 $this->customTitle = $customTitle;
94 * @param $customTitle - The custom tile template.
102 private function getCustomTitleFromTemplate($customTitle, $metadata) { argument
113 $customTitle
122 if ($this->customTitle !== null) {
124 return $this->getCustomTitleFromTemplate($this->customTitle, $meta);
/plugin/ckgdoku/ckeditor/plugins/clipboard/dialogs/
H A Dpaste.js7 …Height;this.setupContent();this.parts.title.setHtml(this.customTitle||h.title);this.customTitle=nu…