Searched +full:library +(+path:plugin +path:abc2) -(+path:plugin +path:abc2 +path:lang) (Results 1 – 10 of 10) sorted by relevance
/plugin/abc2/abc-libraries/abc2svg/ |
H A D | LICENSE | 19 "The Library" refers to a covered work governed by this License, 23 by the Library, but which is not otherwise based on the Library. 24 Defining a subclass of a class defined by the Library is deemed a mode 25 of using an interface provided by the Library. 28 Application with the Library. The particular version of the Library 49 If you modify a copy of the Library, and, in your modifications, a 63 3. Object Code Incorporating Material from Library Header Files. 66 a header file that is part of the Library [all...] |
H A D | snd-1.js | 497 throw new Error('invalid chunk type:'+chunk.type);while(ip<size){presetHeader.push({presetName:String.fromCharCode.apply(null,data.subarray(ip,ip+=20)),preset:data[ip++]|(data[ip++]<<8),bank:data[ip++]|(data[ip++]<<8),presetBagIndex:data[ip++]|(data[ip++]<<8),library:(data[ip++]|(data[ip++]<<8)|(data[ip++]<<16)|(data[ip++]<<24))>>>0,genre:(data[ip++]|(data[ip++]<<8)|(data[ip++]<<16)|(data[ip++]<<24))>>>0,morphology:(data[ip++]|(data[ip++]<<8)|(data[ip++]<<16)|(data[ip++]<<24))>>>0})}};sf2.Parser.prototype.parsePbag=function(chunk){var data=this.input,ip=chunk.offset,presetZone=this.presetZone=[],size=chunk.offset+chunk.size;if(chunk.type!=='pbag')
|
/plugin/abc2/ |
H A D | syntax.php | 107 if ($transStr && ($this->getConf('library') !== 'abcjs')) { 235 * Build classes for abc container depending on chosen abc library 242 switch($this->getConf('library')) { 258 // generic class plus class identifying the chosen library 259 $containerClasses = ' abc2-plugin lib-'.$this->getConf('library'); 274 * Fix ABC library bugs: 321 if ($this->getConf('library') == 'abc2svg') { 329 if ($this->getConf('library') == 'abc-ui') { 334 if ($this->getConf('library') == 'abc2svg') {
|
H A D | action.php | 33 if (($this->getConf('library') == 'abc2svg') && (act_clean($ACT) == 'preview')) { 43 * Add JavaScripts, depending on chosen abc library 53 switch ($this->getConf('library')) {
|
H A D | script.js | 1 // load $ABC_UI (if it is the chosen library) 6 // configure abcjs (if it is the chosen library)
|
H A D | LICENSE | 336 proprietary programs. If your program is a subroutine library, you may 338 library. If this is what you want to do, use the GNU Lesser General
|
H A D | all.css | 3 /* (not using <pre> as one library needs a div, another adds code to it) */
|
/plugin/abc2/conf/ |
H A D | default.php | 8 $conf['library'] = 'abcjs';
|
H A D | metadata.php | 8 $meta['library'] = array('multichoice','_choices' => array('abcjs', 'abc2svg', 'abc-ui'));
|
/plugin/abc2/abc-libraries/abc-ui/ |
H A D | LICENSE | 336 proprietary programs. If your program is a subroutine library, you may 338 library. If this is what you want to do, use the GNU Lesser General
|