Home
last modified time | relevance | path

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

123

/plugin/jcapture/src/com/hammurapi/jcapture/
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()
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/
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/
DSentence.php229 * @param string[] $fragments
233 private function abbreviationMerge($fragments) argument
240 foreach ($fragments as $fragment) {
/plugin/revealjs/js/
Dreveal.js161 fragments: true, property
955 fragmentGroups.forEach( function( fragments ) { argument
965 fragments.forEach( function( fragment ) {
973 previousFragmentStep = fragments;
979 fragmentGroups.forEach( function( fragments ) { argument
980 fragments.forEach( function( fragment ) {
1423 if( config.fragments === false ) {
3234 if( config.fragments ) {
3246 if( config.fragments ) {
3525 var fragments = availableFragments();
[all …]
/plugin/revealjs/
Dchangelog.md53 - Introducing new syntax for [fragments][2]:
79 [2]: https://github.com/hakimel/reveal.js#fragments
DREADME.md348 - https://github.com/hakimel/reveal.js#fragments
/plugin/code2/
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/
Dembed.rst29 content fragments. While template inheritance allows for "document skeletons",
/plugin/highlightjs/highlight/
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/webdav/vendor/sabre/xml/
DCHANGELOG.md163 * #23: It's not possible to automatically extract or serialize Xml fragments
/plugin/icalevents/vendor/sabre/xml/
DCHANGELOG.md157 * #23: It's not possible to automatically extract or serialize Xml fragments
/plugin/jcapture/lib/
Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/codemirror/dist/modes/
Dhaml.min.js.map1 …e strict\";\n\n // full haml mode. This handled embedded ruby and html fragments too\n CodeMirro…
/plugin/mizarveifiabledocs/dist/
Dscript.js.map1fragments are used during [incremental\nparsing](#common.Parser.startParse) to track parts of old …
Dscript.js1fragments=i,this.tree=s,this.treeLen=n,this.viewport=r,this.skipped=o,this.scheduleOn=h,this.parse…
/plugin/mizarproofchecker/dist/
Dscript.js.map1fragments are used during [incremental\nparsing](#common.Parser.startParse) to track parts of old …
Dscript.js1fragments=i,this.tree=s,this.treeLen=n,this.viewport=r,this.skipped=o,this.scheduleOn=h,this.parse…
/plugin/mizarverifiabledocs/dist/
H A Dscript.js.map1fragments are used during [incremental\nparsing](#common.Parser.startParse) to track parts of old …
H A Dscript.js1fragments=i,this.tree=s,this.treeLen=n,this.viewport=r,this.skipped=o,this.scheduleOn=l,this.parse…
/plugin/freechat/phpfreechat/data/public/js/
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/s5reloaded/ui/effects_support/
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/jquery/
Djquery-1.4.2.js4364 cacheresults = jQuery.fragments[ args[0] ];
4378 jQuery.fragments[ args[0] ] = cacheresults ? fragment : 1;
4384 jQuery.fragments = {};

123