Home
last modified time | relevance | path

Searched refs:null (Results 26 – 50 of 5084) sorted by last modified time

12345678910>>...204

/plugin/siteexport/
H A Dcron.php161 private function recurseSettingsToOut($settings, $levelPrefix = null)
166 if ( $levelPrefix == null || empty($settings) )
H A Dhelper.php21 public function __construct($start, $end=null) {
75 foreach ($plugin_controller->getList(null, true) as $plugin) { // All plugins
93 public function __getOrderedListOfPagesForID($IDs, $start=null)
105 $page = null;
122 if ( $start != null ) {
172 $form = new Doku_Form('siteexport', null, 'post');
200 …kboxField('addParams', 1, $this->getLang('addParams') . ':', 'addParams', null, array_merge(array(…
218 …kboxField('pdfExport', 1, $this->getLang('pdfExport') . ':', 'pdfExport', null, $pdfExport ? array…
293 …eld('copyurl', "", $this->getLang('directDownloadLink') . ':', 'copyurl', null, array('readonly' =…
295 …eTextField('wgeturl', "", $this->getLang('wgetURLLink') . ':', 'wgeturl', null, array('readonly' =…
[all …]
H A Dpreload.php45 $newTemplate = array_key_exists('template', $tempREQUEST) ? $tempREQUEST['template'] : null;
184 if (is_array($_REQUEST['diPlu'] ?? null)) {
233 $headers = function_exists('getallheaders') ? getallheaders() : null;
252 …if ($this->hasSiteexportHeaders() && $caller != null && preg_match("/^(js|css)_/", $caller['functi…
/plugin/siteexport/inc/
H A Dfilewriter.php11 private $pdfGenerator = null;
12 private $functions = null;
14 public function __construct($functions = null)
25 return $this->pdfGenerator !== null;
33 public function __moveDataToZip($DATA, $FILENAME = 'toc.xml', $ZIP = null, $JUSTWRITE = false) {
63 public function __addFileToZip($FILE, $NAME, $ZIP = null) {
66 …essage("Weird, the NAME for the ZIP started with a '/'. This may result in wrong links!", null, 3);
72 …debug->message("Trying to create PDF from File '$FILE' with name '$NAME' for ZIP '$ZIP'", null, 2);
112 $this->functions->debug->message("Adding file '{$NAME}' to ZIP {$ZIPFILE}", null, 2);
202 public function getOnlyFileInZip(&$data = null) {
H A Dfunctions.php11 public $debug = null;
12 public $settings = null;
98 …$url = $this->wl($this->cleanID($ID), null, true, null, null, $overrideRewrite); // this must be d…
112 $heading = null;
144 $this->debug->message("Shortening file to '$NAME'", null, 1);
162 static $sepcharpat = null;
274 $this->debug->message("Override enabled.", null, 1);
335 public function getCacheFileNameForPattern($PATTERN = null)
337 if ($PATTERN == null) {
363 $this->debug->message("Redirecting to '$URL'", null, 2);
[all …]
H A Dhttpproxy.php30 public $debugClass = null;
31 public $settings = null;
57 if ($this->settings->cookie == null) {
128 if ($this->settings->cookie == null) {
140 public function _debug($info, $var = null) {
154 protected function debug($info, $var = null) {
H A Dpdfgenerator.php12 public function __construct($functions = null)
22 …e("Filetype " . $this->functions->settings->fileType . " did not match filename '$NAME'", null, 4);
29 $this->functions->debug->message("Could not instantiate MPDF", null, 4);
36 $this->functions->debug->message("Filecontent had no HTML starting tag", null, 4);
41 $this->functions->debug->message("Arranging HTML", null, 2);
H A Dsettings.php8 public $pattern = null;
30 public $cookie = null;
36 public $tmpDir = null;
40 public $cookies = null;
H A Dtoc.php10 private $functions = null;
11 private $NS = null;
12 public $translation = null;
83 $startPageID = null;
112 if ( $startPageID == null )
207 private function __writeTOCTree($CURRENTNODE, $CURRENTNODENAME = null, $DEPTH = 0) {
236 } else if ($CURRENTNODENAME != null) {
252 …$ELEM, count($ELEM) >= 1 ? ( !empty($ELEM['name']) ? $ELEM['name'] : $NODENAME ) : null, $DEPTH+1);
288 private function __buildTopicTree(&$PAGES, $DATA, $SITE, $INSERTDATA = null) {
292 if ($INSERTDATA == null)
/plugin/siteexport/action/
H A Dsendfile.php39 $functions->debug->message("Starting to send a file from siteexporter", null, 2);
49 … file from pattern '{$functions->settings->pattern}' with name '{$event->data['file']}'", null, 2);
/plugin/siteexport/renderer/
H A Dpdf.php23 public $acronymsExchanged = null;
192 public function listu_open($classes = null) {
196 public function listo_open($classes = null) {
200 public function finishSectionEdit($end = null, $hid = null) {
319 $link['title'] = $this->_getLinkTitle(null, $default, $isImage, $id, $linktype);
431 return null;
442 public function locallink($hash, $name = null, $returnonly = false) {
/plugin/siteexport/syntax/
H A Dtoc.php87 $listType = null;
223 null,
224 null
261 $renderer->internallink($LNID, $NAME, null);
294 $exists = false; $isImage = false; $linktype = null;
401 $check = null;
541 private function _findNextHeaderSection($section, $level, &$start, &$end, $headerName = null) {
559 if ($headerName == null || ($headerName == $instruction[1][0])) {
581 $currentMergeHint = null;
590 $currentMergeHint = null;
[all …]
/plugin/structpublish/action/
H A Dbanner.php65 if ($latestpubRevision !== null && $shownRevision->getRev() < $latestpubRevision->getRev()) {
101 if ($rev === null) {
H A Dmigration.php87 $dbVersionStruct = null;
88 $dbVersionStructpublish = null;
/plugin/structpublish/
H A Dadmin.php59 if (@preg_match($assignment['pattern'], null) === false) {
/plugin/structpublish/helper/
H A Dassignments.php16 * @param string|null $pns optimization, the colon wrapped namespace of the page, set null for automatic
20 public function matchPagePattern($pattern, $page, $pns = null)
/plugin/structpublish/meta/
H A DAssignments.php24 protected static $instance = null;
187 public function assignPage($page, $user = null, $status = null)
H A DConstants.php44 'previousAction' => null,
50 'toStatus' => null,
52 'nextAction' => null
H A DRevision.php83 * @return string|null
135 * @return string|null
157 * @return string|null
169 * @return int|null
173 if ($this->datetime === null) {
174 return null;
271 * @param int|null $rev
272 * @return Revision|null
274 public function getLatestPublishedRevision($rev = null)
283 return null;
[all...]
/plugin/diagrams/
H A Dhelper.php19 $svg = file_get_contents($file, false, null, 0, 500);
/plugin/struct/meta/
H A DAccessTable.php176 * @return int|null
227 $this->singleValues[] = null;
362 * @param null|bool $set new value, null to read only
365 public function optionSkipEmpty($set = null)
377 * @return Value|null
387 return null;
H A DAccessTableGlobal.php80 static fn($isempty, $cell) => $isempty && ($cell === '' || $cell === [] || $cell === null),
H A DAccessTablePage.php
H A DAggregationTable.php366 $align = $this->data['align'][$colnum] ?? null;
H A DAssignments.php18 /** @var \helper_plugin_sqlite|null */
240 * @param null|string $schema limit results to the given schema
244 public function getPages($schema = null, $assignedonly = false)
277 * @param string|null $pns optimization, the colon wrapped namespace of the page, set null for automatic
280 protected function matchPagePattern($pattern, $page, $pns = null)

12345678910>>...204