Home
last modified time | relevance | path

Searched refs:samples (Results 1 – 25 of 47) sorted by path

12

/plugin/abc2/abc-libraries/abc2svg/
H A Dsnd-1.js504 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')
506 samples.push(sample);sampleHeader.push({sampleName:sampleName,startLoop:startLoop,endLoop:endLoop,sampleRate:sampleRate,originalPitch:originalPitch,pitchCorrection:pitchCorrection,sampleLink:sampleLink,sampleType:sampleType})}};sf2.Parser.prototype.adjustSampleData=function(sample,sampleRate){var newSample,i,il,j,multiply=1;while(sampleRate<22050){newSample=new Int16Array(sample.length*2);for(i=j=0,il=sample.length;i<il;++i){newSample[j++]=sample[i];newSample[j++]=sample[i]}
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DToolResults.php687 'samples',
691 …Id}/executions/{executionId}/steps/{stepId}/perfSampleSeries/{sampleSeriesId}/samples:batchCreate',
721 …ies/{historyId}/executions/{executionId}/steps/{stepId}/perfSampleSeries/{sampleSeriesId}/samples',
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md423 YouTube: https://github.com/youtube/api-samples/tree/master/php
/plugin/bootswrapper/exe/help/
H A Dlabel.txt9 See the samples.
H A Dlist-group.txt58 * [[.:]] \\ Bootstrap samples
66 * [[.:]] \\ Bootstrap samples
H A Dtext.txt9 See the samples.
/plugin/captcha/lang/en/audio/
H A DREADME5 These samples represent the NATO phonetical alphabet. They are protected
7 and redistribute these samples under the conditions defined by the
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md263 - [Drag&Drop](http://sdk.ckeditor.com/samples/fileupload.html) support.
320 * [#13765](http://dev.ckeditor.com/ticket/13765): [Safari 9] Fixed: Problems with rendering samples.
482samples shipped with every CKEditor package was replaced with a shiny new single-page sample. This…
H A DLICENSE.md40 * CKSource Samples Framework (included in the samples) - Copyright (c) 2014-2017, CKSource - Freder…
41 * PicoModal (included in `samples/js/sf.js`) - Copyright (c) 2012 James Frasca.
42 * CodeMirror (included in the samples) - Copyright (C) 2014 by Marijn Haverbeke <marijnh@gmail.com>…
H A DREADME.md31 installation proceeded properly. Take a look at the `samples` directory.
35 http://<your site>/<CKEditor installation path>/samples/index.html
39 http://www.example.com/ckeditor/samples/index.html
/plugin/ckgdoku/ckeditor/plugins/scayt/
H A DCHANGELOG.md9 * *Experimental* GRAYT functionality http://www.webspellchecker.net/samples/scayt-ckeditor-plugin.h…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md290 * [#1337](https://github.com/ckeditor/ckeditor-dev/issues/1337): Updated the samples layout with th…
740 …[#13765](https://dev.ckeditor.com/ticket/13765): [Safari 9] Fixed: Problems with rendering samples.
902samples shipped with every CKEditor package was replaced with a shiny new single-page sample. This…
H A DLICENSE.md40 * CKSource Samples Framework (included in the samples) - Copyright (c) 2014-2019, CKSource - Freder…
41 * PicoModal (included in `samples/js/sf.js`) - Copyright (c) 2012 James Frasca.
42 * CodeMirror (included in the samples) - Copyright (C) 2014 by Marijn Haverbeke <marijnh@gmail.com>…
H A DREADME.md31 installation proceeded properly. Take a look at the `samples` directory.
35 http://<your site>/<CKEditor installation path>/samples/index.html
39 http://www.example.com/ckeditor/samples/index.html
/plugin/ckgedit/ckeditor/plugins/scayt/
H A DCHANGELOG.md9 * *Experimental* GRAYT functionality http://www.webspellchecker.net/samples/scayt-ckeditor-plugin.h…
/plugin/codeprettify/code-prettify/
H A DREADME.md140 This breaks prettifying as well as copying and pasting of code samples. See
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1samples in the input image.\"\n },\n {\n \"name\"…
H A D3.3.js.map1 …afai/intrinsicsize-attribute), [examples](https://googlechrome.github.io/samples/intrinsic-size/in…
H A Dbundle.js.map1samples = new Array(n);\n for (var i = 0; i < n; ++i) samples[i] = interpolator(i / (n - 1));\n …
/plugin/dirtylittlehelper/mermaid/editor/src/routes/
H A DEdit.svelte58 const samples = {
129 toUpdateCodeStore(samples[diagramType]);
233 {#each Object.keys(samples) as diagramType, i}
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1samples","interpolator","lexicographicOrder","computeUpperHullIndexes","sortedPoints","flippedPoin…
/plugin/edittable/lib/
H A Dhandsontable.full.js17764 this.samples = null;
17796 this.samples = samples;
17818 this.samples = samples;
17847 this.samples = samples;
18093 if (this.samples) {
18094 this.samples.clear();
18096 this.samples = null;
30512 this.samples = null;
30617 var samples = new Map();
30628 return samples;
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DNodesNamespace.asciidoc37 $params['snapshots'] = (number) Number of samples of thread stacktrace (default: 10)
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguage.php70 $samples = $this->getNgrams($str);
74 if (\count($samples) > 0)
80 foreach ($samples as $v)

12