Home
last modified time | relevance | path

Searched refs:helper (Results 1 – 25 of 493) sorted by relevance

12345678910>>...20

/plugin/data-au/_test/
H A Dhelper.test.php27 $helper = new helper_plugin_dataau();
64 $helper = new helper_plugin_dataau();
87 $helper = new helper_plugin_dataau();
93 $helper = new helper_plugin_dataau();
119 $helper = new helper_plugin_dataau();
133 $helper = new helper_plugin_dataau();
184 $helper = new helper_plugin_dataau();
217 $helper = new helper_plugin_dataau();
223 $helper = new helper_plugin_dataau();
294 $helper->_get_filters());
[all …]
/plugin/data/_test/
H A Dhelper.test.php
/plugin/captcha/_test/
H A DHelperTest.php
/plugin/confmanager/tpl/
H A DshowConfigTwoLineLeftImage.php1 <?php $helper = plugin_load('helper', 'confmanager'); ?> variable
3 <h3><?php echo $helper->getLang('user_defined_values') ?></h3>
6 <th><?php echo $helper->getLang('key') ?></th>
7 <th><?php echo $helper->getLang('value') ?></th>
8 <th><?php echo $helper->getLang('actions') ?></th>
84 <?php $this->helper->tplSaveButton() ?>
88 <?php echo $helper->getLang('default_values') ?>
94 <?php echo hsc($helper->getLang('defaults_description')) ?>
98 <th><?php echo $helper->getLang('key') ?></th>
99 <th><?php echo $helper->getLang('value') ?></th>
[all …]
H A DshowConfigTwoLine.php1 <?php $helper = plugin_load('helper', 'confmanager'); ?> variable
3 <h3><?php echo $helper->getLang('user_defined_values') ?></h3>
6 <th><?php echo $helper->getLang('key') ?></th>
7 <th><?php echo $helper->getLang('value') ?></th>
8 <th><?php echo $helper->getLang('actions') ?></th>
59 <?php $this->helper->tplSaveButton() ?>
62 <?php echo $helper->getLang('default_values') ?>
68 <?php echo hsc($helper->getLang('defaults_description')) ?>
72 <th><?php echo $helper->getLang('key') ?></th>
73 <th><?php echo $helper->getLang('value') ?></th>
[all …]
H A DshowConfigSingleLine.php1 <?php $helper = plugin_load('helper', 'confmanager'); ?> variable
3 <h3><?php echo $helper->getLang('user_defined_values') ?></h3>
6 <th><?php echo $helper->getLang('value') ?></th>
7 <th><?php echo $helper->getLang('actions') ?></th>
27 <?php echo $helper->getLang('disablesdefault') ?>
44 <?php $this->helper->tplSaveButton() ?>
47 <?php echo $helper->getLang('default_values') ?>
53 <?php echo hsc($helper->getLang('defaults_description')) ?>
57 <th><?php echo $helper->getLang('value') ?></th>
58 <th><?php echo $helper->getLang('actions') ?></th>
[all …]
H A DformEnd.php3 <?php $this->helper->tplSaveButton() ?>
6 <?php $helper = plugin_load('helper', 'confmanager'); ?> variable
12 <div class="popupprompt"><?php echo $helper->getLang('file_upload_prompt') ?></div>
16 …<input type="submit" class="button saveButton right" value="<?php echo $helper->getLang('upload') …
18 …<input id="popup_cancel" type="submit" class="right" value="<?php echo $helper->getLang('cancel')…
26 <p><?php echo $helper->getLang('uploading') ?></p>
33 <h3><?php echo $helper->getLang('upload_success') ?></h3>
34 <a class="button continue right"><?php echo $helper->getLang('continue') ?></a>
37 <h3><?php echo $helper->getLang('upload_error') ?></h3>
38 <a class="button continue right"><?php echo $helper->getLang('continue') ?></a>
H A DselectConfig.php2 <h1><?php echo $this->helper->getLang('welcomehead') ?></h1>
5 <h2><?php echo $this->helper->getLang('no_script_title')?></h2>
7 <?php echo $this->helper->getLang('no_script_message')?>
13 <?php echo $this->helper->getLang('welcome') ?>
19 <?php echo $this->helper->getLang('select_config') ?>
23 <?php echo $this->helper->getLang('please_select') ?>
26 <?php $id = $this->helper->getConfigId($config) ?>
34 <input type="submit" value="<?php echo $this->helper->getLang('edit') ?>" class="button" />
/plugin/owncloud/ajax/
H A Dfilelist.php18 $helper = new helper_plugin_owncloud(); variable
20 $dir = $helper->getFilenameForID($_POST['fileid']);
23 $dir = $helper->wikiIDToPath($dir);
36 $padding = 'style="padding-left:'.($levelInt*($helper->getConf('marginFilelist'))).'px;"';
57 $link = $helper->internalmedia(0,$helper->pathToWikiID($dir.'/'.$folder));
59 …$title = $helper->_media($helper->getLastfileid(), $helper->pathToWikiID($dir.'/'.$folder), NULL, …
60 …$url = $helper->ml($helper->pathToWikiID($dir.'/'.$file), array('fileid'=>($helper->getLastfileid(…
71 …$detail = $helper->internalmedia(0,$helper->pathToWikiID($dir.'/'.$file),NULL,NULL,16,NULL,NULL,'l…
72 …$title = $helper->_media($helper->getLastfileid(), $helper->pathToWikiID($dir.'/'.$file), NULL, NU…
73 …$url = $helper->ml($helper->pathToWikiID($dir.'/'.$file), array('fileid'=>($helper->getLastfileid(…
[all …]
/plugin/include/_test/
H A Dnamespace_includes.test.php13 * @var helper_plugin_include $helper
15 private $helper; variable in plugin_include_namespaces_includes_test
24 $this->helper = plugin_load('helper', 'include');
68 $flags = $this->helper->get_flags(array());
69 $pages = $this->helper->_get_included_pages('namespace', 'inclhidden:', '', '', $flags);
79 $flags = $this->helper->get_flags(array());
80 $pages = $this->helper->_get_included_pages('namespace', 'incltest:', '', '', $flags);
84 $flags = $this->helper->get_flags(array('depth=2'));
85 $pages = $this->helper
[all...]
/plugin/owncloud/tpl/
H A Ddetail.php60 $helper = new helper_plugin_owncloud(); variable
61 $path = $helper->wikiIDToPath($IMG);
63 $isDir = $helper->isMediaDir($path);
77 …echo $helper->internalmedia($_GET['fileid'],$IMG,$helper->getLang('download'),NULL,NULL,NULL,NULL,…
90 $fileid = $helper->getIDForFilename($helper->wikiIDToPath($IMG));
121 …echo "<dt>".$helper->getLang('path').':</dt><dd><a href="'.$helper->getConf('owncloudurl').'/index…
123 echo $helper->filelist($fileid,'');
126 … echo $helper->internalmedia('',$helper->pathToWikiID($dir),$helper->getLang('parentFolder'));
133 echo $helper->mediaMetaStart($path);
134 echo $helper->mediaInUse($fileid);
/plugin/sentry/action/
H A Derrors.php57 $helper = plugin_load('helper', 'sentry');
58 $events = $helper->getPendingEventIDs();
67 $event = $helper->loadEvent($eid);
71 if ($helper->sendEvent($event)) {
72 $helper->deleteEvent($eid);
91 $helper = plugin_load('helper', 'sentry');
114 $helper->logEvent($event);
134 $helper->logEvent($event);
146 $helper->logException($e);
147 echo $helper->formatException($e);
[all …]
/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/upgrade/
H A Dadmin.php17 protected $helper;
20 * initialize helper
24 $this->helper = plugin_load('helper', 'upgrade');
25 $this->helper->setLogger($this);
153 $ok = $this->helper->cleanup();
161 $ok = $this->helper->checkVersions();
167 } elseif (!file_exists($this->helper->tgzfile)) {
168 if ($ok = $this->helper->downloadTarball()) $next = 'unpack';
169 } elseif (!is_dir($this->helper
16 protected $helper; global() variable in admin_plugin_upgrade
[all...]
H A Dcli.php18 protected $helper;
26 $this->helper = new helper_plugin_upgrade();
27 $this->helper->setLogger($this);
53 if (!$this->helper->checkVersions() && !$options->getOpt('ignoreversions')) {
56 $this->helper->downloadTarball() || $this->fatal('Upgrade aborted');
57 $this->helper->extractTarball() || $this->fatal('Upgrade aborted');
58 $this->helper->checkPermissions() || $this->fatal('Upgrade aborted');
60 $this->helper->copyFiles() || $this->fatal('Upgrade aborted');
61 $this->helper->deleteObsoleteFiles() || $this->fatal('Upgrade aborted');
63 $this->helper
16 protected $helper; global() variable in cli_plugin_upgrade
[all...]
/plugin/farmer/_test/
H A Dhelper.test.php
/plugin/semantic/
H A Daction.php19 private $helper = null; variable in action_plugin_semantic
23 $this->helper = $this->loadHelper('semantic');
104 $this->helper->getMetadata($id);
105 $json_ld = $this->helper->getJsonLD();
142 $this->helper->getMetadata($ID);
143 $json_ld = $this->helper->getJsonLD();
169 $this->helper->getMetadata($ID);
197 $this->helper->getMetadata($ID);
199 if ($author = $this->helper->getAuthor()) {
223 $this->helper->getMetadata($ID);
[all …]
/plugin/bureaucracy-au/helper/
H A Dfieldsubmit.php37 $helper = null;
38 if(@is_dir(DOKU_PLUGIN.'captcha')) $helper = plugin_load('helper','captcha');
39 if(!is_null($helper) && $helper->isEnabled()){
40 $form->addElement($helper->getHTML());
70 $helper = null;
71 if(@is_dir(DOKU_PLUGIN.'captcha')) $helper = plugin_load('helper','captcha');
72 if(!is_null($helper) && $helper->isEnabled()){
73 return $helper->check();
/plugin/bureaucracyau/helper/
H A Dfieldsubmit.php37 $helper = null;
38 if(@is_dir(DOKU_PLUGIN.'captcha')) $helper = plugin_load('helper','captcha');
39 if(!is_null($helper) && $helper->isEnabled()){
40 $form->addElement($helper->getHTML());
70 $helper = null;
71 if(@is_dir(DOKU_PLUGIN.'captcha')) $helper = plugin_load('helper','captcha');
72 if(!is_null($helper) && $helper->isEnabled()){
73 return $helper->check();
/plugin/bureaucracy/helper/
H A Dfieldsubmit.php37 $helper = null;
38 if(@is_dir(DOKU_PLUGIN.'captcha')) $helper = plugin_load('helper','captcha');
39 if(!is_null($helper) && $helper->isEnabled()){
40 $form->addElement($helper->getHTML());
70 $helper = null;
71 if(@is_dir(DOKU_PLUGIN.'captcha')) $helper = plugin_load('helper','captcha');
72 if(!is_null($helper) && $helper->isEnabled()){
73 return $helper->check();
/plugin/letsencrypt/
H A Dcli.php13 protected $helper; variable in LetsEncrypt
20 $this->helper = plugin_load('helper', 'letsencrypt');
51 if(!$this->helper->getRoot()) $this->fatal('no webserver root directory set or detected');
52 if(!$this->helper->getCertDir()) $this->fatal('no certificate directory set');
53 if(!$this->helper->hasAccount()) $this->fatal('no letsencrypt account set up, yet');
57 $domains = $this->helper->getAllDomains();
66 if(!$quiet) $this->helper->setCliLogger($this);
67 $this->helper->updateCerts();
93 …$this->colors->ptln(sprintf("%-50s" . $this->helper->getLang('valid'), $domain, $expire), 'green');
95 … $this->colors->ptln(sprintf("%-50s" . $this->helper->getLang('invalid'), $domain), 'red');
[all …]
/plugin/translation/
H A Daction.php17 * For the helper plugin variable in action_plugin_translation
20 protected $helper;
23 * Constructor. Load helper plugin
27 $this->helper = plugin_load('helper', 'translation');
73 $locale = $this->helper->getLangPart($id ?? '');
82 $locale = $this->helper->getLangPart("$locale:foo");
138 if (!$this->helper->istranslatable($ID)) return;
139 $locale = $this->helper->getLangPart($ID ?? '');
166 $lc = $this->helper
[all...]
/plugin/nspages/printers/
H A DprinterNice.php40 $helper = new rendererXhtmlHelper($this->renderer, $actualNbCols, $this->plugin, $this->anchorName);
42 $helper->openColumn();
45 $helper->printHeaderChar($firstCharOfLastAddedPage);
46 $helper->openListOfItems();
53 $helper->closeListOfItems();
54 $helper->closeColumn();
55 $helper->openColumn();
60 $helper->printHeaderChar($firstCharOfLastAddedPage);
62 $helper->printHeaderChar($firstCharOfLastAddedPage, true);
64 $helper
[all...]
/plugin/acknowledge/
H A Daction.php38 /** @var helper_plugin_acknowledge $helper */
39 $helper = plugin_load('helper', 'acknowledge');
42 $helper->removePage($event->data['id']); // this cascades to assignments
44 $helper->storePageDate($event->data['id'], $event->data['newRevision'], $event->data['newContent']);
49 $helper->clearPageAssignments($event->data['id']);
53 $helper->setAutoAssignees($event->data['id']);
132 /** @var helper_plugin_acknowledge $helper */
133 $helper = plugin_load('helper', 'acknowledg
[all...]
/plugin/swarmwebhook/webhooks/
H A DZapier.php18 $helper = plugin_load('helper', 'swarmwebhook');
19 if (!$helper) {
23 if ($helper->getConf('service') !== 'Zapier') {
71 $helper = plugin_load('helper', 'swarmwebhook');
79 $helper->createNewSwarmSchema();
82 $helper->deleteCheckinFromLookup($lookupData['checkinid']);
83 $helper->saveDataToLookup($lookupData);
109 $helper = plugin_load('helper', 'swarmwebhook');
110 $dateTime = $helper->getDateTimeInstance($data['createdAt'], $data['timeZoneOffset']);

12345678910>>...20