Home
last modified time | relevance | path

Searched refs:fragments (Results 1 – 25 of 39) sorted by relevance

12

/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/combo/ComboStrap/
H A DFetcherPdf.php18 $fragments = explode($fragment, "=");
19 if ($fragments[0] === "page" && sizeof($fragments) >= 2) {
21 $this->pageNumber = DataType::toInteger($fragments[1]);
/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/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php229 * @param string[] $fragments
233 private function abbreviationMerge($fragments) argument
240 foreach ($fragments as $fragment) {
/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/revealjs/
H A Dchangelog.md53 - Introducing new syntax for [fragments][2]:
79 [2]: https://github.com/hakimel/reveal.js#fragments
H A DREADME.md348 - https://github.com/hakimel/reveal.js#fragments
/plugin/code2/
H A Dsyntax_plugin_code.css55 /* Other code fragments.
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md96 * #23: It's not possible to automatically extract or serialize Xml fragments
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dembed.rst29 content fragments. While template inheritance allows for "document skeletons",
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt44 Then the script looks in your page for fragments `<pre><code>...</code></pre>`
424 This means that in short fragments the probability of an error is high
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md157 * #23: It's not possible to automatically extract or serialize Xml fragments
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md163 * #23: It's not possible to automatically extract or serialize Xml fragments
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/codemirror/dist/modes/
H A Dhaml.min.js.map1 …e strict\";\n\n // full haml mode. This handled embedded ruby and html fragments too\n CodeMirro…
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js2460 var fragments = Element._getContentFromAnonymousElement(tagName, content.stripScripts());
2463 fragments.each(function(node) { parent.insertBefore(node, nextSibling) });
2465 fragments.each(function(node) { parent.appendChild(node) });
/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/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/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/bible/bible_douayRheims/
H A DMark.txt234 6:43. And they took up the leavings, twelve full baskets of fragments, and of the fishes.
292 …8:8. And they did eat and were filled: and they took up that which was left of the fragments, seve…
303 …8:19. When I broke the five loves among five thousand, how many baskets full of fragments took you…
304 …8:20. When also the seven loaves among four thousand, how many baskets of fragments took you up? A…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst504 are useful to reuse often used HTML fragments to not repeat yourself.
/plugin/csv/_test/
H A Davengers.csv18 …1973,42,Full,YES,YES,,,,,,,,,"Dies in Silver_Surfer_Vol_3_3. Actually ""fragments of her essence w…
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md327 - URL handling changed to work with special characters in path fragments; affects `<a>` links, `<img>` images and

12