Home
last modified time | relevance | path

Searched refs:self (Results 626 – 650 of 2449) sorted by relevance

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

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DComposite.php10 public function setSize(int $size): self
18 public function addSource(AbstractAggregation $aggregation): self
26 public function addAfter(?array $checkpoint): self
H A DTerms.php22 public function setOrder(string $order, string $direction): self
34 public function setOrders(array $orders): self
46 public function setMissingBucket(): self
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php86 $format = self::formatPack($format);
115 $result[] = ord(self::shift($data));
118 $result[] = ord(self::shift($data)) != 0;
121 list(, $temp) = unpack('N', self::shift($data, 4));
131 extract(unpack('Nupper/Nlower', self::shift($data, 8)));
138 list(, $length) = unpack('N', self::shift($data, 4));
142 $temp = self::shift($data, $length);
168 $format = self::formatPack($format);
205 if (!self::is_stringable($element)) {
/plugin/elasticsearch/action/
H A Dindexing.php75 $this->delete_entry($event->data[2], self::DOCTYPE_PAGE);
86 if ($event->data['unl']) $this->delete_entry($event->data['id'], self::DOCTYPE_MEDIA);
104 $this->delete_entry($id, self::DOCTYPE_PAGE);
171 protected function update_indexstate($id, $doctype = self::DOCTYPE_PAGE) {
172 $indexStateFile = ($doctype === self::DOCTYPE_MEDIA) ?
202 $stateFile = ($doctype === self::DOCTYPE_MEDIA) ?
230 $data['mime'] = self::MIME_DOKUWIKI;
231 $data['doctype'] = self::DOCTYPE_PAGE;
289 $data['doctype'] = self::DOCTYPE_MEDIA;
/plugin/combo/syntax/
H A Dmedia.php60 const COMPONENT = 'combo_' . self::TAG;
104 LogUtility::internalError("The mime for the path ($path) was not found", self::CANONICAL, $e);
154 LogUtility::internalError("The path of an internal media should be known. We were unable to update the statistics.", self::TAG);
211 $enable = $this->getConf(self::CONF_IMAGE_ENABLE, 1);
223 $this->Lexer->addSpecialPattern(self::MEDIA_PATTERN, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
240 LogUtility::error($message, self::TAG, $e);
343 LogUtility::internalError("No src found, we couldn't register the media in the index. Error: {$e->getMessage()}", self::CANONICAL, $e);
351 LogUtility::internalError("We cannot get the path of the image. Error: {$e->getMessage()}. The image was not registered in the metadata", self::TAG);
354 self::registerFirstImage($renderer, $path);
/plugin/facebookalbum/
H A Dfacebook.php593 $opts = self::$CURL_OPTS;
705 $expected_sig = self::generateSignature(
710 self::errorLog('Got invalid session signature in cookie.');
741 $session['sig'] = self::generateSignature(
762 $sig = self::base64UrlDecode($encoded_sig);
763 $data = json_decode(self::base64UrlDecode($payload), true);
766 self::errorLog('Unknown algorithm. Expected HMAC-SHA256');
774 self::errorLog('Bad Signed JSON signature!');
853 return self::getUrl($name, 'restserver.php');
865 $url = self::$DOMAIN_MAP[$name];
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php112 $temp = new self(Hex::decode($x), 256);
175 $temp = new self();
189 $temp = new self();
203 $temp = new self();
222 $quotient = new self();
223 $remainder = new self();
519 return self::randomRangeHelper($min, $max);
555 foreach (self::PRIMES as $prime) {
595 $temp = new self();
609 return self::minHelper($nums);
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.ac3.php77 if ($this->AC3header['syncinfo'] !== self::syncword) {
104 … $thisfile_ac3['center_mix_level'] = self::centerMixLevelLookup($thisfile_ac3_raw_bsi['cmixlev']);
110 …$thisfile_ac3['surround_mix_level'] = self::surroundMixLevelLookup($thisfile_ac3_raw_bsi['surmixle…
128 $thisfile_ac3['heavy_compression'] = self::heavyCompression($thisfile_ac3_raw_bsi['compr']);
142 $thisfile_ac3['room_type'] = self::roomTypeLookup($thisfile_ac3_raw_bsi['roomtyp']);
152 $thisfile_ac3['heavy_compression2'] = self::heavyCompression($thisfile_ac3_raw_bsi['compr2']);
166 $thisfile_ac3['room_type2'] = self::roomTypeLookup($thisfile_ac3_raw_bsi['roomtyp2']);
434 $thisfile_ac3['sample_rate'] = self::sampleRateCodeLookup2($thisfile_ac3_raw_bsi['fscod2']);
436 $thisfile_ac3['sample_rate'] = self::sampleRateCodeLookup($thisfile_ac3_raw_bsi['fscod']);
445 $thisfile_ac3['bitrate'] = self::bitrateLookup($thisfile_ac3_raw_bsi['frmsizecod']);
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DStream.php247 $self = $this;
426 $self = $this;
435 $self
506 $self = $this;
515 $self
534 $self = $this;
546 $self = $this;
555 $self
576 $self = $this;
586 $self
[all …]
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js173 var self = this;
311 var self = this;
318 self.breakPoints.splice(self.breakPoints.indexOf(x), 1);
320 StepperManager.saveBreakPoints(self.pageIndex, self.breakPoints);
398 var self = this;
400 self.currentIdx = idx;
405 self.nextBreakPoint = self.currentIdx + 1;
406 self.goTo(-1);
413 self.goTo(-1);
419 self.goTo(idx);
[all …]
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php160 $phpinfo_array = self::phpinfo_array();
249 if (self::IsHexColor($HexColorString)) {
377 if (self::gd_version() >= 2.0) {
395 $OverlayPixel = self::GetPixelColor($src_im, $x, $y);
399 $newcolor = self::ImageColorAllocateAlphaSafe(
547 $parsed_url = self::ParseURLbetter($remotefile);
568 $parsed_url = self::ParseURLbetter($remotefile);
706 $parsed_url = self::ParseURLbetter($url);
765 $parsed_url = self::ParseURLbetter($url);
779 $parsed_url = self::ParseURLbetter($matches[ 1]);
[all …]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Comparator/
H A DFactory.php41 if (self::$instance === null) {
42 self::$instance = new Factory;
45 return self::$instance;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DPrincipalSearchPropertySetReport.php53 $self = new self();
54 return $self;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DPrincipalSearchPropertySetReport.php53 $self = new self();
54 return $self;
/plugin/webcomponent/syntax/
H A Dunit.php74 $pattern = webcomponent::getLookAheadPattern(self::getElementName());
82 …$this->Lexer->addExitPattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN…
103 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);
162 $renderer->doc .= '<div class="webcomponent_'.self::getTag() .'"';
/plugin/webcomponent/
H A Dwebcomponent.php61 $elementName = self::getTagName($get_called_class);
80 return self::PLUGIN_NAME . ':';
123 $conf['datadir'] = getcwd() . self::DOKU_DATA_DIR;
130 $conf['cachedir'] = getcwd() . self::DOKU_CACHE_DIR;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DExtendedResponseFactory.php47 if (!self::has($oid)) {
53 $responseConstruct = self::$map[$oid] . '::fromAsn1';
72 return isset(self::$map[$oid]);
95 self::$map[$oid] = $className;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DWildcard.php41 public function setValue(string $value): self
49 public function setBoost(float $boost): self
63 public function setRewrite(string $rewriteMode): self
74 public function setCaseInsensitive(bool $caseInsensitive): self
/plugin/combo/action/
H A Djs.php55 $script['src'] = $src . '&' . self::ACCESS_PROPERTY_KEY . '=' . self::ACCESS_PROPERTY_VALUE_PUBLIC;
80 $access = $_GET[self::ACCESS_PROPERTY_KEY] ?? null;
81 if ($access == self::ACCESS_PROPERTY_VALUE_PUBLIC) {
/plugin/combo/ComboStrap/
H A DConditionalValue.php45 if (array_key_exists($breakpoint, self::$breakpoints)) {
54 if (array_key_exists($part, self::$breakpoints)) {
83 if (!array_key_exists($breakpoint, self::$breakpoints)) {
100 return self::$breakpoints[$this->breakpoint];
/plugin/barcodes/vendor/composer/
H A Dautoload_real.php21 if (null !== self::$loader) {
22 return self::$loader;
28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
/plugin/upgrade/vendor/composer/
H A Dautoload_real.php21 if (null !== self::$loader) {
22 return self::$loader;
28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
/plugin/aichat/vendor/composer/
H A Dautoload_real.php21 if (null !== self::$loader) {
22 return self::$loader;
28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfig.php81 ?self $oldConfig,
112 return $this->reachesIntoOuterContext & ~self::SUPPRESS_PRECEDENCE_FILTER;
117 return ($this->reachesIntoOuterContext & self::SUPPRESS_PRECEDENCE_FILTER) !== 0;
123 $this->reachesIntoOuterContext |= self::SUPPRESS_PRECEDENCE_FILTER;
125 $this->reachesIntoOuterContext &= ~self::SUPPRESS_PRECEDENCE_FILTER;
139 return $other instanceof self
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php327 if (!self::$oidsLoaded) {
603 case self::FORMAT_DER:
1856 case self::DN_ARRAY:
1858 case self::DN_ASN1:
1864 case self::DN_CANON:
1893 case self::DN_HASH:
2330 case self::FORMAT_DER:
2434 case self::FORMAT_DER:
3633 case self::ATTR_ALL:
4072 if (isset(self::$extensions[$id]) && self::$extensions[$id] !== $mapping) {
[all …]

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