Home
last modified time | relevance | path

Searched refs:self (Results 1351 – 1375 of 2449) sorted by relevance

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php92 $aTestRunner = new self;
269 self::$versionStringPrinted = true;
650 exit(self::FAILURE_EXIT);
654 exit(self::FAILURE_EXIT);
657 exit(self::SUCCESS_EXIT);
661 exit(self::EXCEPTION_EXIT);
665 exit(self::FAILURE_EXIT);
689 exit(self::FAILURE_EXIT);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.tak.php61 …$thisfile_takaudio['framesize'] = self::TAKFramesizeLookup(getid3_lib::Bin2Dec(substr($thisfile_ta…
62 …$thisfile_takaudio['codectype'] = self::TAKCodecTypeLookup(getid3_lib::Bin2Dec(substr($thisfile_ta…
84 …$thisfile_takaudio['profile'] = self::TAKProfileLookup(getid3_lib::BigEndian2Int(substr($TAKMetaDa…
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataSystem.php138 foreach (self::METADATAS as $metadataClass) {
150 return self::METADATAS;
189 $metadataClass = self::METADATAS[$name] ?? null;
/plugin/combo/ComboStrap/
H A DSnippetSystem.php57 return $executionContext->getRuntimeObject(self::CANONICAL);
60 $executionContext->setRuntimeObject(self::CANONICAL, $snippetSystem);
411 return self::toHtmlFromSnippetArray($snippets);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfStream.php36 * @return self
41 $v = new self;
85 * @return self
89 $v = new self;
100 * @return self
105 return PdfType::ensureType(self::class, $stream, 'Stream value expected.');
/plugin/struct/meta/
H A DAssignments.php35 if (is_null(self::$instance) || $forcereload) {
37 self::$instance = new $class();
39 return self::$instance;
/plugin/batchedit/
H A Dinterface.php22 case self::ERROR:
24 case self::WARNING:
36 case self::ERROR:
38 case self::WARNING:
73 $this->type = self::ERROR;
84 $this->type = self::WARNING;
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DCharacterStringType.php20 protected $tagNumber = self::TAG_TYPE_CHARACTER_STRING;
H A DOctetStringType.php20 protected $tagNumber = self::TAG_TYPE_OCTET_STRING;
H A DUniversalStringType.php20 protected $tagNumber = self::TAG_TYPE_UNIVERSAL_STRING;
H A DVideotexStringType.php20 protected $tagNumber = self::TAG_TYPE_VIDEOTEX_STRING;
H A DGraphicStringType.php20 protected $tagNumber = self::TAG_TYPE_GRAPHIC_STRING;
H A DNumericStringType.php20 protected $tagNumber = self::TAG_TYPE_NUMERIC_STRING;
H A DPrintableStringType.php20 protected $tagNumber = self::TAG_TYPE_PRINTABLE_STRING;
H A DTeletexStringType.php20 protected $tagNumber = self::TAG_TYPE_TELETEX_STRING;
H A DUtf8StringType.php20 protected $tagNumber = self::TAG_TYPE_UTF8_STRING;
H A DGeneralStringType.php20 protected $tagNumber = self::TAG_TYPE_GENERAL_STRING;
H A DVisibleStringType.php20 protected $tagNumber = self::TAG_TYPE_VISIBLE_STRING;
H A DIA5StringType.php20 protected $tagNumber = self::TAG_TYPE_IA5_STRING;
H A DBmpStringType.php20 protected $tagNumber = self::TAG_TYPE_BMP_STRING;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DCreateDocument.php10 protected $_opType = self::OP_TYPE_CREATE;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php185 …function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions = true) {
338 return self::getDefaultSupportedPrivilegeSet();
776 $this->checkPrivileges($path, '{DAV:}read', self::R_RECURSIVE);
812 $this->checkPrivileges($parentUri, '{DAV:}unbind', self::R_RECURSIVEPARENTS);
844 if (!$this->checkPrivileges($path, '{DAV:}read', self::R_PARENT, false)) {
909 …if (!$this->checkPrivileges($path, '{DAV:}read-current-user-privilege-set', self::R_PARENT, false)…
920 if (!$this->checkPrivileges($path, '{DAV:}read-acl', self::R_PARENT, false)) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/HTTP/
H A DSapiMock.php25 self::$sent++;
/plugin/cleanoldips/
H A Daction.php46 if (file_exists($cacheFile) && (time() - filemtime($cacheFile) < self::SECONDS_IN_A_DAY)) {
107 $ageCutoff = (int)$conf['recent_days'] * self::SECONDS_IN_A_DAY;
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.tumblr.js34 function get (self, options, uri, settings, name) {
37 return value.call(self, options, uri, settings);

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