Home
last modified time | relevance | path

Searched refs:frame (Results 26 – 50 of 189) sorted by relevance

12345678

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DGraphicsDeviceTranslucener.java11 protected void makeTranslucent(Frame frame) { in makeTranslucent() argument
17 frame.setOpacity(0.7f); in makeTranslucent()
H A DFrameImpl.java29 void merge(Frame frame) { in merge() argument
35 shapes.addAll(0, frame.getShapes()); in merge()
H A DSwfEncoder.java151 for (Frame frame: fragment.getFrames()) { in encode()
171 int toolbarY = frame.getSize().height*20; in encode()
173 int movieWidth = frame.getSize().width*20; in encode()
174 int movieHeight = frame.getSize().height*20; in encode()
221 for (Shape shape: frame.getShapes()) { in encode()
268 Point mouseLocation = frame.getMousePointer(); in encode()
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DUserObject.java199 UserObject frame = new UserObject(); in main() local
200 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); in main()
201 frame.setSize(400, 320); in main()
202 frame.setVisible(true); in main()
H A DCustomCanvas.java.bak131 CustomCanvas frame = new CustomCanvas();
132 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
133 frame.setSize(400, 320);
134 frame.setVisible(true);
H A DValidation.java.bak113 Validation frame = new Validation();
114 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
115 frame.setSize(400, 320);
116 frame.setVisible(true);
H A DUserObject.java.bak193 UserObject frame = new UserObject();
194 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
195 frame.setSize(400, 320);
196 frame.setVisible(true);
/plugin/pgn4web/pgn4web/
H A Dviewer-links.php56 $frame = $frames->item($i);
57 $url = make_absolute($frame->getAttribute('src'), $base);
62 $frame = $frames->item($i);
63 $url = make_absolute($frame->getAttribute('src'), $base);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DNormalizerFormatter.php231 foreach ($trace as $frame) {
232 if (isset($frame['file'])) {
233 $data['trace'][] = $frame['file'].':'.$frame['line'];
/plugin/diagramsnet/lib/shapes/
H A DmxKubernetes.js86 var frame = mxStencilRegistry.getStencil('mxgraph.kubernetes.frame');
89 frame.drawShape(c, this, 0, 0, w, h);
92 frame.drawShape(c, this, w * 0.03, h * 0.03, w * 0.94, h * 0.94);
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrixFactory.php252 $frame = imagecreatetruecolor($this->size, $this->size);
255 …imagecopyresampled($frame, $blank, 0, 0, 0, 0, imagesx($blank), imagesy($blank), imagesx($blank), …
257 …imagecopyresampled($frame, $png, $scale->posX, $scale->posY, 0, 0, imagesx($png), imagesy($png), i…
262 imagepng($frame);
276 if (!@imagepng($frame, $savePath))
282 imagedestroy($frame);
H A DPDF417Factory.php256 $frame = imagecreatetruecolor($scale->frameX, $scale->frameY);
259 …imagecopyresampled($frame, $blank, 0, 0, 0, 0, imagesx($blank), imagesy($blank), imagesx($blank), …
261 …imagecopyresampled($frame, $png, $scale->posX, $scale->posY, 0, 0, imagesx($png), imagesy($png), i…
266 imagepng($frame);
280 if (!@imagepng($frame, $savePath))
286 imagedestroy($frame);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D15.15.js1frame-src/,"string.quote"],[/img-src/,"string.quote"],[/manifest-src/,"string.quote"],[/media-src/…
H A D15.15.js.map1frame-src/, 'string.quote'],\n [/img-src/, 'string.quote'],\n [/manifest-src…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DErrorHandler.php55 foreach ($trace as $frame) {
56 if ($frame['function'] == '__toString') {
/plugin/siteexport/
H A Dscript.js151 var frame = $(frameQuery);
152 if ( frame.length == 0 ) {
153 frame = $('<iframe/>')
163 frame.load(function(){
172 var clone = frame.clone().css({
176 frame.remove();
190 frame.attr('src', iframeProps.src);
197 frame.remove();
/plugin/odt/ODT/
H A DODTHeading.php57 $frame = $params->document->state->getCurrentFrame();
58 if (!isset($frame)) {
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js20 this.frame = new MP3Frame();
27 var frame = this.frame;
45 frame.decode(stream);
48 synth.frame(frame);
3659 var frame;
3664 this.data[frame.key] = [this.data[frame.key]];
3666 this.data[frame.key].push(frame.value);
3668 this.data[frame.key] = frame.value;
3706 frame = frame[keys[0]];
3709 value: frame
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc151 $params['id'] = (string) The ID of the data frame analytics to delete
292 $params['id'] = (string) The ID of the data frame analytics to explain
293 $params['body'] = (array) The data frame analytics config to explain
444 $params['id'] = (string) The ID of the data frame analytics to fetch
445 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no data frame analytics. (This includes `_all` string or when no data frame analytics have been specified) (Default = true)
448 $params['exclude_generated'] = (boolean) Omits fields that are illegal to set on data frame analytics PUT (Default = false)
462 $params['id'] = (string) The ID of the data frame analytics stats to fetch
463 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no data frame analytics. (This includes `_all` string or when no data frame analytic
[all...]
/plugin/diagramsnet/lib/math/extensions/
H A DMathEvents.js19frame:{x:3.5,y:5,bwidth:1,bcolor:"#A6D",hwidth:"15px",hcolor:"#83A"},button:{x:-6,y:-3,wx:-2},fade… class in o
/plugin/prettyphoto/
H A Dprettyphoto.conf.js.example4 // disable social media integration in the pop-up frame
H A Dplugin.info.txt12 … (a jQuery based lightbox clone). All direct images are shown in a pop-up frame instead of the ful…
/plugin/zip/pear/
H A DPEAR.php1015 * @param int $frame (optional) what frame to fetch
1019 function getBacktrace($frame = null) argument
1024 if ($frame === null) {
1027 return $this->backtrace[$frame];
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmtable.js19frame!=="none"||(aN.columnlines+aN.rowlines).match(/solid|dashed/)){var t=ao(aN.framespacing);if(t…
/plugin/diagramsnet/lib/js/orgchart/
H A DOrgChart.Layout.min.js1frame=child1.getState(),c1=frame.getCenterH();OrgChart.Layout.LayoutAlgorithm.IsEqual(c1,center)||…

12345678