Home
last modified time | relevance | path

Searched refs:cid (Results 26 – 46 of 46) sorted by path

12

/plugin/pagemove/
H A Dadmin.php930 $cid = pathID($file);
931 $cns = getNS($cid);
957 && (! array_key_exists($cid, $data) // not in $data already
958 || empty($data[$cid])
959 || ! in_array($matchPagename, $data[$cid]))) {
961 $data[$cid][] = $matchPagename;
/plugin/pagetemplate/
H A Daction.php110 $cid = pathID($file);
111 $cns = parentNS($cid);
114 if(auth_quickaclcheck($cid) < AUTH_READ){
/plugin/pdb/classes/
H A D_NCBI.php44 function GetPubchemXml($cid){ argument
45 $xml = $this->HttpClient->get(sprintf($this->pubchemURL,$cid));
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js32481 cMap.forEach(function (charcode, cid) {
32482 if (cid > 0xffff) {
32486 var ucs2 = ucs2CMap.lookup(cid);
36961 properties.cMap.forEach(function (charCode, cid) {
36962 if (cid > 0xffff) {
36969 glyphId = cid;
36970 } else if (cidToGidMap[cid] !== undefined) {
36971 glyphId = cidToGidMap[cid];
37843 var cid = charsets[glyphId];
37844 charCode = properties.cMap.charCodeOf(cid);
[all …]
H A Dpdf.worker.js.map1cid","ucs2","ucs2CMap","readToUnicode","cmapObj","cmap","w2","readCidToGidMap","glyphsData","glyph…
/plugin/photogallery/phpThumb/
H A DphpThumb.php344 …if ($cid = @mysql_connect($phpThumb->config_mysql_hostname, $phpThumb->config_mysql_username, $php… variable
345 if (@mysql_select_db($phpThumb->config_mysql_database, $cid)) {
346 if ($result = @mysql_query($phpThumb->config_mysql_query, $cid)) {
350 mysql_close($cid);
356 mysql_close($cid);
360 mysql_close($cid);
361 $phpThumb->ErrorImage('Error in MySQL query: "'.mysql_error($cid).'"');
364 mysql_close($cid);
365 $phpThumb->ErrorImage('cannot select MySQL database: "'.mysql_error($cid).'"');
/plugin/pubchem/classes/
H A D_NCBI.php20 $this->pubchemURL = 'https://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=%s&disopt=DisplayXML';
44 function GetPubchemXml($cid){ argument
45 $xml = $this->HttpClient->get(sprintf($this->pubchemURL,$cid));
/plugin/pubchem/
H A Dsyntax.php25 $this->summaryURL = 'https://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=';
26 $this->downloadURL = 'https://pubchem.ncbi.nlm.nih.gov/image/imgsrv.fcgi?t=%s&cid=%s';
51 list($cmd,$cid) = $match;
53 if(strpos($cid,'|')!==false){
54 list($cid,$title)=explode('|',$cid);
70 if(!$cid){
76 if (!is_numeric($cid)){
77 $renderer->doc .= sprintf($this->getLang('pubchem_invalid_cid'),$cid);
80 if ($this->propCache->Exists($cid)){
137 getImageHtml($cid, $mode) global() argument
150 getProperties($cid) global() argument
195 getPubchemXml($cid) global() argument
223 _name_row(& $renderer, $cid, $iupac = '', $title = '') global() argument
[all...]
/plugin/pubmed/classes/
H A D_NCBI.php20 $this->pubchemURL = 'https://pubchem.ncbi.nlm.nih.gov/summary/summary.cgi?cid=%s&disopt=DisplayXML';
44 function GetPubchemXml($cid){ argument
45 $xml = $this->HttpClient->get(sprintf($this->pubchemURL,$cid));
/plugin/s5/ui/default/
H A Dslides.js123 var cid = 'slide' + snum;
124 var ce = document.getElementById(cid);
/plugin/s5/ui/dokuwiki/
H A Dslides.js122 var cid = 'slide' + snum;
123 var ce = document.getElementById(cid);
/plugin/s5reloaded/ui/thesis/
H A Dslides.js38 var cid = ''; variable
340 cid = 'slide' + snum;
341 var ce = document.getElementById(cid);
392 changeOpac(100,cid);
394 shiftOpacity(cid,fadeDuration);
409 if(nid != cid) changeOpac(100,cid);
410 document.getElementById(cid).style.visibility = 'hidden';
1944 function setDataURL(cid) { argument
1945 if(cid.toDataURL) {
1946 var obj = document.getElementById(cid.id + "_link");
[all …]
/plugin/searchtablejs/TableFilter_EN/
H A Dtablefilter.js975 var cid, leftstr, tblid, CallFn, Match;
976 cid = this.getAttribute("id");
978 tblid = cid.substring(leftstr.length+1,cid.length);
/plugin/searchtablejs/
H A Dtablefilter.js975 var cid, leftstr, tblid, CallFn, Match;
976 cid = this.getAttribute("id");
978 tblid = cid.substring(leftstr.length+1,cid.length);
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js398 this.cid = _.uniqueId(this.cidPrefix);
885 if (!modelMap[existing.cid]) {
886 modelMap[existing.cid] = true;
897 modelMap[model.cid] = true;
907 if (!modelMap[model.cid]) toRemove.push(model);
1002 obj.cid && this._byId[obj.cid];
1145 delete this._byId[model.cid];
1168 this._byId[model.cid] = model;
1176 delete this._byId[model.cid];
1234 this.cid = _.uniqueId('view');
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js85 assert.equal(col.get(col.first().cid), col.first());
94 assert.equal(collection.get(model.cid), model);
114 assert.ok(col.has(a.cid));
115 assert.ok(col.has(b.cid));
116 assert.ok(col.has(c.cid));
117 assert.ok(col.has(d.cid));
121 assert.notOk(col.has(outsider.cid));
392 assert.equal(result.cid, list[1].cid);
927 assert.ok(collection.get(model.cid));
1369 assert.ok(model2.cid === model1.cid);
[all …]
H A Dmodel.js86 assert.equal(this.cid, undefined);
93 assert.notEqual(model.cid, undefined);
397 assert.equal(model.cid.charAt(0), 'm');
400 assert.equal(model.cid.charAt(0), 'c');
407 assert.equal(col.get('c6').cid.charAt(0), 'm');
/plugin/swiftmail/Swift/Message/
H A DEmbeddedFile.php26 protected $cid = null; variable in Swift_Message_EmbeddedFile
36 …public function __construct($data=null, $name=null, $type="application/octet-stream", $cid=null, $… argument
40 if ($cid === null)
42 $cid = self::generateFileName("swift-" . uniqid(time()) . ".");
43 …$cid = urlencode($cid) . "@" . (!empty($_SERVER["SERVER_NAME"]) ? $_SERVER["SERVER_NAME"] : "swift…
45 $this->setContentId($cid);
47 if ($name === null && !($data instanceof Swift_File)) $this->setFileName($cid);
66 $this->cid = $id;
75 return $this->cid;
H A DImage.php30 …ruct(Swift_File $data=null, $name=null, $type="application/octet-stream", $cid=null, $encoding="ba… argument
32 parent::__construct($data, $name, $type, $cid, $encoding);
/plugin/swiftmail/Swift/Plugin/
H A DFileEmbedder.php272 public function registerFile($url, $cid, $file) argument
276 $this->registeredFiles[$url]["cids"][] = $cid;
327 foreach ($registered["cids"] as $cid)
329 if ($this->message->hasChild($cid))
331 return $matches[1] . $cid . $matches[4];
335 $cid = $this->message->attach($registered["obj"]);
337 return $matches[1] . $cid . $matches[4];
372 foreach ($registered["cids"] as $cid)
374 if ($this->message->hasChild($cid))
376 return $matches[1] . $cid . $matches[4];
[all …]
/plugin/tagfilter/script/select2/
H A Dselect2.js1316 var cid = this.containerId,
1317 scroll = "scroll." + cid,
1318 resize = "resize."+cid,
1319 orient = "orientationchange."+cid,
1388 var cid = this.containerId,
1389 scroll = "scroll." + cid,
1390 resize = "resize."+cid,
1391 orient = "orientationchange."+cid;

12