Lines Matching refs:glob

38 (function (glob) {
420 …=== "function" && define.amd ? (define("eve", [], function() { return eve; })) : (glob.eve = eve));
423 (function (glob, factory) {
428 return factory(glob, eve);
433 module.exports = factory(glob, eve);
437 factory(glob, glob.eve);
841 w = glob.doc.querySelector(String(w));
853 var glob = { class in AnonymousFunction6de3020a0600.Snap
857 Snap._.glob = glob;
898 el = glob.doc.createTextNode(attr.text || attr["#text"] || "");
901 el = glob.doc.createComment(attr.text || attr["#text"] || "");
940 el = glob.doc.createElementNS(xmlns, el);
1477 var i = glob.doc.getElementsByTagName("head")[0] || glob.doc.getElementsByTagName("svg")[0],
1485 var out = glob.doc.defaultView.getComputedStyle(i, E).getPropertyValue("color");
1923 var contains = glob.doc.contains || glob.doc.compareDocumentPosition ?
2063 return wrap(glob.doc.querySelector(query));
2074 var nodelist = glob.doc.querySelectorAll(query),
2229 var f = glob.doc.createDocumentFragment(),
2231 div = glob.doc.createElement("div");
2264 f = glob.doc.createDocumentFragment();
2314 res = make("svg", glob.doc.body);
2608 target = glob.doc.elementFromPoint(x, y);
2609 if (glob.win.opera && target.tagName == "svg") {
2641 f(Snap, Element, Paper, glob, Fragment);
2643 glob.win.Snap = Snap;
2660 Snap.plugin(function (Snap, Element, Paper, glob, Fragment) { argument
3641 Snap.plugin(function (Snap, Element, Paper, glob, Fragment) { argument
3950 Snap.plugin(function (Snap, Element, Paper, glob, Fragment) { argument
4103 var txt = glob.doc.createTextNode(value);
4202 out.appendChild(glob.doc.createTextNode(chunk));
4241 …var style = glob.doc.defaultView.getComputedStyle(this.node, null).getPropertyValue("marker-" + en…
4245 return Snap(glob.doc.getElementById(style.match(reURLValue)[1]));
4362 Snap.plugin(function (Snap, Element, Paper, glob, Fragment) { argument
4510 Snap.plugin(function (Snap, Element, Paper, glob, Fragment) { argument
4599 Snap.plugin(function (Snap, Element, Paper, glob, Fragment) { argument
4676 var img = glob.doc.createElement("img"),
4677 body = glob.doc.body;
5320 Snap.plugin(function (Snap, Element, Paper, glob) { argument
6775 Snap.plugin(function (Snap, Element, Paper, glob) { argument
7091 Snap.plugin(function (Snap, Element, Paper, glob) { argument
7285 Snap.plugin(function (Snap, Element, Paper, glob) { argument
7288 supportsTouch = "createTouch" in glob.doc,
7301 doc = el && el.node ? el.node.ownerDocument : glob.doc;
7762 Snap.plugin(function (Snap, Element, Paper, glob) { argument
8089 Snap.plugin(function (Snap, Element, Paper, glob, Fragment) { argument