Home
last modified time | relevance | path

Searched refs:self (Results 1501 – 1525 of 2449) sorted by relevance

1...<<61626364656667686970>>...98

/plugin/dump/class/
H A DCallStackMenuItem.php45 $linkAttributes['id']= self::ITEM_ID;
/plugin/bookcreator/_test/
H A DSyntaxTest.php48 self::assertEquals( $expectedData, $result );
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DLine.php33 public function __construct($type = self::UNCHANGED, $content = '')
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Exception/
H A DInvalidArgumentException.php26 return new self(
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DJsonProcessor.php31 public function setAddToRoot(bool $addToRoot): self
H A DJoinProcessor.php28 public function setSeparator(string $separator): self
/plugin/elasticsearch/vendor/symfony/polyfill-php73/
H A DPhp73.php32 $s = substr($ns, 11) - self::$startAt;
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DException.php31 $code = self::E_ANY;
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A D.travis.yml9 - travis_retry composer self-update
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddefault.test38 {{ object.self.foo |default('default') is same as('default') ? 'ko' : 'ok' }}
39 {{ object.self.undefinedMethod |default('default') is same as('default') ? 'ok' : 'ko' }}
40 {{ object.undefinedMethod.self |default('default') is same as('default') ? 'ok' : 'ko' }}
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataTabular.php178 $identifierNameType = self::PERSISTENT_NAME;
180 $identifierNameType = self::IDENTIFIER_NAME;
207 if ($identifierNameType === self::IDENTIFIER_NAME) {
237 * should be build before via the {@link self::buildFromReadStore()}
/plugin/jquery/
H A Djquery-1.4.2.js1233 self.addClass( value.call(this, i, self.attr("class")) );
1267 self.removeClass( value.call(this, i, self.attr("class")) );
3999 self.text( text.call(this, i, self.text()) );
4047 var self = jQuery( this ), contents = self.contents();
4053 self.append( html );
4213 var self = jQuery(this), old = self.html();
4232 var self = jQuery(this), old = self.html();
4818 var self = this;
5559 self = this;
5761 var self = this;
[all …]
/plugin/refnotes/
H A Ddatabase.php25 if (self::$instance == NULL) {
26 self::$instance = new refnotes_reference_database();
29 self::$instance->load();
32 return self::$instance;
/plugin/struct/meta/
H A DAccessTable.php87 if (self::isTypePage($pid, $ts)) {
108 if (!self::isTypePage($pid, $ts)) {
113 return self::bySchema($schema, $pid, $ts, $rid);
442 $idColumn = self::isTypePage($this->pid, $this->ts) ? 'pid' : 'rid';
/plugin/commonmark/vendor/league/commonmark/src/
H A DGithubFlavoredMarkdownConverter.php
H A DCommonMarkConverter.php
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DClientUtils.php58 throw new \RuntimeException(self::CA_ERR);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DRange.php35 public function addField(string $fieldName, array $args): self
H A DSpanOr.php37 public function addClause(AbstractSpanQuery $clause): self
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Comparison/
H A DDefaultEquivalence.php21 return $other instanceof self;
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php1488 $markup .= ' '.$name.'="'.self::escape($value).'"';
1522 $markup .= self::escape($text, true);
1608 elseif (self::striAtStart($att, 'on'))
1622 if (self::striAtStart($Element['attributes'][$attribute], $scheme))
1658 if (isset(self::$instances[$name]))
1660 return self::$instances[$name];
1665 self::$instances[$name] = $instance;
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/
H A D.travis.yml14 - composer self-update
/plugin/findologicxmlexport/vendor/jms/serializer/src/Visitor/Factory/
H A DJsonSerializationVisitorFactory.php25 public function setOptions(int $options): self
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DIndexDocument.php13 protected $_opType = self::OP_TYPE_INDEX;
/plugin/prosemirror/parser/
H A DWindowsShareLinkNode.php18 self::renderToJSON($renderer, 'other', $link, $title);

1...<<61626364656667686970>>...98