Home
last modified time | relevance | path

Searched refs:self (Results 701 – 725 of 2449) sorted by relevance

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DExtendedDnControl.php43 parent::__construct(self::OID_EXTENDED_DN);
76 [0 => $oid, 1 => $criticality, 2 => $value] = self::parseAsn1ControlValues($type);
80 $request = self::decodeEncodedValue($type);
91 $control = new self($useHexFormat);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Script/
H A DAbstractScript.php61 * @return Script|ScriptId|self
65 if ($data instanceof self) {
70 return self::_createFromArray($data);
74 $class = self::class === static::class ? Script::class : static::class;
82 public function setLang(string $lang): self
/plugin/combo/action/
H A Dlang.php77 self::setNormalizedId($id);
85 LogUtility::internalError("No last name, we were unable to set the request id right", self::CANONICAL);
100 self::setNormalizedId($page->getPathObject()->getWikiId());
142 PluginUtility::getSnippetManager()->attachCssInternalStylesheet(self::CANONICAL . "-rtl");
/plugin/combo/ComboStrap/
H A DCacheReportHtmlDataBlockArray.php70 self::RESULT_STATUS => $result->getResult(),
71 self::DATE_MODIFIED => $modifiedDate,
72 self::CACHE_FILE => $cacheFile->toAbsoluteId()
83 $data[self::DEPENDENCY_ATT] = $dependencies;
H A DSlug.php22 return self::PROPERTY_NAME;
85 $slug = self::toSlugPath($value);
95 return self::PROPERTY_NAME;
115 return self::toSlugPath($title);
H A DFetcherPage.php42 return self::createPageFetcherFromPath($wikiPath);
115 $tagAttributes->getValueAndRemoveIfPresent(self::PURGE);
122 return self::createPageFetcherFromPath($markupPath->getPathObject());
147 LogUtility::internalError("The cache HTML fragment file was not found", self::NAME);
186 return self::NAME;
209 throw new ExceptionRuntimeInternal("This fetcher page object has already been close and cannot be reused", self::NAME);
255 LogUtility::internalError("The html template should be found", self::CANONICAL, $e);
299 throw new ExceptionRuntimeInternal("Not a local wiki path", self::NAME, 1, $e);
/plugin/combo/syntax/
H A Dunit.php87 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
95 $this->Lexer->addExitPattern('</' . self::TAG . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
128 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
168 $renderer->doc .= '<div class="webcomponent_' . self::getTag() . '"';
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DTouchable.php98 public function copy($to, $force = self::DO_NOT_OVERWRITE);
113 $force = self::DO_NOT_OVERWRITE,
114 $mkdir = self::DO_NOT_MAKE_DIRECTORY
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dissue_1143.test11 …public static $regionChoices = [self::REGION_S => 'house.region.s', self::REGION_P => 'house.regio…
15 return self::$regionChoices;
/plugin/oauthdrkserver/
H A DDRKServer.php38 $authUrl = self::getDrkServerOpenidPath() . 'auth';
46 $tokenUrl = self::getDrkServerOpenidPath() . 'token';
53 $userUrl = self::getDrkServerOpenidPath() . 'userinfo';
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerMoreAction.php23 public static function instance() : self
27 return $instance = $instance ?? new self();
71 return $other instanceof self;
H A DLexerPopModeAction.php14 * implemented as a singleton instance exposed by {@see self::instance())}.
23 public static function instance() : self
27 return $instance = $instance ?? new self();
71 return $other instanceof self;
H A DLexerSkipAction.php14 * implemented as a singleton instance exposed by {@see self::instance()}.
23 public static function instance() : self
27 return $instance = $instance ?? new self();
71 return $other instanceof self;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DExpandPropertyReport.php60 $obj = new self();
61 $obj->properties = self::traverse($elems);
92 $value = self::traverse($elem['value']);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DExpandPropertyReport.php60 $obj = new self();
61 $obj->properties = self::traverse($elems);
92 $value = self::traverse($elem['value']);
/plugin/davcal/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/Query/
H A DSpanNear.php37 public function setSlop(int $slop): self
45 public function setInOrder(bool $inOrder): self
55 public function addClause(AbstractSpanQuery $clause): self
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DForeachProcessor.php33 throw new \TypeError(\sprintf('Argument 2 passed to %s::__construct() must be of type %s|array, %s given.', self::class, AbstractProcessor::class, \is_object($processor) ? \get_class($processor) : \gettype($processor)));
42 public function setProcessor(AbstractProcessor $processor): self
53 public function setRawProcessor(array $processor): self
/plugin/elasticsearch/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/combo/ComboStrap/Meta/Field/
H A DAliasType.php19 const DEFAULT = self::REDIRECT;
38 return self::PROPERTY_NAME;
43 return self::PERSISTENT_NAME;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DBasePhpFormulaLoader.php60 $current = self::tokenToString($token);
81 } elseif ($current == self::tokenToString(current($prototype))) {
83 if ('*' == self::tokenToString(next($prototype))) {
115 $inputs = isset($args[0]) ? self::argumentToArray($args[0]) : array();
116 $filters = isset($args[1]) ? self::argumentToArray($args[1]) : array();
/plugin/webdav/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/webdav/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/autotooltip/
H A Dhelper.php130 $meta = self::read_meta_fast($id);
185 if (isset(self::$metaCache[$id])) {
186 return self::$metaCache[$id];
197 '/^' . self::_pregEscape($results['title']) . '(\r?\n)+/',
202 self::$metaCache[$id] = $results;
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DREST.php103 return self::decodeHttpResponse($response, $request, $expectedClass);
128 throw new GoogleServiceException($body, $code, null, self::getResponseErrors($body));
133 $body = self::decodeBody($response, $request);
135 if ($expectedClass = self::determineExpectedClass($expectedClass, $request)) {
146 if (self::isAltMedia($request)) {

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