Home
last modified time | relevance | path

Searched refs:self (Results 876 – 900 of 2449) sorted by relevance

1...<<31323334353637383940>>...98

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/
H A DBaseSassFilter.php48 self::partialize($reference),
54 self::partialize($reference).'.scss',
55 self::partialize($reference).'.sass',
/plugin/webcomponent/syntax/
H A Dnavbar.php79 $pattern = webcomponent::getLookAheadPattern(self::getElementName());
87 …$this->Lexer->addExitPattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN…
112 $match = utf8_substr($match, strlen(self::getElementName()) + 1, -1);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DStringUtil.php89 $self = $this;
91 return implode(PHP_EOL, array_map(function (Call $call) use ($self) {
94 implode(', ', array_map(array($self, 'stringify'), $call->getArguments())),
/plugin/combo/syntax/
H A Dcomment.php40 $confValue = SiteConfig::getConfValue(self::CONF_OUTPUT_COMMENT, 0);
77 * because we manage self the content and we call self the parser
122 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
143 $print = self::shouldPrint($content);
H A Dstrong.php73 * because we manage self the content and we call self the parser
86 $this->Lexer->addEntryPattern(self::ENTRY_PATTERN, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
94 $this->Lexer->addExitPattern(self::EXIT_PATTERN, PluginUtility::getModeFromTag($this->getPluginComponent()));
125 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
/plugin/combo/ComboStrap/
H A DArrayUtility.php29 self::formatAsHtmlList($value, $content);
56 self::filterArrayByKey($value, $pattern);
92 self::toFlatArray($flatArray, $subImageValue);
H A DFetcherMarkup.php64 * @var CacheParser cache file (may be not set if this is not a {@link self::isPathExecution() execution}
147 * @var bool - when a execution is not a {@link self::isPathExecution()}, the snippet will not be stored automatically.
197 return self::confRoot()
223 return self::confRoot()
226 return self::confRoot()
316 return Mime::createFromExtension(self::XHTML_MODE);
319 throw new ExceptionRuntime("Internal error: The XHTML mime was not found.", self::CANONICAL, 1, $e);
406 LogUtility::error("The metadata path should be known. " . $e->getMessage(), self::CANONICAL, $e);
565 * and should then use the {@link self::getMetadata()}
572 * and should then use the {@link self
[all...]
H A DMarkupRenderer.php17 const DEFAULT_RENDERER = self::XHTML_RENDERER;
93 $this->setRequestedMime(Mime::createFromExtension(self::INSTRUCTION_EXTENSION));
112 case self::INSTRUCTION_EXTENSION:
179 return self::DEFAULT_RENDERER;
/plugin/fksnewsfeed/inc/ORM/
H A DModelDependence.php12 …blic static function createFromArray(helper_plugin_sqlite $helperPluginSqlite, array $data): self {
13 return new self($helperPluginSqlite);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php129 $metadata = self::parseNodeProperties(
276 $result[$childNode->nodeName][] = self::parseNodeProperties($childNode);
278 $result[$childNode->nodeName] = self::parseNodeProperties($childNode);
282 $result[$childNode->nodeName] = self::parseNodeProperties($childNode);
376 $node .= self::processGeometryData($geom, $this->gpxTypes->get($tag . 'Type'), $indent . "\t") .
405 $gpx = "<" . $this->nss . "trk>\n" . self::processGeometryData($geom, $this->gpxTypes->get('trkType'));
419 $gpx = "<" . $this->nss . "rte>\n" . self::processGeometryData($geom, $this->gpxTypes->get('rteType'));
436 $metadata = self::processGeometryData($geometry, $this->gpxTypes->get('metadataType'));
472 $tags .= self::createNodes($tagName, $geometry->getData($tagName), $indent) . "\n";
500 $returnValue .= "\n" . self
[all...]
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php134 $dom = self::loadXML($dom, $xml);
199 self::treeCopyReplace($resultNode, $child, true);
312 $url = self::getSelfURLhost() . $url;
319 $wrongProtocol = !preg_match(self::$_protocolRegex, $url);
372 self::$_protocolRegex = $protocolRegex;
685 $infoWithBaseURLPath = self::buildWithBaseURLPath($requestURI);
703 $baseURLPath = self::getBaseURLPath();
904 $expireTime = self::parseDuration($cacheDuration, time());
911 $validUntilTime = self::parseSAML2Time($validUntil);
1250 $newDoc = self::loadXML($newDoc, $xml);
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DHostnameProcessor.php24 self::$host = (string) gethostname();
32 $record['extra']['hostname'] = self::$host;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DIntegrationTest.php44 self::assertEquals('{"type":"school"}', $json);
47 self::assertEquals($school, $deserialized);
54 self::assertEquals('{"type":"student"}', $json);
57 self::assertEquals($student, $deserialized);
78 self::assertNotSame($class, $reloadedClass);
81self::assertEquals('{"id":1,"teacher":{"id":1,"type":"teacher"},"students":[{"id":2,"type":"studen…
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DAutoloader.php174 $self = $this;
180 … $this->calling($autoloader)->runAutoloaderStack = function ($entity) use ($self, &$called) {
182 $self
200 $self = $this;
205 … $this->calling($autoloader)->runAutoloaderStack = function ($entity) use ($self, &$called) {
309 $self = $this;
/plugin/rrdgraph/inc/
H A Dcontenttypes.php28 if (array_key_exists($extension, self::contentTypes)) {
29 return self::contentTypes[$extension];
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DMatchPhrasePrefix.php24 public function setFieldMaxExpansions(string $field, int $maxExpansions = self::DEFAULT_MAX_EXPANSIONS): self
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DParseCancellationException.php9 public static function from(\Throwable $exception) : self
11 return new self($exception->getMessage(), $exception->getCode(), $exception);
/plugin/components/lib/
H A Daction_manager.php32 if (!self::$manager)
33 self::$manager = new Doku_Action_Manager;
34 return self::$manager;
106 return self::act($action);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPwdPolicyResponseControl.php70 parent::__construct(self::OID_PWD_POLICY);
141 $response = self::decodeEncodedValue($type);
173 $control = new self($timeBeforeExpiration, $graceAttemptsRemaining, $error);
175 return self::mergeControlData($control, $type);
/plugin/a2s/
H A Dsyntax.php92 self::$align=$align; // needed to pass $align to ODT LEXER_MATCHED render
99 return array($state, $o->render(), self::$align);
159 $align=self::$cssAlign[$txtdata];
181 $renderer->_addStringAsSVGImage(self::$opening.$txtdata, $dim[0], $dim[1], $align);
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DSysVCacheItemPool.php84 'variableKey' => self::VAR_KEY,
85 'proj' => self::DEFAULT_PROJ,
86 'memsize' => self::DEFAULT_MEMSIZE,
87 'perm' => self::DEFAULT_PERM
/plugin/top/
H A DCrawlerDetect.php348 return self::$uaHttpHeaders;
379 return '('.implode('|', self::$crawlers).')';
389 return '('.implode('|', self::$ignore).')';
/plugin/rating/
H A DCrawlerDetect.php348 return self::$uaHttpHeaders;
379 return '('.implode('|', self::$crawlers).')';
389 return '('.implode('|', self::$ignore).')';
/plugin/prosemirror/parser/
H A DNode.php57 return new self::$linkClasses[$linkType]($node, $parent, $previous);
60 if (isset(self::$nodeclass[$node['type']])) {
61 return new self::$nodeclass[$node['type']]($node, $parent, $previous);
/plugin/combo/ComboStrap/Meta/Field/
H A DPageH1.php45 return self::PROPERTY_NAME;
66 $h1Parsed = $store->getFromName(self::H1_PARSED);
110 $store->setFromPersistentName(self::H1_PARSED, $defaultValue);

1...<<31323334353637383940>>...98