Home
last modified time | relevance | path

Searched refs:transp (Results 1 – 10 of 10) sorted by relevance

/plugin/chordsheets/
H A Dscript.js118 function substChord(chord, transp) { argument
123 x = (x + transp) % 12;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php223 $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/
DPDO.php257 $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/
Dxcal.rng441 property-transp? &
913 property-transp = element transp {
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
Dxcal.rng441 property-transp? &
913 property-transp = element transp {
/plugin/godiag/
Dsyntax.php544 $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 DAbstractPDOTest.php97 …'{urn:ietf:params:xml:ns:caldav}schedule-calendar-transp' => new CalDAV\Xml\Property\ScheduleCalen…
/plugin/abc2/abc-libraries/abc2svg/
Dabc2svg-1.js5678 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/
Dabc-ui-1.0.0.min.js8transp=get_transp(e.shift(),"instr");break;case"map=":curvoice.map=e.shift();break;case"name=":cas…
/plugin/webdav/vendor/sabre/dav/
DCHANGELOG.md1267 * Added: Support for the schedule-calendar-transp property.