Home
last modified time | relevance | path

Searched refs:self (Results 1126 – 1150 of 2449) sorted by relevance

1...<<41424344454647484950>>...98

/plugin/fksnewsfeed/inc/ORM/
H A DModelPriority.php37 …blic static function createFromArray(helper_plugin_sqlite $helperPluginSqlite, array $data): self {
38 $model = new self($helperPluginSqlite);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Driver/
H A DPHPDBG.php80 $sourceLines[$file][$lineNo] = self::LINE_NOT_EXECUTED;
104 $sourceLines[$file][$lineNo] = self::LINE_EXECUTED;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultReference.php56 * @return self
70 return new self(...$referrals);
78 return Asn1::application(self::TAG_NUMBER, Asn1::sequence(...array_map(function ($ref) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DAtomTransition.php34 return self::ATOM;
43 return $other instanceof self
H A DPrecedencePredicateTransition.php42 return self::PRECEDENCE;
51 return $other instanceof self
/plugin/combo/vendor/carica/phpcss/src/
H A DPhpCss.php24 $ast = self::getAst($cssSelector);
39 $ast = self::getAst($cssSelector);
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImagePath.php41 return self::PROPERTY_NAME;
46 return self::PERSISTENT_NAME;
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfType.php42 return self::resolve($value->value, $parser, $stopAtIndirectObject);
46 return self::resolve($parser->getIndirectObject($value->value), $parser, $stopAtIndirectObject);
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php40 self::$sigchild = false !== strpos(ob_get_clean(), '--enable-sigchild');
45 if (self::$process) {
46 self::$process->stop(0);
47 self::$process = null;
1531 …$process = $this->getProcess(self::$phpBin.' '.__DIR__.'/ErrorProcessInitiator.php -e '.self::$php…
1561 self::$notEnhancedSigchild = true;
1566 if (self::$process) {
1567 self::$process->stop(0);
1570 return self::$process = $process;
1583 if (self::$sigchild) {
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DObjectConstructorTest.php69 self::assertEquals($author, $authorFetched);
88 self::assertSame($author, $authorFetched);
100 self::assertNull($author);
115 self::assertSame($author, $authorFetched);
130 self::assertSame($author, $authorFetched);
148 self::assertSame($author, $authorFetched);
191 self::assertSame($author, $authorFetched);
/plugin/ipban/ip-lib/src/Range/
H A DSubnet.php277 if (self::$sixToFour === null) {
278 self::$sixToFour = self::fromString('2002::/16');
281 return self::$sixToFour;
/plugin/dlcount/
H A Dadmin.php66 $mediametadir = $conf['metadir'] . '/' . self::DATADIR;
78 … $metaFN = $mediametadir . '/' . str_replace(':', DIRECTORY_SEPARATOR, $mediaWN) . self::SUFFIX;
135 $fixedpos = strpos($metafn, '/'.self::DATADIR.'/')+strlen('/'.self::DATADIR);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.id3v1.php352 $GenreLookup = self::ArrayOfGenres($allowSCMPXextended);
363 $GenreLookup = self::ArrayOfGenres($allowSCMPXextended);
379 if (($GenreID = self::LookupGenreID($OriginalGenre)) !== false) {
380 return self::LookupGenreName($GenreID);
/plugin/twofactor/
H A DManager.php70 if (self::$instance === null) {
71 self::$instance = new Manager();
73 return self::$instance;
81 self::$instance = null;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DNot.php121 return self::negate(
141 return self::negate(
/plugin/duoshuo-dokuwiki/
H A Dsyntax.php40 $this->Lexer->addSpecialPattern(self::DUOSHUO_SYNTAX,$mode,'plugin_duoshuo');
41 $this->Lexer->addSpecialPattern(self::NODUOSHUO_SYNTAX,$mode,'plugin_duoshuo');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/
H A DPrivateKey.php54 $type = self::validatePlugin('Keys', 'PKCS8', 'savePublicKey');
74 $type = self::validatePlugin('Keys', $type, 'savePrivateKey');
/plugin/combo/action/
H A Dslottemplate.php49 LogUtility::internalError("Should not happen as it's not the root", self::CANONICAL);
62 LogUtility::error("Internal Error", self::CANONICAL, $e);
/plugin/combo/ComboStrap/
H A DCallStack.php109 $headErrorMessage = self::MESSAGE_PREFIX_CALLSTACK_NOT_CONFORM;
137 // $this->callStackType = self::CALLSTACK_WRITER;
145 // $this->callStackType = self::CALLSTACK_MAIN;
180 return self::createFromHandler($handler);
344 LogUtility::msg("The actual call cannot be ask because the end of the stack was reached", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
348 LogUtility::msg("The actual call cannot be ask because the start of the stack was reached", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
569 if ($level == 0 && in_array($state, self::TAG_STATE)) {
605 LogUtility::error("Unable to move the callback pointer to the offset ($targetOffset)", self::CANONICAL);
910 if ($level == 0 && in_array($state, self::TAG_STATE)) {
1023 LogUtility::msg("You are not on the stack (start or end), you can't ask for the corresponding exit call", LogUtility::LVL_MSG_ERROR, self
[all...]
H A DMediaMarkup.php155 throw new ExceptionBadArgument("The media reference was not found in the callstack array", self::CANONICAL);
158 return self::createFromRef($ref)
269 LogUtility::internalError("For an external markup, the src should not be empty", self::CANONICAL);
364 return self::INTERNAL_MEDIA_CALL_NAME;
366 return self::EXTERNAL_MEDIA_CALL_NAME;
721 $linking = $tagAttributes->getValueAndRemoveIfPresent(self::LINKING_KEY);
834 $this->linking = $fetchUrl->getQueryPropertyValueAndRemoveIfPresent(self::LINKING_KEY);
844 $this->linkingClass = $fetchUrl->getQueryPropertyValueAndRemoveIfPresent(self::LINK_CLASS_ATTRIBUTE);
849 foreach (self::STYLE_ATTRIBUTES as $nonUrlAttribute) {
875 * @deprecated use the {@link self
[all...]
H A DHttpResponse.php100 $contentTypeHeader = Http::getFirstHeader(self::HEADER_CONTENT_TYPE, $response->getHeaders());
128 * when it's used via a {@link self::createFromDokuWikiResponse()}
186 $testRequest->addData(self::EXIT_KEY, $this->body);
340 $this->setStatus(self::getStatusFromException($e));
391 $status = self::getStatusFromException($e);
407 return $this->getHeader(self::HEADER_CONTENT_TYPE);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php553 self::CHANNEL,
570 $this->server_channels[self::CHANNEL],
590 $this->server_channels[self::CHANNEL],
2130 } elseif ($mode & self::RESUME) {
2167 case $mode & self::SOURCE_CALLBACK:
2175 $mode = $mode & ~self::SOURCE_LOCAL_FILE;
2185 case $mode & self::SOURCE_LOCAL_FILE:
2234 if ($mode & self::SOURCE_LOCAL_FILE) {
2258 if ($mode & self::SOURCE_LOCAL_FILE) {
3289 if (NET_SFTP_LOGGING == self::LOG_REALTIME) {
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/
H A DComparisonOperatorUsageSniff.php191 if (in_array($type, array_keys(self::$_invalidOps[$tokenizer])) === true) {
195 self::$_invalidOps[$tokenizer][$type],
199 } else if (in_array($type, self::$_validOps) === true) {
/plugin/var/
H A Dsyntax.php125 $xhtml = self::$wikiVERSION;
128 list($vrel,$vdate,$vname) = explode(' ', self::$wikiVERSION);
132 list($vrel,$vdate,$vname) = explode(' ', self::$wikiVERSION);
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DContextFactory.php152 if ($tokens->current()[0] === self::T_LITERAL_END_OF_USE) {
186 && ($tokens->current()[0] !== self::T_LITERAL_USE_SEPARATOR)
187 && ($tokens->current()[0] !== self::T_LITERAL_END_OF_USE)

1...<<41424344454647484950>>...98