Home
last modified time | relevance | path

Searched refs:true (Results 5726 – 5750 of 6699) sorted by path

1...<<221222223224225226227228229230>>...268

/plugin/siteexport/
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;
H A Dpreload.php12 } else if ( class_exists( "\dokuwiki\Extension\PluginController", true ) ) {
27 $tempREQUEST = (array) json_decode(stripslashes($_REQUEST['q']), true);
62 if (!defined('DOKU_URL')) define('DOKU_URL', getBaseURL(true));
149 return true;
160 return true;
218 return true;
229 return 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 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='&amp;', $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 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 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 );
H A Dtoc.php9 private $emptyNSToc = true;
89 …$elem['url'] = $this->functions->getSiteName($elem['id'], true); // Override - we need a clean name
103 …$elem['tags'] = explode(' ', p_get_metadata($elem['id'], 'context tags', true)); // thats from the…
129 …$this->shortenByTranslation($elem['mapURL'], true); // true to already remove all language stuff -…
135 $elem['tocNS'] = $this->shortenByTranslation($elem['tocNS'], true);
184 private function __TOCItem($item, $depth, $selfClosed = true)
376 $meta = p_get_metadata($ID, 'context', true);
391 $REFS = p_get_metadata($ID, 'relation references', true);
455 $this->didDebug = true;
/plugin/siteexport/renderer/
H A Dpdf.php37 'cache' => true, // may the rendered result cached?
38 'toc' => true, // render the TOC?
82 $meta['internal']['toc'] = true;
99 $hid = $this->_headerToLink($text, true);
122 …$useNumbered = p_get_metadata($ID, 'usenumberedheading', true); // 2011-02-07 This should be save …
180 $this->hasSeenHeader = true;
215 $height=NULL, $cache=NULL, $render = true) {
238 $render = ($linking == 'linkonly') ? false : true;
244 if ( substr($mime,0,5) == 'image' && $linking='details' ) { $noLink = true;}
247 $noLink = true;
[all …]
/plugin/siteexport/syntax/
H A Daggregate.php50 $isAggregator = true;
142 return true;
H A Dsiteexport.php79 $renderer->meta['siteexport']['siteexporter'] = true;
H A Dtoc.php51 $this->insideToc = true;
129 if (is_array($data) && $data['start'] == true) {
150 return true;
159 if ($renderer->meta['sitetoc']['noTOC'] === true) {
236 if ( $this->_cleanAllInstructions($instr, true) ) {
248 return true;
284 return true;
451 $firstRun = true;
556 return true;
607 $shouldSpliceAway = true;
[all …]
H A Dtoctools.php115 return true;
125 return true;
128 return true;
/plugin/sitemapnavi/action/
H A Dajax.php30 $JSINFO['plugins']['sitemapnavi'] = true;
/plugin/sitemapnavi/
H A Dhelper.php34 … $html = html_buildlist($items, 'idx', [$this, 'listItemCallback'], [$this, 'liCallback'], true);
66 $isUnsorted = true;
74 $hasChanged = true;
189 return true;
H A Dsyntax.php92 return true;
/plugin/sketchcanvas/
H A Daction.php107 skcanvas = new SketchCanvas(document.getElementById('editcanvas'), {editmode: true});
164 'block' => true);
H A Dsyntax.php37 return array($state, array(true, $this->generator, 'bytepos_start' => $pos + strlen($match)));
110 return true;
/plugin/sketchcanvas/phplib/
H A Dimage.php382 $useBase64 = true;
H A Dspyc.php64 * Setting this to true will force YAMLDump to enclose any string value in
72 * Setting this to true will forse YAMLLoad to use syck_load function when
315 if (in_array ($value, array ('true', 'TRUE', 'false', 'FALSE', 'y', 'Y', 'n', 'N', 'null', 'NULL'), true)) {
322 $value = ($value) ? "true" : "false";
531 $is_quoted = true;
595 array('true', 'on', '+', 'yes', 'y', 'True', 'TRUE', 'On', 'ON', 'YES', 'Yes', 'Y'))) {
596 return true;
698 $finished = true;
721 if (!trim($line)) return true;
[all...]

1...<<221222223224225226227228229230>>...268