Home
last modified time | relevance | path

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

1...<<11121314151617181920

/plugin/poldek/
H A Dsyntax.php66 $helper = $this->loadHelper($this->getPluginName(), true);
67 $renderer->doc .= $helper->ls($data['pkg']);
/plugin/prosemirror/action/
H A Dajax.php168 /** @var \helper_plugin_prosemirror $helper */
169 $helper = plugin_load('helper', 'prosemirror');
170 if ($helper->tryToLogErrorToSentry($e, ['text' => $text])) {
186 /** @var \helper_plugin_prosemirror $helper */
187 $helper = plugin_load('helper', 'prosemirror');
190 $syntax = $helper->getSyntaxFromProsemirrorData($json);
196 if ($helper->tryToLogErrorToSentry($e, ['json' => $json])) {
H A Deditor.php84 /** @var \helper_plugin_prosemirror $helper */
85 $helper = plugin_load('helper', 'prosemirror');
86 if ($helper->tryToLogErrorToSentry($e, ['text' => $TEXT])) {
H A Dparser.php47 /** @var \helper_plugin_prosemirror $helper */
48 $helper = plugin_load('helper', 'prosemirror');
51 $syntax = $helper->getSyntaxFromProsemirrorData($unparsedJSON);
58 if ($helper->tryToLogErrorToSentry($e, ['json' => $unparsedJSON])) {
93 /** @var \helper_plugin_prosemirror $helper */
94 $helper = plugin_load('helper', 'prosemirror');
96 $syntax = $helper->getSyntaxFromProsemirrorData($unparsedJSON);
103 if ($helper
[all...]
/plugin/publish/_test/
H A Dhelper.test.php46 $helper = plugin_load('helper', 'publish');
47 $this->assertSame($helper->in_namespace($namespace_list,$id),$result,$msg);
79 $helper = plugin_load('helper', 'publish');
80 $this->assertSame($helper->is_dir_valid($namespace_list,$id),$result,$msg);
89 $helper = plugin_load('helper', 'publish');
91 $this->assertFalse($helper->isActive('de:sidebar'), 'de:sidebar is still listed as active');
92 $this->assertFalse($helper->isActive('en:sidebar'), 'en:sidebar is still listed as active');
H A Dmail.test.php56 $helper = plugin_load('helper','publish');
57 $actual_lastapproved_helper = $helper->getLatestApprovedRevision($ID);
H A Dmail.unit.test.php23 $helper = plugin_load('helper','publish');
24 $actual_difflink = $helper->getDifflink('wiki:syntax','1','2');
/plugin/publish/action/
H A Dapprove.php10 private $helper; variable in action_plugin_publish_approve
13 $this->helper = plugin_load('helper', 'publish');
32 $pages = $this->helper->getPagesFromNamespace($namespace);
33 $pages = $this->helper->removeSubnamespacePages($pages, $namespace);
40 if (!$this->helper->canApprove()) {
64 if (!$this->helper->canApprove()) {
70 send_redirect(wl($ID, array('rev' => $this->helper->getRevision()), true, '&'));
83 $approvalRevision = $this->helper->getRevision();
84 $approvals = $this->helper->getApprovals();
106 …if ($this->getConf('send_mail_on_approve') && $this->helper->isRevisionApproved($approvalRevision)…
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php79 private $helper; variable in BibtexConverter
134 $this->helper = new Helper($this->options);
319 uksort($data, array($this->helper, 'group_cmp'));
324 uasort($group, array($this->helper, 'entry_cmp'));
H A Dchangelog5 * Change e2mn method in helper.inc.php to use the month name in the
/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'));
H A Dchangelog5 * Change e2mn method in helper.inc.php to use the month name in the
/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'));
H A Dchangelog5 * Change e2mn method in helper.inc.php to use the month name in the
/plugin/pureldap/vendor/freedsx/asn1/
H A DREADME.md16 To encode an ASN.1 structure you can use the helper methods of the Asn1 class and an encoder:
/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.
H A DREADME.md39 Use the LdapClient class and the helper classes:
59 # Build up a LDAP filter using the helper methods
/plugin/qc/
H A DOutput.php20 protected $helper;
28 $this->helper = plugin_load('helper', 'qc');
29 $this->data = $this->helper->getQCData($page);
79 $html .= '<h1>' . $this->helper->getLang('intro_h') . '</h1>';
83 $html .= '<dt>' . $this->helper->getLang('g_created') . '</dt>';
86 $html .= '<dt>' . $this->helper->getLang('g_modified') . '</dt>';
95 $html .= '<dt>' . $this->helper->getLang('g_authors') . '</dt>';
99 $html .= $this->helper->getLang('anonymous');
108 $html .= '<dt>' . $this->helper
21 protected $helper; global() variable in dokuwiki\\plugin\\qc\\Output
[all...]
/plugin/qc/action/
H A Dajax.php43 /** @var helper_plugin_qc $helper */
44 $helper = plugin_load('helper', 'qc');
45 if (!$helper->shouldShow($id)) {
/plugin/quickstats/GEOIP/
H A Dget_geocity2.php18 $helper = plugin_load('helper', 'quickstats');
33 qs_say($helper->getLang('download_fail'), $gzfile);
39 qs_say($helper->getLang('write_fail'), $gzfile);
43 qs_say($helper->getLang('write_fail'), $gzfile);
47 qs_say($helper->getLang('file_saved'), $gzfile);
54 qs_say($helper->getLang('file_saved'), $data_file);
57 qs_say($helper->getLang('no_unpack'), $gzfile);
/plugin/quickstats/
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) ;
H A Dadmin.php19 private $helper; variable in admin_plugin_quickstats
35 $this->helper = $this->loadHelper('quickstats', true);
36 $this->cache = $this->helper->getCache();
37 $this->cc_arrays = $this->helper->get_cc_arrays();
38 $this->meta_path = $this->helper->metaFilePath(true) ;
170 $this->cache=$this->helper->pruneCache($_REQUEST['confirm'],$_REQUEST['del']);
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) ;
/plugin/quickstats/scripts/
H A Dget_geocity.php13 $helper = plugin_load('helper', 'quickstats');
27 qs_say($helper->getLang('download_fail'), $gzfile);
33 qs_say($helper->getLang('write_fail'), $gzfile);
37 qs_say($helper->getLang('write_fail'), $gzfile);
41 qs_say($helper->getLang('file_saved'), $gzfile);
48 qs_say($helper->getLang('file_saved'), $data_file);
51 qs_say($helper->getLang('no_unpack'), $gzfile);
55 qs_say($helper->getLang('no_geoip_local'));
H A Dget_geocity2.php15 private $helper; variable in qs_geoliteCity
19 $this->helper = plugin_load('helper', 'quickstats');
62 $this->qs_say($this->helper->getLang('download_fail'), $gzfile);
68 $this->qs_say($this->helper->getLang('write_fail'), $gzfile);
72 $this->qs_say($this->helper->getLang('write_fail'), $gzfile);
76 $this->qs_say($this->helper->getLang('file_saved'), $gzfile);
91 $this->qs_say($this->helper->getLang('tar_extracted'), $tar);
93 $this->qs_say($this->helper->getLang('file_exists'),"\n$file\n$tar\n");
120 … $this->qs_say($this->helper->getLang('installing_mmdb'), MMDB);

1...<<11121314151617181920