/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ |
H A D | PluginPropertiesTest.php | 29 $props = $this->server->getPropertiesForPath('/principals/user1',array( 37 $this->assertArrayHasKey(0,$props); 38 $this->assertArrayHasKey(200,$props[0]); 40 … $this->assertArrayHasKey('{urn:ietf:params:xml:ns:caldav}schedule-outbox-URL',$props[0][200]); 41 $prop = $props[0][200]['{urn:ietf:params:xml:ns:caldav}schedule-outbox-URL']; 45 … $this->assertArrayHasKey('{urn:ietf:params:xml:ns:caldav}schedule-inbox-URL',$props[0][200]); 46 $prop = $props[0][200]['{urn:ietf:params:xml:ns:caldav}schedule-inbox-URL']; 51 $prop = $props[0][200]['{urn:ietf:params:xml:ns:caldav}calendar-user-address-set']; 55 … $this->assertArrayHasKey('{urn:ietf:params:xml:ns:caldav}calendar-user-type',$props[0][200]); 56 $prop = $props[0][200]['{urn:ietf:params:xml:ns:caldav}calendar-user-type']; [all …]
|
H A D | PluginPropertiesWithSharedCalendarTest.php | 39 $props = $this->server->getPropertiesForPath('/principals/user1',array( 47 $this->assertArrayHasKey(0,$props); 48 $this->assertArrayHasKey(200,$props[0]); 50 … $this->assertArrayHasKey('{urn:ietf:params:xml:ns:caldav}schedule-outbox-URL',$props[0][200]); 51 $prop = $props[0][200]['{urn:ietf:params:xml:ns:caldav}schedule-outbox-URL']; 55 … $this->assertArrayHasKey('{urn:ietf:params:xml:ns:caldav}schedule-inbox-URL',$props[0][200]); 56 $prop = $props[0][200]['{urn:ietf:params:xml:ns:caldav}schedule-inbox-URL']; 61 $prop = $props[0][200]['{urn:ietf:params:xml:ns:caldav}calendar-user-address-set']; 65 … $this->assertArrayHasKey('{urn:ietf:params:xml:ns:caldav}calendar-user-type',$props[0][200]); 66 $prop = $props[0][200]['{urn:ietf:params:xml:ns:caldav}calendar-user-type']; [all …]
|
/plugin/translatebutton/ |
H A D | translatebutton.js | 1 function tb_openurlbyselection(btn, props, edid) { argument 2 var sample = props['title']; 3 if(props['sample']){ 4 sample = props['sample']; 18 props['url'].replace(new RegExp('{selection}','g'), sample), 19 props['name'], 20 props['options']);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | SharedCalendarTest.php | 11 function getInstance(array $props = null) { argument 13 if (is_null($props)) { 14 $props = array( 24 array($props), 36 return new SharedCalendar($this->backend, $props); 178 $props = array( 185 $this->assertEquals($expected, $this->getInstance($props)->getChildACL());
|
H A D | ICSExportPluginTest.php | 34 $props = [ 84 $props = [ 148 $props = array( 185 $props = array( 240 $props = array( 276 $props = array( 312 $props = array( 352 $props = array( 388 $props = array( 585 $props = [ [all …]
|
H A D | PluginTest.php | 466 $this->assertArrayHasKey(0,$props); 467 $this->assertArrayHasKey(200,$props[0]); 498 $this->assertArrayHasKey(0,$props); 499 $this->assertArrayHasKey(200,$props[0]); 502 $prop = $props[0][200]['{DAV:}supported-report-set']; 523 $this->assertArrayHasKey(0,$props); 524 $this->assertArrayHasKey(200,$props[0]); 527 $prop = $props[0][200]['{DAV:}supported-report-set']; 550 $this->assertArrayHasKey(0,$props); 551 $this->assertArrayHasKey(200,$props[0]); [all …]
|
H A D | SharingPluginTest.php | 66 $props = $this->server->getProperties('calendars/user1/cal1', array( 71 …$this->assertInstanceOf('Sabre\\CalDAV\\Xml\\Property\\Invite', $props['{' . Plugin::NS_CALENDARSE… 72 …$this->assertInstanceOf('Sabre\\CalDAV\\Xml\\Property\\AllowedSharingModes', $props['{' . Plugin::… 78 $props = $this->server->getProperties('calendars/user1/cal2', array( 83 …$this->assertInstanceOf('Sabre\\CalDAV\\Xml\\Property\\Invite', $props['{' . Plugin::NS_CALENDARSE… 84 …$this->assertInstanceOf('Sabre\\DAV\\Xml\\Property\\Href', $props['{' . Plugin::NS_CALENDARSERVER … 199 $props = $this->server->getProperties('calendars/user1/cal1', array('{DAV:}resourcetype')); 201 $props['{DAV:}resourcetype']->is('{http://calendarserver.org/ns/}shared-owner')
|
H A D | ShareableCalendarTest.php | 14 $props = array( 19 array($props) 29 $this->instance = new ShareableCalendar($this->backend, $props);
|
H A D | CalendarHomeSubscriptionsTest.php | 15 $props = [ 55 $props = [ 79 $props = [
|
/plugin/jquerymigrate/ |
H A D | jquery-migrate-3.1.0.js | 448 jQuery.event.props = []; 451 migrateWarnProp( jQuery.event.props, "concat", jQuery.event.props.concat, 458 props = jQuery.event.props; 460 if ( props.length ) { 461 migrateWarn( "jQuery.event.props are deprecated and removed: " + props.join() ); 462 while ( props.length ) { 463 jQuery.event.addProp( props.pop() ); 470 if ( ( props = fixHook.props ) && props.length ) { 471 while ( props.length ) { 472 jQuery.event.addProp( props.pop() );
|
/plugin/elasticsearch/helper/ |
H A D | client.php | 180 $props = array_merge($langProps, $aclProps, $mediaProps, $additionalProps); 182 $props = array_merge($props, $fields); 186 $mapping->setProperties($props);
|
/plugin/indexmenu/scripts/ |
H A D | toolbarindexwizard.js | 114 jQuery.each(section.elems, function (elid, props) { argument 115 if (props.headerid) { 116 div.append('<strong>' + LANG.plugins.indexmenu[props.headerid] + '</strong><br />'); 118 let label = props.label || elid; 121 .addClass(props.tlbclass).addClass(props.numberinput ? ' hasnumber' : '') 127 if (props.numberinput) { 128 jQuery.each(props.numberinput, function (j, numid) { 131 .addClass("number " + props.tlbclass)
|
/plugin/colorpicker/ |
H A D | script.js | 64 function addBtnActionColorpicker($btn, props, edid) argument 68 props.list, 69 props.icobase,
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/ |
H A D | PluginTest.php | 83 $props = $this->server->getPropertiesForPath('/principals/user1',[ 87 $this->assertArrayHasKey(0,$props); 88 $this->assertArrayHasKey(200,$props[0]); 91 $this->assertArrayHasKey('{'.Plugin::NS_CALENDARSERVER .'}notification-URL',$props[0][200]); 92 $prop = $props[0][200]['{'.Plugin::NS_CALENDARSERVER .'}notification-URL'];
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/ |
H A D | Mock.php | 97 foreach($this->data as $path => $props) { 100 $this->data[$destination] = $props; 106 $this->data[$destination . substr($path, strlen($source)+1)] = $props;
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | SharingPlugin.php | 116 $props = $this->server->getPropertiesForPath($node->getOwner(), [ 125 if (isset($props[0][200])) { 129 if (isset($props[0][200]['{http://sabredav.org/ns}email-address'])) { 130 … $ownerInfo['href'] = 'mailto:' . $props[0][200]['{http://sabredav.org/ns}email-address']; 132 if (isset($props[0][200]['{DAV:}displayname'])) { 133 $ownerInfo['commonName'] = $props[0][200]['{DAV:}displayname'];
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | SharingPlugin.php | 138 $props = $this->server->getPropertiesForPath($node->getOwner(), [ 147 if (isset($props[0][200])) { 151 if (isset($props[0][200]['{http://sabredav.org/ns}email-address'])) { 152 … $ownerInfo['href'] = 'mailto:' . $props[0][200]['{http://sabredav.org/ns}email-address']; 154 if (isset($props[0][200]['{DAV:}displayname'])) { 155 $ownerInfo['commonName'] = $props[0][200]['{DAV:}displayname'];
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/ |
H A D | PrincipalTest.php | 65 $props = $principal->getProperties($keys); 67 foreach($keys as $key) $this->assertArrayHasKey($key,$props); 69 $this->assertEquals('Mr. Admin',$props['{DAV:}displayname']); 71 $this->assertEquals('admin@example.org', $props['{http://sabredav.org/ns}email-address']);
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/ |
H A D | Plugin.php | 252 … foreach ($this->server->getPropertiesForMultiplePaths($paths, $report->properties) as $props) { 254 if (isset($props['200']['{' . self::NS_CARDDAV . '}address-data'])) { 256 $props['200']['{' . self::NS_CARDDAV . '}address-data'] = $this->convertVCard( 257 $props[200]['{' . self::NS_CARDDAV . '}address-data'], 262 $propertyList[] = $props; 444 list($props) = $this->server->getPropertiesForPath($href, $report->properties, 0); 446 if (isset($props[200]['{' . self::NS_CARDDAV . '}address-data'])) { 448 $props[200]['{' . self::NS_CARDDAV . '}address-data'] = $this->convertVCard( 449 $props[200]['{' . self::NS_CARDDAV . '}address-data'], 454 $result[] = $props;
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/ |
H A D | IDirectoryTest.php | 19 $props = $server->getProperties('directory', array('{DAV:}resourcetype')); 20 … $this->assertTrue($props['{DAV:}resourcetype']->is('{' . Plugin::NS_CARDDAV . '}directory'));
|
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/ |
H A D | Plugin.php | 253 … foreach ($this->server->getPropertiesForMultiplePaths($paths, $report->properties) as $props) { 255 if (isset($props['200']['{' . self::NS_CARDDAV . '}address-data'])) { 257 $props['200']['{' . self::NS_CARDDAV . '}address-data'] = $this->convertVCard( 258 $props[200]['{' . self::NS_CARDDAV . '}address-data'], 263 $propertyList[] = $props; 487 list($props) = $this->server->getPropertiesForPath($href, $report->properties, 0); 489 if (isset($props[200]['{' . self::NS_CARDDAV . '}address-data'])) { 491 $props[200]['{' . self::NS_CARDDAV . '}address-data'] = $this->convertVCard( 492 $props[200]['{' . self::NS_CARDDAV . '}address-data'], 498 $result[] = $props;
|
/plugin/sentry/ |
H A D | Event.php | 144 $props = get_object_vars($e); 145 if (!is_array($props)) return; 146 …if (isset($props['xdebug_message'])) unset($props['xdebug_message']); // nothing interesting in th… 148 $this->data['extra'] = array_merge($this->data['extra'], $props);
|
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/ |
H A D | Plugin.php | 70 $props = [ 76 foreach ($props as $prop) {
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/ |
H A D | Plugin.php | 70 $props = [ 76 foreach ($props as $prop) {
|
/plugin/sequencediagram/bower_components/lodash/dist/ |
H A D | lodash.core.js | 175 function baseValues(object, props) { argument 801 var props = nativeKeys(source); 803 var length = props.length; 809 var key = props[length]; 829 function basePick(object, props) { argument 982 length = props.length; 985 var key = props[index]; 1071 props = keysFunc(object), 1072 length = props.length; 3199 var props = keysIn(source); [all …]
|