Home
last modified time | relevance | path

Searched refs:autocomplete (Results 1 – 25 of 52) sorted by last modified time

123

/plugin/struct/script/
H A DEntryEditor.js68 $form.find('input.struct_autocomplete').autocomplete({
83 $form.find('.multiwrap input.struct_autocomplete').autocomplete('option', {
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dcombined.js129 autocomplete: function(urlOrData, options) {
187 var $input = $(input).attr("autocomplete", "off").addClass(options.inputClass);
202 navigator.userAgent.indexOf("Opera") != -1 && $(input.form).bind("submit.autocomplete", function() {
210 $input.bind((navigator.userAgent.indexOf("Opera") != -1 && !'KeyboardEvent' in window ? "keypress" : "keydown") + ".autocomplete", function(event) {
212 // avoids issue where input had focus before the autocomplete was applied
325 $(input.form).unbind(".autocomplete");
496 port: "autocomplete" + input.name,
1067 .autocomplete(ApiGen.elements, {
/plugin/bez/scripts/
H A Dtask.js156 .autocomplete({
197 wasOpen = input.autocomplete( "widget" ).is( ":visible" );
208 input.autocomplete( "search", "" );
213 var matcher = new RegExp( jQuery.ui.autocomplete.escapeRegex(request.term), "i" );
259 this.input.autocomplete( "instance" ).term = "";
H A Dthread.js213 .autocomplete({
254 wasOpen = input.autocomplete( "widget" ).is( ":visible" );
265 input.autocomplete( "search", "" );
270 var matcher = new RegExp( jQuery.ui.autocomplete.escapeRegex(request.term), "i" );
316 this.input.autocomplete( "instance" ).term = "";
/plugin/tagging/action/
H A Dmain.php58 $this->autocomplete();
151 function autocomplete() { function in action_plugin_tagging_main
/plugin/tagging/
H A Dscript.js93 * below follows auto completion as described on http://jqueryui.com/autocomplete/#multiple-remote
108 jQuery(this).data('ui-autocomplete').menu.active) {
112 .autocomplete({
/plugin/recommend/
H A Dscript.js76 recommend.$dialog.find('input[name=r_email]').autocomplete({
H A Daction.php77 public function autocomplete(Doku_Event $event) function in action_plugin_recommend
/plugin/bureaucracy/script/
H A Duser.js43 jQuery(".userpicker").autocomplete({
62 .autocomplete({
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js6302 }}},autocomplete:function(reverse){var element=this.element;
6355 }else{if(code==9){this.autocomplete(e.shiftKey)
/plugin/combo/resources/theme/default/components/html/
H A Dsubscribe-form.hbs8 autocomplete="email" required="required"/>
/plugin/data/
H A Dscript.js82 jQuery(".data_type_page input").autocomplete({
102 jQuery(this).data("ui-autocomplete").menu.active) {
106 .autocomplete({
H A Dstyle.css186 /* datapicker and autocomplete menu */
/plugin/edittable/lib/
H A Dhandsontable.full.js41905 this.element.autocomplete = 'off';
/plugin/ckgedit/ckeditor/
H A DCHANGES.md37 …v/issues/2527): Fixed: [Emoji](https://ckeditor.com/cke4/addon/emoji) autocomplete order does not …
143 …v/issues/2114): Fixed: [Autocomplete](https://ckeditor.com/cke4/addon/autocomplete) cannot be init…
144 …eleasing the mouse button is not inserting an [autocomplete](https://ckeditor.com/cke4/addon/autoc…
174 …* [Autocomplete](https://ckeditor.com/cke4/addon/autocomplete) – Provides contextual complet…
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink-cmpr.js1autocomplete()},getResult:function(a){DEPRECATED("use doku_linkwiz.$getResult()[0] instead");retur…
H A Dlink.js1autocomplete()},getResult:function(a){DEPRECATED("use doku_linkwiz.$getResult()[0] instead");retur…
H A Dlink.js.unc1565 …>'+LANG.linkto+' <input type="text" class="edit" id="link__wiz_entry" autocomplete="off" /></div>'+
1635 doku_linkwiz.autocomplete();
1774 autocomplete: function(){
1805 doku_linkwiz.autocomplete();
/plugin/watchcycle/
H A Dstyle.less88 .ui-autocomplete {
H A Dscript.js86 $watchCycleForm.find('input#plugin__watchcycle_user_input').autocomplete({
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1autocomplete', 'list');\n ui.inputBox.setAttribute('aria-activedescendant', ui.list…
H A D3.3.js.map1autocomplete\",\n \"valueSet\": \"o\",\n \"description\": {\…
/plugin/dirtylittlehelper/
H A Dstyle.css258 /* autocomplete on top */
259 .ui-autocomplete{ z-index: 99999 !important; }
H A DREADME.md50 -- config "autocomplete" - "namespace" > put your namespace here
H A Ddokuwiki_plugin_dirtylittlehelper.txt35 * [[struct]] (needed for autocomplete search in editor and topbar)
36 * [[bureaucracy]] (needed for autocomplete search in editor and topbar)
95 * config "autocomplete" - "namespace" > put your namespace here
231 * struct autocomplete (like the dlh page in the editor BUT only one field)
251 in the config define a pageid for a page that contains **ONE** autocomplete struct field\\
350 /* autocomplete on top */
351 .ui-autocomplete{ z-index: 99999 !important; }

123