Home
last modified time | relevance | path

Searched refs:self (Results 1076 – 1100 of 2449) sorted by relevance

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

/plugin/combo/syntax/
H A Dheader.php57 $this->Lexer->addEntryPattern(XmlTagProcessing::getContainerTagPattern(self::TAG), $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
62 $this->Lexer->addExitPattern('</' . self::TAG . '>', PluginUtility::getModeFromTag($this->getPluginComponent()));
133 ->setLogicalTag(self::TAG)
H A Dnavbarcollapse.php51 * because we manage self the content and we call self the parser
108 $pattern = XmlTagProcessing::getContainerTagPattern(self::TAG);
117 $this->Lexer->addExitPattern('</' . self::TAG . '>', 'plugin_' . PluginUtility::PLUGIN_BASE_NAME . '_' . $this->getPluginComponent());
149 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
/plugin/combo/ComboStrap/
H A DWikiFileSystem.php31 if (!isset(self::$wikiFileSystem)) {
32 self::$wikiFileSystem = new WikiFileSystem();
34 return self::$wikiFileSystem;
H A DQualityDynamicMonitoringOverwrite.php49 return self::PROPERTY_NAME;
79 return self::EXECUTE_DYNAMIC_QUALITY_MONITORING_DEFAULT;
/plugin/combo/action/
H A Dlinkwizard.php72 if ($postCall !== self::CALL) {
76 if (SiteConfig::getConfValue(self::CONF_ENABLE_ENHANCED_LINK_WIZARD, 1) === 0) {
109 LogUtility::internalError("The selection should return wiki path", self::CANONICAL, $e);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteTargetLocator.php117 public function newWindow($windowType = self::WINDOW_TYPE_TAB)
119 if ($windowType !== self::WINDOW_TYPE_TAB && $windowType !== self::WINDOW_TYPE_WINDOW) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DClassMetadata.php162 …if (!in_array($order, [self::ACCESSOR_ORDER_UNDEFINED, self::ACCESSOR_ORDER_ALPHABETICAL, self::AC…
411 case self::ACCESSOR_ORDER_UNDEFINED:
415 case self::ACCESSOR_ORDER_ALPHABETICAL:
419 case self::ACCESSOR_ORDER_CUSTOM:
/plugin/odt/ODT/
H A DODTUtility.php236 list($width_file, $height_file) = self::getImageSize($src);
354 $properties [$property] = self::adjustValueForODT ($property, $value, $units);
365 …$properties [$property] = self::adjustPercentageValueParts ($properties [$property], $maxWidthInPt…
488 self::adjustValuesForODT ($properties, $units, $maxWidth);
518 self::adjustValuesForODT($dest, $params->units, $maxWidth);
555 self::adjustValuesForODT($dest, $params->units, $maxWidth);
654 self::getHTMLElementProperties ($params, $properties, $element, $attributes);
677 self::getHTMLElementProperties ($params, $properties, $element, $attributes);
830 $found = self::getNextTag($HTMLCode, $pos);
925 … $style_name = self::createTextStyle ($params, 'span', $found ['attributes'], $style_name);
[all …]
/plugin/bureaucracy-au/_test/
H A Dfield_email.test.php89 $expectedHTML = self::FORM_PREFIX_HTML . "\n$expectedFieldHTML\n" . self::FORM_SUFFIX_HTML;
H A Dfield_radio.test.php71 $expectedHTML = self::FORM_PREFIX_HTML . "\n$expectedFieldHTML\n" . self::FORM_SUFFIX_HTML;
H A Dfield_time.test.php83 $expectedHTML = self::FORM_PREFIX_HTML . "\n$expectedFieldHTML\n" . self::FORM_SUFFIX_HTML;
H A Dfield_date.test.php94 $expectedHTML = self::FORM_PREFIX_HTML . "\n$expectedFieldHTML\n" . self::FORM_SUFFIX_HTML;
H A Dfield_multiselect.test.php78 $expectedHTML = self::FORM_PREFIX_HTML . "\n$expectedFieldHTML\n" . self::FORM_SUFFIX_HTML;
/plugin/bureaucracyau/_test/
H A Dfield_multiselect.test.php78 $expectedHTML = self::FORM_PREFIX_HTML . "\n$expectedFieldHTML\n" . self::FORM_SUFFIX_HTML;
H A Dfield_time.test.php83 $expectedHTML = self::FORM_PREFIX_HTML . "\n$expectedFieldHTML\n" . self::FORM_SUFFIX_HTML;
H A Dfield_date.test.php94 $expectedHTML = self::FORM_PREFIX_HTML . "\n$expectedFieldHTML\n" . self::FORM_SUFFIX_HTML;
H A Dfield_email.test.php89 $expectedHTML = self::FORM_PREFIX_HTML . "\n$expectedFieldHTML\n" . self::FORM_SUFFIX_HTML;
H A Dfield_radio.test.php71 $expectedHTML = self::FORM_PREFIX_HTML . "\n$expectedFieldHTML\n" . self::FORM_SUFFIX_HTML;
/plugin/jquotes/
H A Dhelper.php20 $cookie = self::getCookie($cookieID);
51 $file = self::id2file($cookieID);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAbandonRequest.php72 return new self($type->getValue());
80 return Asn1::application(self::APP_TAG, Asn1::integer($this->messageID));
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DAutolinkParser.php
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DNormalizeAggregation.php42 public function setMethod(string $method): self
52 public function setFormat(string $format): self
/plugin/vkeyboard/
H A Dvkeyboard.js.unc89 var self = this;
1254 self.VKI_size = Math.min(5, Math.max(1, self.VKI_size));
1256 … if (self.VKI_size != 2) self.VKI_keyboard.className += " keyboardInputSize" + self.VKI_size;
1258 if (self.VKI_isOpera) self.VKI_keyboard.reflow();
1373 if (self.VKI_deadkeysOn.checked && self.VKI_dead) {
1376 if (self.VKI_deadkey[self.VKI_dead][character]) {
1377 self.VKI_insert(self.VKI_deadkey[self.VKI_dead][character]);
1381 self.VKI_insert(self.VKI_dead);
1391 if (self.VKI_shift) self.VKI_modify("Shift");
1392 if (self.VKI_altgr) self.VKI_modify("AltGr");
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DPHPUnitAssertions.php37 $self = $this;
38 $getObj = function($input) use ($self) {
/plugin/infomail/
H A Dhelper.php74 if (page_exists(self::TPL)) {
75 $file = wikiFN(self::TPL);

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