Home
last modified time | relevance | path

Searched refs:hlp (Results 51 – 75 of 112) sorted by relevance

12345

/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/davcal/action/
H A Ddisable.php14 private $hlp = null; variable in action_plugin_davcal_disable
17 $this->hlp =& plugin_load('helper','davcal');
31 $this->hlp->disableCalendarForPage($id);
/plugin/autotranslation/syntax/
H A Dnotrans.php16 private $hlp = null; variable in syntax_plugin_autotranslation_notrans
22 $this->hlp =& plugin_load('helper', 'autotranslation');
68 return $this->hlp->showTranslations();
/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();
/plugin/translation/syntax/
H A Dnotrans.php14 protected $hlp;
21 $this->hlp = plugin_load('helper', 'translation');
13 protected $hlp = null; global() variable in syntax_plugin_translation_notrans
/plugin/oauth/action/
H A Duser.php20 protected $hlp;
29 $this->hlp = plugin_load('helper', 'oauth');
80 $services = array_keys($this->hlp->listServices());
115 $services = $this->hlp->listServices();
158 $services = $this->hlp->listServices();
17 protected $hlp; global() variable in action_plugin_oauth_user
/plugin/struct/
H A Dremote.php21 /** @var helper_plugin_struct hlp */
22 protected $hlp;
31 $this->hlp = plugin_load('helper', 'struct');
55 return $this->hlp->getData($page, $schema, $time);
86 $this->hlp->saveData($page, $data, $summary, $minor);
111 $schemas = $this->hlp::getSchema($schema ?: null);
18 protected $hlp; global() variable in remote_plugin_struct
/plugin/elasticsearch/
H A Dcli.php19 protected $hlp; variable in cli_plugin_elasticsearch
26 $this->hlp = plugin_load('helper', 'elasticsearch_client');
50 'Create index named "'.$this->hlp->getConf('indexname').'" and all required field mappings.'
73 $this->hlp->createIndex($options->getOpt('clear'));
/plugin/do/syntax/
H A Ddo.php18 protected $hlp = null; // helper plugin variable in syntax_plugin_do_do
27 $this->hlp = plugin_load('helper', 'do');
156 $statuses = $this->hlp->loadTasks(array('id' => $page));
259 …$R->doc .= ' <span class="plugin_do_meta_user">' . $this->hlp->getPrettyUser($users[$i]) . '</span…
292 $this->hlp->cleanPageTasks($ID);
314 $this->hlp->saveTask($data['task']);
337 $this->hlp->sendMail($receivers, 'open', $data['task'], $data['task']['creator']);
/plugin/davcard/syntax/
H A Dbook.php17 protected $hlp = null; variable in syntax_plugin_davcard_book
21 $this->hlp =& plugin_load('helper', 'davcard');
98 … $this->hlp->setAddressbookNameForPage($data['name'], $data['description'], $ID, $username);
179 $addressbookid = $this->hlp->getAddressbookIdForPage($id);
180 $name = $this->hlp->getAddressBookSettings($addressbookid);
182 $entries = $this->hlp->getAddressbookEntries($addressbookid);
189 $contactdata = $this->hlp->parseVcard($entry['contactdata'], $entry['uri'], $write);
/plugin/tagging/action/
H A Dsearch.php151 /** @var helper_plugin_tagging $hlp */
152 $hlp = plugin_load('helper', 'tagging');
153 $this->allTagsByPage = $hlp->getAllTagsByPage();
165 $this->tagFilter += array_map([$hlp, 'cleanTag'], $matches[1]);
185 /** @var helper_plugin_tagging $hlp */
186 $hlp = plugin_load('helper', 'tagging');
189 $pages = $hlp->searchPages($this->tagFilter);
242 /** @var helper_plugin_tagging $hlp */
243 $hlp = plugin_load('helper', 'tagging');
245 $terms = $hlp
[all...]
/plugin/evesso/classes/
H A DAbstractAdapter.php25 protected $hlp = null; variable in OAuth\\Plugin\\AbstractAdapter
35 $this->hlp = plugin_load('helper', 'evesso');
38 $this->hlp->getKey(),
39 $this->hlp->getSecret(),
40 $this->hlp->getRedirectURI()
/plugin/starred/
H A Dsyntax.php58 $hlp = plugin_load('helper', 'starred');
59 $starred = $hlp->loadStars(null, $data['limit']);
81 $R->doc .= $hlp->starHtml($ID, $pid, false);
/plugin/recommend/
H A DMenuItem.php29 $hlp = plugin_load('action', 'recommend');
30 return $hlp->getLang('menu_recommend');
/plugin/dw2markdown/
H A DMenuItem.php30 $hlp = plugin_load('action', 'dw2markdown');
31 return $hlp->getLang('export_markdown_button');
/plugin/deeplautotranslate/
H A DMenuItem.php27 $hlp = plugin_load('action', 'deeplautotranslate');
28 return $hlp->getLang('btn_translate');
/plugin/siteexport/
H A DMenuItem.php35 $hlp = plugin_load('helper', 'siteexport');
36 return $hlp->getLang('siteexport_button');
/plugin/recommend/helper/
H A Dassignment.php49 $hlp = $this;
50 $matches = array_filter($assignments, function ($data) use ($hlp) {
51 return $hlp::matchPagePattern($data['pattern']);
/plugin/struct/meta/
H A DValueValidator.php13 protected $hlp; variable in dokuwiki\\plugin\\struct\\meta\\ValueValidator
23 $this->hlp = plugin_load('helper', 'struct_db');
83 $prefix = sprintf($this->hlp->getLang('validation_prefix'), $label);
/plugin/bookcreator/
H A DMenuItem.php37 $hlp = plugin_load('action', 'bookcreator_pagetools');
38 $jslocal = $hlp->getLang('js');
/plugin/odtplus2dw/
H A DMenuItem.php32 $hlp = plugin_load('action', 'odtplus2dw');
33 return $hlp->getLang('import_button');
/plugin/file2dw/
H A DMenuItem.php32 $hlp = plugin_load('action', 'file2dw');
33 return $hlp->getLang('import_button');
/plugin/move/
H A DMenuItem.php30 $hlp = plugin_load('action', 'move_rename');
31 return $hlp->getLang('renamepage');
/plugin/odt/
H A DMenuItemODT.php37 $hlp = plugin_load('action', 'odt_export');
38 return $hlp->getLang('export_odt_button');
H A DMenuItemODTPDF.php37 $hlp = plugin_load('action', 'odt_export');
38 return $hlp->getLang('export_odt_pdf_button');

12345