Home
last modified time | relevance | path

Searched refs:self (Results 226 – 250 of 2449) sorted by relevance

12345678910>>...98

/plugin/davcal/vendor/sabre/event/lib/
H A DPromise.php39 protected $state = self::PENDING;
106 $subPromise = new self();
108 case self::PENDING :
111 case self::FULFILLED :
114 case self::REJECTED :
144 if ($this->state !== self::PENDING) {
147 $this->state = self::FULFILLED;
161 if ($this->state !== self::PENDING) {
164 $this->state = self::REJECTED;
225 if ($result instanceof self) {
[all …]
/plugin/404manager/
H A Dadmin.php92 if (self::$manager404 == null) {
93 self::$manager404 = new admin_plugin_404manager();
95 return self::$manager404;
702 if (@file_exists(self::DATA_STORE_CONF_FILE_PATH)) {
723 if (@file_exists(self::DATA_STORE_CONF_FILE_PATH)) {
742 if ($this->dataStoreType == self::DATA_STORE_TYPE_SQLITE) {
751 if (file_exists(self::DATA_STORE_CONF_FILE_PATH)) {
752 $res = unlink(self::DATA_STORE_CONF_FILE_PATH);
772 if ($this->dataStoreType == self::DATA_STORE_TYPE_SQLITE) {
839 if (!file_exists(self::DATA_STORE_CONF_FILE_PATH)) {
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DAbstractGeoDistance.php73 public function setKey(string $key): self
87 public function setLocation($location): self
116 public function setLatitude(float $latitude): self
119 $this->_locationType = self::LOCATION_TYPE_LATLON;
127 public function setLongitude(float $longitude): self
130 $this->_locationType = self::LOCATION_TYPE_LATLON;
138 public function setGeohash(string $geohash): self
141 $this->_locationType = self::LOCATION_TYPE_GEOHASH;
163 if (self::LOCATION_TYPE_LATLON === $this->_locationType) { // Latitude/longitude
177 } elseif (self
[all...]
H A DPercolate.php24 public function setField(string $field): self
36 public function setDocument($document): self
46 public function setDocumentIndex(string $index): self
58 public function setDocumentId($id): self
68 public function setDocumentRouting(string $routing): self
78 public function setDocumentPreference(array $preference): self
88 public function setDocumentVersion(int $version): self
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/
H A DTarget.php43 'ALL' => self::TARGET_ALL,
44 'CLASS' => self::TARGET_CLASS,
45 'METHOD' => self::TARGET_METHOD,
46 'PROPERTY' => self::TARGET_PROPERTY,
47 'ANNOTATION' => self::TARGET_ANNOTATION,
94 if(!isset(self::$map[$literal])){
97 $literal, implode(', ', array_keys(self::$map)))
100 $bitmask |= self::$map[$literal];
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DAbstractTermsAggregation.php20 public function setMinimumDocumentCount(int $count): self
34 public function setInclude(string $pattern): self
48 public function setIncludeAsExactMatch(array $values): self
60 public function setIncludeWithPartitions(int $partition, int $numPartitions): self
75 public function setExclude(string $pattern): self
89 public function setExcludeAsExactMatch(array $values): self
99 public function setSize(int $size): self
110 * @param string $hint Execution hint, use one of self::EXECUTION_HINT_MAP or self::EXECUTION_HINT_GLOBAL_ORDINALS
114 public function setExecutionHint(string $hint): self
[all...]
H A DDateHistogram.php42 if (\in_array($interval, self::CALENDAR_INTERVAL_VALUES, true)) {
52 public function setCalendarInterval(string $interval): self
60 public function setFixedInterval(string $interval): self
70 public function setTimezone(string $timezone): self
82 public function setFactor(int $factor): self
92 public function setOffset(string $offset): self
106 public function setFormat(string $format): self
121 public function setExtendedBounds(string $min = '', string $max = ''): self
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php153 $this->version = self::VCARD21;
156 $this->version = self::VCARD30;
159 $this->version = self::VCARD40;
164 return self::UNKNOWN;
197 const DEFAULT_VERSION = self::VCARD21;
226 self::VCARD21 => '2.1',
227 self::VCARD30 => '3.0',
228 self::VCARD40 => '4.0',
240 if ($options & self::REPAIR) {
254 if ($options & self::PROFILE_CARDDAV) {
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php155 $this->version = self::VCARD21;
158 $this->version = self::VCARD30;
161 $this->version = self::VCARD40;
166 return self::UNKNOWN;
200 const DEFAULT_VERSION = self::VCARD21;
229 self::VCARD21 => '2.1',
230 self::VCARD30 => '3.0',
231 self::VCARD40 => '4.0',
243 if ($options & self::REPAIR) {
258 if ($options & self::PROFILE_CARDDAV) {
[all …]
/plugin/combo/ComboStrap/
H A DHorizontal.php14 const CANONICAL = self::HORIZONTAL_ATTRIBUTE;
28 self::processFlexAttribute(self::HORIZONTAL_ATTRIBUTE, $tagAttributes);
43 LogUtility::warning("The $attributeName attribute is only meant to be used on the following component " . implode(", ", Vertical::COMPONENTS), self::CANONICAL);
48 LogUtility::error("The $attributeName attribute value is not valid. Error: {$e->getMessage()}", self::CANONICAL);
52 if ($attributeName === self::HORIZONTAL_ATTRIBUTE) {
53 $possibleValues = self::VALUES;
58 LogUtility::error("The $attributeName attribute value ($valueWithoutBreakpoint) is not good. It should be one of: " . implode(", ", $possibleValues), self::CANONICAL);
62 if ($attributeName === self::HORIZONTAL_ATTRIBUTE) {
H A DBrand.php63 case self::CURRENT_BRAND:
94 $brands = self::getAllBrands();
95 $brandNames = [self::CURRENT_BRAND];
114 $brandDictionary = self::getBrandDictionary();
117 $brands[] = self::create($brandName);
128 $brands = self::getAllBrands();
154 LogUtility::error("We can't load the brands dictionary. Error: " . $e->getMessage(), self::CANONICAL, $e);
175 $objectIdentifier = self::CANONICAL . "-" . $brandNameQualified;
189 if (!isset(self::$BRAND_ABBR)) {
190 $brandDictionary = self
[all...]
H A DFetcherVignette.php29 const CANONICAL = self::VIGNETTE_FETCHER_NAME;
88 LogUtility::internalError("The path of the actual class cannot be determined", self::CANONICAL);
128 throw new ExceptionBadArgument("Error while getting the muted color. Error: {$e->getMessage()}", self::CANONICAL);
198 LogUtility::errorIfDevOrTest("Error while getting the modified date. Error: {$e->getMessage()}", self::CANONICAL);
205 LogUtility::errorIfDevOrTest("Error while formatting the modified date. Error: {$e->getMessage()}", self::CANONICAL);
231 case self::PNG_EXTENSION:
235 case self::JPG_EXTENSION:
236 case self::JPEG_EXTENSION:
239 case self::WEBP_EXTENSION:
287 case self
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DXmlSerializationTest.php171 self::assertEquals(
179 self::assertEquals(
187 self::assertEquals(
195 self::assertEquals(
205 self::assertEquals($object->absentAndNs, []);
234 self::assertEquals(
238 self::assertEquals(
261 self::assertEquals(
265 self::assertEquals(
357 self::assertEquals(
[all …]
H A DJsonSerializationTest.php137 self::assertEquals('{}', $this->serialize($object));
159 self::assertSame($expected, $this->serialize($collection));
160 self::assertEquals(
169 self::assertFalse($event->getVisitor()->hasData('_links'));
175 self::assertTrue($event->getVisitor()->hasData('_links'));
221 self::assertEquals('bar', $object->getFoo());
229 self::assertEquals('bar', $object->getFoo());
231 self::assertEquals('baz', $object->getAuthor()->getName());
271 self::assertInternalType($primitiveType, $result);
279 self::assertEquals('{}', $this->serialize(new Author(null)));
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DIteratorHandlerTest.php29 new \ArrayIterator(self::DATA),
51 self::assertIsCallable($serializationHandler);
59 self::assertSame(self::DATA, $serialized);
66 self::assertIsCallable($deserializationHandler);
74 self::assertEquals($iterator, $deserialized);
86 $visitor->method('visitArray')->with(self::DATA)->willReturn(self::DATA);
93 $visitor->method('visitArray')->with(self::DATA)->willReturn(self::DATA);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DGlobalState.php92 self::exportVariable($key),
93 self::exportVariable($value)
114 self::exportVariable($value)
128 $superGlobalArrays = self::getSuperGlobalArrays();
142 self::exportVariable($GLOBALS[$superGlobalArray][$key])
156 self::exportVariable($GLOBALS[$key])
171 self::$superGlobalArrays,
172 self::$superGlobalArraysLong
175 return self::$superGlobalArrays;
182 (is_array($variable) && self::arrayOnlyContainsScalars($variable))) {
[all …]
H A DBlacklist.php56 return self::$directories;
72 foreach (self::$directories as $directory) {
83 if (self::$directories === null) {
84 self::$directories = [];
86 foreach (self::$blacklistedClassNames as $className => $parent) {
98 self::$directories[] = $directory;
107 self::$directories[] = sys_get_temp_dir() . '\\PHP';
/plugin/combo/ComboStrap/Tag/
H A DAdTag.php83 $sectionLineCount > self::CONF_ADS_MIN_LOCAL_LINE_DEFAULT && // Doesn't show any ad if the section does not contains this minimum number of line
84 $currentLineCountSinceLastAd > self::CONF_ADS_LINE_BETWEEN_DEFAULT && // Every N line,
85 $sectionNumber > self::CONF_ADS_MIN_SECTION_NUMBER_DEFAULT // Doesn't show any ad before
91 $sectionNumber > self::CONF_ADS_MIN_SECTION_NUMBER_DEFAULT && // Above the minimum number of section
92 $sectionLineCount > self::CONF_ADS_MIN_LOCAL_LINE_DEFAULT // Minimum line in the current section (to avoid a pub below a header)
99 $currentLineCountSinceLastAd > self::CONF_ADS_LINE_BETWEEN_DEFAULT // Every N line,
110 return SiteConfig::getConfValue(self::CONF_IN_ARTICLE_PLACEHOLDER, self::CONF_IN_ARTICLE_PLACEHOLDER_DEFAULT);
120 return strtolower(self::ADS_NAMESPACE . $name);
130 return str_replace(":", "-", substr(self
[all...]
/plugin/hipchat/
H A Dcomposer.lock28 "guzzle/batch": "self.version",
29 "guzzle/cache": "self.version",
30 "guzzle/common": "self.version",
31 "guzzle/http": "self.version",
32 "guzzle/inflection": "self.version",
33 "guzzle/iterator": "self.version",
34 "guzzle/log": "self.version",
35 "guzzle/parser": "self.version",
36 "guzzle/plugin": "self.version",
47 "guzzle/service": "self.version",
[all …]
/plugin/combo/action/
H A Dcss.php132 $disableDokuwikiStylesheetConf = $config->getBooleanValue(self::CONF_DISABLE_DOKUWIKI_STYLESHEET, false);
153 $link['href'] .= '&' . self::ANONYMOUS_KEY;
156 ->getBooleanValue(self::CONF_ENABLE_MINIMAL_FRONTEND_STYLESHEET, 1);
159 $link['href'] .= '&' . self::ANONYMOUS_MINIMAL_FRONT_KEY;
164 $link['href'] .= '&' . self::COMBO_THEME_ENABLED_KEY;
196 $keys = [self::ANONYMOUS_KEY, self::COMBO_THEME_ENABLED_KEY, self::ANONYMOUS_MINIMAL_FRONT_KEY];
229 $isAnonymous = ApiRouter::hasRequestParameter(self::ANONYMOUS_KEY);
230 $isThemeEnabled = ApiRouter::hasRequestParameter(self
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS1.php53 self::$defaultEncryptionAlgorithm = $algo;
90 $cipher = new AES(self::getEncryptionMode($matches[2]));
94 return new TripleDES(self::getEncryptionMode($matches[1]));
96 return new DES(self::getEncryptionMode($matches[1]));
158 $crypto = self::getEncryptionObject($matches[1]);
159 … $crypto->setKey(self::generateSymmetricKey($password, $iv, $crypto->getKeyLength() >> 3));
163 if (self::$format != self::MODE_DER) {
167 } elseif (self::$format == self::MODE_PEM) {
194 …sset($options['encryptionAlgorithm']) ? $options['encryptionAlgorithm'] : self::$defaultEncryption…
196 $cipher = self::getEncryptionObject($encryptionAlgorithm);
[all …]
/plugin/refnotes/
H A Dconfig.php25 if (array_key_exists($name, self::$setting)) {
26 $sectionName = self::$setting[$name][0];
27 $result = self::$setting[$name][1];
29 if (!array_key_exists($sectionName, self::$section)) {
30 self::$section[$sectionName] = self::load($sectionName);
33 if (array_key_exists($name, self::$section[$sectionName])) {
34 $result = self::$section[$sectionName][$name];
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPKCS1.php62 self::initialize_static_variables();
97 $ecParams = self::loadCurveByParam($ecParams);
101 …if (isset($components['curve']) && self::encodeParameters($ecParams, false, []) != self::encodePar…
127 return ['curve' => self::loadCurveByParam($key)];
139 $components['curve'] = self::loadCurveByParam($key['parameters']);
142 self::extractPoint($ecPrivate['publicKey'], $components['curve']) :
156 self::initialize_static_variables();
162 $key = self::encodeParameters($curve, false, $options);
182 self::initialize_static_variables();
193 'parameters' => new ASN1\Element(self::encodeParameters($curve)),
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DYamlDriverTest.php17 self::assertEquals(['age', 'name'], array_keys($m->propertyMetadata));
24 self::assertArrayHasKey('name', $m->propertyMetadata);
25 self::assertArrayNotHasKey('age', $m->propertyMetadata);
32 self::assertArrayHasKey('title', $m->propertyMetadata);
36 self::assertArrayNotHasKey($key, $m->propertyMetadata);
44 self::assertArrayNotHasKey('title', $m->propertyMetadata);
48 self::assertArrayHasKey($key, $m->propertyMetadata);
59 self::assertEquals($p, $m->propertyMetadata['title']);
66 self::assertArrayHasKey('title', $m->propertyMetadata);
72 self::assertEquals($p, $m->propertyMetadata['title']);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DAbstractDocument.php28 public function setDocument(Document $document): self
42 public function setScript(AbstractScript $script): self
63 public function setData($data): self
121 public static function create($data, ?string $opType = null): self
135 $opType = self::OP_TYPE_UPDATE;
136 } elseif (self::OP_TYPE_UPDATE !== $opType) {
142 case self::OP_TYPE_DELETE:
145 case self::OP_TYPE_CREATE:
148 case self::OP_TYPE_UPDATE:
151 case self
[all...]

12345678910>>...98