Home
last modified time | relevance | path

Searched refs:helper (Results 151 – 175 of 493) sorted by path

12345678910>>...20

/plugin/distribute/
H A Daction.php52 require_once dirname(__FILE__).'/helper.funcs.util.php';
/plugin/distribute/syntax/
H A Dsyntax.php39 require_once dirname(__FILE__).'/../helper.funcs.util.php';
/plugin/dokumicrobugtracker/
H A DCHANGELOG11 …on a report), Implement #64 (No report without information), Use captcha helper plugin for consist…
H A DREADME.md75 …on a report), Implement #64 (No report without information), Use captcha helper plugin for consist…
H A Dsyntax.php74 $helper = null;
76 $helper = plugin_load('helper','captcha');
77 if(!is_null($helper) && $helper->isEnabled())
79 return $helper->check();
384 $helper = null;
386 $helper = plugin_load('helper','captcha'); }
387 if(!is_null($helper) && $helper->isEnabled()) {
388 $ret .= '<p>'.$helper->getHTML().'</p>';}
/plugin/dwcommits/
H A Dadmin.php20 private $helper; variable in admin_plugin_dwcommits
25 $this->helper =& plugin_load('helper', 'dwcommits');
26 $this->db = $this->helper->_getDB();
27 $this->helper->set_branches();
28 $this->helper->set_repros();
196 …ptln(' <input type="hidden" name="dwc__branch" id="dwc__branch" value="'. $this->helper->selecte…
197 …ptln(' <input type="hidden" name="dwc__repro" id="dwc__repro" value="'. $this->helper->selected_r…
252 . $this->helper->get_remote_url() .'" />');
H A Dsyntax.php22 private $helper; variable in syntax_plugin_dwcommits
26 $this->helper =& plugin_load('helper', 'dwcommits');
134 $remote_url = $this->helper->setup_syntax($val);
170 $this->db = $this->helper->_getDB();
172 list($arr,$q) = $this->helper->select_all($result);
175 $this->output .= $this->helper->format_result_table($arr,$result);
/plugin/dwedit/
H A Daction.php17 var $helper; variable in action_plugin_dwedit
23 $this->helper = plugin_load('helper', 'ckgedit');
27 $this->helper = plugin_load('helper', 'ckgdoku');
44 …if(method_exists($this->helper,'dw_edit_displayed') && $this->helper->dw_edit_displayed()) return;…
45 …$btn = $this->helper->getLang('btn_dw_edit'); // get the button's name from the currently enabled…
65 $dwedit_ns = $this->helper->getConf('dwedit_ns');
82 $name = $this->helper->getLang('btn_dw_edit');
/plugin/dwtimeline/
H A Ddeleted.files4 syntax/helper.php
6 helper.php
/plugin/edittable/lib/
H A Dhandsontable.full.js36304 Handsontable.helper = {};
36308 arrayHelpers.arrayEach(HELPERS, function (helper) {
36309 arrayHelpers.arrayEach(Object.getOwnPropertyNames(helper), function (key) {
36311 Handsontable.helper[key] = helper[key];
36317 arrayHelpers.arrayEach(DOM, function (helper) {
36318 arrayHelpers.arrayEach(Object.getOwnPropertyNames(helper), function (key) {
36320 Handsontable.dom[key] = helper[key];
/plugin/elasticsearch/_test/
H A Dacl.test.php149 /** @var helper_plugin_elasticsearch_acl $helper */
150 $helper = plugin_load('helper', 'elasticsearch_acl');
152 $raw = $helper->getPageACL($page);
153 $actual = $helper->splitRules($raw);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md344 - [DOCS] add link to community index helper (#681) [[644f7f7]](http://github.com/elasticsearch/elasticsearch-php/commit/644f7f7)
/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
H A Dconfiguration.asciidoc9 the ClientBuilder helper object. You can find all the configuration options and
H A Dconnection-pool.asciidoc161 `AbstractConnectionPool` which provides some helper concrete methods. If you
H A Dfutures.asciidoc268 Another caveat is that certain APIs will lose their "helper" functionality. For
H A Dhttp-handler.asciidoc17 You can configure the HTTP handler with one of several helper functions, or
H A Dinstallation.asciidoc89 Client instantiation is performed with a static helper function `create()`. This
/plugin/epub/
H A Daction.php12 private $helper; variable in action_plugin_epub
35 if(!$this->helper) {
36 $this->helper = $this->loadHelper('epub', true);
38 if (!$this->helper->is_inCache($INFO['id'])) return;
42 $page_data = $this->helper->get_page_data($INFO['id']);
64 if(!$this->helper) {
65 $this->helper = $this->loadHelper('epub', true);
67 if (!$this->helper->is_inCache($INFO['id'])) return; //cache set in syntax.php
101 if(!$this->helper) {
102 $this->helper = $this->loadHelper('epub', true);
[all …]
H A Dadmin.php12 private $helper; variable in admin_plugin_epub
19 $this->helper = $this->loadHelper('epub', true);
20 $this->cache = $this->helper->getCache() ;
37 $epub_deletions[] = $this->helper->delete_media($md5);
39 $this->helper->delete_page($md5);
41 if(is_array($_REQUEST['book_id'])) $this->cache = $this->helper->getCache() ;
H A Dsyntax.php10 private $helper; variable in syntax_plugin_epub
/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')){
H A Dupdate_files.php8 $helper = new helper_plugin_epub(); variable
10 if(!$helper->is_inCache($id)) {
16 $helper->remove_page($id);
18 if(!$helper->is_inCache($id)) {
/plugin/explorertree/
H A Daction.php37 if (!($helper = plugin_load('helper', 'explorertree'))){
41 if (!($route = $helper->loadRoute($INPUT->str('route'),$INPUT->arr('loader')))){
44 …$data = array('html' => $helper->htmlExplorer($INPUT->str('route'),ltrim(':'.$INPUT->str('itemid')…
48 if (!($helper = plugin_load('helper', 'explorertree'))){
52 $route = $helper->loadRoute($INPUT->str('route'),$INPUT->arr('loader'));
H A Dplugin.info.txt6 desc DokuWiki helper for embedding NS/page explorer to a plugin

12345678910>>...20