Home
last modified time | relevance | path

Searched full:bb (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/plugin/sequencediagram/bower_components/js-sequence-diagrams/test/
Dalign.html41 function draw_bb(bb) {
42 paper.rect(bb.x, bb.y, bb.width, bb.height).attr(RECT);
44 draw_coord(bb.x, bb.y);
45 draw_coord(bb.x + bb.width, bb.y);
46 draw_coord(bb.x, bb.y + bb.height);
47 draw_coord(bb.x + bb.width, bb.y + bb.height);
Dfont_test.html35 var bb = path.getBBox();
38 var dx = (x - bb.x) - bb.width / 2;
39 var dy = (y - bb.y) - bb.height / 2;
/plugin/toolbox/
DToolboxTextTools.js85 var bb = chunkify(b.toLowerCase());
87 for (x = 0; aa[x] && bb[x]; x++) {
88 if (aa[x] !== bb[x]) {
89 var c = Number(aa[x]), d = Number(bb[x]);
90 if (c == aa[x] && d == bb[x]) {
92 } else return (aa[x] > bb[x]) ? 1 : -1;
95 return aa.length - bb.length;
/plugin/callflow/
Dscript.js47 …this.bb = paper.text(x,(y+style.txtsize/2)+10,text).attr({"font-size":style.tooltip.txtsize,"fill"…
48 var BB = this.bb.getBBox();
50 // BB.y is automatically updated
51 this.bb.translate(0,BB.height/2);
53 …this.tp = paper.rect(BB.x-4,BB.y-2,BB.width+8,BB.height+4).attr({"fill":style.tooltip.bgr,"stroke"…
57 this.bb.hide();
61 this.bb.show().toFront();
65 this.bb.hide();
363 var BB = txt.getBBox();
364 …paper.rect(BB.x,BB.y,BB.width,BB.height).attr({"stroke":"none","fill":style.bgr}).toBack();//backg…
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
Dtheme-raphael.js103 var bb = p.getBBox();
106 return bb;
137 var bb = this.textBBox(text, font);
140 x = x - bb.width / 2;
141 y = y - bb.height / 2;
147 t = paper.print(x - bb.x, y - bb.y, text, font.obj_, font['font-size']);
149 t = paper.text(x - bb.x - bb.width / 2, y - bb.y, text);
Dtheme.js188 var bb = this.textBBox(diagram.title, font);
189 title.textBB = bb;
192 title.width = bb.width + (TITLE_PADDING + TITLE_MARGIN) * 2;
193 title.height = bb.height + (TITLE_PADDING + TITLE_MARGIN) * 2;
202 var bb = this.textBBox(a.name, font);
203 a.textBB = bb;
206 a.width = bb.width + (ACTOR_PADDING + ACTOR_MARGIN) * 2;
207 a.height = bb.height + (ACTOR_PADDING + ACTOR_MARGIN) * 2;
236 var bb = this.textBBox(s.message, font);
238 //var bb = t.attr("text", s.message).getBBox();
[all …]
Dtheme-snap.js141 var bb = t.getBBox();
143 return bb;
204 var bb = t.getBBox();
207 x = x - bb.width / 2;
208 y = y - bb.height / 2;
212 // `y - bb.y` because text(..) is positioned from the baseline, so this moves it down.
213 t.attr({x: x - bb.x, y: y - bb.y});
/plugin/asciidocjs/node_modules/minimist/test/
Ddotted.js7 var argv = parse(['--a.b', '22'], { default: { 'a.b': 11 }, alias: { 'a.b': 'aa.bb' } });
9 t.equal(argv.aa.bb, 22);
14 var argv = parse('', { default: { 'a.b': 11 }, alias: { 'a.b': 'aa.bb' } });
16 t.equal(argv.aa.bb, 11);
/plugin/amcharts/assets/amcharts/plugins/export/libs/blob.js/
Dblob.js120 var bb = this.data;
132 bb.push(str);
136 bb.push(fr.readAsBinaryString(data));
143 bb.push(atob(data.data));
145 bb.push(decodeURIComponent(data.data));
147 bb.push(data.data);
154 bb.push(unescape(encodeURIComponent(data)));
/plugin/chessdiagram/toolbar/
Dgerman.diff6 …hdiagramm>\nt---k--t\n-d---bbb\nb---b---\n--l-B---\nB--S-D--\nB-------\n-BB---BB\n---T-T-K\n</scha…
/plugin/stdokuwikiconnector/
H A D.gitignore28 [Bb]in/
30 [Bb]uild/
/plugin/sortablejs/
Dscript.js389 var bb = b[0].split( ".", 4 );
391 var resultb = bb[0] * 0x1000000 + bb[1] * 0x10000 + bb[2] * 0x100 + bb[3] * 1;
405 var bb = parseFloat( b[0].replace( ",", "." ).replace( /[^0-9.\-]/g, "" ) );
406 if ( isNaN( bb ) ) {
407 bb = Number.NEGATIVE_INFINITY;
409 return aa - bb;
/plugin/rigrr/lib/rigrr/
Drigrr.nocache.js1bb='baseUrl',S='begin',R='bootstrap',Db='chromeframe',ab='clear.cache.gif',pb='content',X='end',Lb…
5 function g(){var a=E(bb);if(a!=null){return a}return O}
15Bb)!=-1}())return Bb;if(function(){return c.indexOf(Cb)!=-1||function(){if(c.indexOf(Db)!=-1){retu…
/plugin/rigrr/lib/
Drigrr.nocache.js1bb='baseUrl',S='begin',R='bootstrap',Db='chromeframe',ab='clear.cache.gif',pb='content',X='end',Lb…
5 function g(){var a=E(bb);if(a!=null){return a}return O}
15Bb)!=-1}())return Bb;if(function(){return c.indexOf(Cb)!=-1||function(){if(c.indexOf(Db)!=-1){retu…
/plugin/indexmenu/_test/
DAjaxRequestsTest.php25 … saveWikiText('ns2:cpage', "======Bb======\nText", 'Sort different page/title/creation date');
37 saveWikiText('ns1:ns2:apage', "======Bb======\nPage on level 2", 'Created page on level 2');
212 'title' => 'Bb',
231 'title' => 'Bb',
250 'title' => 'Bb',
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
Dsequence-diagram-snap-min.js6bb=this.textBBox(diagram.title,font);title.textBB=bb,title.message=diagram.title,title.width=bb.wi… variable
Dsequence-diagram-snap.js991 var bb = this.textBBox(diagram.title, font);
992 title.textBB = bb;
995 title.width = bb.width + (TITLE_PADDING + TITLE_MARGIN) * 2;
996 title.height = bb.height + (TITLE_PADDING + TITLE_MARGIN) * 2;
1005 var bb = this.textBBox(a.name, font);
1006 a.textBB = bb;
1009 a.width = bb.width + (ACTOR_PADDING + ACTOR_MARGIN) * 2;
1010 a.height = bb.height + (ACTOR_PADDING + ACTOR_MARGIN) * 2;
1039 var bb = this.textBBox(s.message, font);
1041 //var bb = t.attr("text", s.message).getBBox();
[all …]
/plugin/bugzillalinks/
Dsyntax.php47 $this->Lexer->addSpecialPattern('[Bb]ug\s*\d+', $mode, 'plugin_bugzillalinks');
60 if ( preg_match('/^[Bb]ug\s*(\d+)$/', $match, $bugMatch) ) {
/plugin/bugzillaint/syntax/
Dlink.php45 …$this->Lexer->addSpecialPattern('[Bb]ug\s[0-9]+(?:\s<[a-z_,^>]+>)?', $mode, 'plugin_bugzillaint_li…
56 if ( preg_match('/^[Bb]ug\s([0-9]+)(?:\s<([a-z_,^>]+)>)?$/', $match, $submatch) ) {
Dlist.php45 $this->Lexer->addSpecialPattern('<[Bb]uglist\s+[^>]*>', $mode, 'plugin_bugzillaint_list');
56 if ( preg_match('/<[Bb]uglist\s+([^>]*)>/', $match, $submatch) ) {
Dtree.php45 $this->Lexer->addSpecialPattern('<[Bb]ugtree\s+[0-9]+[^>]*>', $mode, 'plugin_bugzillaint_tree');
56 if ( preg_match('/<[Bb]ugtree\s+([0-9]+)[^>]*>/', $match, $submatch) ) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
DMontgomery.php193 $bb = $b->multiply($b);
194 $e = $aa->subtract($bb);
203 $x4 = $aa->multiply($bb);
204 $temp = static::class == Curve25519::class ? $bb : $aa;
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
Dcp1253.map173 !BB U+00BB guillemotright
220 !EB U+03BB lambda
Dcp1255.map176 !BB U+00BB guillemotright
191 !CB U+05BB afii57796
/plugin/latexit/tests/dw_orig_test_files/
Dtest14.txt2 %% **bb** %%

12345678910>>...13