Home
last modified time | relevance | path

Searched refs:self (Results 1026 – 1050 of 2449) sorted by relevance

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

/plugin/combo/syntax/
H A Dvariable.php23 const CANONICAL = self::TAG;
81 * because we manage self the content and we call self the parser
129 self::EXPRESSION_ATTRIBUTE => $expression,
147 $expression = $data[self::EXPRESSION_ATTRIBUTE];
/plugin/combo/ComboStrap/Meta/Field/
H A DFeaturedRasterImage.php45 return self::PROPERTY_NAME;
100 $store->setFromPersistentName(self::FEATURED_IMAGE_PARSED, $path);
130 $parsedValue = $this->getReadStore()->getFromName(self::FEATURED_IMAGE_PARSED);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DTestCase.php22 $self = $this;
23 $getObj = function($input) use ($self) {
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DTestCase.php22 $self = $this;
23 $getObj = function($input) use ($self) {
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DRealType.php20 protected $tagNumber = self::TAG_TYPE_REAL;
57 $type = new self($value);
H A DRelativeOidType.php20 protected $tagNumber = self::TAG_TYPE_RELATIVE_OID;
65 $type = new self($value);
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DIAMCredentials.php86 $metadata_copy[self::SELECTOR_KEY] = $this->selector;
87 $metadata_copy[self::TOKEN_KEY] = $this->token;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DTestCase.php22 $self = $this;
23 $getObj = function($input) use ($self) {
/plugin/combo/ComboStrap/
H A DReplicationDate.php44 return self::REPLICATION_CANONICAL;
49 return self::PROPERTY_NAME;
H A DLineSpacing.php29 LogUtility::msg("The line-spacing attribute is only implemented with Bootstrap 5. If you want to use this attribute, you should " . PluginUtility::getDocumentationHyperLink(Bootstrap::CANONICAL, "change the Bootstrap version") . ".", self::CANONICAL);
52 LogUtility::msg("The line-spacing value ($lineSpacingValue) is not a valid value.", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
H A DLocalFileSystem.php22 if (self::$localFs === null) {
23 self::$localFs = new LocalFileSystem();
25 return self::$localFs;
67 if (!self::exists($path)) {
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php165 if ( !isset(self::$parser) ) {
166 self::$parser = new Structures_BibTex(array('removeCurlyBraces' => false));
169 self::$parser->loadString($bibtex);
170 $stat = self::$parser->parse();
176 $parsed = self::$parser->data;
215 $data = self::parse($bibtex);
/plugin/refnotes/
H A Dcore.php33 if (self::$instance == NULL) {
34 self::$instance = new refnotes_parser_core();
37 return self::$instance;
332 if (self::$instance == NULL) {
333 self::$instance = new refnotes_renderer_core();
336 return self::$instance;
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php161 if ( !isset(self::$parser) ) {
162 self::$parser = new Structures_BibTex(array('removeCurlyBraces' => false));
165 self::$parser->loadString($bibtex);
166 $stat = self::$parser->parse();
172 $parsed = self::$parser->data;
211 $data = self::parse($bibtex);
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php235 if ($curlResult['status'] === self::STATUS_CURLERROR) {
252 } elseif ($curlResult['status'] === self::STATUS_HTTPERROR) {
355 if ($response['status'] === self::STATUS_CURLERROR) {
488 'status' => self::STATUS_CURLERROR,
528 'status' => $httpCode >= 400 ? self::STATUS_HTTPERROR : self::STATUS_SUCCESS,
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php233 if ($curlResult['status'] === self::STATUS_CURLERROR) {
250 } elseif ($curlResult['status'] === self::STATUS_HTTPERROR) {
353 if ($response['status'] === self::STATUS_CURLERROR) {
486 'status' => self::STATUS_CURLERROR,
526 'status' => $httpCode >= 400 ? self::STATUS_HTTPERROR : self::STATUS_SUCCESS,
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverExpectedCondition.php243 return self::elementTextContains($by, $text);
321 return self::elementValueContains($by, $text);
417 $visibility_of_element_located = self::visibilityOfElementLocated($by);
471 public static function refreshed(self $condition)
492 return self::elementSelectionStateToBe(
577 public static function not(self $condition)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php101 self::invokeStats($easy);
105 return self::finishError($handler, $easy, $factory);
145 $ctx[self::CURL_VERSION_STR] = curl_version()['version'];
152 return self::retryFailedRewind($handler, $easy, $ctx);
155 return self::createRejection($easy, $ctx);
181 if (version_compare($ctx[self::CURL_VERSION_STR], self::LOW_CURL_VERSION_NUMBER)) {
524 return self::createRejection($easy, $ctx);
537 return self::createRejection($easy, $ctx);
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/
H A DWrapper.php64 if (true === self::isRegistered($protocol)) {
120 return in_array($protocol, self::getRegistered());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/deprecated/
H A Dmacro.legacy.test11 {% import _self as self %}
12 {{ self.hello(name) }}
/plugin/elasticsearch/vendor/ruflin/elastica/src/Script/
H A DScriptFields.php34 public function addScript(string $name, AbstractScript $script): self
49 public function setScripts(array $scripts): self
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DAbstractSimpleAggregation.php16 public function setField(string $field): self
28 public function setScript($script): self
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php71 $match = self::headerLines($message, $header);
174 $message = self::removeHeader($message, $header);
201 if ($host = self::header($request, 'host')) {
249 . self::describeType($message['body']));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DTestUtil.php11 $backend = new Backend\PDO(self::getSQLiteDB());
47 $backend->createCard($addressbookId, 'UUID-2345', self::getTestCardData());
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DJSON.php35 if ($error = self::getJsonLastErrorMsg()) {
64 if ($error = self::getJsonLastErrorMsg()) {

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