Home
last modified time | relevance | path

Searched refs:self (Results 1201 – 1225 of 2449) sorted by relevance

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

/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DMap.php59 ->given($iterator = new LUT\Map(self::$_dummyArray))
63 ->isEqualTo(self::$_dummyArray);
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php68 … if (self::FORCE_BYTECODE_INVALIDATION == ($this->options & self::FORCE_BYTECODE_INVALIDATION)) {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Exclusion/
H A DExpressionLanguageExclusionStrategyTest.php51 self::assertTrue($this->exclusionStrategy->shouldSkipProperty($metadata, $this->context));
60 self::assertFalse($this->exclusionStrategy->shouldSkipProperty($metadata, $this->context));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTokenStreamTest.php21 self::$tokens = [
47 $stream = new TokenStream(self::$tokens);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DBindResponse.php78 * @return self
83 [$resultCode, $dn, $diag, $ref] = self::parseResultData($type);
93 return new self(new LdapResult($resultCode, $dn, $diag, ...$ref), $saslCreds);
/plugin/combo/ComboStrap/
H A DLowQualityCalculatedIndicator.php68 LogUtility::internalError($message, self::CANONICAL);
84 return self::PROPERTY_NAME;
H A DFetcherRawLocalPath.php22 $fetcherRaw = self::createEmpty();
95 return self::NAME;
H A DPageKeywords.php47 return self::PROPERTY_NAME;
106 return self::PROPERTY_NAME;
/plugin/combo/syntax/
H A Dtoc.php67 * because we manage self the content and we call self the parser
85 $specialPattern = PluginUtility::getEmptyTagPattern(self::TAG);
140 ->setLogicalTag(self::TAG)
/plugin/combo/ComboStrap/Meta/Field/
H A DFeaturedImage.php49 return self::PROPERTY_NAME;
108 return self::PROPERTY_NAME;
/plugin/combo/ComboStrap/Tag/
H A DSubscribeTag.php42 $subscribeTag = self::LOGICAL_TAG;
48 $data['list-value'] = $attributes->getValueAndRemove(self::LIST_ID_ATTRIBUTE);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DPredicateTransition.php54 return self::PREDICATE;
63 return $other instanceof self
H A DRangeTransition.php39 return self::RANGE;
48 return $other instanceof self
/plugin/nspages/printers/
H A DprinterPictures.php51 return ml($picture, self::$_dims, true);
56 return ml($this->_defaultPicture, self::$_dims, true);
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DConsistency.php239 $self = $this;
245 …s->function->register_shutdown_function = function ($_callable) use (&$called, $self, &$callable) {
248 $self
/plugin/authgoogle/google/io/
H A DGoogle_CurlIO.php85 self::$ENTITY_HTTP_METHODS)) {
128 self::parseHttpResponse($respData, $respHeaderSize);
177 $responseHeaders = self::parseResponseHeaders($responseHeaders);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DDateTimeParser.php184 return self::parseDuration($date);
186 return self::parseDate($date, $referenceTz);
188 return self::parseDateTime($date, $referenceTz);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDateTimeParser.php184 return self::parseDuration($date);
186 return self::parseDate($date, $referenceTz);
188 return self::parseDateTime($date, $referenceTz);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DUtils.php47 $queue = self::queue();
173 return self::all($promises, $recursive);
242 return self::some(1, $promises)->then(function ($values) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDateTimeParser.php184 return self::parseDuration($date);
186 return self::parseDate($date, $referenceTz);
188 return self::parseDateTime($date, $referenceTz);
/plugin/sketchcanvas/phplib/
H A Dspyc.php260 $string = $this->_dumpNode($key, self::REMPTY, $indent, $previous_key, $first_key, $source_array);
326 if ($value === "'" . self::REMPTY . "'") $value = null;
383 if ($this->setting_dump_force_quotes && is_string ($value) && $value !== self::REMPTY)
419 $line = self::stripIndent($line, $this->indent);
420 if (self::isComment($line)) continue;
421 if (self::isEmpty($line)) continue;
424 $literalBlockStyle = self::startsLiteralBlock($line);
436 while (++$i < $cnt && self::greedilyNeedNextLine($line)) {
843 $line = self::stripIndent($line, $indent);
845 $line = self
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DFormErrorHandlerTest.php71 self::assertSame('{}', $json);
81 self::assertSame(json_encode([
92 self::assertSame(json_encode([
120self::assertSame('{"children":{"url":{},"txt":{"errors":["This value is too short. It should have …
136 self::assertSame(json_encode([
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DComponent.php209 if ($child instanceof self) {
367 if ($child instanceof self) {
398 if ($child instanceof self) {
514 if ($value instanceof self || $value instanceof Property) {
641 if ($options & self::REPAIR && isset($defaults[$propName])) {
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.pinterest.js20 function get (self, options, uri, settings, name) {
23 return value.call(self, options, uri, settings);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DLazyEventDispatcherTest.php25 self::assertFalse($this->dispatcher->hasListeners('foo', 'Foo', 'json'));
27 self::assertTrue($this->dispatcher->hasListeners('foo', 'Foo', 'json'));

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