Home
last modified time | relevance | path

Searched refs:helper (Results 251 – 275 of 493) sorted by relevance

1...<<11121314151617181920

/plugin/approve/action/
H A Dmigration.php68 /** @var helper_plugin_approve $helper */
69 $helper = plugin_load('helper', 'approve');
104 $pages = $helper->getPages();
275 /** @var helper_plugin_approve $helper */
276 $helper = plugin_load('helper', 'approve');
278 $helper->updatePagesAssignments($sqlite);
H A Dprettyprint.php16 $db_helper = plugin_load('helper', 'approve_db');
22 /** @var helper_plugin_approve $helper */
23 $helper = plugin_load('helper', 'approve');
28 if (!$helper->use_approve_here($sqlite, $INFO['id'], $approver)) return;
H A Drevisions.php20 $db_helper = plugin_load('helper', 'approve_db');
26 /** @var helper_plugin_approve $helper */
27 $helper = plugin_load('helper', 'approve');
29 if (!$helper->use_approve_here($sqlite, $INFO['id'])) return;
/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() .'" />');
/plugin/authfacebook/
H A Dauth.php91 $helper = $fb->getRedirectLoginHelper();
96 $accessToken = $helper->getAccessToken();
184 $_SESSION[DOKU_COOKIE]['authfacebook']['auth_url'] = $helper->getLoginUrl(
190 $_SESSION[DOKU_COOKIE]['authfacebook']['auth_url'] = $helper->getLoginUrl(
199 $_SESSION[DOKU_COOKIE]['authfacebook']['auth_url'] = $helper->getLoginUrl(
/plugin/xcom/scripts/
H A Dxml.php5 $helper = plugin_load('helper', 'xcom'); variable
82 $retv = $helper->getLang('timedout');
113 echo $helper->getLang('noconnection') . "\n";
/plugin/watchcycle/helper/
H A Ddb.php36 $this->sqlite = plugin_load('helper', 'sqlite');
62 $helper = plugin_load('helper', 'watchcycle');
63 $this->sqlite->create_function('DAYS_AGO', [$helper, 'daysAgo'], 1);
/plugin/ireadit/action/
H A Dnotification.php36 $helper = $this->loadHelper('ireadit');
37 $pages = $helper->get_list($user);
/plugin/fksnewsfeed/inc/
H A DAbstractStream.php16 protected helper_plugin_newsfeed $helper; variable in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\AbstractStream
19 $this->helper = $this->loadHelper('newsfeed');
53 <h5 class="modal-title">' . $this->helper->getLang('edit_stream') . '</h5>
/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/blogtng/action/
H A Dlinkback.php37 $helper = plugin_load('helper', 'blogtng_linkback');
38 if (!$helper->linkbackAllowed()) {
/plugin/structpublish/action/
H A Drevisions.php26 /** @var helper_plugin_structpublish_db $helper */
27 $helper = plugin_load('helper', 'structpublish_db');
29 if (!$helper->isPublishable()) {
/plugin/diagrams/syntax/
H A Dembed.php35 /** @var helper_plugin_diagrams $helper */
36 $helper = plugin_load('helper', 'diagrams');
37 if (!$helper->isDiagram($svg)) return false;
/plugin/structtasks/meta/
H A DUtilities.php31 * @param mixed $helper
33 public function __construct($helper) { argument
34 $this->struct = $helper;
/plugin/struct/meta/
H A DCSVImporter.php58 $db = plugin_load('helper', 'struct_db');
216 /** @var 'helper_plugin_struct $helper */
217 $helper = plugin_load('helper', 'struct');
219 $helper->saveData($pid, [$table => $data], 'CSV data imported');
227 $helper->saveLookupData($access, $data);
H A DPageMeta.php20 /** @var \helper_plugin_struct_db $helper */
21 $helper = plugin_load('helper', 'struct_db');
22 $this->sqlite = $helper->getDB();
H A DSchemaBuilder.php45 protected $helper;
68 $this->helper = plugin_load('helper', 'struct_db');
69 $this->sqlite = $this->helper->getDB();
140 msg(sprintf($this->helper->getLang('duplicate_label'), $wantedlabel, $fixedlabel), -1);
44 protected $helper; global() variable in dokuwiki\\plugin\\struct\\meta\\SchemaBuilder
/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 …]
/plugin/syntaxhighlightjs/syntax/
H A Dsxh.php112 $helper = $this->loadHelper('syntaxhighlightjs');
113 $attr = $helper->buildAttributes($data);
/plugin/structacl/
H A Daction.php37 $helper = plugin_load('helper', 'structacl');
38 $config = $helper->getConfiguration($this->getConf('fields'));
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock201 babel-helper-call-delegate@^6.18.0:
210 babel-helper-define-map@^6.18.0, babel-helper-define-map@^6.8.0:
227 babel-helper-explode-class@^6.8.0:
236 babel-helper-function-name@^6.18.0, babel-helper-function-name@^6.8.0:
253 babel-helper-hoist-variables@^6.18.0:
267 babel-helper-regex@^6.8.0:
275 babel-helper-remap-async-to-generator@^6.16.0, babel-helper-remap-async-to-generator@^6.16.2:
285 babel-helper-replace-supers@^6.18.0, babel-helper-replace-supers@^6.8.0:
400 babel-helper-define-map "^6.8.0"
559 babel-helper-regex "^6.8.0"
[all …]
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md203 Handlebars expressions are the basic unit of a Handlebars template. You can use them alone in a {{mustache}}, pass them to a Handlebars helper, or use them as values in hash arguments.
236 Handlebars expressions with a helper. In this case we're using the upper helper
268 You can use the if helper to conditionally render a block. If its argument returns false, null, "" or [] (a "falsy" value), Handlebars will not render the block.
295 You can use the unless helper as the inverse of the if helper. Its block will be rendered if the expression returns a falsy value.
306 You can iterate over a list using the built-in each helper. Inside the block, you can use {{this}} or {{.}} to reference the element being iterated over.
379 The #each helper (php only) also has the ability to slice the data
417 You can shift the context for a section of a template by using the built-in with block helper.
565 This helper retur
[all...]
/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'));
/plugin/move/
H A Ddeleted.files7 helper.php
13 helper/general.php
/plugin/publish/_test/
H A Dmail.unit.test.php23 $helper = plugin_load('helper','publish');
24 $actual_difflink = $helper->getDifflink('wiki:syntax','1','2');

1...<<11121314151617181920