Home
last modified time | relevance | path

Searched refs:rid (Results 51 – 75 of 90) sorted by path

1234

/plugin/struct/script/
H A DInlineEditor.js13 var rid = $self.parent().data('rid');
17 if ((!pid && !rid) || !field) return;
26 $form.append(jQuery('<input type="hidden" name="rid">').val(rid));
40 rid: rid,
/plugin/structat/
H A DREADME16 Copyright (C) Szymon Olewniczak <it@rid.pl>
H A Dplugin.info.txt3 email it@rid.pl
/plugin/structcombolookup/
H A DREADME16 Copyright (C) Szymon Olewniczak <it@rid.pl>
H A Dplugin.info.txt3 email it@rid.pl
/plugin/structgroup/
H A Dplugin.info.txt3 email it@rid.pl
/plugin/structgroupby/
H A DREADME16 Copyright (C) Szymon Olewniczak <it@rid.pl>
H A Dplugin.info.txt3 email it@rid.pl
/plugin/structinputstretch/
H A DREADME16 Copyright (C) Szymon Olewniczak <it@rid.pl>
H A Dplugin.info.txt3 email it@rid.pl
/plugin/structjoin/
H A DREADME16 Copyright (C) Szymon Olewniczak <it@rid.pl>
H A Dplugin.info.txt3 email it@rid.pl
/plugin/structnotification/
H A DREADME16 Copyright (C) Szymon Olewniczak <it@rid.pl>
H A Dplugin.info.txt3 email it@rid.pl
/plugin/structodt/
H A DREADME16 Copyright (C) Szymon Olewniczak <it@rid.pl>
H A Daction.php6 * @author Szymon Olewniczak <it@rid.pl>
173 $rid = $INPUT->str('rid');
177 $row = $helper->getRow($schema, $pid, $rev, $rid);
183 $filename = empty($pid) ? $rid : noNS($pid);
H A Dhelper.php6 * @author Szymon Olewniczak <it@rid.pl>
251 public function getRow($table, $pid, $rev, $rid) { argument
259 $search->addFilter('%rowid%', $rid, '=');
261 $search->addFilter('%rowid%', $rid, '=');
H A Dplugin.info.txt3 email it@rid.pl
H A Dscript.js32 const rid = $me.data('rid');
38 if (!rid) {
53 url.searchParams.append('rid', rid);
/plugin/structpublish/meta/
H A DAccessTableStructpublish.php34 $rid = $this->getRid() ?: "(SELECT (COALESCE(MAX(rid), 0 ) + 1) FROM $this->stable)";
36 return "REPLACE INTO $this->stable (rid, $cols)
37 VALUES ($rid," . trim(str_repeat('?,', count($vals)), ',') . ');';
H A DRevision.php213 * @param int $rid argument
215 protected function updateCoreData($pid, $rid = 0)
225 $access = new AccessTableStructpublish($schema, $pid, 0, $rid);
/plugin/structsection/lib/
H A Dbundle.js1 …_BASE+"lib/exe/ajax.php",{call:"plugin_struct_inline_editor",pid:i,field:n,rid:0,rev:p},(function(…
/plugin/structsection/script/
H A Dmain.js22 const rid = 0;
35 $form.append(jQuery('<input type="hidden" name="rid">').val(rid));
49 rid,
/plugin/structstatus/
H A DStatus.php47 * @param string $rid the identifier in the linked status lookup table
52 … public function xhtmlStatus($label, $color, $icon='', $rid = 0, $classes=array(), $button=false) { argument
60 …'" style="border-color:' . hsc($color) . '; fill: ' . hsc($color) . ';" data-rid="'.hsc($rid).'">';
165 $rid = json_encode(["", (int)array_shift($rids)]);
H A Dscript.js16 rid: $self.parent().data('rid'), property in AnonymousFunctione2c426950200.data
75 const rid = jQuery(this).data('rid');
76 if (rid === toggle) {
79 set.push(rid); // this is an enabled value we keep

1234