Home
last modified time | relevance | path

Searched refs:self (Results 1051 – 1075 of 2449) sorted by relevance

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DHistogram.php47 public function setOrder(string $order, string $direction): self
59 public function setMinimumDocumentCount(int $count): self
H A DPercentilesBucket.php46 public function setFormat(string $format): self
56 public function setPercents(array $percents): self
H A DRange.php27 public function addRange($fromValue = null, $toValue = null, ?string $key = null): self
55 public function setKeyedResponse(bool $keyed = true): self
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php56 public function getPaths($namespace = self::MAIN_NAMESPACE)
79 public function setPaths($paths, $namespace = self::MAIN_NAMESPACE)
99 public function addPath($path, $namespace = self::MAIN_NAMESPACE)
120 public function prependPath($path, $namespace = self::MAIN_NAMESPACE)
248 protected function parseName($name, $default = self::MAIN_NAMESPACE)
/plugin/structat/meta/
H A DSearchConfigAtParameters.php26 if ($INPUT->has(self::$PARAM_AT)) {
27 $this->setAt($INPUT->int(self::$PARAM_AT));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DFilesystemUtils.php62 $directory = self::getTemporaryDirectory().DIRECTORY_SEPARATOR.uniqid('assetic_'.$prefix);
77 return tempnam(self::getTemporaryDirectory(), 'assetic_'.$prefix);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Common/Exceptions/Serializer/
H A DJsonErrorException.php58 if (isset(self::$messages[$code]) !== true) {
62 parent::__construct(self::$messages[$code], $code, $previous);
/plugin/prosemirror/parser/
H A DListItemNode.php31 $this->subnodes[] = self::getSubNode($subnode, $this);
36 $this->subnodes[] = self::getSubNode($node, $this);
/plugin/combo/ComboStrap/
H A DLead.php40 return self::PROPERTY_NAME;
55 return self::getName();
H A DPageLevel.php39 return self::PROPERTY_NAME;
71 return self::PROPERTY_NAME;
H A DLowQualityPageOverwrite.php49 return self::PROPERTY_NAME;
83 return self::CAN_BE_LOW_QUALITY_PAGE_DEFAULT;
H A DColorSystem.php28 LogUtility::error("Error while calculating the primary text color. {$e->getMessage()}", self::CANONICAL, $e);
62 LogUtility::error("Error while calculating the color text hover color. {$e->getMessage()}", self::CANONICAL, $e);
H A DFloatAttribute.php26 $float = self::FLOAT_KEY;
55 $defaultBreakpoint = SiteConfig::getConfValue(self::CONF_FLOAT_DEFAULT_BREAKPOINT, "sm");
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Comparison/
H A DEquality.php24 return self::deeplyEquals($left, $right);
49 if (!self::equals($value, $right[$key])) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php101 public $mode = self::DEFAULT_MODE;
142 $this->mode = self::DEFAULT_MODE;
185 $ttype = self::SKIP;
201 if ($this->type === self::SKIP) {
207 if ($this->type !== self::MORE) {
238 $this->type = self::SKIP;
243 $this->type = self::MORE;
/plugin/cspheader/
H A Daction.php8 * Besides FQDNs there are some keywords which are allowed 'self', 'none' or data:-URIs
75 foreach (self::DIRECTIVES as $directive) {
87 $cspheader = self::CSP_HEADER;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DTestUtil.php14 self::deleteTree(SABRE_TEMPDIR,false);
28 self::deleteTree($myPath);
/plugin/googletagmanager/_test/
H A Daction_plugin_googletagmanagerTest.php11 $this->pluginsEnabled[] = self::gtmPluginName;
20 $conf['plugin'][self::gtmPluginName][action_plugin_googletagmanager::GTMID] = $gtmValue;
/plugin/authgoogle/google/io/
H A DGoogle_HttpStreamIO.php76 self::$ENTITY_HTTP_METHODS)) {
103 $options = array("http" => array_merge(self::$DEFAULT_HTTP_CONTEXT,
105 "ssl" => array_merge(self::$DEFAULT_SSL_CONTEXT,
/plugin/pagenav/
H A Dsyntax.php79 $self = false;
85 $self = true;
91 if ($self) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPuTTY.php103 self::initialize_static_variables();
124 return self::wrapPrivateKey($public, $private, $name, $password, $options);
143 return self::wrapPublicKey($public, $type);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php90 $result = self::replaceBooleanWords($result);
92 return self::escapeTerm($result);
225 return self::toSnakeCase($last);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAwsAuthV4.php20 if (!$persistent || !self::$_guzzleClientConnection) {
24 self::$_guzzleClientConnection = new Client([
29 return self::$_guzzleClientConnection;
/plugin/odt/ODT/styles/
H A DODTStyle.php244 self::$style_count++;
245 $style_name = self::$style_base_name.$type.'_'.self::$style_count;
/plugin/farmer/admin/
H A Dplugins.php37 $self = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'plugins'], true, '&');
46 send_redirect($self);
56 send_redirect($self);

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