Home
last modified time | relevance | path

Searched refs:Frame (Results 1 – 25 of 62) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigtableAdmin/
DFailureTrace.php23 protected $framesType = Frame::class;
27 * @param Frame[]
34 * @return Frame[]
DFrame.php20 class Frame extends \Google\Model class
80 class_alias(Frame::class, 'Google_Service_BigtableAdmin_Frame');
/plugin/jcapture/src/com/hammurapi/jcapture/
DTranslucener.java3 import java.awt.Frame;
7 protected abstract void makeTranslucent(Frame frame); in makeTranslucent()
9 static void makeFrameTranslucent(Frame frame) throws Exception { in makeFrameTranslucent()
DFragmentImpl.java11 private List<Frame> frames;
13 FragmentImpl( List<Frame> frames, File audio) { in FragmentImpl()
19 public List<Frame> getFrames() { in getFrames()
DFrameImpl.java7 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame;
9 class FrameImpl implements Frame {
29 void merge(Frame frame) { in merge()
DScreenRecorder.java26 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape;
27 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape.Image;
28 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape.ShapeContent;
214 …Map<Region, Image> imageCache = new IdentityHashMap<Region, VideoEncoder.Fragment.Frame.Shape.Imag… in getMovie()
238 … List<VideoEncoder.Fragment.Frame> framesCollector = new ArrayList<VideoEncoder.Fragment.Frame>(); in getMovie()
248 List<Shape> frameShapes = new ArrayList<VideoEncoder.Fragment.Frame.Shape>(); in getMovie()
DAWTUtilitiesTranslucener.java3 import java.awt.Frame;
11 protected void makeTranslucent(Frame frame) { in makeTranslucent()
DGraphicsDeviceTranslucener.java3 import java.awt.Frame;
11 protected void makeTranslucent(Frame frame) { in makeTranslucent()
DVideoEncoder.java71 interface Frame { interface
134 List<Frame> getFrames(); in getFrames()
DSwfEncoder.java46 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame;
47 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape;
48 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape.Image;
49 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape.ImageReference;
50 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape.ShapeContent;
151 for (Frame frame: fragment.getFrames()) { in encode()
DMovieEditorDialog.java65 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame;
66 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape;
67 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape.ImageReference;
68 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape.ShapeContent;
191 Frame frame;
301 …return ((com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape.Image) shapeContent).getImage().… in shapeImage()
399 for (Frame frm: fr.getFrames()) { in MovieEditorDialog()
503 List<Frame> newFrames = new ArrayList<Frame>(); in buildUI()
DShapeImpl.java5 import com.hammurapi.jcapture.VideoEncoder.Fragment.Frame.Shape;
/plugin/asciidocjs/node_modules/nunjucks/src/
Druntime.js10 var Frame = /*#__PURE__*/function () { class
11 function Frame(parent, isolateWrites) { class in Frame
19 var _proto = Frame.prototype;
65 return new Frame(this, isolateWrites);
70 return Frame;
314 Frame: Frame, property
Denvironment.js21 Frame = globalRuntime.Frame; variable
450 var frame = parentFrame ? parentFrame.push(true) : new Frame();
503 var frame = parentFrame ? parentFrame.push() : new Frame();
Dcompiler.js11 Frame = _require2.Frame; variable
738 currFrame = new Frame();
962 frame = new Frame();
982 var tmpFrame = new Frame();
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DEditorAboutFrame.java7 import java.awt.Frame;
39 public EditorAboutFrame(Frame owner) in EditorAboutFrame()
/plugin/jcapture/lib/
Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/
Dbrowser.css35 .Frame
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/
Dbrowser.css35 .Frame
/plugin/fckg/fckeditor/editor/filemanager/browser/default/
Dbrowser.css37 .Frame
/plugin/asciidocjs/node_modules/nunjucks/browser/
Dnunjucks-slim.js428 var Frame = /*#__PURE__*/function () {
429 function Frame(parent, isolateWrites) {
437 var _proto = Frame.prototype;
483 return new Frame(this, isolateWrites);
488 return Frame;
732 Frame: Frame, property
1036 Frame = globalRuntime.Frame;
1465 var frame = parentFrame ? parentFrame.push(true) : new Frame();
1518 var frame = parentFrame ? parentFrame.push() : new Frame();
Dnunjucks.js528 var Frame = /*#__PURE__*/function () {
529 function Frame(parent, isolateWrites) {
537 var _proto = Frame.prototype;
583 return new Frame(this, isolateWrites);
588 return Frame;
832 Frame: Frame, property
1230 Frame = _require2.Frame;
1957 currFrame = new Frame();
2181 frame = new Frame();
2201 var tmpFrame = new Frame();
[all …]
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/
Dbrowser.css36 .Frame
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/
Dbrowser.css36 .Frame
/plugin/jplayer/vendor/james-heinrich/getid3/
Dreadme.txt459 ID3v2.4-compliant Frame Sizes, even though the tag is marked
626 * http://www.codeproject.com/Articles/8295/MPEG-Audio-Frame-Header

123