Home
last modified time | relevance | path

Searched refs:id (Results 2476 – 2500 of 3526) sorted by path

1...<<919293949596979899100>>...142

/plugin/issuelinks/script/
H A Dadmin_repo.js16 if (typeof data.id !== 'undefined') {
17 $this.data('id', data.id);
/plugin/issuelinks/services/
H A DGitHub.service.php292 $id = $data['id'];
295 $db->saveWebhook('github', $project, $id, $secret);
H A DJira.service.php355 $oldID = $webhooks[0]['id'];
390 return ['status' => 200, 'data' => ['id' => $newWebhookID]];
409 $oldID = $webhooks[0]['id'];
/plugin/issuetracker/
H A DREADME27 http://www.fristercons.de/fcon/doku.php?id=issuetracker:descr
H A Dprototype.js2248 var id = Element.readAttribute(element, 'id');
2249 if (id) return id;
2250 do { id = 'anonymous_element_' + Element.idCounter++ } while ($(id));
2251 Element.writeAttribute(element, 'id', id);
2252 return id;
2892 proto[id] = 'x';
2893 var isBuggy = (el[id] !== 'x');
2894 delete proto[id];
4722 id = "script" + (new Date).getTime(); variable
4723 form.innerHTML = "<a name='" + id + "'/>";
[all …]
H A Dtablekit.js39 this.id = table.id;
65 var id = table.id;
73 var id = table.id;
98 cell.id = t.id + "-cell-" + TableKit._getc();
100 var tblid = t ? t.id : cell.id.match(/(.*)-cell.*/)[1];
110 var id = table.id;
111 TableKit.tables[id] = TableKit.tables[id] ?
138 o2 = o2 || (id ? (TableKit.tables[id] ? TableKit.tables[id] : {}) : {});
416 var cache = colcache[table.id] ? colcache[table.id] : (colcache[table.id] = {});
421 if(cell.id && TableKit.Sortable.types[cell.id]) {
[all …]
/plugin/itrackviewer/
H A Dsyntax.php229 …shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="400" height="300" id="gpxviewer" align="m…
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jar ... void unregister (java.lang.String) String id public synchronized org.apache.http.cookie. ...
H A Dhttpcore-4.0.1.jar ... Object getAttribute (java.lang.String) String id public synchronized void setAttribute (java.lang.String ...
/plugin/jcapture/
H A Dscript.js6 oNewDiv.id="jCaptureAppletDiv";
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jar ... void unregister (java.lang.String) String id public synchronized org.apache.http.cookie. ...
H A Dhttpcore-4.0.1.jar ... Object getAttribute (java.lang.String) String id public synchronized void setAttribute (java.lang.String ...
H A Djdraw.jar ... .mxgraph.model.mxCell edge Object parent String id Object value Object source Object target String style } com ...
H A Djgraphx-examples.jar ... .mxgraph.model.mxCell edge Object parent String id Object value Object source Object target String style } com ...
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java714 public Object createEdge(Object parent, String id, Object value, in createEdge() argument
720 edge.setId(id); in createEdge()
725 return super.createEdge(parent, id, value, source, target, style); in createEdge()
H A DGraphEditor.java.bak578 * @param id
585 public Object createEdge(Object parent, String id, Object value,
591 edge.setId(id);
596 return super.createEdge(parent, id, value, source, target, style);
/plugin/jdraw/
H A Dsyntax.php92 $renderer->doc.="<img src={$fetchpath}{$image_file}' id='{$image_id}' alt=' [diagram] '>";
/plugin/jirainfo/
H A Dscript.js149 this.id = elem.getAttribute("data-target");
151 this.id = "jiPopup" + ++counter;
152 elem.setAttribute("data-target", this.id);
164 popup.id = this.id;
260 return document.getElementById(this.id).children[0];
264 return document.getElementById(this.id).children[1];
268 return document.getElementById(this.id).children[1].children[0];
272 return document.getElementById(this.id);
/plugin/jmol2/jmol/
H A DCHANGES.txt260 # new feature: select structureID="xxx" selects structures by alphanumeric id such as "S1" or "H3"
1711 # new feature: x = quaternion(q, "id", {center})
2058 # new feature: $"xxx" quotations or $@{...} allows variable definition of object id reference
2646 # new feature: isosurface ELLIPSOID id
2653 # id is a REQUIRED field. AXES is required if a new ellipsoid is being defined
4288 # function drawline(id,a,b)
4289 # var x = script("draw line"+ id + " {atomno=" + a + "} {atomno=" + b + "}")
4682 # appletId id of a specific applet
4699 # new Jmol.js feature: jmolGetSyncId(); jmolSetSyncId(id);
4700 # allows control over the sync ID via javascript. jmolSetSyncId(id)
[all …]
H A DJmol.js173 if (id == undefined || id == null)
193 if (id == undefined || id == null)
249 var t = "<span id='"+(id ? id : groupName)+"'>";
280 if (id == undefined || id == null)
286 …var t = "<span id=\"span_"+id+"\""+(title ? " title=\"" + title + "\"":"")+"><a name='" + id + "' …
297 if (id == undefined || id == null)
304 …var t = "<span id=\"span_"+id+"\""+(title ? " title=\"" + title + "\"":"")+"><input name='" + id +…
322 if (id == undefined || id == null)
855 if (id){
1092 if(typeof(id)=="number")id = "jmolCheckbox" + id;
[all …]
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0_Minimize.jar ... .MinAtom d int ia int ib int ic int id int[] iData double[] dData double delta ...

1...<<919293949596979899100>>...142