Home
last modified time | relevance | path

Searched refs:getDescription (Results 1 – 18 of 18) sorted by relevance

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DHTMLCreator.php101 if ($this->getDescription()) {
103 str_replace("]]>", "", str_replace("<![CDATA[", "", $this->getDescription())).
132 if ($this->items[$i]->getDescription()) {
135 … str_replace("]]>", "", str_replace("<![CDATA[", "", $this->items[$i]->getDescription())).
H A DPIECreator01.php29 $feed .= " <subtitle>".$this->getDescription()."</subtitle>\n";
52 …eed .= " <div xmlns=\"http://www.w3.org/1999/xhtml\">".$this->items[$i]->getDescription(
H A DKMLCreator.php60 <description>".$this->getDescription()."</description>
71 <description>".$this->items[$i]->getDescription(true)."</description>
H A DPHPCreator.php27 $feed .= " \$feedDescription='".addslashes($this->getDescription())."';\n";
46 …$feed .= " \$feedItem[$i]->description='".addslashes($this->items[$i]->getDescription())."';\n";
H A DAtomCreator10.php122 $tempdesc = $this->items[$i]->getDescription();
127 $tempdesc = $this->items[$i]->getDescription();
H A DRSSCreator091.php61 $feed .= " <description>".$this->getDescription()."</description>\n";
137 … $feed .= " <description>".$this->items[$i]->getDescription()."</description>\n";
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DHtmlDescribable.php29 public function getDescription($overrideSyndicateHtml = false) function in HtmlDescribable
/dokuwiki/inc/Remote/
H A DApiCall.php141 public function getDescription() function in dokuwiki\\Remote\\ApiCall
143 return $this->getDocs()->getDescription();
/dokuwiki/_test/tests/Remote/OpenApiDoc/
H A DDocBlockMethodTest.php35 $this->assertEquals("With more information\nin several lines", $doc->getDescription());
H A DDocBlockClassTest.php33 $this->assertStringContainsString('used in the tests itself', $doc->getDescription());
/dokuwiki/inc/Remote/OpenApiDoc/
H A DDocBlock.php85 public function getDescription() function in dokuwiki\\Remote\\OpenApiDoc\\DocBlock
H A DOpenAPIGenerator.php169 $description = $call->getDescription();
/dokuwiki/lib/plugins/extension/
H A DExtensionApiResponse.php76 $this->description = $extension->getDescription();
H A Dcli.php346 ['', $ext->getDescription()],
H A DExtension.php290 public function getDescription() function in dokuwiki\\plugin\\extension\\Extension
H A DGuiExtension.php129 $html .= '<p>' . hsc($this->extension->getDescription()) . '</p>';
/dokuwiki/_test/tests/Remote/
H A DApiCallTest.php38 $this->assertEquals("With more information\nin several lines", $call->getDescription());
/dokuwiki/lib/plugins/extension/_test/
H A DExtensionTest.php36 $this->assertStringContainsString('plugins', $extension->getDescription());