Searched refs:transp (Results 1 – 10 of 10) sorted by relevance
| /plugin/chordsheets/ |
| H A D | script.js | 118 function substChord(chord, transp) { argument 123 x = (x + transp) % 12;
|
| /plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/ |
| H A D | PDO.php | 223 $transp = '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-calendar-transp'; 224 if (isset($properties[$transp])) { 225 $values[':transparent'] = $properties[$transp]->getValue() === 'transparent';
|
| /plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/ |
| D | PDO.php | 257 $transp = '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-calendar-transp'; 258 if (isset($properties[$transp])) { 259 $values[':transparent'] = $properties[$transp]->getValue() === 'transparent' ? 1 : 0;
|
| /plugin/webdav/vendor/sabre/vobject/resources/schema/ |
| D | xcal.rng | 441 property-transp? & 913 property-transp = element transp {
|
| /plugin/icalevents/vendor/sabre/vobject/resources/schema/ |
| D | xcal.rng | 441 property-transp? & 913 property-transp = element transp {
|
| /plugin/godiag/ |
| D | syntax.php | 544 $transp = imagecolorallocate($xim, $gc[0], $gc[1], $gc[2]); 545 imagecolortransparent($xim, $transp); 546 imagefill($xim, 0, 0, $transp);
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/ |
| H A D | AbstractPDOTest.php | 97 …'{urn:ietf:params:xml:ns:caldav}schedule-calendar-transp' => new CalDAV\Xml\Property\ScheduleCalen…
|
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | abc2svg-1.js | 5678 curvoice.transp=cfmt.sound?curvoice.sndtran:val 5707 curvoice.transp=get_interval(item,true) 5717 curvoice.transp=curvoice.sndtran 5747 curvoice.transp=val} 7846 function set_transp(){var s,transp,sndtran 7849 if(cfmt.transp&&curvoice.shift) 7850 syntax(0,"Mix of old and new transposition syntaxes");if(cfmt.transp!=undefined||curvoice.transp!=u… 7851 transp=(cfmt.transp||0)+ 7852 (curvoice.transp||0)+ 7857 if(transp==undefined){if(sndtran==undefined) [all …]
|
| /plugin/abc2/abc-libraries/abc-ui/ |
| D | abc-ui-1.0.0.min.js | 8 …transp=get_transp(e.shift(),"instr");break;case"map=":curvoice.map=e.shift();break;case"name=":cas…
|
| /plugin/webdav/vendor/sabre/dav/ |
| D | CHANGELOG.md | 1267 * Added: Support for the schedule-calendar-transp property.
|