Home
last modified time | relevance | path

Searched refs:helper (Results 226 – 250 of 493) sorted by path

12345678910>>...20

/plugin/htmlokay/
H A Daction.php19 var $helper; variable in action_plugin_htmlOKay
77 $this->helper->get_info();
79 $namespace = $this->helper->get_namespace();
83 $access_file = $this->helper->get_access_file(HTMLOK_ACCESS_DIR, $namespace);
87 … $INFO['htmlOK_access_scope'] = $this->helper->get_access_scope($access_file);
89 $this->saved_inf = $this->helper->get_saved_inf();
136 $this->helper = $this->loadhelper('htmlOKay',1);
182 …$this->JS_ErrString .= $this->get_JSErrString("hmtlOK_access_level: " . $this->helper->get_access…
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/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md562 * Added: helper method to parse vCard dates and times.
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1helper::before{content:"\F0AD"}.mdi-blogger::before{content:"\F0AE"}.mdi-blood-bag::before{content…
/plugin/include/_test/
H A Dlocallink_conversion.test.php12 /** @var helper_plugin_include $helper */
13 private $helper; variable in plugin_include_locallink_conversion_test
20 $this->helper = plugin_load('helper', 'include');
H A Dmedia_linktitle_conversion.test.php12 /** @var helper_plugin_include $helper */
13 private $helper; variable in plugin_include_media_linktitle_conversion_test
20 $this->helper = plugin_load('helper', 'include');
H A Dnamespace_includes.test.php13 * @var helper_plugin_include $helper
15 private $helper; variable in plugin_include_namespaces_includes_test
24 $this->helper = plugin_load('helper', 'include');
68 $flags = $this->helper->get_flags(array());
69 $pages = $this->helper->_get_included_pages('namespace', 'inclhidden:', '', '', $flags);
79 $flags = $this->helper->get_flags(array());
80 $pages = $this->helper->_get_included_pages('namespace', 'incltest:', '', '', $flags);
84 $flags = $this->helper->get_flags(array('depth=2'));
85 $pages = $this->helper
[all...]
/plugin/include/
H A Daction.php18 /* @var helper_plugin_include $helper */
19 var $helper = null; variable in action_plugin_include
22 $this->helper = plugin_load('helper', 'include');
163 $this->helper->sec_close = false;
231 $depends['pages'] != $this->helper->_get_included_pages_from_meta_instructions($depends['instructions']) ||
242 dbglog($this->helper->_get_included_pages_from_meta_instructions($depends['instructions']));
/plugin/include/syntax/
H A Dinclude.php23 /** @var $helper helper_plugin_include */
24 var $helper = null; variable in syntax_plugin_include_include
100 if (!$this->helper)
101 $this->helper = plugin_load('helper', 'include');
102 $flags = $this->helper->get_flags($flags);
104 $pages = $this->helper->_get_included_pages($mode, $page, $sect, $parent_id, $flags);
150 $instructions = $this->helper->_get_instructions($id, $sect, $mode, $level, $flags, $root_id, $secids);
/plugin/infomail/
H A Daction.php63 $helper = plugin_load('helper', 'infomail');
87 $lists = array_merge($lists, $helper->getLists());
134 $helper = plugin_load('helper', 'infomail');
144 $all_recipients = array_merge($all_recipients, $helper->loadList($bookmark));
197 $mailtext = $helper->loadTemplate();
H A Dadmin.php43 $helper = plugin_load('helper', 'infomail');
46 $lists = $helper->getLists();
/plugin/interwiki/
H A DREADME3 Interwiki link insert helper button on toolbar
H A Dplugin.info.txt6 desc Interwiki links insert helper button on toolbar.
/plugin/ireadit/action/
H A Direadit.php35 $helper = $this->loadHelper('ireadit');
38 … if ($helper->user_can_read_page($ireadit_data, $INFO['id'], $INFO['lastmod'], $INFO['client'])) {
67 …if ($this->getConf('show_not_read_list') && $helper->use_ireadit_here($INFO['id'], $INFO['lastmod'…
68 … $not_read = array_diff($helper->users_set($ireadit_data), array_column($readers, 'user'));
93 $helper = $this->loadHelper('ireadit');
94 … if ($helper->user_can_read_page($ireadit_data, $INFO['id'], $INFO['lastmod'], $INFO['client'])) {
151 $helper = $this->loadHelper('ireadit');
152 $event->data['metadata']['ireadit'] = $helper->users_set($ireadit_data);
H A Dmigration.php94 $helper = plugin_load('helper', 'ireadit');
103 $user_set = $helper->users_set($meta);
151 $helper = plugin_load('helper', 'ireadit');
197 $helper = plugin_load('helper', 'ireadit');
255 $usersToInsert = $helper->users_set($users, $groups);
H A Dnotification.php36 $helper = $this->loadHelper('ireadit');
37 $pages = $helper->get_list($user);
/plugin/ireadit/syntax/
H A Dlist.php144 $helper = $this->loadHelper('ireadit');
145 $pages = $helper->get_list($user);
/plugin/issuelinks/_test/
H A Dutil.test.php55 $helper = plugin_load('helper', 'issuelinks_util');
/plugin/issuelinks/services/
H A DJira.service.php185 $db = plugin_load('helper', 'issuelinks_db');
205 $db = plugin_load('helper', 'issuelinks_db');
220 $db = plugin_load('helper', 'issuelinks_db');
325 $db = plugin_load('helper', 'issuelinks_db');
351 $db = plugin_load('helper', 'issuelinks_db');
405 $db = plugin_load('helper', 'issuelinks_db');
461 $db = plugin_load('helper', 'issuelinks_db');
/plugin/issuetracker/
H A Daction.php1765 if(!is_null($helper) && $helper->isEnabled())
1808 if(!is_null($helper) && $helper->isEnabled())
2049 if(!is_null($helper) && $helper->isEnabled())
2148 if(!is_null($helper) && $helper->isEnabled())
2208 if(!is_null($helper) && $helper->isEnabled())
2291 if(!is_null($helper) && $helper->isEnabled())
2444 if(!is_null($helper) && $helper->isEnabled())
2525 if(!is_null($helper) && $helper->isEnabled())
2588 if(!is_null($helper) && $helper->isEnabled())
3039 $helper = null;
[all …]
H A Dsyntax.php87 $helper = null;
90 { $helper = plugin_load('helper','captcha'); }
92 if(!is_null($helper) && $helper->isEnabled())
93 { return $helper->check(); }
1445 $helper = null;
1447 $helper = plugin_load('helper','captcha');
1449 if(!is_null($helper) && $helper->isEnabled())
1451 $ret .= '<p>'.$helper->getHTML().'</p>';
/plugin/jorgchart/
H A Djquery.jOrgChart.js36 helper : 'clone',
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt981 and 4.3.0 respectively with helper apps
/plugin/jplayer/vendor/james-heinrich/getid3/helperapps/
H A Dreadme.helperapps.txt15 This directory should contain binaries of various helper applications
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php378 $helper = sprintf('$this->lambdaHelper->withDelimiters(%s)', $delimTag);
381 $helper = '$this->lambdaHelper';
388 …key] = sprintf($this->prepare(self::SECTION), $key, $callable, $source, $helper, $delims, $this->w…

12345678910>>...20