Home
last modified time | relevance | path

Searched refs:namespaces (Results 101 – 125 of 228) sorted by path

12345678910

/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1732 - Changed all syntax using namespaces, in compliance with PSR-2.
/plugin/extendpage/
H A DREADME.md27 namespaces, or use a regular expression.
/plugin/fancysearch/
H A Daction.php30 function tpl_searchform($namespaces) { argument
38 foreach ($namespaces as $ns => $class){
45 foreach ($namespaces as $ns => $class) {
H A Dplugin.info.txt6 desc Provides a dropdown list for common namespaces enhancing the search input.
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt53 You can use [[wiki:namespaces]] by using a colon in the pagename.
55 You can use [[wiki:namespaces]] by using a colon in the pagename.
57 For details about namespaces see [[doku>wiki:namespaces]].
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt54 You can use [[some:namespaces]] by using a colon in the pagename.
56 You can use [[some:namespaces]] by using a colon in the pagename.
58 For details about namespaces see [[doku>namespaces]].
/plugin/fedauth/Auth/OpenID/
H A DExtension.php45 $added = $message->namespaces->addAlias($this->ns_uri,
50 if ($message->namespaces->getAlias($this->ns_uri) !=
H A DMessage.php426 $this->namespaces = new Auth_OpenID_NamespaceMap();
522 if ($this->namespaces->addAlias($value, $ns_key) === null) {
546 $ns_uri = $this->namespaces->getNamespaceURI($ns_alias);
554 $this->namespaces->addAlias($ns_uri, $ns_alias, true);
580 $succeeded = $this->namespaces->addAlias($openid_ns_uri,
617 foreach ($this->namespaces->iteritems() as $pair) {
619 if ($this->namespaces->isImplicit($ns_uri)) {
789 $ns_alias = $this->namespaces->getAlias($namespace);
871 $this->namespaces->add($namespace);
905 return $this->namespaces->getNamespaceURI($key);
[all …]
H A DSReg.php134 $alias = $message->namespaces->getAlias($sreg_ns_uri);
145 if ($message->namespaces->addAlias(Auth_OpenID_SREG_NS_URI_1_1,
/plugin/feedback/lang/en/
H A Dintro.txt3 …ws you to define email addresses of people who should receive user feedback for certain namespaces.
5 …sses are used for sub-namespaces automatically. You can specify multiple addresses comma separated…
/plugin/fetchmedia/
H A DREADME3 Downloads linked external media to wiki namespaces
H A Dplugin.info.txt6 desc Download linked external media to wiki namespaces
/plugin/filelisting/
H A DREADME3 List files in currently viewed namespaces
H A Dplugin.info.txt6 desc List files in currently viewed namespaces
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md92 allow you to ignore annotations from namespaces that you cannot autoload
105 - [45: DocParser can now ignore whole namespaces](https://github.com/doctrine/annotations/pull/45)
117 - [97: Feature - #45 - allow ignoring entire namespaces](https://github.com/doctrine/annotations/pu…
157 * Importing namespaces also in traits
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst70 …he annotation registry calls registers all the three different annotation namespaces that are used.
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationRegistry.php91 * @param string[][]|string[]|null[] $namespaces indexed by namespace name
97 public static function registerAutoloadNamespaces(array $namespaces) : void argument
99 self::$autoloadNamespaces = \array_merge(self::$autoloadNamespaces, $namespaces);
H A DDocParser.php110 private $namespaces = array(); variable in Doctrine\\Common\\Annotations\\DocParser
301 $this->namespaces[] = $namespace;
315 if ($this->namespaces) {
706 if ($this->namespaces) {
707 foreach ($this->namespaces as $namespace) {
939 case !empty ($this->namespaces):
940 foreach ($this->namespaces as $ns) {
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md61 * Test: Fix namespaces. (Ivan Enderlin, 2016-08-08T17:25:16+02:00)
/plugin/findologicxmlexport/vendor/hoa/math/
H A DCHANGELOG.md10 * Test: Fix namespaces. (Ivan Enderlin, 2016-10-25T08:04:31+02:00)
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md45 * Test: Fix namespaces. (Ivan Enderlin, 2017-02-02T10:49:03+01:00)
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md468 - Allow non-qualified XML serialization when XML namespaces are part of the metadata [\#413](https:…
576 - Xml namespaces improvements [\#644](https://github.com/schmittjoh/serializer/pull/644) ([goetas](…
755 - problems with xml namespaces after update [\#621](https://github.com/schmittjoh/serializer/issues…
852 - Deserialization of XmlList does not support namespaces [\#332](https://github.com/schmittjoh/seri…
923 - Adds XML namespaces support [\#58](https://github.com/schmittjoh/serializer/pull/58) ([ajgarlag](…
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlDeserializationVisitor.php179 $namespaces = $data->getDocNamespaces();
180 if (isset($namespaces[''])) {
181 $namespace = $namespaces[''];
315 $namespaces = $data->getDocNamespaces();
316 if (isset($namespaces[''])) {
318 $data->registerXPathNamespace($prefix, $namespaces['']);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-4.0.md56 * This component now uses namespaces
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG101 * fixed namespaces introduction
105 * fixed namespaces introduction
109 * fixed namespaces introduction
430 * fixed the filesystem loader cache when a template name exists in several namespaces

12345678910