Home
last modified time | relevance | path

Searched refs:self (Results 901 – 925 of 2449) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DHttpClientCache.php42 self::$httpClient = $client;
52 return self::$httpClient;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DDiversifiedSampler.php19 public function setMaxDocsPerValue(int $max): self
30 public function setExecutionHint(string $hint): self
H A DCardinality.php19 public function setPrecisionThreshold(int $precisionThreshold): self
27 public function setRehash(bool $rehash): self
H A DDateRange.php21 public function setFormat(string $format): self
29 public function setTimezone(string $timezone): self
H A DAdjacencyMatrix.php14 public function addFilter(AbstractQuery $filter, string $name): self
22 public function setSeparator(string $separator = '&'): self
/plugin/swiftmail/Swift/
H A DCacheFactory.php34 self::$className = $name;
42 $className = self::$className;
H A DClassLoader.php32 …if (in_array($name, self::$located) || class_exists($name, false) || interface_exists($name, false…
36 self::$located[] = $name;
/plugin/combo/ComboStrap/
H A DOpacity.php25 if ($tagAttributes->hasComponentAttribute(self::OPACITY_ATTRIBUTE)) {
26 $value = $tagAttributes->getValueAndRemove(self::OPACITY_ATTRIBUTE);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfBoolean.php23 * @return self
27 $v = new self;
36 * @return self
41 return PdfType::ensureType(self::class, $value, 'Boolean value expected.');
H A DPdfToken.php23 * @return self
27 $v = new self;
37 * @return self
42 return PdfType::ensureType(self::class, $token, 'Token value expected.');
H A DPdfNumeric.php27 $v = new self;
37 * @return self
42 return PdfType::ensureType(self::class, $value, 'Numeric value expected.');
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DNullType.php20 protected $tagNumber = self::TAG_TYPE_NULL;
29 $type = new self();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DAbstractGeoShape.php36 protected $_relation = self::RELATION_INTERSECT;
45 public function setRelation(string $relation): self
/plugin/combo/ComboStrap/TagAttribute/
H A DVertical.php16 const CANONICAL = self::VERTICAL_ATTRIBUTE;
25 Horizontal::processFlexAttribute( self::VERTICAL_ATTRIBUTE, $tagAttributes);
/plugin/zotero/
H A DZoteroConfig.php76 $cachePage = self::FILE_ZOTERO_ENTRIES;
83 $url = str_replace("USERNAME", $this->getConfig("ZoteroAccess", "username"), self::ENTRY_URL);
90 $url = str_replace("USERID", $this->getConfig("ZoteroAccess", "userid"), self::ENTRIES_URL);
H A DZoteroEntry.php89 $title = str_replace(self::AUTHOR_PLACEHOLDER, $this->getAuthor(), $format);
90 $title = str_replace(self::TITLE_PLACEHOLDER, $this->getTitle(), $title);
91 $title = str_replace(self::DATE_PLACEHOLDER, $date, $title);
/plugin/combo/syntax/
H A Ditext.php51 * because we manage self the content and we call self the parser
71 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
80 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
103 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dtab.php88 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
97 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
130 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dtabpanels.php92 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
100 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
134 return PluginUtility::handleAndReturnUnmatchedData(self::TAG,$match,$handler);
H A Dcite.php45 * because we manage self the content and we call self the parser
66 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
105 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
138 $tagAttributes = TagAttributes::createFromCallStackArray($attributes, self::TAG);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DSimpleObjectWithStaticProp.php26 self::$foo = $foo;
27 self::$bar = $bar;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DSerializationContextFactoryTest.php60 self::assertEquals('{"value":null}', $result);
79 self::assertEquals(['value' => null], $result);
99 self::assertEquals(['value' => null], $result);
118 self::assertEquals(['value' => null], $result);
/plugin/lms/
H A Dhelper.php121 $self = array_search($id, $keys);
124 for ($i = $self + 1; $i < $len; $i++) {
149 $self = array_search($id, $keys);
151 for ($i = $self - 1; $i >= 0; $i--) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php123 if (is_array($key->getCurve()) || !isset(self::$curveAliases[$key->getCurve()])) {
181 $new->flags = self::SSH_AGENT_RSA2_256;
184 $new->flags = self::SSH_AGENT_RSA2_512;
204 …throw new UnsupportedAlgorithmException('The only supported hash for ' . self::$curveAliases[$this…
/plugin/fastwiki/
H A Dhistory.js9 var self = this;
52 self.switchBasePath(e.state.url);
162 self.refreshPageTitle(true);
185 if (href && href.match(self.getSelfRefRegex()) && $this.text() == m_prevTitle)

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