/plugin/structcombolookup/ |
H A D | script.js | 41 .autocomplete({ 82 wasOpen = input.autocomplete( "widget" ).is( ":visible" ); 93 input.autocomplete( "search", "" ); 98 var matcher = new RegExp( $.ui.autocomplete.escapeRegex(request.term), "i" ); 142 this.input.autocomplete( "instance" ).term = "";
|
/plugin/bez/scripts/ |
H A D | task.js | 156 .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 D | thread.js | 213 .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/inseecity/ |
H A D | script.js | 38 jQuery ('.insee input[name="city"]').autocomplete ({ 42 var results = jQuery.ui.autocomplete.filter (inseeCityName, request.term);
|
/plugin/bureaucracy-au/script/ |
H A D | user.js | 43 jQuery(".userpicker").autocomplete({ 62 .autocomplete({
|
/plugin/bureaucracyau/script/ |
H A D | user.js | 43 jQuery(".userpicker").autocomplete({ 62 .autocomplete({
|
/plugin/bureaucracy/script/ |
H A D | user.js | 43 jQuery(".userpicker").autocomplete({ 62 .autocomplete({
|
/plugin/data-au/ |
H A D | script.js | 82 jQuery(".dataau_type_page input").autocomplete({ 106 .autocomplete({
|
/plugin/searchform/ |
H A D | syntax.php | 91 $autocomplete=true; 111 'autocomplete' => $autocomplete ? 'on' : 'off',
|
/plugin/data/ |
H A D | script.js | 82 jQuery(".data_type_page input").autocomplete({ 102 jQuery(this).data("ui-autocomplete").menu.active) { 106 .autocomplete({
|
/plugin/struct/script/ |
H A D | EntryEditor.js | 68 $form.find('input.struct_autocomplete').autocomplete({ 83 $form.find('.multiwrap input.struct_autocomplete').autocomplete('option', {
|
/plugin/txt2tags/ |
H A D | linkwiz.js | 104 dw_linkwiz.autocomplete(); 269 autocomplete: function(){ 301 dw_linkwiz.autocomplete();
|
/plugin/bookcreator/script/ |
H A D | nspicker.js | 39 '<div>' + LANG.plugins.bookcreator.select_namespace + ' <input type="text" class="edit" id="bc__nspicker_entry" autocomplete="off" />' + 115 bc_nspicker.autocomplete(); 208 autocomplete: function () { method in bc_nspicker 243 bc_nspicker.autocomplete();
|
/plugin/searchformgoto/ |
H A D | helper.php | 37 if(!$autocomplete) print 'autocomplete="off" ';
|
/plugin/dyncontent/ |
H A D | script.js | 119 dw_linkwiz_v2.autocomplete(); 296 autocomplete: function(){ 328 dw_linkwiz_v2.autocomplete();
|
/plugin/dirtylittlehelper/ |
H A D | dokuwiki_plugin_dirtylittlehelper.txt | 35 * [[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; }
|
H A D | style.css | 258 /* autocomplete on top */ 259 .ui-autocomplete{ z-index: 99999 !important; }
|
/plugin/combo/resources/theme/default/components/html/ |
H A D | subscribe-form.hbs | 8 autocomplete="email" required="required"/>
|
/plugin/codehighlight/cp/ |
H A D | codepress.js | 69 self.editor.autocomplete = (self.editor.autocomplete) ? false : true;
|
/plugin/tagging/action/ |
H A D | main.php | 58 $this->autocomplete(); 151 function autocomplete() { function in action_plugin_tagging_main
|
/plugin/solr/ |
H A D | helper.php | 70 public function tpl_searchform($ajax=false, $autocomplete=true) { argument 79 if(!$autocomplete) print 'autocomplete="off" ';
|
/plugin/watchcycle/ |
H A D | style.less | 88 .ui-autocomplete {
|
/plugin/codehighlight/cp/engines/ |
H A D | opera.js | 19 autocomplete : true, property in CodePress 42 …Chars.indexOf('|'+String.fromCharCode(charCode)+'|')!=-1 && CodePress.autocomplete) { // auto comp…
|
/plugin/recommend/ |
H A D | script.js | 76 recommend.$dialog.find('input[name=r_email]').autocomplete({
|
/plugin/tagging/ |
H A D | script.js | 93 * below follows auto completion as described on http://jqueryui.com/autocomplete/#multiple-remote 108 jQuery(this).data('ui-autocomplete').menu.active) { 112 .autocomplete({
|