Home
last modified time | relevance | path

Searched refs:autocomplete (Results 1 – 25 of 52) sorted by relevance

123

/plugin/structcombolookup/
H A Dscript.js41 .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 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/inseecity/
H A Dscript.js38 jQuery ('.insee input[name="city"]').autocomplete ({
42 var results = jQuery.ui.autocomplete.filter (inseeCityName, request.term);
/plugin/bureaucracy-au/script/
H A Duser.js43 jQuery(".userpicker").autocomplete({
62 .autocomplete({
/plugin/bureaucracyau/script/
H A Duser.js43 jQuery(".userpicker").autocomplete({
62 .autocomplete({
/plugin/bureaucracy/script/
H A Duser.js43 jQuery(".userpicker").autocomplete({
62 .autocomplete({
/plugin/data-au/
H A Dscript.js82 jQuery(".dataau_type_page input").autocomplete({
106 .autocomplete({
/plugin/searchform/
H A Dsyntax.php91 $autocomplete=true;
111 'autocomplete' => $autocomplete ? 'on' : 'off',
/plugin/data/
H A Dscript.js82 jQuery(".data_type_page input").autocomplete({
102 jQuery(this).data("ui-autocomplete").menu.active) {
106 .autocomplete({
/plugin/struct/script/
H A DEntryEditor.js68 $form.find('input.struct_autocomplete').autocomplete({
83 $form.find('.multiwrap input.struct_autocomplete').autocomplete('option', {
/plugin/txt2tags/
H A Dlinkwiz.js104 dw_linkwiz.autocomplete();
269 autocomplete: function(){
301 dw_linkwiz.autocomplete();
/plugin/bookcreator/script/
H A Dnspicker.js39 '<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 Dhelper.php37 if(!$autocomplete) print 'autocomplete="off" ';
/plugin/dyncontent/
H A Dscript.js119 dw_linkwiz_v2.autocomplete();
296 autocomplete: function(){
328 dw_linkwiz_v2.autocomplete();
/plugin/dirtylittlehelper/
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; }
H A Dstyle.css258 /* autocomplete on top */
259 .ui-autocomplete{ z-index: 99999 !important; }
/plugin/combo/resources/theme/default/components/html/
H A Dsubscribe-form.hbs8 autocomplete="email" required="required"/>
/plugin/codehighlight/cp/
H A Dcodepress.js69 self.editor.autocomplete = (self.editor.autocomplete) ? false : true;
/plugin/tagging/action/
H A Dmain.php58 $this->autocomplete();
151 function autocomplete() { function in action_plugin_tagging_main
/plugin/solr/
H A Dhelper.php70 public function tpl_searchform($ajax=false, $autocomplete=true) { argument
79 if(!$autocomplete) print 'autocomplete="off" ';
/plugin/watchcycle/
H A Dstyle.less88 .ui-autocomplete {
/plugin/codehighlight/cp/engines/
H A Dopera.js19 autocomplete : true, property in CodePress
42 …Chars.indexOf('|'+String.fromCharCode(charCode)+'|')!=-1 && CodePress.autocomplete) { // auto comp…
/plugin/recommend/
H A Dscript.js76 recommend.$dialog.find('input[name=r_email]').autocomplete({
/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({

123