Home
last modified time | relevance | path

Searched refs:shape (Results 151 – 175 of 202) sorted by last modified time

123456789

/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1 …Width() {\n\t\tvar origWidth = timeline.getItemHeight();//m-s have square shape\n\t\treturn Math.r…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1shape::before{content:"\F830"}.mdi-shape-circle-plus::before{content:"\F65D"}.mdi-shape-outline::b…
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.vml.js397 o = o.shape || o.node;
611 this.shape && this.shape.parentNode.removeChild(this.shape);
845 p.shape = el;
H A Draphael.core.js3059 …this.events.push({name: eventName, f: fn, unbind: addEvent(this.shape || this.node || g.doc, event…
5040 this.forEach(function(shape, index){ argument
5041 var g = shape.glow(glowConfig);
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.no-deps.min.js1shape||this.node||l.doc,t,r,i||this)})),this},e["un"+t]=Wt["un"+t]=function(r){for(var i=this.even…
H A Draphael.min.js1shape||this.node||l.doc,t,r,i||this)})),this},e["un"+t]=Wt["un"+t]=function(r){for(var i=this.even…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js7 …ion(a){return a.y},r=function(a){return a.size||1},s=function(a){return a.shape||"circle"},t=[],u=…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dnv.d3.min.css1shape-rendering:crispEdges}.nvd3 .nv-axis path.domain{stroke-opacity:.75}.nvd3 .nv-axis.nv-x path.…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml603 --- !clarkevans.com,2002/graph/^shape
617 YAML.add_domain_type( "clarkevans.com,2002", 'graph/shape' ) { |type, val|
/plugin/chordsheets/js/
H A Draphael.js1shape||this.node||l.doc,t,r,i||this)})),this},e["un"+t]=Yt["un"+t]=function(r){for(var i=this.even…
/plugin/callflow/
H A Draphael.js3434 …this.events.push({name: eventName, f: fn, unbind: addEvent(this.shape || this.node || g.doc, event…
5387 this.forEach(function(shape, index){ argument
5388 var g = shape.glow(glowConfig);
7530 o = o.shape || o.node;
7721 this.shape && this.shape.parentNode.removeChild(this.shape);
7955 p.shape = el;
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.css320 .amcharts-export-menu .export-drawing-shape a {
345 .amcharts-export-menu .export-drawing-shape a:hover img {
/plugin/tuxquote/
H A Dquotes.txt823 …ected to fit in a square hole right away. He must have time to modify his shape. <BR> -- Mark Twain
1848 The trouble with jogging is that by the time you realize you're not in shape for it, it's too far t…
/plugin/subjectindex/plugins/
H A Dbible_verses.txt8922 And the second cherub was ten cubits. The two cherubs had the same measure and the same shape.
8972 It was like this that he made the ten carriages; they all had one cast, one measure, one shape.
25048 and the holy spirit in bodily shape like a dove came down upon him, and a voice came out of heaven:…
/plugin/imagemap/
H A DREADME27 For a link to be used in the map, it must define the shape as part of the
29 coordinates. The number of coordinates determines the shape of the link.
30 ^ # ^ shape ^ coordinates |
35 If the label does not contain a suitable shape description, then that link
H A Dsyntax.php115 @list($state,$match,$shape,$coords,$type,$title,$url,$extra) = $data;
185 $renderer->doc .= ' shape="'.$shape.'" coords="'.$coords.'" />';
285 $shape = 'circle';
287 $shape = 'rect';
289 $shape = 'poly';
295 $this->_addPluginCall(array(DOKU_LEXER_MATCHED, 'area', $shape, join(',',$coords),
/plugin/advrack/
H A Djquery.qtip.js3261 var shape = area.attr('shape').toLowerCase().replace('poly', 'polygon'),
3271 if(shape === 'polygon') {
3276 else if(PLUGINS.polys[shape]) {
3281 result = PLUGINS.polys[shape].apply(
H A Draphael.js3434 …this.events.push({name: eventName, f: fn, unbind: addEvent(this.shape || this.node || g.doc, event…
5387 this.forEach(function(shape, index){ argument
5388 var g = shape.glow(glowConfig);
7536 o = o.shape || o.node;
7727 this.shape && this.shape.parentNode.removeChild(this.shape);
7961 p.shape = el;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMovieEditorDialog.java279 for (Shape shape: frameEntries[i].frame.getShapes()) { in getImage()
280 BufferedImage si = shapeImage(shape); in getImage()
281 g.drawImage(si, shape.getLocation().x, shape.getLocation().y, null); in getImage()
296 private BufferedImage shapeImage(Shape shape) throws IOException { in shapeImage() argument
297 ShapeContent shapeContent = shape.getContent(); in shapeImage()
305 for (Shape shape: frameEntries[entryIdx].frame.getShapes()) { in coversEverything()
306 if (shape.getContent().coversEverything()) { in coversEverything()
H A DFrameImpl.java30 for (Shape shape: shapes) { in merge()
31 if (shape.getContent().coversEverything()) { in merge()
H A DSwfEncoder.java44 import com.flagstone.transform.util.shape.Canvas;
221 for (Shape shape: frame.getShapes()) { in encode()
222 if (shape.getContent().coversEverything() || imgLayer==maxImgLayer) { in encode()
229 ShapeContent shapeContent = shape.getContent(); in encode()
233 } else if (shape.getContent() instanceof ImageReference) { in encode()
263 …e2 place = Place2.show(shapeTag.getIdentifier(), imgLayer++, shape.getLocation().x*20, shape.getLo… in encode()
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jar ... transform/movieclip/ com/flagstone/transform/shape/ com/flagstone/transform/sound/ com ...
/plugin/bible/bible_douayRheims/
H A DDaniel.txt201 … returned to me, and I came to the honour and glory of my kingdom: and my shape returned to me: an…
H A DLuke.txt154 …3:22. And the Holy Ghost descended in a bodily shape, as a dove, upon him. And a voice came from h…
437 …9:29. And whilst he prayed, the shape of his countenance was altered and his raiment became white …

123456789