Home
last modified time | relevance | path

Searched refs:self (Results 351 – 375 of 2449) sorted by relevance

1...<<11121314151617181920>>...98

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DSystemStatus.php71 function __construct($id, $etag, $type = self::TYPE_HIGH, $description = null, $href = null) {
99 case self::TYPE_LOW :
102 case self::TYPE_MEDIUM :
106 case self::TYPE_HIGH :
128 case self::TYPE_LOW :
131 case self::TYPE_MEDIUM :
135 case self::TYPE_HIGH :
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DSystemStatus.php71 function __construct($id, $etag, $type = self::TYPE_HIGH, $description = null, $href = null) {
99 case self::TYPE_LOW :
102 case self::TYPE_MEDIUM :
106 case self::TYPE_HIGH :
128 case self::TYPE_LOW :
131 case self::TYPE_MEDIUM :
135 case self::TYPE_HIGH :
/plugin/combo/ComboStrap/
H A DSlotSystem.php55 LogUtility::warning($html, self::CANONICAL);
65 self::getPageHeaderSlotName(),
66 self::getSidebarName(),
67 self::getPageFooterSlotName(),
68 self::getMainHeaderSlotName(),
69 self::getMainFooterSlotName()
130 $mainHeaderSlotName = self::getMainHeaderSlotName();
H A DExecutionContext.php81 self::EDIT_ACTION,
82 self::PREVIEW_ACTION,
83 self::ADMIN_ACTION,
84 self::DRAFT_ACTION,
85 self::DRAFT_DEL_ACTION,
86 self::SEARCH_ACTION,
87 self::LOGIN_ACTION,
88 self::SAVE_ACTION,
89 self::REDIRECT_ACTION,
90 self
[all...]
H A DSite.php75 $logosPaths = PluginUtility::mergeAttributes(self::PNG_LOGO_IDS, self::SVG_LOGO_IDS);
157 LogUtility::error("The configuration ($confKey) is not an integer. Error:{$e->getMessage()}", self::CANONICAL);
182 LogUtility::error("The configuration ($confKey) has a value ($value) that is not an integer", self::CANONICAL);
321 foreach (self::SVG_LOGO_IDS as $svgLogo) {
337 foreach (self::SVG_LOGO_IDS as $svgLogo) {
351 foreach (self::PNG_LOGO_IDS as $pngLogo) {
359 LogUtility::error("Error while getting the log as raster image: The png logo ($pngLogo) returns an error. {$e->getMessage()}", self::CANONICAL, $e);
371 foreach (self::PNG_LOGO_IDS as $pngId) {
381 LogUtility::internalError("Hardcoded id should not give an error for the png logo url", self
[all...]
H A DMetadataMutation.php44 self::NAME_ATTRIBUTE => $attribute,
45 self::NEW_VALUE_ATTRIBUTE => $valueAfter,
46 self::OLD_VALUE_ATTRIBUTE => $valueBefore,
47 self::PATH_ATTRIBUTE => $wikiPath->toAbsoluteId()
49 Event::createAndTrigger(self::PAGE_METADATA_MUTATION_EVENT, $eventData);
/plugin/struct/meta/
H A DDateFormatConverter.php131 $datekeys = array_keys(self::$date);
149 array_keys(self::$strftime),
150 array_values(self::$strftime),
169 $from = array_keys(self::$date);
174 $to = array_values(self::$date);
186 $datekeys = array_keys(self::$date);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php74 $server->xml->namespaceMap[self::NS_CARDDAV] = 'card';
123 '{' . self::NS_CARDDAV . '}addressbook-multiget',
124 '{' . self::NS_CARDDAV . '}addressbook-query',
141 $ns = '{' . self::NS_CARDDAV . '}';
197 case '{' . self::NS_CARDDAV . '}addressbook-multiget' :
201 case '{' . self::NS_CARDDAV . '}addressbook-query' :
222 return self::ADDRESSBOOK_ROOT . '/' . $principalId;
255 if (isset($props['200']['{' . self::NS_CARDDAV . '}address-data'])) {
258 $props[200]['{' . self::NS_CARDDAV . '}address-data'],
489 if (isset($props[200]['{' . self::NS_CARDDAV . '}address-data'])) {
[all …]
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DDecoder.php125 case self::_MAP:
127 case self::_ARRAY:
129 case self::_BOOLEAN:
136 case self::_BYTES:
139 case self::_DOUBLE:
143 case self::_FLOAT:
147 case self::_INT32:
149 case self::_UINT16:
150 case self::_UINT32:
151 case self::_UINT64:
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php142 self::initialize_static_variables();
144 if (!isset(self::$engines['PHP'])) {
145 self::useBestEngine();
182 if ($curve instanceof Curve25519 && self::$engines['libsodium']) {
215 if (!isset(self::$engines['PHP'])) {
216 self::useBestEngine();
249 $this->sigFormat = self::validatePlugin('Signature', 'ASN1');
326 if (!isset(self::$engines['PHP'])) {
327 self::useBestEngine();
366 $type = self::validatePlugin('Keys', $type, 'saveParameters');
[all …]
H A DRandom.php100 $v = (isset($_SERVER) ? self::safe_serialize($_SERVER) : '') .
101 (isset($_POST) ? self::safe_serialize($_POST) : '') .
102 (isset($_GET) ? self::safe_serialize($_GET) : '') .
103 (isset($_COOKIE) ? self::safe_serialize($_COOKIE) : '') .
104 self::safe_serialize($GLOBALS) .
105 self::safe_serialize($_SESSION) .
106 self::safe_serialize($_OLD_SESSION);
217 $safearr[$key] = self::safe_serialize($arr[$key]);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DMkCol.php63 $self = new self();
74 $self->properties = array_merge($self->properties, $elem['value']['{DAV:}prop']);
78 return $self;
H A DPropFind.php59 $self = new self();
68 $self->properties = $v;
71 $self->allProp = true;
79 return $self;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DMkCalendar.php62 $self = new self();
71 $self->properties = array_merge($self->properties, $elem['value']['{DAV:}prop']);
75 return $self;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DMkCalendar.php62 $self = new self();
71 $self->properties = array_merge($self->properties, $elem['value']['{DAV:}prop']);
75 return $self;
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DMkCol.php63 $self = new self();
74 $self->properties = array_merge($self->properties, $elem['value']['{DAV:}prop']);
78 return $self;
H A DPropFind.php59 $self = new self();
68 $self->properties = $v;
71 $self->allProp = true;
79 return $self;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Extensions/
H A DPhptTestCaseTest.php79 $this->setPhpContent(self::EXPECT_CONTENT);
96 $phptContent = self::EXPECT_CONTENT . PHP_EOL;
115 $phptContent = self::EXPECT_CONTENT . PHP_EOL;
134 $phptContent = self::EXPECT_CONTENT . PHP_EOL;
197 $this->setPhpContent(self::EXPECT_CONTENT);
202 ->with(self::FILE_SECTION)
212 $this->setPhpContent(self::EXPECTF_CONTENT);
217 ->with(self::FILE_SECTION)
227 $this->setPhpContent(self::EXPECTREGEX_CONTENT);
232 ->with(self::FILE_SECTION)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventCreator.php37 public $self; variable in Google\\Service\\Calendar\\EventCreator
84 public function setSelf($self) argument
86 $this->self = $self;
93 return $this->self;
H A DEventOrganizer.php37 public $self; variable in Google\\Service\\Calendar\\EventOrganizer
84 public function setSelf($self) argument
86 $this->self = $self;
93 return $this->self;
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DOptimizerNodeVisitor.php63 …if (!\is_int($optimizers) || $optimizers > (self::OPTIMIZE_FOR | self::OPTIMIZE_RAW_FILTER | self:…
72 if (self::OPTIMIZE_FOR === (self::OPTIMIZE_FOR & $this->optimizers)) {
76 …if (\PHP_VERSION_ID < 50400 && self::OPTIMIZE_VAR_ACCESS === (self::OPTIMIZE_VAR_ACCESS & $this->o…
97 if (self::OPTIMIZE_FOR === (self::OPTIMIZE_FOR & $this->optimizers)) {
101 if (self::OPTIMIZE_RAW_FILTER === (self::OPTIMIZE_RAW_FILTER & $this->optimizers)) {
107 …if (self::OPTIMIZE_VAR_ACCESS === (self::OPTIMIZE_VAR_ACCESS & $this->optimizers) && !$env->isStri…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php159 if ($scope !== null && !in_array($scope, [self::SCOPE_BASE, self::SCOPE_ONE, self::SCOPE_SUB], true)) {
163 self::SCOPE_BASE,
164 self::SCOPE_ONE,
165 self::SCOPE_SUB
267 return $url . '/' . self::encode($this->dn) . $this->getQueryString();
288 $pieces = self::explodeUrl($ldapUrl);
293 $url->setDn((isset($pieces['path']) && $pieces['path'] !== '/') ? self::decode(ltrim($pieces['path'], '/')) : null);
299 $url->setFilter(isset($query[2]) && $query[2] !== '' ? self
[all...]
/plugin/combo/syntax/
H A Dminimap.php26 $pattern = '<' . self::MINIMAP_TAG_NAME . '[^>]*>';
83 $parameters[self::INCLUDE_DIRECTORY_PARAMETERS] = $this->getConf(self::INCLUDE_DIRECTORY_PARAMETERS);
84 $parameters[self::SHOW_HEADER] = $this->getConf(self::SHOW_HEADER);
94 if (in_array($parameter, [self::SHOW_HEADER, self::INCLUDE_DIRECTORY_PARAMETERS])) {
134 PluginUtility::getSnippetManager()->attachCssInternalStyleSheet(self::MINIMAP_TAG_NAME);
148 if (array_key_exists(self::NAMESPACE_KEY_ATT, $attributes)) {
149 $nameSpacePath = $attributes[self
[all...]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DPseudoClass.php39 if ($mode === self::PARAMETER_NONE) {
45 case self::PARAMETER_IDENTIFIER :
49 case self::PARAMETER_POSITION :
61 case self::PARAMETER_STRING :
70 case self::PARAMETER_NUMBER :
76 case self::PARAMETER_SIMPLE_SELECTOR :
100 $parameter = $this->delegate(self::CLASS);
131 return self::PARAMETER_SIMPLE_SELECTOR;
133 return self::PARAMETER_IDENTIFIER;
138 return self
[all...]
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php481 if (self::$metadataParser === null) {
482 self::$metadataParser = new self();
486 self::$metadataParser->setImports(array(
577 self::$annotationMetadata[$name] = $metadata;
591 $type = isset(self::$typeMap[$attribute->type])
592 ? self::$typeMap[$attribute->type]
607 if (isset(self::$typeMap[$arrayType])) {
608 $arrayType = self::$typeMap[$arrayType];
619 if (isset(self::$typeMap[$arrayType])) {
750 if ( ! isset(self::$annotationMetadata[$name])) {
[all …]

1...<<11121314151617181920>>...98