Searched refs:note (Results 1 - 25 of 240) sorted by relevance

12345678910

/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dttknote.tcl30 ttk::notebook $w.note
31 pack $w.note -fill both -expand 1 -padx 2 -pady 3
32 ttk::notebook::enableTraversal $w.note
35 ttk::frame $w.note.msg
36 ttk::label $w.note.msg.m -font $font -wraplength 4i -justify left -anchor n -text "Ttk is the new Tk themed widget set. One of the widgets it includes is the notebook widget, which provides a set of tabs that allow the selection of a group of panels, each with distinct content. They are a feature of many modern user interfaces. Not only can the tabs be selected with the mouse, but they can also be switched between using Ctrl+Tab when the notebook page heading itself is selected. Note that the second tab is disabled, and cannot be selected."
37 ttk::button $w.note.msg.b -text "Neat!" -underline 0 -command {
41 bind $w <Alt-n> "focus $w.note.msg.b; $w.note.msg.b invoke"
42 ttk::label $w.note.msg.l -textvariable neat
43 $w.note ad
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf32-am33lin.c42 elf32_am33lin_grok_prstatus (bfd *abfd, Elf_Internal_Note *note) argument
47 switch (note->descsz)
54 elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
57 elf_tdata (abfd)->core_pid = bfd_get_32 (abfd, note->descdata + 24);
68 note->descpos + offset);
72 elf32_am33lin_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) argument
74 switch (note->descsz)
81 = _bfd_elfcore_strndup (abfd, note->descdata + 28, 16);
83 = _bfd_elfcore_strndup (abfd, note->descdata + 44, 80);
H A Delf32-sparc.c34 elf32_sparc_grok_psinfo (bfd *abfd, Elf_Internal_Note *note) argument
36 switch (note->descsz)
43 = _bfd_elfcore_strndup (abfd, note->descdata + 84, 16);
45 = _bfd_elfcore_strndup (abfd, note->descdata + 100, 80);
50 = _bfd_elfcore_strndup (abfd, note->descdata + 88, 16);
52 = _bfd_elfcore_strndup (abfd, note->descdata + 104, 80);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/note/
H A DpkgIndex.tcl2 package ifneeded sak::note 1.0 [list source [file join $dir note.tcl]]
/macosx-10.9.5/Libc-997.90.3/sys/
H A DOSMemoryNotification.c41 OSMemoryNotificationCreate(OSMemoryNotificationRef *note) argument
52 *note = ref;
58 OSMemoryNotificationDestroy(OSMemoryNotificationRef note) argument
60 if (NOTIFY_STATUS_OK != notify_cancel(note->token))
63 if (KERN_SUCCESS != mach_port_deallocate(mach_task_self(), note->port))
66 free(note);
72 OSMemoryNotificationWait(OSMemoryNotificationRef note, OSMemoryNotificationLevel *level) argument
74 return OSMemoryNotificationTimedWait(note, level, NULL);
97 OSMemoryNotificationTimedWait(OSMemoryNotificationRef note, OSMemoryNotificationLevel *level, const struct timeval *abstime) argument
/macosx-10.9.5/Libc-997.90.3/include/libkern/
H A DOSMemoryNotification.h69 ** Creation routines. Returns the created OSMemoryNotificationRef in the note param.
77 int OSMemoryNotificationCreate(OSMemoryNotificationRef *note) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_NA, __MAC_NA, __IPHONE_2_0, __IPHONE_5_0);
86 int OSMemoryNotificationDestroy(OSMemoryNotificationRef note) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_NA, __MAC_NA, __IPHONE_2_0, __IPHONE_5_0);
94 ** 'note' is now ignored.
98 int OSMemoryNotificationWait(OSMemoryNotificationRef note, OSMemoryNotificationLevel *level) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_NA, __MAC_NA, __IPHONE_2_0, __IPHONE_5_0);
99 int OSMemoryNotificationTimedWait(OSMemoryNotificationRef note, OSMemoryNotificationLevel *level, const struct timeval *abstime) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_NA, __MAC_NA, __IPHONE_2_0, __IPHONE_5_0);
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/
H A Dnote.t23 $tb->note("foo");
/macosx-10.9.5/security_systemkeychain-55191.2/src/
H A Dcs_dump.cpp84 note(0, "Executable=%s", api.url(kSecCodeInfoMainExecutable).c_str());
85 note(1, "Identifier=%s", api.string(kSecCodeInfoIdentifier).c_str());
86 note(1, "Format=%s", api.string(kSecCodeInfoFormat).c_str());
92 note(1, "CodeDirectory v=%x size=%d flags=%s hashes=%d+%d location=%s",
99 note(3, "Hash type=%s size=%d", type->name, type->size);
101 note(3, "Hash UNKNOWN type=%d", hashType);
107 note(5, "%6d=%s", slot, hashString((*dir)[slot]).c_str());
113 note(1, "ScatterVector count=%d", int(end - scatter));
115 note(3, "Scatter i=%u count=%u base=%u offset=0x%llx",
123 note(
[all...]
H A Dcs_verify.cpp74 note(2, "--%s:%s", cfString(stage).c_str(), cfString(path).c_str());
82 note(1, "%s: dynamically valid", target);
88 note(1, "%s: valid on disk (not all contents verified)", target);
90 note(1, "%s: valid on disk", target);
101 note(0, "%s: does not satisfy its designated Requirement", target);
105 note(1, "%s: satisfies its Designated Requirement", target);
116 note(1, "%s: explicit requirement satisfied", target);
H A Dcs_sign.cpp134 note(0, "%s: unrecognized blob type (accepting blindly)", entitlements);
167 note(0, "%s: not disturbing embedded signature", target);
169 note(0, "%s: replacing existing signature", target);
176 note(0, "%s: ignoring invalid embedded signature", target);
178 note(0, "%s: replacing invalid existing signature", target);
196 note(1, "%s: signed %s [%s]", target,
214 note(0, "%s: WARNING: local time diverges from timestamp by %g seconds - check your system clock", target, slop);
/macosx-10.9.5/ntp-88/include/
H A Dcopyright.def7 type = note;
/macosx-10.9.5/llvmCore-3425.0.33/utils/llvm-build/llvmbuild/
H A Dutil.py8 note = lambda message: _write_message('note', message) variable
13 __all__ = ['note', 'warning', 'error', 'fatal']
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/features/
H A Dvmalloc19 tst mem_sbrk note{ brk()/sbrk() work as expected }end execute{
47 tst map_malloc note{ map malloc to _ast_malloc }end noexecute{
93 tst map_malloc note{ map malloc to _ast_malloc -- wimp-o mach? }end noexecute{
108 lib alloca note{ alloca exists }end link{
118 tst mal_alloca note{ alloca is based on malloc() }end execute{
140 tst stk_down note{ stack grows downward }end execute{
/macosx-10.9.5/zsh-60/zsh/Functions/Misc/
H A Dsticky-note2 # A zsh sticky-note ("post-it") application. Load this file as a function:
3 # autoload -Uz sticky-note
6 # zle -N sticky-note
8 # sticky-note
9 # sticky-note -b
10 # sticky-note -l ...
14 # If "sticky-note -l" is run from inside a widget, the cursor is moved
17 # when sticky-note is called from zle-line-init, to avoid inadvertently
18 # trapping the user inside the note editor.
22 # the note, o
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/readme/
H A Dreadme.tcl95 set note [Note $m $name]
97 if {$vequal && ($note ne {})} {
98 if {$note eq "---"} {
99 # The note declares the package as unchanged.
106 Enter $m $name $note ICH
126 # changes. But not if there is a note, this is assumed
129 if {$note eq {}} {
130 set note "\t=== Classify changes."
132 Enter $m $name $note
142 # Suppress the alert if we have a note, an
[all...]
/macosx-10.9.5/SmartCardServices-55111/installPhase/scripts/
H A Dsc_auth31 note() { [ $verbose = yes ] && echo "$*" 1>&2; } function
101 [ $verbose = yes ] && note "Using key \"$rest\""
121 [ $verbose = yes ] && note "Removed $1"
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DWorkersSidebarPane.js59 var note = this.bodyElement.createChild("div");
60 note.id = "shared-workers-list";
61 note.addStyleClass("sidebar-label")
62 note.textContent = Preferences.sharedWorkersDebugNote;
/macosx-10.9.5/CPANInternal-140/Test-Simple/examples/
H A Dindent.pl24 $builder->note("We ran $_");
/macosx-10.9.5/apache-786.1/httpd/modules/experimental/
H A Dmod_example.c337 const char *note)
400 key = apr_pstrcat(p, note, ":", where, NULL);
418 " <dt><samp>", note, "</samp></dt>\n"
439 ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, "mod_example: %s", note);
715 char *note; local
740 note = apr_pstrcat(p, "x_merge_dir_config(\"", pconf->loc, "\",\"",
742 trace_add(NULL, NULL, merged_config, note);
796 char *note; local
800 * Basically, just note whence we came.
810 note
336 trace_add(server_rec *s, request_rec *r, x_cfg *mconfig, const char *note) argument
872 char *note; local
891 char *note; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/ftpd/
H A Dftpd.test24 if {[string equal $level note]} {set level notice}
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PredicateEditorSample/
H A DMyWindowController.py86 def queryNotification_(self, note):
87 # the NSMetadataQuery will send back a note when updates are happening.
88 # By looking at the [note name], we can tell what is happening
89 if note.name() == NSMetadataQueryDidStartGatheringNotification:
98 elif note.name() == NSMetadataQueryDidFinishGatheringNotification:
106 self.loadResultsFromQuery_(note)
108 elif note.name() == NSMetadataQueryGatheringProgressNotification:
114 elif note.name() == NSMetadataQueryDidUpdateNotification:
225 # note that we can't just get the view frame, because it's currently animating - this method is called before the animation is finished.
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PredicateEditorSample/
H A DMyWindowController.py86 def queryNotification_(self, note):
87 # the NSMetadataQuery will send back a note when updates are happening.
88 # By looking at the [note name], we can tell what is happening
89 if note.name() == NSMetadataQueryDidStartGatheringNotification:
98 elif note.name() == NSMetadataQueryDidFinishGatheringNotification:
106 self.loadResultsFromQuery_(note)
108 elif note.name() == NSMetadataQueryGatheringProgressNotification:
114 elif note.name() == NSMetadataQueryDidUpdateNotification:
225 # note that we can't just get the view frame, because it's currently animating - this method is called before the animation is finished.
/macosx-10.9.5/llvmCore-3425.0.33/utils/lit/lit/
H A DLitConfig.py65 self.note('load_config from %r' % path)
102 self.note("Unable to find 'bash.exe'.")
120 def note(self, message): member in class:LitConfig
121 self._write_message('note', message)
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVFamily.c78 DVNotificationEntryPtr note; local
81 note = &sNotifications[i];
82 if(note->notifyProc != NULL && (note->wantedEvents & event->theEvent) &&
83 (note->device == kEveryDVDeviceID || note->device == event->deviceID)) {
85 note->notifyProc((DVEventRecordPtr)event, note->userRefCon);
/macosx-10.9.5/IOKitUser-907.100.13/
H A DionotifyCB.c62 mach_port_t note; local
92 &note )

Completed in 704 milliseconds

12345678910