Home
last modified time | relevance | path

Searched refs:helper (Results 326 – 350 of 493) sorted by relevance

1...<<11121314151617181920

/plugin/new_page_dialog/action/
H A Dnew.php13 var $helper = false; variable in action_plugin_npd_new
/plugin/npd/action/
H A Dnew.php13 var $helper = false; variable in action_plugin_npd_new
/plugin/charter/
H A Dsyntax.php76 $helper =& plugin_load('helper', 'charter');
/plugin/news/syntax/
H A Dbutton.php20 var $helper; variable in syntax_plugin_news_button
/plugin/ckgdoku/action/
H A Dedit.php17 var $helper = false; variable in action_plugin_ckgdoku_edit
32 $this->helper = plugin_load('helper', 'ckgdoku');
47 if($this->helper->is_outOfScope()) return;
378 if($this->helper->has_plugin('divalign2')
379 ||$this->helper->has_plugin('divalign2_center')) {
622 echo $this->helper->registerOnLoad($ckeditor_replace);
/plugin/dbquery/
H A Ddeleted.files5 _test/helper.test.php
/plugin/creole/syntax/
H A Dstrong.php42 $this->eventhandler = plugin_load('helper', 'creole_eventhandler');
H A Demphasis.php42 $this->eventhandler = plugin_load('helper', 'creole_eventhandler');
H A Dunderline.php42 $this->eventhandler = plugin_load('helper', 'creole_eventhandler');
/plugin/twofactorgoogleauth/
H A Ddeleted.files7 helper.php
/plugin/epub/scripts/
H A Depub_utils.php477 $helper = new helper_plugin_epub();
481 $helper->addBook($id,$epub_id,$title);
483 $helper->delete_dw_cachefiles($id);
629 $helper = new helper_plugin_epub();
630 if($helper->get_conf('sort')){
/plugin/pageseditees/
H A Dadmin.php77 $pagelist = plugin_load('helper', 'pagelist');
/plugin/fedauth/
H A Dadmin.php77 if ($helper =& plugin_load('helper', 'fedauth')) {
/plugin/accscounter/
H A Dadmin.php54 if ($helper = plugin_load('helper','stopforumspam2')) {
64 …if ($helper->quickipcheck($element[0], $this->getConf('sfsExFreq'), $this->getConf('sfsExConf'))) {
/plugin/htmlokay/
H A Dsyntax.php38 var $helper; variable in syntax_plugin_htmlOKay
375 $this->helper = plugin_load('helper', 'htmlOKay');
376 $this->helper->set_permissions();
377 $this->access_level = $this->helper->get_access();
/plugin/ckgedit/action/
H A Dsave.php13 var $helper = false; variable in action_plugin_ckgedit_save
21 $this->helper = $this->loadhelper('ckgedit');
201 … if($this->helper->has_plugin('button') && strpos($matches[0], '[[{') === 0) {
375 if(!$this->helper->has_plugin('imgpaste')) return;
/plugin/distribute/syntax/
H A Dsyntax.php39 require_once dirname(__FILE__).'/../helper.funcs.util.php';
/plugin/stopforumspam2/
H A Dplugin.info.txt6 …ammer. The investigation results can be used in many parts of the wiki, via helper plugin support.
/plugin/discussion/
H A Daction.php17 var $helper = null; variable in action_plugin_discussion
23 $this->helper = plugin_load('helper', 'discussion');
275 …sset($_SERVER['REMOTE_USER']) && $this->getConf('adminimport') && $this->helper->isDiscussionMod()…
292 if($this->getConf('moderate') && !$this->helper->isDiscussionMod()) {
345 if($this->getConf('moderate') && !$this->helper->isDiscussionMod()) {
644 … if (($user != $_SERVER['REMOTE_USER']) && (!$this->helper->isDiscussionMod())) return false;
739 if ($this->helper->isDiscussionMod()) $hidden = ' comment_hidden';
849 … if ((($user == $_SERVER['REMOTE_USER']) && ($user != '')) || ($this->helper->isDiscussionMod())) {
970 …if(!$_SERVER['REMOTE_USER'] or ($this->getConf('adminimport') && $this->helper->isDiscussionMod())…
1013 if ($this->getConf('adminimport') && ($this->helper->isDiscussionMod())) {
/plugin/mediasyntax/syntax/
H A Dinclude.php25 var $helper = null; global() variable in syntax_plugin_mediasyntax_include
/plugin/usecounter/
H A Dplugin.info.txt7 desc Provides a helper that can be used in other plugins to count the occurences of any object wi…
/plugin/photogallery/
H A Ddeleted.files4 helper.php
/plugin/geotag/
H A Ddeleted.files1 helper.php
/plugin/struct/action/
H A Daggregationeditor.php131 /** @var helper_plugin_struct $helper */
132 $helper = plugin_load('helper', 'struct');
133 $helper->saveLookupData($access, $data);
/plugin/pagetitle/
H A Ddeleted.files13 helper/

1...<<11121314151617181920