| /plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/ |
| D | Principal.php | 36 const HREF = 3; define in Sabre\\DAVACL\\Xml\\Property\\Principal 65 if ($type === self::HREF && is_null($href)) { 116 case self::HREF : 148 case self::HREF : 187 return new self(self::HREF, $tree['value']);
|
| D | Acl.php | 193 case Principal::HREF : 256 $principal = new Principal(Principal::HREF, $ace['principal']);
|
| /plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/ |
| H A D | Principal.php | 36 const HREF = 3; define in Sabre\\DAVACL\\Xml\\Property\\Principal 65 if ($type === self::HREF && is_null($href)) { 116 case self::HREF : 148 case self::HREF : 187 return new self(self::HREF, $tree['value']);
|
| H A D | Acl.php | 193 case Principal::HREF : 256 $principal = new Principal(Principal::HREF, $ace['principal']);
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/ |
| H A D | PrincipalTest.php | 22 $principal = new Principal(Principal::HREF, 'admin'); 23 $this->assertEquals(Principal::HREF, $principal->getType()); 34 $principal = new Principal(Principal::HREF); 76 $prin = new Principal(Principal::HREF, 'principals/admin'); 94 $this->assertEquals(Principal::HREF, $principal->getType()); 183 new Principal(Principal::HREF, 'principals/admin'),
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
| D | TextCircle.php | 207 if ($this->mpdf->HREF) { 208 if (strpos($this->mpdf->HREF, '.') === false && strpos($this->mpdf->HREF, '@') !== 0) { 209 $href = $this->mpdf->HREF; 216 $objattr['link'] = $this->mpdf->HREF; 234 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF); 238 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF);
|
| D | A.php | 38 $this->mpdf->HREF = $attr['HREF']; // mPDF 5.7.4 URLs 44 $this->mpdf->HREF = '';
|
| D | Meter.php | 208 if ($this->mpdf->HREF) { 209 if (strpos($this->mpdf->HREF, '.') === false && strpos($this->mpdf->HREF, '@') !== 0) { 210 $href = $this->mpdf->HREF; 217 $objattr['link'] = $this->mpdf->HREF; 290 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF); 293 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF);
|
| D | Img.php | 231 if ($this->mpdf->HREF) { 232 if (strpos($this->mpdf->HREF, '.') === false && strpos($this->mpdf->HREF, '@') !== 0) { 233 $href = $this->mpdf->HREF; 240 $objattr['link'] = $this->mpdf->HREF; 416 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF); 420 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF);
|
| D | Hr.php | 115 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF); 119 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF);
|
| D | Select.php | 139 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF); 143 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF);
|
| D | BarCode.php | 257 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF); 261 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF);
|
| D | Input.php | 409 $this->mpdf->_saveCellTextBuffer($e, $this->mpdf->HREF); 413 $this->mpdf->_saveTextBuffer($e, $this->mpdf->HREF);
|
| /plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/ |
| H A D | PluginPropertiesTest.php | 73 …$this->assertEquals(Xml\Property\Principal::HREF, $result[200]['{DAV:}current-user-principal']->ge…
|
| /plugin/davcal/vendor/sabre/dav/lib/DAVACL/ |
| H A D | Plugin.php | 900 return new Xml\Property\Principal(Xml\Property\Principal::HREF, $url . '/');
|
| /plugin/webdav/vendor/sabre/dav/lib/DAVACL/ |
| D | Plugin.php | 1047 return new Xml\Property\Principal(Xml\Property\Principal::HREF, $url . '/');
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Mpdf.php | 533 var $HREF; variable in Mpdf\\Mpdf 1496 $this->HREF = ''; 6243 $saved['HREF'] = $this->HREF; 6278 $this->HREF = $saved['HREF']; 6353 $saved['HREF'] = $this->HREF; 6383 $this->HREF = $saved['HREF']; 6990 …$this->Cell($stringWidth, $stackHeight, $chunk, '', 0, '', $fill, $this->HREF, $currentx, 0, 0, 'M… 6991 …>GetStringWidth($hanger), $stackHeight, $hanger, '', 1, '', $fill, $this->HREF, $currentx, 0, 0, '… 6993 …$this->Cell($stringWidth, $stackHeight, $chunk, '', 1, '', $fill, $this->HREF, $currentx, 0, 0, 'M… 6996 …$this->Cell($stringWidth, $stackHeight, $chunk, '', 0, '', $fill, $this->HREF, 0, 0, 0, 'M', $fill… [all …]
|
| /plugin/pgn4web/pgn4web/ |
| D | pgn4web.js | 3614 …text += '<A HREF="javascript:void(0);" ONCLICK="GoToMove(' + jj + ', ' + thisVar + ');" CLASS="' +…
|
| /plugin/dirtylittlehelper/script/ |
| D | mermaid.min.js | 28 …HREF:57,CSSCLASS:58,commentToken:59,textToken:60,graphCodeTokens:61,textNoTagsToken:62,TAGSTART:63…
|
| D | mermaid.min.js.map | 1 …HREF\":57,\"CSSCLASS\":58,\"commentToken\":59,\"textToken\":60,\"graphCodeTokens\":61,\"textNoTags…
|
| /plugin/diagramsnet/lib/js/mermaid/ |
| D | mermaid.min.js | 29 …HREF:57,CSSCLASS:58,commentToken:59,textToken:60,graphCodeTokens:61,textNoTagsToken:62,TAGSTART:63…
|
| /plugin/diagramsnet/lib/js/ |
| D | extensions.min.js | 1728 …HREF:57,CSSCLASS:58,commentToken:59,textToken:60,graphCodeTokens:61,textNoTagsToken:62,TAGSTART:63…
|
| /plugin/dirtylittlehelper/mermaid/editor/ |
| D | bundle.js | 109 …BACK:50,LINK:51,LINK_TARGET:52,CLICK:53,CALLBACK_NAME:54,CALLBACK_ARGS:55,HREF:56,CSSCLASS:57,comm… property 161 …en:83,DEFAULT:84,stylesOpt:85,alphaNum:86,CALLBACKNAME:87,CALLBACKARGS:88,HREF:89,LINK_TARGET:90,H… property
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js | 109 …BACK:50,LINK:51,LINK_TARGET:52,CLICK:53,CALLBACK_NAME:54,CALLBACK_ARGS:55,HREF:56,CSSCLASS:57,comm… property 161 …en:83,DEFAULT:84,stylesOpt:85,alphaNum:86,CALLBACKNAME:87,CALLBACKARGS:88,HREF:89,LINK_TARGET:90,H… property
|
| /plugin/mermaid/ |
| H A D | mermaid.min.js | 1387 …BACK:73,LINK:74,LINK_TARGET:75,CLICK:76,CALLBACK_NAME:77,CALLBACK_ARGS:78,HREF:79,STYLE:80,CSSCLAS… property
|