Home
last modified time | relevance | path

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

123456

/plugin/diagramsnet/lib/js/diagramly/
H A DDiffSync.js46 var inserted = {};
161 var ins = inserted[id];
165 delete inserted[id];
207 for (var id in inserted)
209 insertPage(inserted[id]);
210 delete inserted[id];
438 var inserted = (temp != null && temp.inserted != null) ? temp.inserted : {};
518 delete inserted[id];
539 delete inserted[id];
671 var inserted = [];
[all …]
/plugin/hyphenation/phpHyphenation/
H A Dhyphenation.php100 $inserted = 0;
103 array_splice($single_character, $i + $inserted + 1, 0, $GLOBALS["hyphen"]);
104 $inserted++;
H A DphpHyphenation.class.php243 $inserted = 0;
246 array_splice($single_character, $i+$inserted+1, 0, $this->hyphen);
247 $inserted++;
/plugin/overlay/
H A DREADME.md2 …evel that can be opened and closed into which navigation plugins or any other data can be inserted
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.Parent.txt
H A DURI.Base.txt
H A DURI.Munge.txt
/plugin/tplinc/lang/en/
H A Dintro.txt4 matches the current page ID. When multiple pattern match, all pages will be inserted in the order t…
H A Dhelp.txt9 regular expressions, matched groups can be reused in the inserted page name by referencing them as …
/plugin/nonblank/
H A DREADME4 an unexpected space might be inserted between two full-width characters,
/plugin/combo/resources/
H A DREADME.md6 These resources are called inserted in between the `HTML head tag`
/plugin/templater/
H A DREADME.md4 > _Allows dokuwiki pages to be used as templates to be inserted into other dokuwiki pages, such as Wikipedia._
/plugin/keyboard/
H A Dplugin.info.txt7 …X)HTML tag <kbd>…</kbd>. A quick button for the markup is automatically inserted into the toolbar …
/plugin/emoji/
H A DREADME3 Allows emoji characters or shortcut names to be inserted into wiki pages. The
/plugin/formatplus2/
H A DREADME.md6 I found that `jQuery.browser` type is deprecated since jQuery 1.9, so I have inserted a snippet fou…
H A Dstyle.css98 .inserted{
H A DREADME36 block with the class name ''inserted'' or ''deleted''. XHTML requires
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A 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/elasticsearch/vendor/symfony/deprecation-contracts/
H A 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/formatplus/
H A Dstyle.css98 .inserted{
H A DREADME36 block with the class name ''inserted'' or ''deleted''. XHTML requires
/plugin/exttab1/
H A Dsyntax.php104 @var $mytable the code that will be inserted into the document
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsBasicTests.yml187 pairs is inserted into the current mapping.
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt171 SmileysDlgInfo : "FCKeditor smileys are inserted as images. Dokuwiki smileys are inserted as t…

123456