Home
last modified time | relevance | path

Searched refs:helper (Results 351 – 375 of 493) sorted by relevance

1...<<11121314151617181920

/plugin/extendpage/meta/
H A DAssignments.php49 $helper = plugin_load('helper', 'extendpage_db');
50 $this->sqlite = $helper->getDB();
/plugin/recommend/
H A Daction.php141 $helper = plugin_load('helper', 'recommend_assignment');
142 $template = $helper->loadMatchingTemplate();
/plugin/quickstats/
H A Dsyntax.php35 private $helper; variable in syntax_plugin_quickstats
45 $this->helper = & plugin_load('helper', 'quickstats');
46 $this->cc_arrays = $this->helper->get_cc_arrays();
528 $meta_path = $this->helper->metaFilePath(true) ;
H A Daction.php40 private $helper; variable in action_plugin_quickstats
96 $this->helper = $this->loadHelper('quickstats', true);
145 if(!$this->helper->is_inConfList($ID) ) {
146 return $this->helper->is_inCache($ID) ;
/plugin/ckgedit/action/
H A Dedit.php17 var $helper = false; variable in action_plugin_ckgedit_edit
32 $this->helper = plugin_load('helper', 'ckgedit');
47 if($this->helper->is_outOfScope()) return;
398 if($this->helper->has_plugin('divalign2')
399 ||$this->helper->has_plugin('divalign2_center')) {
656 echo $this->helper->registerOnLoad($ckeditor_replace);
741 $DW_EDIT_hide = $this->helper->dw_edit_displayed();
H A Dmeta.php16 var $helper; variable in action_plugin_ckgedit_meta
27 $this->helper = plugin_load('helper', 'ckgedit');
41 if($this->helper->is_outOfScope()) return;
791 if($this->helper->has_plugin('tag')) $JSINFO['has_tags'] = "Tag";
792 if($this->helper->has_plugin('wrap') && ! plugin_isdisabled('wrap')) {
/plugin/distribute/
H A Daction.php52 require_once dirname(__FILE__).'/helper.funcs.util.php';
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock11 "@webassemblyjs/helper-wasm-bytecode" "1.8.5"
19 "@webassemblyjs/helper-api-error@1.8.5":
24 "@webassemblyjs/helper-buffer@1.8.5":
29 "@webassemblyjs/helper-code-frame@1.8.5":
36 "@webassemblyjs/helper-fsm@1.8.5":
49 "@webassemblyjs/helper-wasm-bytecode@1.8.5":
54 "@webassemblyjs/helper-wasm-section@1.8.5":
60 "@webassemblyjs/helper-buffer" "1.8.5"
89 "@webassemblyjs/helper-buffer" "1.8.5"
114 "@webassemblyjs/helper-buffer" "1.8.5"
[all …]
/plugin/pagestat/
H A Dremote.php16 protected $helper; variable in remote_plugin_pagestat
19 $this->helper=new helper_plugin_pagestat();
/plugin/npd/
H A DREADME.mdown29 if (!plugin_isdisabled('npd') && ($npd =& plugin_load('helper', 'npd'))) {
38 …<?php if (!plugin_isdisabled('npd') && ($npd =& plugin_load('helper', 'npd'))) $npd->html_new_page…
/plugin/oauth/
H A DOAuthManager.php196 $hlp = plugin_load('helper', 'oauth');
248 $helper = plugin_load('helper', 'oauth');
255 array_keys($helper->listServices(false)),
309 $hlp = plugin_load('helper', 'oauth');
/plugin/slacknotifier/helper/
H A DFormatter.php3 namespace dokuwiki\plugin\slacknotifier\helper;
H A DPayload.php
/plugin/publist/bib2tpl/
H A Dchangelog5 * Change e2mn method in helper.inc.php to use the month name in the
/plugin/publistf/bib2tpl/
H A Dchangelog5 * Change e2mn method in helper.inc.php to use the month name in the
/plugin/publistx/bib2tpl/
H A Dchangelog5 * Change e2mn method in helper.inc.php to use the month name in the
/plugin/tag/syntax/
H A Dsearchtags.php94 /* @var helper_plugin_tag $helper */
95 if ($helper = $this->loadHelper('tag')) {
96 $pages = $helper->getTopic($this->getNS(), '', $tags);
/plugin/struct/meta/
H A DAssignments.php49 /** @var \helper_plugin_struct_db $helper */
50 $helper = plugin_load('helper', 'struct_db');
51 $this->sqlite = $helper->getDB();
/plugin/listeabo/
H A Daction.php103 $pagelist = plugin_load('helper', 'pagelist');
/plugin/ckgdoku/action/
H A Dmeta.php15 var $helper; variable in action_plugin_ckgdoku_meta
23 $this->helper = plugin_load('helper', 'ckgdoku');
40 if($this->helper->is_outOfScope()) return;
763 if($this->helper->has_plugin('tag')) $JSINFO['has_tags'] = "Tag";
764 if($this->helper->has_plugin('wrap') && ! plugin_isdisabled('wrap')) {
/plugin/sentry/
H A DEvent.php62 $helper = plugin_load('helper', 'sentry');
63 $env = $helper->getConf('env');
/plugin/svgedit/
H A Dsyntax.php24 var $helper = null; variable in syntax_plugin_svgedit
/plugin/confmanager/action/
H A Dregisterconfig.php16 var $helper; variable in action_plugin_confmanager_registerconfig
/plugin/watchcycle/
H A Dadmin.php50 $sqlite = plugin_load('helper', 'watchcycle_db')->getDB();
52 $helper = plugin_load('helper', 'watchcycle');
/plugin/fedauth/
H A Daction.php302 if ($helper =& plugin_load('helper', 'fedauth')) {
303 $this->providers = $helper->getProviders();

1...<<11121314151617181920