Searched refs:List (Results 1 – 25 of 225) sorted by relevance
123456789
1 …List',\n 'BinaryFormat.Null',\n 'BinaryFormat.Record',\n 'BinaryFormat.Signed…
4 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()
5 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()
7 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()
7 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()
8 import java.util.List;122 List<Shape> getShapes(); in getShapes()134 List<Frame> getFrames(); in getFrames()
13 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()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()
13 import java.util.List;87 private List<Region> regions;216 public List<Region> getRegions() { in getRegions()
3 * Extended List syntax7 * Description List - definitionlist8 * source: Definition List Plugin by Chris Smith <chris@jalakai.co.uk>
97 var List = (function() { class98 function List(a, f) { class in List111 List.is_op = function(val) {114 List.splice = function(val) {117 var skip = List.skip = {};121 return List;
56 List<DokuAuthUser> uadd = new List<DokuAuthUser>()61 List<DokuAuthUser> udel = new List<DokuAuthUser>()
103 ===== List =====173 ==== Fragment List ====178 * List item 1179 * List item 2180 * List item 3185 ==== No Fragment List ====190 * List item 1191 * List item 2192 * List item 3
1 ===== IP List =====
1 ===== User List =====
14 user@host:~/somedir $ ls # List current directory58 user@host:~/somedir $ ls # List current directory186 user@host:~/somedir $ ls # List current directory195 user@host:~/somedir $ ls # List current directory209 user@host:~/somedir $ ls # List current directory | tee /tmp/foo < /dev/null239 user@host:~/somedir $ ls # List current directory | tee /tmp/foo < /dev/null272 user@host:~/somedir $ ls # List current directory | tee /tmp/foo < /dev/null301 user@host:~/somedir $ ls # List current directory | tee /tmp/foo < /dev/null
4 ## List section in Image for Actions
3 exports["List"] = List;
6 desc List files in currently viewed namespaces
6 desc List pages and namespaces recursively
6 desc List namespace contents in a alphabetical index
6 desc List YouTrack issues filtered by YouTrack Query Language
6 desc List all pages in a given namespace
5 name Definition List plugin