Home
last modified time | relevance | path

Searched refs:inserted (Results 1 – 25 of 152) sorted by relevance

1234567

/plugin/diagramsnet/lib/js/diagramly/
DDiffSync.js46 var inserted = {};
71 inserted[diff[EditorUi.DIFF_INSERT][i].previous] = diff[EditorUi.DIFF_INSERT][i];
161 var ins = inserted[id];
165 delete inserted[id];
207 for (var id in inserted)
209 insertPage(inserted[id]);
210 delete inserted[id];
257 result = {inserted: [], moved: {}}; property
271 getLookup(par).inserted[prev] = temp;
338 var cellDiff = (temp != null && temp.inserted != null) ? temp.inserted[''] : null;
[all …]
/plugin/hyphenation/phpHyphenation/
Dhyphenation.php100 $inserted = 0;
103 array_splice($single_character, $i + $inserted + 1, 0, $GLOBALS["hyphen"]);
104 $inserted++;
DphpHyphenation.class.php243 $inserted = 0;
246 array_splice($single_character, $i+$inserted+1, 0, $this->hyphen);
247 $inserted++;
/plugin/bureaucracytoolbar/
H A DREADME.md13 - **Smart Textarea Targeting**: When a button is clicked, the syntax is inserted into the currently…
14 … the syntax wraps around it. The cursor is then repositioned inside the inserted markup for easy e…
/plugin/overlay/
DREADME.md2 …evel that can be opened and closed into which navigation plugins or any other data can be inserted
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DHTML.Parent.txt9 inserted in. An interesting variation would be using span as the
DURI.Base.txt9 inserted into. This information is important if HTML Purifier needs
/plugin/mdimport/
H A DREADME.md5 …r. The file's content is automatically converted to DokuWiki syntax and inserted at the current cu…
27 …ct a Markdown file from your computer, and its content is converted and inserted at the cursor pos…
37 …nversion happens in the background via AJAX; the resulting DokuWiki syntax is inserted immediately.
64 4. The content is converted and inserted at the current cursor position.
/plugin/tplinc/lang/en/
Dintro.txt4 matches the current page ID. When multiple pattern match, all pages will be inserted in the order t…
Dhelp.txt9 regular expressions, matched groups can be reused in the inserted page name by referencing them as …
/plugin/combo/resources/
H A DREADME.md6 These resources are called inserted in between the `HTML head tag`
/plugin/nonblank/
DREADME4 an unexpected space might be inserted between two full-width characters,
/plugin/criticmarkup/
Dstyle.css3 /* Addition (inserted text) */
/plugin/templater/
DREADME.md4 > _Allows dokuwiki pages to be used as templates to be inserted into other dokuwiki pages, such as …
/plugin/keyboard/
Dplugin.info.txt7 …X)HTML tag <kbd>…</kbd>. A quick button for the markup is automatically inserted into the toolbar …
/plugin/emoji/
DREADME3 Allows emoji characters or shortcut names to be inserted into wiki pages. The
/plugin/formatplus2/
DREADME.md6 I found that `jQuery.browser` type is deprecated since jQuery 1.9, so I have inserted a snippet fou…
Dstyle.css98 .inserted{
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Descape.rst50 applied to any string being inserted into CSS and escapes everything except
54 not be used to escape an entire URI; only a subcomponent being inserted.
/plugin/doxycode/scripts/
Dtagselector.js481 var inserted = false;
487 inserted = true;
491 if (!inserted) {
/plugin/matrixnotifierwas/vendor/symfony/deprecation-contracts/
DREADME.md15 - more arguments can be provided: they will be inserted in the message using `printf()` formatting
/plugin/combo/vendor/symfony/deprecation-contracts/
H A DREADME.md15 - more arguments can be provided: they will be inserted in the message using `printf()` formatting
/plugin/elasticsearch/vendor/symfony/deprecation-contracts/
DREADME.md15 - more arguments can be provided: they will be inserted in the message using `printf()` formatting
/plugin/extranet/
DREADME_EN.md45 - `message_prefix`: content inserted before the restriction message
46 - `message_suffix`: content inserted after the restriction message
/plugin/formatplus/
Dstyle.css98 .inserted{

1234567