Home
last modified time | relevance | path

Searched refs:true (Results 26 – 50 of 6699) sorted by last modified time

12345678910>>...268

/plugin/nspages/
H A DLICENSE77 Whether that is true depends on what the Program does.
H A Daction.php25 $event->data['nspages']['legacyModificationDateSyntax'] = $this->used_legacy_syntax_not_too_long_ago() ? 'true' : 'false';
32 return true;
/plugin/nspages/fileHelper/
H A DfilePreparer.php69 return true;
H A DnamespacePreparer.php25 $ns['title'] = p_get_first_heading($idMainPage, true);
/plugin/dbquery/
H A DLICENSE77 Whether that is true depends on what the Program does.
H A Dhelper.php28 return json_decode($doc, true);
52 PDO::ATTR_EMULATE_PREPARES => true, // emulating prepares allows us to reuse param names
/plugin/dbquery/syntax/
H A Dmacro.php45 $renderer->info['dbquery'][$data[0]] = true;
46 return true;
H A Dquery.php55 return true;
68 return true;
/plugin/siteexport/
H A DLICENSE77 Whether that is true depends on what the Program does.
H A Dcron.php70 return true;
83 return true;
105 return true;
257 $_REQUEST = $function->parseStringToRequestArray($parameters, true);
265 $this->siteexportAjax->functions->settings->isCLI = true;
266 $this->siteexportAjax->functions->settings->isAuthed = true;
H A Dhelper.php75 foreach ($plugin_controller->getList(null, true) as $plugin) { // All plugins
151 $usenumberedheading = true;
156 $templateSwitching = true;
161 $pdfExport = true;
166 $translationAvailable = true;
/plugin/siteexport/inc/
H A Ddebug.php7 private $firstRE = true;
94 …is set, readable and writable. We suggest to use a file in the DokuWiki's media directory.", true);
99 … $this->runtimeException("Could not create/open/append logfile: '{$this->debugFile}'", true);
121 header("HTTP/1.0 500 Internal Server Error", true, 500);
122 header("Status: 500 Internal Server Error", true, 500);
159 header("HTTP/1.0 500 Internal Server Error", true, 500);
160 header("Status: 500 Internal Server Error", true, 500);
H A Djavahelp.php44 … $this->translation->translationsNs = $this->translation->setupTNS($data[$i]['id'], true);
104 $toc->debug("THE END", true);
H A Dmpdf.php33 $pagesize = $INPUT->str('pagesize', $dw2pdf->getConf('pagesize'), true);
34 $orientation = $INPUT->str('orientation', $dw2pdf->getConf('orientation'), true);
58 $this->ignore_invalid_utf8 = true;
63 $this->use_kwt = true; // avoids page-breaking in H1-H6 if a table follows directly
64 $this->useSubstitutions = true;
H A DpatchCSSmgr.php47 return true;
H A Dfilewriter.php77 $this->__moveDataToZip($succeeded, "_debug/$NAME.html", $ZIP, true);
121 return true;
192 return $this->functions->settings->hasValidCacheFile = true;
238 return (@rename($folder.'/'.$data['orig'], $data['file'])) === true;
H A Dfunctions.php14 public function __construct($init = true, $isAJAX = false)
40 return ml($this->settings->origZipFile, $params, true, '&');
98 …$url = $this->wl($this->cleanID($ID), null, true, null, null, $overrideRewrite); // this must be d…
117 $heading = empty($heading) ? p_get_first_heading($ID, true) : $heading;
221 …public function wl($id='',$more='',$abs=false,$sep='&', $IDexists=true, $overrideRewrite=false…
428 return wl($NS, $data, true, '&') . $additionalKeys;
473 foreach ($plugin_controller->getList(null, true) as $plugin) {
719 $meta = p_get_metadata($elemID, 'context', true);
759 public function checkSecurityToken($token = null, $softfail = true) {
764 … if ( $softfail !== true ) msg('Security Token did not match. Possible CSRF attack.', -1);
[all …]
H A Dhttpproxy.php24 } else if ( class_exists( "\dokuwiki\HTTP\DokuHTTPClient", true ) ) {
55 $this->debug = true;
62 if (!(auth_setup() && $this->authenticate(true))) {
63 …hentication (config):", $functions->authenticate() && $this->authenticate(true) ? 'authenticated' …
75 $this->headers['X-Real-Ip'] = clientIP(true);
99 $secret = auth_cookiesalt(!$sticky, true); //bind non-sticky to session
H A Dpdfgenerator.php49 $mpdf->margin_bottom_collapse = true;
51 $mpdf->restoreBlockPageBreaks = true;
53 $mpdf->dpi = $INPUT->int('dpi', 96, true);
54 $mpdf->img_dpi = $INPUT->int('dpi', 96, true);
58 $mpdf->ignore_invalid_utf8 = true;
H A DreadCSS.patch242 …if ($m[1]=='LEFT' || $m[1]=='RIGHT') { $pageselectors = true; } // used to turn on $this->mpdf-…
247 …if ($m[1]=='LEFT' || $m[1]=='RIGHT') { $pageselectors = true; } // used to turn on $this->mpdf-…
302 if ($pageselectors) { $this->mpdf->mirrorMargins = true; }
H A Dsettings.php20 public $exportLinkedPages = true;
32 public $ignoreNon200 = true;
51 $debugLevel = $INPUT->int('debug', -1, true);
88 $this->exportLinkedPages = $INPUT->bool( 'exportLinkedPages', true );
101 …>TOCMapWithoutTranslation = intval($_REQUEST['TOCMapWithoutTranslation'] ?? 0) == 1 ? true : false;
103 $this->defaultLang = $INPUT->str( 'defaultLang', $conf['lang'], true );
107 $functions->removeWikiVariables($this->additionalParameters, true);
113 $this->excludePattern = $INPUT->str( 'exclude', $this->getConf('exclude'), true );
/plugin/siteexport/action/
H A Dajax.php65 $this->__init_functions(true);
178 $this->functions = new siteexport_functions(true, $isAJAX);
514 $url = $this->functions->wl($ID, $request, true, '&');
589 return true;
694 $noDeepReplace = true;
799 …$url = $this->functions->wl($ID, null, true, null, null, true, $hadBase) . (!empty($ANCHOR) ? '#' …
1080 return true;
1087 return true;
1092 return true;
1146 $returnValue = true;
[all …]
H A Dstartup.php136 return true;
H A Dpdfstyles.php23 if ( !$INPUT->has('pdfExport') ) { return true; }
H A Dsendfile.php70 ) { return true; }
72 return true;

12345678910>>...268