Home
last modified time | relevance | path

Searched refs:pid (Results 26 – 50 of 117) sorted by relevance

12345

/plugin/struct/meta/
H A DAssignments.php104 $sql = 'SELECT pid FROM schema_assignments WHERE tbl = ?';
109 $tables = $this->getPageAssignments($row['pid'], true);
111 $this->deassignPageSchema($row['pid'], $table);
121 * @param string $pid argument
123 public function reevaluatePageAssignments($pid)
127 $tables = $this->getPageAssignments($pid, true);
130 $sql = 'SELECT tbl FROM schema_assignments WHERE pid = ?';
131 $tablerows = $this->sqlite->queryAll($sql, [$pid]);
136 $this->assignPageSchema($pid, $row['tbl']);
138 $this->deassignPageSchema($pid,
[all...]
/plugin/blogtng/action/
H A Dentry.php44 $pid = md5($ID);
45 $this->entryhelper->load_by_pid($pid);
51 $this->commenthelper->setPid($pid);
70 $pid = md5($ID);
71 $this->entryhelper->load_by_pid($pid);
/plugin/structpublish/_test/
H A Drevision.test.php56 $pid = 'public:structpublish';
57 $ID = $pid;
58 $INFO['id'] = $pid;
62 saveWikiText($pid, $text, 'Save first draft');
67 $revision = new Revision($pid, $currentrev);
97 saveWikiText($pid, "$text $text", 'Save second draft');
/plugin/struct/action/
H A Dbureaucracy.php112 foreach ($value as $pid) {
115 // lookups can reference pages or global data, so check both pid and rid
116 // make sure not to double decode pid!
117 $originalPid = $pid;
119 $pid = json_decode($pid, null, 512)[0] ?? $pid;
121 if (($pid && $pids[$i] === $pid) || ($rid && $rids[$i] === $rid)) {
122 $field->opt['struct_pids'][] = $pid;
[all...]
H A Daggregationeditor.php33 protected $pid = '';
125 $this->pid = $INPUT->str('pid');
141 $this->pid,
228 if ($this->pid) {
229 return AccessTable::getSerialAccess($tablename, $this->pid, $this->rid);
243 if ($this->pid) {
244 $config['filter'][] = ['%pageid%', '=', $this->pid, 'AND'];
30 protected $pid = ''; global() variable in action_plugin_struct_aggregationeditor
/plugin/tagging/db/
H A Dupdate0001.sql1 CREATE TABLE taggings (pid, tag, tagger, PRIMARY KEY(pid, tag, tagger)); field
2 CREATE INDEX idx_pid ON taggings(pid);
/plugin/gemini/
H A Dcli.php110 if (!function_exists('pcntl_fork') || ($pid = pcntl_fork()) == -1) {
111 $pid = -1;
115 if ($pid > 0) {
123 $this->handleGeminiConnection($pid, $conn, $peername);
130 * @param int $pid process ID, forked children are 0 and will exit after handling
135 protected function handleGeminiConnection($pid, $conn, $peername) argument
143 if ($pid === 0) exit;
194 if ($pid == 0) exit;
/plugin/dw2pdf/
H A Drenderer.php44 $pid = sectionID($ID, $check);
46 $this->doc .= "<a name=\"{$pid}__\">";
87 $pid = sectionID($ID, $check);
88 $hid = $pid . '__' . $hid;
185 $pid = sectionID($ID, $check);
187 $this->doc .= '<a href="#' . $pid . '__' . $hash . '" title="' . $title . '" class="wikilink1">';
252 $pid = sectionID($link['title'], $check);
253 $link['url'] = "#" . $pid . '__' . $hash;
/plugin/tagging/action/
H A Dmain.php105 $pages = $hlp->findItems($filter, 'pid', 1);
144 $tags = $hlp->findItems(array('pid' => $id), 'tag');
193 $pid = $INPUT->str('id');
201 list($err, $msg) = $hlp->modifyPageTag($pid, $INPUT->str('oldValue'), $INPUT->str('newValue'));
207 $tags = $hlp->findItems(array('pid' => $pid), 'tag');
208 $userTags = $hlp->findItems(array('pid' => $pid, 'tagger' => $hlp->getUser()), 'tag');
229 $pids = $hlp->findItems(['tag' => $data['tid'][0]], 'pid');
231 foreach (array_keys($pids) as $pid) {
[all...]
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php295 function sharedapi_get_destination($pid, $event, $r = 'r', $reset = false) { argument
299 function sharedapi_get_final_destination($pid, $event) { argument
300 sharedapi_get_final_lid($pid, $event);
304 function sharedapi_get_lid($pid, $event, $r = 'r', $reset = false) { argument
305 …return sharedapi_capture_gpc_variable(SHAREDAPI_NAME_DEFINITION($pid, SHAREDAPI_EVENT_FIELD_LID), …
308 function sharedapi_get_final_lid($pid, $event) { argument
312 function sharedapi_capture_destination($pid, $event, $api_path) { argument
315 $destination = sharedapi_get_destination($pid, $event, 'gr');
317 …etcookie(SHAREDAPI_NAME_DEFINITION($pid, SHAREDAPI_EVENT_FIELD_DESTINATION), $_SESSION[SHAREDAPI_N…
320 $lid = sharedapi_get_lid($pid, $event, 'g');
[all …]
/plugin/autolink2/
H A Dhelper.php135 $pid = array_search("$id\n", $this->page_idx);
136 if (!is_int($pid)){
138 $pid = count($this->page_idx) - 1;
151 $oldautolinks = $this->getoldautolinks($pid);
165 if ($this->autolink_idx[$autolink]!=$pid){
166 $this->autolink_idx[$autolink] = $pid;
183 $pid = array_search("$id\n", $this->page_idx);
184 if (!is_int($pid)){
318 $pid = array_search("$pageid\n", $this->page_idx);
319 $this->autolink_idx[$anchor] = $pid;
/plugin/blogtng/db/
H A Dupdate0003.sql2 pid, field
4 PRIMARY KEY (pid, mail)
6 CREATE INDEX idx_subscriptions_pid ON subscriptions(pid);
/plugin/structsection/script/
H A Dmain.js19 const pid = JSINFO.id;
24 if (!pid) return;
33 $form.append(jQuery('<input type="hidden" name="pid">').val(pid));
47 pid,
104 pid,
/plugin/projects/lib/
H A Dmaker.php225 $this->pid = array();
260 $this->pid[$name] = $this->make_target($file);
265 if (count($this->pid) > 0)
279 $pid = pcntl_wait($result);
281 $result = current($this->pid);
282 $pid = $result;
284 $name = array_search($pid, $this->pid);
285 unset($this->pid[$name]);
308 $pid = pcntl_fork();
310 if ($pid == -1) $this->parallel = false;
[all …]
/plugin/tindexmenu/
H A Dindexmenu-full.js30 this.pid = pid;
150 if (this.aNodes[n].pid == pNode.id) {
205 if (this.root.id == node.pid) {
223 } else if (node.pid != this.root.id) {
248 if (this.root.id != node.pid) {
279 if (this.aNodes[n].pid == node.id) {
282 if (this.aNodes[n].pid == node.pid) {
353 this.fill(this.aNodes[nId].pid);
466 if (cn.pid >= 0) {
502 n = this.aNodes[n].pid;
[all …]
/plugin/indexmenu/scripts/
H A Dindexmenu.js56 * @param {number} pid parent node id
63 function dTreeNode(dokuid, id, pid, name, hns, isdir, ajax) {
69 this.pid = pid; // id number of parent node
178 * @param {number} pid parent node id
184 dTree.prototype.add = function (dokuid, id, pid, name, hns, isdir, ajax) {
185 this.aNodes[this.aNodes.length] = new dTreeNode(dokuid, id, pid, name, hns, isdir, ajax);
246 if (this.aNodes[n].pid === pNode.id) {
306 node.icon = (this.root.id === node.pid) ? this.icon.root : ((node.hns) ? this.icon.folderH : ((node._hc) ? this.icon.folder : this.icon.node));
308 if (this.root.id === node.pid) {
41 dTreeNode(dokuid, id, pid, name, hns, isdir, ajax) global() argument
134 add(dokuid, id, pid, name, hns, isdir, ajax) global() argument
[all...]
/plugin/blogtng/entities/
H A DComment.php25 private $pid; variable in dokuwiki\\plugin\\blogtng\\entities\\Comment
422 return $this->pid;
426 * @param string $pid
428 public function setPid($pid) argument
430 $this->pid = $pid;
/plugin/mindmap/
H A Dsyntax.php450 if($id == $pid) continue; // skip self references
453 $pages[$pid]['links'][] = $id;
484 $pages[$pid]['media'][] = $mid;
486 $pages[$pid]['media'][] = $mid;
492 $pages[$pid]['links'] = array_unique($pages[$pid]['links']);
493 $pages[$pid]['media'] = array_unique($pages[$pid]['media']);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/ServerRunner/
H A DPcntlServerRunner.php113 'pid' => posix_getpid(),
197 $pid = pcntl_fork();
198 if ($pid == -1) {
204 } elseif ($pid === 0) {
213 $pid,
359 int $pid
361 $context = ['pid' => $pid];
395 int $pid,
402 $pid,
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSyslogUdpHandler.php112 if (!$pid = getmypid()) {
113 $pid = '-';
129 $this->ident . "[" . $pid . "]: ";
138 $pid . " - - ";
/plugin/navi/
H A Dsyntax.php226 foreach ((array)$navItems as $pid => $info) {
236 unset($pid);
238 foreach ((array)$navItems as $pid => $info) {
244 if (!empty($upper[$pid])) {
245 $menuitem = ($upper[$pid] == 'open') ? 'open' : 'close';
278 if (substr($pid, 0, 1) != '_') {
/plugin/struct/db/
H A Dupdate0006.sql5 pid NOT NULL, field
8 PRIMARY KEY(pid, tbl)
H A Dupdate0003.sql6 pid NOT NULL, field
10 PRIMARY KEY(tbl, colref, pid, rev, row)
/plugin/starred/db/
H A Dupdate0001.sql2 pid, field
7 CREATE UNIQUE INDEX idx_stars_pid_login ON stars(pid, login);
/plugin/starred/
H A Dsyntax.php73 foreach ($starred as $pid => $time) {
76 $R->internallink(':' . $pid, null, null, false, 'navigation');
81 $R->doc .= $hlp->starHtml($ID, $pid, false);

12345