Home
last modified time | relevance | path

Searched defs:pid (Results 26 – 48 of 48) sorted by path

12

/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 DAccessTablePage.php16 public function __construct($schema, $pid, $ts = 0, $rid = 0) argument
[all...]
H A DAccessTableSerial.php14 public function __construct($table, $pid, $ts = 0, $rid = 0) argument
H A DAssignments.php121 * @param string $pid argument
[all...]
H A DCSVExporter.php82 row($values, $pid) global() argument
H A DCSVPageImporter.php52 protected function createPage($pid, $line) argument
[all...]
H A DCSVSerialImporter.php43 protected function createPage($pid, $line) argument
[all...]
H A DPageMeta.php10 protected $pid; variable in dokuwiki\\plugin\\struct\\meta\\PageMeta
18 public function __construct($pid) argument
[all...]
/plugin/structodt/
H A Dhelper.php251 public function getRow($table, $pid, $rev, $rid) { argument
[all...]
/plugin/structpublish/db/
H A Dupdate0001.sql9 pid TEXT NOT NULL, field
/plugin/structpublish/helper/
H A Ddb.php50 $sql = 'SELECT pid FROM titles'; argument
91 userHasRole($pid, $userId = '', $grps = [], $roles = []) global() argument
[all...]
/plugin/structpublish/meta/
H A DAssignments.php137 public function updatePageAssignments($pid, $reload = false) argument
[all...]
H A DRevision.php213 updateCoreData($pid, $rid = 0) global() argument
/plugin/structstatus/
H A Dscript.js15 pid: $self.parent().data('page'), property in AnonymousFunctione2c426950200.data
/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/tagging/db/
H A Dupdate0001.sql1 CREATE TABLE taggings (pid, tag, tagger, PRIMARY KEY(pid, tag, tagger)); field
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
/plugin/tagging/
H A Dhelper.php517 modifyPageTag($pid, $formerTagName, $newTagName) global() argument
[all...]
/plugin/tagging/helper/
H A Dquerybuilder.php18 protected $pid; variable in helper_plugin_tagging_querybuilder
141 public function setPid($pid) argument
[all...]
/plugin/tindexmenu/
H A Dindexmenu-full.js27 function Node(dokuid, id, pid, name, hns, isdir, ajax) { argument
91 dTree.prototype.add = function(dokuid, id, pid, name, hns, isdir, ajax) { argument
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php295 function sharedapi_get_destination($pid, $event, $r = 'r', $reset = false) {
299 function sharedapi_get_final_destination($pid, $event) {
304 function sharedapi_get_lid($pid, $event, $r = 'r', $reset = false) {
308 function sharedapi_get_final_lid($pid, $event) {
312 function sharedapi_capture_destination($pid, $event, $api_path) {
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs6007 var pid = blob.read_shift(4); variable

12