Home
last modified time | relevance | path

Searched refs:textcomplete (Results 1 – 10 of 10) sorted by relevance

/plugin/linksuggest/
Dstyle.css9 .textcomplete-dropdown.dropdown-menu {
18 .textcomplete-dropdown.dropdown-menu li {
26 .textcomplete-dropdown.dropdown-menu li.textcomplete-header,
27 .textcomplete-dropdown.dropdown-menu li.textcomplete-footer{
32 .textcomplete-dropdown.dropdown-menu li a {
37 .textcomplete-dropdown.dropdown-menu li:first-child {
41 .textcomplete-dropdown.dropdown-menu li:hover,
49 .textcomplete-dropdown.dropdown-menu {
55 .textcomplete-dropdown.dropdown-menu a:hover {
DREADME.md12 The plugin is using the jquery textcomplete Plugin (https://github.com/yuku-t/jquery-textcomplete)
Dscript.js25 $editor.textcomplete([
/plugin/emoji/script/
Djquery.textcomplete.js35 $.fn.textcomplete = function (strategies, option) { function
44 completer = new $.fn.textcomplete.Completer(this, option);
66 completer.register($.fn.textcomplete.Strategy.parse(strategies, {
173 self.option.adapter = $.fn.textcomplete['CKEditor'];
224 this.dropdown = new $.fn.textcomplete.Dropdown(element, this, this.option);
234 Adapter = $.fn.textcomplete[viewName];
358 $.fn.textcomplete.Completer = Completer;
879 $.fn.textcomplete.Dropdown = Dropdown;
880 $.extend($.fn.textcomplete, commands);
933 $.fn.textcomplete.Strategy = Strategy;
[all …]
/plugin/linksuggest/vendor/
Djquery.textcomplete.min.js2textcomplete=function(d,e){var f=Array.prototype.slice.call(arguments);return this.each(function()… function
/plugin/emoji/
Dscript.js31 $editForm.textcomplete([{
Dscreen.less61 .textcomplete-footer {
/plugin/dirtylittlehelper/
Dstyle.css261 .textcomplete-dropdown{ z-index: 999999 !important; }
Dscript.js664 $editor.textcomplete([
Ddokuwiki_plugin_dirtylittlehelper.txt353 .textcomplete-dropdown{ z-index: 999999 !important; }