Home
last modified time | relevance | path

Searched refs:self (Results 1251 – 1275 of 2449) sorted by relevance

1...<<51525354555657585960>>...98

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/
H A DArgument.php150 return new Token\ArrayEntryToken(self::any(), $value);
162 return new Token\ArrayEntryToken($key, self::any());
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DFnStream.php82 foreach (array_diff(self::$slots, array_keys($methods)) as $diff) {
86 return new self($methods);
/plugin/statdisplay/pchart/
H A DCSVImporter.php56 self::importHeaderFromCSV($data, $buffer, $Delimiter, $DataColumns);
60 self::importChunkFromCSV($data, $buffer, $Delimiter, $DataColumns, $DataName);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DFnStream.php66 foreach (array_diff(self::$slots, array_keys($methods)) as $diff) {
70 return new self($methods);
/plugin/statistics/inc/pchart/
H A DCSVImporter.php55 self::importHeaderFromCSV($data, $buffer, $Delimiter, $DataColumns);
58 self::importChunkFromCSV($data, $buffer, $Delimiter, $DataColumns, $DataName);
/plugin/combo/vendor/hidehalo/nanoid-php/src/
H A DClient.php52 public function generateId($size = 0, $mode = self::MODE_NORMAL)
56 case self::MODE_DYNAMIC:
/plugin/combo/ComboStrap/Meta/Field/
H A DBacklinkCount.php42 return self::PROPERTY_NAME;
100 LogUtility::error($e->getMessage(), self::PROPERTY_NAME, $e);
/plugin/combo/ComboStrap/
H A DHttp.php26 $result = self::getHeadersForName($name, $headers);
83 $headers = self::getHeaders();
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTag.php120 return array_key_exists($property, self::ALIGN) ? self::ALIGN[$property] : '';
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DIdle.php241 $self = $this;
245 $this->function->set_exception_handler = function ($handler) use ($self, &$called) {
248 $self
/plugin/imagereference/syntax/
H A Dimgcaption.php97 self::captionReferencesStorage($param['type'], $param);
147 $caprefs = self::getCaptionreferences($ID, $data['type']);
256 return self::captionReferencesStorage($type, null, $id);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DTripleDES.php60 const MODE_CBC3 = self::MODE_CBC;
172 if ($this->mode == self::MODE_STREAM) {
190 if ($engine == self::ENGINE_OPENSSL) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php175 return $this->get('number_of_replicas') ?? self::DEFAULT_NUMBER_OF_REPLICAS;
191 return $this->get('number_of_shards') ?? self::DEFAULT_NUMBER_OF_SHARDS;
328 return $this->get('refresh_interval') ?? self::DEFAULT_REFRESH_INTERVAL;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1044 self::assertFileExists($file, $message);
1045 self::assertIsReadable($file, $message);
1056 self::assertFileExists($file, $message);
1057 self::assertNotIsReadable($file, $message);
1068 self::assertFileExists($file, $message);
1069 self::assertIsWritable($file, $message);
1080 self::assertFileExists($file, $message);
1081 self::assertNotIsWritable($file, $message);
2058 self::$count += count($constraint);
2942 return self::$count;
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DBirthdayCalendarGenerator.php155 … $object->BDAY = self::DEFAULT_YEAR . '-' . $dateParts['month'] . '-' . $dateParts['date'];
176 'X-SABRE-OMIT-YEAR' => self::DEFAULT_YEAR,
/plugin/webdav/vendor/sabre/vobject/lib/
H A DBirthdayCalendarGenerator.php139 $object->BDAY = self::DEFAULT_YEAR.'-'.$dateParts['month'].'-'.$dateParts['date'];
160 'X-SABRE-OMIT-YEAR' => self::DEFAULT_YEAR,
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DTokenParserBroker.php66 public function addTokenParserBroker(self $broker)
71 public function removeTokenParserBroker(self $broker)
/plugin/swiftmail/Swift/Message/
H A DAttachment.php52 return $prefix . (self::$fileId++);
157 $this->setFileName(self::generateFileName("file.att."));
/plugin/mathjax/syntax/
H A Dprotecttex.php73 foreach (self::$ENVIRONMENTS as $env) {
95 foreach (self::$ENVIRONMENTS as $env) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DCompareRequest.php97 * @return self
113 return new self($dn->getValue(), EqualityFilter::fromAsn1($ava));
121 return Asn1::application(self::APP_TAG, Asn1::sequence(
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DSasl.php70 public function add(MechanismInterface $mechanism): self
82 public function remove(string $mechanism): self
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DConfiguration.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMentionParser.php80 return new self($name, $prefix, $mentionRegex, new StringTemplateLinkGenerator($urlTemplate));
85 return new self($name, $prefix, $mentionRegex, new CallbackGenerator($callback));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPKCS8.php131 return self::wrapPrivateKey($key, [], null, $password, null, '', $options);
147 return self::wrapPublicKey($key, null);
H A DPuTTY.php115 return self::wrapPrivateKey($public, $private, 'ssh-rsa', $password, $options);
128 return self::wrapPublicKey(Strings::packSSH2('ii', $e, $n), 'ssh-rsa');

1...<<51525354555657585960>>...98