Home
last modified time | relevance | path

Searched refs:wl (Results 26 – 50 of 467) sorted by last modified time

12345678910>>...19

/plugin/struct/types/
H A DMedia.php128 $url = wl($page, $filter);
/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/geotag/syntax/
H A Dgeotag.php159 $url = wl(
/plugin/spatialhelper/helper/
H A Dsitemap.php127 $entry .= ' <link href="' . wl($id) . '" rel="alternate" type="text/html" />' . DOKU_LF;
135 . parse_url(wl($id), PHP_URL_PATH) . '</id>' . DOKU_LF;
214 $desc .= '<p><a href="' . wl($id, '', true) . '">' . $meta['title'] . '</a></p>';
220 $plcm .= ' <atom:link href="' . wl($id, '' . true) . '" rel="alternate" type="text/html" />'
/plugin/spatialhelper/syntax/
H A Dfindnearby.php109 $renderer->doc .= '<a href="' . wl(getID(), $data [1]) . '" class="findnearby">' . hsc($data [0]) . '</a>';
/plugin/spatialhelper/
H A Daction.php311 $url = wl(
/plugin/socialcards/
H A Daction.php132 'content' => wl($ID, '', true),
/plugin/acknowledge/
H A Daction.php182 . wl($id, ['do' => 'diff', 'at' => $latest], false, '&') . '">'
/plugin/acknowledge/admin/
H A Dreport.php205 $url = wl(
226 $url = wl(
248 $url = wl(
266 wl($ID, ['do' => 'admin', 'page' => 'acknowledge_report']),
272 wl($ID, ['do' => 'admin', 'page' => 'acknowledge_assign']),
/plugin/dokusioc/
H A Daction.php526 $event->data['link'][] = array('rel' => 'canonical', 'href' => getAbsUrl(wl($ID)));
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.demo.php152 …getstrings' => array('src='.$img['portrait'].'&hp=100&wl=200', 'src='.$img['landscape'].'&hp=100&w…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt714 ¤ Added 'wp', 'hp', 'wl', 'hl', 'ws', 'hs' parameters for
H A Dphpthumb.readme.txt206 wl = max width for landscape images
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php79 public $wl = null; // Width (Landscape Images Only) variable in phpthumb
1865 $wAll = (int) max($this->w, $this->wp, $this->wl, $this->ws) - (2 * $borderThickness);
3460 $this->w = phpthumb_functions::OneOfThese($this->wp, $this->w, $this->ws, $this->wl);
3464 $this->w = phpthumb_functions::OneOfThese($this->wl, $this->w, $this->ws, $this->wp);
3468 $this->w = phpthumb_functions::OneOfThese($this->ws, $this->w, $this->wl, $this->wp);
/plugin/photogallery/
H A Dsyntax.php563 $href = wl($data['pg'], 'gallery0#lg=1&amp;slide=0');
/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/starred/
H A Dhelper.php144 …$result .= '<a href="' . wl($ID, array('do' => 'startoggle_' . $pageid)) . '" data-pageid="' . $pa…
/plugin/nodetailsxhtml/
H A Drenderer.php301 $link['url'] = wl($id, $params);
/plugin/batchedit/
H A Dinterface.php301 $link = wl($pageId);
/plugin/mikioplugin/syntax/
H A Dcore.php648 return wl($url);
/plugin/aichat/
H A Daction.php64 'url' => wl($source->getPage()),
/plugin/bez/struct/
H A DBezType.php67 $wl = wl("bez:$table:$id_key:$id") . $anchor;
68 $R->doc .= '<a href="'.$wl.'">'.$title.'</a>';
/plugin/bez/ctl/
H A D8d.php10 wl($this->id('8d', 'id', $this->get_param('id')), array('t' => $token), false, '&'));
H A Dkp.php10 wl($this->id('kp', 'id', $this->get_param('id')), array('t' => $token), false, '&'));

12345678910>>...19