Home
last modified time | relevance | path

Searched defs:title (Results 1 – 19 of 19) sorted by relevance

/dokuwiki/inc/TreeBuilder/Node/
H A DAbstractNode.php15 protected ?string $title = null; variable in dokuwiki\\TreeBuilder\\Node\\AbstractNode
28 public function __construct(string $id, ?string $title)
63 public function setTitle(?string $title): void
H A DWikiStartpage.php19 public function __construct(string $id, ?string $title, string $originalNamespace)
/dokuwiki/inc/Remote/Response/
H A DPage.php19 public $title; variable in dokuwiki\\Remote\\Response\\Page
46 $title = '',
H A DPageHit.php30 public function __construct($id, $snippet = '', $score = 0, $title = '')
/dokuwiki/lib/scripts/
H A Dlinkwiz.js45 title: LANG.linkwiz, property
215 insertLink(title) { argument
269 createLinkSyntax(id, title) { argument
H A Dedit.js84 function $makebutton(title) { argument
H A Dmedia.js160 draggable: true, title: LANG.mediatitle, property
/dokuwiki/inc/parser/
H A Drenderer.php593 public function internallink($link, $title = null)
603 public function externallink($link, $title = null)
627 public function interwikilink($link, $title, $wikiName, $wikiUri)
637 public function filelink($link, $title = null)
647 public function windowssharelink($link, $title = null)
676 $title = null,
698 $title = null,
719 $title = null,
739 $title = null,
871 public function _headerToLink($title, $create = false)
H A Dmetadata.php612 $title = null,
639 $title = null,
708 public function _getLinkTitle($title, $default, $id = null)
H A Dxhtml.php1187 $title = null,
1272 $title = null,
1673 $title = null,
1816 public function _getLinkTitle($title, $default, &$isImage, $id = null, $linktype = 'content')
1878 public function _getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render)
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php48 protected $title = ''; variable in dokuwiki\\Menu\\Item\\AbstractItem
/dokuwiki/inc/Extension/
H A DPluginInterface.php141 public function external_link($link, $title = '', $class = '', $target = '', $more = '');
H A DPluginTrait.php255 public function external_link($link, $title = '', $class = '', $target = '', $more = '')
/dokuwiki/inc/TreeBuilder/
H A DPageTreeBuilder.php151 protected function createNamespaceNode(string $id, string $title): AbstractNode
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php207 public $title; variable in SimplePie\\Enclosure
229 … = null, $restrictions = null, $samplingrate = null, $thumbnails = null, $title = null, $width = n…
/dokuwiki/inc/
H A Dfulltext.php391 function _ft_pageLookupTitleCompare($search, $title)
H A Dpageutils.php249 function sectionID($title, &$check)
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6 ….ui.version="1.14.1";var n,s,x,k,o,a,r,l,h,i,E=0,N=Array.prototype.hasOwnProperty,c=Array.prototyp…
/dokuwiki/_test/core/
H A DphpQuery-onefile.php4265 public function dumpTree($html = true, $title = true) {