Searched refs:inserted (Results 1 – 25 of 130) sorted by relevance
123456
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DiffSync.js | 46 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 D | hyphenation.php | 100 $inserted = 0; 103 array_splice($single_character, $i + $inserted + 1, 0, $GLOBALS["hyphen"]); 104 $inserted++;
|
H A D | phpHyphenation.class.php | 243 $inserted = 0; 246 array_splice($single_character, $i+$inserted+1, 0, $this->hyphen); 247 $inserted++;
|
/plugin/overlay/ |
H A D | README.md | 2 …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 D | HTML.Parent.txt |
|
H A D | URI.Base.txt |
|
H A D | URI.Munge.txt |
|
/plugin/tplinc/lang/en/ |
H A D | intro.txt | 4 matches the current page ID. When multiple pattern match, all pages will be inserted in the order t…
|
H A D | help.txt | 9 regular expressions, matched groups can be reused in the inserted page name by referencing them as …
|
/plugin/nonblank/ |
H A D | README | 4 an unexpected space might be inserted between two full-width characters,
|
/plugin/combo/resources/ |
H A D | README.md | 6 These resources are called inserted in between the `HTML head tag`
|
/plugin/templater/ |
H A D | README.md | 4 > _Allows dokuwiki pages to be used as templates to be inserted into other dokuwiki pages, such as Wikipedia._
|
/plugin/keyboard/ |
H A D | plugin.info.txt | 7 …X)HTML tag <kbd>…</kbd>. A quick button for the markup is automatically inserted into the toolbar …
|
/plugin/emoji/ |
H A D | README | 3 Allows emoji characters or shortcut names to be inserted into wiki pages. The
|
/plugin/formatplus2/ |
H A D | README.md | 6 I found that `jQuery.browser` type is deprecated since jQuery 1.9, so I have inserted a snippet fou…
|
H A D | style.css | 98 .inserted{
|
H A D | README | 36 block with the class name ''inserted'' or ''deleted''. XHTML requires
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
H A 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/elasticsearch/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/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/ |
H A D | style.css | 98 .inserted{
|
H A D | README | 36 block with the class name ''inserted'' or ''deleted''. XHTML requires
|
/plugin/exttab1/ |
H A D | syntax.php | 104 @var $mytable the code that will be inserted into the document
|
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/ |
H A D | YtsBasicTests.yml | 187 pairs is inserted into the current mapping.
|
/plugin/fckg/fckeditor/editor/lang/ |
H A D | lang-template.txt | 171 SmileysDlgInfo : "FCKeditor smileys are inserted as images. Dokuwiki smileys are inserted as t…
|
123456