Home
last modified time | relevance | path

Searched refs:helper (Results 376 – 400 of 493) sorted by path

1...<<11121314151617181920

/plugin/slacknotifier/helper/
H A DConfig.php3 namespace dokuwiki\plugin\slacknotifier\helper;
H A DContext.php3 namespace dokuwiki\plugin\slacknotifier\helper;
H A DFormatter.php3 namespace dokuwiki\plugin\slacknotifier\helper;
H A DPayload.php
/plugin/snap/
H A Dsyntax.php86 $snap=plugin_load('helper','snap');
H A Dsyntax.php.ori140 $pagelist = plugin_load('helper', 'pagelist');
/plugin/snippets/
H A Daction.php17 private $helper; variable in action_plugin_snippets
42 $this->helper = $this->loadHelper('snippets');
48 $metafn = $this->helper->getMetaFileName();
166 $this->helper->insertSnippet($event->result, $page_id, $force_old);
204 $retv = $this->helper->updateMetaTime($page_id,$snip) ;
/plugin/snippets/exe/
H A Dupdate.php28 $helper = plugin_load('helper', 'snippets'); variable
31 $helper->insertSnippet($result, $id,false); // insert all updated snippets
35 $snip_data=unserialize(io_readFile($helper->getMetaFileName(),false));
39 $helper->updateMetaTime($id,$snip) ;
51 global $snip_data,$helper;
61 …$pages = $helper->getPageArray($snip_data['snip'][$snip] , $id); // if not, remove it from the sn…
63 io_saveFile($helper->getMetaFileName(),serialize($snip_data));
/plugin/socialshareprivacy2/SSP/
H A DREADME.md55 * [Helper Functions](#helper-functions-jqueryfnsocialshareprivacy)
1198 ### <span id="helper-functions-jqueryfnsocialshareprivacy">Helper Functions</span> (`jQuery.fn.soci…
1200 Some helper functions that might be handy to use in your custom service.
/plugin/solr/
H A DREADME.md28 $solr =& plugin_load("helper", "solr");
38 $solr =& plugin_load("helper", "solr");
H A Daction.php84 $helper = $this->loadHelper('solr', true);
87 if(!$helper->needs_indexing($ID)){
93 $lock = $helper->lock_index();
115 $helper->update_idxfile($ID);
150 $helper = $this->loadHelper('solr', true);
151 echo $helper->htmlAdvancedSearchform();
236 $helper = $this->loadHelper('solr', true);
274 $helper = $this->loadHelper('solr', true);
380 $helper = $this->loadHelper('solr', true);
416 $helper = $this->loadHelper('solr', true);
[all …]
/plugin/spatialhelper/
H A Daction.php92 $indexer = plugin_load('helper', 'spatialhelper_index');
123 $indexer = plugin_load('helper', 'spatialhelper_index');
154 if (($helper = plugin_load('helper', 'spatialhelper_sitemap')) !== null) {
155 $kml = $helper->createKMLSitemap($this->getConf('media_kml'));
156 $rss = $helper->createGeoRSSSitemap($this->getConf('media_georss'));
161 $kmlN = $helper->createKMLSitemap($namespace . $this->getConf('media_kml'));
162 $rssN = $helper->createGeoRSSSitemap($namespace . $this->getConf('media_georss'));
207 if (($helper = plugin_load('helper', 'spatialhelper_searc
[all...]
/plugin/sqlite/
H A DREADME3 A helper plugin to easily access a SQLite database.
H A DSQLiteDB.php31 protected $helper; variable in dokuwiki\\plugin\\sqlite\\SQLiteDB
53 $this->helper = $sqlitehelper;
54 if (!$this->helper) {
55 $this->helper = new \helper_plugin_sqlite();
57 $this->helper->setAdapter($this);
119 $this->__construct($this->dbname, $this->schemadir, $this->helper);
434 'sqlite' => $this->helper,
H A Dplugin.info.txt6 desc A helper plugin to easily access a SQLite database
/plugin/starred/
H A Daction.php15 protected $helper; variable in action_plugin_starred
22 $this->helper = plugin_load('helper', 'starred');
47 $this->helper->toggleStar();
63 $this->helper->toggleStar(null, $id);
79 $star_html = $this->helper->starHtml($ID, $ID, $inneronly, true);
/plugin/statdisplay/
H A Dcli.php52 $helper = plugin_load('helper', 'statdisplay_log');
55 $helper->resetLogCache();
59 $this->info(sprintf('%.2f%%', $helper->progress()));
60 } while ($helper->parseLogData($maxlines));
/plugin/stopforumspam2/
H A Daction.php25 $helper = plugin_load('helper','stopforumspam2');
27 …if ($helper->quickipcheck(null, $this->getConf('accessRefusalFreq'), $this->getConf('accessRefusal…
51 $helper = plugin_load('helper','stopforumspam2');
52 …if ($ACT == 'edit' and $helper->quickipcheck(null, $this->getConf('protectEditFreq'), $this->getCo…
56 …if ($ACT == 'register' and $helper->quickipcheck(null, $this->getConf('protectRegFreq'), $this->ge…
64 $helper = plugin_load('helper','stopforumspam2');
87 … $result1 = $helper->freqcheck(null, $email, $username, FALSE, $this->getConf('protectRegFreq'));
88 … $result2 = $helper->confcheck(null, $email, $username, FALSE, $this->getConf('protectRegConf'));
H A Dplugin.info.txt6 …ammer. The investigation results can be used in many parts of the wiki, via helper plugin support.
/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'));
H A Dselect.php16 $this->helper =& plugin_load('helper', 'strata_syntax');
17 $this->util =& plugin_load('helper', 'strata_util');
18 $this->triples =& plugin_load('helper', 'strata_triples');
84 $result['fields'] = $this->helper->parseFieldsShort($header, $typemap);
89 $tree = $this->helper->constructTree($lines,'query');
92 $longFields = $this->helper->getFields($tree, $typemap);
96 $this->helper->_fail($this->getLang('error_query_bothfields'));
106 $this->helper->_fail($this->helper
[all...]
H A Dtable.php16 $this->Lexer->addSpecialPattern('<table'.$this->helper->fieldsShortPattern().'* *>\s*?\n.+?\n\s*?</table>',$mode, 'plugin_strata_table');
96 $R->cdata(sprintf($this->helper->getLang('content_error_explanation'),'Strata table'));
/plugin/struct/action/
H A Daggregationeditor.php131 /** @var helper_plugin_struct $helper */
132 $helper = plugin_load('helper', 'struct');
133 $helper->saveLookupData($access, $data);
H A Dbureaucracy.php27 * helper/fiels.php for that.
60 /** @var helper_plugin_bureaucracy_field $helper */
61 $helper = plugin_load('helper', 'bureaucracy_field');
62 $helper->initialize($args);
64 $schema = new Schema($helper->opt['label']);
72 $field = plugin_load('helper', 'struct_field');
74 $field->opt = $helper->opt; // copy all the settings to each field
H A Doutput.php107 /** @var helper_plugin_struct $helper */
108 $helper = plugin_load('helper', 'struct');
109 $data = $helper->getData($event->data['id'], null, $rev);

1...<<11121314151617181920