Home
last modified time | relevance | path

Searched refs:self (Results 526 – 550 of 2449) sorted by relevance

1...<<21222324252627282930>>...98

/plugin/combo/ComboStrap/
H A DIdentity.php158 return auth_isadmin(self::getUser(), self::getUserGroups());
165 return auth_isMember($group, self::getUser(), self::getUserGroups());
194 $perm = self::getPermissions($wikiId);
226 return !self::isLoggedIn();
H A DPipelineUtility.php103 $charactersToTrimFromCommand = implode("", self::QUOTES_CHARACTERS);
116 array_fill(0, sizeof($commandArgs), self::SPACE_CHARACTER)
130 $message = self::replace($commandArgs, $message);
133 $message = self::head($commandArgs, $message);
136 $message = self::tail($commandArgs, $message);
139 $message = self::concat($commandArgs, $message, "right");
142 $message = self::concat($commandArgs, $message, "left");
145 $message = self::cut($commandArgs, $message);
154 $message = self::format($commandArgs, $message);
H A DPageExplorerTag.php31 public const LOGICAL_TAG = self::PAGE_EXPLORER_MARKUP;
80 public const PAGE_LOGICAL_TAG = self::PAGE_TAG;
103 $pageAttributes = $data[self::PAGE_ATTRIBUTES];
104 $pageInstructions = $data[self::PAGE_INSTRUCTIONS];
109 LogUtility::error("The given leaf page ($page) does not exist and was not added to the page-explorer tree", self::CANONICAL);
117 ->setLogicalTag(self::CANONICAL . "-tree-$type")
125 LogUtility::error("Error while rendering the leaf. Error: {$e->getMessage()}", self::CANONICAL);
135 LogUtility::error("Error while rendering the default tree page. Error: {$e->getMessage()}", self::CANONICAL);
164 return self::CANONICAL . "-$type";
214 case self
[all...]
H A DOutline.php28 const CONTEXT = self::CANONICAL;
184 if ($actualCall->isPluginCall() && $actualCall->getContext() === self::CONTEXT) {
228 case self::DOKUWIKI_HEADING_CALL_NAME:
255 LogUtility::internalError("The level was not present on the heading call", self::CANONICAL);
260 if ($headerTagName !== self::DOKUWIKI_HEADING_CALL_NAME) {
261 throw new ExceptionRuntimeInternal("This is not a dokuwiki header call", self::CANONICAL);
279 throw new ExceptionRuntimeInternal("The node is not added multiple time, this error should not fired. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
296 LogUtility::warning($message, self::CANONICAL);
314 throw new ExceptionRuntimeInternal("The node is not added multiple time, this error should not fired. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
327 throw new ExceptionRuntimeInternal("The node is not added multiple time, this error should not fired. Error:{$e->getMessage()}", self
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInterval.php26 public static function invalid() : self
49 return $other instanceof self
114 public function union(Interval $other) : self
116 return new self(\min($this->start, $other->start), \max($this->stop, $other->stop));
122 public function intersection(Interval $other) : self
124 return new self(\max($this->start, $other->start), \min($this->stop, $other->stop));
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteMouse.php64 'button' => self::BUTTON_LEFT,
88 'button' => self::BUTTON_RIGHT,
92 'button' => self::BUTTON_RIGHT,
104 'button' => self::BUTTON_RIGHT,
158 'button' => self::BUTTON_LEFT,
236 'button' => self::BUTTON_LEFT,
298 'button' => self::BUTTON_LEFT,
302 'button' => self::BUTTON_LEFT,
/plugin/combo/syntax/
H A Dheadingwiki.php44 return SiteConfig::getConfValue(self::CONF_WIKI_HEADING_ENABLE, self::CONF_DEFAULT_WIKI_ENABLE_VALUE);
84 * because we manage self the content and we call self the parser
97 $this->Lexer->addEntryPattern(self::ENTRY_PATTERN, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
104 $this->Lexer->addExitPattern(self::EXIT_PATTERN, PluginUtility::getModeFromTag($this->getPluginComponent()));
132 $attributes = TagAttributes::createEmpty(self::TAG)
147 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
266 return SiteConfig::getConfValue(self::CONF_WIKI_HEADING_ENABLE, self
[all...]
H A Dtooltip.php90 * because we manage self the content and we call self the parser
113 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
121 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
152 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
158 if ($openingTag->hasAttribute(self::TEXT_ATTRIBUTE)) {
230 $text = $tagAttributes->getValue(self::TEXT_ATTRIBUTE);
236 ->addClassName(self::TOOLTIP_CLASS_INLINE_BLOCK)
254 $text = $tagAttributes->getValue(self::TEXT_ATTRIBUTE);
H A Dhighlightmd.php31 const CANONICAL = self::TAG;
67 * because we manage self the content and we call self the parser
80 $this->Lexer->addEntryPattern(self::ENTRY_PATTERN, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
88 $this->Lexer->addExitPattern(self::EXIT_PATTERN, PluginUtility::getModeFromTag($this->getPluginComponent()));
120 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
138 $renderer->doc .= syntax_plugin_combo_highlightwiki::getOpenTagHighlight(self::TAG) . $data[PluginUtility::PAYLOAD];
/plugin/jplayer/vendor/symfony/process/Exception/
H A DProcessTimedOutException.php48 return self::TYPE_GENERAL === $this->timeoutType;
53 return self::TYPE_IDLE === $this->timeoutType;
59 case self::TYPE_GENERAL:
62 case self::TYPE_IDLE:
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DAutoloader.php58 if (!isset(self::$instances[$key])) {
59 self::$instances[$key] = new self($baseDir);
62 $loader = self::$instances[$key];
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DSerialDiff.php36 public function setLag(int $lag = 1): self
46 public function setGapPolicy(string $gapPolicy = self::DEFAULT_GAP_POLICY_VALUE): self
56 public function setFormat(?string $format = null): self
H A DPercentiles.php33 public function setCompression(float $value): self
45 public function setHdr(string $key, float $value): self
59 public function setPercents(array $percents): self
69 public function addPercent(float $percent): self
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DCollapse.php17 public function setFieldname(string $fieldName): self
25 public function setInnerHits(InnerHits $innerHits): self
30 public function addInnerHits(InnerHits $innerHits): self
45 public function setMaxConcurrentGroupSearches(int $groupSearches): self
/plugin/combo/vendor/symfony/process/Exception/
H A DProcessTimedOutException.php48 return self::TYPE_GENERAL === $this->timeoutType;
53 return self::TYPE_IDLE === $this->timeoutType;
59 case self::TYPE_GENERAL:
62 case self::TYPE_IDLE:
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php91 protected $encoding = self::ENCODING_IDENTITY;
135 if ($settings['authType'] & self::AUTH_BASIC) {
138 if ($settings['authType'] & self::AUTH_DIGEST) {
141 if ($settings['authType'] & self::AUTH_NTLM) {
157 if ($encoding & self::ENCODING_IDENTITY) {
160 if ($encoding & self::ENCODING_DEFLATE) {
163 if ($encoding & self::ENCODING_GZIP) {
/plugin/odt/ODT/styles/
H A DODTTableCellStyle.php88 $this->importPropertiesInternal(self::$table_cell_fields, $properties, $disabled);
123 if (array_key_exists ($property, self::$table_cell_fields)) {
125 …($property, self::$table_cell_fields [$property][0], $value, self::$table_cell_fields [$property][…
175 $attrs += $style->importODTStyleInternal(self::$table_cell_fields, $open);
187 return self::$table_cell_fields;
210 $style_name = self::getNewStylename ('TableCell');
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTrees.php27 $string = self::getNodeText($tree, $ruleNames);
42 $result .= ($i > 0 ? ' ' : '') . self::toStringTree($child, $ruleNames);
126 return self::findAllNodes($tree, $ttype, true);
134 return self::findAllNodes($tree, $ruleIndex, false);
142 return self::findNodesInTree($tree, $index, $findTokens, []);
164 $nodes = self::findNodesInTree($child, $index, $findTokens, $nodes);
181 $nodes[] = self::descendants($child);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php108 $this->state = self::STATE_DATA;
121 case self::STATE_DATA:
125 case self::STATE_BLOCK:
129 case self::STATE_VAR:
133 case self::STATE_STRING:
137 case self::STATE_INTERPOLATION:
200 $this->pushState(self::STATE_BLOCK);
207 $this->pushState(self::STATE_VAR);
266 elseif (false !== strpos(self::PUNCTUATION, $this->code[$this->cursor])) {
294 $this->pushState(self::STATE_STRING);
[all …]
/plugin/refnotes/
H A Dlocale.php32 if (self::$instance == NULL) {
33 self::$instance = new refnotes_localization($plugin);
41 if (self::$instance == NULL) {
45 return self::$instance;
/plugin/combo/ComboStrap/TagAttribute/
H A DBoldness.php14 const CANONICAL = self::BOLDNESS_ATTRIBUTE;
26 if ($tagAttributes->hasComponentAttribute(self::BOLDNESS_ATTRIBUTE)) {
27 $value = $tagAttributes->getValueAndRemove(self::BOLDNESS_ATTRIBUTE);
77 LogUtility::msg("The boldness name ($value) is unknown. The attribute was not applied", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
/plugin/pagequery/
H A DPageQuery.php16 public const MSORT_DEFAULT_DIRECTION = self::MSORT_ASC;
17 public const MSORT_DEFAULT_TYPE = self::MSORT_STRING;
224 $row[self::MGROUP_REALDATE] = $real_date;
296 $dir = self::MSORT_ASC;
300 $dir = self::MSORT_DESC;
314 $dir = self::MSORT_ASC;
317 $dir = self::MSORT_DESC;
327 $type = self::MSORT_NUMERIC;
332 $type = ($opt['natsort']) ? self::MSORT_NAT : self
[all...]
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php126 if ($server == self::AUTO_DETECT)
147 if ($port == self::AUTO_DETECT)
151 …if (!$port) $port = ($this->getEncryption() == self::ENC_OFF) ? self::PORT_DEFAULT : self::PORT_SE…
218 if (!$enc) $enc = self::ENC_OFF;
282 case self::ENC_TLS: case self::ENC_SSL:
292 if ($this->encryption == self::ENC_TLS) $server = "tls://" . $server;
293 elseif ($this->encryption == self::ENC_SSL) $server = "ssl://" . $server;
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php62 return self::$adapterMap;
77 return self::$geometryList;
97 $type = count($args) && @array_key_exists($args[0], self::$adapterMap) ? strtolower(array_shift($args)) : null;
117 if (!array_key_exists($type, self::$adapterMap)) {
120 $adapterType = self::CLASS_NAMESPACE . 'Adapter\\' . self::$adapterMap[$type];
228 self::explodeCollections($geometries, $reducedGeometries, $geometryTypes);
238 $class = self::CLASS_NAMESPACE .
256 self::explodeCollections($item->getComponents(), $reduced, $types);
323 $class = self
[all...]
/plugin/ifauthex/_test/
H A Dgeneral.test.php137 foreach (self::VALID_EXPRESSIONS as $expr) {
143 $this->assertEquals(self::strip($rebuiltExpr), self::strip($expr));
146 foreach (self::VALID_MB_EXPRESSIONS as $expr) {
152 $this->assertEquals(self::strip($rebuiltExpr), self::strip($expr));
159 foreach (self::UNKNOWN_TOKEN_EXPRESSIONS as $expr) {
172 foreach (self::UNMATCHED_WRAPPER_EXPRESSIONS as $expr) {
186 foreach (self::NOT_ENOUGH_ARGS_EXPRESSIONS as $expr) {
199 foreach (self::MALFORMED_EXPRESSIONS as $expr) {
337 self::markTestSkipped('No config files exist -> skipping test');

1...<<21222324252627282930>>...98