Home
last modified time | relevance | path

Searched refs:self (Results 1151 – 1175 of 2449) sorted by relevance

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

/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DCallbackFilter.php76 $self = $this;
86 $self,
91 $self
/plugin/rating/
H A Dhelper.php70 $self = (int) $sqlite->res2single($res);
76 $class = ($self == -1) ? 'act' : '';
80 $class = ($self == 1) ? 'act' : '';
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerActionExecutor.php65 * @return self A {@see LexerActionExecutor} for executing the combine actions
71 ) : self {
107 * @return self A {@see LexerActionExecutor} which stores input stream offsets
110 public function fixOffsetBeforeMatch(int $offset) : self
205 return $other instanceof self
/plugin/combo/ComboStrap/
H A DIconTag.php59 LogUtility::error("The requested icon width ($requestedWidth) is not a conform width. Error: " . $e->getMessage(), self::CANONICAL, $e);
74 LogUtility::warning($message, self::CANONICAL, $e);
116 return self::handleSpecial($tagAttributes, $handler);
H A DTextColor.php12 const CANONICAL = self::TEXT_COLOR_ATTRIBUTE;
64 if (in_array($lowerCaseColorValue, self::TEXT_COLORS)) {
H A DPageTitle.php40 return self::PROPERTY_NAME;
111 return self::TITLE;
H A DClassUtility.php37 self::loadingComboStrapClasses();
53 $classes = self::getClassImplementingInterface($interface);
/plugin/yuriigantt/src/Entities/
H A DTask.php59 $this->start_date = \DateTime::createFromFormat(self::DATE_FORMAT, $data->start_date);
75 $arr['start_date'] = $this->start_date->format(self::DATE_FORMAT);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php36 $parentPropsArr = self::getProperties($parentClass);
67 return self::getProperty($parentClass->getName(), $name);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableCell.php30 * @psalm-var self::TYPE_*
31 * @phpstan-var self::TYPE_*
35 private string $type = self::TYPE_DATA;
38 * @psalm-var self::ALIGN_*|null
39 * @phpstan-var self::ALIGN_*|null
46 * @psalm-param self::TYPE_* $type
47 * @psalm-param self::ALIGN_*|null $align
49 * @phpstan-param self::TYPE_* $type
50 * @phpstan-param self::ALIGN_*|null $align
52 public function __construct(string $type = self
[all...]
/plugin/blogtng/helper/
H A Dtools.php53 if (!in_array($conf['sortorder'], self::$data_whitelist['sortorder'])) {
56 if (!in_array($conf['sortby'], self::$data_whitelist['sortby'])) {
/plugin/combo/action/
H A Dmetadescription.php71 "name" => self::DESCRIPTION_META_KEY,
79 "property" => self::FACEBOOK_DESCRIPTION_PROPERTY,
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php36 $parentPropsArr = self::getProperties($parentClass);
67 return self::getProperty($parentClass->getName(), $name);
/plugin/batchedit/
H A Dserver.php112 print(self::AJAX_COOKIE . json_encode($data) . self::AJAX_COOKIE);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php171 $flags[] = self::FLAG_READONLY;
175 $flags[] = self::FLAG_NO_EXPORT;
180 $flags[] = self::FLAG_REQUIRED;
184 $flags[] = self::FLAG_NO_SPELLCHECK;
188 $flags[] = self::FLAG_PASSWORD;
269 $flags = [self::FLAG_TEXTAREA];
271 $flags[] = self::FLAG_READONLY;
274 $flags[] = self::FLAG_NO_EXPORT;
278 $flags[] = self::FLAG_REQUIRED;
281 $flags[] = self
[all...]
/plugin/latexit/syntax/
H A Dmathjax.php86 foreach (self::$ENVIRONMENTS as $env) {
95 foreach (self::$ENVIRONMENTS as $env) {
/plugin/webdav/vendor/sabre/http/lib/
H A DResponse.php155 … $statusText = isset(self::$statusCodes[$status]) ? self::$statusCodes[$status] : 'Unknown';
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DErrorHandler.php33 return self::$errorStack;
50 self::$errorStack[] = [$errno, $errstr, $errfile, $errline];
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortKey.php114 return new self($attribute, false, $matchRule);
126 return new self($attribute, true, $matchRule);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DEmailAutolinkProcessor.php
H A DInlineMentionParser.php
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DTestUtil.php9 $backend = new Backend\PDO(self::getSQLiteDB());
49 $backend->createCalendarObject($calendarId, 'UUID-2345', self::getTestCalendarData());
/plugin/davcal/vendor/sabre/http/lib/
H A DResponse.php156 … $statusText = isset(self::$statusCodes[$status]) ? self::$statusCodes[$status] : 'Unknown';
/plugin/elasticsearch/vendor/ruflin/elastica/src/Connection/
H A DConnectionPool.php43 public function addConnection(Connection $connection): self
55 public function setConnections(array $connections): self
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DActionTransition.php48 return self::ACTION;
57 if (!$other instanceof self) {

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