Searched refs:enable (Results 1 - 25 of 874) sorted by relevance

1234567891011>>

/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/checkconf/
H A Ddnssec.120 dnssec-enable no;
H A Ddnssec.220 dnssec-enable no;
H A Ddnssec.325 dnssec-enable no;
30 dnssec-enable yes;
/macosx-10.9.5/apache-786.1/httpd/build/pkg/
H A Dbuildpkg.sh65 ./configure --enable-layout=$LAYOUT \
68 --enable-mods-shared=all \
70 --with-ldap --enable-ldap --enable-authnz-ldap \
71 --enable-cache --enable-disk-cache --enable-mem-cache \
72 --enable-ssl --with-ssl \
73 --enable-deflate --enable
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DUserActionElementSet.h49 void setFocused(Element* element, bool enable) { setFlags(element, enable, IsFocusedFlag); } argument
50 void setActive(Element* element, bool enable) { setFlags(element, enable, IsActiveFlag); } argument
51 void setInActiveChain(Element* element, bool enable) { setFlags(element, enable, InActiveChainFlag); } argument
52 void setHovered(Element* element, bool enable) { setFlags(element, enable, IsHoveredFlag); } argument
68 void setFlags(Element* element, bool enable, unsigned flags) { enable argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/
H A Dqwebpreferences.cpp92 void QWebPreferencesPrivate::setAttribute(QWebPreferencesPrivate::WebAttribute attr, bool enable) argument
97 WKPreferencesSetLoadsImagesAutomatically(preferencesRef, enable);
101 WKPreferencesSetFullScreenEnabled(preferencesRef, enable);
105 WKPreferencesSetJavaScriptEnabled(preferencesRef, enable);
108 WKPreferencesSetPluginsEnabled(preferencesRef, enable);
111 WKPreferencesSetOfflineWebApplicationCacheEnabled(preferencesRef, enable);
114 WKPreferencesSetLocalStorageEnabled(preferencesRef, enable);
117 WKPreferencesSetXSSAuditorEnabled(preferencesRef, enable);
120 WKPreferencesSetPrivateBrowsingEnabled(preferencesRef, enable);
123 WKPreferencesSetDNSPrefetchingEnabled(preferencesRef, enable);
285 setAutoLoadImages(bool enable) argument
300 setFullScreenEnabled(bool enable) argument
315 setJavascriptEnabled(bool enable) argument
326 setPluginsEnabled(bool enable) argument
337 setOfflineWebApplicationCacheEnabled(bool enable) argument
348 setLocalStorageEnabled(bool enable) argument
359 setXssAuditingEnabled(bool enable) argument
370 setPrivateBrowsingEnabled(bool enable) argument
381 setDnsPrefetchEnabled(bool enable) argument
392 setDeveloperExtrasEnabled(bool enable) argument
403 setNavigatorQtObjectEnabled(bool enable) argument
416 setFrameFlatteningEnabled(bool enable) argument
530 setWebGLEnabled(bool enable) argument
549 setWebAudioEnabled(bool enable) argument
564 setCaretBrowsingEnabled(bool enable) argument
575 setNotificationsEnabled(bool enable) argument
586 setUniversalAccessFromFileURLsAllowed(bool enable) argument
599 setFileAccessFromFileURLsAllowed(bool enable) argument
[all...]
H A Dqwebpreferences_p.h65 void setAutoLoadImages(bool enable);
68 void setFullScreenEnabled(bool enable);
71 void setJavascriptEnabled(bool enable);
74 void setPluginsEnabled(bool enable);
77 void setOfflineWebApplicationCacheEnabled(bool enable);
80 void setLocalStorageEnabled(bool enable);
83 void setXssAuditingEnabled(bool enable);
86 void setPrivateBrowsingEnabled(bool enable);
89 void setDnsPrefetchEnabled(bool enable);
95 void setFrameFlatteningEnabled(bool enable);
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/thread/thread/win/
H A DCONFIG5 # Remember that if you use the --enable-sybols, you need to
16 # "--enable-gcc" configure option; you *need* to define CC.
20 sh ../configure --enable-threads --with-tcl=e:/tcl/win
/macosx-10.9.5/xar-202/xar/
H A Dautogen.sh16 echo "./configure --enable-autogen $@"
17 ./configure --enable-autogen $@
/macosx-10.9.5/cups-372.4/
H A Dmakefull53 ./configure --enable-debug --enable-debug-guards --enable-debug-printfs \
54 --enable-unit-tests --enable-pie --with-pam-module=opendirectory \
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_settings.h54 * @param settings settings object to enable Javascript Fullscreen API
55 * @param enable @c EINA_TRUE to enable Javascript Fullscreen API or
60 EAPI Eina_Bool ewk_settings_fullscreen_enabled_set(Ewk_Settings *settings, Eina_Bool enable);
78 * @param enable @c EINA_TRUE to enable javascript executing
83 EAPI Eina_Bool ewk_settings_javascript_enabled_set(Ewk_Settings *settings, Eina_Bool enable);
101 * @param automatic @c EINA_TRUE to enable auto loading of the images
124 * @param enable @c EINA_TRUE to enable develope
[all...]
H A Dewk_settings.cpp48 Eina_Bool ewk_settings_fullscreen_enabled_set(Ewk_Settings* settings, Eina_Bool enable) argument
52 settings->preferences()->setFullScreenEnabled(enable);
56 UNUSED_PARAM(enable);
72 Eina_Bool ewk_settings_javascript_enabled_set(Ewk_Settings* settings, Eina_Bool enable) argument
76 settings->preferences()->setJavaScriptEnabled(enable);
104 Eina_Bool ewk_settings_developer_extras_enabled_set(Ewk_Settings* settings, Eina_Bool enable) argument
108 settings->preferences()->setDeveloperExtrasEnabled(enable);
120 Eina_Bool ewk_settings_file_access_from_file_urls_allowed_set(Ewk_Settings* settings, Eina_Bool enable) argument
124 settings->preferences()->setAllowFileAccessFromFileURLs(enable);
136 Eina_Bool ewk_settings_frame_flattening_enabled_set(Ewk_Settings* settings, Eina_Bool enable) argument
152 ewk_settings_dns_prefetching_enabled_set(Ewk_Settings* settings, Eina_Bool enable) argument
168 ewk_settings_encoding_detector_enabled_set(Ewk_Settings* settings, Eina_Bool enable) argument
200 ewk_settings_offline_web_application_cache_enabled_set(Ewk_Settings* settings, Eina_Bool enable) argument
215 ewk_settings_scripts_can_open_windows_set(Ewk_Settings* settings, Eina_Bool enable) argument
230 ewk_settings_local_storage_enabled_set(Ewk_Settings* settings, Eina_Bool enable) argument
246 ewk_settings_plugins_enabled_set(Ewk_Settings* settings, Eina_Bool enable) argument
278 ewk_settings_private_browsing_enabled_set(Ewk_Settings* settings, Eina_Bool enable) argument
294 ewk_settings_text_autosizing_enabled_set(Ewk_Settings* settings, Eina_Bool enable) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DIconDatabaseClientBlackBerry.cpp32 bool enable = !settings->isPrivateBrowsingEnabled() && settings->isDatabasesEnabled(); local
33 iconDatabase().setEnabled(enable);
34 if (!enable) {
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Grady/
H A DAppDelegate.py20 enable = self.respondsToSelector_(theMenuItem.action())
25 enable = False
27 return enable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Grady/
H A DAppDelegate.py20 enable = self.respondsToSelector_(theMenuItem.action())
25 enable = False
27 return enable
/macosx-10.9.5/ruby-104/ruby/ext/tk/
H A Dconfig_list.in8 enable tcltk-stubs
10 enable tcl-h-ver-check
11 enable tk-h-ver-check
28 enable mac-tcltk-framework
29 enable tcltk-framework
39 enable pthread
40 enable tcl-thread
41 enable space-on-tk-libpath
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIONotifier.h10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
42 @discussion IOService notification requests are represented as implementations of the IONotifier object. It defines methods to enable, disable and remove notification requests. These actions are synchronized with invocations of the notification handler, so removing a notification request will guarantee the handler is not being executed. */
59 @result Returns the previous enable state of the IONotifier. */
63 /*! @function enable
64 @abstract Sets the enable state of the notification request.
65 @discussion Restores the enable state of the notification request, given the previous state passed in.
66 @param was The enable state of the notifier to restore. */
68 virtual void enable( bool was ) = 0;
/macosx-10.9.5/xnu-2422.115.4/osfmk/chud/
H A Dchud_cpu.c10 * may not be used to create, or enable the creation or redistribution of,
12 * circumvent, violate, or enable the circumvention or violation of, any
73 #pragma mark **** interrupts enable/disable ****
77 chudxnu_set_interrupts_enabled(boolean_t enable) argument
79 return ml_set_interrupts_enabled(enable);
89 #pragma mark **** preemption enable/disable ****
/macosx-10.9.5/cups-372.4/cups/vcnet/
H A Dsetdebug.bat1 @rem Script to enable debug logging for IPPTOOL
/macosx-10.9.5/dcerpc-58/dcerpc/
H A DBUILD-LINUX64-DEBUG.SH82 ./configure --enable-afnp --prefix=/opt/novell/xad --libdir=/opt/novell/xad/lib64 --with-pthread-ext-dir=/opt/novell
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIOFramebufferReallyPrivate.h39 virtual void enable( bool was );
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_network.h80 * @param enable Whether to check the provided certificates or not.
89 EAPI void ewk_network_tls_certificate_check_set(Eina_Bool enable);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/virtchannel_core/
H A Devents.tcl107 method Allowance {events enable} {
110 if {$allowed($event) == $enable} continue
111 set allowed($event) $enable
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/t/
H A D054Subclass.t9 Log::Log4perl::InternalDebug->enable();
/macosx-10.9.5/WebCore-7537.78.1/Modules/geolocation/
H A DPositionOptions.h39 void setEnableHighAccuracy(bool enable) { m_highAccuracy = enable; } argument

Completed in 185 milliseconds

1234567891011>>