Home
last modified time | relevance | path

Searched refs:helper (Results 26 – 50 of 493) sorted by relevance

12345678910>>...20

/plugin/approve/action/
H A Dapprove.php27 $db_helper = plugin_load('helper', 'approve_db');
33 /** @var helper_plugin_approve $helper */
34 $helper = plugin_load('helper', 'approve');
36 if (!$helper->use_approve_here($sqlite, $INFO['id'])) return;
57 $db_helper = plugin_load('helper', 'approve_db');
63 /** @var helper_plugin_approve $helper */
64 $helper = plugin_load('helper', 'approve');
66 if (!$helper
[all...]
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineLeftImageConfigCascade.php34 uksort($configs, [$this->helper, '_sortHuman']);
87 echo $this->helper->getLang('upload_errNoFileSend');
95 echo $this->helper->getLang('upload_errNoConfigKeySend');
101 echo $this->helper->getLang('upload_errCannotOverwriteDefaultKey');
107 echo $this->helper->getLang('upload_errUploadError');
114 echo $this->helper->getLang('upload_errNoFileExtension');
120 echo $this->helper->getLang('upload_errWrongFileExtension');
128 echo $this->helper->getLang('upload_errFilenameNotValid');
139 echo $this->helper->getLang('upload_errUpdateOfConfigValueFailed');
179 echo $this->helper->getLang('upload_errNoConfigKeySend');
[all …]
H A DConfigManagerTwoLine.php15 private $helper; variable in ConfigManagerTwoLine
26 $this->helper = plugin_load('helper', 'confmanager');
69 uksort($configs, [$this->helper, '_sortHuman']);
70 if(!is_writable($this->configFile)) msg($this->helper->getLang('warning:not writable'),-1);
89 msg($this->helper->getLang('invalid save arguments'), -1);
101 uksort($lines, [$this->helper, '_sortConf']);
105 $key = $this->helper->prepareEntity($key);
106 $value = $this->helper->prepareEntity($value);
111 $this->helper->saveFile($this->configFile, $content);
/plugin/strata/syntax/
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...]
/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 …]
/plugin/authgooglesheets/
H A Dauth.php11 protected $helper; variable in auth_plugin_authgooglesheets
19 $this->helper = plugin_load('helper', 'authgooglesheets');
20 if (!$this->helper->validateSheet()) {
47 $this->helper->update($user, ['lastlogin' => dformat()]);
62 return $this->helper->getUserData($user);
96 return $this->helper->appendUser($userData);
101 return $this->helper->update($user, $changes);
106 return $this->helper->delete($users);
119 return $this->helper->getUsers($start, $limit, $filter);
130 return count($this->helper->getUsers(0, 0, $filter));
/plugin/publish/action/
H A Dapprove.php10 private $helper; variable in action_plugin_publish_approve
13 $this->helper = plugin_load('helper', 'publish');
32 $pages = $this->helper->getPagesFromNamespace($namespace);
33 $pages = $this->helper->removeSubnamespacePages($pages, $namespace);
40 if (!$this->helper->canApprove()) {
64 if (!$this->helper->canApprove()) {
70 send_redirect(wl($ID, array('rev' => $this->helper->getRevision()), true, '&'));
83 $approvalRevision = $this->helper->getRevision();
84 $approvals = $this->helper->getApprovals();
106 …if ($this->getConf('send_mail_on_approve') && $this->helper->isRevisionApproved($approvalRevision)…
/plugin/numbering/scripts/
H A Dgetnum.php19 $helper = plugin_load('helper', 'numbering');
21 $start = urldecode($helper->getConfValue('nstart'));
24 $padding = urldecode($helper->getConfValue('padding'));
25 $len = (int) urldecode($helper->getConfValue('pad_length'));
26 $set_date = $helper->getConfValue('set_date');
27 $format = urldecode($helper->getConfValue('format'));
29 if($helper->getConfValue('use_imgs') ){
30 $imagestr=urldecode($helper->getConfValue('imgs'));
40 $dformat = urldecode($helper->getConfValue('datestyle'));
/plugin/mathpublish/phpmathpublisher/
H A DPhpMathPublisher.php28 protected $helper; variable in RL\\PhpMathPublisher\\PhpMathPublisher
48 $this->helper = new Helper();
49 $this->helper->setDirImg($imgpath);
66 $dirImg = $this->helper->getDirImg();
92 $dirImg = $this->helper->getDirImg();
113 $formula = new MathExpression($this->helper->tableExpression(trim($text)), $this->helper);
146 public function setHelper($helper) argument
148 $this->helper = $helper;
156 return $this->helper;
/plugin/git/syntax/
H A Dlocalstatus.php17 var $helper = null; variable in syntax_plugin_git_localstatus
20 $this->helper =& plugin_load('helper', 'git');
21 if(!$this->helper) msg('Loading the git helper in the git_localstatus class failed.', -1);
121 … $this->helper->renderChangesMade($renderer, $repo, 'Commit local');
130 if($this->helper->haveChangesBeenSubmitted() === true)
134 $this->helper->resetGitStatusCache('upstream');
135 $upsptreamUpdatesAvailable = $this->helper->CheckForUpstreamUpdates();
144 $this->helper->renderAdminApproval($renderer);
169 $this->helper->render_commit_selector($renderer, $commits, true);
171 $this->helper->render_changed_files_table($renderer, $commits, $repo);
[all …]
/plugin/autotranslation/
H A Dadmin.php17 $helper = plugin_load('helper', "autotranslation");
18 $default_language = $helper->defaultlang;
29 foreach ($helper->translations as $t) {
39 if (!$helper->getLangPart($page["id"]) === $default_language ||
40 !$helper->istranslatable($page["id"], false) ||
52 list($lc, $idpart) = $helper->getTransParts($page["id"]);
54 foreach ($helper->translations as $t) {
59 list($translID, $name) = $helper->buildTransID($t, $idpart);
72 $difflink .= $helper->getOldDiffLink($page["id"], $page['mtime']);
H A Daction.php22 private $helper = null; variable in action_plugin_autotranslation
30 $this->helper = plugin_load('helper', 'autotranslation');
82 $translations = $this->helper->getAvailableTranslations($ID);
107 $this->helper->getLocalName($orig),
192 $lc = $this->helper->getLangPart($id);
214 $lc = $this->helper->getBrowserLang();
226 $lc = $this->helper->getLangPart($ID);
259 $tr = $this->helper->getLangPart($r);
278 $tr = $this->helper->getLangPart($r);
308 $pageLang = $this->helper->getLangPart($ID);
[all …]
/plugin/translation/
H A Dadmin.php28 /** @var helper_plugin_translation $helper */
29 $helper = plugin_load('helper', "translation");
30 $default_language = $helper->defaultlang;
41 foreach ($helper->translations as $t) {
52 $helper->getLangPart($page["id"]) !== $default_language ||
53 !$helper->istranslatable($page["id"], false) ||
65 [, $idpart] = $helper->getTransParts($page["id"]);
67 foreach ($helper->translations as $t) {
72 [$translID, ] = $helper
[all...]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DHelperCollection.php38 foreach ($helpers as $name => $helper) {
39 $this->add($name, $helper);
49 * @param mixed $helper
51 public function __set($name, $helper) argument
53 $this->add($name, $helper);
60 * @param mixed $helper
62 public function add($name, $helper) argument
64 $this->helpers[$name] = $helper;
/plugin/quickstats/scripts/
H A Dget_geocity.php13 $helper = plugin_load('helper', 'quickstats');
27 qs_say($helper->getLang('download_fail'), $gzfile);
33 qs_say($helper->getLang('write_fail'), $gzfile);
37 qs_say($helper->getLang('write_fail'), $gzfile);
41 qs_say($helper->getLang('file_saved'), $gzfile);
48 qs_say($helper->getLang('file_saved'), $data_file);
51 qs_say($helper->getLang('no_unpack'), $gzfile);
55 qs_say($helper->getLang('no_geoip_local'));
/plugin/maintenance/
H A Daction.php9 $this->helper =& plugin_load('helper', 'maintenance');
10 $this->helper->script_updatelockall();
18 if ($this->helper->is_locked()) {
41 if ($this->helper->is_locked()) return;
42 … if ($this->helper->script_autocheck()) $this->helper->script_start($this->helper->get_script());
/plugin/fksnewsfeed/
H A Daction.php29 private helper_plugin_newsfeed $helper; variable in action_plugin_newsfeed
32 $this->helper = $this->loadHelper('newsfeed');
114 $news = $this->helper->serviceNews->getById($newsId);
127 $stream = $this->helper->serviceStream->findByName($streamId);
166 $this->helper->serviceNews->create($data);
170 $this->helper->serviceNews->update($news, $data);
177 $stream = $this->helper->serviceStream->findByName($streamName);
183 $this->helper->servicePriority->store($newsId, $stream);
197 $this->helper->servicePriority->update($priority, [
218 $news = $this->helper->serviceNews->getAll();
[all …]
/plugin/settingstree/
H A Daction.php37 if (!($helper = plugin_load('helper', 'settingstree'))){
44 …'html' => $helper->showExportHtml($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$IN…
51 'html' => $helper->showHtml($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':')),
58 if (!($helper = plugin_load('helper', 'settingstree'))){
62 $data = array('html' => $helper->showHierarchy($INPUT->str('pluginname'),$INPUT->str('key')));
66 if (!($helper = plugin_load('helper', 'settingstree'))){
70 …$html = $helper->saveLevel($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$INPUT->ar…
76 if (!($helper = plugin_load('helper', 'settingstree'))){
80 …$html = $helper->exportLevel($INPUT->str('pluginname'),':'.ltrim($INPUT->str('path'),':'),$INPUT->…
/plugin/discordnotifier/
H A Daction.php25 $helper = plugin_load('helper', 'discordnotifier');
28 if ( $helper -> attic_write ( $event -> data['file'] ) ) return;
31 if ( !$helper -> valid_namespace ( ) ) return;
34 if ( !$helper -> set_event ( $event ) ) return;
37 $helper -> set_payload_text ( $event );
40 $helper -> submit_payload ( );
/plugin/publish/_test/
H A Dhelper.test.php46 $helper = plugin_load('helper', 'publish');
47 $this->assertSame($helper->in_namespace($namespace_list,$id),$result,$msg);
79 $helper = plugin_load('helper', 'publish');
80 $this->assertSame($helper->is_dir_valid($namespace_list,$id),$result,$msg);
89 $helper = plugin_load('helper', 'publish');
91 $this->assertFalse($helper->isActive('de:sidebar'), 'de:sidebar is still listed as active');
92 $this->assertFalse($helper->isActive('en:sidebar'), 'en:sidebar is still listed as active');
/plugin/structodt/
H A Daction.php107 $helper = plugin_load('helper', 'structodt');
112 $template = $helper->rowTemplate($row, $template);
119 $rendered_page = $helper->tmpFileName('pdf');
124 $rendered_pages[] = $helper->$method($template, $row);
131 $tmp_file = $helper->concatenate($rendered_pages);
157 $helper = plugin_load('helper', 'structodt');
177 $row = $helper->getRow($schema, $pid, $rev, $rid);
185 $filename = $helper
[all...]
/plugin/cleanup/
H A Dadmin.php14 private $helper; variable in admin_plugin_cleanup
17 $this->helper = $this->loadHelper('cleanup', false);
52 $this->helper->run(true);
54 $this->helper->run();
58 foreach($this->helper->list as $file) {
62 …echo '<p>' . sprintf($this->getLang('sum'), count($this->helper->list), filesize_h($this->helper->…
/plugin/pageimage/_test/
H A Dhelper.test.php9 private $helper; variable in helper_plugin_pageimage_test
12 $this->helper = plugin_load('helper', 'pageimage');
18 $imageID = $this->helper->getImageID('pageimage:page');
25 $imageID = $this->helper->getImageID('pageimage:page');
32 $imageID = $this->helper->getImageID('wiki:dokuwiki-128');
38 $imageID = $this->helper->getImageID('pageimage:page',array('firstimage'=>1));
/plugin/news/
H A Daction.php14 var $helper; variable in action_plugin_news
26 $this->helper = $this->loadHelper('news', true);
36 $perm = $this->helper->has_permission();
41 if($this->helper->pageUpdated() ) {
42 $metafile = $this->helper->getMetaFN('wasupdated','.meta') ;
44 $this->helper->saveFeedData($ID);
/plugin/structacl/_test/
H A DConfigTest.php39 $helper = plugin_load('helper', 'structacl');
41 $config = $helper->getConfiguration($confValue);
55 $helper = plugin_load('helper', 'structacl');
57 $config = $helper->getConfiguration($confValue);
71 $helper = plugin_load('helper', 'structacl');
73 $config = $helper->getConfiguration($confValue);

12345678910>>...20