Home
last modified time | relevance | path

Searched defs:pid (Results 1 – 25 of 48) sorted by relevance

12

/plugin/blogtng/helper/
H A Dcomments.php20 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 Dtags.php17 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 DAccessTable.php19 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 DAccessTableGlobal.php14 public function __construct($table, $pid, $ts = 0, $rid = 0) argument
134 handleEmptyMulti($pid, $rid, $colref) global() argument
[all...]
H A DPageMeta.php10 protected $pid; variable in dokuwiki\\plugin\\struct\\meta\\PageMeta
18 public function __construct($pid) argument
[all...]
H A DAccessTableSerial.php14 public function __construct($table, $pid, $ts = 0, $rid = 0) argument
H A DCSVSerialImporter.php43 protected function createPage($pid, $line) argument
[all...]
H A DCSVExporter.php82 row($values, $pid) global() argument
/plugin/data-au/db/
H A Dupdate0001.sql1 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 Dupdate0001.sql1 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 Dupdate0002.sql5 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 Dupdate0001.sql1 CREATE TABLE taggings (pid, tag, tagger, PRIMARY KEY(pid, tag, tagger)); field
/plugin/structpublish/helper/
H A Ddb.php50 $sql = 'SELECT pid FROM titles'; argument
91 userHasRole($pid, $userId = '', $grps = [], $roles = []) global() argument
[all...]
/plugin/blogtng/db/
H A Dupdate0004.sql4 pid, field
22 pid, field
45 pid PRIMARY KEY, field
63 pid PRIMARY KEY, field
H A Dupdate0001.sql2 pid PRIMARY KEY, field
20 pid, field
35 pid, field
H A Dupdate0005.sql3 pid PRIMARY KEY, field
21 pid PRIMARY KEY, field
H A Dupdate0003.sql2 pid, field
/plugin/struct/db/
H A Dupdate0008.sql3 pid NOT NULL, field
H A Dupdate0006.sql5 pid NOT NULL, field
H A Dupdate0003.sql6 pid NOT NULL, field
/plugin/starred/db/
H A Dupdate0001.sql2 pid, field
/plugin/subjectindex/inc/
H A Dcommon.php36 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 Dupdate0001.sql9 pid NOT NULL, field
/plugin/structpublish/db/
H A Dupdate0001.sql9 pid TEXT NOT NULL, field
/plugin/tagging/helper/
H A Dquerybuilder.php18 protected $pid; variable in helper_plugin_tagging_querybuilder
141 public function setPid($pid) argument
[all...]

12