Home
last modified time | relevance | path

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

123

/plugin/structcombolookup/
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/
Dscript.js38 jQuery ('.insee input[name="city"]').autocomplete ({
42 var results = jQuery.ui.autocomplete.filter (inseeCityName, request.term);
/plugin/acknowledge/
Dscript.js9 .autocomplete({
19 .autocomplete({
/plugin/bureaucracy/script/
Duser.js43 jQuery(".userpicker").autocomplete({
62 .autocomplete({
/plugin/bureaucracy-au/script/
Duser.js43 jQuery(".userpicker").autocomplete({
62 .autocomplete({
/plugin/bureaucracyau/script/
Duser.js43 jQuery(".userpicker").autocomplete({
62 .autocomplete({
/plugin/data-au/
Dscript.js82 jQuery(".dataau_type_page input").autocomplete({
106 .autocomplete({
/plugin/searchform/
Dsyntax.php91 $autocomplete=true;
111 'autocomplete' => $autocomplete ? 'on' : 'off',
/plugin/data/
Dscript.js82 jQuery(".data_type_page input").autocomplete({
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/
Dlinkwiz.js104 dw_linkwiz.autocomplete();
269 autocomplete: function(){
301 dw_linkwiz.autocomplete();
/plugin/bookcreator/script/
Dnspicker.js115 bc_nspicker.autocomplete();
208 autocomplete: function () { method
243 bc_nspicker.autocomplete();
/plugin/dyncontent/
Dscript.js119 dw_linkwiz_v2.autocomplete();
296 autocomplete: function(){
328 dw_linkwiz_v2.autocomplete();
/plugin/searchformgoto/
Dhelper.php37 if(!$autocomplete) print 'autocomplete="off" ';
/plugin/dirtylittlehelper/
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; }
/plugin/lms/
Dscript.js33 .autocomplete({
/plugin/tagging/action/
H A Dmain.php73 $this->autocomplete();
172 public function autocomplete() function in action_plugin_tagging_main
/plugin/codehighlight/cp/
Dcodepress.js69 self.editor.autocomplete = (self.editor.autocomplete) ? false : true;
/plugin/combo/resources/theme/default/components/html/
H A Dsubscribe-form.hbs8 autocomplete="email" required="required"/>
/plugin/solr/
Dhelper.php70 public function tpl_searchform($ajax=false, $autocomplete=true) { argument
79 if(!$autocomplete) print 'autocomplete="off" ';
/plugin/watchcycle/
Dstyle.less88 .ui-autocomplete {
/plugin/asciidocjs/node_modules/jake/lib/
Djake.js310 if (opts.autocomplete && opts.jakefile === true) {
318 if(!jakefileLoaded && !jakelibdirLoaded && !opts.autocomplete) {
/plugin/codehighlight/cp/engines/
Dopera.js19 autocomplete : true, property
42 …Chars.indexOf('|'+String.fromCharCode(charCode)+'|')!=-1 && CodePress.autocomplete) { // auto comp…

123