Searched refs:bye (Results 1 - 25 of 61) sorted by relevance

123

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/Scripts/
H A DHelloWorld.py63 bye = NSButton.alloc().initWithFrame_ (((100.0, 10.0), (80.0, 80.0)))
64 win.contentView().addSubview_ (bye)
65 bye.setBezelStyle_( 4 )
66 bye.setTarget_ (app)
67 bye.setAction_ ('stop:')
68 bye.setEnabled_ ( 1 )
69 bye.setTitle_( 'Goodbye!' )
73 bye.setSound_( adios )
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/Scripts/
H A DHelloWorld.py63 bye = NSButton.alloc().initWithFrame_ (((100.0, 10.0), (80.0, 80.0)))
64 win.contentView().addSubview_ (bye)
65 bye.setBezelStyle_( 4 )
66 bye.setTarget_ (app)
67 bye.setAction_ ('stop:')
68 bye.setEnabled_ ( 1 )
69 bye.setTitle_( 'Goodbye!' )
73 bye.setSound_( adios )
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/Scripts/
H A DHelloWorld.py63 bye = NSButton.alloc().initWithFrame_ (((100.0, 10.0), (80.0, 80.0)))
64 win.contentView().addSubview_ (bye)
65 bye.setBezelStyle_( 4 )
66 bye.setTarget_ (app)
67 bye.setAction_ ('stop:')
68 bye.setEnabled_ ( 1 )
69 bye.setTitle_( 'Goodbye!' )
73 bye.setSound_( adios )
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Dintegration_test.sh78 >>> hello bye <<<
81 atf_check -s eq:0 -o file:expout -e empty atf-sh tp ' hello bye ' 'foo bar'
/macosx-10.10.1/zlib-55/zlib/examples/
H A Dgzappend.c91 local void bye(char *msg1, char *msg2) function
183 if (len == -1) bye("error reading ", in->name);
192 if (readin(in) == 0) bye("unexpected end of ", in->name);
209 bye("seeking ", in->name);
214 bye("unexpected end of ", in->name);
238 if (read1(in) != 31 || read1(in) != 139) bye(in->name, " not a gzip file");
239 if (read1(in) != 8) bye("unknown compression method in", in->name);
241 if (flags & 0xe0) bye("unknown header flags set in", in->name);
269 if (gz.fd == -1) bye("cannot open ", name);
271 if (gz.buf == NULL) bye("ou
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/dns/
H A Dtk_sample.tcl29 button .f.x -text Exit -underline 1 -command {bye}
48 proc bye {} { procedure
/macosx-10.10.1/autofs-246/automountd/
H A Dautod_main.c95 static int bye = 0; /* Force clean shutdown flag. */ variable
449 while (bye == 0 && numthreads >= MAXTHREADS)
451 if (bye)
488 * variable bye and the timeout value to SHUTDOWN_TIMEOUT and wake every
489 * body up. Threads blocked in new_worker_thread will see bye is set and exit.
522 bye = 1;
559 * until bye was set to 1 by the shutdown thread (telling
563 while ((rv == 0 || numthreads > 1) && bye < 2) {
566 * If the shutdown thread has told us to exit (bye == 1),
567 * then increment bye s
[all...]
/macosx-10.10.1/ruby-106/ruby/test/testunit/
H A Dtest_parallel.rb118 assert_match(/^bye$/m,@worker_out.read)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dreva.vim74 Builtin execute ahead interp bye >body here pad words make
88 Builtin (-lib) (bye) (call) (else) (find) (func) (here) (if (lib) (s0) (s^)
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dcalccard.tex86 % make \bye not \outer so that the \def\bye in the \else clause below
88 \def\bye{\par\vfill\supereject\end}
169 \def\bye{\par\vfill\supereject
667 \bye
H A Dcs-dired-ref.tex76 % make \bye not \outer so that the \def\bye in the \else clause below
78 \def\bye{\par\vfill\supereject\end}
161 \def\bye{\par\vfill\supereject
406 \bye
H A Ddired-ref.tex68 % make \bye not \outer so that the \def\bye in the \else clause below
70 \def\bye{\par\vfill\supereject\end}
153 \def\bye{\par\vfill\supereject
400 \bye
H A Dfr-drdref.tex68 % make \bye not \outer so that the \def\bye in the \else clause below
70 \def\bye{\par\vfill\supereject\end}
153 \def\bye{\par\vfill\supereject
418 \bye
H A Dsk-dired-ref.tex77 % make \bye not \outer so that the \def\bye in the \else clause below
79 \def\bye{\par\vfill\supereject\end}
162 \def\bye{\par\vfill\supereject
410 \bye
H A Dcs-refcard.tex92 % make \bye not \outer so that the \def\bye in the \else clause below
94 \def\bye{\par\vfill\supereject\end}
177 \def\bye{\par\vfill\supereject
667 \bye
H A Dorgcard.tex81 % make \bye not \outer so that the \def\bye in the \else clause below
83 \def\bye{\par\vfill\supereject\end}
173 \def\bye{\par\vfill\supereject
755 \bye
H A Dpt-br-refcard.tex95 % make \bye not \outer so that the \def\bye in the \else clause below
97 \def\bye{\par\vfill\supereject\end}
189 \def\bye{\par\vfill\supereject
682 \bye
H A Drefcard.tex90 % make \bye not \outer so that the \def\bye in the \else clause below
92 \def\bye{\par\vfill\supereject\end}
183 \def\bye{\par\vfill\supereject
674 \bye
/macosx-10.10.1/gssd-64/
H A Dgssd.c109 #define TIMEOUT 30 /* 30 seconds and then bye. */
150 static int bye = 0; /* Force clean shutdown flag. */ variable
1583 while (bye == 0 && numthreads >= maxthreads) {
1586 if (bye)
1633 * variable bye and the timeout value to SHUTDOWN_TIMEOUT and wake every
1634 * body up. Threads block in new_worker_thread will see bye is set and exit.
1720 bye = 1;
1769 while (bye ? (rv == 0 && numthreads > 1) : (rv == 0 || no_timeout || numthreads > 1)) {
1770 if (bye < 2)
1773 * If the shutdown thread has told us to exit (bye
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DgiantIntegers.c1325 goto bye;
1328 goto bye;
1333 goto bye;
1337 bye:
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DgiantIntegers.c1325 goto bye;
1328 goto bye;
1333 goto bye;
1337 bye:
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DWTFString.cpp932 goto bye;
950 goto bye;
964 goto bye;
990 bye:
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxmlcatalog.c188 if (!strcmp(command, "bye"))
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlcatalog.c188 if (!strcmp(command, "bye"))
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_control.c706 goto bye;
719 bye:
879 goto bye;
888 goto bye;
913 bye:

Completed in 157 milliseconds

123