Searched refs:wrapper (Results 251 - 275 of 351) sorted by relevance

<<1112131415

/macosx-10.10/OpenSSH-189/openssh/regress/
H A DMakefile83 scp-ssh-wrapper.scp ssh_proxy_envpass remote_pid \
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityObject.h927 AccessibilityObjectWrapper* wrapper() const;
930 AccessibilityObjectWrapper* wrapper() const { return m_wrapper.get(); } function in class:WebCore::AccessibilityObject
931 void setWrapper(AccessibilityObjectWrapper* wrapper) argument
933 m_wrapper = wrapper;
/macosx-10.10/WebCore-7600.1.25/accessibility/atk/
H A DWebKitAccessibleInterfaceSelection.cpp170 AtkObject* child = option->wrapper();
/macosx-10.10/WebKit-7600.1.25/win/
H A DAccessibleBase.h137 AccessibleBase* wrapper(WebCore::AccessibilityObject*) const;
/macosx-10.10/swig-12/Lib/
H A Dswig.swg26 /* Code insertion directives such as %wrapper %{ ... %} */
31 #define %wrapper %insert("wrapper")
211 %wrapper %{
590 * This template wrapper is used to handle C++ objects that are passed or
595 * The wrapper is used as follows. First consider a function like this:
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl3 # idnconf.tcl - configure idn wrapper
123 error "idn wrapper does not support Windows 3.1"
511 # Okay, copy the wrapper DLLs.
635 wm title $top "idn wrapper - Wrap Executable"
717 wm title $top "idn wrapper - Unwrap Executable"
753 -parent $pw -title {idn wrapper Configuration} \
788 -parent $pw -title {idn wrapper Configuration} \
804 wm title $top "idn wrapper - Log Configuration"
871 -title "idn wrapper Configuration" \
879 set file [tk_getSaveFile -title {idn wrapper Logfil
[all...]
/macosx-10.10/WebCore-7600.1.25/editing/cocoa/
H A DHTMLConverter.mm2498 NSFileWrapper *wrapper = [[[NSFileWrapper alloc] initRegularFileWithContents:resource->data()->createNSData().get()] autorelease];
2502 [wrapper setPreferredFilename:filename];
2503 return wrapper;
2512 NSFileWrapper *wrapper = [[[NSFileWrapper alloc] initRegularFileWithContents:[cachedResponse data]] autorelease];
2513 [wrapper setPreferredFilename:[[cachedResponse response] suggestedFilename]];
2514 return wrapper;
2522 NSFileWrapper *wrapper = nil;
2528 wrapper = fileWrapperForURL(loader, URL);
2530 if (!wrapper) {
2533 wrapper
[all...]
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Dltmain.sh1655 # The PATH hackery in wrapper scripts is required on Windows
4789 # We don't need to create a wrapper script.
4832 # Now create the wrapper script.
4888 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4894 This wrapper executable should never be moved out of the build directory.
4897 Currently, it simply execs the wrapper *script* "/bin/sh $output",
4968 char * find_executable(const char *wrapper);
5085 /* Searches for the full path of the wrapper. Returns
5088 find_executable (const char* wrapper)
5098 DEBUG("(find_executable) : %s\n", wrapper
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/build/
H A Dltmain.sh1700 # The PATH hackery in wrapper scripts is required on Windows
4860 # We don't need to create a wrapper script.
4903 # Now create the wrapper script.
4959 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4965 This wrapper executable should never be moved out of the build directory.
4968 Currently, it simply execs the wrapper *script* "/bin/sh $output",
5039 char * find_executable(const char *wrapper);
5156 /* Searches for the full path of the wrapper. Returns
5159 find_executable (const char* wrapper)
5169 DEBUG("(find_executable) : %s\n", wrapper
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/
H A Dltmain.sh1655 # The PATH hackery in wrapper scripts is required on Windows
4789 # We don't need to create a wrapper script.
4832 # Now create the wrapper script.
4888 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4894 This wrapper executable should never be moved out of the build directory.
4897 Currently, it simply execs the wrapper *script* "/bin/sh $output",
4968 char * find_executable(const char *wrapper);
5085 /* Searches for the full path of the wrapper. Returns
5088 find_executable (const char* wrapper)
5098 DEBUG("(find_executable) : %s\n", wrapper
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/
H A Dlibtool314 # Variables whose values should be saved in libtool wrapper scripts and
2046 # The PATH hackery in wrapper scripts is required on Windows
5206 # We don't need to create a wrapper script.
5249 # Now create the wrapper script.
5305 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
5311 This wrapper executable should never be moved out of the build directory.
5314 Currently, it simply execs the wrapper *script* "/bin/sh $output",
5385 char * find_executable(const char *wrapper);
5502 /* Searches for the full path of the wrapper. Returns
5505 find_executable (const char* wrapper)
[all...]
/macosx-10.10/OpenPAM-20/openpam/
H A Dltmain.sh1725 # The PATH hackery in wrapper scripts is required on Windows
4894 # We don't need to create a wrapper script.
4937 # Now create the wrapper script.
4993 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4999 This wrapper executable should never be moved out of the build directory.
5002 Currently, it simply execs the wrapper *script* "/bin/sh $output",
5073 char * find_executable(const char *wrapper);
5190 /* Searches for the full path of the wrapper. Returns
5193 find_executable (const char* wrapper)
5203 DEBUG("(find_executable) : %s\n", wrapper
[all...]
/macosx-10.10/bind9-45.101/bind9/
H A Dltmain.sh1738 # The PATH hackery in wrapper scripts is required on Windows
4920 # We don't need to create a wrapper script.
4963 # Now create the wrapper script.
5019 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
5025 This wrapper executable should never be moved out of the build directory.
5028 Currently, it simply execs the wrapper *script* "/bin/sh $output",
5099 char * find_executable(const char *wrapper);
5216 /* Searches for the full path of the wrapper. Returns
5219 find_executable (const char* wrapper)
5229 DEBUG("(find_executable) : %s\n", wrapper
[all...]
/macosx-10.10/expat-12/expat/conftools/
H A Dltmain.sh1655 # The PATH hackery in wrapper scripts is required on Windows
4789 # We don't need to create a wrapper script.
4832 # Now create the wrapper script.
4888 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4894 This wrapper executable should never be moved out of the build directory.
4897 Currently, it simply execs the wrapper *script* "/bin/sh $output",
4968 char * find_executable(const char *wrapper);
5085 /* Searches for the full path of the wrapper. Returns
5088 find_executable (const char* wrapper)
5098 DEBUG("(find_executable) : %s\n", wrapper
[all...]
/macosx-10.10/file-46/file/
H A Dltmain.sh1767 # The PATH hackery in wrapper scripts is required on Windows
4950 # We don't need to create a wrapper script.
4993 # Now create the wrapper script.
5049 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
5055 This wrapper executable should never be moved out of the build directory.
5058 Currently, it simply execs the wrapper *script* "/bin/sh $output",
5129 char * find_executable(const char *wrapper);
5246 /* Searches for the full path of the wrapper. Returns
5249 find_executable (const char* wrapper)
5259 DEBUG("(find_executable) : %s\n", wrapper
[all...]
/macosx-10.10/libiconv-42/libiconv/build-aux/
H A Dltmain.sh1657 # The PATH hackery in wrapper scripts is required on Windows
4793 # We don't need to create a wrapper script.
4836 # Now create the wrapper script.
4892 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4898 This wrapper executable should never be moved out of the build directory.
4901 Currently, it simply execs the wrapper *script* "/bin/sh $output",
4972 char * find_executable(const char *wrapper);
5089 /* Searches for the full path of the wrapper. Returns
5092 find_executable (const char* wrapper)
5102 DEBUG("(find_executable) : %s\n", wrapper
[all...]
/macosx-10.10/libiconv-42/libiconv/libcharset/build-aux/
H A Dltmain.sh1657 # The PATH hackery in wrapper scripts is required on Windows
4793 # We don't need to create a wrapper script.
4836 # Now create the wrapper script.
4892 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4898 This wrapper executable should never be moved out of the build directory.
4901 Currently, it simply execs the wrapper *script* "/bin/sh $output",
4972 char * find_executable(const char *wrapper);
5089 /* Searches for the full path of the wrapper. Returns
5092 find_executable (const char* wrapper)
5102 DEBUG("(find_executable) : %s\n", wrapper
[all...]
/macosx-10.10/llvmCore-3425.0.34/autoconf/
H A Dltmain.sh1655 # The PATH hackery in wrapper scripts is required on Windows
4789 # We don't need to create a wrapper script.
4832 # Now create the wrapper script.
4888 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4894 This wrapper executable should never be moved out of the build directory.
4897 Currently, it simply execs the wrapper *script* "/bin/sh $output",
4968 char * find_executable(const char *wrapper);
5085 /* Searches for the full path of the wrapper. Returns
5088 find_executable (const char* wrapper)
5098 DEBUG("(find_executable) : %s\n", wrapper
[all...]
/macosx-10.10/llvmCore-3425.0.34/projects/sample/autoconf/
H A Dltmain.sh1655 # The PATH hackery in wrapper scripts is required on Windows
4789 # We don't need to create a wrapper script.
4832 # Now create the wrapper script.
4888 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4894 This wrapper executable should never be moved out of the build directory.
4897 Currently, it simply execs the wrapper *script* "/bin/sh $output",
4968 char * find_executable(const char *wrapper);
5085 /* Searches for the full path of the wrapper. Returns
5088 find_executable (const char* wrapper)
5098 DEBUG("(find_executable) : %s\n", wrapper
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js76 display.wrapper.CodeMirror = this;
80 this.display.wrapper.className += " CodeMirror-wrap";
176 d.wrapper = elt("div", [d.inputDiv, d.scrollbarH, d.scrollbarV,
189 if (place.appendChild) place.appendChild(d.wrapper);
190 else place(d.wrapper);
265 addClass(cm.display.wrapper, "CodeMirror-wrap");
268 rmClass(cm.display.wrapper, "CodeMirror-wrap");
308 cm.display.wrapper.className = cm.display.wrapper.className.replace(/\s*cm-keymap-\S+/g, "") +
313 cm.display.wrapper
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.js76 display.wrapper.CodeMirror = this;
80 this.display.wrapper.className += " CodeMirror-wrap";
176 d.wrapper = elt("div", [d.inputDiv, d.scrollbarH, d.scrollbarV,
189 if (place.appendChild) place.appendChild(d.wrapper);
190 else place(d.wrapper);
265 addClass(cm.display.wrapper, "CodeMirror-wrap");
268 rmClass(cm.display.wrapper, "CodeMirror-wrap");
308 cm.display.wrapper.className = cm.display.wrapper.className.replace(/\s*cm-keymap-\S+/g, "") +
313 cm.display.wrapper
[all...]
/macosx-10.10/postfix-255/Postfix.Config/
H A Dpostfix-files83 $daemon_directory/postfix-wrapper:f:root:-:755
171 $manpage_directory/man5/postfix-wrapper.5:f:root:-:644
373 $html_directory/postfix-wrapper.5.html:f:root:-:644
/macosx-10.10/ruby-106/ruby/
H A Dmarshal.c928 volatile VALUE wrapper; local
942 RB_GC_GUARD(wrapper) = TypedData_Make_Struct(rb_cData, struct dump_arg, &dump_arg_data, arg);
972 RB_GC_GUARD(wrapper);
1912 volatile VALUE wrapper; local
1928 RB_GC_GUARD(wrapper) = TypedData_Make_Struct(rb_cData, struct load_arg, &load_arg_data, arg);
1960 RB_GC_GUARD(wrapper);
/macosx-10.10/iodbc-42.5/iodbc/admin/
H A Dltmain.sh1570 # The PATH hackery in wrapper scripts is required on Windows
4598 # We don't need to create a wrapper script.
4641 # Now create the wrapper script.
4695 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4701 This wrapper executable should never be moved out of the build directory.
4704 Currently, it simply execs the wrapper *script* "/bin/sh $output",
4896 # wrapper might as well be built for $host, too.
4906 # $output - temporary wrapper script for $objdir/$outputname
4912 # This wrapper script should never be moved out of the build directory.
5068 \$echo \"This script is just a wrapper fo
[all...]
/macosx-10.10/ntp-92/sntp/
H A Dltmain.sh1570 # The PATH hackery in wrapper scripts is required on Windows
4598 # We don't need to create a wrapper script.
4641 # Now create the wrapper script.
4695 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4701 This wrapper executable should never be moved out of the build directory.
4704 Currently, it simply execs the wrapper *script* "/bin/sh $output",
4896 # wrapper might as well be built for $host, too.
4906 # $output - temporary wrapper script for $objdir/$outputname
4912 # This wrapper script should never be moved out of the build directory.
5068 \$echo \"This script is just a wrapper fo
[all...]

Completed in 781 milliseconds

<<1112131415