Home
last modified time | relevance | path

Searched refs:self (Results 751 – 775 of 2449) sorted by relevance

1...<<31323334353637383940>>...98

/plugin/commonmark/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/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DHasParent.php35 public function setQuery($query): self
47 public function setType(string $type): self
59 public function setScope(string $scope): self
H A DSpanFirst.php39 public function setMatch($args): self
49 public function setEnd(int $end): self
66 protected function _setQuery(string $type, $args): self
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DBucketScript.php42 public function setBucketsPath(array $bucketsPath): self
52 public function setScript(string $script): self
62 public function setFormat(?string $format = null): self
H A DIpRange.php33 public function setField(string $field): self
48 public function addRange(?string $fromValue = null, ?string $toValue = null): self
73 public function addMaskRange(string $mask): self
/plugin/oauth/vendor/composer/
H A Dautoload_real.php21 if (null !== self::$loader) {
22 return self::$loader;
28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
/plugin/combo/ComboStrap/Web/
H A DSanitizer.php22 return self::logAndReturnTheEmptyString("You can't used a $forbiddenNode node$suffixMessage.", $canonical);
32 return self::logAndReturnTheEmptyString("You can't used a style attribute $suffixMessage", $canonical);
38 return self::logAndReturnTheEmptyString("You can't used an callback handler on attribute $suffixMessage", $canonical);
/plugin/geophp/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/findologicxmlexport/vendor/twig/twig/src/Node/
H A DMacroNode.php29 if (self::VARARGS_NAME === $argumentName) {
30 …use the variable "%s" is reserved for arbitrary arguments.', self::VARARGS_NAME, $name, self::VARA…
87 ->string(self::VARARGS_NAME)
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Driver/
H A DAbstractFileDriverTest.php30 …$this->driver->expects($this->any())->method('getExtension')->will($this->returnValue(self::$exten…
39 ->with($class, self::$extension)
57 ->with($class, self::$extension)
69 ->with(self::$extension)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DDirSyncResponseControl.php63 parent::__construct(self::OID_DIR_SYNC);
106 $response = self::decodeEncodedValue($type);
123 $control = new self(
129 return self::mergeControlData($control, $type);
H A DExpectedEntryCountControl.php54 parent::__construct(self::OID_EXPECTED_ENTRY_COUNT, true);
103 $request = self::decodeEncodedValue($type);
115 $control = new self(
120 return self::mergeControlData($control, $type);
/plugin/combo/ComboStrap/TagAttribute/
H A DStyleAttribute.php72 $tagAttributes->addClassName(self::addComboStrapSuffix($logicalTag));
74 $tagAttributes->addClassName($logicalTag . "-" . $tagAttributes->getType() . "-" . self::COMBOSTRAP_FIX);
81 return $name . "-" . self::COMBOSTRAP_FIX;
127 self::arrayEquals($leftStylesArray,$rightStylesArray);
/plugin/combo/syntax/
H A Dtext.php27 const TAGS = ["typo", self::TAG];
59 * because we manage self the content and we call self the parser
88 foreach (self::TAGS as $tag) {
97 foreach (self::TAGS as $tag) {
119 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
/plugin/combo/ComboStrap/
H A DHistoricalBreadcrumbMenuItem.php65 return self::RECENT_PAGES_VISITED;
96 $html = $this->createLink($actualPageId, $actualPageName, self::HISTORICAL_BREADCRUMB_NAME . "-home");
131 return self::RECENT_PAGES_VISITED;
156 $attributes = LinkMarkup::createFromPageIdOrPath($id)->toAttributes(self::CANONICAL);
H A DEditButtonManager.php28 $editButtonManager = self::$editButtonManagers[$cacheKey] ?? null;
31 self::$editButtonManagers = [];
34 self::$editButtonManagers[$cacheKey] = $editButtonManager;
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DPDF417.php583 $cols = round((sqrt(4761 + (68 * $aspectratio * self::ROWHEIGHT * $nce)) - 69) / 34);
637 $pstart = str_repeat('0', self::QUIETH).$this->start_pattern;
638 $pstop = $this->stop_pattern.str_repeat('0', self::QUIETH);
639 $barcode_array['num_rows'] = ($rows * self::ROWHEIGHT) + (2 * self::QUIETV);
640 $barcode_array['num_cols'] = (($cols + 2) * 17) + 35 + (2 * self::QUIETH);
643 if (self::QUIETV > 0) {
645 for ($i = 0; $i < self::QUIETV; ++$i) {
698 for ($h = 0; $h < self::ROWHEIGHT; ++$h) {
706 if (self::QUIETV > 0) {
707 for ($i = 0; $i < self::QUIETV; ++$i) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationReader.php123 self::$globalIgnoredNames[$name] = true;
133 self::$globalIgnoredNamespaces[$namespace] = true;
206 $this->preParser->setImports(self::$globalImports);
220 $this->parser->setIgnoredAnnotationNamespaces(self::$globalIgnoredNamespaces);
252 $this->parser->setIgnoredAnnotationNamespaces(self::$globalIgnoredNamespaces);
284 $this->parser->setIgnoredAnnotationNamespaces(self::$globalIgnoredNamespaces);
404 $ignoredAnnotationNames = self::$globalIgnoredNames;
418 self::$globalImports,
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DLimit.php60 $iterator = new LUT\Map(self::$_dummyArray),
76 ->given($iterator = new LUT\Map(self::$_dummyArray))
87 $iterator = new LUT\Map(self::$_dummyArray),
/plugin/codify/
H A Daction.php19 if (isset(self::THEME[$value])) {
20 return self::THEME[$value];
23 return self::THEME['default'];
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfName.php27 * @return self
31 $v = new self;
61 * @return self
65 $v = new self;
75 * @return self
80 return PdfType::ensureType(self::class, $name, 'Name value expected.');
H A DPdfHexString.php25 * @return bool|self
51 $v = new self;
61 * @return self
65 $v = new self;
75 * @return self
80 return PdfType::ensureType(self::class, $hexString, 'Hex string value expected.');
/plugin/webcomponent/syntax/
H A Dblockquote.php92 …$this->Lexer->addExitPattern('</' . self::getTagName() . '>', 'plugin_' . webcomponent::PLUGIN_NAM…
100 …$this->Lexer->addPattern(self::IMAGE_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this-…
140 if (preg_match('/' . self::IMAGE_PATTERN . '/msSi', $match, $matches)) {
186 … . DOKU_TAB . DOKU_TAB . '<' . self::getTagName() . ' class="' . self::getTagName() . ' m-0"';
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapQueue.php141 protected function sendLdapMessage(LdapMessage ...$messages): self
149 if ($bufferLen >= self::BUFFER_SIZE) {
150 $this->socket->write(substr($buffer, 0, self::BUFFER_SIZE));
151 $buffer = $bufferLen > self::BUFFER_SIZE ? substr($buffer, self::BUFFER_SIZE) : '';
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMeta.php28 const FORM_TYPES = [self::FORM_NAV_TABS_TYPE, self::FORM_LIST_GROUP_TYPE];
103 self::FIELDS_ATTRIBUTE => $fieldsArray,
104 self::TABS_ATTRIBUTE => $tabs
117 if (!in_array($type, self::FORM_TYPES)) {

1...<<31323334353637383940>>...98