Searched refs:inserted (Results 1 – 25 of 149) sorted by relevance
123456
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | DiffSync.js | 46 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/ |
| D | hyphenation.php | 100 $inserted = 0; 103 array_splice($single_character, $i + $inserted + 1, 0, $GLOBALS["hyphen"]); 104 $inserted++;
|
| D | phpHyphenation.class.php | 243 $inserted = 0; 246 array_splice($single_character, $i+$inserted+1, 0, $this->hyphen); 247 $inserted++;
|
| /plugin/bureaucracytoolbar/ |
| H A D | README.md | 13 - **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/ |
| D | README.md | 2 …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/ |
| D | HTML.Parent.txt | 9 inserted in. An interesting variation would be using span as the
|
| D | URI.Base.txt | 9 inserted into. This information is important if HTML Purifier needs
|
| D | URI.Munge.txt | 11 the url-encoded original URI should be inserted (sample:
|
| /plugin/tplinc/lang/en/ |
| D | intro.txt | 4 matches the current page ID. When multiple pattern match, all pages will be inserted in the order t…
|
| D | help.txt | 9 regular expressions, matched groups can be reused in the inserted page name by referencing them as …
|
| /plugin/combo/resources/ |
| H A D | README.md | 6 These resources are called inserted in between the `HTML head tag`
|
| /plugin/nonblank/ |
| D | README | 4 an unexpected space might be inserted between two full-width characters,
|
| /plugin/criticmarkup/ |
| D | style.css | 3 /* Addition (inserted text) */
|
| /plugin/templater/ |
| D | README.md | 4 > _Allows dokuwiki pages to be used as templates to be inserted into other dokuwiki pages, such as …
|
| /plugin/keyboard/ |
| D | plugin.info.txt | 7 …X)HTML tag <kbd>…</kbd>. A quick button for the markup is automatically inserted into the toolbar …
|
| /plugin/emoji/ |
| D | README | 3 Allows emoji characters or shortcut names to be inserted into wiki pages. The
|
| /plugin/formatplus2/ |
| D | README.md | 6 I found that `jQuery.browser` type is deprecated since jQuery 1.9, so I have inserted a snippet fou…
|
| D | style.css | 98 .inserted{
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| D | escape.rst | 50 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/ |
| D | tagselector.js | 481 var inserted = false; 487 inserted = true; 491 if (!inserted) {
|
| /plugin/matrixnotifierwas/vendor/symfony/deprecation-contracts/ |
| D | README.md | 15 - more arguments can be provided: they will be inserted in the message using `printf()` formatting
|
| /plugin/elasticsearch/vendor/symfony/deprecation-contracts/ |
| D | README.md | 15 - more arguments can be provided: they will be inserted in the message using `printf()` formatting
|
| /plugin/combo/vendor/symfony/deprecation-contracts/ |
| H A D | README.md | 15 - more arguments can be provided: they will be inserted in the message using `printf()` formatting
|
| /plugin/formatplus/ |
| D | style.css | 98 .inserted{
|
| /plugin/exttab1/ |
| D | syntax.php | 104 @var $mytable the code that will be inserted into the document
|
123456