Home
last modified time | relevance | path

Searched refs:self (Results 76 – 100 of 2449) sorted by relevance

12345678910>>...98

/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DPrincipal.php110 case self::UNAUTHENTICATED :
113 case self::AUTHENTICATED :
116 case self::HREF :
119 case self::ALL :
146 case self::AUTHENTICATED :
148 case self::HREF :
150 case self::ALL :
183 return new self(self::UNAUTHENTICATED);
185 return new self(self::AUTHENTICATED);
187 return new self(self::HREF, $tree['value']);
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DPrincipal.php110 case self::UNAUTHENTICATED :
113 case self::AUTHENTICATED :
116 case self::HREF :
119 case self::ALL :
146 case self::AUTHENTICATED :
148 case self::HREF :
150 case self::ALL :
183 return new self(self::UNAUTHENTICATED);
185 return new self(self::AUTHENTICATED);
187 return new self(self::HREF, $tree['value']);
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckoutput.py50 def setHttpHeaders(self, content_type='text/xml'): argument
54 self.setHeader('Expires','Mon, 26 Jul 1997 05:00:00 GMT')
59 self.setHeader('Cache-Control','post-check=0, pre-check=0')
61 self.setHeader('Pragma','no-cache')
70 self.setHttpHeaders()
85 def createXmlFooter(self): argument
89 def sendError(self, number, text): argument
91 self.setHttpHeaders()
94 self.sendErrorNode (number, text) +
97 def sendErrorNode(self, number, text): argument
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php142 self::assertEquals(
166 self::assertEquals(
177 self::assertEquals(
187 self::assertEquals(
1107 self::assertEquals(
1112 self::assertEquals(
1117 self::assertEquals(
1122 self::assertEquals(
1127 self::assertEquals(
1160 self::assertEquals(
[all …]
H A DContextTest.php29 $self = $this;
94 $self = $this;
103 $self->assertEquals(0, $stack->count());
107 $self->assertEquals(2, $stack->count());
157 self::assertFalse($context->isVisiting($scalar));
186 self::assertArrayHasKey('id', $data);
187 self::assertArrayNotHasKey('created_at', $data);
203 self::assertEquals('a', $data['name']);
209 self::assertFalse($context->shouldSerializeNull());
212 self::assertFalse($context->shouldSerializeNull());
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DReindex.php99 $this->setParam(self::WAIT_FOR_COMPLETION, $value);
104 $this->setParam(self::WAIT_FOR_ACTIVE_SHARDS, $value);
109 $this->setParam(self::TIMEOUT, $value);
114 $this->setParam(self::SCROLL, $value);
119 $this->setParam(self::REQUESTS_PER_SECOND, $value);
124 $this->setParam(self::SCRIPT, $script);
129 $this->setParam(self::QUERY, $query);
134 $this->setParam(self::PIPELINE, $pipeline);
139 $this->setParam(self::REFRESH, $value);
178 $pipeline = $destBody[self
[all...]
H A DSearch.php91 public function addIndex($index): self
115 public function addIndexByName(string $index): self
127 public function addIndices(array $indices = []): self
156 public function addIndicesByName(array $indices = []): self
172 public function setQuery($query): self
182 public function setOption(string $key, $value): self
191 public function setOptions(array $options): self
202 public function clearOptions(): self
212 public function addOption(string $key, $value): self
315 if (isset($this->_options[self
[all...]
H A DQuery.php63 * @phpstan-type TCreateQueryArgsMatching = AbstractQuery|TRawQuery|self|string|null
104 public static function create($query): self
109 case $query instanceof self:
131 public function setRawQuery(array $query): self
138 public function setQuery(AbstractQuery $query): self
158 public function setFrom(int $from): self
172 public function setSort(array $sortArgs): self
185 public function addSort($sort): self
195 public function setTrackScores(bool $trackScores = true): self
208 public function setHighlight(array $highlightArgs): self
[all...]
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php66 if (self::$caPath !== null) {
67 return self::$caPath;
105 return self::$caPath = $caBundle;
108 if (self::caDirUsable($caBundle)) {
109 return self::$caPath = $caBundle;
196 if (null !== self::$useOpensslParse) {
197 return self::$useOpensslParse;
288 return self::$useOpensslParse = false;
296 self::$caFileValidity = array();
297 self::$caPath = null;
[all …]
/plugin/combo/action/
H A Dmetatwitter.php50 const CONF_TWITTER_DONT_NOT_TRACK = self::META_DNT;
51 const CONF_DONT_NOT_TRACK = self::META_DNT;
128 self::META_CARD => "summary",
129 self::META_TITLE => StringUtility::truncateString($page->getTitleOrDefault(), 70),
130 self::META_CREATOR => self::COMBO_STRAP_TWITTER_HANDLE,
131 self::META_CREATOR_ID => self::COMBO_STRAP_TWITTER_ID
136 $twitterMeta[self::META_DESCRIPTION] = StringUtility::truncateString($description, 200);
143 $siteTwitterHandle = $this->getConf(self
[all...]
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php44 if (!\in_array($form, [self::NFD, self::NFKD, self::NFC, self::NFKC])) {
85 self::$KD = self::getData('compatibilityDecomposition');
88 if (null === self::$D) {
89 self::$D = self::getData('canonicalDecomposition');
90 self::$cC = self::getData('combiningClass');
101 self::$C = self::getData('canonicalComposition');
115 $ASCII = self::$ASCII;
116 $compMap = self::$C;
117 $combClass = self::$cC;
201 $ASCII = self::$ASCII;
[all …]
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DColors.php36 self::C_RESET => "\33[0m",
37 self::C_BLACK => "\33[0;30m",
38 self::C_DARKGRAY => "\33[1;30m",
39 self::C_BLUE => "\33[0;34m",
40 self::C_LIGHTBLUE => "\33[1;34m",
41 self::C_GREEN => "\33[0;32m",
42 self::C_LIGHTGREEN => "\33[1;32m",
43 self::C_CYAN => "\33[0;36m",
44 self::C_LIGHTCYAN => "\33[1;36m",
45 self
[all...]
/plugin/combo/ComboStrap/
H A DEditButton.php19 const SEC_EDIT_PATTERN = "/" . self::ENTER_HTML_COMMENT . "\s*" . self::EDIT_BUTTON_PREFIX . "({.*?})\s*" . self::CLOSE_HTML_COMMENT . "/";
64 private string $target = self::TARGET_SECTION_VALUE;
74 private string $format = self::COMBO_FORMAT;
163 $data[self::TARGET_ATTRIBUTE_NAME] = $this->target;
165 if ($this->format === self::COMBO_FORMAT) {
170 $data[self::WIKI_ID] = $wikiId;
172 $data[self::EDIT_MESSAGE] = $this->label;
173 if ($this->format === self
[all...]
H A DLogUtility.php70 const DEFAULT_THROW_LEVEL = self::LVL_MSG_WARNING;
79 public static function msg(string $message, int $level = self::LVL_MSG_ERROR, string $canonical = "support", \Exception $e = null)
83 self::messageNotEmpty($message);
85 self::log2file($e->getMessage(), LogUtility::LVL_MSG_ERROR, $canonical);
91 self::log2FrontEnd($message, $level, $canonical);
98 $loglevelProp = $INPUT->str(self::LOGLEVEL_URI_QUERY_PROPERTY, null);
105 if ($level >= self::LVL_MSG_WARNING) {
106 self::log2file($message, $level, $canonical, $e);
112 self::throwErrorIfTest($level, $message, $e);
126 static function log2file(?string $msg, int $logLevel = self
[all...]
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DRuntime.php43 if (self::$binary === null && $this->isHHVM()) {
45 self::$binary = PHP_BINARY;
48 self::$binary = escapeshellarg(self::$binary) . ' --php';
52 if (self::$binary === null && defined('PHP_BINARY')) {
54 self::$binary = escapeshellarg(PHP_BINARY);
59 if (self::$binary === null) {
76 if (self::$binary === null) {
85 self::$binary = escapeshellarg($binary);
91 if (self::$binary === null) {
92 self::$binary = 'php';
[all …]
/plugin/combo/vendor/composer/
H A DInstalledVersions.php187 foreach (self::getInstalled() as $installed) {
208 foreach (self::getInstalled() as $installed) {
233 $provided = $parser->parseConstraints(self::getVersionRanges($packageName));
249 foreach (self::getInstalled() as $installed) {
280 foreach (self::getInstalled() as $installed) {
301 foreach (self::getInstalled() as $installed) {
322 foreach (self::getInstalled() as $installed) {
343 $installed = self::getInstalled();
359 return self::$installed;
370 return self
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DMultiMatch.php37 public function setQuery(string $query = ''): self
49 public function setFields(array $fields = []): self
61 public function setUseDisMax(bool $useDisMax = true): self
73 public function setTieBreaker(float $tieBreaker = 0.0): self
85 public function setOperator(string $operator = self::OPERATOR_OR): self
97 public function setMinimumShouldMatch($minimumShouldMatch): self
109 public function setZeroTermsQuery(string $zeroTermQuery = self::ZERO_TERM_NONE): self
121 public function setCutoffFrequency(float $cutoffFrequency): self
[all...]
H A DQueryString.php38 public function setQuery(string $query = ''): self
53 public function setDefaultField(string $field): self
67 public function setDefaultOperator(string $operator = 'or'): self
79 public function setAnalyzer(string $analyzer): self
91 public function setAllowLeadingWildcard(bool $allow = true): self
103 public function setEnablePositionIncrements(bool $enabled = true): self
115 public function setFuzzyPrefixLength(int $length = 0): self
127 public function setFuzzyMinSim(float $minSim = 0.5): self
140 public function setPhraseSlop(int $phraseSlop = 0): self
152 public function setBoost(float $boost = 1.0): self
[all...]
/plugin/authgooglesheets/vendor/composer/
H A DInstalledVersions.php237 foreach (self::getInstalled() as $installed) {
259 foreach (self::getInstalled() as $installed) {
300 foreach (self::getInstalled() as $installed) {
331 foreach (self::getInstalled() as $installed) {
394 $installed = self::getInstalled();
407 return self::$installed;
430 self::$installed = $data;
431 self::$installedByVendor = array();
439 if (null === self::$canGetVendors) {
445 if (self::$canGetVendors) {
[all …]
/plugin/virtualkeyboard/vk/extensions/
H A Ddomextensions.js22 var self = this;
27 r.selectNodeContents(self);
32 var self = this;
33 n = self.cloneNode(true);
35 self.parentNode.insertBefore(nt,self);
36 self.removeNode(true);
42 var self = this;
83 var self = this;
88 return self.dispatchEvent(evt);
93 var self = this;
[all …]
/plugin/botbouncer/lib/
H A Dmollom.php186 $authorIp = self::getIpAddress();
416 …elseif($errorNumber == 28 && isset(self::$serverList[$counter])) return self::doCall($method, $par…
461 if(self::$serverList === null) self::getServerList();
464 return self::doCall($method, $parameters, self::$serverList[$counter], $counter++);
500 $authorIp = self::getIpAddress();
549 $authorIp = self::getIpAddress();
585 if(self::$reverseProxy)
613 $responseString = self::doCall('getServerList', array(), self::$serverHost, $counter);
624 return self::$serverList;
747 self::$publicKey = (string) $key;
[all …]
/plugin/odt/ODT/styles/
H A DODTPageLayoutStyle.php161 …($property, self::$page_layout_fields [$property][0], $value, self::$page_layout_fields [$property…
166 …($property, self::$layout_props_fields [$property][0], $value, self::$layout_props_fields [$proper…
169 if (array_key_exists ($property, self::$bgi_fields)) {
171 …($property, self::$bgi_fields [$property][0], $value, self::$bgi_fields [$property][1], $this->bgi…
174 if (array_key_exists ($property, self::$columns_fields)) {
176 …($property, self::$columns_fields [$property][0], $value, self::$columns_fields [$property][1], $t…
181 …($property, self::$footnote_fields [$property][0], $value, self::$footnote_fields [$property][1], …
199 if (array_key_exists ($property, self::$bgi_fields)) {
202 if (array_key_exists ($property, self::$columns_fields)) {
350 $style_name = self::getNewStylename ('Page');
[all …]
/plugin/combo/ComboStrap/Meta/Field/
H A DPageTemplateName.php44 const APP_EDIT = self::APP_PREFIX . ExecutionContext::EDIT_ACTION;
45 const APP_LOGIN = self::APP_PREFIX . ExecutionContext::LOGIN_ACTION;
46 const APP_SEARCH = self::APP_PREFIX . ExecutionContext::SEARCH_ACTION;
47 const APP_REGISTER = self::APP_PREFIX . ExecutionContext::REGISTER_ACTION;
48 const APP_RESEND_PWD = self::APP_PREFIX . ExecutionContext::RESEND_PWD_ACTION;
49 const APP_REVISIONS = self::APP_PREFIX . ExecutionContext::REVISIONS_ACTION;
50 const APP_DIFF = self::APP_PREFIX . ExecutionContext::DIFF_ACTION;
51 const APP_INDEX = self::APP_PREFIX . ExecutionContext::INDEX_ACTION;
52 const APP_PROFILE = self::APP_PREFIX . ExecutionContext::PROFILE_ACTION;
55 * @deprecated for {@link self
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php37 self::assertNotNull($m);
39 self::assertCount(4, $m->xmlNamespaces);
49 self::assertFalse($m->isList);
50 self::assertFalse($m->isMap);
292 self::assertNotNull($m);
295 self::assertCount(1, $m->fileResources);
303 self::assertNotNull($m);
306 self::assertEquals(
377 self::assertCount(3, $m->xmlNamespaces);
494 self::assertNotNull($m);
[all …]
/plugin/rrdgraph/
H A Dsyntax.php236 $this->rrdRecipe[self::R_TYPE] = self::RT_TEMPLATE;
241 $this->rrdRecipe[self::R_TYPE] = self::RT_BOUNDSVG;
246 $this->rrdRecipe[self::R_TYPE] = self::RT_GRAPH;
248 $this->rrdRecipe[self::R_SHOW] = true;
270 …if (! isset($this->rrdRecipe[self::R_NAME])) $this->rrdRecipe[self::R_NAME] = md5(serialize($this-…
305 $rrdGraphHelper->storeRecipe($ID, $data[self::R_NAME], $data[self::R_DATA]);
309 if ($data[self::R_SHOW]) {
310 switch ($data[self::R_TYPE]) {
312 case self::RT_GRAPH :
353 case self::RT_TEMPLATE :
[all …]

12345678910>>...98