Home
last modified time | relevance | path

Searched refs:Element (Results 276 – 300 of 452) sorted by relevance

1...<<111213141516171819

/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DSyncCollectionReport.php6 use Sabre\Xml\Element\KeyValue;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DResponseTest.php3 namespace Sabre\DAV\Xml\Element;
H A DPropTest.php3 namespace Sabre\DAV\Xml\Element;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DSyncCollectionReport.php7 use Sabre\Xml\Element\KeyValue;
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DIndentedCode.php
H A DParagraph.php
H A DListBlock.php
H A DHtmlBlock.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Renderer/
H A DFootnoteContainerRenderer.php
H A DFootnoteRefRenderer.php
H A DFootnoteRenderer.php
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php29 use phpseclib3\File\ASN1\Element; alias
205 * @param Element|string $encoded
211 if ($encoded instanceof Element) {
531 * @return array|bool|Element|string|null
549 … return new Element(substr(self::$encoded, $decoded['start'], $decoded['length']));
853 * @param Element|string|array $source
868 * @param Element|string|array|null $source
877 if ($source instanceof Element) {
H A DX509.php41 use phpseclib3\File\ASN1\Element; alias
228 * @var string|Element
693 if ($extensions[$i] instanceof Element) {
841 if (is_object($value) && $value instanceof Element) {
1783 } elseif (is_object($v) && $v instanceof Element) {
1968 } elseif (is_object($value) && $value instanceof Element) {
2426 $spkac['publicKeyAndChallenge']['spki'] = new Element(
2575 * @return array|Element
2579 if ($date instanceof Element) {
3130 $this->endDate = new Element($temp);
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DInlineMentionParser.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalinkRenderer.php
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php3 namespace Sabre\DAV\Xml\Element;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DShare.php6 use Sabre\DAV\Xml\Element\Sharee;
H A DInviteReply.php9 use Sabre\Xml\Element\KeyValue;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DLockDiscovery.php7 use Sabre\Xml\Element\XmlFragment;
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DFootnoteRefRenderer.php
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DProp.php3 namespace Sabre\DAV\Xml\Element;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DLockDiscovery.php7 use Sabre\Xml\Element\XmlFragment;
/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DQuoteProcessor.php
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DStaggeredDelimiterProcessor.php
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php7 use Sabre\Xml\Element\KeyValue;

1...<<111213141516171819