Searched refs:defaultValue (Results 101 - 125 of 211) sorted by relevance

123456789

/macosx-10.9.5/vim-53/runtime/autoload/
H A Djavascriptcomplete.vim217 let fileprop = ['accept', 'accessKey', 'align', 'alt', 'defaultValue',
223 let hiddprop = ['defaultValue', 'form', 'id', 'name', 'type', 'value']
226 let passprop = ['accept', 'accessKey', 'defaultValue',
240 let reseprop = ['accept', 'accessKey', 'align', 'alt', 'defaultValue',
246 let submprop = ['accept', 'accessKey', 'align', 'alt', 'defaultValue',
252 let textprop = ['accept', 'accessKey', 'align', 'alt', 'defaultValue',
341 let tareprop = ['accessKey', 'cols', 'defaultValue',
/macosx-10.9.5/libxml2-26/libxml2/
H A DtestSAX.c469 const xmlChar * defaultValue, xmlEnumerationPtr tree)
474 if (defaultValue == NULL)
479 elem, name, type, def, defaultValue);
467 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem, const xmlChar * name, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DtestSAX.c469 const xmlChar * defaultValue, xmlEnumerationPtr tree)
474 if (defaultValue == NULL)
479 elem, name, type, def, defaultValue);
467 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem, const xmlChar * name, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
/macosx-10.9.5/securityd-55199.3/src/
H A DAuthorizationRule.cpp81 RuleImpl::Attribute::getString(CFDictionaryRef config, CFStringRef key, bool required = false, const char *defaultValue = "")
104 return string(defaultValue);
113 RuleImpl::Attribute::getDouble(CFDictionaryRef config, CFStringRef key, bool required = false, double defaultValue = 0.0)
124 return defaultValue;
135 RuleImpl::Attribute::getBool(CFDictionaryRef config, CFStringRef key, bool required = false, bool defaultValue = false)
146 return defaultValue;
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkTheme.c72 Tcl_Obj *defaultValue = Tcl_GetHashValue(entryPtr); local
73 Tcl_DecrRefCount(defaultValue);
246 const char *defaultValue = specPtr->options[i].defaultValue; local
247 if (defaultValue) {
248 elementClass->defaultValues[i] = Tcl_NewStringObj(defaultValue,-1);
1293 /* + style lookup $style -option ?statespec? ?defaultValue?
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A Djsdifflib.js97 __dictget: function (dict, key, defaultValue) {
98 return dict.hasOwnProperty(key) ? dict[key] : defaultValue;
H A DTimelinePresentationModel.js1228 * @param {string=} defaultValue
1230 _linkifyTopCallFrame: function(defaultValue)
1236 return defaultValue;
1240 * @param {*=} defaultValue
1243 _linkifyScriptLocation: function(defaultValue)
1248 return defaultValue ? "" + defaultValue : null;
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DChrome.cpp344 bool Chrome::runJavaScriptPrompt(Frame* frame, const String& prompt, const String& defaultValue, String& result) argument
358 bool ok = m_client->runJavaScriptPrompt(frame, displayPrompt, frame->displayStringModifiedByEncoding(defaultValue), result);
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DChromeClientEfl.cpp293 bool ChromeClientEfl::runJavaScriptPrompt(Frame* frame, const String& message, const String& defaultValue, String& result) argument
296 ewk_view_run_javascript_prompt(m_view, kit(frame), message.utf8().data(), defaultValue.utf8().data(), &value);
H A DChromeClientEfl.h95 virtual bool runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String& result);
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSCallbackObject.h177 static JSValue defaultValue(const JSObject*, ExecState*, PreferredPrimitiveType);
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSCell.cpp181 JSValue JSCell::defaultValue(const JSObject*, ExecState*, PreferredPrimitiveType) function in class:JSC::JSCell
H A DJSCell.h153 static JSValue defaultValue(const JSObject*, ExecState*, PreferredPrimitiveType);
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_view_private.h104 bool ewk_view_run_javascript_prompt(Evas_Object* ewkView, Evas_Object* frame, const char* message, const char* defaultValue, const char** value);
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebelement.cpp397 exist, \a defaultValue is returned.
401 QString QWebElement::attribute(const QString &name, const QString &defaultValue) const
408 return defaultValue;
413 attribute does not exist, \a defaultValue is returned.
417 QString QWebElement::attributeNS(const QString &namespaceUri, const QString &name, const QString &defaultValue) const
424 return defaultValue;
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DChromeClientQt.h112 virtual bool runJavaScriptPrompt(Frame*, const String& message, const String& defaultValue, String& result);
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetApi/
H A Dqwebpage_p.h88 virtual bool javaScriptPrompt(QWebFrameAdapter*, const QString& msg, const QString& defaultValue, QString* result) OVERRIDE;
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DDOMHTML.idl601 - (NSString *)defaultValue;
603 HRESULT defaultValue([out, retval] BSTR* result);
606 - (void)setDefaultValue:(NSString *)defaultValue;
823 - (NSString *)defaultValue;
825 HRESULT defaultValue([out, retval] BSTR* result);
828 - (void)setDefaultValue:(NSString *)defaultValue;
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebChromeClient.h89 virtual bool runJavaScriptPrompt(WebCore::Frame*, const WTF::String& message, const WTF::String& defaultValue, WTF::String& result);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/
H A Dqquickwebview_p_p.h109 QString runJavaScriptPrompt(const QString&, const QString& defaultValue, bool& ok);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dcalendar.h1552 * the defaultValue is used.
1555 * @param defaultValue a default value used if the field is unset.
1559 inline int32_t internalGet(UCalendarDateFields field, int32_t defaultValue) const {return fStamp[field]>kUnset ? fFields[field] : defaultValue;}
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dcfutilities.h285 Number cfNumber(CFNumberRef number, Number defaultValue) argument
291 return defaultValue;
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dcfutilities.h285 Number cfNumber(CFNumberRef number, Number defaultValue) argument
291 return defaultValue;
/macosx-10.9.5/WebCore-7537.78.1/bridge/objc/
H A Dobjc_runtime.mm275 JSValue ObjcFallbackObjectImp::defaultValue(const JSObject* object, ExecState* exec, PreferredPrimitiveType)
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebEditorClient.mm583 bool WebEditorClient::canCopyCut(Frame*, bool defaultValue) const
585 return defaultValue;
588 bool WebEditorClient::canPaste(Frame*, bool defaultValue) const
590 return defaultValue;

Completed in 169 milliseconds

123456789