Searched refs:label (Results 451 - 475 of 1101) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DDataObjectGtk.cpp112 void DataObjectGtk::setURL(const URL& url, const String& label) argument
118 String actualLabel(label);
/macosx-10.10/WebCore-7600.1.25/platform/mock/
H A DRTCPeerConnectionHandlerMock.cpp162 std::unique_ptr<RTCDataChannelHandler> RTCPeerConnectionHandlerMock::createDataChannel(const String& label, const RTCDataChannelInit& init) argument
166 return std::make_unique<RTCDataChannelHandlerMock>(label, init);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DCSSStyleDetailsSidebarPanel.css65 .sidebar > .panel.details.css-style > .content > .pseudo-classes > .group > label {
/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dctfmerge.c238 "Usage: %s [-fgstv] -l label | -L labelenv -o outfile file ...\n"
239 " %s [-fgstv] -l label | -L labelenv -o outfile -d uniqfile\n"
241 " %s [-fgstv] -l label | -L labelenv -o outfile -w withfile "
245 " %s [-fgstv] -l label | -L labelenv -o master_macho_file -Z raw_ctf_outfile file ...\n"
780 char *label = NULL;
809 /* Uniquify against label `uniqlabel' in `uniqfile' */
819 /* Label merged types with `label' */
820 label = optarg;
823 /* Label merged types with getenv(`label`) */
824 if ((label
[all...]
/macosx-10.10/emacs-93/emacs/oldXMenu/
H A DInternal.c428 register int max_p_label = 0; /* Maximum pane label width. */
429 register int max_s_label = 0; /* Maximum selection label width. */
451 * Recompute maximum pane label width.
470 * Recompute maximum selection label width.
490 * label widths. If the spacing between the selection window and the
648 * Recompute label X position.
667 * Recompute label Y positions.
775 * Recompute label X position.
794 * Recompute label Y position.
910 pane->label, pan
[all...]
H A DXMenu.h66 * An XMPane is a menu pane made up of one or more XMSelect and a label.
68 * An XMSelect is a menu selection object with a label and a data pointer.
108 char *label; /* -- Pane label. */ member in struct:_xmpane
109 int label_width; /* -- Pane label width in pixels. */
110 int label_length; /* -- Pane label length in chars. */
111 int label_x; /* -- Pane label X offset. */
112 int label_uy; /* -- Pane label upper Y offset. */
113 int label_ly; /* -- Pane label lower Y offset. */
133 char *label; /* member in struct:_xmselect
[all...]
/macosx-10.10/libdispatch-442.1.4/private/
H A Dmach_private.h225 * @param label
226 * An optional string label to attach to the channel. The string is not copied,
244 dispatch_mach_create(const char *label, dispatch_queue_t queue,
276 * @param label
277 * An optional string label to attach to the channel. The string is not copied,
298 dispatch_mach_create_f(const char *label, dispatch_queue_t queue, void *context,
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/ControlPanel/
H A DConfigPropertySheet.cpp210 const char *label[128]; local
221 label[labels++] = buffer;
/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursesp.h216 virtual void label(const char* topLabel,
220 virtual void centertext(int row,const char* label);
221 // Put the label text centered in the specified row.
/macosx-10.10/ncurses-44/ncurses/ncurses/trace/
H A Dlib_tracebits.c85 lookup_bits(char *buf, const BITNAMES * table, const char *label, unsigned int val) argument
89 (void) strcat(buf, label);
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Drolodex77 attr_reader :entry, :label
86 @label = []
93 @label[i] = TkLabel.new(@i[i],
100 @label[i].pack("side"=>"right")
137 "label" => "Load ...",
141 "label" => "Exit",
152 "label"=>"On Context...",
156 "label"=>"On Help...",
160 "label"=>"On Window...",
164 "label"
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Drolodex77 attr_reader :entry, :label
86 @label = []
93 @label[i] = TkLabel.new(@i[i],
100 @label[i].pack("side"=>"right")
137 "label" => "Load ...",
141 "label" => "Exit",
152 "label"=>"On Context...",
156 "label"=>"On Help...",
160 "label"=>"On Window...",
164 "label"
[all...]
H A Drolodex-j80 attr_reader :entry, :label
88 @label = []
95 @label[i] = TkLabel.new(@i[i],
102 @label[i].pack("side"=>"right")
135 "label" => "������������ ...",
139 "label" => "������",
150 "label"=> "������������������������������",
154 "label"=> "���������������������",
158 "label"=> "���������������������������",
162 "label"
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/blt/
H A Dgraph7a.rb45 :pixels=>4, :label=>'plot',
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/vu/
H A Dpie.rb6 pie = Tk::Vu::Pie.new(:label=>"My Revolving Budget"){
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/apps/
H A Dtcldocstrip342 proc ::tcldocstrip::CheckInput {f label} {
344 ArgError "Unable to find $label \"$f\""
346 ArgError "$label \"$f\" not readable (permission denied)"
348 ArgError "$label \"$f\" is not a file"
/macosx-10.10/vim-55/runtime/syntax/
H A Dsensors.vim19 syn keyword sensorsKeyword bus chip label compute ignore set
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Duser.h125 struct label; /* MAC label dummy struct */
280 struct label * uu_label; /* MAC label */
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_object.h213 * Retrieve a label for use in a kernel call that takes a security
214 * label as a parameter. If necessary, io_getlabel acquires internal
218 struct label;
219 extern struct label *io_getlabel (ipc_object_t obj);
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dcreds.c320 const char *label, gss_buffer_t value)
337 ret = krb5_cc_get_config(context, cred->ccache, NULL, label, &data);
351 const char *label, gss_buffer_t value)
374 ret = krb5_cc_set_config(context, cred->ccache, NULL, label, datap);
319 _gsskrb5_cred_label_get(OM_uint32 *minor_status, gss_cred_id_t cred_handle, const char *label, gss_buffer_t value) argument
350 _gsskrb5_cred_label_set(OM_uint32 *minor_status, gss_cred_id_t cred_handle, const char *label, gss_buffer_t value) argument
/macosx-10.10/JavaScriptCore-7600.1.17/offlineasm/
H A Dopt.rb82 def label?
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Ddl_standard.h91 const CssmData &label() const;
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecImportExport.c46 CFStringRef kSecImportItemLabel = CFSTR("label");
219 // label
221 CFStringRef label = SecCertificateCopySubjectSummary(itemCert); local
222 if (label) {
223 CFDictionaryAddValue(itemDict, kSecImportItemLabel, label);
224 CFRelease(label);
/macosx-10.10/Security-57031.1.35/Security/include/security_pkcs12/
H A Dpkcs12Utils.h107 CSSM_DATA &label,
129 * This one is initially the same as the "label" argument passed
142 * Find private key by label, modify its Label attr to be the
151 CSSM_DATA &newLabel, // RETURNED with label as hash
160 * Find private key by specified label, delete it.
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Ddl_standard.h91 const CssmData &label() const;

Completed in 241 milliseconds

<<11121314151617181920>>