Home
last modified time | relevance | path

Searched refs:self (Results 1326 – 1350 of 2449) sorted by relevance

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

/plugin/webdav/vendor/sabre/vobject/lib/
H A DProperty.php516 if ($options & self::REPAIR) {
540 'level' => $options & self::REPAIR ? 1 : 3,
544 if ($options & self::REPAIR) {
576 if ($options & self::REPAIR) {
/plugin/combo/ComboStrap/
H A DFileSystems.php177 return self::getChildren($namespacePath, FileSystems::CONTAINER);
187 return self::getChildren($namespacePath, FileSystems::LEAF);
365 if (!self::exists($directoryPath)){
366 self::createDirectory($directoryPath);
H A DCall.php244 return self::createFromInstruction($call->toCallArray());
426 LogUtility::error("The handle data is not an array for the call ($this), correct the returned data from the handle syntax plugin function", self::CANONICAL);
438 LogUtility::error($message, self::CANONICAL);
543 if (in_array($mode, self::INLINE_DOKUWIKI_COMPONENTS)) {
547 if (in_array($mode, self::BLOCK_MARKUP_DOKUWIKI_COMPONENTS)) {
551 if (in_array($mode, self::TABLE_MARKUP)) {
H A DIcon.php26 $iconAttributes = TagAttributes::createEmpty(self::ICON_CANONICAL_NAME);
29 return self::createFromTagAttributes($iconAttributes);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNDeserializer.php73 self::BASE_SERIALIZED_UUID,
74 self::ADDED_UNICODE_SMP,
80 private const SERIALIZED_UUID = self::ADDED_UNICODE_SMP;
121 $featureIndex = \array_search($feature, self::SUPPORTED_UUIDS, true);
127 $actualUuidIndex = \array_search($actualUuid, self::SUPPORTED_UUIDS, true);
151 if ($this->isFeatureSupported(self::ADDED_UNICODE_SMP, $this->uuid)) {
195 if ($version !== self::SERIALIZED_VERSION) {
199 self::SERIALIZED_VERSION
208 if (!\in_array($uuid, self::SUPPORTED_UUIDS, true)) {
212 self
[all...]
/plugin/mellelexport/
H A Drenderer.php110 self::render(file_get_contents($file), 'mellelexport');
238 self::xml_errors($this->doc);
239 $this->doc = self::remove_whitespace($this->doc);
350 $doc = self::cleanTemplate($templateParts[0]);
354 $doc = self::cleanTemplate($templateParts[1]);
432 …$string = str_replace($mapping['replacement'], $args[0], self::cleanTemplate($mapping['template'])…
557 return self::cleanTemplate($doc->saveXML());
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.aac.php240 …$info['aac']['header']['profile'] = self::AACprofileLookup($info['aac'][…
241 …$info['aac']['program_configs'][$i]['sampling_frequency'] = self::AACsampleRateLookup($info['aac…
243 …$info['audio']['channels'] = self::AACchannelCountCalculate($info…
375 …$info['aac']['header']['profile'] = self::AACprofileLookup($info['aac']['header']['raw'][…
376 …$info['aac']['header']['sample_frequency'] = self::AACsampleRateLookup($info['aac']['header']['raw…
/plugin/fedauth/classes/
H A Dfa_provider.class.php28 $instance = new self();
43 return self::create($id, $data);
/plugin/interwikiformatting/
H A Dsyntax.php37 …function connectTo($mode) { $this->Lexer->addSpecialPattern(self::PATTERN_INTERWIKI_LINK, $mode, '…
98 $title = preg_replace('/' . self::PATTERN_INSERT_SPACES . '/', ' $1', $title);
/plugin/qc/
H A DOutput.php43 if ($score > self::MAXERR) {
67 return self::scoreIcon($this->data['score']);
/plugin/displayorphans/
H A Dhelper.php78 … foreach (self::IGNORE_BLOCKS as $index => $block) { $text = preg_replace($block, '', $text); }
80 preg_match_all(self::PATTERN_LINK, $text, $links);
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/WebService/
H A DClient.php92 return 'GeoIP2-API/' . self::VERSION;
190 $path = implode('/', [self::$basePath, $endpoint, $ipAddress]);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DCerDerTrait.php57 if (!($this->binary[$this->pos] === self::BOOL_FALSE || $this->binary[$this->pos] === self::BOOL_TRUE)) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAddRequest.php87 * @return self
128 return new self(new Entry($dn, ...$attributes));
149 return Asn1::application(self::APP_TAG, Asn1::sequence(
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DLogglyHandler.php101 public function setTag($tag): self
112 public function addTag($tag): self
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php52 public function __construct($template = self::CLF)
54 $this->template = $template ?: self::CLF;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/
H A DPKCS8.php133 return self::wrapPrivateKey($key, [], $params, $password, null, '', $options);
155 return self::wrapPublicKey($key, $params);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPKCS1.php145 return self::wrapPrivateKey($key, 'RSA', $password, $options);
165 return self::wrapPublicKey($key, 'RSA');
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php92 return new self($path);
206 if (!$sourceNode instanceof self && !$sourceNode instanceof File) {
/plugin/farmer/admin/
H A Dconfig.php54 $self = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'config'], true, '&');
55 send_redirect($self);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DDesiredCapabilities.php33 $w3cToOss = array_flip(self::$ossToW3c);
42 return new self($capabilities);
232 if (array_key_exists($capabilityKey, self::$ossToW3c)) {
234 $w3cCapabilities[self::$ossToW3c[$capabilityKey]] = mb_strtolower($capabilityValue);
237 if ($w3cCapabilities[self::$ossToW3c[$capabilityKey]] === 'any') {
238 unset($w3cCapabilities[self::$ossToW3c[$capabilityKey]]);
241 $w3cCapabilities[self::$ossToW3c[$capabilityKey]] = $capabilityValue;
/plugin/encryptedpasswords/script/
H A DPageHandling.js90 const self = this;
98 self.showClear(jQuery(e), passphrase);
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1396 public $self; variable in Google_EventAttendee
1451 public function setSelf( $self) { argument
1452 $this->self = $self;
1455 return $this->self;
1463 public $self; variable in Google_EventCreator
1482 public function setSelf( $self) { argument
1483 $this->self = $self;
1486 return $this->self;
1594 public $self; variable in Google_EventOrganizer
1614 $this->self = $self;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/_fixture/
H A DClassWithSelfTypeHint.php4 public function foo(self $foo)
/plugin/elwikiupgrade/
H A DHTTPClient.php261 $this->_debug('connection pool', self::$connections);
263 if (isset(self::$connections[$connectionId])) {
265 $socket = self::$connections[$connectionId];
294 self::$connections[$connectionId] = $socket;
296 unset(self::$connections[$connectionId]);
377 unset(self::$connections[$connectionId]);
470 unset(self::$connections[$connectionId]);
479 unset(self::$connections[$connectionId]);

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