Home
last modified time | relevance | path

Searched +full:display +(+path:plugin +path:linkback) -(+path:plugin +path:linkback +path:lang) (Results 1 – 11 of 11) sorted by relevance

/plugin/linkback/
H A DCHANGELOG20 * ''exe/trackback.php'', ''exe/pingback.php'' and ''action/display.php'' now
H A Dsyntax.php59 'display' => false,
69 $data['display'] = true;
73 $data['display'] = false;
75 $data['display'] = true;
H A Dadmin.php143 'display' => $this->getLang('display')
178 $target['display'] = $data['display'];
181 if (!$data['display']) return false; // comments are turned off
288 foreach (array('send', 'receive', 'display') as $key) {
312 if ($data['receive'] && $data['display'])
H A Dstyle.css61 display: inline;
85 display: list-item;
H A Dhelper.php66 if (!$linkbacks['display']) {
206 if (!$data['display']) {
H A DCOPYING106 interactive use in the most ordinary way, to print or display an
/plugin/linkback/action/
H A Ddisplay.php4 * Display component of the DokuWiki Linkback action plugin. Highly influenced by
52 'display' => false,
98 if (!$data['display'])
117 // now display the comments
248 if (!$data['display'] || (count($data['receivedpings']) == 0))
278 'display' => false,
316 'display' => false,
348 'display' => false,
H A Dreceive.php41 'display' => false,
86 'display' => false,
126 'display' => false,
H A Dsend.php64 'display' => false,
153 'display' => false,
/plugin/linkback/exe/
H A Dtrackback.php64 'display' => false,
H A Dpingback.php84 'display' => false,