Home
last modified time | relevance | path

Searched refs:self (Results 1001 – 1025 of 2449) sorted by relevance

1...<<41424344454647484950>>...98

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DVocabularyImpl.php65 public static function emptyVocabulary() : self
69 return $empty ?? ($empty = new self());
90 return self::emptyVocabulary();
/plugin/combo/action/
H A Dmetacanonical.php61 $page = self::getContextPageForHeadHtmlMeta();
158 self::APPLE_MOBILE_WEB_APP_TITLE_META,
159 self::APPLICATION_NAME_META
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfString.php25 * @return self
50 $v = new self;
60 * @return self
64 $v = new self;
74 * @return self
79 return PdfType::ensureType(self::class, $string, 'String value expected.');
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DOidType.php20 protected $tagNumber = self::TAG_TYPE_OID;
49 $type = new self($value);
H A DBooleanType.php20 protected $tagNumber = self::TAG_TYPE_BOOLEAN;
49 $type = new self($value);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLogmaticFormatter.php33 public function setHostname(string $hostname): self
40 public function setAppname(string $appname): self
/plugin/combo/ComboStrap/
H A DFont.php35 return self::getWindowsFontDirectory()->resolve('Arial.ttf');
57 $path = self::getWindowsFontDirectory();
H A DToc.php32 return self::createForPage(MarkupPath::createFromRequestedPage());
37 return StyleAttribute::addComboStrapSuffix(self::CANONICAL);
69 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet(self::CANONICAL);
87 LogUtility::error("The toc numbering type was unknown", self::CANONICAL);
H A DSvgImageLink.php68 ->getBooleanValue(self::CONF_SVG_INJECTION_ENABLE, self::CONF_SVG_INJECTION_ENABLE_DEFAULT);
97 ->setLogicalTag(self::TAG);
283 return SiteConfig::getConfValue(self::CONF_LAZY_LOAD_ENABLE, 1);
/plugin/webdav/core/
H A DUtils.php91 self::log('debug', 'Save content of {id} page ({size} bytes - {mode} mode)', [
240 dbglog(self::interpolate("{category} {user} [{level}] {message}", [
245 'message' => self::interpolate($message, $context),
249 self::log('error', $context['exception']->getMessage());
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriResolver.php73 return $rel->withPath(self::removeDotSegments($rel->getPath()));
78 $targetPath = self::removeDotSegments($rel->getPath());
100 $targetPath = self::removeDotSegments($targetPath);
165 return $emptyPathUri->withPath(self::getRelativePath($base, $target));
/plugin/twofactor/action/
H A Dlogin.php167 if (!isset($_COOKIE[self::TWOFACTOR_COOKIE])) return false;
168 $data = unserialize(base64_decode($_COOKIE[self::TWOFACTOR_COOKIE]));
206 setcookie(self::TWOFACTOR_COOKIE, null, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()), true);
229 setcookie(self::TWOFACTOR_COOKIE, $data, $time, $cookieDir, '', ($conf['securecookie'] && is_ssl()), true);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php26 const COLOR_DEFAULT = self::COLOR_NEVER;
128 …public function __construct($out = null, $verbose = false, $colors = self::COLOR_DEFAULT, $debug =…
136 $availableColors = [self::COLOR_NEVER, self::COLOR_AUTO, self::COLOR_ALWAYS];
169 if ($colors === self::COLOR_AUTO && $console->hasColorSupport()) {
172 $this->colors = (self::COLOR_ALWAYS === $colors);
613 $styles[] = self::$ansiCodes[$code];
/plugin/projects/lib/
H A Dproject.php31 unset(self::$projects[$project_ID]);
32 return self::$projects($project_ID, false);
40 if (isset(self::$projects[$project_ID]))
41 return self::$projects[$project_ID];
56 self::$projects[$project_ID] = $project;
132 return self::project(getNS($this->ID), $create);
284 $sub_project = self::project($this->name . ":" . $file);
371 if (!is_dir($path) || self::project($this->ID . ":$file", false) == NULL)
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php82 public function __construct($text, string $type = self::XML_TYPE)
86 throw new ExceptionBadSyntax("The xml text markup should not be empty.", self::CANONICAL);
92 throw new ExceptionBadSyntax("The php `libxml` module was not found on your installation, the xml/svg file could not be modified / instantiated", self::CANONICAL);
104 if ($type == self::HTML_TYPE) {
143 if ($type == self::XML_TYPE) {
182 if (!in_array($error->message, self::KNOWN_HTML_LOADING_ERRORS)) {
213 throw new ExceptionBadSyntax($message, self::CANONICAL);
287 return self::createXmlDocFromMarkup($markup, true);
312 * @deprecated uses {@link XmlElement::getAttribute()} of {@link self::getElement()}
/plugin/yearbox/_test/
H A DSyntaxTest.php30 self::assertSame($expectedHTML, $actual_html);
44 self::assertSame($expectedHTML, $actual_html);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DSpanMulti.php34 public function setMatch($args): self
49 protected function _setQuery(string $type, $args): self
/plugin/combo/ComboStrap/Meta/Field/
H A DAliasPath.php29 return self::PROPERTY_NAME;
34 return self::PERSISTENT_NAME;
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/Simple/
H A DAttribute.php18 public $match = self::MATCH_EXISTS;
22 string $name = '', int $match = self::MATCH_EXISTS, Ast\Value\Literal $literal = NULL
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DNotSetTransition.php17 return self::NOT_SET;
26 return $other instanceof self
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DBucket.php66 $self = $this;
77 function (SUT $receivedBucket) use ($self, $bucket, &$called) {
80 $self
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvResponseControl.php69 parent::__construct(self::OID_VLV_RESPONSE);
88 $vlv = self::decodeEncodedValue($type);
111 $response = new self(
/plugin/elasticsearch/helper/
H A Ddocparser.php45 $parsers = confToHash(self::CONFFILE);
49 'Cannot process media, the parser configuration in ' . self::CONFFILE . ' is missing.'
169 foreach (self::FILEDMAP as $from => $to) {
/plugin/combo/syntax/
H A Dcodemarkdown.php72 * because we manage self the content and we call self the parser
107 $gitHubMarkdownPattern = "^\s*(?:\`|~){3}\w*\s*$(?=.*?" . self::MARKDOWN_EXIT_PATTERN . ")";
118 $this->Lexer->addExitPattern(self::MARKDOWN_EXIT_PATTERN, PluginUtility::getModeFromTag($this->getPluginComponent()));
153 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dnavbargroup.php102 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
112 $this->Lexer->addExitPattern('</' . self::TAG . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
144 return PluginUtility::handleAndReturnUnmatchedData(self::TAG,$match,$handler);

1...<<41424344454647484950>>...98