Home
last modified time | relevance | path

Searched refs:props (Results 26 – 50 of 166) sorted by relevance

1234567

/plugin/indexnumber/
H A Dscript.js55 function addBtnActionIndexnumberpicker($btn, props, edid) { argument
57 createIndexnumberPicker(pickerid, props.list, edid);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php27 $props = $ref->getProperties();
30 foreach ($props as $prop) {
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php27 $props = $ref->getProperties();
30 foreach ($props as $prop) {
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js42 props = (prop + ' ' + prefixes.join(ucProp + ' ') + ucProp).split(' ');
45 for ( var i in props ) {
46 if ( style[ props[i] ] !== undefined ) {
47 memory[ prop ] = props[i];
68 var css = function ( el, props ) { argument
70 for ( key in props ) {
71 if ( props.hasOwnProperty(key) ) {
74 el.style[pkey] = props[key];
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php710 $backend->createSubscription('principals/user1', 'sub1', $props);
714 $expected = $props;
755 $backend->createSubscription('principals/user1', 'sub1', $props);
798 $backend->createSubscription('principals/user1', 'sub1', $props);
819 $props = [
830 $backend->createSubscription('principals/user1', 'sub1', $props);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php670 $props = $this->server->getProperties($owner, [$uas]);
672 if (empty($props[$uas]) || !in_array($organizer, $props[$uas]->getHrefs())) {
797 $props = $node->getProperties([$sct, $ctz]);
799 … if (isset($props[$sct]) && $props[$sct]->getValue() == ScheduleCalendarTransp::TRANSPARENT) {
807 if (isset($props[$ctz])) {
808 $vtimezoneObj = VObject\Reader::read($props[$ctz]);
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureFrame.java93 Properties props = captureConfig.setRecordingRectangle(bounds); in CaptureFrame()
94 if (props!=null) { in CaptureFrame()
95 getApplet().storeConfig(props); in CaptureFrame()
114 Properties props = captureConfig.setRecordingRectangle(bounds); in CaptureFrame()
115 if (props!=null) { in CaptureFrame()
116 getApplet().storeConfig(props); in CaptureFrame()
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php811 $props = $this->server->getProperties($owner, [$uas]);
813 if (empty($props[$uas]) || !in_array($organizer, $props[$uas]->getHrefs())) {
951 $props = $node->getProperties([$sct, $ctz]);
953 … if (isset($props[$sct]) && $props[$sct]->getValue() == ScheduleCalendarTransp::TRANSPARENT) {
959 if (isset($props[$ctz])) {
960 $vtimezoneObj = VObject\Reader::read($props[$ctz]);
/plugin/dokudrawingboard/
H A Dscript.js3 function addBtnActionDokudrawingboard($btn, props, edid) { argument
/plugin/etherpadlite/scripts/
H A Detherpadlite.js482 ep.proxyTbFormatLn = function(btn, props, edid) { argument
484 var sample = props.title || props.sample;
487 props.open = fixtxt(props.open);
488 props.close = fixtxt(props.close);
490 …ep.sendMessage('insertTagsLn', {'tagOpen': props.open, 'tagClose' : props.close, 'sampleText' : sa…
495 return ep.tb_formatln.apply(self, [btn, props, edid]);
/plugin/dirtylittlehelper/mermaid/editor/src/
H A Dmain.js5 props: {},
/plugin/timestamp/
H A Dscript.js1 function addBtnActionTimestamp($btn, props, edid) { argument
/plugin/dokutts/
H A Dscript.js3 function addBtnActionDokutts($btn, props, edid) { argument
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookTest.php121 $props = $this->ab->getProperties(array('{DAV:}displayname'));
124 ), $props);
/plugin/fullscreenmode/
H A Dscript.js16 function addBtnActionFullscreenmode($btn, props, edid) { argument
/plugin/do/scripts/
H A DtoolbarButton.js11 function addBtnActionDo($btn, props, edid) { argument
/plugin/imagemapping/
H A Dscript.js30 function addBtnActionImagemap(btn, props, edid) {
23 addBtnActionImagemap(btn, props, edid) global() argument
/plugin/idcount/
H A Dscript.js10 function tb_PluginIDCount(btn, props, edid) { argument
/plugin/tfslink/
H A Dscript.js11 function addBtnActionInsertTFSWorkItemLink($btn, props, edid) { argument
/plugin/jcapture/
H A Dscript.js1 function addBtnActionJCapture($btn, props, edid) { argument
/plugin/stackedit/
H A Dscript.js15 function addBtnActionClick($btn, props, edid) { argument
/plugin/pubchem/
H A Dsyntax.php170 $props = $xmls[$i]->next;
171 for($j=0;$j<count($props);$j++){
172 $infodata = $props[$j]->next;
/plugin/encryptedpasswords/
H A Dscript.js18 function addBtnActionEncryptedPasswordsToggle($btn, props, edid) { argument
/plugin/ocr/
H A Dscript.js2 function addBtnActionOcr($btn, props, edid) { argument
/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.min.js2props=[],s.event.fixHooks={},t(s.event.props,"concat",s.event.props.concat,"jQuery.event.props.con…

1234567