Home
last modified time | relevance | path

Searched refs:List (Results 1 – 25 of 225) sorted by relevance

123456789

/plugin/dirtylittlehelper/mermaid/editor/docs/
D43.43.js.map1List',\n 'BinaryFormat.Null',\n 'BinaryFormat.Record',\n 'BinaryFormat.Signed…
/plugin/jcapture/src/com/hammurapi/jcapture/
DFragmentImpl.java4 import java.util.List;
11 private List<Frame> frames;
13 FragmentImpl( List<Frame> frames, File audio) { in FragmentImpl()
19 public List<Frame> getFrames() { in getFrames()
DFrameImpl.java5 import java.util.List;
11 private List<Shape> shapes;
16 FrameImpl(List<Shape> shapes, Point mousePointer, Dimension size, boolean isActive) { in FrameImpl()
39 public List<Shape> getShapes() { in getShapes()
DMovie.java7 import java.util.List;
12 private List<VideoEncoder.Fragment> fragments;
16 …public Movie(Dimension frameDimension, float framesPerSecond, List<VideoEncoder.Fragment> fragment… in Movie()
24 public List<VideoEncoder.Fragment> getFragments() { in getFragments()
DButtonManager.java7 import java.util.List;
21 private final List<DefineTag> definitions;
47 public List<DefineTag> getDefinitions() { in getDefinitions()
48 List<DefineTag> list = new ArrayList<DefineTag>(definitions.size()); in getDefinitions()
62 private void findDefinitions(final Movie movie, final List<DefineTag> list) { in findDefinitions()
DVideoEncoder.java8 import java.util.List;
122 List<Shape> getShapes(); in getShapes()
134 List<Frame> getFrames(); in getFrames()
DScreenRecorder.java13 import java.util.List;
103 List<Future<ScreenShot>> screenshots = new ArrayList<Future<ScreenShot>>();
225 … final List<VideoEncoder.Fragment> fragmentCollector = new ArrayList<VideoEncoder.Fragment>(); in getMovie()
238List<VideoEncoder.Fragment.Frame> framesCollector = new ArrayList<VideoEncoder.Fragment.Frame>(); in getMovie()
248 List<Shape> frameShapes = new ArrayList<VideoEncoder.Fragment.Frame.Shape>(); in getMovie()
DScreenShot.java13 import java.util.List;
87 private List<Region> regions;
216 public List<Region> getRegions() { in getRegions()
/plugin/extlist/css/
Ddefinitionlist.less3 * Extended List syntax
7 * Description List - definitionlist
8 * source: Definition List Plugin by Chris Smith <chris@jalakai.co.uk>
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dutils.js97 var List = (function() { class
98 function List(a, f) { class in List
111 List.is_op = function(val) {
114 List.splice = function(val) {
117 var skip = List.skip = {};
121 return List;
/plugin/stdokuwikiconnector/
H A DREADME.md56 List<DokuAuthUser> uadd = new List<DokuAuthUser>()
61 List<DokuAuthUser> udel = new List<DokuAuthUser>()
/plugin/revealjs/
Dexample_presentation.dokuwiki103 ===== List =====
173 ==== Fragment List ====
178 * List item 1
179 * List item 2
180 * List item 3
185 ==== No Fragment List ====
190 * List item 1
191 * List item 2
192 * List item 3
/plugin/ipgroup/lang/en/
Dlist.txt1 ===== IP List =====
/plugin/groupmanager/lang/en/
Dlist.txt1 ===== User List =====
/plugin/iptrust/lang/en/
Dlist.txt1 ===== IP List =====
/plugin/iptrust2/lang/en/
Dlist.txt1 ===== IP List =====
/plugin/cli/
Dcli-examples.txt14 user@host:~/somedir $ ls # List current directory
58 user@host:~/somedir $ ls # List current directory
186 user@host:~/somedir $ ls # List current directory
195 user@host:~/somedir $ ls # List current directory
209 user@host:~/somedir $ ls # List current directory | tee /tmp/foo < /dev/null
239 user@host:~/somedir $ ls # List current directory | tee /tmp/foo < /dev/null
272 user@host:~/somedir $ ls # List current directory | tee /tmp/foo < /dev/null
301 user@host:~/somedir $ ls # List current directory | tee /tmp/foo < /dev/null
/plugin/combo/resources/images/
H A DREADME.md4 ## List section in Image for Actions
/plugin/asciidocjs/node_modules/uglify-js/tools/
Dexports.js3 exports["List"] = List;
/plugin/filelisting/
Dplugin.info.txt6 desc List files in currently viewed namespaces
/plugin/catlist/
Dplugin.info.txt6 desc List pages and namespaces recursively
/plugin/autoindex/
Dplugin.info.txt6 desc List namespace contents in a alphabetical index
/plugin/youtrack/
Dplugin.info.txt6 desc List YouTrack issues filtered by YouTrack Query Language
/plugin/nslist/
Dplugin.info.txt6 desc List all pages in a given namespace
/plugin/definitionlist/
Dplugin.info.txt5 name Definition List plugin

123456789