Home
last modified time | relevance | path

Searched refs:self (Results 1276 – 1300 of 2449) sorted by relevance

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

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DPool.php106 self::cmpCallback($options, 'fulfilled', $res);
107 self::cmpCallback($options, 'rejected', $res);
/plugin/katex/syntax/
H A Dprotect.php79 foreach ( self::$ENVIRONMENTS as $env ) {
103 foreach ( self::$ENVIRONMENTS as $env ) {
/plugin/combo/action/
H A Dcache.php126 if (in_array($script, self::STATIC_SCRIPT_NAMES)) {
129 self::deleteVaryHeader();
H A Dindexer.php165 LogUtility::internalError("The identifier and the value identifier should be known at this stage", self::CANONICAL, $e);
175 LogUtility::warning("Reference error when persisting to the file system store: " . $e->getMessage(), self::CANONICAL, $e);
/plugin/combo/vendor/symfony/process/Pipes/
H A DUnixPipes.php131 $data = @fread($pipe, self::CHUNK_SIZE);
133 } while (isset($data[0]) && ($close || isset($data[self::CHUNK_SIZE - 1])));
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDateTimeParser.php201 return self::parseDuration($date);
203 return self::parseDate($date, $referenceTz);
205 return self::parseDateTime($date, $referenceTz);
/plugin/ipban/ip-lib/src/Address/
H A DIPv4.php196 if (self::$reservedRanges === null) {
236 self::$reservedRanges = $reservedRanges;
239 return self::$reservedRanges;
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php164 return substr($type, -2) === self::OPERATOR_ARRAY;
188 return ($type[0] !== self::OPERATOR_NAMESPACE) && !$this->isKeyword($type);
200 return strpos($type, self::OPERATOR_NAMESPACE) === 0;
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DDateTimeParser.php208 return self::parseDuration($date);
210 return self::parseDate($date, $referenceTz);
212 return self::parseDateTime($date, $referenceTz);
/plugin/extendpage/meta/
H A DAssignments.php34 if (is_null(self::$instance) or $forcereload) {
36 self::$instance = new $class();
38 return self::$instance;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Ddefined.test26 {{ object.self.foo is defined ? 'ok' : 'ko' }}
27 {{ object.self.undefinedMethod is defined ? 'ko' : 'ok' }}
28 {{ object.undefinedMethod.self is defined ? 'ko' : 'ok' }}
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DLineFormatter.php52 public function includeStacktraces(bool $include = true): self
62 public function allowInlineLineBreaks(bool $allow = true): self
69 public function ignoreEmptyContextAndExtra(bool $ignore = true): self
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php121 $issuers = array(self::OAUTH2_ISSUER, self::OAUTH2_ISSUER_HTTPS);
195 self::FEDERATED_SIGNON_CERT_URL
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php144 if (!$persistent || !self::$_guzzleClientConnection) {
145 self::$_guzzleClientConnection = new Client();
148 return self::$_guzzleClientConnection;
H A DHttp.php215 if (!$persistent || !self::$_curlConnection) {
216 self::$_curlConnection = \curl_init();
219 return self::$_curlConnection;
/plugin/ifauthex/lib/
H A Dgrammar.php79 if (self::isQuoted($strValue)) {
80 return self::unquote($strValue);
85 $userName = self::getInstanceLiteralValue($elmInstance);
/plugin/odt/ODT/
H A DODTSpan.php57 self::spanOpenUseProperties($params, $properties);
103 self::spanOpen($params, $style_name);
217 $style_name = self::createSpanInternal ($params, $found ['attributes']);
/plugin/combo/ComboStrap/
H A DOutlineSection.php206 LogUtility::internalError("The level ($level) could not be cast to an integer", self::CANONICAL);
H A DPagePublicationDate.php85 return self::PROPERTY_NAME;
133 LogUtility::error("Internal Error: the date format is not valid. Error: {$e->getMessage()}", self::CANONICAL);
/plugin/structpublish/meta/
H A DAssignments.php34 if (is_null(self::$instance) or $forcereload) {
36 self::$instance = new $class();
38 return self::$instance;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php270 if ($s->edges === null || $t < self::MIN_DFA_EDGE || $t > self::MAX_DFA_EDGE) {
274 $target = $s->edges[$t - self::MIN_DFA_EDGE] ?? null;
757 if ($t < self::MIN_DFA_EDGE || $t > self::MAX_DFA_EDGE) {
768 $from->edges = new \SplFixedArray(self::MAX_DFA_EDGE - self::MIN_DFA_EDGE + 1);
771 $from->edges[$t - self::MIN_DFA_EDGE] = $to; // connect
846 if ($curChar === self::NEW_LINE_CODE) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultEntry.php62 * @return self
89 return new self(new Entry(
101 $asn1 = Asn1::application(self::TAG_NUMBER, Asn1::sequence());
/plugin/commonmark/vendor/league/commonmark/src/
H A DHtmlElement.php
/plugin/combo/syntax/
H A Dxmlinlinetag.php73 * because we manage self the content and we call self the parser
122 foreach (self::getInlineTags() as $tag) {
134 foreach (self::getInlineTags() as $tag) {
/plugin/struct/action/
H A Doutput.php123 $placeholder = sprintf('@%s_%s_%s@', self::DW2PDF_PLACEHOLDER_PREFIX, $schema, $field);
138 $pattern = '~@' . self::DW2PDF_PLACEHOLDER_PREFIX . '_[^@]+?@~';

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