| /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']; 50 …$this->assertArrayHasKey('{urn:ietf:params:xml:ns:caldav}calendar-user-address-set',$props[0][200]… 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]); [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']; 60 …$this->assertArrayHasKey('{urn:ietf:params:xml:ns:caldav}calendar-user-address-set',$props[0][200]… 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]); [all …]
|
| /plugin/asciidocjs/node_modules/babel-runtime/helpers/ |
| D | jsx.js | 17 return function createRawReactElement(type, props, key, children) { argument 21 if (!props && childrenLength !== 0) { 22 props = {}; 25 if (props && defaultProps) { 27 if (props[propName] === void 0) { 28 props[propName] = defaultProps[propName]; 31 } else if (!props) { 32 props = defaultProps || {}; 36 props.children = children; 44 props.children = childArray; [all …]
|
| D | createClass.js | 12 function defineProperties(target, props) { argument 13 for (var i = 0; i < props.length; i++) { 14 var descriptor = props[i];
|
| /plugin/asciidocjs/node_modules/nunjucks/src/ |
| D | object.js | 4 function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor… argument 27 function extendClass(cls, name, props) { argument 28 props = props || {}; 29 lib.keys(props).forEach(function (k) { 30 props[k] = parentWrap(cls.prototype[k], props[k]); 45 lib._assign(subclass.prototype, props); 55 Obj.extend = function extend(name, props) { argument 57 props = name; 60 return extendClass(this, name, props); 82 EmitterObj.extend = function extend(name, props) { argument [all …]
|
| /plugin/translatebutton/ |
| 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 = [ 42 new Calendar($cbackend,$props), 84 $props = [ 90 new Calendar($cbackend,$props), 148 $props = array( 154 new Calendar($cbackend,$props), 185 $props = array( 191 new Calendar($cbackend,$props), 240 $props = array( 246 new Calendar($cbackend,$props), [all …]
|
| H A D | PluginTest.php | 458 $props = $this->server->getPropertiesForPath('/principals/user1',array( 466 $this->assertArrayHasKey(0,$props); 467 $this->assertArrayHasKey(200,$props[0]); 470 $this->assertArrayHasKey('{urn:ietf:params:xml:ns:caldav}calendar-home-set',$props[0][200]); 471 $prop = $props[0][200]['{urn:ietf:params:xml:ns:caldav}calendar-home-set']; 475 …$this->assertArrayHasKey('{http://calendarserver.org/ns/}calendar-proxy-read-for', $props[0][200]); 476 $prop = $props[0][200]['{http://calendarserver.org/ns/}calendar-proxy-read-for']; 480 …$this->assertArrayHasKey('{http://calendarserver.org/ns/}calendar-proxy-write-for', $props[0][200]… 481 $prop = $props[0][200]['{http://calendarserver.org/ns/}calendar-proxy-write-for']; 485 … $this->assertArrayHasKey('{' . Plugin::NS_CALENDARSERVER . '}email-address-set',$props[0][200]); [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/asciidocjs/node_modules/handlebars/lib/handlebars/decorators/ |
| D | inline.js | 4 instance.registerDecorator('inline', function(fn, props, container, options) { argument 6 if (!props.partials) { 7 props.partials = {}; 11 container.partials = extend({}, original, props.partials); 18 props.partials[options.args[0]] = options.fn;
|
| /plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/decorators/ |
| D | inline.js | 5 instance.registerDecorator('inline', function (fn, props, container, options) { argument 7 if (!props.partials) { 8 props.partials = {}; 12 container.partials = _utils.extend({}, original, props.partials); 19 props.partials[options.args[0]] = options.fn;
|
| /plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/decorators/ |
| D | inline.js | 8 instance.registerDecorator('inline', function (fn, props, container, options) { argument 10 if (!props.partials) { 11 props.partials = {}; 15 container.partials = _utils.extend({}, original, props.partials); 22 props.partials[options.args[0]] = options.fn;
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/tools/ |
| D | node.js | 200 var props = ctor.SELF_PROPS.filter(function(prop){ 203 if (props.length > 0) { 206 props.forEach(function(prop, i){ 233 reserved = { vars: [], props: [] }; property 242 if (data.props) { 243 data.props.forEach(function(name){ 244 UglifyJS.push_uniq(reserved.props, name); 263 cache.props = UglifyJS.Dictionary.fromObject(cache.props); 267 props: new UglifyJS.Dictionary() property 285 props: cache.props.toObject() property
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | _baseZipObject.js | 10 function baseZipObject(props, values, assignFunc) { argument 12 length = props.length, 18 assignFunc(result, props[index], value);
|
| D | _createBaseFor.js | 12 props = keysFunc(object), 13 length = props.length; 16 var key = props[fromRight ? length : ++index];
|
| D | _baseConformsTo.js | 9 function baseConformsTo(object, source, props) { argument 10 var length = props.length; 16 var key = props[length],
|
| D | _copyObject.js | 14 function copyObject(source, props, object, customizer) { argument 19 length = props.length; 22 var key = props[index];
|
| D | defaults.js | 46 var props = keysIn(source); 48 var propsLength = props.length; 51 var key = props[propsIndex];
|
| /plugin/indexmenu/scripts/ |
| 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/asciidocjs/node_modules/uglify-js/lib/ |
| D | utils.js | 128 function string_template(text, props) { argument 130 var value = p == "this" ? props : props[p]; 271 function DEF_BITPROPS(ctor, props) { argument 272 …if (props.length > 31) throw new Error("Too many properties: " + props.length + "\n" + props.join(… 273 props.forEach(function(name, pos) {
|
| /plugin/jquerymigrate/ |
| 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/ |
| D | client.php | 194 $props = array_merge($langProps, $aclProps, $mediaProps, $additionalProps); 196 $props = array_merge($props, $fields); 200 $mapping->setProperties($props);
|