Home
last modified time | relevance | path

Searched refs:sid (Results 1 – 25 of 31) sorted by last modified time

12

/plugin/struct/action/
H A Dmigration.php122 $sid = $schema['id'];
154 $s = $this->getLookupColsSql($sid);
249 $sid = $schema['id'];
250 $s = $this->getLookupColsSql($sid);
374 * @param int $sid Id of the schema
377 protected function getLookupColsSql($sid)
383 WHERE C.sid = $sid
345 getLookupColsSql($sid) global() argument
/plugin/struct/db/
H A Dupdate0001.sql20 sid INTEGER REFERENCES schemas (id), field
25 PRIMARY KEY ( sid, colref)
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/structstatus/
H A Daction.php113 $sid = $schema['id'];
115 $s = $this->getLookupColsSql($sid);
160 * @param int $sid Id of the schema
163 protected function getLookupColsSql($sid) argument
169 WHERE C.sid = $sid
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs17988 var nf = "General", sid = cell.StyleID, S = {}; o = o || {};
17991 if(sid === undefined && row) sid = row.StyleID;
17992 if(sid === undefined && csty) sid = csty.StyleID;
17993 while(styles[sid] !== undefined) {
17994 if(styles[sid].nf) nf = styles[sid].nf;
17995 if(styles[sid].Interior) interiors.push(styles[sid].Interior);
17996 if(!styles[sid].Parent) break;
17997 sid = styles[sid].Parent;
/plugin/statistics/
H A Ddb.sql107 `sid` BIGINT UNSIGNED NOT NULL,
109 PRIMARY KEY (`sid`, `word`)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DControls.php122 * @param string $sid
125 public static function setOwner(string $sid): SetOwnerControl
127 return new SetOwnerControl($sid);
124 setOwner(string $sid) global() argument
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DSetOwnerControl.php35 protected $sid;
38 * @param string $sid
40 public function __construct(string $sid)
42 $this->sid = $sid;
47 * @param string $sid argument
50 public function setSid(string $sid)
52 $this->sid = $sid;
62 return $this->sid;
32 protected $sid; global() variable in FreeDSx\\Ldap\\Control\\Ad\\SetOwnerControl
37 __construct(string $sid) global() argument
[all...]
/plugin/diagramsnet/lib/js/socket.io/
H A Dsocket.io.min.js6sid||(t.b64=1),t=p.encode(t),this.opts.port&&("https"===e&&443!==Number(this.opts.port)||"http"===…
/plugin/abc2/abc-libraries/abc2svg/
H A Dsnd-1.js389 function sf2_create(sf2_bin,instr){var i,sid,gen,parm,sampleRate,sample,infos,parser=new sf2.Parser(sf2_bin)
396 sid=gen.sampleID.amount
397 sampleRate=parser.sampleHeader[sid].sampleRate
398 sample=parser.sample[sid]
407 if(gen.sampleModes&&(gen.sampleModes.amount&1)){parm.loopStart=parser.sampleHeader[sid].startLoop/sampleRate
408 parm.loopEnd=parser.sampleHeader[sid].endLoop/sampleRate}
411 parser.sampleHeader[sid].pitchCorrection/100-
412 (gen.overridingRootKey?gen.overridingRootKey.amount:parser.sampleHeader[sid].originalPitch)
/plugin/codemirror/dist/modes/
H A Dcss.min.js.map1 …opic-halehame-gez\", \"ethiopic-halehame-om-et\",\n \"ethiopic-halehame-sid-et\", \"ethiopic-ha…
H A Dstylus.min.js.map1 …,\"ethiopic-halehame-gez\",\"ethiopic-halehame-om-et\",\"ethiopic-halehame-sid-et\",\"ethiopic-hal…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js38707 var sid = (bytes[pos++] << 8) + (bytes[pos++] & 0xff);
38708 encoding[code] = charset.indexOf(strings.get(sid));
39528 var sid = 0;
39532 sid = strings.getSID(name);
39534 if (sid === -1) {
39535 sid = 0;
39544 out[i] = sid >> 8 & 0xFF;
39545 out[i + 1] = sid & 0xFF;
H A Dpdf.worker.js.map1sid","dataStart","glyphsCount","rangesCount","gid","dataEnd","readSupplement","parseFDSelect","CFF…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts2099 moveTask(sid: string|number, tindex: number, parent?: string|number): boolean;
H A Ddhtmlxgantt.js13sid||i[0],u=s.tid||i[0];return t.afterUpdateCallback(c,u,l,s,r),t.finalizeUpdate(),void this.setGa…
H A Ddhtmlxgantt.js.map1sid","placeholder_task","insertPlaceholder","placeholders","getTaskBy","afterEdit","newTask","data…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js8551 var marker = sid;
8562 var originalSid = sid;
8569 sid = tid;
8639 var sid = tag.sid || id[0];
8944 sid = tag.sid || sid;
10727 if (id === sid) return;
10732 if(sid == parent){
10756 tbranch.push(sid);
24637 var sid = gantt.locate(e);
24638 _link_source_task = sid;
[all …]
/plugin/pagetemplate/
H A Daction.php107 $sid = parentNS(cleanID($opts['ns'].':'.$opts['name']));
128 if($mid == $sid){
/plugin/swarmwebhook/lang/en/
H A Difttt_instructions.txt2 …- Go to [[https://ifttt.com/create/if-any-new-check-in-then-make-a-web-request?sid=5|the relevant …
/plugin/pdb/
H A Dsyntax.php106 $sid = $this->ncbi->GetSearchItem("Id",$summaryXML);
107 if (!empty($sid)){
108 $renderer->doc.="StructureID:".$sid;
/plugin/gtime/gtlib/asn1/cms/
H A DCMSSignerInfo.php48 private $sid; variable in CMSSignerInfo
92 $sid = new CMSSignerIdentifier();
93 $sid->decode($object->getObjectAt(1));
95 $this->sid = $sid;
187 $sequence->add($this->sid);
241 return $this->sid;
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js8562 var nf = "General", sid = cell.StyleID, S = {}; o = o || {};
8564 if(sid === undefined && row) sid = row.StyleID;
8565 if(sid === undefined && csty) sid = csty.StyleID;
8566 while(styles[sid] !== undefined) {
8567 if(styles[sid].nf) nf = styles[sid].nf;
8568 if(styles[sid].Interior) interiors.push(styles[sid].Interior);
8569 if(!styles[sid].Parent) break;
8570 sid = styles[sid].Parent;
H A Dxlsx.min.js8sid=cell.StyleID,S={};o=o||{};var interiors=[];if(sid===undefined&&row)sid=row.StyleID;if(sid===un…

12