Searched refs:title (Results 1 - 25 of 1433) sorted by relevance

1234567891011>>

/macosx-10.10.1/ICU-531.30/icuSources/samples/layout/
H A DGDIGUISupport.cpp18 void GDIGUISupport::postErrorMessage(const char *message, const char *title) argument
20 MessageBoxA(NULL, message, title, MB_ICONERROR);
H A Dgsupport.h12 void gs_postErrorMessage(gs_guiSupport *guiSupport, const char *message, const char *title);
H A DGnomeGUISupport.cpp22 void GnomeGUISupport::postErrorMessage(const char *message, const char *title) argument
28 s = g_strconcat(title, ":\n", message, NULL);
33 fprintf(stderr, "%s: %s\n", title, message);
H A DGDIGUISupport.h25 virtual void postErrorMessage(const char *message, const char *title);
H A DGUISupport.h23 virtual void postErrorMessage(const char *message, const char *title) = 0;
H A DGnomeGUISupport.h25 virtual void postErrorMessage(const char *message, const char *title);
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSProfilerPrivate.cpp35 void JSStartProfiling(JSContextRef ctx, JSStringRef title) argument
37 LegacyProfiler::profiler()->startProfiling(toJS(ctx), title->string());
40 void JSEndProfiling(JSContextRef ctx, JSStringRef title) argument
44 profiler->stopProfiling(exec, title->string());
H A DJSProfilerPrivate.h43 @param title The title of the profile.
46 JS_EXPORT void JSStartProfiling(JSContextRef ctx, JSStringRef title);
52 @param title The title of the profile.
57 JS_EXPORT void JSEndProfiling(JSContextRef ctx, JSStringRef title);
/macosx-10.10.1/postfix-255/postfix/mantools/
H A Dman2html8 -t) title=$2; shift; shift;;
9 -*) echo "Usage: $0 [-t title] [file(s)]" 1>&2; exit 1;;
18 <title> $title </title>
/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Dbm_app_erb.rb9 title = "hello world!"
19 <head> <%= title %> </head>
21 <h1> <%= title %> </h1>
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DRemoteDiskMovie.tcl4 wm title . {Remote Movie}
H A DSimpleWebCam.tcl4 wm title . {Mats TV}
H A DStreamFromBBC.tcl33 wm title . {BBC Live}
H A DSimplePlayback.tcl3 wm title . {Simple Playback}
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DLegacyProfileObject.js26 WebInspector.LegacyProfileObject = function(type, title, id, isRecording)
31 console.assert(title);
35 this._title = title;
57 get title()
62 set title(title)
64 this._title = title;
H A DFolderTreeElement.js26 WebInspector.FolderTreeElement = function(title, subtitle, representedObject)
28 WebInspector.GeneralTreeElement.call(this, WebInspector.FolderTreeElement.FolderIconStyleClassName, title, subtitle, representedObject, true);
H A DLegacyJavaScriptProfileObject.js26 WebInspector.LegacyJavaScriptProfileObject = function(title, id, recording)
28 WebInspector.LegacyProfileObject.call(this, WebInspector.LegacyJavaScriptProfileType.TypeId, title, id, recording);
H A DPropertiesSection.js26 WebInspector.PropertiesSection = function(title, subtitle)
34 WebInspector.Section.call(this, title, subtitle);
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/context/
H A Dsection.rb4 # # :section: The title
32 # Section title
34 attr_reader :title
39 # Creates a new section with +title+ and +comment+
41 def initialize parent, title, comment
43 @title = title ? title.strip : title
54 # Sections are equal when they have the same #title
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/cgi-bin/
H A Dupload7 set title "SOAP Script upload"
14 cgi_title $title
18 cgi_h1 align=center $title
/macosx-10.10.1/CPANInternal-159.1/Class-Std-0.011/demo/
H A Ddemo_library.pl7 my ($class, $title, $arg_ref) = @_;
8 $book{$title} = { Publisher=>q{O'Reilly}, %{$arg_ref} };
23 my ($class, $title, $arg_ref) = @_;
24 $book{$title} = { Publisher=>q{Manning}, %{$arg_ref} };
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebNavigationData.mm32 NSString *title;
46 [title release];
58 - (id)initWithURLString:(NSString *)url title:(NSString *)title originalRequest:(NSURLRequest *)request response:(NSURLResponse *)response hasSubstituteData:(BOOL)hasSubstituteData clientRedirectSource:(NSString *)redirectSource
66 _private->title = [title retain];
80 - (NSString *)title
82 return _private->title;
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A D_WKElementAction.mm53 - (id)_initWithTitle:(NSString *)title actionHandler:(WKElementActionHandlerInternal)handler type:(_WKElementActionType)type
58 _title = adoptNS([title copy]);
72 + (instancetype)elementActionWithTitle:(NSString *)title actionHandler:(WKElementActionHandler)handler
74 return [[[self alloc] _initWithTitle:title actionHandler:^(WKContentView *view, _WKActivatedElementInfo *actionInfo) { handler(actionInfo); }
88 static void addToReadingList(NSURL *targetURL, NSString *title)
90 if (!title || [title length] == 0)
91 title = [targetURL absoluteString];
93 [[getSSReadingListClass() defaultReadingList] addReadingListItemWithURL:targetURL title:title previewTex
[all...]
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/t/testlib/
H A DMyFilm.pm10 __PACKAGE__->columns(All => qw/filmid title/);
12 __PACKAGE__->columns(Stringify => 'title');
21 title VARCHAR(255)
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DDOMUtilities.js34 var title = node.nodeNameInCorrectCase();
40 title += "[id=\"" + idAttribute + "\"]";
42 title += "#" + idAttribute;
53 title += "." + className;
59 return title;
66 var title = "";
69 title = ":role(" + role + ")";
70 return title;
78 // ...for list brevity, and both text and title have roleSelectorForNode appended.
80 var tagIdSelector = link.title;
[all...]

Completed in 300 milliseconds

1234567891011>>