Home
last modified time | relevance | path

Searched refs:wl (Results 376 – 400 of 467) sorted by path

1...<<111213141516171819

/plugin/sphinxsearch/
H A Daction.php255 …echo $this->external_link(wl('',array('do'=>'search','id'=>$query,'start'=>$prevNum, 'prev'=>$prev…
267 …echo $this->external_link(wl('',array('do'=>'search','id'=>$query,'start'=>$next,'prev'=>$prevStri…
299 $href = !empty($hid) ? (wl($page).'#'.$hid) : wl($page);
358 …print '<form action="'.wl().'" accept-charset="utf-8" class="search" id="dw__search"><div class="n…
H A Dfunctions.php329 $titles[wl($page)] = $parts[$i];
331 $titles[wl($page)] = $parts[$i];
362 $href = wl($id);
394 print '<a href="'.wl($id).'" '. "class='wikilink1'>".$id."</a>";
/plugin/sql2wiki/action/
H A Dsqlite.php79 $go = wl($ID, '', true, '&');
/plugin/sqlite/
H A Dadmin.php147 'link' => wl($ID, ['do' => 'admin', 'page' => 'sqlite']),
156 'link' => wl($ID, ['do' => 'admin', 'page' => 'sqlite', 'db' => $db, 'sectok' => getSecurityToken()]),
230 * Basically a wrapper around wl() with some defaults
249 return wl($ID, $params, false, $form ? '&' : '&amp;');
/plugin/ssocas/
H A Daction.php93 …$event->data->insertElement($insertElement,'<p>'.$lang['reghere'].': <a href="'.wl($ID,'do=registe…
97 …$event->data->insertElement($insertElement,'<p>'.$lang['pwdforget'].': <a href="'.wl($ID,'do=resen…
/plugin/starred/
H A Dhelper.php144 …$result .= '<a href="' . wl($ID, array('do' => 'startoggle_' . $pageid)) . '" data-pageid="' . $pa…
/plugin/statistics/
H A Dadmin.php497 echo '<a href="' . wl($v) . '" class="wikilink1">';
516 echo '<a href="' . wl('', array('id' => $v, 'do' => 'search')) . '">Search</a>';
/plugin/statistics/inc/
H A Dsearchengines.php7 'dokuwiki' => array('DokuWiki Internal Search', wl()),
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2wl={getContext:function(){return void 0===hl&&(hl=new(window.AudioContext||window.webkitAudioConte…
/plugin/struct/admin/
H A Dassignments.php81 send_redirect(wl($ID, ['do' => 'admin', 'page' => 'struct_assignments'], true, '&'));
102 echo '<form action="' . wl($ID) . '" action="post">';
120 $link = wl(
H A Dschemas.php121 send_redirect(wl($ID, ['do' => 'admin', 'page' => 'struct_schemas'], true, '&'));
138 send_redirect(wl($ID, ['do' => 'admin', 'page' => 'struct_schemas'], true, '&'));
311 $link = wl(
316 $slink = wl(
327 $link = wl(
/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);
H A DMedia.php128 $url = wl($page, $filter);
/plugin/structnotification/
H A Dadmin.php83 if ($ok) send_redirect(wl($ID, array('do' => 'admin', 'page' => 'structnotification'), true, '&'));
142 $link = wl(
151 $link = wl(
208 $link = wl(
/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php120 $href = wl($ID, $urlParameters);
127 $href = wl($ID, $urlParameters);
H A DAggregationTableOdt.php90 $href = wl($ID, $urlParameters);
/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/
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/structpublish/helper/
H A Dnotify.php172 'URL' => wl($ID, '', true),
/plugin/structtasks/meta/
H A DAbstractNotifier.php148 $url = wl($page_id, [], true);
152 'EDITURL' => wl($page_id, ['do' => 'edit'], true, '&'),
/plugin/structupdate/helper/
H A Dupdate.php95 $thanks = sprintf($this->getLang('bureaucracy_action_struct_update_thanks'), wl($ID));
/plugin/subjectindex/syntax/
H A Dentry.php112 $target_page = wl($target_page) . '#' . $link_id;
/plugin/submgr/
H A Dadmin.php39 $url = wl($ID, array('do' => 'admin', 'page' => 'submgr'), true, '&');
69 $url = wl($ID, array('do' => 'admin', 'page' => 'submgr'));

1...<<111213141516171819