Home
last modified time | relevance | path

Searched refs:pname (Results 1 – 13 of 13) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DSetHtmlPageFooter.php13 $pname = '_default';
15 $pname = $attr['NAME'];
17 $pname = '_nonhtmldefault';
48 $this->mpdf->SetHTMLHeader($this->mpdf->pageHTMLheaders[$pname], 'O', $write);
50 $this->mpdf->SetHTMLFooter($this->mpdf->pageHTMLfooters[$pname], 'O');
59 $this->mpdf->SetHTMLHeader($this->mpdf->pageHTMLheaders[$pname], 'E', $write);
61 $this->mpdf->SetHTMLFooter($this->mpdf->pageHTMLfooters[$pname], 'E');
H A DPageFooter.php14 $pname = '_nonhtmldefault';
16 $pname = $attr['NAME'];
144 $this->mpdf->DefHeaderByName($pname, $p);
146 $this->mpdf->DefFooterByName($pname, $p);
/plugin/fedauth/classes/usr/
H A Dfa_signedin.usr.class.php47 $pname = @$this->manager->providers->get($this->provid)->getName();
55 $this->_storeTempAuth($claimedId, $svcdata, $pname);
60 $this->msg($this->error('regdisabled', array('@PROVID@' => $pname)));
72 $this->msg($this->error('alreadyassigned', array('@PROVID@' => $pname)));
77 $this->msg($this->success('loginadded', array('@PROVID@' => $pname)));
89 function _storeTempAuth($claimedId, $svcdata, $pname) { argument
92 'prnm' => $pname,
H A Dfa_remove.usr.class.php36 $pname = $this->manager->providers->get($entry['id'])->getName();
37 $this->msg($this->success('logindel', array('@PROVID@' => $pname)));
/plugin/filelisting/action/
H A Djs.php57 $pname = $this->getPluginName();
60 if (!isset($JSINFO['plugin'][$pname])) $JSINFO['plugin'][$pname] = array();
62 $JSINFO['plugin'][$pname][$key] = $value;
/plugin/sidebarng/
H A Daction.php108 $pname = $this->getConf('pagename');
113 $main_sb = $pname;
125 … $link = '<a href="' . wl($pname) . '" class="wikilink2">' . $pname . '</a>' . DOKU_LF;
149 $user_sb = $user_ns . ':' . $user . ':' . $pname;
173 $group_sb = $group_ns.':'.$grp.':'.$pname;
182 $group_sb = $group_ns.':all:'.$pname;
282 $pname = $this->getConf('pagename');
288 $ns_sb = implode(':', $path).':'.$pname;
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php71 $pname = $field->getParam('pagename');
72 if (!is_null($pname)) {
73 if (is_array($pname)) $pname = implode($sep, $pname);
74 $this->pagename .= $sep . $pname;
199 foreach (array_keys($this->targetpages) as $pname) {
201 if (page_exists($pname)) {
202 throw new Exception(sprintf($this->getLang('e_pageexists'), html_wikilink($pname)));
205 $auth = $this->aclcheck($pname);
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php71 $pname = $field->getParam('pagename');
72 if (!is_null($pname)) {
73 if (is_array($pname)) $pname = implode($sep, $pname);
74 $this->pagename .= $sep . $pname;
199 foreach (array_keys($this->targetpages) as $pname) {
201 if (page_exists($pname)) {
202 throw new Exception(sprintf($this->getLang('e_pageexists'), html_wikilink($pname)));
205 $auth = $this->aclcheck($pname);
/plugin/bureaucracy/helper/
H A Dactiontemplate.php85 $pname = $field->getParam('pagename');
86 if (!is_null($pname)) {
87 if (is_array($pname)) $pname = implode($sep, $pname);
88 $this->pagename .= $sep . $pname;
243 foreach (array_keys($this->targetpages) as $pname) {
245 if (page_exists($pname)) {
246 throw new Exception(sprintf($this->getLang('e_pageexists'), html_wikilink($pname)));
249 $auth = $this->aclcheck($pname);
/plugin/farmer/action/
H A Dajax.php91 $pname = $INPUT->str('plugin');
96 if (!isset($plugins[$pname])) die('no such plugin');
97 $plugin = $plugins[$pname];
105 $helper->setPluginState($pname, $animal, $new);
109 $plugin = $plugins[$pname];
/plugin/adminperm/
H A Daction.php50 $pname = $instance->getPluginName();
53 if (empty($cnf[$pname])) return;
56 if (auth_isMember($cnf[$pname], $INPUT->server->str('REMOTE_USER'), $USERINFO['grps'])) {
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar-setup.js63 …function param_default(pname, def) { if (typeof params[pname] == "undefined") { params[pname] = de… argument
/plugin/quickstats/
H A Dsyntax.php53 $pname = $this->getPluginName();
54 $info = DOKU_PLUGIN.'/'.$pname.'/plugin.info.txt';