Searched refs:priv (Results 1 – 21 of 21) sorted by relevance
| /plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/ |
| H A D | SupportedPrivilegeSet.php | 96 $traverse = function($priv) use (&$traverse, $html) { 98 echo $html->xmlName($priv['privilege']); 99 if (isset($priv['abstract']) && $priv['abstract']) { 102 if (isset($priv['description'])) { 103 echo " " . $html->h($priv['description']); 105 if (isset($priv['aggregates'])) { 107 foreach ($priv['aggregates'] as $subPriv) {
|
| H A D | Acl.php | 218 foreach ($elem['value'] as $priv) { 222 'privilege' => $priv,
|
| /plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/ |
| D | SupportedPrivilegeSet.php | 96 $traverse = function($privName, $priv) use (&$traverse, $html) { 99 if (isset($priv['abstract']) && $priv['abstract']) { 102 if (isset($priv['description'])) { 103 echo " " . $html->h($priv['description']); 105 if (isset($priv['aggregates'])) { 107 foreach ($priv['aggregates'] as $subPrivName => $subPriv) {
|
| D | Acl.php | 218 foreach ($elem['value'] as $priv) { 222 'privilege' => $priv,
|
| /plugin/davcal/vendor/sabre/dav/lib/DAVACL/ |
| H A D | Plugin.php | 204 foreach ($privileges as $priv) { 206 if (!in_array($priv, $acl)) { 207 $failed[] = $priv; 420 $fpsTraverse = function($priv, $concrete, &$flat) use (&$fpsTraverse) { 423 'privilege' => $priv['privilege'], 424 'abstract' => isset($priv['abstract']) && $priv['abstract'], 426 … 'concrete' => isset($priv['abstract']) && $priv['abstract'] ? $concrete : $priv['privilege'], 429 if (isset($priv['aggregates'])) { 431 foreach ($priv['aggregates'] as $subPriv) { 439 $flat[$priv['privilege']] = $myPriv; [all …]
|
| /plugin/webdav/vendor/sabre/dav/lib/DAVACL/Exception/ |
| D | NeedPrivileges.php | 71 $priv = $doc->createElementNS('DAV:', 'd:privilege'); 72 $resource->appendChild($priv); 75 … $priv->appendChild($doc->createElementNS($privilegeParts[1], 'd:' . $privilegeParts[2]));
|
| /plugin/davcal/vendor/sabre/dav/lib/DAVACL/Exception/ |
| H A D | NeedPrivileges.php | 71 $priv = $doc->createElementNS('DAV:', 'd:privilege'); 72 $resource->appendChild($priv); 75 … $priv->appendChild($doc->createElementNS($privilegeParts[1], 'd:' . $privilegeParts[2]));
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ |
| H A D | OutboxTest.php | 74 foreach($r['aggregates'] as $priv) { 76 if ($priv['privilege'] == '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-query-freebusy') { 79 if ($priv['privilege'] == '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-post-vevent') {
|
| H A D | InboxTest.php | 84 foreach($r['aggregates'] as $priv) { 86 if ($priv['privilege'] == '{' . CalDAV\Plugin::NS_CALDAV . '}schedule-deliver') { 88 foreach($priv['aggregates'] as $subpriv) {
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 14141 var priv, 14181 priv = { 14243 spliceWith(priv.cellSettings, index, amount, 'array'); 14246 if (selection.isSelected() && priv.selRange.from.row >= index) { 14247 priv.selRange.from.row += delta; 14259 if (priv.cellSettings[row]) { 14260 spliceWith(priv.cellSettings[row], index, amount); 14271 if (selection.isSelected() && priv.selRange.from.col >= index) { 14272 priv.selRange.from.col += delta; 14282 priv.cellSettings.splice(index, amount); [all …]
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …priv,datamap,dataSource,grid,selection,editorManager,instance=this,GridSettings=function GridSetti…
|
| /plugin/ckgedit/lang/fr/ |
| D | scayt.txt | 1 …ngement est réalisé en considération du fait que des utilisateurs de wiki privé pourraient se sent…
|
| /plugin/webdav/vendor/sabre/dav/lib/DAVACL/ |
| D | Plugin.php | 199 foreach ($privileges as $priv) { 201 if (!in_array($priv, $acl)) { 202 $failed[] = $priv;
|
| /plugin/elasticsearch/vendor/patrickschur/language-detection/resources/fr/ |
| D | fr.txt | 61 Nul ne sera l’objet d’immixtions arbitraires dans sa vie privée, sa famille, son domicile ou sa cor… 76 2. Nul ne peut être arbitrairement privé de sa nationalité, ni du droit de changer de nationalité. 88 2. Nul ne peut être arbitrairement privé de sa propriété. 91 …er sa religion ou sa conviction, seule ou en commun, tant en public qu’en privé, par l’enseignemen…
|
| /plugin/codemirror/dist/modes/ |
| D | rust.min.js.map | 1 …xtern|fn|for|final|if|impl|in|loop|macro|match|mod|move|offsetof|override|priv|proc|pub|pure|ref|r…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 53.53.js.map | 1 …l',\n 'macro',\n 'offsetof',\n 'override',\n 'priv',\n 'proc',\…
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 38069 function blind(priv) { 38070 var r = getr(priv); 38071 var blinder = r.toRed(bn.mont(priv.modulus)).redPow(new bn(priv.publicExponent)).fromRed(); 38074 unblinder: r.invm(priv.modulus) 38078 function crt(msg, priv) { 38079 var blinds = blind(priv); 38080 var len = priv.modulus.byteLength(); 38081 var mod = bn.mont(priv.modulus); 38082 var blinded = new bn(msg).mul(blinds.blinder).umod(priv.modulus); 38083 var c1 = blinded.toRed(bn.mont(priv.prime1)); [all …]
|
| /plugin/codeprettify/code-prettify/src/ |
| D | lang-xq.js | 64 …ove-roles|sec:privilege-get-roles|sec:privilege-add-roles|sec:priv-doc-permissions|sec:priv-doc-co…
|
| /plugin/dokuprism/prism/ |
| D | prism.js | 151 …extern|final|fn|for|if|impl|in|let|loop|macro|match|mod|move|mut|override|priv|pub|ref|return|self…
|
| /plugin/jsontable/script/ |
| D | handsontable.full.min.js | 35 …priv=t,this.GridSettings=n,this.dataSource=this.instance.getSettings().data,this.cachedLength=null…
|
| /plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/ |
| D | vocab.bpe | 2585 Ġpriv ate 6528 Ġpriv acy 7544 Ġpriv ile 16838 Ġpriv ately 19480 priv ate 21629 Ġpriv at
|