Home
last modified time | relevance | path

Searched refs:self (Results 1726 – 1750 of 2449) sorted by relevance

1...<<61626364656667686970>>...98

/plugin/davcal/vendor/sabre/dav/
H A D.travis.yml28 # - composer self-update
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DUpdateDocument.php13 protected $_opType = self::OP_TYPE_UPDATE;
/plugin/combo/ComboStrap/
H A DFeaturedIcon.php36 return self::PROPERTY_NAME;
H A DPipelineTag.php38 LogUtility::warning("The content tag with the name ($actualName) is unknown, the captured content may be not good.",self::CANONICAL);
/plugin/swiftmail/Swift/Authenticator/
H A DCRAMMD5.php35 $response = base64_encode($user . " " . self::generateCRAMMD5Hash($pass, $challenge));
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DResourceType.php101 new self(parent::xmlDeserialize($reader));
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DFreeBusyQueryReport.php83 $result = new self();
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Exception/
H A DFilterException.php40 return new self($message);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DSupportedCalendarComponentSet.php125 return new self($components);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DExceptionWrapper.php52 $this->previous = new self($e->getPrevious());
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/
H A DCommonmark.php17 $environment = self::createDWEnvironment();
25 $FMresult = self::ExtractFrontmatter($markdown);
45 $markdownOnly = self::ParseDokuwikiWikilinks($markdownOnly);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DResourceType.php101 new self(parent::xmlDeserialize($reader));
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DSupportedCalendarComponentSet.php125 return new self($components);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DFreeBusyQueryReport.php83 $result = new self();
/plugin/diagramsnet/
H A DREADME.md2 …on 15.7.3) is included in the plugin in the /lib folder so you can run it self hosted. diagrams.ne…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerPushModeAction.php78 if (!$other instanceof self) {
H A DLexerTypeAction.php83 if (!$other instanceof self) {
H A DLexerChannelAction.php83 if (!$other instanceof self) {
H A DLexerModeAction.php77 if (!$other instanceof self) {
/plugin/combo/syntax/
H A Dxmlblockemptytag.php64 foreach(self::getEmptyBlockTag() as $tag) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DPair.php31 return $other instanceof self
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.player.js228 self = this,
249 events[ eventName ][ i ].call( self, evt, self );
/plugin/swiftmail/Swift/Message/
H A DMime.php121 } while (in_array($boundary, self::$usedBoundaries));
122 self::$usedBoundaries[] = $boundary;
285 if ($this->boundary === null) $this->boundary = self::generateBoundary();
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
H A DAssetCollectionFilterIterator.php82 return new self($this->getInnerIterator()->getChildren(), $this->visited, $this->sources);
/plugin/webdav/core/DAV/Collection/Tags/
H A DDirectory.php45 'dir' => self::DIRECTORY,

1...<<61626364656667686970>>...98