Home
last modified time | relevance | path

Searched refs:helper (Results 176 – 200 of 493) sorted by relevance

12345678910>>...20

/plugin/structpublish/_test/
H A Drevision.test.php77 $helper = plugin_load('helper', 'structpublish_publish');
80 $helper->saveRevision(Constants::ACTION_APPROVE);
87 $helper->saveRevision(Constants::ACTION_PUBLISH, '1');
102 $helper->saveRevision(Constants::ACTION_PUBLISH, '2');
/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])) {
/plugin/confmanager/configTypes/
H A DConfigManagerAbstractCascadeConfig.php15 protected $helper; variable in ConfigManagerAbstractCascadeConfig
31 $this->helper = plugin_load('helper', 'confmanager');
65 return $this->helper->prepareEntity($str);
H A DConfigManagerTwoLineRightImageConfigCascade.php105 echo $this->helper->getLang('upload_errNoConfigKeySend');
112 echo $this->helper->getLang('upload_errCannotOverwriteDefaultKey');
118 echo $this->helper->getLang('iconDelete_error');
/plugin/owncloud/
H A Dwork.php54 $helper = new helper_plugin_cloud();
56 $path = $helper->getFilenameForID($fileid);
69 $fileid = $helper->getIDForFilename($path);
/plugin/data/_test/
H A Daction_handle.test.php
/plugin/recaptcha/
H A Daction.php99 $helper = plugin_load('helper','recaptcha');
116 $recaptcha .= $helper->getHTML($use_ssl);
148 $helper = plugin_load('helper', 'recaptcha');
149 $resp = $helper->check();
/plugin/farmer/admin/
H A Dconfig.php18 protected $helper;
31 $this->helper = plugin_load('helper', 'farmer');
42 $farmconf = $this->helper->getConfig();
61 $farmconf = $this->helper->getConfig();
20 protected $helper; global() variable in admin_plugin_farmer_config
/plugin/displayorphans/
H A Dsyntax.php30 $this->helper = plugin_load('helper', 'displayorphans');
34 public $helper; variable in syntax_plugin_displayorphans
67 $items = $this->helper->items($conf['datadir'], $type);
/plugin/diagrams/action/
H A Daction.php14 protected $helper; variable in action_plugin_diagrams_action
25 $this->helper = plugin_load('helper', 'diagrams');
88 if (!$this->helper->isDiagram($svg)) {
/plugin/confmanager/tpl/
H A DdescriptionHeader.php1 <?php $helper = plugin_load('helper', 'confmanager'); ?> variable
2 <h2 class="clickable hoverFeedback" id="toggleDescription" title="<?php echo $helper->getLang('togg…
H A DdeleteButton.php4 alt="<?php echo hsc($helper->getLang('delete_action')) ?>"
5 title="<?php echo hsc($helper->getLang('delete_action_tooltip')) ?>"
/plugin/randominc/
H A Dsyntax.php126 if (!$this->helper)
128 $this->helper = plugin_load('helper', 'include');
129 if (!$this->helper)
135 $flags = $this->helper->get_flags($flags);
137 $pages = $this->helper->_get_included_pages($mode, $page, $sect, $parent_id, $flags);
188 …$instructions = $this->helper->_get_instructions($id, $sect, $mode, $level, $flags, $root_id, $sec…
/plugin/sqlite/
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,
/plugin/struct/meta/
H A DAggregationTable.php29 $this->renderer->cdata($this->helper->getLang('none'));
135 $fltrs[] = sprintf('"%s" %s "%s"', $column, $this->helper->getLang("comparator $comp"), $value);
141 $this->helper->getLang('tablefilteredby'),
146 $this->renderer->internallink($this->id, $this->helper->getLang('tableresetfilter'));
231 'title="' . $this->helper->getLang('sort') . '">' . hsc($header) . '</a>';
389 $this->renderer->cdata($this->helper->getLang('none'));
454 $this->renderer->doc .= '<a href="' . $link . '" class="prev">' . $this->helper->getLang('prev') . '</a>';
463 $this->renderer->doc .= '<a href="' . $link . '" class="next">' . $this->helper->getLang('next') . '</a>';
488 $this->helper->getLang('csvexport') . '</a>';
65 protected $helper; global() variable in dokuwiki\\plugin\\struct\\meta\\AggregationTable
/plugin/changemarks/
H A Dhighlighted.php22 static protected $helper = NULL; variable in syntax_plugin_changemarks_highlighted
83 if ($this->helper==NULL) {
84 $this->helper = plugin_load('helper', 'changemarks');
H A Dinserted.php22 static protected $helper = NULL; variable in syntax_plugin_changemarks_inserted
86 if ($this->helper==NULL) {
87 $this->helper = plugin_load('helper', 'changemarks');
H A Ddeleted.php22 static protected $helper = NULL; variable in syntax_plugin_changemarks_deleted
86 if ($this->helper==NULL) {
87 $this->helper = plugin_load('helper', 'changemarks');
/plugin/fields/
H A Dsyntax.php19 $this->helper = $this->loadHelper('fields');
73 $renderer->doc .= $this->helper->ODTDisplayUserField($renderer, $field_name);
85 $this->helper->ODTSetUserField($renderer, $field_name,
/plugin/matrixnotifier/
H A Daction.php20 $helper = plugin_load('helper', 'matrixnotifier');
21 $helper->sendUpdate($event);
/plugin/survey/syntax/
H A Dsurvey.php88 $helper = plugin_load("helper", "survey_survey");
90 $surveySyntax = $helper->sanitizeSyntax($data[0]);
92 $survey = $helper->interpretSurvey($surveySyntax);
/plugin/tablelayout/_test/
H A DbuildSyntaxFromJSON.test.php67 $helper = plugin_load('helper', 'tablelayout');
69 $actual_syntax = $helper->buildSyntaxFromJSON($json);
/plugin/approve/meta/
H A DViewModeEdit.php12 $helper = plugin_load('helper', 'approve');
15 $this->label = $helper->getLang('btn_edit_mode');
/plugin/news/syntax/
H A Dfeed.php20 var $helper; variable in syntax_plugin_news_feed
23 $this->helper =& plugin_load('helper', 'news');
/plugin/autolink4/syntax/
H A Dallwords.php20 private $helper;
24 $this->tooltip = plugin_load('helper', 'autotooltip'); variable in syntax_plugin_autolink4_allwords
27 $this->helper = plugin_load('helper', 'autolink4');
28 $this->helper->loadAndProcessConfigFile();
103 $this->helper->init();
106 if (isset($this->helper->getSimpleSubs()[$match])) {
107 return $this->helper->getSimpleSubs()[$match];
112 foreach ($this->helper->getRegexSubs() as &$s) {
116 if (!isset($this->helper
[all...]

12345678910>>...20