/plugin/blogtng/helper/ |
H A D | comments.php | 19 private $pid; variable in helper_plugin_blogtng_comments 33 public function setPid($pid) { 199 public function delete_all($pid) { 317 public function subscribe($pid, $mail, $optin = -3) { 358 public function unsubscribe_by_key($pid, $key) { 380 public function unsubscribe($pid, $mail) { 423 public function enable($pid) { 431 public function disable($pid) { 439 public function close($pid) { 453 public function tpl_form($page, $pid, $tplname) {
|
H A D | tags.php | 19 private $pid = null; variable in helper_plugin_blogtng_tags 33 public function setPid($pid) { 61 public function load($pid) { 99 public function count($pid) {
|
/plugin/struct/meta/ |
H A D | AccessTable.php | 19 protected $pid; variable in dokuwiki\\plugin\\struct\\meta\\AccessTable 57 public static function getPageAccess($tablename, $pid, $ts = 0) 63 public static function getSerialAccess($tablename, $pid, $rid = 0) 85 public static function bySchema(Schema $schema, $pid, $ts = 0, $rid = 0) 104 public static function byTableName($tablename, $pid, $ts = 0, $rid = 0) 124 public function __construct($schema, $pid, $ts = 0, $rid = 0) 587 public static function isTypePage($pid, $rev) 600 public static function isTypeGlobal($pid, $rev) 613 public static function isTypeSerial($pid, $rev) 626 protected function handleEmptyMulti($pid, $rid, $colref)
|
H A D | AccessTableGlobal.php | 14 public function __construct($table, $pid, $ts = 0, $rid = 0) 136 protected function handleEmptyMulti($pid, $rid, $colref)
|
H A D | PageMeta.php | 10 protected $pid; variable in dokuwiki\\plugin\\struct\\meta\\PageMeta 18 public function __construct($pid)
|
H A D | AccessTableSerial.php | 14 public function __construct($table, $pid, $ts = 0, $rid = 0)
|
H A D | CSVSerialImporter.php | 43 protected function createPage($pid, $line)
|
/plugin/struct/_test/mock/ |
H A D | AccessTable.php | 11 public static function getPageAccess($tablename, $pid, $ts = 0) 31 public static function bySchema(Schema $schema, $pid, $ts = 0, $rid = 0) 47 public static function byTableName($tablename, $pid, $ts = 0, $rid = 0)
|
/plugin/data-au/db/ |
H A D | update0001.sql | 1 CREATE TABLE dataau (eid INTEGER PRIMARY KEY, pid INTEGER, key, value); field 3 CREATE TABLE pages (pid INTEGER PRIMARY KEY, page, title); field
|
/plugin/tagging/db/ |
H A D | update0002.sql | 5 CREATE TABLE taggings_tmp (pid, tag, tagger, PRIMARY KEY(pid, tag, tagger)); field 10 CREATE TABLE taggings (pid, tag, tagger, lang, PRIMARY KEY(pid, tag, tagger)); field
|
H A D | update0001.sql | 1 CREATE TABLE taggings (pid, tag, tagger, PRIMARY KEY(pid, tag, tagger)); field
|
/plugin/data/db/ |
H A D | update0001.sql | 1 CREATE TABLE data (eid INTEGER PRIMARY KEY, pid INTEGER, key, value); field 3 CREATE TABLE pages (pid INTEGER PRIMARY KEY, page, title); field
|
/plugin/blogtng/db/ |
H A D | update0001.sql | 2 pid PRIMARY KEY, field 20 pid, field 35 pid, field
|
H A D | update0004.sql | 4 pid, field 22 pid, field 45 pid PRIMARY KEY, field 63 pid PRIMARY KEY, field
|
H A D | update0005.sql | 3 pid PRIMARY KEY, field 21 pid PRIMARY KEY, field
|
H A D | update0003.sql | 2 pid, field
|
/plugin/struct/db/ |
H A D | update0008.sql | 3 pid NOT NULL, field
|
H A D | update0006.sql | 5 pid NOT NULL, field
|
H A D | update0003.sql | 6 pid NOT NULL, field
|
/plugin/starred/db/ |
H A D | update0001.sql | 2 pid, field
|
/plugin/structpublish/helper/ |
H A D | db.php | 43 public function checkAccess($pid, $roles = [])
|
/plugin/subjectindex/inc/ |
H A D | common.php | 36 function add($path, $pid) { 103 function filtered($section = null, $regex = null, $pid = null) { 176 function update($pid, Array $matched_entries) {
|
/plugin/extendpage/db/ |
H A D | update0001.sql | 9 pid NOT NULL, field
|
/plugin/structpublish/db/ |
H A D | update0001.sql | 9 pid TEXT NOT NULL, field
|
/plugin/tagging/helper/ |
H A D | querybuilder.php | 18 protected $pid; variable in helper_plugin_tagging_querybuilder 141 public function setPid($pid)
|