Searched refs:user_agent (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/cups-408/cups/cups/
H A Dusersys.c439 cupsSetUserAgent(const char *user_agent)/* I - User-Agent string or @code NULL@ */ argument
451 if (user_agent)
453 strlcpy(cg->user_agent, user_agent, sizeof(cg->user_agent));
462 snprintf(cg->user_agent, sizeof(cg->user_agent),
478 snprintf(cg->user_agent, sizeof(cg->user_agent),
519 if (!cg->user_agent[
[all...]
H A Dcups-private.h154 user_agent[256],/* User-Agent string */ member in struct:_cups_globals_s
H A Dcups.h615 extern void cupsSetUserAgent(const char *user_agent) _CUPS_API_1_7;
/macosx-10.10/ruby-106/ruby/lib/cgi/
H A Dcore.rb605 user_agent = $CGI_ENV['HTTP_USER_AGENT']
606 return /Mac/i.match(user_agent) && /Mozilla/i.match(user_agent) && !/MSIE/i.match(user_agent)
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dremote_fetcher.rb86 @user_agent = user_agent
484 request.add_field 'User-Agent', @user_agent
576 def user_agent method
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_remote_fetcher.rb733 ua = @fetcher.user_agent
748 ua = @fetcher.user_agent
761 ua = @fetcher.user_agent
774 ua = @fetcher.user_agent
789 ua = @fetcher.user_agent
804 ua = @fetcher.user_agent
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_view.h681 * @param user_agent the user agent string to set or @c NULL to restore the default one
685 EAPI Eina_Bool ewk_view_user_agent_set(Evas_Object *o, const char *user_agent);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitSettings.h369 const gchar *user_agent);
/macosx-10.10/vim-55/runtime/syntax/
H A Delinks.vim78 \ accept_ui_language trace user_agent host
H A Dmuttrc.vim137 syn keyword muttrcVarBool skipwhite contained user_agent wait_key weed wrap_search write_bcc nextgroup=muttrcSetBoolAssignment,muttrcVPrefix,muttrcVarBool,muttrcVarQuad,muttrcVarNum,muttrcVarStr
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim1813 \ 'get_browser(': '[string user_agent [, bool return_array]] | mixed',

Completed in 221 milliseconds