Home
last modified time | relevance | path

Searched refs:getWeb (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Digitalassetlinks/
H A DAsset.php51 public function getWeb() function in Google\\Service\\Digitalassetlinks\\Asset
/plugin/blogtng/helper/
H A Dlinkback.php71 if ($c['web'] === $comment->getWeb() && $c['source'] === $comment->getSource()) {
H A Dcomments.php114 $comment->getWeb(),
151 $comment->getWeb(),
/plugin/blogtng/
H A Dadmin.php699 if($comment->getWeb()) {
700 …weburl = '<a href="' . hsc($comment->getWeb()) . '" title="' . hsc($comment->getWeb()) . '">' . hs…
802 …$form->addElement(form_makeTextField('comment-web', $comment->getWeb(), $this->getLang('comment_we…
/plugin/blogtng/entities/
H A DComment.php308 public function getWeb() function in dokuwiki\\plugin\\blogtng\\entities\\Comment