Home
last modified time | relevance | path

Searched full:ace (Results 1 – 25 of 98) sorted by relevance

1234

/plugin/aceeditor/
DNEWS9 * Updated Ace version
18 * Updated Ace version (freaturing a search box and new themes)
22 * Fixed headline buttons when Ace is disabled
24 * Updated Ace version
30 * Updated Ace version
34 * Setting to enable/disable Ace by default
35 * Syntax highlighting of all languages supported by Ace
37 * Updated Ace version
41 * Fixed toolbar bug when Ace is disabled
44 * Updated Ace version
[all …]
Dbuild.js1ace/lib/regexp",["require","exports","module"],function(e,t,n){function o(e){return(e.global?"g":"… property
Dstyle.css13 .ace-doku {
17 .ace-toggle {
23 .ace-doku .ace_marker-layer .ace_preview {
30 .ace-doku .ace_marker-layer .ace_menu {
Dplugin.info.txt5 name Ace Editor plugin
6 desc Replace textarea with Ace editor
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DACLTest.php49 <d:ace>
58 </d:ace>
59 <d:ace>
69 </d:ace>
99 <d:ace>
108 </d:ace>
109 <d:ace>
118 </d:ace>
119 <d:ace>
128 </d:ace>
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
DAcl.php101 foreach ($this->privileges as $ace) {
103 $this->serializeAce($writer, $ace);
173 '{DAV:}ace' => 'Sabre\Xml\Element\KeyValue',
182 if ($element['name'] !== '{DAV:}ace') {
185 $ace = $element['value'];
187 if (empty($ace['{DAV:}principal'])) {
188 …throw new DAV\Exception\BadRequest('Each {DAV:}ace element must have one {DAV:}principal element');
190 $principal = $ace['{DAV:}principal'];
208 $protected = array_key_exists('{DAV:}protected', $ace);
210 if (!isset($ace['{DAV:}grant'])) {
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php101 foreach ($this->privileges as $ace) {
103 $this->serializeAce($writer, $ace);
173 '{DAV:}ace' => 'Sabre\Xml\Element\KeyValue',
182 if ($element['name'] !== '{DAV:}ace') {
185 $ace = $element['value'];
187 if (empty($ace['{DAV:}principal'])) {
188 …throw new DAV\Exception\BadRequest('Each {DAV:}ace element must have one {DAV:}principal element');
190 $principal = $ace['{DAV:}principal'];
208 $protected = array_key_exists('{DAV:}protected', $ace);
210 if (!isset($ace['{DAV:}grant'])) {
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DACLMethodTest.php79 <d:ace>
82 </d:ace>
107 <d:ace>
110 </d:ace>
132 <d:ace>
135 </d:ace>
157 <d:ace>
160 </d:ace>
190 <d:ace>
193 </d:ace>
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
DIACL.php37 * Returns a list of ACE's for this node.
39 * Each ACE has the following properties:
43 * * 'protected' (optional), indicating that this ACE is not allowed to
53 * This method will receive a list of new ACE's as an array argument.
DACLTrait.php46 * Returns a list of ACE's for this node.
48 * Each ACE has the following properties:
52 * * 'protected' (optional), indicating that this ACE is not allowed to
72 * This method will receive a list of new ACE's as an array argument.
DPrincipalCollection.php77 * Returns a list of ACE's for this node.
79 * Each ACE has the following properties:
83 * * 'protected' (optional), indicating that this ACE is not allowed to
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DIACL.php37 * Returns a list of ACE's for this node.
39 * Each ACE has the following properties:
43 * * 'protected' (optional), indicating that this ACE is not allowed to
53 * This method will receive a list of new ACE's as an array argument.
H A DPrincipalCollection.php98 * Returns a list of ACE's for this node.
100 * Each ACE has the following properties:
104 * * 'protected' (optional), indicating that this ACE is not allowed to
122 * This method will receive a list of new ACE's as an array argument.
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DFile.php74 * Returns a list of ACE's for this node.
76 * Each ACE has the following properties:
80 * * 'protected' (optional), indicating that this ACE is not allowed to
94 * This method will receive a list of new ACE's as an array argument.
H A DCollection.php104 * Returns a list of ACE's for this node.
106 * Each ACE has the following properties:
110 * * 'protected' (optional), indicating that this ACE is not allowed to
124 * This method will receive a list of new ACE's as an array argument.
H A DHomeCollection.php133 * Returns a list of ACE's for this node.
135 * Each ACE has the following properties:
139 * * 'protected' (optional), indicating that this ACE is not allowed to
159 * This method will receive a list of new ACE's as an array argument.
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DCollection.php113 * Returns a list of ACE's for this node.
115 * Each ACE has the following properties:
119 * * 'protected' (optional), indicating that this ACE is not allowed to
144 * This method will receive a list of new ACE's as an array argument.
H A DNode.php133 * Returns a list of ACE's for this node.
135 * Each ACE has the following properties:
139 * * 'protected' (optional), indicating that this ACE is not allowed to
164 * This method will receive a list of new ACE's as an array argument.
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/FS/
DFile.php63 * Returns a list of ACE's for this node.
65 * Each ACE has the following properties:
69 * * 'protected' (optional), indicating that this ACE is not allowed to
DCollection.php94 * Returns a list of ACE's for this node.
96 * Each ACE has the following properties:
100 * * 'protected' (optional), indicating that this ACE is not allowed to
DHomeCollection.php105 * Returns a list of ACE's for this node.
107 * Each ACE has the following properties:
111 * * 'protected' (optional), indicating that this ACE is not allowed to
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DOutbox.php91 * Returns a list of ACE's for this node.
93 * Each ACE has the following properties:
97 * * 'protected' (optional), indicating that this ACE is not allowed to
147 * This method will receive a list of new ACE's.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
DOutbox.php80 * Returns a list of ACE's for this node.
82 * Each ACE has the following properties:
86 * * 'protected' (optional), indicating that this ACE is not allowed to
/plugin/struct/jsoneditor/
H A Djsoneditor-minimalist.min.js30ace","theme","ajv","schema","onChange","onEditable","onError","onModeChange","escapeUnicode","hist…
32ace.define("ace/theme/jsoneditor",["require","exports","module","ace/lib/dom"],function(e,t,n){t.i…
33ace.define("ace/mode/folding/cstyle",["require","exports","module","ace/lib/oop","ace/range","ace/…
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBookHome.php203 * Returns a list of ACE's for this node.
205 * Each ACE has the following properties:
209 * * 'protected' (optional), indicating that this ACE is not allowed to
234 * This method will receive a list of new ACE's.

1234