/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/ |
H A D | SetOwnerControl.php | 35 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/freechat/phpfreechat/src/commands/ |
H A D | who2.class.php | 52 $sid = "pfc_who2_".$c->getId()."_".$clientid."_".$recipientid; 53 if (isset($_SESSION[$sid]) && $chanmeta == $_SESSION[$sid]) 60 $_SESSION[$sid] = $chanmeta;
|
/plugin/gtime/gtlib/asn1/cms/ |
H A D | CMSSignerInfo.php | 48 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/structstatus/ |
H A D | action.php | 113 $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/struct/action/ |
H A D | migration.php | 122 $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 D | update0001.sql | 20 sid INTEGER REFERENCES schemas (id), field 25 PRIMARY KEY ( sid, colref)
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/ |
H A D | Controls.php | 122 * @param string $sid 125 public static function setOwner(string $sid): SetOwnerControl 127 return new SetOwnerControl($sid); 124 setOwner(string $sid) global() argument
|
/plugin/pagetemplate/ |
H A D | action.php | 107 $sid = parentNS(cleanID($opts['ns'].':'.$opts['name'])); 128 if($mid == $sid){
|
/plugin/pdb/ |
H A D | syntax.php | 106 $sid = $this->ncbi->GetSearchItem("Id",$summaryXML); 107 if (!empty($sid)){ 108 $renderer->doc.="StructureID:".$sid;
|
/plugin/swarmwebhook/lang/en/ |
H A D | ifttt_instructions.txt | 2 …- Go to [[https://ifttt.com/create/if-any-new-check-in-then-make-a-web-request?sid=5|the relevant …
|
/plugin/statistics/ |
H A D | db.sql | 107 `sid` BIGINT UNSIGNED NOT NULL, 109 PRIMARY KEY (`sid`, `word`)
|
/plugin/remotescript/lib/JsHttpRequest/ |
H A D | protocol.txt | 89 PHPSESSID=<sid>&JsHttpRequest=<id>-<loader> 91 - PHPSESSID=<sid> is the session information. (Of course you may use another 93 Here <sid> is the session identifier extracted from document cookies or
|
/plugin/abc2/abc-libraries/abc2svg/ |
H A D | snd-1.js | 389 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/s5reloaded/ui/thesis/ |
H A D | slides.js | 2659 var sid; 2661 sid = ids; 2663 sid = sound[ids]["id"]; 2665 if(sid!='' && curSoundID >= 0) { 2666 soundManager.stop(sid); 2697 var url, sid, vol, lps, cnum; 2699 sid = id; 2700 if(sid == "bgSound") { 2707 if(sound[cnum]) sid = sound[cnum]["id"]; 2736 var sid = sound[curSoundID]["id"]; [all …]
|
/plugin/authucenter/lib/uc_client/model/ |
H A D | base.php | 26 var $sid; variable in base
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.d.ts | 2099 moveTask(sid: string|number, tindex: number, parent?: string|number): boolean;
|
H A D | dhtmlxgantt.js.map | 1 …sid","placeholder_task","insertPlaceholder","placeholders","getTaskBy","afterEdit","newTask","data…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 8551 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/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 8 …sid=cell.StyleID,S={};o=o||{};var interiors=[];if(sid===undefined&&row)sid=row.StyleID;if(sid===un…
|
H A D | xlsx.js | 8562 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;
|
/plugin/diagramsnet/lib/js/socket.io/ |
H A D | socket.io.min.js | 6 …sid||(t.b64=1),t=p.encode(t),this.opts.port&&("https"===e&&443!==Number(this.opts.port)||"http"===…
|
/plugin/codemirror/dist/modes/ |
H A D | css.min.js.map | 1 …opic-halehame-gez\", \"ethiopic-halehame-om-et\",\n \"ethiopic-halehame-sid-et\", \"ethiopic-ha…
|
H A D | stylus.min.js.map | 1 …,\"ethiopic-halehame-gez\",\"ethiopic-halehame-om-et\",\"ethiopic-halehame-sid-et\",\"ethiopic-hal…
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 17988 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/pdfjs/pdfjs/build/ |
H A D | pdf.worker.js | 38707 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;
|