Home
last modified time | relevance | path

Searched refs:helper (Results 51 – 75 of 493) sorted by relevance

12345678910>>...20

/plugin/quickstats/GEOIP/
H A Dget_geocity2.php18 $helper = plugin_load('helper', 'quickstats');
33 qs_say($helper->getLang('download_fail'), $gzfile);
39 qs_say($helper->getLang('write_fail'), $gzfile);
43 qs_say($helper->getLang('write_fail'), $gzfile);
47 qs_say($helper->getLang('file_saved'), $gzfile);
54 qs_say($helper->getLang('file_saved'), $data_file);
57 qs_say($helper->getLang('no_unpack'), $gzfile);
/plugin/aichat/
H A Dcli.php21 protected $helper;
86 $this->helper->updateConfig(
136 'embed model' => (string) $this->helper->getEmbeddingModel(),
137 'rephrase model' => (string) $this->helper->getRephraseModel(),
138 'chat model' => (string) $this->helper->getChatModel(),
142 $this->helper->getRunData(),
143 $this->helper->getStorage()->statistics()
193 $storage = $this->helper->getStorage();
214 $chunks = $this->helper->getEmbeddings()->createPageChunks($page, 0);
233 $this->helper
18 protected $helper; global() variable in cli_plugin_aichat
[all...]
/plugin/owncloud/
H A Daction.php58 $helper = $this->loadHelper('owncloud',false);
59 $list = $helper->getMediaOfThisPage($ID);
78 $helper = $this->loadHelper('owncloud',false);
79 echo $helper->getMediaOfThisPage($ID);
125 $helper = $this->loadHelper('owncloud',false);
151 $helper = $this->loadHelper('owncloud',false);
152 if(!$helper) return $rawdata;
189 $path = $helper->getFilenameForID($fileid);
204 $fileid = $helper->fileIDForWikiID($src);
206 $fileid = $helper->fileIDForWikiID($oldsrc);
[all …]
/plugin/letsencrypt/
H A Dadmin.php17 protected $helper; variable in admin_plugin_letsencrypt
20 $this->helper = plugin_load('helper', 'letsencrypt');
53 $this->helper->setHTMLLogger();
59 $this->helper->register($code, $country, $INPUT->str('email'));
62 $this->helper->updateCerts();
115 $certdir = $this->helper->getCertDir();
116 $rootdir = $this->helper->getRoot();
143 if($this->helper->hasAccount()) {
158 $domains = $this->helper->getAllDomains();
/plugin/linkscollection/exe/
H A Dtree.php7 $helper = plugin_load('helper', 'linkscollection'); variable
16 <title><?php $helper->getLang('title'); ?></title>
22 <?php echo $helper->locale_xhtml('intro'); ?>
24 <?php echo $helper->getSitemap(); ?>
25 …<button type="submit" id="plugin_linkscollection__insert"><?php echo $helper->getLang('button'); ?…
/plugin/solr/
H A Daction.php84 $helper = $this->loadHelper('solr', true);
87 if(!$helper->needs_indexing($ID)){
93 $lock = $helper->lock_index();
115 $helper->update_idxfile($ID);
150 $helper = $this->loadHelper('solr', true);
151 echo $helper->htmlAdvancedSearchform();
236 $helper = $this->loadHelper('solr', true);
274 $helper = $this->loadHelper('solr', true);
380 $helper = $this->loadHelper('solr', true);
416 $helper = $this->loadHelper('solr', true);
[all …]
/plugin/git/action/
H A Dmerge.php14 var $helper = null; variable in action_plugin_git_merge
17 $this->helper =& plugin_load('helper', 'git');
18 if(!$this->helper) msg('Loading the git helper failed.',-1);
49 if(!$this->helper) {
53 $this->helper->resetGitStatusCache('upstream');
54 $this->helper->rebuild_data_plugin_data();
/plugin/snippets/exe/
H A Dupdate.php28 $helper = plugin_load('helper', 'snippets'); variable
31 $helper->insertSnippet($result, $id,false); // insert all updated snippets
35 $snip_data=unserialize(io_readFile($helper->getMetaFileName(),false));
39 $helper->updateMetaTime($id,$snip) ;
51 global $snip_data,$helper;
61 …$pages = $helper->getPageArray($snip_data['snip'][$snip] , $id); // if not, remove it from the sn…
63 io_saveFile($helper->getMetaFileName(),serialize($snip_data));
/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/swarmwebhook/webhooks/
H A DIFTTT.php22 $helper = plugin_load('helper', 'swarmwebhook');
23 if (!$helper) {
27 if ($helper->getConf('service') !== 'IFTTT') {
60 $helper = plugin_load('helper', 'swarmwebhook');
61 $storedSecret = $helper->getConf('hook secret');
91 $helper = plugin_load('helper', 'swarmwebhook');
95 $helper->createNewSwarmSchema();
98 $helper->deleteCheckinFromLookup($lookupData['checkinid']);
99 $helper->saveDataToLookup($lookupData);
/plugin/autolink4/syntax/
H A Dregex.php25 private $helper;
29 $this->tooltip = plugin_load('helper', 'autotooltip'); variable in syntax_plugin_autolink4_regex
32 $this->helper = plugin_load('helper', 'autolink4');
33 $this->helper->loadAndProcessConfigFile();
67 foreach ($this->helper->getSubs() as $s) {
86 return $this->helper->getMatch($match);
/plugin/mathpublish/phpmathpublisher/
H A DTextExpression.php29 * @param Helper $helper
31 public function __construct($exp, Helper $helper) argument
33 $this->helper = $helper;
42 $this->image = $this->helper->displayMath($this->text, $size);
H A DMathExpression.php34 * @param Helper $helper
36 public function __construct($exp, $helper) argument
38 $this->helper = $helper;
66 ), $this->helper);
309 $white = $this->helper->getBackColor($result);
337 $black = $this->helper->getFontColor($result);
338 $white = $this->helper->getBackColor($result);
435 $black = $this->helper->getFontColor($result);
436 $white = $this->helper->getBackColor($result);
469 $black = $this->helper->getFontColor($result);
[all …]
/plugin/farmer/action/
H A Dstartup.php19 protected $helper;
26 $this->helper = plugin_load('helper', 'farmer');
47 if ($this->helper->wasNotfound()) $this->handleNotFound();
59 $config = $this->helper->getConfig();
91 $animals = $this->helper->getAllAnimals();
93 $link = $this->helper->getAnimalURL($animal);
18 protected $helper; global() variable in action_plugin_farmer_startup
H A Dajax.php88 /** @var helper_plugin_farmer $helper */
89 $helper = plugin_load('helper', 'farmer');
95 $plugins = $helper->getAnimalPluginRealState($animal);
105 $helper->setPluginState($pname, $animal, $new);
108 $plugins = $helper->getAnimalPluginRealState($animal);
122 /** @var helper_plugin_farmer $helper */
123 $helper = plugin_load('helper', 'farmer');
125 $animals = $helper
[all...]
/plugin/farmer/admin/
H A Dinfo.php17 protected $helper;
24 $this->helper = plugin_load('helper', 'farmer');
48 $animal = $this->helper->getAnimal();
49 $config = $this->helper->getConfig();
69 $this->line('plugins', implode(', ', $this->helper->getAllPlugins(false)));
84 $animals = $this->helper->getAllAnimals();
95 $link = $this->helper->getAnimalURL($animal);
19 protected $helper; global() variable in admin_plugin_farmer_info
H A Dplugins.php17 /** @var helper_plugin_farmer $helper */
18 private $helper;
22 $this->helper = plugin_load('helper', 'farmer');
40 $animals = $this->helper->getAllAnimals();
43 $this->helper->setPluginState($plugin, $animal, $INPUT->int('state'));
53 $this->helper->setPluginState($plugin, $animal, $state);
80 /** @var helper_plugin_farmer $helper */
81 $helper = plugin_load('helper', 'farme
19 private $helper; global() variable in admin_plugin_farmer_plugins
[all...]
/plugin/stopforumspam2/
H A Daction.php25 $helper = plugin_load('helper','stopforumspam2');
27 …if ($helper->quickipcheck(null, $this->getConf('accessRefusalFreq'), $this->getConf('accessRefusal…
51 $helper = plugin_load('helper','stopforumspam2');
52 …if ($ACT == 'edit' and $helper->quickipcheck(null, $this->getConf('protectEditFreq'), $this->getCo…
56 …if ($ACT == 'register' and $helper->quickipcheck(null, $this->getConf('protectRegFreq'), $this->ge…
64 $helper = plugin_load('helper','stopforumspam2');
87 … $result1 = $helper->freqcheck(null, $email, $username, FALSE, $this->getConf('protectRegFreq'));
88 … $result2 = $helper->confcheck(null, $email, $username, FALSE, $this->getConf('protectRegConf'));
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineConfigCascade.php25 uksort($configs, [$this->helper, '_sortHuman']);
35 msg($this->helper->getLang('invalid save arguments'), -1);
89 msg($this->helper->getLang('no local file given'),-1);
97 msg($this->helper->getLang('cannot apply changes'), -1);
100 msg($this->helper->getLang('changes applied'), 1);
104 uksort($config, [$this->helper, '_sortConf']);
105 $content = $this->helper->getCoreConfigHeader();
110 $this->helper->saveFile($file, $content);
H A DConfigManagerSingleLineConfigCascade.php32 usort($configs, [$this->helper, '_sortHuman']);
78 msg($this->helper->getLang('no local file given'),-1);
86 msg($this->helper->getLang('cannot apply changes'), -1);
89 msg($this->helper->getLang('changes applied'), 1);
93 uksort($config, [$this->helper, '_sortConf']);
94 $content = $this->helper->getCoreConfigHeader();
99 $this->helper->saveFile($file, $content);
/plugin/fksnewsfeed/inc/renderer/
H A DVyfukRenderer.php33 return $this->helper->getLang($key);
53 $this->helper->getLang('btn_opt') . '</button>';
69 $html .= '<h5 class="modal-title">' . $this->helper->getLang('') . 'Upaviť novinku</h5>';
101 $stream = $this->helper->serviceStream->findByName($streamName);
103 $priority = $this->helper->servicePriority->findByNewsAndStream($id, $stream->streamId);
105 …$priorityValue = new InputElement('number', 'priority[value]', $this->helper->getLang('valid_from'…
118 …$priorityToElement = new InputElement('datetime-local', 'priority[to]', $this->helper->getLang('va…
124 …$form->addButton('submit', $this->helper->getLang('btn_save_priority'))->addClass('btn btn-success…
140 … $editForm->addButton('submit', $this->helper->getLang('btn_edit_news'))->addClass('btn btn-info');
149 …$deleteForm->addButton('submit', $this->helper->getLang('delete_news'))->attr('data-warning', true)
[all …]
H A DFykosRenderer.php44 $this->helper->getLang('btn_opt') . '</button>';
60 $html .= '<h5 class="modal-title">' . $this->helper->getLang('btn_opt') . '</h5>';
86 $stream = $this->helper->serviceStream->findByName($streamName);
87 $priority = $this->helper->servicePriority->findByNewsAndStream($id, $stream->streamId);
89 …$priorityValue = new InputElement('number', 'priority[value]', $this->helper->getLang('valid_from'…
102 …$priorityToElement = new InputElement('datetime-local', 'priority[to]', $this->helper->getLang('va…
108 …$form->addButton('submit', $this->helper->getLang('btn_save_priority'))->addClass('btn btn-success…
124 … $editForm->addButton('submit', $this->helper->getLang('btn_edit_news'))->addClass('btn btn-info');
133 …$deleteForm->addButton('submit', $this->helper->getLang('delete_news'))->attr('data-warning', true)
142 … $purgeForm->addButton('submit', $this->helper->getLang('cache_del'))->addClass('btn btn-warning');
[all …]
/plugin/fksnewsfeed/admin/
H A Dpush.php14 private helper_plugin_newsfeed $helper; variable in admin_plugin_newsfeed_push
17 $this->helper = $this->loadHelper('newsfeed');
38 $stream = $this->helper->serviceStream->findByName($INPUT->param('news')['stream']);
45 $this->helper->fullParentDependence($targetStreamId, $streamIds);
49 $this->helper->servicePriority->store($newsId, $streamId);
59 $stream = $this->helper->serviceStream->findByName($streamName);
63 $streams = $this->helper->serviceStream->getAll();
70 $allNews = $this->helper->serviceNews->getAll();
73 $news = $this->helper->serviceNews->getById($id);
/plugin/watchcycle/
H A Daction.php127 $sqlite = plugin_load('helper', 'watchcycle_db')->getDB();
132 /* @var \helper_plugin_watchcycle $helper */
133 $helper = plugin_load('helper', 'watchcycle');
143 $uptodate = $helper->daysAgo($last_maintainer_rev) <= (int)$watchcycle['cycle'];
239 /* @var \helper_plugin_watchcycle $helper */
240 $helper = plugin_load('helper', 'watchcycle');
242 echo json_encode($helper->validateMaintainerString($maintainers));
304 /* @var \helper_plugin_watchcycle $helper */
[all...]
/plugin/settingstree/settings/
H A Dsettingshierarchy.class.php20 public static $helper = null; // settingstree for local getLang variable in settingshierarchy
196 …$lev .= ($p ? "<span class='_p'>".settingshierarchy::$helper->getLang('became_protected').".</span…
197helper->getLang('value_set_to')." <code>{$this->format($key,$level->getLevelValue($key))}</code>".…
202 …$ret .= "<li class='title'>".sprintf(settingshierarchy::$helper->getLang("settings_for_%s"),$key).…
206 …ss='".($p ? 'protect':'').' '.($v ? 'value':'')."'>".settingshierarchy::$helper->getLang("in_confi…
207 …$ret .= "<span class='_d'>".settingshierarchy::$helper->getLang('default_is')." <code>{$this->form…
208 …$ret .= ($p ? "<span class='_p'>".settingshierarchy::$helper->getLang('became_protected').".</span…
212 $ret .= "<li><b>".settingshierarchy::$helper->getLang("this_is_extended")."</b>";
220 if ($value === null) return "[".settingshierarchy::$helper->getLang('default_value')."]";
222 return settingshierarchy::$helper->getLang($value ? "on" : "off");
[all …]

12345678910>>...20