Home
last modified time | relevance | path

Searched refs:fragments (Results 26 – 39 of 39) sorted by path

12

/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md157 * #23: It's not possible to automatically extract or serialize Xml fragments
/plugin/issuetracker/
H A Dprototype.js2784 fragments = Element._getContentFromAnonymousElement(tagName, content.stripScripts());
2787 fragments.each(function(node) { parent.insertBefore(node, nextSibling) });
2789 fragments.each(function(node) { parent.appendChild(node) });
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMovie.java12 private List<VideoEncoder.Fragment> fragments; field in Movie
16 …sion frameDimension, float framesPerSecond, List<VideoEncoder.Fragment> fragments, Closeable image… in Movie() argument
20 this.fragments = fragments; in Movie()
25 return fragments; in getFragments()
39 for (VideoEncoder.Fragment f: fragments) { in toString()
H A DScreenRecorder.java129 LinkedList<Fragment> fragments = new LinkedList<Fragment>(); field in ScreenRecorder
188 fragments.add(new Fragment()); in start()
192 fragments.getLast().stop(); in stop()
210 for (Fragment f: fragments) { in getMovie()
226 for (Fragment fragment: fragments) { in getMovie()
/plugin/jquery/
H A Djquery-1.4.2.js4364 cacheresults = jQuery.fragments[ args[0] ];
4378 jQuery.fragments[ args[0] ] = cacheresults ? fragment : 1;
4384 jQuery.fragments = {};
H A Djquery-1.4.2.min.js20 true;if(j=c.fragments[a[0]])if(j!==1)f=j}if(!f){f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)…
110 …s.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appen…
/plugin/revealjs/
H A DREADME.md348 - https://github.com/hakimel/reveal.js#fragments
H A Dchangelog.md53 - Introducing new syntax for [fragments][2]:
79 [2]: https://github.com/hakimel/reveal.js#fragments
/plugin/revealjs/js/
H A Dreveal.js161 fragments: true, property in AnonymousFunctione17f777e0200.config
973 previousFragmentStep = fragments;
1423 if( config.fragments === false ) {
3234 if( config.fragments ) {
3246 if( config.fragments ) {
3525 var fragments = availableFragments();
4000 if( currentSlide && config.fragments ) {
4711 fragments = toArray( fragments );
4775 fragments = fragments || sortFragments( currentSlide.querySelectorAll( '.fragment' ) );
4777 if( fragments.length ) {
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js2797 var fragments = Element._getContentFromAnonymousElement(tagName, content.stripScripts());
2800 fragments.each(function(node) { parent.insertBefore(node, nextSibling) });
2802 fragments.each(function(node) { parent.appendChild(node) });
/plugin/snippets/lang/fr/
H A Dinfo.txt2 Il compare les fragments trouvés dans les fichiers de page, avec ceux enregistrés dans leur métafic…
4 - Pages qui ont des fragments et quels fragments,
5 - fragments et les pages dans lesquelles ils sont inclus.
/plugin/subjectindex/plugins/
H A Dbible_verses.txt13919 As pointed earthenware fragments are its underparts;It spreads out a threshing instrument upon the …
21042 And you will have to drink it and drain [it] out, and its earthenware fragments you will gnaw, and …
23618 So all ate and were satisfied, and they took up the surplus of fragments, twelve baskets full.
23671 And all ate and were satisfied, and as a surplus of fragments they took up seven provision baskets …
24451 and they took up fragments, twelve baskets full, aside from the fishes.
24509 Accordingly they ate and were satisfied, and they took up surpluses of fragments, seven provision b…
24520 when I broke the five loaves for the five thousand [men], how many baskets full of fragments YOU to…
24521 "When I broke the seven for the four thousand [men], how many provision baskets full of fragments d…
25319 …ll ate and were satisfied, and the surplus that they had was taken up, twelve baskets of fragments.
26270 But when they had their fill he said to his disciples: "Gather together the fragments that remain o…
[all …]
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md163 * #23: It's not possible to automatically extract or serialize Xml fragments

12