Home
last modified time | relevance | path

Searched refs:props (Results 51 – 75 of 166) sorted by path

1234567

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DIDirectoryTest.php19 $props = $server->getProperties('directory', array('{DAV:}resourcetype'));
20 … $this->assertTrue($props['{DAV:}resourcetype']->is('{' . Plugin::NS_CARDDAV . '}directory'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHTTPPreferParsingTest.php151 $propPatch->handle('{DAV:}something', function($props) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DMock.php97 foreach($this->data as $path => $props) {
100 $this->data[$destination] = $props;
106 $this->data[$destination . substr($path, strlen($source)+1)] = $props;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalTest.php65 $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/diagrams/script/
H A Dembed-toolbar.js44 function addBtnActionDiagramsPlugin($btn, props, edid) { argument
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-logging-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/
H A Dapp.min.js11542 …ron:"plugins/electron.js",number:"plugins/number.js",sql:"plugins/sql.js",props:"plugins/props.js"…
H A Dextensions.min.js319 …aultStyle||{props:{}},B=b.EdgeItemDefaultStyle,z={},E=(a||Date.now())+"_";4==x&&(D.props.LineWidth…
322 B&&null!=B.props&&xd(pa,B.props,n,null,null,!0);n.addCell(pa,y,null,oa,fc)}}}var ia=.75*C.NodeSpaci…
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveClient.js958 var props = desc.properties;
961 if (props != null)
963 for (var i = 0; i < props.length; i++)
965 if (props[i].key == key)
967 result = props[i].value;
H A DExtensions.js4420 var text = (props.Text != null && props.Text.t) ? props.Text :
4421 ((props.Value != null && props.Value.t) ? props.Value :
4422 ((props.Lane_0 != null && props.Lane_0.t) ? props.Lane_0 : null));
4427 if (props.State.t)
4434 if (props.Note.t)
4441 if (props.Title.t)
4446 else if (props.t)
4448 text = props;
4466 if (props.t0.t)
4468 text = props.t0;
[all …]
H A DNotionClient.js33 NotionClient.prototype.getTitle = function (props) argument
37 for (var field in props)
39 if (props[field].type == 'title')
42 obj = props[field];
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js911 var props = shape.getProperties();
913 for (var i = 0; i < props.length; i++)
917 graph.setAttributeForCell(v1, props[i].key, props[i].val);
921 …console.log('Attribute: "', props[i].key, '" with value "', props[i].val, '" not allowed in HTML');
10775 var props = [];
10795 props.push({key: n, val: cell.getAttribute("V")});
10802 return props;
/plugin/diagramsnet/lib/js/jquery/
H A Djquery-3.3.1.min.js2props:w.extend({},t),opts:w.extend(!0,{specialEasing:{},easing:w.easing._default},n),originalPrope…
/plugin/diagramsnet/lib/js/rough/
H A Drough.js.modified40 function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js426props||{},h=e.$$={fragment:null,ctx:null,props:l,update:i,not_equal:a,bound:o(),on_mount:[],on_des…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js426props||{},h=e.$$={fragment:null,ctx:null,props:l,update:i,not_equal:a,bound:o(),on_mount:[],on_des…
H A Dbundle.js.map1props = isArr ? undefined : keysFunc(value);\n arrayEach(props || value, function(subValue, key) …
/plugin/dirtylittlehelper/mermaid/editor/src/
H A Dmain.js5 props: {},
/plugin/dirtylittlehelper/
H A Dscript.js4 function addBtnActionDirtylittlehelper($btn, props, edid) { argument
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1props","customizer","isNew","newValue","baseIsArguments","objectProto","propertyIsEnumerable","isA…
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/do/scripts/
H A DtoolbarButton.js11 function addBtnActionDo($btn, props, edid) { argument
/plugin/dokudrawingboard/
H A Dscript.js3 function addBtnActionDokudrawingboard($btn, props, edid) { argument

1234567