/plugin/blogtng/helper/ |
H A D | comments.php | 20 private $pid; variable in helper_plugin_blogtng_comments 34 public function setPid($pid) { 204 public function delete_all($pid) { 334 public function subscribe($pid, $mail, $optin = -3) { 375 public function unsubscribe_by_key($pid, $key) { 397 public function unsubscribe($pid, $mail) { 440 public function enable($pid) { 448 public function disable($pid) { 456 public function close($pid) { 470 public function tpl_form($page, $pid, $tplname) {
|
H A D | tags.php | 17 private $pid = null; variable in helper_plugin_blogtng_tags 31 public function setPid($pid) { 59 public function load($pid) { 97 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) argument 63 public static function getSerialAccess($tablename, $pid, $rid = 0) argument 85 public static function bySchema(Schema $schema, $pid, $ts = 0, $rid = 0) argument 104 byTableName($tablename, $pid, $ts = 0, $rid = 0) global() argument 124 __construct($schema, $pid, $ts = 0, $rid = 0) global() argument 585 isTypePage($pid, $rev) global() argument 598 isTypeGlobal($pid, $rev) global() argument 611 isTypeSerial($pid, $rev) global() argument 624 handleEmptyMulti($pid, $rid, $colref) global() argument [all...] |
H A D | AccessTableGlobal.php | 14 public function __construct($table, $pid, $ts = 0, $rid = 0) argument 134 handleEmptyMulti($pid, $rid, $colref) global() argument [all...] |
H A D | PageMeta.php | 10 protected $pid; variable in dokuwiki\\plugin\\struct\\meta\\PageMeta 18 public function __construct($pid) argument [all...] |
H A D | AccessTableSerial.php | 14 public function __construct($table, $pid, $ts = 0, $rid = 0) argument
|
H A D | CSVSerialImporter.php | 43 protected function createPage($pid, $line) argument [all...] |
H A D | CSVExporter.php | 82 row($values, $pid) global() argument
|
/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/data/db/ |
H A D | update0001.sql | 1 CREATE TABLE data (eid INTEGER PRIMARY KEY, pid INTEGER, key, value); global() field 3 CREATE TABLE pages (pid INTEGER PRIMARY KEY, page, title); global() 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/structpublish/helper/ |
H A D | db.php | 50 $sql = 'SELECT pid FROM titles'; argument 91 userHasRole($pid, $userId = '', $grps = [], $roles = []) global() argument [all...] |
/plugin/blogtng/db/ |
H A D | update0004.sql | 4 pid, field 22 pid, field 45 pid PRIMARY KEY, field 63 pid PRIMARY KEY, field
|
H A D | update0001.sql | 2 pid PRIMARY KEY, field 20 pid, field 35 pid, 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/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) argument [all...] |