Home
last modified time | relevance | path

Searched refs:moved (Results 1 – 25 of 188) sorted by relevance

12345678

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dmerge-non-adjacent-by-selector.js45 var moved = topToBottom ? tokenOne : tokenTwo;
47 var movedProperties = extractProperties(moved);
65 Array.prototype.push.apply(moved[2], target[2]);
66 target[2] = moved[2];
68 Array.prototype.push.apply(target[2], moved[2]);
72 moved[2] = [];
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dredirects.asciidoc4 The following pages have moved or been deleted.
9 This page has moved. See <<authentication>>.
14 This page has moved. See <<installation>>.
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DUploadedFile.php48 private $moved = false; variable in GuzzleHttp\\Psr7\\UploadedFile
131 return $this->moved;
173 $this->moved = PHP_SAPI === 'cli'
182 $this->moved = true;
185 if (false === $this->moved) {
/plugin/diagramsnet/lib/js/diagramly/
DDiffSync.js49 var moved = {};
83 moved[pageDiff.previous] = id;
98 if (moved[prev] == null && !removed[pageId] &&
103 moved[prev] = pageId;
153 var mov = moved[id];
157 delete moved[id];
200 for (var id in moved)
202 addPage(lookup[moved[id]]);
203 delete moved[id];
257 result = {inserted: [], moved: {}}; property
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DUploadedFile.php49 private $moved = false; variable in GuzzleHttp\\Psr7\\UploadedFile
212 return $this->moved;
269 $this->moved = php_sapi_name() == 'cli'
278 $this->moved = true;
281 if (false === $this->moved) {
/plugin/accscounter/
Daction.php44 $moved = FALSE;
47 $moved = TRUE;
101 $moved = TRUE;
119 …if ($moved) echo $this->getLang('allloaded') . '<br><br>'; else echo $this->getLang('nothing') . '…
/plugin/move/lang/en/
Dmove.txt6 * The pages that are moved must not be locked for editing.
10 All links to and from the pages that are moved will be updated to reflect the new location and/or n…
Dtree.txt7 …* move one of the checked items to the desired destination, all selected items will be moved to th…
/plugin/button/
Dstyle.css22 /* 2020-05-11 : moved maximum CSS up a level to allow override on a per-button basis
23 - text-shallow : simply moved
/plugin/revealjs/
Ddev information.md4 None anymore. The MathJax specific stuff has moved to render.php.
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
DREADME.md3 Google API Client Service classes have been moved to the
/plugin/overlay/
Dplugin.info.txt6 desc Creates independent window at the template level that can be moved, toggled, resized
/plugin/pixelyear/
DTODO.md7 Much of the code is in render(), it needs to be moved to handle().
/plugin/move/lang/pl/
Dmove.txt6 * The pages that are moved must not be locked for editing.
/plugin/move/lang/sl/
Dmove.txt6 * The pages that are moved must not be locked for editing.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DUPGRADING.md38 - `GuzzleHttp\Mimetypes` has been moved to a function in
80 - Static functions in `GuzzleHttp\Utils` have been moved to namespaced
276 - `AbstractHasDispatcher` has moved to a trait, `HasEmitterTrait`, and
277 `HasDispatcherInterface` has moved to `HasEmitterInterface`. Retrieving the
314 - The cacert.pem certificate has been moved to `src/cacert.pem`.
321 - `Guzzle\Http\Url` has moved to `GuzzleHttp\Url`.
322 - `Guzzle\Http\QueryString` has moved to `GuzzleHttp\Query`.
415 - `GuzzleHttp\PostFile` and `GuzzleHttp\PostFileInterface` have been moved to
432 methods have moved to the CacheSubscriber.
480 EntityBody interfaces and classes have been removed or moved to
[all …]
/plugin/move/lang/lv/
Dmove.txt7 * The pages that are moved must not be locked for editing.
/plugin/divalign2/
DChangeLog46 * Plugin and demo moved to new location, references fixed.
54 * common.php: all common functions have been moved here.
/plugin/database2/
DREADME.md8 …es and more. Because of that (and inspired by a user of this plugin) I've moved the plugin's code …
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DUPGRADING.md88 - `GuzzleHttp\Mimetypes` has been moved to a function in
130 - Static functions in `GuzzleHttp\Utils` have been moved to namespaced
326 - `AbstractHasDispatcher` has moved to a trait, `HasEmitterTrait`, and
327 `HasDispatcherInterface` has moved to `HasEmitterInterface`. Retrieving the
364 - The cacert.pem certificate has been moved to `src/cacert.pem`.
371 - `Guzzle\Http\Url` has moved to `GuzzleHttp\Url`.
372 - `Guzzle\Http\QueryString` has moved to `GuzzleHttp\Query`.
465 - `GuzzleHttp\PostFile` and `GuzzleHttp\PostFileInterface` have been moved to
482 methods have moved to the CacheSubscriber.
530 EntityBody interfaces and classes have been removed or moved to
[all …]
/plugin/syntaxhighlighter3/
DCHANGELOG.md5 > This is the latest release. The has been moved to [SyntaxHighlighter 4](https://github.com/crazy-…
/plugin/indexmenu/
Dall.less3 //moved from skin-common.less to here to prevent wrong prefixing and renamed from spin to spin-fanc…
/plugin/bbcodeextensions/
DChangeLog25 * Release is moved from notabug.org to codeberg.org .
/plugin/move/
Dstyle.less22 .moved > div, .created > div {
/plugin/countdown/
DChangeLog8 * The plugin is now moved to a version control.

12345678