Home
last modified time | relevance | path

Searched refs:hlp (Results 101 – 112 of 112) sorted by last modified time

12345

/plugin/labeled/action/
H A Dchange.php6 var $hlp; variable in action_plugin_labeled_change
22 $this->hlp = plugin_load('helper', 'labeled');
23 if (is_null($this->hlp)) {
37 $this->hlp->getDb();
59 $this->hlp->deleteLabel($_REQUEST['label'], $ID);
65 $this->hlp->removeLabel($_REQUEST['label'], $ID);
73 $this->hlp->addLabel($label, $ID);
81 $labels = $this->hlp->parseLabels($_REQUEST['labels']);
82 $this->hlp->setLabels($labels, $ID);
93 $this->hlp->createLabel($label, $color, $ns = '');
/plugin/labeled/
H A Dadmin.php8 private $hlp; variable in admin_plugin_labeled
14 $this->hlp = plugin_load('helper', 'labeled');
33 $labels = $this->hlp->getAllLabels();
43 $this->hlp->deleteLabel($label);
49 $labels = $this->hlp->getAllLabels();
69 $labels = $this->hlp->getAllLabels();
82 $this->hlp->getAllLabels(true);
109 $this->hlp->createLabel($name, $color);
110 $this->hlp->changeOrder($name, $order);
112 $this->hlp->getAllLabels(true);
[all …]
/plugin/rating/
H A Daction.php42 $hlp = plugin_load('helper', 'rating');
43 $hlp->remove($event->data[2]);
66 $hlp = plugin_load('helper', 'rating');
67 $hlp->tpl(true);
86 $hlp = plugin_load('helper', 'rating');
87 $hlp->rate($rate, $ID);
H A Dsyntax.php69 $hlp = plugin_load('helper', 'rating');
70 $list = $hlp->best($data[1]['lang'],$data[1]['startdate'], 20);
/plugin/sfauth/
H A Dauth.php5 protected $hlp = null; variable in auth_plugin_sfauth
/plugin/svgpureinsert/_test/
H A Dsyntax.test.php44 $hlp = plugin_load('helper', 'svgpureinsert');
46 $dimension = $hlp->readSVGsize(__DIR__.'/svglogo.svg');
49 $dimension = $hlp->readSVGsize(__DIR__.'/dokuwiki.svg');
/plugin/svgpureinsert/
H A Dsyntax.php92 $hlp = plugin_load('helper', 'svgpureinsert');
93 $res = $hlp->getAdjustedSVG($data['id']);
H A Daction.php23 $hlp = plugin_load('helper', 'svgpureinsert');
24 list($file) = $hlp->getAdjustedSVG($event->data['media'], $event->data['cache']);
/plugin/html2pdf/multilingual/
H A Dsyntax.php19 var $hlp = null; variable in syntax_plugin_multilingual
25 $this->hlp =& plugin_load('helper', 'multilingual');
85 if($this->hlp->tns && strpos($ID,$this->hlp->tns) !== 0) return;
91 $rx = '/^'.$this->hlp->tns.'(('.join('|',$this->hlp->trans).'):)?/';
109 foreach($this->hlp->trans as $t){
110 list($link,$name,$exists) = $this->hlp->buildTransLink($t,$idpart);
H A Daction.php20 var $hlp = null; variable in action_plugin_multilingual
26 $this->hlp =& plugin_load('helper', 'multilingual');
/plugin/translation3/
H A Dsyntax.php19 var $hlp = null; variable in syntax_plugin_translation
25 $this->hlp =& plugin_load('helper', 'translation');
71 return $this->hlp->showTranslations();
H A Daction.php21 var $hlp = null; variable in action_plugin_translation
27 $this->hlp =& plugin_load('helper', 'translation');
52 $lc = $this->hlp->getBrowserLang();
59 $lc = $this->hlp->getLangPart($ID);
85 $tr = $this->hlp->getLangPart($r);
104 $tr = $this->hlp->getLangPart($r);

12345