Home
last modified time | relevance | path

Searched refs:alias (Results 76 – 100 of 245) sorted by relevance

12345678910

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DTagFactory.php54 * @param string $alias
H A DStandardTagFactory.php136 public function addService($service, $alias = null) argument
138 $this->serviceLocator[$alias ?: get_class($service)] = $service;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.js26 Diagram.prototype.getActor = function(alias, name) { argument
27 alias = alias.trim();
32 if (actors[i].alias == alias) {
36 i = actors.push(new Diagram.Actor(alias, (name || alias), actors.length));
48 var alias;
52 alias = s[2].trim();
54 name = alias = input;
56 return this.getActor(alias, name);
67 Diagram.Actor = function(alias, name, index) { argument
68 this.alias = alias;
H A Dsequence-diagram-snap-min.js6alias,name){alias=alias.trim();var i,actors=this.actors;for(i in actors)if(actors[i].alias==alias)… argument
H A Dsequence-diagram-raphael.js26 Diagram.prototype.getActor = function(alias, name) { argument
27 alias = alias.trim();
32 if (actors[i].alias == alias) {
36 i = actors.push(new Diagram.Actor(alias, (name || alias), actors.length));
48 var alias;
52 alias = s[2].trim();
54 name = alias = input;
56 return this.getActor(alias, name);
67 Diagram.Actor = function(alias, name, index) { argument
68 this.alias = alias;
H A Dsequence-diagram.js26 Diagram.prototype.getActor = function(alias, name) { argument
27 alias = alias.trim();
32 if (actors[i].alias == alias) {
36 i = actors.push(new Diagram.Actor(alias, (name || alias), actors.length));
48 var alias;
52 alias = s[2].trim();
54 name = alias = input;
56 return this.getActor(alias, name);
67 Diagram.Actor = function(alias, name, index) { argument
68 this.alias = alias;
H A Dsequence-diagram-raphael-min.js6alias,name){alias=alias.trim();var i,actors=this.actors;for(i in actors)if(actors[i].alias==alias)… argument
/plugin/webcomponent/_test/data/pages/
H A Dteaser.txt4 A teaser is just an alias for [[card|card]]. A teaser in essence is just a card that calls to click…
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock34 "branch-alias": {
104 "branch-alias": {
627 "branch-alias": {
679 "branch-alias": {
864 "branch-alias": {
925 "branch-alias": {
989 "branch-alias": {
1048 "branch-alias": {
1107 "branch-alias": {
1196 "branch-alias"
[all...]
/plugin/sequencediagram/bower_components/raphael/
H A Dwebpack.config.js34 alias: {
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DInterchangeBuilder.php
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Ddivisibleby.rst5 The ``divisible by`` test was added in Twig 1.14.2 as an alias for
H A Dsameas.rst5 The ``same as`` test was added in Twig 1.14.2 as an alias for ``sameas``.
/plugin/scrape/HTMLPurifier/ConfigSchema/Builder/
H A DXml.php
/plugin/elasticsearch/
H A Dcomposer.lock93 "branch-alias": {
155 "branch-alias": {
204 "branch-alias": {
314 "branch-alias": {
455 "branch-alias": {
505 "branch-alias": {
573 "branch-alias": {
/plugin/dirtylittlehelper/mermaid/editor/
H A Dwebpack.config.js13 alias: { class in module.exports.resolve
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example45 * these array must also contain these aliases. Any unamed alias will cause
59 * The module access the password as 'pass' so a alias might be necessary.
91 * member of. The module access the group name as 'group' so a alias
113 * The login name will be accessed as 'user' to a alias might be neseccary.
177 * The module will access the index with the name 'id' so a alias might be
243 * The module will access the index with the name 'id' so a alias might
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dgrammar.ebnf13 | 'participant' actor ('as' alias)?
/plugin/combo/ComboStrap/
H A DDatabasePageRow.php287 static function createFromAlias($alias): DatabasePageRow
290 WikiPath::addRootSeparatorIfNotPresent($alias);
292 $row = $databasePage->getDatabaseRowFromAlias($alias);
300 $page->setBuildAliasPath($alias);
1136 function getDatabaseRowFromAlias($alias): ?array
1152 ->setQueryParametrized($query, [$alias]);
1159 LogUtility::msg("An exception has occurred with the alias selection query. {$e->getMessage()}");
1179 LogUtility::msg("For the alias $alias, there is more than one page defined ($pages), the first one ($id) was used", LogUtility::LVL_MSG_ERROR, Aliases::PROPERTY_NAME);
1194 LogUtility::info("Add alias (
273 createFromAlias($alias) global() argument
1102 getDatabaseRowFromAlias($alias) global() argument
[all...]
/plugin/data-au/lang/en/
H A Dadmin_intro.txt5 …dataau will be prefixed or postfixed with the values you provided for the alias here. This is usua…
/plugin/data-au/lang/nl/
H A Dadmin_intro.txt5 …lle data zal worden prefixed of postfixed met de waardes die hier voor de alias zijn gegeven. Het …
/plugin/data/lang/en/
H A Dadmin_intro.txt5 The aliased types can be used like any other type of the plugin, but all data will be prefixed or postfixed with the values you provided for the alias here. This is usually used for linking certain field types to special namespaces.
/plugin/data/lang/nl/
H A Dadmin_intro.txt5 De aliases kunnen worden gebruikt zoals elke andere soort veldtype, maar alle data zal worden prefixed of postfixed met de waardes die hier voor de alias zijn gegeven. Het wordt meestal gebruikt voor linken van bepaalde veldtypes met speciale namespaces.
/plugin/geonav/js/
H A DgetLocation.js14 function initPage(alias) { argument
15 page = alias;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dnamespaces.asciidoc63 The following example shows how you can add an alias to an existing index:
72 'alias' => 'myalias'

12345678910