Home
last modified time | relevance | path

Searched refs:getConf (Results 51 – 75 of 1091) sorted by last modified time

12345678910>>...44

/plugin/yalist/
H A Dsyntax.php408 if($this->getConf('def_list_odt_export') != 'table') {
424 $config = $this->getConf('def_list_odt_export');
469 switch($this->getConf('def_list_odt_export')) {
523 switch($this->getConf('def_list_odt_export')) {
564 switch($this->getConf('def_list_odt_export')) {
575 switch($this->getConf('def_list_odt_export')) {
586 switch($this->getConf('def_list_odt_export')) {
596 switch($this->getConf('def_list_odt_export')) {
606 switch($this->getConf('def_list_odt_export')) {
621 switch($this->getConf('def_list_odt_export')) {
/plugin/spatialhelper/
H A Daction.php138 $path = mediaFN($this->getConf('media_kml'));
140 $event->data ['items'] [] = new Item(ml($this->getConf('media_kml'), '', true, '&', true), $lastmod);
155 $kml = $helper->createKMLSitemap($this->getConf('media_kml'));
156 $rss = $helper->createGeoRSSSitemap($this->getConf('media_georss'));
158 if (!empty($this->getConf('sitemap_namespaces'))) {
159 $namespaces = array_map('trim', explode("\n", $this->getConf('sitemap_namespaces')));
161 $kmlN = $helper->createKMLSitemap($namespace . $this->getConf('media_kml'));
162 $rssN = $helper->createGeoRSSSitemap($namespace . $this->getConf('media_georss'));
379 "href" => ml($this->getConf('media_georss')), "title" => "Spatial ATOM Feed"];
381 "href" => ml($this->getConf('media_km
[all...]
/plugin/spatialhelper/admin/
H A Dpurge.php67 $sitemapper->createKMLSitemap($this->getConf('media_kml'));
68 $sitemapper->createGeoRSSSitemap($this->getConf('media_georss'));
/plugin/socialcards/
H A Daction.php74 'content' => $this->getConf('twitterName'),
91 if($this->getConf('twitterUserName') !== '') {
94 'content' => $this->getConf('twitterUserName'),
124 'content' => $this->getConf('languageTerritory'),
232 $appId = $this->getConf('fbAppId');
253 $img = $this->getConf('fallbackImage');
/plugin/dokusioc/
H A Daction.php307 …$dwuserpage_id = cleanID($this->getConf('userns')) . ($conf['useslash'] ? '/' : ':') . $INFO['edit…
331 if ($INFO['editor'] && $this->getConf('userns')) {
342 if (!$REV && $this->getConf('userns') && isset($INFO['meta']['contributor'])) {
344 $cont_ns = $this->getConf('userns') . ($conf['useslash'] ? '/' : ':');
397 if ($this->getConf('owners')) {
398 $wikipage->addSite($this->getConf('owners'));
423 …if ($this->getConf('softck') && strpos($_SERVER['HTTP_ACCEPT'], 'application/rdf+xml') !== false) {
579 if (!$pobj->getConf('userns')) {
584 …$userid = str_replace(cleanID($pobj->getConf('userns')) . ($conf['useslash'] ? '/' : ':'), '', $id…
/plugin/photogallery/
H A Dsyntax.php80 $data['phpthumb'] = $this->getConf('use_phpThumb');
81 $data['autoplay'] = $this->getConf('autoplay');
82 $data['pw'] = $this->getConf('poster_width');
83 $data['ph'] = $this->getConf('poster_height');
86 $data['iw'] = $this->getConf('viewport_width');
89 $data['panar'] = $this->getConf('panorama_ratio');
90 $data['panw'] = $this->getConf('panorama_width');
92 $data['posteralign'] = $this->getConf('posteralign');
94 $data['fullsize'] = $this->getConf('fullsize');
95 $data['sort'] = $this->getConf('sort');
[all …]
/plugin/dokuprism/
H A Daction.php35 $languages = explode('|',$this->getConf('lanuages_list'));
/plugin/dokuprism/syntax/
H A Dcode.php36 if ($this->getConf('override_file')) $this->Lexer->addEntryPattern($this->pattern[1], $mode, $this->mode);
37 if ($this->getConf('override_code')) $this->Lexer->addEntryPattern($this->pattern[11], $mode, $this->mode);
42 if ($this->getConf('override_file')) $this->Lexer->addExitPattern($this->pattern[2], $this->mode);
43 if ($this->getConf('override_code')) $this->Lexer->addExitPattern($this->pattern[12], $this->mode);
/plugin/encryptedpasswords/
H A Daction.php31 $JSINFO['plugins']['encryptedpasswords']['timeout'] = $this->getConf('reload_seconds');
/plugin/nodetailsxhtml/
H A Drenderer.php98 } else if ( $forceToc || ($this->utf8_strlen(strip_tags($this->doc)) >= $this->getConf('documentlengthfortoc') && count($this->toc) > 1 ) ) {
145 if ( $this->getConf('usenumberedheading') || !empty($useNumbered) || !empty($INFO['meta']['usenumberedheading']) || isset($_REQUEST['usenumberedheading'])) {
170 if ( $this->getConf('useHeadAnchorInsteadOfHeaderID') ) {
179 if ( $this->getConf('useSectionArticle') ) {
193 if ( $this->getConf('useSectionArticle') ) {
224 if ( $this->getConf('useSectionArticle') ) {
/plugin/keywords/action/
H A Dkeywords.php35 if ( empty( $this->getConf('APIKey') ) ) {
80 'Authorization' => 'Bearer ' . $this->getConf('APIKey'),
84 'model' => $this->getConf('APIModel'),
86 [ "role" => "system", "content" => $this->getConf('APIRole') ],
/plugin/qna/
H A Daction.php37 $fromConf = dirname(__FILE__) . '/style/' . $this->getConf('style') . '.less';
/plugin/batchedit/
H A Drequest.php54 if ($this->command == self::COMMAND_APPLY || $config->getConf('keepmarks')) {
220 if ($config->getConf('searchmode') == 'regexp') {
221 if ($config->getConf('advregexp')) {
236 if (!$config->getConf('matchcase')) {
H A Dadmin.php30 $this->session = new BatcheditSession($this->getConf('sessionexp'));
125 if ($this->getConf('timelimit') > 0) {
126 set_time_limit($this->getConf('timelimit'));
137 $this->config->getConf('searchlimit') ? $this->config->getConf('searchmax') : -1,
138 $this->config->getConf('matchctx') ? $this->config->getConf('ctxchars') : 0,
139 $this->config->getConf('ctxlines'), $this->config->getConf('tplpatterns'));
146 if (!$this->config->getConf('keepmark
[all...]
H A Dconfig.php58 public function getConf($id) { function in BatcheditConfig
109 if ($this->getConf('ctxchars') == 0) {
116 if ($this->getConf('searchmax') == 0) {
H A Dengine.php759 $properties['searchlimit'] = $config->getConf('searchlimit') ? $config->getConf('searchmax') : 0;
760 $properties['matchctx'] = $config->getConf('matchctx') ? $config->getConf('ctxchars') . ',' . $config->getConf('ctxlines') : 0;
761 $properties['tplpatterns'] = $config->getConf('tplpatterns');
/plugin/columns/
H A Dsyntax.php27 if ($this->getConf('wrapnewcol') == 1) {
135 $tag = $this->getConf('kwcolumns');
146 $tag = $this->getConf('kwnewcol');
/plugin/aichat/
H A Daction.php78 if ($this->getConf('logging')) {
H A Dcli.php477 $skip = $this->getConf('skipRegex');
479 $match = $this->getConf('matchRegex');
H A Dsyntax.php
H A Dhelper.php83 if (!$this->getConf('restrict')) return true;
86 return auth_isMember($this->getConf('restrict'), $INPUT->server->str('REMOTE_USER'), $USERINFO['grps']);
152 $class = '\\dokuwiki\\plugin\\aichat\\Storage\\' . $this->getConf('storage') . 'Storage';
172 if ($history && $this->getConf('rephraseHistory') > 0) {
176 if ($this->getConf('rephraseHistory') > $this->getConf('chatHistory')) {
217 $this->getConf('chatHistory')
246 $this->getConf('rephraseHistory')
360 if ($this->getConf('preferUIlanguage') > AIChat::LANG_AUTO_ALL) {
379 if ($this->getConf('preferUIlanguag
[all...]
/plugin/bez/cron/
H A Dfunctions.php29 $days_before = $action->getConf('task_remaind_days_before');
/plugin/bez/mdl/
H A DModel.php92 $busy_timeout = 1000 * (int)$this->action->getConf('busy_timeout');
H A DUserFactory.php25 $groups_s = $this->model->action->getConf('hidden_groups');
/plugin/bez/meta/
H A DTpl.php111 $currency = $this->action->getConf('currency');

12345678910>>...44