Home
last modified time | relevance | path

Searched refs:drawing (Results 101 – 111 of 111) sorted by path

12345

/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-raphael-min.js.map1 …G","defaultOptions","div","isString","getElementById","tagName","Theme","drawing","jQuery","sequen…
H A Dsequence-diagram-raphael.js2413 new Theme(this, options, function(drawing) { argument
2414 drawing.draw(div);
H A Dsequence-diagram-snap-min.js6 …Theme=Diagram.themes[options.theme];new Theme(this,options,function(drawing){drawing.draw(div)})},… argument
H A Dsequence-diagram-snap-min.js.map1 …G","defaultOptions","div","isString","getElementById","tagName","Theme","drawing","jQuery","fn","s…
H A Dsequence-diagram-snap.js1603 new Theme(this, options, function(drawing) { argument
1604 drawing.draw(div);
H A Dsequence-diagram.js2699 new Theme(this, options, function(drawing) { argument
2700 drawing.draw(div);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dsequence-diagram.js44 new Theme(this, options, function(drawing) { argument
45 drawing.draw(div);
/plugin/subjectindex/plugins/
H A Dbible_verses.txt7640 And Israel and the Phi·lis'tines began drawing up battle line to meet battle line.
8620 He was sending from on high, he was taking me,He was drawing me out of great waters.
10756 And of the Dan'ites those drawing up in battle formation were twenty-eight thousand six hundred.
10757 And of Ash'er those going out to the army for drawing up in battle formation were forty thousand.
10940 …ed to a million one hundred thousand men drawing sword, and Judah four hundred and seventy thousan…
14135 He was sending from on high, he was taking me,He was drawing me out of great waters.
14214 For you were the One drawing me forth from the belly,The One making me trust while upon the breasts…
17758 Woe to those drawing error with ropes of untruth, and as with wagon cords sin;
22794 and those who are drawing back from following Jehovah and who have not sought Jehovah and have not …
24993 but Mary began to preserve all these sayings, drawing conclusions in her heart.
[all …]
/plugin/tuxquote/
H A Dquotes.txt2765 Morality, like art, means drawing a line someplace. <BR> -- Oscar Wilde (1854 - 1900)
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js18943 var drawing = model.drawing;
18946 if (!drawing) {
18947 drawing = model.drawing = {
18955 Id: drawing.rId,
18966 drawing.rels.push({
19073 this.map.drawing.render(xmlStream, model.drawing); // Note: must be after rowBreaks
19166 drawing: this.map.drawing.model,
19233 if (model.drawing) {
24253 var xform, drawing;
24923 var drawing = worksheet.drawing;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs5245 "application/vnd.openxmlformats-officedocument.drawing+xml": "drawings",
15878 rId = add_rels(rels, -1, "../drawings/drawing" + (idx+1) + ".xml", RELS.DRAW);
15879 o[o.length] = writextag("drawing", null, {"r:id":"rId" + rId});
15880 ws['!drawing'] = _drawing;
16991 /* 18.3.1.36 drawing CT_Drawing */
16992 if((m = data.match(/drawing r:id="(.*?)"/))) s['!rel'] = m[1];
17002 // o[o.length] = writextag("drawing", null, {"r:id": "rId1"});
17003 // add_rels(rels, -1, "../drawings/drawing" + (idx+1) + ".xml", RELS.DRAW);
22594 case 'draw:': // TODO: drawing
22650 'xmlns:draw': "urn:oasis:names:tc:opendocument:xmlns:drawing:1.0",
[all …]

12345