Home
last modified time | relevance | path

Searched refs:self (Results 1226 – 1250 of 2449) sorted by relevance

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

/plugin/webcomponent/syntax/
H A Dbrand.php32 $pattern = webcomponent::getLookAheadPattern(self::getTag());
39 …$this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . …
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerStartTlsHandler.php41 if (self::$hasOpenssl === null) {
58 if (!isset($options['ssl_cert']) || !self::$hasOpenssl) {
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DSaslContext.php123 public function setHasSecurityLayer(bool $hasSecurityLayer): self
189 public function set(string $key, $value): self
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DIntermediateResponse.php70 * @return self
90 return new self($name, $value);
107 return Asn1::application(self::TAG_NUMBER, $response);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPuTTY.php97 return self::wrapPrivateKey($public, $private, 'ssh-dsa', $password, $options);
116 return self::wrapPublicKey(Strings::packSSH2('iiii', $p, $q, $g, $y), 'ssh-dsa');
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStreamWrapper.php34 self::register();
45 return fopen('guzzle://stream', $mode, null, self::createStreamContext($stream));
H A DMessage.php207 $data = self::parseMessage($message);
217 $matches[1] === '/' ? self::parseRequestUri($parts[1], $data['headers']) : $parts[1],
235 $data = self::parseMessage($message);
/plugin/prosemirror/parser/
H A DInternalLinkNode.php19 $resolvedAttributes = self::resolveLink($originalId, $ID);
32 self::renderToJSON(
/plugin/combo/ComboStrap/
H A DFetcherPageSearch.php28 return self::NAME;
100 return self::NAME;
H A DPageUrlType.php14 public const CONF_CANONICAL_URL_TYPE_DEFAULT = self::CONF_VALUE_PAGE_PATH;
54 if (!in_array($urlType, self::CONF_VALUES)) {
H A DResourceName.php67 return self::PROPERTY_NAME;
109 return self::getFromPath($path);
/plugin/struct/meta/
H A DAccessTablePage.php108 return [self::DEFAULT_PAGE_RID, $this->pid, $this->ts, 1];
125 return [AccessTable::DEFAULT_LATEST, $this->ts, $this->pid, self::DEFAULT_PAGE_RID];
/plugin/combo/action/
H A Dimgmove.php84 LogUtility::error("The target path image ($targetImageId) is not a path", self::CANONICAL, $e);
254 throw new ExceptionRuntime($e->getMessage(), self::CANONICAL, 0, $e);
256 LogUtility::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, self::CANONICAL, $e);
291 throw new ExceptionCompile("A move error has occurred while trying to move the image ($relativeOrAbsoluteWikiId). The target resolution function send the following error message: " . $e->getMessage(), self::CANONICAL);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php199 return new static(...self::parseAsn1ControlValues($type));
205 * @return self
216 [0 => $control->controlType, 1 => $control->criticality, 2 => $control->controlValue] = self::parseAsn1ControlValues($type);
234 [2 => $value] = self::parseAsn1ControlValues($type);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPushoverHandler.php218 public function setHighPriorityLevel($value): self
230 public function setEmergencyLevel($value): self
240 public function useFormattedMessage(bool $value): self
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DIteratorHandler.php24 foreach (self::SUPPORTED_FORMATS as $format) {
40 foreach (self::SUPPORTED_FORMATS as $format) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortingResponseControl.php72 parent::__construct(self::OID_SORTING_RESPONSE);
109 $response = new self(
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DListBlock.php
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php52 self::verifyServicesToKeep($serviceDir, $servicesToKeep);
53 $finder = self::getServicesToRemove($serviceDir, $servicesToKeep);
/plugin/odt/ODT/styles/
H A DODTUnknownStyle.php87 $this->importODTStyleInternal(self::$unknown_fields, $style_content);
201 $style_name = self::getNewStylename ('Frame');
/plugin/farmer/admin/
H A Dinfo.php88 $self = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'info', 'list' => 1]);
89 $html .= ' [<a href="' . $self . '">' . $this->getLang('conf_notfound_list') . '</a>]';
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php91 ? self::createErrorResponse($handler, $request, $response)
113 return self::retryFailedRewind($handler, $request, $response);
534 return self::createErrorResponse($handler, $request, $response);
541 return self::createErrorResponse($handler, $request, $response);
553 return self::createErrorResponse($handler, $request, $response);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKB.php113 $this->reader->readSInt8() === self::WKB_XDR ? BinaryReader::LITTLE_ENDIAN : BinaryReader::BIG_ENDIAN
171 ' (' . (array_search($geometryType, self::$typeMap) ?: 'unknown') . ') not supported'
292 $wkb = $this->writer->writeSInt8($this->writer->isBigEndian() ? self::WKB_NDR : self::WKB_XDR);
405 $type = self::$typeMap[$geometry->geometryType()];
/plugin/combo/vendor/symfony/yaml/
H A DParser.php161 if ('-' === $this->currentLine[0] && self::preg_match('#^\-((?P<leadspaces>\s+)(?P<value>.+))?$#u', rtrim($this->currentLine), $values)) {
167 if (isset($values['value']) && '&' === $values['value'][0] && self::preg_match(self::REFERENCE_PATTERN, $values['value'], $matches)) {
199 || self::preg_match('#^(?P<key>'.Inline::REGEX_QUOTED_STRING.'|[^ \'"\{\[].*?) *\:(\s+(?P<value>.+?))?\s*$#u', $this->trimTag($values['value']), $matches)
218 self::preg_match('#^(?P<key>(?:![^\s]++\s++)?(?:'.Inline::REGEX_QUOTED_STRING.'|(?:!?!php/const:)?[^ \'"\[\{!].*?)) *\:(( |\t)++(?P<value>.+))?$#u', rtrim($this->currentLine), $values)
244 if ('<<' === $key && (!isset($values['value']) || '&' !== $values['value'][0] || !self::preg_match('#^&(?P<ref>[^ ]+)#u', $values['value'], $refMatches))) {
305 } elseif ('<<' !== $key && isset($values['value']) && '&' === $values['value'][0] && self::preg_match(self::REFERENCE_PATTERN, $values['value'], $matches)) {
530 $parser = new self();
741 if (\in_array($value[0], ['!', '|', '>'], true) && self
[all...]
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DUnixPipes.php121 $data = @fread($pipe, self::CHUNK_SIZE);
123 } while (isset($data[0]) && ($close || isset($data[self::CHUNK_SIZE - 1])));

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