Home
last modified time | relevance | path

Searched refs:self (Results 501 – 525 of 2449) sorted by relevance

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DAutoDateHistogram.php23 public function setBuckets(int $buckets): self
34 public function setFormat(string $format): self
45 public function setTimezone(string $timezone): self
56 public function setMinimumInterval(string $minimumInterval): self
/plugin/combo/ComboStrap/
H A DLocalPath.php100 LogUtility::internalError("The uri path could not be created", self::CANONICAL, $e);
116 $this->path = self::normalizeToOsSeparator($path);
142 if ($path === self::RELATIVE_CURRENT || $path === self::RELATIVE_PARENT) {
146 if ($directorySeparator === self::WINDOWS_SEPARATOR) {
147 return str_replace(self::LINUX_SEPARATOR, self::WINDOWS_SEPARATOR, $path);
149 return str_replace(self::WINDOWS_SEPARATOR, self::LINUX_SEPARATOR, $path);
246 return self
[all...]
H A DMarkupFileSystem.php17 if (!isset(self::$pageFileSystem)) {
18 self::$pageFileSystem = new MarkupFileSystem();
20 return self::$pageFileSystem;
84 throw new ExceptionRuntimeInternal("The path could not be cast to a local path", self::CANONICAL, 1, $e);
94 throw new ExceptionRuntimeInternal("The path could not be deleted", self::CANONICAL, 1, $e);
H A DDataType.php79 return self::toInteger($targetValue);
87 public static function toInteger($targetValue, string $roundDirection = self::FLOOR): int
101 $float = self::toFloat($targetValue);
102 if ($roundDirection === self::FLOOR) {
122 return self::toInteger($targetValue, self::CEIL);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php82 $encodeFlags = self::DEFAULT_JSON_FLAGS;
96 $json = self::handleJsonError(json_last_error(), $data);
119 self::throwEncodeError($code, $data);
123 self::detectAndCleanUtf8($data);
127 self::throwEncodeError($code, $data);
131 $encodeFlags = self::DEFAULT_JSON_FLAGS;
137 self::throwEncodeError(json_last_error(), $data);
220 …eException('Failed to preg_replace_callback: ' . $pcreErrorCode . ' / ' . self::pcreLastErrorMessa…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DNotFilter.php70 return Asn1::context(self::CHOICE_TAG, Asn1::sequence($this->filter->toAsn1()));
78 return self::PAREN_LEFT
79 . self::OPERATOR_NOT
81 . self::PAREN_RIGHT;
111 return new self(FilterFactory::get($child));
/plugin/api/_test/
H A Dpage.test.php26 self::$JSON = new JSON(JSON_LOOSE_TYPE);
28 self::$PLUGIN_INFO = confToHash($file);
47 $homePageId = self::ENDPOINT_NAME."home";
54 $backlinkHomePageId = self::ENDPOINT_NAME."PageWithLinkToHome";
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php326 if (self::$debug || self::$debug_list_atn_decisions) {
361 if (self::$debug || self::$debug_list_atn_decisions) {
410 if (self::$debug) {
461 if (self::$debug || self::$debug_list_atn_decisions) {
475 if (self::$debug) {
492 if ($D === self::error()) {
526 if (self
[all...]
/plugin/owncloud/
H A Daction.php35 $contr->register_hook('MEDIA_UPLOAD_FINISH','AFTER',$this,'filecache',self::FILEUPDATE);
36 $contr->register_hook('MEDIA_DELETE_FILE','AFTER',$this,'filecache',self::FILEREMOVE);
37 $contr->register_hook('IO_NAMESPACE_DELETED','AFTER',$this,'filecache',self::NSREMOVE);
90 $file = str_replace($conf['mediadir'],'/'.self::WIKISTORAGE,$event->data[1]);
94 …case self::FILEUPDATE: $file = str_replace($conf['mediadir'],'/'.self::WIKISTORAGE,$event->data[1]…
99 …case self::FILEREMOVE: $file = str_replace($conf['mediadir'],'/'.self::WIKISTORAGE,$event->data['p…
102 case self::NSREMOVE: if($event->data[1] == 'media'){
103 $dir = '/'.self::WIKISTORAGE.'/'.str_replace(':','/',$event->data[0]);
/plugin/authnc/
H A Dauth.php159 $self['user'] = $_SESSION[DOKU_COOKIE]['auth']['user'];
160 $self['name'] = $USERINFO['name'];
161 $self['mail'] = $USERINFO['mail'];
163 $self['grps'] = $USERINFO['grps'];
165 return $self;
246 $self['user'] = $_SESSION[DOKU_COOKIE]['auth']['user'];
247 $self['name'] = $USERINFO['name'];
248 $self['mail'] = $USERINFO['mail'];
249 $self['grps'] = $USERINFO['grps'];
250 $users[] = $self;
/plugin/webdav/vendor/sabre/xml/lib/
H A DReader.php68 while ($this->nodeType !== self::ELEMENT && @$this->read()) {
134 if ($this->nodeType === self::ELEMENT && $this->isEmptyElement) {
173 case self::ELEMENT :
176 case self::TEXT :
177 case self::CDATA :
181 case self::END_ELEMENT :
185 case self::NONE :
/plugin/icalevents/vendor/sabre/xml/lib/
H A DReader.php68 while ($this->nodeType !== self::ELEMENT && @$this->read()) {
134 if ($this->nodeType === self::ELEMENT && $this->isEmptyElement) {
173 case self::ELEMENT :
176 case self::TEXT :
177 case self::CDATA :
181 case self::END_ELEMENT :
185 case self::NONE :
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php95 private $forward_status = self::FORWARD_NONE;
170 $packet = pack('NC', 1, self::SSH_AGENTC_REQUEST_IDENTITIES);
179 if ($type != self::SSH_AGENT_IDENTITIES_ANSWER) {
219 if ($this->forward_status == self::FORWARD_NONE) {
220 $this->forward_status = self::FORWARD_REQUEST;
237 $this->forward_status = self::FORWARD_ACTIVE;
254 if ($this->forward_status == self::FORWARD_REQUEST) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUriTemplate.php65 if (isset(self::$operatorHash[$expression[0]])) {
104 $parsed = self::parseExpression($matches[1]);
105 $prefix = self::$operatorHash[$parsed['operator']]['prefix'];
106 $joiner = self::$operatorHash[$parsed['operator']]['joiner'];
107 $useQuery = self::$operatorHash[$parsed['operator']]['query'];
235 return str_replace(self::$delimsPct, self::$delims, $string);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DConnection.php73 return $this->hasParam('port') ? $this->getParam('port') : self::DEFAULT_PORT;
91 return $this->hasParam('host') ? $this->getParam('host') : self::DEFAULT_HOST;
132 return $this->hasParam('transport') ? $this->getParam('transport') : self::DEFAULT_TRANSPORT;
150 return (bool) $this->hasParam('compression') ? $this->getParam('compression') : self::DEFAULT_COMPRESSION;
196 return (int) $this->hasParam('timeout') ? $this->getParam('timeout') : self::TIMEOUT;
221 return (int) $this->hasParam('connectTimeout') ? $this->getParam('connectTimeout') : self::CONNECT_TIMEOUT;
328 * @return self
336 if ($params instanceof self) {
/plugin/combo/action/
H A Ddocustom.php52 return self::DO_PREFIX . $fetcherName;
136 if (self::isThemeSystemEnabled()) {
149 $action = self::getDoParameterValue(FetcherPage::NAME);
161 $action = self::getDoParameterValue(FetcherAppPages::NAME);
194 LogUtility::warning($reporterMessage, self::TEMPLATE_CANONICAL, $e);
210 return strpos($actionName, self::DO_PREFIX) === 0;
215 return substr($actionName, strlen(self::DO_PREFIX));
/plugin/combo/syntax/
H A Dcell.php44 return [self::TAG, "col", "column"];
119 foreach (self::getTags() as $tag) {
130 foreach (self::getTags() as $tag) {
166 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
249 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet(self::TAG);
251 $attributes = TagAttributes::createFromCallStackArray($callStackArray, self::TAG);
256 $attributes->addClassName(self::FLEX_CLASS);
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php135 self::setCommonDataToFieldFromMetadata($field, $metadata);
272 self::NAME_ATTRIBUTE => $this->name,
273 self::LABEL_ATTRIBUTE => $this->label,
274 self::TYPE_ATTRIBUTE => $this->type
278 $associative[self::URL_ATTRIBUTE] = $this->getUrl()->toString();
284 $associative[self::DESCRIPTION_ATTRIBUTE] = $this->description;
290 $associative[self::TAB_ATTRIBUTE] = $this->tab;
295 $associative[self::WIDTH_ATTRIBUTE] = $this->width;
299 $associative[self::CHILDREN_ATTRIBUTE][] = $column->toAssociativeArray();
307 $associative[self
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DHtmlDumper.php37 …return sprintf('%s└ <span style="background-color: %s">%s</span>', $prefix, self::$colors['templat…
42 …x, $profile->getTemplate(), $profile->getType(), isset(self::$colors[$profile->getType()]) ? self:…
47 …return sprintf('<span style="color: %s">%.2fms/%.0f%%</span>', $percent > 20 ? self::$colors['big'…
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DKvProcessor.php34 public function setFieldSplit(string $fieldSplit): self
44 public function setValueSplit(string $valueSplit): self
54 public function setIncludeKeys(array $listOfKeys): self
64 public function setExcludeKeys(array $listOfKeys): self
/plugin/widearea/widearea/
H A Dwidearea.js54 var self = this,
60 _enableFullScreen.call(self, this);
110 for (var i = self._textareas.length - 1; i >= 0; i--) {
111 var currentTextArea = self._textareas[i];
213 var self = this;
237 _disableFullScreen.call(self);
249 _toggleColorScheme.call(self);
277 if (e.keyCode === 27 && self._options.exitOnEsc) {
279 _disableFullScreen.call(self);
290 window.addEventListener('keydown', self._onKeyDown, true);
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DArrayTest.php34 self::assertEquals($expected, $result);
50 self::assertEquals([$input], $result);
72 self::assertEquals($expected, $result);
79 self::assertSame([], $result);
88 self::assertSame(['authors' => [[]]], $result);
/plugin/webcomponent/syntax/
H A Dbutton.php95 foreach (self::getTags() as $tag) {
107 foreach (self::getTags() as $tag) {
112 …$this->Lexer->addPattern(self::INTERNAL_LINK_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' …
138 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);
150 if (preg_match('/' . self::INTERNAL_LINK_PATTERN . '/msSi', $match . DOKU_LF)) {
257 $elements[] = self::getTag();
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/
H A DProfile.php33 public function __construct($template = 'main', $type = self::ROOT, $name = 'main')
58 return self::ROOT === $this->type;
63 return self::TEMPLATE === $this->type;
68 return self::BLOCK === $this->type;
73 return self::MACRO === $this->type;
81 public function addProfile(self $profile)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSyslogUdpHandler.php33 self::RFC3164 => 'M d H:i:s',
34 self::RFC5424 => \DateTime::RFC3339,
35 self::RFC5424e => \DateTime::RFC3339_EXTENDED,
56 …USER, $level = Logger::DEBUG, bool $bubble = true, string $ident = 'php', int $rfc = self::RFC5424)
120 if ($this->rfc === self::RFC3164) {
144 public function setSocket(UdpSocket $socket): self

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