Home
last modified time | relevance | path

Searched refs:self (Results 1951 – 1975 of 2449) sorted by relevance

1...<<71727374757677787980>>...98

/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DLinkParserHelper.php44 $destination = self::manuallyParseLinkDestination($cursor);
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguageResult.php128 return ($first - $value) <= self::THRESHOLD ? true : false;
/plugin/odt/ODT/
H A DODTHeading.php24 $hid = self::headerToLink($params->document, $text, true);
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DCHANGELOG.md32 - Using static instead of self in `CronExpression::factory`
/plugin/dw2pdf/
H A Daction.php442 $self = parse_url(DOKU_URL);
443 $url = $self['scheme'] . '://' . $self['host'];
444 if (!empty($self['port'])) {
445 $url .= ':' . $self['port'];
H A DDokuImageProcessorDecorator.php24 [$file, $orig_srcpath] = self::adjustGetImageLinks($file, $orig_srcpath);
/plugin/issuelinks/services/
H A DGitHub.service.php43 return strpos($userAgent, self::WEBHOOK_UA) === 0;
278 "url" => self::WEBHOOK_URL,
606 if ($hook['config']['url'] !== self::WEBHOOK_URL) {
/plugin/issuelinks/classes/
H A DIssue.php75 if (empty(self::$instances[$issueHash]) || $forcereload) {
76self::$instances[$issueHash] = new Issue($serviceName, $projectKey, $issueId, $isMergeRequest);
78 return self::$instances[$issueHash];
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/tests/
H A DContextTest.php64 $obj->self = $obj;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Type/
H A DParserTest.php27 self::assertSame(
/plugin/codeprettify/code-prettify/src/
H A Dlang-swift.js51 …|protocol|Protocol|public|repeat|required|rethrows|return|right|safe|Self|self|set|static|struct|s…
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractType.php107 protected $taggingClass = self::TAG_CLASS_UNIVERSAL;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php313 if (self::isAbsolutePath($input)) {
314 if ($root = self::findRootDir($input, $options['root'])) {
/plugin/pureldap/classes/
H A DADClient.php79 // if an old password is given, this is a self-service password change
105 public function getGroups($match = null, $filtermethod = self::FILTER_EQUAL)
152 public function getFilteredUsers($match, $filtermethod = self::FILTER_EQUAL)
306 $user['expires'] = !($this->attr2str($entry->get('useraccountcontrol')) & self::ADS_UF_DONT_EXPIRE_PASSWD);
/plugin/katex/_assets/contrib/
H A Dauto-render.min.js1 …require("katex")):e.renderMathInElement=t(e.katex)}("undefined"!=typeof self?self:this,(function(e…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
H A DAssetCollectionIterator.php114 return new self($this->current(), $this->clones);
/plugin/move/_test/
H A DfindMissingDocuments.test.php6 public function findMissingDocuments($src, $dst, $type = self::TYPE_PAGES) {
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DAbstractBlock.php
/plugin/davcal/vendor/sabre/http/lib/
H A DSapi.php41 $r = self::createFromServerArray($_SERVER);
/plugin/combo/syntax/
H A Dheadingatx.php53 * because we manage self the content and we call self the parser
75 $pattern = '\r??\n\s*#{1,6}\s?(?=.*' . self::EXIT_PATTERN . ')';
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php187 $bytes = $type->getValue() ? self::BOOL_TRUE : self::BOOL_FALSE;
722 if ($oids[1] > self::MAX_SECOND_COMPONENT) {
857 $bytes = self::BOOL_FALSE . $bytes;
859 $bytes = self::BOOL_TRUE . $bytes;
1029 return ($this->binary[$this->pos++] !== self::BOOL_FALSE);
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php125 if ($this->getEncryption() == self::ENC_SSL) $url = "ssl://" . $url;
/plugin/webdav/vendor/sabre/http/lib/
H A DSapi.php41 $r = self::createFromServerArray($_SERVER);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DTreeNode.php100 self $parent = null
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDocument.php117 return self::UNKNOWN;

1...<<71727374757677787980>>...98