Home
last modified time | relevance | path

Searched refs:self (Results 551 – 575 of 2449) sorted by relevance

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

/plugin/findologicxmlexport/vendor/jms/serializer/src/Visitor/Factory/
H A DXmlSerializationVisitorFactory.php51 public function setDefaultRootName(string $name, ?string $namespace = null): self
58 public function setDefaultVersion(string $version): self
64 public function setDefaultEncoding(string $encoding): self
70 public function setFormatOutput(bool $formatOutput): self
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSuggest.php25 public function setGlobalText(string $text): self
33 public function addSuggestion(AbstractSuggest $suggestion): self
43 public static function create($suggestion): self
46 case $suggestion instanceof self:
/plugin/webcomponent/syntax/
H A Ddropdown.php88 $pattern = webcomponent::getLookAheadPattern(self::getTag());
92 …$this->Lexer->addPattern(self::INTERNAL_LINK_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' …
101 …$this->Lexer->addExitPattern('</' . self::getTag() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . …
104 …$this->Lexer->addPattern(self::INTERNAL_LINK_PATTERN, 'plugin_' . webcomponent::PLUGIN_NAME . '_' …
129 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);
142 if (preg_match('/' . self::INTERNAL_LINK_PATTERN . '/msSi', $match . DOKU_LF)) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DExportUtil.php42 return self::recursiveExport($value, $indentation);
170 self::recursiveExport($k, $indentation),
171 self::recursiveExport($value[$k], $indentation + 1, $processed)
192 $array = self::toArray($value);
199 self::recursiveExport($k, $indentation),
200 self::recursiveExport($v, $indentation + 1, $processed)
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DServerRequest.php95 $normalized[$key] = self::createUploadedFileFromSpec($value);
97 $normalized[$key] = self::normalizeFiles($value);
120 return self::normalizeNestedFileSpec($value);
154 $normalizedFiles[$key] = self::createUploadedFileFromSpec($spec);
174 $uri = self::getUriFromGlobals();
184 ->withUploadedFiles(self::normalizeFiles($_FILES));
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php86 case self::VT_STRING :
89 case self::VT_XML :
92 case self::VT_OBJECT :
124 $valueType = self::VT_STRING;
126 $valueType = self::VT_XML;
129 $valueType = self::VT_OBJECT;
/plugin/combo/ComboStrap/Tag/
H A DRelatedTag.php47 return self::renderForPage($contextPage, $tagAttributes);
56 ->setLogicalTag(self::TAG);
67 $relatedPages = self::getRelatedPagesOrderedByBacklinkCount($page, $max);
79 $backlinkId = $backlink[self::RELATED_PAGE_ID_PROP];
81 if ($backlinkId != self::MORE_PAGE_ID) {
84 $html .= $linkUtility->toAttributes(self::TAG)->toHtmlEnterTag("a");
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrlExtension.php115 $ext = ($this->isCritical ? '!' : '') . str_replace(',', '%2c', self::encode($this->name));
118 $ext .= '=' . str_replace(',', '%2c', self::encode($this->value));
149 $name = str_ireplace('%2c', ',', self::decode($pieces[0]));
150 $value = isset($pieces[1]) ? str_ireplace('%2c', ',', self::decode($pieces[1])) : null;
152 return new self($name, $value, $isCritical);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1AsyncQuery.php61 public $self; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1AsyncQuery
214 public function setSelf($self) argument
216 $this->self = $self;
223 return $this->self;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php64 if (empty(self::$curveOIDs)) {
71 self::$curveOIDs = [
181 ] + self::$curveOIDs);
195 self::$implicitCurve = $curve;
218 if (!isset(self::$implicitCurve)) {
221 return self::$implicitCurve;
233 $point = self::extractPoint("\0" . $data['base'], $curve);
260 $point = self::extractPoint("\0" . $data['base'], $curve);
355 if (isset(self::$curveOIDs[$name])) {
540 self::$useNamedCurves = false;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DSalsa20.php284 return $this->crypt($ciphertext, self::DECRYPT);
320 if ($this->engine == self::ENGINE_OPENSSL) {
339 if ($mode == self::ENCRYPT) {
357 if ($this->engine == self::ENGINE_OPENSSL) {
382 if ($this->engine == self::ENGINE_OPENSSL) {
434 $b ^= self::leftRotate($a + $d, 7);
435 $c ^= self::leftRotate($b + $a, 9);
436 $d ^= self::leftRotate($c + $b, 13);
437 $a ^= self::leftRotate($d + $c, 18);
524 self::nullPad128($this->aad) .
[all …]
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js31 var self = this;
208 self.setNextLayout();
212 self.setNextLang();
595 if (!self.isOpen()) return;
643 self.setNextLang();
649 self.setNextLayout();
765 self.toggleLayoutMode('alt', VK_ALT);
873 self.attachInput = function (el) { method
930 self.close = function () { method
942 self.isOpen = function () /* :Boolean */ { method
[all …]
/plugin/combo/ComboStrap/
H A DPageSqlTreeListener.php167 if ($this->tableName === self::BACKLINKS) {
170 if ($variableName === self::DEPTH) {
177 if ($this->tableName === self::BACKLINKS) {
260 case self::DEPTH:
267 LogUtility::msg("The value of the depth attribute ($text) is not an integer", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
272 LogUtility::msg("The requested page is unknown and is mandatory with the depth attribute", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
284 LogUtility::error("The value of the column $this->actualPredicateColumn ($text) could not be transformed as a number. Error: {$e->getMessage()}", self::CANONICAL);
331 if (in_array($ruleIndex, self::STATE_VALUES)) {
346 case self::BACKLINKS:
349 case self
[all...]
H A DRasterImageLink.php54 throw new ExceptionBadArgument("The mime value ($mime) is not a supported raster image.", self::CANONICAL);
78 ->setLogicalTag(self::CANONICAL);
89 $attributes->addClassName(self::RESPONSIVE_CLASS);
140 $imageMargin = SiteConfig::getConfValue(self::CONF_RESPONSIVE_IMAGE_MARGIN, "20px");
144 LogUtility::warning("The variable (" . self::CONF_RESPONSIVE_IMAGE_MARGIN . ") has a value ($imageMargin) that is not a valid length.", self::CANONICAL, $e);
282 $attributes->addClassName(self::getLazyClass());
397 $retinaEnabled = SiteConfig::getConfValue(self::CONF_RETINA_SUPPORT_ENABLED, 0);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DIntervalSet.php33 public static function fromInt(int $number) : self
35 $set = new self();
45 public static function fromRange(int $start, int $end) : self
47 $set = new self();
54 public function complement(IntervalSet $set) : ?self
63 public function subtract(IntervalSet $set) : self
69 return self::subtractSets($this, $set);
72 public function orSet(IntervalSet $other) : self
74 $result = new self();
87 public static function subtractSets(IntervalSet $left, IntervalSet $right) : self
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSlackHandler.php202 public function setChannel(string $channel): self
212 public function setUsername(string $username): self
219 public function useAttachment(bool $useAttachment): self
226 public function setIconEmoji(string $iconEmoji): self
233 public function useShortAttachment(bool $useShortAttachment): self
240 public function includeContextAndExtra(bool $includeContextAndExtra): self
250 public function excludeFields(array $excludeFields): self
/plugin/nspages/printers/
H A DprinterTree.php141 $tree->self = $item;
172 $this->_printElementOpen($tree->self, $level);
173 if ( !is_null($tree->self) ){
174 $this->_printElementContent($tree->self, $level);
215 public $self = null; variable in NspagesTreeNsNode
219 * but when $self is empty.
242 return is_null($this->self) ?
244 $this->self["sort"];
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DHasChild.php37 public function setQuery($query): self
49 public function setType(?string $type = null): self
61 public function setScope(string $scope): self
71 public function setInnerHits(InnerHits $innerHits): self
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DScriptedMetric.php49 public function setCombineScript(string $script): self
61 public function setInitScript(string $script): self
74 public function setMapScript(string $script): self
87 public function setReduceScript(string $script): self
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php110 case $this->primes[1]->equals(self::$zero):
112 case $this->coefficients[2]->equals(self::$zero):
114 case $this->exponents[1]->equals(self::$zero):
150 $r = BigInteger::randomRange(self::$one, $smallest->subtract(self::$one));
309 case self::SIGNATURE_PKCS1:
310 case self::SIGNATURE_RELAXED_PKCS1:
459 case self::ENCRYPTION_NONE:
461 case self::ENCRYPTION_PKCS1:
477 $type = self::validatePlugin('Keys', 'PKCS8', 'savePublicKey');
500 $type = self::validatePlugin(
[all …]
/plugin/qrcode2/
H A Dphpqrcode.php208 self::$frames = array();
273 self::markTime('finish');
403 … return self::$capacity[$version][QRCAP_WORDS] - self::$capacity[$version][QRCAP_EC][$level];
429 $words = self::$capacity[$i][QRCAP_WORDS] - self::$capacity[$i][QRCAP_EC][$level];
616 $d = self::$alignmentPattern[$version][1] - self::$alignmentPattern[$version][0];
877 self::$frames[$version] = self::unserial(file_get_contents($fileName));
879 self::$frames[$version] = self::createFrame($version);
880 file_put_contents($fileName, self::serial(self::$frames[$version]));
883 self::$frames[$version] = self::createFrame($version);
890 return self::$frames[$version];
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.dts.php57 if (($encoding = array_search($sync, self::$syncwords)) !== false) {
71 …return $this->error('Expecting "'.implode('| ', array_map('getid3_lib::PrintHexBytes', self::$sync…
125 $info['dts']['bitrate'] = self::bitrateLookup($info['dts']['raw']['bitrate']);
126 …$info['dts']['bits_per_sample'] = self::bitPerSampleLookup($info['dts']['raw']['bits_per_samp…
127 …$info['dts']['sample_rate'] = self::sampleRateLookup($info['dts']['raw']['sample_frequenc…
128 …$info['dts']['dialog_normalization'] = self::dialogNormalization($info['dts']['raw']['dialog_norma…
131 …$info['dts']['channels'] = self::numChannelsLookup($info['dts']['raw']['channel_arrang…
132 …$info['dts']['channel_arrangement'] = self::channelArrangementLookup($info['dts']['raw']['channel…
/plugin/authgooglesheets/vendor/google/auth/src/
H A DApplicationDefaultCredentials.php96 $creds = self::getCredentials($scope, $httpHandler, $cacheConfig, $cache);
127 $creds = self::getCredentials($scope, $httpHandler, $cacheConfig, $cache, $quotaProject);
184 } elseif (self::onGce($httpHandler, $cacheConfig, $cache)) {
189 throw new DomainException(self::notFound());
219 $creds = self::getIdTokenCredentials($targetAudience, $httpHandler, $cacheConfig, $cache);
246 $creds = self::getIdTokenCredentials($targetAudience, $httpHandler, $cacheConfig, $cache);
298 } elseif (self::onGce($httpHandler, $cacheConfig, $cache)) {
303 throw new DomainException(self::notFound());
/plugin/issuelinks/classes/
H A DServiceProvider.php34 if (null === self::$instance || $forcereload) {
35 self::$instance = new self();
37 return self::$instance;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DSetOwnerControl.php43 parent::__construct(self::OID_SET_OWNER, true);
83 $request = self::decodeEncodedValue($type);
88 $control = new self(
92 return self::mergeControlData($control, $type);

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