/plugin/struct/meta/ |
H A D | AccessTableGlobal.php | 14 public function __construct($table, $pid, $ts = 0, $rid = 0) argument 16 parent::__construct($table, $pid, $ts, $rid); 24 if (!$this->rid) return; // no data 28 $this->sqlite->query($sql, 'data_' . $this->schema->getTable(), $this->rid); 29 $this->sqlite->query($sql, 'multi_' . $this->schema->getTable(), $this->rid); 111 if (!$this->rid) { 113 $this->rid = $this->sqlite->res2single($res); 115 if (!$this->rid) { 133 * @param int $rid 136 protected function handleEmptyMulti($pid, $rid, $colref) argument [all …]
|
H A D | AccessTable.php | 20 protected $rid; variable in dokuwiki\\plugin\\struct\\meta\\AccessTable 65 return new AccessTableSerial($schema, $pid, 0, $rid); 68 public static function getGlobalAccess($tablename, $rid = 0) argument 71 return new AccessTableGlobal($schema, '', 0, $rid); 112 return self::bySchema($schema, $pid, $ts, $rid); 135 $this->rid = $rid; 169 return $this->rid; 571 * @param int $rid 584 * @param int $rid 597 * @param int $rid [all …]
|
H A D | AccessTableSerial.php | 14 public function __construct($table, $pid, $ts = 0, $rid = 0) argument 19 parent::__construct($table, $pid, $ts, $rid);
|
H A D | AccessTablePage.php | 16 public function __construct($schema, $pid, $ts = 0, $rid = 0) argument 19 parent::__construct($schema, $pid, $ts, $rid);
|
/plugin/struct/_test/mock/ |
H A D | AccessTable.php | 17 public static function getGlobalAccess($tablename, $rid = 0) argument 20 return new AccessTableGlobal($schema, '', 0, $rid); 27 * @param int $rid 31 public static function bySchema(Schema $schema, $pid, $ts = 0, $rid = 0) argument 33 if (self::isTypePage($pid, $ts, $rid)) { 34 return new AccessTablePage($schema, $pid, $ts, $rid); 36 return new AccessTableGlobal($schema, $pid, $ts, $rid); 43 * @param int $rid 47 public static function byTableName($tablename, $pid, $ts = 0, $rid = 0) argument
|
/plugin/markdowku/ |
H A D | imagesreference.php | 44 $rid = $matches[1]; 46 $rid = $matches[2]; 48 $rid = preg_replace("/ /", ".", $rid); 49 $target = p_get_metadata($ID, 'markdowku_references_'.$rid, METADATA_RENDER_USING_CACHE);
|
H A D | anchorsreference.php | 44 $rid = $matches[1]; 46 $rid = $matches[2]; 48 $rid = preg_replace("/ /", ".", $rid); 49 $target = p_get_metadata($ID, 'markdowku_references_'.$rid, METADATA_RENDER_USING_CACHE);
|
/plugin/struct/action/ |
H A D | aggregationeditor.php | 33 protected $rid = 0; variable in action_plugin_struct_aggregationeditor 89 $this->rid = $INPUT->int('rid'); 121 $this->rid = $access->getRid(); 178 return AccessTable::getSerialAccess($tablename, $this->pid, $this->rid); 180 return AccessTable::getGlobalAccess($tablename, $this->rid); 191 $config['filter'][] = ['%rowid%', '=', $this->rid, 'AND']; 203 if (!$this->rid) {
|
H A D | inline.php | 34 protected $rid = 0; variable in action_plugin_struct_inline 210 $rid = $INPUT->int('rid'); 214 if (blank($pid) && blank($rid)) return false; 223 $this->schemadata = AccessTable::getSerialAccess($table, $pid, $rid); 225 $this->schemadata = AccessTable::getGlobalAccess($table, $rid);
|
H A D | migration.php | 276 … list($pid, $rid, $rev, $colref, $rowno, $fixes) = $this->getFixedValues($row); 284 $params = [$pid, $rid, $rev]; 297 … list($pid, $rid, $rev, $colref, $rowno, $fixes) = $this->getFixedValues($row); 307 $params = [$pid, $rid, $rev, $colref, $rowno]; 372 $rid = $row['rid']; 396 return [$pid, $rid, $rev, $colref, $rowno, $fixes];
|
H A D | bureaucracy.php | 113 $rid = json_decode($pid)[1]; 114 if (($pid && $pids[$i] === $pid) || ($rid && $rids[$i] === (string)$rid)) {
|
/plugin/struct/script/ |
H A D | AggregationEditor.js | 26 const rid = $me.data('rid'); 31 if (!rid) { 38 if (rid === '') return; // skip button addition for page data 40 if (rid && pid && disableDeleteSerial) { 56 rid: rid,
|
H A D | InlineEditor.js | 13 var rid = $self.parent().data('rid'); 17 if ((!pid && !rid) || !field) return; 26 $form.append(jQuery('<input type="hidden" name="rid">').val(rid)); 40 rid: rid,
|
/plugin/structstatus/ |
H A D | script.js | 16 rid: $self.parent().data('rid'), property in AnonymousFunctione2c426950200.data 74 const rid = jQuery(this).data('rid'); 75 if (rid === toggle) { 78 set.push(rid); // this is an enabled value we keep
|
H A D | Status.php | 47 * @param string $rid the identifier in the linked status lookup table 52 … public function xhtmlStatus($label, $color, $icon='', $rid = 0, $classes=array(), $button=false) { argument 60 …'" style="border-color:' . hsc($color) . '; fill: ' . hsc($color) . ';" data-rid="'.hsc($rid).'">'; 165 $rid = json_encode(["", (int)array_shift($rids)]);
|
/plugin/structodt/ |
H A D | script.js | 30 const rid = $me.data('rid'); 36 if (!rid) { 51 url.searchParams.append('rid', rid);
|
H A D | action.php | 114 $rid = $INPUT->str('rid'); 116 $row = $helper->getRow($schema, $pid, $rev, $rid); 131 $filename = $rid;
|
/plugin/struct/_test/ |
H A D | StructTest.php | 98 * @param int $rid 100 protected function saveData($page, $table, $data, $rev = 0, $rid = 0) argument 108 $access = AccessTable::getGlobalAccess($table, $rid);
|
/plugin/log404/ |
H A D | helper.php | 92 foreach ($this->getRecords() as $rid=>$rinfo) { 93 if ($rid != $id) { 97 $rid,
|
/plugin/structsection/script/ |
H A D | main.js | 22 const rid = 0; 35 $form.append(jQuery('<input type="hidden" name="rid">').val(rid)); 49 rid,
|
/plugin/structcombolookup/ |
H A D | plugin.info.txt | 3 email it@rid.pl
|
/plugin/approve/ |
H A D | plugin.info.txt | 3 email it@rid.pl
|
/plugin/filterrss/ |
H A D | plugin.info.txt | 3 email solewniczak@rid.pl
|
/plugin/subnumberlist/ |
H A D | plugin.info.txt | 3 email solewniczak@rid.pl
|
/plugin/structgroup/ |
H A D | plugin.info.txt | 3 email it@rid.pl
|