Searched refs:searching (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/plugins/auth-pam/
H A Dauth-pam.c126 const char *searching=tosearch; local
134 scratch = strstr(searching,searchfor);
138 strncat(temp,searching,scratch-searching);
141 searching=scratch+strlen(searchfor);
142 scratch = strstr(searching,searchfor);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/dht/
H A Ddht-example.c26 static volatile sig_atomic_t dumping = 0, searching = 0, exiting = 0; variable
37 searching = 1;
379 if(searching) {
384 searching = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dwxhtml.tex12 database searching. There is a \helpref{wxFileSystem}{wxfilesystem}
H A Dfdrepdlg.tex132 // don't allow case sensitive searching
135 // don't allow whole word searching
188 The actual searching is supposed to be done in the owner window which is the
H A Dpathlist.tex4 when presented with a filename without a directory, searching for an existing file
H A Devthand.tex226 Processes an event, searching event tables and calling zero or more suitable event handler function(s).
252 The normal order of event table searching is as follows:
304 fail, and searching will continue.
H A Dhthelpct.tex159 \item switch to Search panel and start searching
185 Displays help window, focuses search panel and starts searching. Returns true
H A Devent.tex179 processing system continues searching for a further handler function for this
H A Dhash.tex42 Retrieval involves recalculating the array index from the key, and searching
H A Dhelpinst.tex103 wxHtmlHelpController, the extensions zip, htb and hhp will be appended while searching for
H A Dhthlpfrm.tex231 searching books.
H A Darc.tex168 So to avoid ambiguity when searching for an entry matching a local name,
H A Dtstring.tex20 extraction, case conversion, trimming and padding (with spaces), searching and
H A Darray.tex62 wxSortedArray is a wxArray variant which should be used when searching in the
H A Dtevent.tex133 The normal order of event table searching by ProcessEvent is as follows:
H A Dbody.tex478 wxPathList} makes adding directories and searching for files easy, and
H A Dfunction.tex1020 This function does directory searching; returns the first file
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dprepifelse.cpp408 wxMessageBox("wxHTML #if error: Premature end of file while searching for matching #endif.","Error",wxICON_ERROR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/firewire/
H A Dfiredtv.h35 unsigned searching:1; member in struct:firedtv_tuner_status
H A Dfiredtv-avc.c747 stat->searching = r->operand[11] >> 7 & 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/python/
H A Dsched-migration.py241 searching = True
242 while searching:
244 searching = False
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dconfig_h.com96 $! On some platforms, DCL search has problems with searching a file
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/jquery/
H A Djqueryui-1.8.16.min.js240 false;var i=a.ui.keyCode;switch(g.keyCode){case i.PAGE_UP:c._move("previousPage",g);break;case i.PAGE_DOWN:c._move("nextPage",g);break;case i.UP:c._move("previous",g);g.preventDefault();break;case i.DOWN:c._move("next",g);g.preventDefault();break;case i.ENTER:case i.NUMPAD_ENTER:if(c.menu.active){h=true;g.preventDefault()}case i.TAB:if(!c.menu.active)return;c.menu.select(g);break;case i.ESCAPE:c.element.val(c.term);c.close(g);break;default:clearTimeout(c.searching);c.searching=setTimeout(function(){if(c.term!=
241 c.element.val()){c.selectedItem=null;c.search(null,g)}},c.options.delay);break}}}).bind("keypress.autocomplete",function(g){if(h){h=false;g.preventDefault()}}).bind("focus.autocomplete",function(){if(!c.options.disabled){c.selectedItem=null;c.previous=c.element.val()}}).bind("blur.autocomplete",function(g){if(!c.options.disabled){clearTimeout(c.searching);c.closing=setTimeout(function(){c.close(g);c._change(g)},150)}});this._initSource();this.response=function(){return c._response.apply(c,arguments)};
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery-ui.js5954 clearTimeout( self.searching );
5955 self.searching = setTimeout(function() {
5984 clearTimeout( self.searching );

Completed in 267 milliseconds