Searched refs:in (Results 676 - 700 of 6925) sorted by relevance

<<21222324252627282930>>

/macosx-10.10/WebKit-7600.1.25/mac/icu/unicode/
H A Duconfig.h71 # error Contradictory collation switches in uconfig.h.
82 * This switch turns off all file access in the common library
84 * ICU data must then be provided in the form of a data DLL (or with an
85 * equivalent way to link to the data residing in an executable,
86 * as in building a combined library with both the common library's code and
91 * File access is not used at all in the i18n library.
108 * in utypes.h if char* strings in your environment are always in UTF-8.
153 # error Contradictory collation switches in uconfi
[all...]
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DAccessibleComparable.idl4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
45 HRESULT isSameObject([in] IAccessibleComparable* other, [out, retval] BOOL* result);
H A DIWebNotificationObserver.idl4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
45 HRESULT onNotify([in] IWebNotification* notification);
H A DIWebSerializedJSValuePrivate.idl4 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
43 [local] HRESULT setInternalRepresentation([in] void* internalRepresentation);
/macosx-10.10/apache-793/httpd/build/
H A DNWGNUscripts.inc6 @echo $(DL)# NCF to start Apache 2.x in own address space$(DL)> $@
11 @echo $(DL)# If you have problems with 3rd-party modules try to load in OS space.$(DL)>> $@
16 @echo $(DL)# NCF to start Apache 2.x in own address space$(DL)> $@
17 @echo $(DL)# and let automatically restart in case it crashes$(DL)>> $@
25 @echo $(DL)# NCF to restart Apache 2.x in own address space$(DL)> $@
27 @echo $(DL)# If you have loaded Apache2.x in OS space use the line below.$(DL)>> $@
32 @echo $(DL)# NCF to stop Apache 2.x in own address space$(DL)> $@
34 @echo $(DL)# If you have loaded Apache2.x in OS space use the line below.$(DL)>> $@
39 @echo $(DL)# NCF to create a product record for Apache 2.x in product database$(DL)> $@
H A Dbsd_makefile7 # (the "License"); you may not use this file except in compliance with
12 # Unless required by applicable law or agreed to in writing, software
27 for i in build/*.mk; do
H A Dfastgen.sh7 # (the "License"); you may not use this file except in compliance with
12 # Unless required by applicable law or agreed to in writing, software
42 for makefile in $@; do
55 cat - $top_srcdir/$makefile.in <<EOF |sed 's/^include \(.*\)/.include "\1"/' >$makefile
66 for makefile in $@; do
79 cat - $top_srcdir/$makefile.in <<EOF >$makefile
H A Dsysv_makefile7 # (the "License"); you may not use this file except in compliance with
12 # Unless required by applicable law or agreed to in writing, software
27 for i in build/*.mk; do
/macosx-10.10/apr-32/apr-util/apr-util/xml/expat/conftools/
H A Dmkinstalldirs20 case "$pathcomp" in
/macosx-10.10/bash-94.1.2/bash-3.2/examples/functions/
H A Dautoload3 # be read in from a file the same name as the function found by searching the
44 # in a second. If any of the names contain white space, TFB.
68 # This treats FPATH exactly like PATH: a null field anywhere in the
86 for FUNC in $args ; do
H A Dterm16 case "$TERM" in
H A Dwhatis9 # case, the value is printed in a form which would yield the same value
25 case $(builtin type -type $arg 2>/dev/null) in
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Dcal2day.bash15 do case $_inst in
H A Dpages28 the width of the output device will result in incorrect output.
41 case "$opt" in
78 ErrExit("Invalid page number \"0\" in range " Ranges[i])
80 ErrExit("Start page comes after end page in range " Ranges[i])
120 # At the start of each page, check whether we are in a print range
123 # If last page was in range and we no longer are, move to next range
140 # The values in k are the indices of array arr,
142 # in the order arr[k[1]] .. arr[k[n]], it will be stepped
143 # through in order of the values of its elements.
144 # The return value is the number of elements in th
[all...]
H A Duntar6 # 92/10/31 make it actually work if archive isn't in current dir!
16 If an archive name given does not end in .tar, .tar.Z, or .tar.gz, it is
18 The real filename must end in either .tar, .tar.Z, or .tar.gz. A
19 directory with the name of the archive is created in the current directory
20 (not necessarily the directory that the archive is in) if it does not
22 Absolute pathnames in tarfiles are suppressed."
35 case "$file" in
40 for ext in "" .Z .z .gz; do
69 case "$file" in
75 case "$file" in
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/support/
H A Dmkdirs15 # This program is distributed in the hope that it will be useful,
40 for d in $tomake
/macosx-10.10/bash-94.1.2/bash-3.2/tests/
H A Dcprint.tests32 for name in $( echo 1 2 3 ); do
44 case $PATH in
45 *$PWD*) echo \$PWD in \$PATH ;;
46 *) echo \$PWD not in \$PATH ;;
54 # when not in POSIX mode, we can have weirdly-named functions
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/checkconf/
H A Dtests.sh5 # copyright notice and this permission notice appear in all copies.
30 awk 'BEGIN { ok = 0; } /cut here/ { ok = 1; getline } ok == 1 { print }' good.conf > good.conf.in
31 [ -s good.conf.in ] || ret=1
32 $CHECKCONF -p good.conf.in | grep -v '^good.conf.in:' > good.conf.out 2>&1 || ret=1
33 cmp good.conf.in good.conf.out || ret=1
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/
H A Dmkinstalldirs20 case "$pathcomp" in
/macosx-10.10/bind9-45.101/bind9/
H A Dmkinstalldirs20 case "$pathcomp" in
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/doc/
H A DMakefile.am.inc7 # Redistribution and use in source and binary forms, with or without
12 # 2. Redistributions in binary form must reproduce the above copyright
13 # notice, this list of conditions and the following disclaimer in the
32 EXTRA_DIST += doc/atf.7.in
38 doc/atf.7: $(srcdir)/doc/atf.7.in
42 <$(srcdir)/doc/atf.7.in >doc/atf.7.tmp
/macosx-10.10/crontabs-52/files/daily/
H A D400.status-disks6 # If there is a global system configuration file, suck it in.
14 case "$daily_status_disks_enable" in
/macosx-10.10/cups-408/cups/man/
H A DMakefile11 # law. Distribution and use rights are outlined in the file "LICENSE.txt"
122 for file in $(MAN1); do \
123 echo Installing $$file in $(MANDIR)/man1...; \
127 for file in $(MAN5); do \
128 echo Installing $$file in $(MANDIR)/man5...; \
132 for file in $(MAN7); do \
133 echo Installing $$file in $(MANDIR)/man7...; \
137 for file in $(MAN8); do \
138 echo Installing $$file in $(AMANDIR)/man$(MAN8DIR)...; \
141 for file in accep
[all...]
/macosx-10.10/cups-408/
H A Dgetcompiler.sh16 case "$1" in
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dhostsyn.c10 * This software is licensed as described in the file COPYING, which
26 #include <netinet/in.h>
35 #include <in.h>

Completed in 151 milliseconds

<<21222324252627282930>>