Home
last modified time | relevance | path

Searched refs:pid (Results 1 – 25 of 117) sorted by path

12345

/plugin/aichat/
H A DEmbeddings.php134 foreach ($pages as $pid => $page) {
135 $chunkID = $pid * 100; // chunk IDs start at page ID * 100
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js26756 var pid = process.pid;
26759 console.error('%s %d: %s', set, pid, msg);
H A Dpdfmake.min.js13 …G||""),t=t.toUpperCase(),!B[t])if(new RegExp("\\b"+t+"\\b","i").test(T)){r.pid;B[t]=function(){e.f…
H A Dpdfmake.min.js.map1pid","italic","underline","inverse","white","grey","black","blue","cyan","green","magenta","red","…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js2750 var pid = 1;
2751 keys(cp).forEach(function custprop(k) { ++pid;
2754 'pid': pid,
2841 var pid = blob.read_shift(4);
2843 …dict[pid] = blob.read_shift(len, (CodePage === 0x4B0 ?'utf16le':'utf8')).replace(chr0,'').replace(…
H A Dxlsx.min.js4pid=1;keys(cp).forEach(function custprop(k){++pid;o[o.length]=writextag("property",write_vt(cp[k])…
H A Dxlsx.min.map1 …t_props","xmlnsvt","toks","warn","CUST_PROPS_XML_ROOT","write_cust_props","pid","custprop","fmtid"…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSyslogUdpHandler.php112 if (!$pid = getmypid()) {
113 $pid = '-';
129 $this->ident . "[" . $pid . "]: ";
138 $pid . " - - ";
/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/action/
H A Dcomments.php83 $comment->setPid($INPUT->post->has('pid') ? $INPUT->post->str('pid') : null);
H A Dedit.php59 $pid = md5($ID);
60 $this->entryhelper->load_by_pid($pid);
74 $this->taghelper->load($pid);
162 $pid = md5($ID);
163 $this->entryhelper->load_by_pid($pid);
183 $this->taghelper->load($pid);
303 $pid = md5($ID);
305 $this->entryhelper->load_by_pid($pid);
344 $this->taghelper->load($pid);
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);
H A Dpagedata.php41 $pid = md5($ID);
42 $this->entryhelper->load_by_pid($pid);
/plugin/blogtng/
H A Dadmin.php128 $pid = $INPUT->post->str('entry-pid');
130 if($pid) {
133 $this->entryhelper->load_by_pid($pid);
142 $pid = $INPUT->post->str('entry-pid');
144 if($pid) {
146 $this->entryhelper->load_by_pid($pid);
/plugin/blogtng/db/
H A Dupdate0001.sql2 pid PRIMARY KEY, field
13 CREATE UNIQUE INDEX idx_entries_pid ON entries(pid);
20 pid, field
31 CREATE INDEX idx_comments_pid ON comments(pid);
35 pid, field
37 PRIMARY KEY (pid, tag)
39 CREATE INDEX idx_tags_pid ON tags(pid);
H A Dupdate0003.sql2 pid, field
4 PRIMARY KEY (pid, mail)
6 CREATE INDEX idx_subscriptions_pid ON subscriptions(pid);
H A Dupdate0004.sql4 pid, field
15 SELECT cid, pid, source, name, mail, web, avatar, created, text, status
22 pid, field
34 CREATE INDEX idx_comments_pid ON comments(pid);
38 SELECT cid, pid, source, name, mail, web, avatar, created, text, status, null
45 pid PRIMARY KEY, field
57 SELECT pid, page, title, blog, image, created, lastmod, author, login, email
63 pid PRIMARY KEY, field
75 CREATE UNIQUE INDEX idx_entries_pid ON entries(pid);
81 SELECT pid, page, title, blog, image, created, lastmod, author, login, email, 1
H A Dupdate0005.sql3 pid PRIMARY KEY, field
15 SELECT pid, page, title, blog, image, created, lastmod, author, login, mail
21 pid PRIMARY KEY, field
33 CREATE UNIQUE INDEX idx_entries_pid ON entries(pid);
39 SELECT pid, page, title, blog, image, created, lastmod, author, login, mail, 'enabled'
/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/blogtng/helper/
H A Dcomments.php20 private $pid; variable in helper_plugin_blogtng_comments
34 public function setPid($pid) { argument
35 $this->pid = trim($pid);
79 $args[] = $this->pid;
440 public function enable($pid) { argument
456 public function close($pid) { argument
467 * @param string $pid
556 if(!$this->pid) return;
587 $pid = $this->pid;
588 if(!$pid) return;
[all …]
H A Dentry.php48 * @param string $pid
51 public function load_by_pid($pid) { argument
56 $pid = trim($pid);
57 if (!$this->is_valid_pid($pid)) {
75 $this->entry['pid'] = $pid;
81 $this->entry['pid'] = $pid;
617 $pid = md5(cleanID($id));
621 WHERE pid = '$pid'";
639 AND A.pid != '$pid'
889 public function is_valid_pid($pid) { argument
[all …]
H A Dtags.php17 private $pid = null; variable in helper_plugin_blogtng_tags
29 * @param string $pid
31 public function setPid($pid) { argument
32 $this->pid = trim($pid);
59 public function load($pid) { argument
60 $this->setPid($pid);
71 $resid = $this->sqlitehelper->getDB()->query($query, $this->pid);
97 public function count($pid) { argument
103 $pid = trim($pid);
108 $resid = $this->sqlitehelper->getDB()->query($query, $pid);
[all …]
/plugin/codemirror/dist/modes/
H A Derlang.min.js.map1 …tstring\",\"boolean\",\"function\",\"integer\",\"list\",\n \"number\",\"pid\",\"port\",\"record…
H A Dnginx.min.js.map1 …he output_buffers override_charset perl perl_modules perl_require perl_set pid pop3_auth pop3_capa…
H A Dtcl.min.js.map1 …rch lset lsort memory msgcat namespace open package parray \" +\n \"pid pkg::create pkg_mkI…

12345