Home
last modified time | relevance | path

Searched refs:null (Results 51 – 75 of 5084) sorted by last modified time

12345678910>>...204

/plugin/struct/meta/
H A DCSVImporter.php96 * @return array|false|null
114 $pageType = new Page(null, 'pid');
H A DColumn.php188 static $map = null;
H A DConfigParser.php149 $this->config['headers'][] = null;
154 $this->config['align'][] = null;
229 $align = null;
H A DPageMeta.php59 * @param string|null $title set null to derive from PID
63 if ($title === null) {
74 * @param string|null $lastEditor
78 if ($lastEditor === null) {
89 * @param int|null $lastrev
93 if ($lastrev === null) {
104 * @param int|null $lastsummary
108 if ($lastsummary === null) {
H A DQueryBuilderWhere.php23 * @param null|string $statement The statement or null if this should hold sub statments
25 public function __construct(QueryBuilder $QB, $type = 'AND', $statement = null)
29 if ($statement === null) {
65 return $this->where('AND', null);
75 return $this->where('OR', null);
82 * @param null|string $statement null creates a new sub clause
86 public function where($op = 'AND', $statement = null)
H A DSchemaImporter.php30 if ($input === null) {
H A DSearch.php195 * @return array|null [Column col, string|string[] value, string comp, string op]
214 if (!$col) return null; // ignore missing columns, filter might have been for different schema
551 if ($table === null) {
556 $schema = $this->schemas[$table] ?? null;
565 * Handles Aliases. Table might be null if none given.
578 $table = null;
630 if ($table !== null && isset($this->schemas[$table])) {
632 } elseif ($table === null || !$strict) {
H A DSearchConfig.php
H A DSearchConfigParameters.php22 /** @var null|array */
92 $this->sort = null;
H A DStructException.php35 parent::__construct($trans, -1, null);
H A DValue.php
/plugin/struct/
H A Dremote.php52 if (!$schema) $schema = null;
103 public function getSchema($schema = null)
111 $schemas = $this->hlp::getSchema($schema ?: null);
/plugin/struct/renderer/
H A Dcsv.php79 * @param null $align ignored
83 public function tablecell_open($colspan = 1, $align = null, $rowspan = 1)
107 * @param null $align ignored
110 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1)
148 public function internallink($link, $title = null)
156 public function externallink($link, $title = null)
164 public function emaillink($address, $name = null)
183 public function code($text, $lang = null, $file = null)
228 public function file($text, $lang = null,
[all...]
/plugin/struct/syntax/
H A Dcloud.php75 return null;
H A Dglobal.php44 if (is_null($config)) return null;
H A Dlist.php
H A Dtable.php84 return null;
105 if ($INFO !== null) {
H A Dvalue.php78 return null;
/plugin/struct/types/
H A DAbstractBaseType.php55 * @var null|Column the column context this type is part of
66 * @param array|null $config The configuration, might be null if nothing saved, yet
71 public function __construct($config = null, $label = '', $ismulti = false, $tid = 0)
353 * @param int|null $showCount count for the tag, only passed if summarize was set in config
355 public function renderTagCloudLink($value, \Doku_Renderer $R, $mode, $page, $filter, $weight, $showCount = null)
H A DDateTime.php22 * @param array|null $config
27 public function __construct($config = null, $label = '', $ismulti = false, $tid = 0)
H A DLookup.php27 * @param array|null $config
32 public function __construct($config = null, $label = '', $ismulti = false, $tid = 0)
H A DMedia.php53 $width = null;
54 $height = null;
66 $html = $R->internalmedia($value, null, null, $width, $height, null, 'direct', true);
68 $R->internalmedia($value, null, null, $width, $height, null, 'direct');
72 $html = $R->externalmedia($value, null, null,
[all...]
/plugin/struct/jsoneditor/
H A Djsoneditor.min.css1 div.jsoneditor-field,div.jsoneditor-readonly,div.jsoneditor-value{border:1px solid transparent;min-height:16px;min-width:32px;padding:2px;margin:1px;word-wrap:break-word;float:left}div.jsoneditor-field p,div.jsoneditor-value p{margin:0}div.jsoneditor-value{word-break:break-word}div.jsoneditor-readonly{min-width:16px;color:gray}div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}div.jsoneditor-field.jsoneditor-empty::after,div.jsoneditor-value.jsoneditor-empty::after{pointer-events:none;color:#d3d3d3;font-size:8pt}div.jsoneditor-field.jsoneditor-empty::after{content:"field"}div.jsoneditor-value.jsoneditor-empty::after{content:"value"}div.jsoneditor-value.jsoneditor-url{color:green;text-decoration:underline}a.jsoneditor-value.jsoneditor-url:focus,a.jsoneditor-value.jsoneditor-url:hover{color:#ee422e}div.jsoneditor td.jsoneditor-separator{padding:3px 0;vertical-align:top;color:gray}div.jsoneditor-field.jsoneditor-highlight,div.jsoneditor-field[contenteditable=true]:focus,div.jsoneditor-field[contenteditable=true]:hover,div.jsoneditor-value.jsoneditor-highlight,div.jsoneditor-value[contenteditable=true]:focus,div.jsoneditor-value[contenteditable=true]:hover{background-color:#FFFFAB;border:1px solid #ff0;border-radius:2px}div.jsoneditor-field.jsoneditor-highlight-active,div.jsoneditor-field.jsoneditor-highlight-active:focus,div.jsoneditor-field.jsoneditor-highlight-active:hover,div.jsoneditor-value.jsoneditor-highlight-active,div.jsoneditor-value.jsoneditor-highlight-active:focus,div.jsoneditor-value.jsoneditor-highlight-active:hover{background-color:#fe0;border:1px solid #ffc700;border-radius:2px}div.jsoneditor-value.jsoneditor-string{color:green}div.jsoneditor-value.jsoneditor-array,div.jsoneditor-value.jsoneditor-object{min-width:16px;color:grey}div.jsoneditor-value.jsoneditor-number{color:#ee422e}div.jsoneditor-value.jsoneditor-boolean{color:#ff8c00}div.jsoneditor-value.jsoneditor-null{color:#004ED0}div.jsoneditor-value.jsoneditor-invalid{color:#000}div.jsoneditor-tree button{width: (…)
/plugin/struct/action/
H A Dbureaucracy.php119 $pid = json_decode($pid, null, 512)[0] ?? $pid;
120 $rid = json_decode($originalPid, null, 512)[1] ?? null;
H A Dinline.php209 $this->schemadata = null;
210 $this->column = null;
236 $this->schemadata = null;
237 $this->column = null;

12345678910>>...204