Searched refs:pname (Results 1 – 13 of 13) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A D | SetHtmlPageFooter.php | 13 $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 D | PageFooter.php | 14 $pname = '_nonhtmldefault'; 16 $pname = $attr['NAME']; 144 $this->mpdf->DefHeaderByName($pname, $p); 146 $this->mpdf->DefFooterByName($pname, $p);
|
/plugin/fedauth/classes/usr/ |
H A D | fa_signedin.usr.class.php | 47 $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 D | fa_remove.usr.class.php | 36 $pname = $this->manager->providers->get($entry['id'])->getName(); 37 $this->msg($this->success('logindel', array('@PROVID@' => $pname)));
|
/plugin/filelisting/action/ |
H A D | js.php | 57 $pname = $this->getPluginName(); 60 if (!isset($JSINFO['plugin'][$pname])) $JSINFO['plugin'][$pname] = array(); 62 $JSINFO['plugin'][$pname][$key] = $value;
|
/plugin/sidebarng/ |
H A D | action.php | 108 $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 D | actiontemplate.php | 71 $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 D | actiontemplate.php | 71 $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 D | actiontemplate.php | 85 $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 D | ajax.php | 91 $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 D | action.php | 50 $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 D | calendar-setup.js | 63 …function param_default(pname, def) { if (typeof params[pname] == "undefined") { params[pname] = de… argument
|
/plugin/quickstats/ |
H A D | syntax.php | 53 $pname = $this->getPluginName(); 54 $info = DOKU_PLUGIN.'/'.$pname.'/plugin.info.txt';
|