Home
last modified time | relevance | path

Searched refs:wl (Results 301 – 325 of 467) sorted by path

1...<<111213141516171819

/plugin/pagenav/
H A Dsyntax.php137 'href' => wl($page),
/plugin/pageredirect/
H A Daction.php83 $page = wl($page, array('redirect' => $redirect), true, '&');
179 $url = wl($page, array('redirect' => 'no'), true, '&');
/plugin/pagetitle/
H A Dhelper.php118 $out = '<a href="'.$this->wl($id).'" class="'.$class.'" title="'.hsc($title).'">';
131 private function wl($id = null) function in helper_plugin_pagetitle
/plugin/pdftools/
H A Dadmin.php105 ptln('<form action="'.wl($ID).'" method="post" enctype="multipart/form-data">');
/plugin/permissioninfo/
H A Dadmin.php122 $url = wl($ID, array(
155 $url =wl($ID, array(
/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/phpipam/
H A Dsyntax.php2222 $item['link'] = wl(cleanID(preg_replace('/^\[\[([^]|]+).*/',
/plugin/podcast/action/
H A Dfeed.php99 $page_url = wl($id, 's=feed', true, '&');
100 $tag_url = wl( 'tags:', 's=feed', true, '&');
/plugin/popupviewer/syntax/
H A Dviewer.php145 $id=wl($id);
/plugin/preregister/
H A Dadmin.php56 ptln('<form action="'.wl($ID).'" method="post">');
/plugin/preservefilenames/
H A Daction_adorabelle.php94 $link = wl('',array('do'=>'media','image'=>$fakeId,'ns'=>$ns));
H A Daction_angua.php409 $link = wl('',array('do'=>'media','image'=>$fakeId,'ns'=>$ns));
/plugin/projects/lib/
H A Dlayout.php61 $link = "<a href=\"" . wl($dep_id) . "\">$dep</a>";
/plugin/prosemirror/parser/
H A DInternalLinkNode.php60 $url = wl($resolvedPageId, $params);
/plugin/publish/action/
H A Dapprove.php70 send_redirect(wl($ID, array('rev' => $this->helper->getRevision()), true, '&'));
H A Dbanner.php123 printf($this->getLang('apr_recent_draft'), wl($ID, 'force_rev=1'));
141 printf($this->getLang('apr_outdated'), wl($ID, 'rev=' . $latestApprovedRevision));
185 wl($ID, 'rev=' . $previousApproved),
209 echo '<a href="' . wl($ID, array('rev' => $REV, 'publish_approve'=>1)) . '">';
H A Dmail.php220 $revlink = wl($id, $options, true, '&');
/plugin/publish/
H A Dhelper.php368 $difflink = wl($id, $params,true,'&');
H A Dsyntax.php88 $renderer->doc .= wl($this_ns . ':' . $this->getConf('start'));
97 $updated = '<a href="' . wl($page[0]) . '">' . dformat($page[2]) . '</a>';
107 wl($page[0], 'rev=' . $last),
117 $renderer->doc .= wl($page[0]);
/plugin/pubmed2020/
H A Dsyntax.php688 $url = wl($ID,'',true);
/plugin/pwaoffline/
H A Daction.php65 'link' => wl($pageData['id']),

1...<<111213141516171819