Home
last modified time | relevance | path

Searched refs:self (Results 726 – 750 of 2449) sorted by relevance

1...<<21222324252627282930>>...98

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropFind.php43 function __construct($path, array $properties, $depth = 0, $requestType = self::NORMAL) {
50 if ($requestType === self::ALLPROPS) {
129 if ($this->requestType === self::ALLPROPS) {
257 return $this->requestType === self::ALLPROPS;
287 if ($this->requestType === self::ALLPROPS) unset($r[404]);
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DAWS.php60 $this->errorCode = self::ERR_NOAWSHEADER;
98 $this->errorCode = self::ERR_MD5CHECKSUMWRONG;
125 $this->errorCode = self::ERR_INVALIDSIGNATURE;
167 $this->errorCode = self::ERR_INVALIDDATEFORMAT;
176 $this->errorCode = self::ERR_REQUESTTIMESKEWED;
/plugin/tos/
H A Daction.php41 if ($INPUT->bool(self::FORMFIELD)) {
91 [self::FORMFIELD => '1']) . '">' . $this->getLang('accept') . '</a></li>';
155 $_SESSION[self::FORMFIELD] = $set;
159 if (isset($_SESSION[self::FORMFIELD])) {
160 return $_SESSION[self::FORMFIELD];
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DUrlAutolinkProcessor.php
/plugin/commonmark/vendor/league/commonmark/src/Inline/
H A DAdjacentTextMerger.php
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DOpenSSH.php95 if (isset($options['binary']) ? $options['binary'] : self::$binary) {
99 $comment = isset($options['comment']) ? $options['comment'] : self::$comment;
120 $publicKey = self::savePublicKey($p, $q, $g, $y, ['binary' => true]);
123 return self::wrapPrivateKey($publicKey, $privateKey, $password, $options);
/plugin/combo/syntax/
H A Dfooter.php98 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
106 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
137 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
173 $tagAttributes = TagAttributes::createFromCallStackArray($attributes, self::TAG);
/plugin/combo/action/
H A Dbacklinkmenuitem.php77 $JSINFO[self::WHREF] = FetcherPage::createPageFetcherFromPath($requestedContextPage)->getFetchUrl()->toString();
88 if ($call != self::CALL_ID) {
111 ->setCanonical(self::CANONICAL)
126 ->setCanonical(self::CANONICAL)
H A Dmetatitle.php30 $event->data = self::getHtmlTitle();
46 $pageTitle .= self::TITLE_SEPARATOR . $parentPage->getNameOrDefault();
53 $pageTitle .= self::TITLE_SEPARATOR . Site::getName();
/plugin/combo/ComboStrap/
H A DRouterBestEndPage.php41 return self::getBestEndPageIdFromPages($pagesWithSameName, $requestedPage);
57 $minimalScoreForARedirect = SiteConfig::getConfValue(self::CONF_MINIMAL_SCORE_FOR_REDIRECT, self::CONF_MINIMAL_SCORE_FOR_REDIRECT_DEFAULT);
59 list($bestPage, $bestScore) = self::getBestEndPageId($missingPage);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfDictionary.php29 * @return bool|self
82 $v = new self;
92 * @return self
96 $v = new self;
113 $dictionary = self::ensure($dictionary);
128 * @return self
133 return PdfType::ensureType(self::class, $dictionary, 'Dictionary value expected.');
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DPrincipalMatchReport.php88 $principalMatch = new self();
91 $principalMatch->type = self::SELF;
95 $principalMatch->type = self::PRINCIPAL_PROPERTY;
/plugin/quickstats/GEOIP/vendor/composer/
H A Dautoload_real.php18 if (null !== self::$loader) {
19 return self::$loader;
23 self::$loader = $loader = new \Composer\Autoload\ClassLoader();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DGeohashGrid.php34 public function setField(string $field): self
46 public function setPrecision($precision): self
62 public function setSize(int $size): self
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Comparison/
H A DHasher.php15 return self::hashArray($values);
25 $elementHash = self::hashValue($value);
51 return self::hashArray($value);
/plugin/dw2pdf/vendor/composer/
H A Dautoload_real.php21 if (null !== self::$loader) {
22 return self::$loader;
28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Detherpad-lite-client.php36 $url = $this->baseUrl."/".self::API_VERSION."/".$function;
85 case self::CODE_OK:
87 case self::CODE_INVALID_PARAMETERS:
88 case self::CODE_INVALID_API_KEY:
90 case self::CODE_INTERNAL_ERROR:
92 case self::CODE_INVALID_FUNCTION:
/plugin/toctweak/action/
H A Drendertoc.php126 if (strpos($event->data[1], self::TOC_HERE) !== false) {
147 $event->data[1] = str_replace(self::TOC_HERE, $html_toc, $event->data[1], $count);
236 $content = self::TOC_HERE.$content;
240 $replace = '</$1>'.self::TOC_HERE;
244 $content = self::TOC_HERE.$content;
253 $content = str_replace(self::TOC_HERE, $html_toc, $content, $count);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Exclusion/
H A DDisjunctExclusionStrategyTest.php33 self::assertTrue($strat->shouldSkipClass($metadata, $context));
56 self::assertTrue($strat->shouldSkipClass($metadata, $context));
79 self::assertFalse($strat->shouldSkipClass($metadata, $context));
100 self::assertTrue($strat->shouldSkipProperty($metadata, $context));
123 self::assertTrue($strat->shouldSkipProperty($metadata, $context));
146 self::assertFalse($strat->shouldSkipProperty($metadata, $context));
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DDigestMD5MessageFactory.php65 if ($type === self::MESSAGE_CLIENT_RESPONSE && $received !== null) {
67 } elseif ($type === self::MESSAGE_SERVER_RESPONSE) {
69 } elseif ($type === self::MESSAGE_SERVER_CHALLENGE) {
82 $challenge->set('nonce', $options['nonce'] ?? $this->generateNonce($options['nonce_size'] ?? self::NONCE_SIZE));
114 $response->set('cnonce', $options['cnonce'] ?? $this->generateNonce($options['nonce_size'] ?? self::NONCE_SIZE));
183 $cipherList = self::CIPHER_LIST;
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsGenerator.php121 if ($this->style === self::STYLE_BULLET) {
123 } elseif ($this->style === self::STYLE_ORDERED) {
158 case self::NORMALIZE_DISABLED:
160 case self::NORMALIZE_RELATIVE:
162 case self::NORMALIZE_FLAT:
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRedirectMiddleware.php58 $options['allow_redirects'] = self::$defaultSettings;
63 $options['allow_redirects'] += self::$defaultSettings;
133 $historyHeader = $response->getHeader(self::HISTORY_HEADER);
134 $statusHeader = $response->getHeader(self::STATUS_HISTORY_HEADER);
137 return $response->withHeader(self::HISTORY_HEADER, $historyHeader)
138 ->withHeader(self::STATUS_HISTORY_HEADER, $statusHeader);
/plugin/odt/ODT/
H A DODTImport.php610 foreach (self::$link_styles as $style_type => $elementParams) {
822 self::set_page_properties($params, $first_page);
836 $toImport = array_merge (self::$internalRegs, $registrations);
839 self::importStyle($params, $htmlStack,
845 self::importStyle($params, $htmlStack,
854 self::importTableStyles($params, $htmlStack);
857 self::importLinkStyles($params, $htmlStack);
861 self::importOrderedListStyles($params, $htmlStack, $listAlign);
863 self::importParagraphDefaultStyle($params);
864 self::importFootnoteStyle($params);
[all …]
/plugin/gtime/gtlib/tsp/
H A DGTVerificationResultBase.php46 $statusCode = self::NO_CHECKS;
50 $errorCode = self::NO_FAILURES;
101 return $this->errorCode == self::NO_FAILURES;
/plugin/pureldap/vendor/composer/
H A Dautoload_real.php21 if (null !== self::$loader) {
22 return self::$loader;
28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));

1...<<21222324252627282930>>...98