Home
last modified time | relevance | path

Searched refs:self (Results 601 – 625 of 2449) sorted by relevance

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

/plugin/batchedit/
H A Dconfig.php52 return array_merge(self::$defaults, $this->config);
63 if (array_key_exists($id, self::$defaults)) {
64 return self::$defaults[$id];
81 if (!array_key_exists(self::COOKIE, $_COOKIE)) {
85 $cookie = json_decode($_COOKIE[self::COOKIE], TRUE);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php305 foreach (self::$rulesetDirs as $rulesetDir) {
530 self::$rulesetDirs = array();
725 $rulesetPath = self::realpath($rulesetPath);
742 self::$rulesetDirs[] = $rulesetDir;
883 $inPhar = self::isPharFile($rulesetDir);
930 $files[] = self::realpath($sniff);
1047 $realpath = self::realpath($ref);
1743 $filePath = self::realpath($file);
2294 $standard = self::realPath($standard);
2529 if (self::isPharFile($path) === false) {
[all …]
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DDirectory.php89 if (null !== self::$_handlePath) {
90 $this->_relativePath = self::$_handlePath;
91 self::$_handlePath = null;
132 self::$_handlePath = $this->getRelativePath();
/plugin/webcomponent/action/
H A Djs.php50 $script['src'] = $script['src'] . '&'.self::ACCESS.'='.self::PUBLIC.'';
66 $access = $_GET[self::ACCESS];
67 if ($access == self::PUBLIC) {
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DFactory.php52 if (self::$instance === null) {
53 self::$instance = new self;
56 return self::$instance;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DHandlerRegistryTest.php34self::assertSame($jsonSerializationHandler, $this->handlerRegistry->getHandler(GraphNavigatorInter…
35self::assertSame($jsonDeserializationHandler, $this->handlerRegistry->getHandler(GraphNavigatorInt…
36self::assertSame($xmlSerializationHandler, $this->handlerRegistry->getHandler(GraphNavigatorInterf…
37self::assertSame($xmlDeserializationHandler, $this->handlerRegistry->getHandler(GraphNavigatorInte…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DPolicyHintsControl.php46 parent::__construct(self::OID_POLICY_HINTS, true);
86 $request = self::decodeEncodedValue($type);
94 $control = new self($isEnabled->getValue());
96 return self::mergeControlData($control, $type);
H A DDirSyncRequestControl.php83 public function __construct(int $flags = self::FLAG_INCREMENTAL_VALUES, string $cookie = '', int $maxBytes = 2147483647)
88 parent::__construct(self::OID_DIR_SYNC, true);
156 $request = self::decodeEncodedValue($type);
174 $control = new self(
180 return self::mergeControlData($control, $type);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DErrorLogHandler.php38 …public function __construct(int $messageType = self::OPERATING_SYSTEM, $level = Logger::DEBUG, boo…
42 if (false === in_array($messageType, self::getAvailableTypes(), true)) {
58 self::OPERATING_SYSTEM,
59 self::SAPI,
/plugin/combo/syntax/
H A Dmath.php36 * because we manage self the content and we call self the parser
74 foreach (self::getTags() as $element) {
139 $snippetManager->attachCssInternalStyleSheet(self::TAG);
161 self::TAG,
166 self::TAG,
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxOptions.php43 * @return self
47 if ($name === self::OPTION_PREFS) {
50 if ($name === self::OPTION_ARGS) {
65 * @return self
81 * @return self
97 $array[self::OPTION_ARGS] = $this->arguments;
100 $array[self::OPTION_PREFS] = $this->preferences;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DDoctrinePHPCRDriverTest.php27 self::assertEquals(
36 self::assertEquals(
46 self::assertEquals(
62 self::assertEquals(
82 self::assertEquals($plainMetadata, $doctrineMetadata);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterContainerTrait.php107 return Asn1::context(self::CHOICE_TAG, Asn1::setOf(
120 return self::PAREN_LEFT
121 . self::FILTER_OPERATOR
126 . self::PAREN_RIGHT;
159 * @return self
175 return new self(...$filters);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DPublicKey.php50 … if (self::$engines['OpenSSL'] && in_array($this->hash->getHash(), openssl_get_md_methods())) {
60 $q_1 = $this->q->subtract(self::$one);
61 if (!$r->between(self::$one, $q_1) || !$s->between(self::$one, $q_1)) {
87 $type = self::validatePlugin('Keys', $type, 'savePublicKey');
/plugin/combo/ComboStrap/
H A DIFetcherAbs.php61 if ($value !== self::CACHE_DEFAULT_VALUE) {
62 $url->setQueryParameter(self::CACHE_KEY, $value);
113 $cache = $tagAttributes->getValueAndRemove(self::CACHE_KEY);
147 case self::RECACHE_VALUE:
178 case self::RECACHE_VALUE:
H A DFetcherPageBundler.php21 const CANONICAL = self::NAME;
68 return self::NAME;
92 throw new ExceptionRuntimeInternal("We were unable to get the start markup wiki path. Error:{$e->getMessage()}", self::CANONICAL);
101 throw new ExceptionRuntimeInternal("The toc could not be created. Error:{$e->getMessage()}", self::CANONICAL, 1, $e);
116 throw new ExceptionRuntimeInternal("The $layoutName template returns an error", self::CANONICAL, 1, $e);
253 LogUtility::error("An error occurs when trying to move the h2 children below the recreated heading title ($title)", self::CANONICAL);
267 LogUtility::error("An error occurs when trying to add the recreated title heading ($title) to the root", self::CANONICAL);
275 return self::CANONICAL;
/plugin/sequencediagram/bower_components/lodash/test/asset/
H A Dworker.js3 self.console || (self.console = { 'log': function() {} });
13 self._ = { 'VERSION': message };
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php96 case self::VT_STRING :
99 case self::VT_XML :
102 case self::VT_OBJECT :
153 $valueType = self::VT_STRING;
155 $valueType = self::VT_XML;
158 $valueType = self::VT_OBJECT;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DNormalizerFormatter.php75 public function setDateFormat(string $dateFormat): self
90 public function setMaxNormalizeDepth(int $maxNormalizeDepth): self
105 public function setMaxNormalizeItemCount(int $maxNormalizeItemCount): self
115 public function setJsonPrettyPrint(bool $enable): self
263 if ($this->dateFormat === self::SIMPLE_DATE && $date instanceof DateTimeImmutable) {
270 public function addJsonEncodeOption(int $option): self
277 public function removeJsonEncodeOption(int $option): self
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php90 protected $encoding = self::ENCODING_IDENTITY;
134 if ($settings['authType'] & self::AUTH_BASIC) {
137 if ($settings['authType'] & self::AUTH_DIGEST) {
140 if ($settings['authType'] & self::AUTH_NTLM) {
156 if ($encoding & self::ENCODING_IDENTITY) {
159 if ($encoding & self::ENCODING_DEFLATE) {
162 if ($encoding & self::ENCODING_GZIP) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php246 public function setChannel(?string $channel = null): self
260 public function setUsername(?string $username = null): self
267 public function useAttachment(bool $useAttachment = true): self
274 public function setUserIcon(?string $userIcon = null): self
285 public function useShortAttachment(bool $useShortAttachment = false): self
292 public function includeContextAndExtra(bool $includeContextAndExtra = false): self
306 public function excludeFields(array $excludeFields = []): self
313 public function setFormatter(?FormatterInterface $formatter = null): self
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php70 …er(LoggerInterface $logger, $errorLevelMap = [], $exceptionLevelMap = [], $fatalLevel = null): self
91 public function registerExceptionHandler(array $levelMap = [], bool $callPrevious = true): self
113 …= [], bool $callPrevious = true, int $errorTypes = -1, bool $handleOnlyReportedErrors = true): self
132 public function registerFatalHandler($level = null, int $reservedMemorySize = 20): self
220 if (!$this->hasFatalErrorHandler || !in_array($code, self::$fatalErrors, true)) {
222 …$this->logger->log($level, self::codeToString($code).': '.$message, ['code' => $code, 'message' =>…
246 if ($lastError && in_array($lastError['type'], self::$fatalErrors, true)) {
249 'Fatal Error ('.self::codeToString($lastError['type']).'): '.$lastError['message'],
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DCronExpression.php51 private static $order = array(self::YEAR, self::MONTH, self::DAY, self::WEEKDAY, self::HOUR, self::MINUTE);
98 self::factory($expression);
341 foreach (self::$order as $position) {
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DBoosting.php21 public function setPositiveQuery(AbstractQuery $query): self
31 public function setNegativeQuery(AbstractQuery $query): self
41 public function setNegativeBoost(float $negativeBoost): self

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