Home
last modified time | relevance | path

Searched refs:helper (Results 276 – 300 of 493) sorted by relevance

1...<<11121314151617181920

/plugin/userhomepage/
H A Daction.php32 $this->helper = plugin_load('helper','userhomepage');
93 $this->private_page = $this->helper->getPrivateID();
95 $this->public_page = $this->helper->getPublicID();
421 $content = str_replace('@TARGETPRIVATEPAGE@', $this->helper->getPrivateID(), $content);
422 …('@TARGETPRIVATENS@', cleanID(str_replace(':'.$conf['start'], '', $this->helper->getPrivateID())),…
423 $content = str_replace('@TARGETPUBLICPAGE@', $this->helper->getPublicID(), $content);
424 …e('@TARGETPUBLICNS@', cleanID(str_replace(':'.$conf['start'], '', $this->helper->getPublicID())), …
452 $privateId = $this->helper->getPrivateID();
453 $publicId = $this->helper->getPublicID();
/plugin/struct/action/
H A Doutput.php107 /** @var helper_plugin_struct $helper */
108 $helper = plugin_load('helper', 'struct');
109 $data = $helper->getData($event->data['id'], null, $rev);
/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/xcom/scripts/
H A Dxcom_save.php8 private $helper; variable in xcom_save
22 $this->helper = plugin_load('helper', 'xcom');
68 if($ret) return $this->helper->getLang($which) . $nl;
69 echo $this->helper->getLang($which) . $nl;
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php372 foreach ($helpers as $name => $helper) {
373 $this->addHelper($name, $helper);
399 * @param mixed $helper
401 public function addHelper($name, $helper) argument
403 $this->getHelpers()->add($name, $helper);
/plugin/structupdate/helper/
H A Dupdate.php61 $helper = plugin_load('helper', 'struct');
86 $helper->saveData($page, $schemadata);
/plugin/diagrams/syntax/
H A Dmediafile.php52 /** @var helper_plugin_diagrams $helper */
53 $helper = plugin_load('helper', 'diagrams');
54 if (!$data['type'] == 'internalmedia' || !$helper->isDiagramFile(mediaFN($data['src']))) {
/plugin/fckg/action/
H A Dedit.php27 var $helper = false; variable in action_plugin_fckg_edit
40 $this->helper = plugin_load('helper', 'fckg');
46 if(method_exists($this->helper, 'is_outOfScope') && $this->helper->is_outOfScope()) return;
473 echo $this->helper->registerOnLoad(
482 echo $this->helper->registerOnLoad(
491 echo $this->helper->registerOnLoad(
/plugin/farmsync/meta/
H A DEntityUpdates.php14 $helper = plugin_load('helper', 'farmsync');
15 return $helper->getLang($key);
/plugin/struct/meta/
H A DConfigParser.php45 /** @var \helper_plugin_struct_config $helper */
46 $helper = plugin_load('helper', 'struct_config');
91 $sorts = array_map([$helper, 'parseSort'], $sorts);
102 $flt = $helper->parseFilterLine($logic, $val);
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php82 private $helper; variable in BibtexConverter
145 $this->helper = new Helper($this->options);
338 uksort($data, array($this->helper, 'group_cmp'));
343 uasort($group, array($this->helper, 'entry_cmp'));
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php79 private $helper; variable in BibtexConverter
141 $this->helper = new Helper($this->options);
334 uksort($data, array($this->helper, 'group_cmp'));
339 uasort($group, array($this->helper, 'entry_cmp'));
/plugin/latexcaption/syntax/
H A Dcaption.php27 var $helper = null; variable in syntax_plugin_latexcaption_caption
256 if (!$this->helper)
257 $this->helper = plugin_load('helper', 'latexcaption');
266 $markup .= '('.$this->helper->number_to_alphabet($count).') ';
/plugin/loadskin/
H A Dadmin.php67 $helper = $this->loadHelper('loadskin', true);
82 …$form->addElement(form_makeListboxField('tpl',$helper->getTemplates(),'',$this->getLang('template'…
/plugin/tipoftheday/syntax/
H A Dtotd.php64 $helper = plugin_load('helper', 'include');
65 … $ins = $helper->_get_instructions($page, cleanID($section), $mode, $renderer->lastlevel, $flags);
/plugin/structstatus/
H A Daction.php44 $helper = plugin_load('helper', 'struct_db');
45 $sqlite = $helper->getDB();
/plugin/mathpublish/phpmathpublisher/
H A DExpression.php34 public $helper; variable in RL\\PhpMathPublisher\\Expression
/plugin/strata/syntax/
H A Dlist.php16 $this->Lexer->addSpecialPattern('<list'.$this->helper->fieldsShortPattern().'* *>\s*?\n.+?\n\s*?</list>',$mode, 'plugin_strata_list');
49 $R->cdata(sprintf($this->helper->getLang('content_error_explanation'),'Strata list'));
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md15 * Add a helper factory method for creating a proxy LDAP server.
42 * Add a DirSync helper class for Active Directory.
44 * Add a range retrieval helper class to make it easier to work with ranged results from Active Directory.
51 * Fix an OpenLDAP specific bug in the paging helper class. OpenLDAP does not return a control when aborting paging.
82 * Add a compare() operation method helper to the LdapClient.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcommunity.asciidoc147 https://github.com/Nexucis/es-php-index-helper[Link: nexucis/es-php-index-helper]
151 This helper is a light library which wrap the official client elasticsearch-php.
152 It will help you to manage your ES Indices with no downtime. This helper
/plugin/issuelinks/_test/
H A Dutil.test.php55 $helper = plugin_load('helper', 'issuelinks_util');
/plugin/epub/
H A Dsyntax.php10 private $helper; variable in syntax_plugin_epub
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php191 * @param Helpers $helpers handlebars helper
201 * Get helpers, or create new one if ther is no helper
214 * Add a new helper.
216 * @param string $name helper name
217 * @param mixed $helper helper callable
221 public function addHelper($name, $helper) argument
223 $this->getHelpers()->add($name, $helper);
227 * Get a helper by name.
229 * @param string $name helper nam
[all...]
/plugin/creole/syntax/
H A Demptyline.php44 $this->eventhandler = plugin_load('helper', 'creole_eventhandler');
/plugin/fetchmedia/
H A Dyarn.lock240 babel-helper-call-delegate@^6.24.1:
249 babel-helper-define-map@^6.24.1:
253 babel-helper-function-name "^6.24.1"
266 babel-helper-function-name@^6.24.1:
276 babel-helper-get-function-arity@^6.24.1:
283 babel-helper-hoist-variables@^6.24.1:
297 babel-helper-regex@^6.24.1:
315 babel-helper-replace-supers@^6.24.1:
399 babel-helper-define-map "^6.24.1"
517 babel-helper-regex "^6.24.1"
[all …]

1...<<11121314151617181920