Home
last modified time | relevance | path

Searched refs:sample (Results 26 – 50 of 522) sorted by relevance

12345678910>>...21

/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample02.afp30 <link href="../sample.css" rel="stylesheet" type="text/css" />
63 This sample shows the editor in all its available languages.
100 lcText=[<p>This is some <strong>sample text</strong>. You are using ]
/plugin/mtg/
H A Dscript.js9 sample: "cardname", property in toolbar
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample02.asp33 <link href="../sample.css" rel="stylesheet" type="text/css" />
66 This sample shows the editor in all its available languages.
101 oFCKeditor.Value = "<p>This is some <strong>sample text</strong>. You are using <a href=""http://ww…
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Sampler/
H A DRandom.php120 $max = $this->sample(
181 $max = $this->sample(
/plugin/abc2/abc-libraries/abc2svg/
H A Dsnd-1.js389 function sf2_create(sf2_bin,instr){var i,sid,gen,parm,sampleRate,sample,infos,parser=new sf2.Parser(sf2_bin)
398 sample=parser.sample[sid]
399 parm={attack:Math.pow(2,(gen.attackVolEnv?gen.attackVolEnv.amount:-12000)/1200),hold:Math.pow(2,(gen.holdVolEnv?gen.holdVolEnv.amount:-12000)/1200),decay:Math.pow(2,(gen.decayVolEnv?gen.decayVolEnv.amount:-12000)/1200)/3,sustain:gen.sustainVolEnv?(gen.sustainVolEnv.amount/1000):0,buffer:ac.createBuffer(1,sample.length,sampleRate)}
406 sample_cp(parm.buffer,sample)
504 throw new Error('invalid chunk type:'+chunk.type);this.instrumentZoneGenerator=this.parseGenerator(chunk)};sf2.Parser.prototype.parseShdr=function(chunk){var data=this.input,ip=chunk.offset,samples=this.sample=[],sampleHeader=this.sampleHeader=[],size=chunk.offset+chunk.size,sampleName,start,end,startLoop,endLoop,sampleRate,originalPitch,pitchCorrection,sampleLink,sampleType;if(chunk.type!=='shdr')
505 throw new Error('invalid chunk type:'+chunk.type);while(ip<size){sampleName=String.fromCharCode.apply(null,data.subarray(ip,ip+=20));start=(data[ip++]<<0)|(data[ip++]<<8)|(data[ip++]<<16)|(data[ip++]<<24);end=(data[ip++]<<0)|(data[ip++]<<8)|(data[ip++]<<16)|(data[ip++]<<24);startLoop=(data[ip++]<<0)|(data[ip++]<<8)|(data[ip++]<<16)|(data[ip++]<<24);endLoop=(data[ip++]<<0)|(data[ip++]<<8)|(data[ip++]<<16)|(data[ip++]<<24);sampleRate=(data[ip++]<<0)|(data[ip++]<<8)|(data[ip++]<<16)|(data[ip++]<<24);originalPitch=data[ip++];pitchCorrection=(data[ip++]<<24)>>24;sampleLink=data[ip++]|(data[ip++]<<8);sampleType=data[ip++]|(data[ip++]<<8);var sample=new Int16Array(new Uint8Array(data.subarray(this.samplingData.offset+start*2,this.samplingData.offset+end*2)).buffer);startLoop-=start;endLoop-=start;if(sampleRate>0){var adjust=this.adjustSampleData(sample,sampleRate);sample=adjust.sample;sampleRat
506 AnonymousFunction5ff9e8c81600(sample,sampleRate) global() argument
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2972/
H A Dissue-2972-test.phpt2 Just a sample test for issue 2972, does not actually test anything
/plugin/extlist/
H A Dsample.less2 * DokuWiki Plugin ExtList; sample all.less
/plugin/skipentity/
H A Dscript.js32 sample: "Text", property in toolbar
/plugin/flexpaper/
H A Dplugin.info.txt6 desc flexpaper for dokuwiki {{flexpaper>namespace:sample.swf?width:100%;height:588px;start:0}}
/plugin/refnotes/lang/en/
H A D__template.txt16 ^ :ref:sample1 | A sample reference. |
17 ^ :ref:sample2 | A sample reference with //some// **formatting**. |
18 ^ :ref:sample3 | A sample reference with a [[http://www.dokuwiki.org/|link.]] |
/plugin/encryptedpasswords/
H A Dscript.js9 sample: 'password', property in toolbar
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js85 assert.deepEqual(_.sample(trick), length, 'sample on obj with length: ' + length);
781 assert.strictEqual(_.sample([1]), 1, 'behaves correctly when no second parameter is given');
782 assert.deepEqual(_.sample([1, 2, 3], -2), [], 'behaves correctly on negative n');
784 var allSampled = _.sample(numbers, 10).sort();
786 allSampled = _.sample(numbers, 20).sort();
789 … assert.strictEqual(_.sample([]), void 0, 'sampling empty array with no number returns undefined');
790 …assert.notStrictEqual(_.sample([], 5), [], 'sampling empty array with a number returns an empty ar…
791 …assert.notStrictEqual(_.sample([1, 2, 3], 0), [], 'sampling an array with 0 picks returns an empty…
792 …assert.deepEqual(_.sample([1, 2], -1), [], 'sampling a negative number of picks returns an empty a…
793 … assert.ok(_.contains([1, 2, 3], _.sample({a: 1, b: 2, c: 3})), 'sample one value from an object');
[all …]
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.css.css8 .syntax-theme-base .syntax .css .color-box .sample {
/plugin/tiledblog/
H A Dsyntax.php67 $this->sample ($renderer, $ns, $cacheDir);
75 function sample (Doku_Renderer $renderer, $ns, $cacheDir) { function in syntax_plugin_tiledblog
/plugin/rdplink/RdpEncrypt/
H A DREADME.md4 I stitched this utility together using a [VB.NET DPAPI sample](http://web.archive.org/web/201107241…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js4593 var sample = this.sample(stream, nb);
4608 var sample = stream.read(nb);
4611 sample ^= 1 << (nb - 1);
4612 sample |= -(sample & (1 << (nb - 1)));
4613 sample /= (1 << (nb - 1));
4617 sample += 1 >> (nb - 1);
4875 var sample = this.samples;
4884 sample[s] = c % nlevels;
5244 this.freqinver(sample, 1);
6075 sample[i][sb] = -sample[i][sb];
[all …]
/plugin/geonav/
H A Dstyle.css34 #sample-ui {
/plugin/swarmwebhook/lang/en/
H A Dzapier_instructions.txt6 - fetch your last Check-In from Swarm as a sample
/plugin/prettytables/
H A Dscript.js203 var sample = fixtxt(selection.getText());
206 pt.parse(sample);
/plugin/inlinetoc/
H A DREADME.md14 ![Sample](https://github.com/Andreone/dokuwiki_inlinetoc/blob/master/sample.png)
/plugin/publist/
H A DTODO5 - sample_sanitise.php: include this sample sanitise function. Move to
/plugin/wysiwyg/
H A Dstyle.css53 The following are some sample styles used in the "Styles" toolbar command.
/plugin/publistf/
H A DTODO5 - sample_sanitise.php: include this sample sanitise function. Move to
/plugin/publistx/
H A DTODO5 - sample_sanitise.php: include this sample sanitise function. Move to
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfiguration.asciidoc10 check sample code that helps you replace the various components.

12345678910>>...21