Home
last modified time | relevance | path

Searched refs:existing (Results 26 – 50 of 178) sorted by relevance

12345678

/plugin/piwik2/
H A DREADME.md46 * an existing piwik installation that the trackingscript can send data to
53 …–> Plugin Settings –> Piwik2*** (Values partly have to be taken from an existing piwik installatio…
/plugin/fedauth/lang/en/
H A Dregister.txt11 to associate a new login with your existing account, //you have to be already logged in//.
/plugin/matomo/
H A DREADME.md46 * an existing matomo installation that the matomo trackingscript can send data to
53 …–> Plugin Settings –> Matomo*** (Values partly have to be taken from an existing matomo installati…
/plugin/archivegenerator/lang/en/
H A Dintro.txt10 Generating a new archive will replace a potentially existing one.
/plugin/database2/
H A DREADME.md6 This plugin has been developed in 2009. Back then there was an existing plugin called database. Bec…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js876 var existing = this.get(model);
877 if (existing) {
878 if (merge && model !== existing) {
880 if (options.parse) attrs = existing.parse(attrs, options);
881 existing.set(attrs, options);
882 toMerge.push(existing);
883 if (sortable && !sort) sort = existing.hasChanged(sortAttr);
885 if (!modelMap[existing.cid]) {
886 modelMap[existing.cid] = true;
887 set.push(existing);
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dendpoint-closure.asciidoc36 Obviously, by doing this you take responsibility that all existing endpoints
/plugin/confmanager/lang/en/
H A Dwordblock.txt3 …u can have a look inside the file ''conf/wordblock.conf'' for a list of existing word blocks. The …
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dmerge.rst14 New values are added at the end of the existing ones.
/plugin/geonav/tpl/startermap/css/
H A Dcontent.css38 /* existing wikipage */
43 /* not existing wikipage */
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php221 // A character will take us back to an existing DFA state
257 * Get an existing target state for an edge in the DFA. If the target state
264 * @return DFAState|null The existing target DFA state for the given input symbol
299 // if we don't find an existing DFA state
813 $existing = $dfa->states->get($proposed);
815 if ($existing !== null && $existing instanceof DFAState) {
816 return $existing;
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md168 `fileExists($value, $message = '')` | Check that a value is an existing path
169 `file($value, $message = '')` | Check that a value is an existing file
170 `directory($value, $message = '')` | Check that a value is an existing directory
178 `classExists($value, $message = '')` | Check that a value is an existing class name
180 `interfaceExists($value, $message = '')` | Check that a value is an existing interface…
/plugin/hide/
H A Dstyle.css44 /* hide the "existing" links */
/plugin/progrecss/
H A Dstyle.css18 * existing links, and the caption is shown in small size font.
148 * for existing/missing links, percentage is shown below.
/plugin/groupmail/
H A DREADME.textile7 usage somewhat. Thus I could not contribute my changes to the existing pluging
8 since an update would render existing wiki pages unusable.
/plugin/farmer/lang/en/
H A Dtab_config_help.txt23 By default, when accessing a non-existing animal no error message is shown. You can pick between different
/plugin/advanced/lang/en/config/
H A Dacl.txt18 | edit | 2 | pages, namespaces | existing pages may be edited | AUTH_EDIT |
/plugin/autotranslation/
H A Dstyle.css76 /* flags for non-existing pages */
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst456 Reading the existing ``TokenParser`` classes is the best way to learn all
546 * Returns the token parser instances to add to the existing list.
553 * Returns the node visitor instances to add to the existing list.
560 * Returns a list of filters to add to the existing list.
567 * Returns a list of tests to add to the existing list.
574 * Returns a list of functions to add to the existing list.
581 * Returns a list of operators to add to the existing list.
588 * Returns a list of global variables to add to the existing list.
/plugin/botbouncer/
H A DREADME.md23 clean out existing users
/plugin/404manager/
H A DCHANGES.md13 …ame space page doesn't check all namespace if the page ID that gives a 404 has a existing namespace
/plugin/mdpage/vendor/cebe/markdown/
H A DCONTRIBUTING.md36 the `/tests` directory. See existing files for examples.
/plugin/publistf/
H A DCHANGELOG.md34 * changed version number and changelog format for project (the existing changelog
/plugin/copypage/
H A DREADME.md4 Create a new page from an existing page.
/plugin/commonmark/
H A DREADME.md13 If you want to parse all DW pages as Commonmark without specific doctype, you can enable `force_commonmark` option on config. But this action may conflit with existing document of DW markup, so please use it carefully.

12345678