Home
last modified time | relevance | path

Searched refs:wl (Results 1 – 25 of 467) sorted by last modified time

12345678910>>...19

/plugin/pagelist/
H A Dhelper.php533 $content = '<a href="' . wl($id) . '" class="' . $class . '" title="' . $id . '">' . $title . '</a>';
658 $content = '<a href="' . wl($id) . $section . '" class="' . $class . '" title="' . $id . '" data-wiki-id="' . $id . '">' . $title . '</a>';
742 $url = wl($id, $url_params) . (!empty($this->page['section']) ? '#' . $this->page['section'] : '');
/plugin/twofactor/action/
H A Dprofile.php74 send_redirect(wl($ID, array('do' => 'login'), true, '&'));
81 send_redirect(wl($ID, ['do' => 'twofactor_profile'], true, '&'));
/plugin/nspages/printers/
H A DprinterPictures.php24 $url = wl($item['id']);
/plugin/mermaid/
H A Dmermaid.min.js1327 `)}return[]}function ohn(t){var e;return e=(Qte(),D0e),e[t>>>28]|e[t>>24&15]<<4|e[t>>20&15]<<8|e[t>>16&15]<<12|e[t>>12&15]<<16|e[t>>8&15]<<20|e[t>>4&15]<<24|e[t&15]<<28}function Bi global() function
[all...]
/plugin/siteexport/action/
H A Dajax.php237 … . '--output-document=' . $zipFile . ' --post-data="' . $POSTData . '" ' . wl(cleanID($path), null…
239 …echo 'curl -L ' . $maxRedirs . '-o ' . $zipFile . ' -d "' . $POSTData . '" ' . wl(cleanID($path), …
514 $url = $this->functions->wl($ID, $request, true, '&');
799 …$url = $this->functions->wl($ID, null, true, null, null, true, $hadBase) . (!empty($ANCHOR) ? '#' …
920 $DATA[2] = $this->functions->wl($ID, null, null, null, $IDexists, true);
H A Dstartup.php101 …$event->data['items'][] = '<li>' . tpl_link(wl($ID, array('do' => 'siteexport_addpage')), '<span>E…
/plugin/siteexport/inc/
H A Dfunctions.php98 …$url = $this->wl($this->cleanID($ID), null, true, null, null, $overrideRewrite); // this must be d…
221 …public function wl($id='',$more='',$abs=false,$sep='&amp;', $IDexists=true, $overrideRewrite=false… function in siteexport_functions
350 $URL = wl($ID);
428 return wl($NS, $data, true, '&') . $additionalKeys;
/plugin/siteexport/renderer/
H A Dpdf.php317 $link['url'] = wl($id);
/plugin/siteexport/syntax/
H A Daggregate.php76 …d' => sectionID('siteexport_site_aggregator', $this->headers), 'action' => wl($ID), 'class' => 'si…
H A Dsiteexport.php47 … 'id' => sectionID('siteexport_siteexporter', $this->headers), 'action' => wl($id), 'class' => 'si…
/plugin/linkback/exe/
H A Dtrackback.php132 'target' => wl($ID, '', true),
H A Dpingback.php77 if ($targetUri != wl($ID, '', true))
173 $searchurl = preg_quote(wl($ID), '!');
/plugin/linkback/
H A Dtools.php98 wl($ID, 'do=unsubscribe', true, '&'),
100 wl($ID, '', true),
H A Dhelper.php82 return '<a href="' . wl($ID) . $section . '" class="wikilink1" title="' . $ID . $section . '">' .
H A Dadmin.php72 ptln('<form method="post" action="'.wl($target['id']).'">', 8);
148 ptln('<form method="post" action="'.wl($id).'">', 6);
161 ptln('<a href="'.wl($id).'" class="wikilink1">'.$id.'</a> ', 8);
256 $ret = '<a href="'.wl($ID, $params).'" class="wikilink1">&lt;&lt; '.$this->getLang('newer').'</a>';
268 $ret .= '<a href="'.wl($ID, $params).'" class="wikilink1">'.$this->getLang('older').' &gt;&gt;</a>';
/plugin/linkback/action/
H A Dreceive.php60 'rdf:about="' . wl($ID, '', true) . '"' . NL .
61 'dc:identifier="' . wl($ID, '', true) . '"' . NL .
H A Dsend.php83 $linkback_info['url'] = wl($ID, '', true);
121 $pages[] = wl($item[1][0], '', true);
H A Dantispam.php122 $searchurl = preg_quote(wl($ID), '!');
/plugin/structpublish/action/
H A Dbanner.php118 $link = wl($rev->getId(), ['do' => 'diff', 'rev1' => $rev->getRev(), 'rev2' => $diff]);
138 $url = wl($id, ['rev' => $rev]);
/plugin/structpublish/helper/
H A Dnotify.php171 'URL' => wl($ID, '', true),
/plugin/structpublish/
H A Dadmin.php84 send_redirect(wl($ID, array('do' => 'admin', 'page' => 'structpublish'), true, '&'));
105 echo '<form action="' . wl($ID) . '" action="post">';
125 $link = wl(
/plugin/diagrams/syntax/
H A Dembed.php77 $data['url'] = wl($ID, ['do' => 'export_diagrams', 'svg' => $this->count++, 'rev' => $REV], true, '&');
/plugin/struct/helper/
H A Dlookup.php53 $thanks = sprintf($this->getLang('bureaucracy_action_struct_lookup_thanks'), wl($ID));
/plugin/struct/meta/
H A DAggregationTable.php222 $link = wl($this->id, $dynamic->getURLParameters());
280 'action' => wl($this->id, $this->renderer->info['struct_table_hash'], false, '#')
453 $link = wl($this->id, $dynamic->getURLParameters());
462 $link = wl($this->id, $dynamic->getURLParameters());
/plugin/struct/types/
H A DColor.php89 $url = wl($page, $filter);

12345678910>>...19