Home
last modified time | relevance | path

Searched refs:autocomplete (Results 26 – 50 of 52) sorted by last modified time

123

/plugin/searchform/
H A Dsyntax.php91 $autocomplete=true;
111 'autocomplete' => $autocomplete ? 'on' : 'off',
/plugin/schedule/lib/
H A DscheduleCitiesMap.js248 input.autocomplete ({ source: source });
/plugin/schedule/
H A Dstyle.css470 ul.ui-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/inseecity/
H A Dscript.js38 jQuery ('.insee input[name="city"]').autocomplete ({
42 var results = jQuery.ui.autocomplete.filter (inseeCityName, request.term);
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js6291 }}},autocomplete:function(reverse){var element=this.element;
6344 }else{if(code==9){this.autocomplete(e.shiftKey)
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md645 list. This should fix iOS attendee autocomplete support.
/plugin/codemirror/dist/keymaps/
H A Demacs.min.js.map1 …\", \"Ctrl-G\": quit, \"Shift-Alt-5\": \"replace\",\n \"Alt-/\": \"autocomplete\",\n \"Enter…
/plugin/dyncontent/
H A Dscript.js119 dw_linkwiz_v2.autocomplete();
296 autocomplete: function(){
328 dw_linkwiz_v2.autocomplete();
/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/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js23935 autocomplete: function(reverse)
24095 this.autocomplete(e.shiftKey);
/plugin/data-au/
H A Dscript.js82 jQuery(".dataau_type_page input").autocomplete({
106 .autocomplete({
H A Dstyle.css160 /* datepicker and autocomplete menu */
/plugin/bureaucracyau/script/
H A Duser.js43 jQuery(".userpicker").autocomplete({
62 .autocomplete({
/plugin/bureaucracy-au/script/
H A Duser.js43 jQuery(".userpicker").autocomplete({
62 .autocomplete({
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js1autocomplete()},getResult:function(a){DEPRECATED("use doku_linkwiz.$getResult()[0] instead");retur…
H A Dlink.js.unc1517 …>'+LANG.linkto+' <input type="text" class="edit" id="link__wiz_entry" autocomplete="off" /></div>'+
1587 doku_linkwiz.autocomplete();
1715 autocomplete: function(){
1746 doku_linkwiz.autocomplete();
/plugin/txt2tags/
H A Dlinkwiz.js104 dw_linkwiz.autocomplete();
269 autocomplete: function(){
301 dw_linkwiz.autocomplete();
/plugin/searchformgoto/
H A Dhelper.php37 if(!$autocomplete) print 'autocomplete="off" ';
/plugin/solr/
H A DREADME.md29 $solr->tpl_searchform(true, false); // Search field with ajax and no autocomplete
H A Dhelper.php70 public function tpl_searchform($ajax=false, $autocomplete=true) { argument
79 if(!$autocomplete) print 'autocomplete="off" ';
/plugin/codehighlight/cp/engines/
H A Dopera.js19 autocomplete : true, property in CodePress
42 …Chars.indexOf('|'+String.fromCharCode(charCode)+'|')!=-1 && CodePress.autocomplete) { // auto comp…
H A Dmsie.js20 autocomplete : true, property in CodePress
43 …')!= -1 || completeChars.indexOf('|'+fromChar+'|')!=-1 )&& CodePress.autocomplete) { // auto comp…
H A Dgecko.js20 autocomplete : true, property in CodePress
46 …|')!= -1 || completeChars.indexOf('|'+fromChar+'|')!=-1) && CodePress.autocomplete) { // auto comp…
/plugin/codehighlight/cp/
H A Dcodepress.js69 self.editor.autocomplete = (self.editor.autocomplete) ? false : true;

123