Searched refs:name (Results 26 - 50 of 12286) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/html/
H A DInputTypeNames.cpp34 DEPRECATED_DEFINE_STATIC_LOCAL(AtomicString, name, ("button", AtomicString::ConstructFromLiteral));
35 return name;
40 DEPRECATED_DEFINE_STATIC_LOCAL(AtomicString, name, ("checkbox", AtomicString::ConstructFromLiteral));
41 return name;
46 DEPRECATED_DEFINE_STATIC_LOCAL(AtomicString, name, ("color", AtomicString::ConstructFromLiteral));
47 return name;
52 DEPRECATED_DEFINE_STATIC_LOCAL(AtomicString, name, ("date", AtomicString::ConstructFromLiteral));
53 return name;
58 DEPRECATED_DEFINE_STATIC_LOCAL(AtomicString, name, ("datetime", AtomicString::ConstructFromLiteral));
59 return name;
[all...]
/macosx-10.10/libxslt-13/libxslt/tests/exslt/dynamic/
H A DMakefile.am19 name=`basename $$i .xsl` ; \
20 if [ ! -f $(srcdir)/$$name.xml ] ; then continue ; fi ; \
22 $(srcdir)/$$name.xsl $(srcdir)/$$name.xml > $$name.res 2>$$name.bad;\
23 if [ ! -f $(srcdir)/$$name.out ] ; then \
24 cp $$name.res $(srcdir)/$$name.out ; \
25 if [ -s $$name
[all...]
/macosx-10.10/ncurses-44/ncurses/misc/
H A Djpf-indent24 #* Except as contained in this notice, the name(s) of the above copyright *
63 for name in $*
65 case $name in
71 OPTS="$OPTS $name"
74 save="${name}".a$$
75 test="${name}".b$$
77 mv "$name" "$save"
85 cp "$test" "$name"
86 chmod u+w "$name"
88 ${INDENT_PROG-indent} -npro $OPTS "$name"
[all...]
H A Dncu-indent24 #* Except as contained in this notice, the name(s) of the above copyright *
74 for name in $*
76 case $name in
82 OPTS="$OPTS $name"
85 save="${name}".a$$
86 test="${name}".b$$
88 mv "$name" "$save"
97 cp "$test" "$name"
98 chmod u+w "$name"
100 ${INDENT_PROG-indent} -npro $OPTS "$name"
[all...]
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/examples/UDDI/
H A Dsimple2.pl12 print find_business(name('xmethods'))
13 -> businessInfos->businessInfo->serviceInfos->serviceInfo->name;
/macosx-10.10/Heimdal-398.1.2/
H A Dautogen.sh6 find . \( -name '*-private.h' -o -name '*-protos.h' \) -delete
/macosx-10.10/Heimdal-398.1.2/tests/kdc/
H A Dwait-kdc.sh18 # 3. Neither the name of the Institute nor the names of its contributors
34 name=${1:-KDC}
36 waitfor="${3:-${name} started}"
41 echo "Waiting for ${name} to start, looking logfile ${log}"
51 echo "The ${name} failed to bind to any sockets, another ${name} running ?"
55 echo "The ${name} failed to bind to any sockets, another ${name} running ?"
59 echo "Waited for $waitsec for the ${name} to start, and it didnt happen"
/macosx-10.10/WTF-7600.1.24/wtf/
H A DStaticConstructors.h54 #define DEFINE_GLOBAL(type, name, ...) \
55 const type name;
60 #define DEFINE_GLOBAL(type, name, ...) \
61 void * name[(sizeof(type) + sizeof(void *) - 1) / sizeof(void *)];
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dsetenv.h33 extern int setenv (const char *name, const char *value, int replace);
42 # define unsetenv(name) ((unsetenv)(name), 0)
48 extern int unsetenv (const char *name);
/macosx-10.10/libiconv-42/libiconv/srclib/
H A Dsetenv.h33 extern int setenv (const char *name, const char *value, int replace);
42 # define unsetenv(name) ((unsetenv)(name), 0)
48 extern int unsetenv (const char *name);
/macosx-10.10/apr-32/apr-util/apr-util/include/
H A Dapr_optional.h40 * @param name The name of the function
42 #define APR_OPTIONAL_FN_TYPE(name) apr_OFN_##name##_t
47 * @param name The name of the function
50 #define APR_DECLARE_OPTIONAL_FN(ret,name,args) \
51 typedef ret (APR_OPTIONAL_FN_TYPE(name)) args
66 * name. Like all global functions, the name mus
[all...]
/macosx-10.10/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_exc_init.c15 * 3. Neither the name of Apple Inc. ("Apple") nor the names of its
59 * 3. Neither the name of Novell Inc. nor the names of its contributors
85 dcethread_exc_init(dcethread_exc* exc, const char* name) argument
87 dcethread__exc_init(exc, name);
/macosx-10.10/libxml2-26/libxml2/test/schemas/
H A Dinclude3_0.inc4 <xsd:element name="bar" />
/macosx-10.10/postfix-255/postfix/src/util/
H A Dsafe_getenv.c9 /* char *safe_getenv(const name)
10 /* char *name;
38 char *safe_getenv(const char *name) argument
40 return (unsafe() == 0 ? getenv(name) : 0);
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dlocalencoding.c30 * 4. The name of JPNIC may not be used to endorse or promote products
74 char *name; local
78 if ((name = getenv(IDN_LOCALCS_ENV)) != NULL) {
80 name == NULL ? "<null>" : name));
81 return (name);
84 if ((name = getenv(MDN_LOCALCS_ENV)) != NULL) {
86 name == NULL ? "<null>" : name));
87 return (name);
[all...]
/macosx-10.10/ruby-106/ruby/template/
H A Dknown_errors.inc.tmpl8 % error_names.each do |name|
9 #ifdef <%=name%>
10 defined_error("<%=name%>", <%=name%>)
12 undefined_error("<%=name%>")
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A Dsoap-methods-client.tcl32 set name rcsid
33 lappend methods [ SOAP::create $name -name rcsid -uri $uri \
36 set name base64
37 lappend methods [ SOAP::create $name -name base64 -uri $uri \
40 set name time
41 lappend methods [ SOAP::create $name -name time -uri $uri \
44 set name squar
[all...]
/macosx-10.10/CPANInternal-159.1/Authen-Krb5/
H A Dkrb5_constants.c10 constant(name, arg)
11 char *name;
15 switch (*name) {
17 if (strEQ(name, "ADDRTYPE_ADDRPORT"))
23 if (strEQ(name, "ADDRTYPE_CHAOS"))
29 if (strEQ(name, "ADDRTYPE_DDP"))
35 if (strEQ(name, "ADDRTYPE_INET"))
41 if (strEQ(name, "ADDRTYPE_IPPORT"))
47 if (strEQ(name, "ADDRTYPE_ISO"))
53 if (strEQ(name, "ADDRTYPE_XN
[all...]
/macosx-10.10/CPANInternal-159.1/Krb5-1.9/
H A Dkrb5_constants.c2 constant(name, arg)
3 char *name;
7 switch (*name) {
9 if (strEQ(name, "ADDRTYPE_ADDRPORT"))
15 if (strEQ(name, "ADDRTYPE_CHAOS"))
21 if (strEQ(name, "ADDRTYPE_DDP"))
27 if (strEQ(name, "ADDRTYPE_INET"))
33 if (strEQ(name, "ADDRTYPE_IPPORT"))
39 if (strEQ(name, "ADDRTYPE_ISO"))
45 if (strEQ(name, "ADDRTYPE_XN
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/admin/
H A Dcheck-style.sh81 find . \( -name "AUTHORS" -o \
82 -name "COPYING" -o \
83 -name "ChangeLog" -o \
84 -name "NEWS" -o \
85 -name "README" -o \
86 -name "TODO" -o \
87 -name "*.[0-9]" -o \
88 -name "*.ac" -o \
89 -name "*.at" -o \
90 -name "*
[all...]
/macosx-10.10/Security-57031.1.35/Security/utilities/SecurityTool/
H A Dsecurity_tool_commands_table.h32 #define SECURITY_COMMAND(name, function, parameters, description) { name, function, parameters, description },
35 #define SECURITY_COMMAND_IOS(name, function, parameters, description) { name, function, parameters, description },
37 #define SECURITY_COMMAND_IOS(name, function, parameters, description) { name, command_not_on_this_platform, "", "Not available on this platform" },
41 #define SECURITY_COMMAND_MAC(name, function, parameters, description) { name, function, parameters, description },
43 #define SECURITY_COMMAND_MAC(name, function, parameters, description) { name, command_not_on_this_platfor
[all...]
/macosx-10.10/ruby-106/ruby/lib/rexml/
H A Dnamespace.rb6 # The name of the object, valid if set
7 attr_reader :name, :expanded_name
8 # The expanded name of the object, valid if name is set
13 # Sets the name and the expanded name
14 def name=( name )
15 @expanded_name = name
16 name
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/toasters/
H A Dusualway.tcl37 # COMMAND: make_toaster <name> <heat>
40 # <name> = name of new toaster
44 # name of new toaster
50 proc make_toaster {name heat} {
56 set allToasters($name-heat) $heat
57 set allToasters($name-crumbs) 0
61 # COMMAND: toast_bread <name> <slices>
64 # <name> = name o
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libdll/
H A Ddlllook.c35 dlllook(void* dll, const char* name) argument
40 if (!(addr = dlsym(dll, name)) && strlen(name) < (sizeof(buf) - 2))
43 strcpy(buf + 1, name);
44 name = (const char*)buf;
45 addr = dlsym(dll, name);
47 errorf("dll", NiL, -1, "dlllook: %s addr %p", name, addr);
/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dgetenv.c50 getenv (name)
51 const char *name;
55 if (name == 0 || *name == '\0')
58 var = find_tempenv_variable ((char *)name);
68 var = find_variable ((char *)name);
81 for (i = 0, len = strlen (name); environ[i]; i++)
83 if ((STREQN (environ[i], name, len)) && (environ[i][len] == '='))
93 _getenv (name)
94 const char *name;
109 char *name, *value; local
[all...]

Completed in 315 milliseconds

1234567891011>>