Home
last modified time | relevance | path

Searched refs:self (Results 951 – 975 of 2449) sorted by relevance

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DSpanTerm.php31 public function setRawTerm(array $term): self
45 public function setTerm(string $key, $value, float $boost = 1.0): self
H A DTerm.php30 public function setRawTerm(array $term): self
44 public function setTerm(string $key, $value, float $boost = 1.0): self
H A DSpanContaining.php28 public function setLittle(AbstractSpanQuery $little): self
36 public function setBig(AbstractSpanQuery $big): self
H A DSpanNot.php28 public function setInclude(AbstractSpanQuery $include): self
36 public function setExclude(AbstractSpanQuery $exclude): self
H A DSpanWithin.php28 public function setLittle(AbstractSpanQuery $little): self
36 public function setBig(AbstractSpanQuery $big): self
H A DIds.php33 public function addId(string $id): self
47 public function setIds($ids): self
/plugin/combo/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeDriverService.php27 $pathToExecutable = getenv(self::CHROME_DRIVER_EXECUTABLE) ?: getenv(self::CHROME_DRIVER_EXE_PROPERTY);
H A DChromeDevToolsDriver.php41 self::SEND_COMMAND['url'],
42 self::SEND_COMMAND['method'],
/plugin/wrap/
H A Dhelper.php112 $rtl = in_array($arr[0], self::$rtllangs);
115 $rtl = ($rtl xor (bool) array_intersect( $rtl ? self::$ltrscripts : self::$rtlscripts, $arr));
179 foreach (self::$boxes as $box) {
191 foreach (self::$paragraphs as $paragraph) {
246 self::$box_left_pos = 0;
247 self::$box_right_pos = 0;
248 self::$box_first = true;
634 self::$table_entr += 1;
696 if ( self
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DAttachmentProcessor.php32 public function setIndexedChars(int $indexedChars): self
42 public function setProperties(array $properties): self
H A DAppendProcessor.php34 public function setValue($value): self
44 public function setAllowDuplicates(bool $allowDuplicates): self
H A DSetProcessor.php35 public function setValue($value): self
45 public function setOverride(bool $override): self
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DModifyRequest.php106 * @return self
122 $changeList[] = self::parseChange($change);
125 return new self($dn->getValue(), ...$changeList);
148 return Asn1::application(self::APP_TAG, Asn1::sequence(
171 return new Change($operation->getValue(), self::parsePartialAttribute($modification));
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DLl1.php366 if (true === self::$_cacheEnabled &&
367 true === array_key_exists($cacheId, self::$_cache)) {
368 return self::$_cache[$cacheId];
410 if (true === self::$_cacheEnabled) {
411 self::$_cache[$cacheId] = $this->getResult();
900 $old = self::$_cacheEnabled;
901 self::$_cacheEnabled = true;
913 $old = self::$_cacheEnabled;
914 self::$_cacheEnabled = false;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DNullDriverTest.php19 self::assertInstanceOf(ClassMetadata::class, $metadata);
20 self::assertCount(0, $metadata->propertyMetadata);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DEnumeratedType.php22 protected $tagNumber = self::TAG_TYPE_ENUMERATED;
43 $type = new self($value);
H A DIntegerType.php22 protected $tagNumber = self::TAG_TYPE_INTEGER;
43 $type = new self($value);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DExtendedStatsBucket.php22 public function setFormat(string $format): self
27 public function setSigma(int $sigma): self
/plugin/authgoogle/google/io/
H A DGoogle_IO.php95 $contentType = self::FORM_URLENCODED;
100 if ($contentType == self::FORM_URLENCODED && is_array($postBody)) {
148 self::$HOP_BY_HOP,
/plugin/oauth/
H A DSession.php27 if (self::$instance === null) {
28 self::$instance = new Session();
30 return self::$instance;
/plugin/combo/ComboStrap/Api/
H A DApiRouter.php46 if ($call !== self::AJAX_CALL_VALUE && !$fetchUrl->hasProperty(IFetcher::FETCHER_KEY)) {
60 throw new ExceptionRuntimeInternal("Error while creating the ajax fetcher.", self::CANONICAL, 1, $e);
121 self::getRequestParameter($parameter);
/plugin/combo/ComboStrap/
H A DPathTreeNode.php25 self::buildTreeFromFileSystemRecursively($root);
45 throw new ExceptionRuntimeInternal("We shouldn't add the node two times. ", self::CANONICAL, 1, $e);
48 self::buildTreeFromFileSystemRecursively($childTreeNode);
/plugin/combo/action/
H A Dbacklinkmutation.php40 $controller->register_hook(self::BACKLINK_MUTATION_EVENT_NAME, 'AFTER', $this, 'handle_backlink_mutation');
77 self::BACKLINK_MUTATION_EVENT_NAME,
99 self::BACKLINK_MUTATION_EVENT_NAME
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DArrayPredictionContext.php42 public static function fromOne(SingletonPredictionContext $ctx) : self
50 public function withParents(array $parents) : self
85 if (!$other instanceof self) {
/plugin/api/
H A Daction.php37 if ($event->data !== self::getPluginName()) {
57 "api" => self::PLUGIN_NAME,
67 self::PLUGIN_NAME => $pluginApiVersion,

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