Searched refs:copy (Results 51 - 75 of 1952) sorted by relevance

1234567891011>>

/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferences.h99 @property (nonatomic, readonly, copy) NSString *identifier;
104 @property (nonatomic, copy) NSString *standardFontFamily;
109 @property (nonatomic, copy) NSString *fixedFontFamily;
114 @property (nonatomic, copy) NSString *serifFontFamily;
119 @property (nonatomic, copy) NSString *sansSerifFontFamily;
124 @property (nonatomic, copy) NSString *cursiveFontFamily;
129 @property (nonatomic, copy) NSString *fantasyFontFamily;
154 @property (nonatomic, copy) NSString *defaultTextEncodingName;
H A DWebArchive.h81 @property (nonatomic, readonly, copy) NSArray *subresources;
87 @property (nonatomic, readonly, copy) NSArray *subframeArchives;
95 @property (nonatomic, readonly, copy) NSData *data;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dautogen.sh10 libtoolize --force --copy --automake
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DTextCodecASCIIFastPath.h36 static void copy(LChar* destination, const uint8_t* source) function in struct:WebCore::UCharByteFiller
41 static void copy(UChar* destination, const uint8_t* source) function in struct:WebCore::UCharByteFiller
50 static void copy(LChar* destination, const uint8_t* source) function in struct:WebCore::UCharByteFiller
55 static void copy(UChar* destination, const uint8_t* source) function in struct:WebCore::UCharByteFiller
70 UCharByteFiller<sizeof(WTF::MachineWord)>::copy(destination, source);
75 UCharByteFiller<sizeof(WTF::MachineWord)>::copy(destination, source);
/macosx-10.10/WebCore-7600.1.25/platform/
H A DPlatformWheelEvent.h112 PlatformWheelEvent copy = *this; local
114 copy.m_deltaX = copy.m_deltaY;
115 copy.m_deltaY = 0;
116 copy.m_wheelTicksX = copy.m_wheelTicksY;
117 copy.m_wheelTicksY = 0;
119 return copy;
124 PlatformWheelEvent copy = *this; local
125 copy
131 PlatformWheelEvent copy = *this; local
[all...]
H A DCrossThreadCopier.h81 static Type copy(const T& parameter) function in struct:WebCore::CrossThreadCopierPassThrough
93 // To allow a type to be passed across threads using its copy constructor, add a forward declaration of the type and
104 // Custom copy methods.
110 static Type copy(const T& refPtr) function in struct:WebCore::CrossThreadCopierBase
118 static Type copy(Type ownPtr) function in struct:WebCore::CrossThreadCopierBase
126 static Type copy(const URL&);
131 static Type copy(const String&);
136 static Type copy(const ResourceError&);
141 static Type copy(const ResourceRequest&);
146 static Type copy(cons
221 static Type copy(const AllowCrossThreadAccessWrapper<T>& wrapper) { return wrapper.value(); } function in struct:WebCore::CrossThreadCopierBase
241 static Type copy(const AllowAccessLaterWrapper<T>& wrapper) { return wrapper.value(); } function in struct:WebCore::CrossThreadCopierBase
[all...]
/macosx-10.10/bind9-45.101/bind9/win32utils/
H A DBuildSetup.bat6 rem Permission to use, copy, modify, and distribute this software for any
24 copy config.h.win32 config.h
46 copy ..\COPYRIGHT ..\Build\Release
47 copy ..\README ..\Build\Release
48 copy ..\HISTORY ..\Build\Release
49 copy readme1st.txt ..\Build\Release
50 copy index.html ..\Build\Release
51 copy ..\doc\arm\*.html ..\Build\Release
52 copy ..\doc\arm\Bv9ARM.pdf ..\Build\Release
53 copy
[all...]
/macosx-10.10/OpenSSL098-52/src/Netware/
H A Dcpy_tests.bat3 rem Batch file to copy OpenSSL stuff to a NetWare server for testing
6 rem specified NetWare drive and copy the required files to run the tests.
14 rem example ( copy from debug build to m: dirve ):
54 rem copy the test nlms
55 copy %loc%\%1\*.nlm %2\openssl\
57 rem copy the test perl script
58 copy %loc%\netware\do_tests.pl %2\openssl\
60 rem copy the certs directory stuff
63 rem copy the test directory stuff
64 copy
[all...]
/macosx-10.10/ruby-106/ruby/lib/rexml/
H A Dtext.rb323 copy = input.clone
325 copy.gsub!( SPECIALS[0], SUBSTITUTES[0] )
326 copy.gsub!( SPECIALS[1], SUBSTITUTES[1] )
327 copy.gsub!( SPECIALS[2], SUBSTITUTES[2] )
328 copy.gsub!( SPECIALS[3], SUBSTITUTES[3] )
329 copy.gsub!( SPECIALS[4], SUBSTITUTES[4] )
330 copy.gsub!( SPECIALS[5], SUBSTITUTES[5] )
331 out << copy
336 copy = input.clone
338 if copy
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DAsyncTask.h85 WebCore::CrossThreadCopier<P1>::copy(parameter1));
98 WebCore::CrossThreadCopier<P1>::copy(parameter1),
99 WebCore::CrossThreadCopier<P2>::copy(parameter2));
114 WebCore::CrossThreadCopier<P1>::copy(parameter1),
115 WebCore::CrossThreadCopier<P2>::copy(parameter2),
116 WebCore::CrossThreadCopier<P3>::copy(parameter3));
131 WebCore::CrossThreadCopier<P1>::copy(parameter1),
132 WebCore::CrossThreadCopier<P2>::copy(parameter2),
133 WebCore::CrossThreadCopier<P3>::copy(parameter3),
134 WebCore::CrossThreadCopier<P4>::copy(parameter
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dargv.c16 You should have received a copy of the GNU Library General Public
68 char **copy; local
75 copy = (char **) malloc ((argc + 1) * sizeof (char *));
76 if (copy == NULL)
83 copy[argc] = (char *) malloc (len + 1);
84 if (copy[argc] == NULL)
86 freeargv (copy);
89 strcpy (copy[argc], argv[argc]);
91 copy[argc] = NULL;
92 return copy;
[all...]
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKNavigationAction.h64 @property (nonatomic, readonly, copy) WKFrameInfo *sourceFrame;
68 @property (nonatomic, readonly, copy) WKFrameInfo *targetFrame;
77 @property (nonatomic, readonly, copy) NSURLRequest *request;
H A D_WKActivatedElementInfo.mm60 _URL = adoptNS([url copy]);
62 _title = adoptNS([title copy]);
89 return [[_uiImage copy] autorelease];
97 return [[_uiImage copy] autorelease];
105 return [[_nsImage copy] autorelease];
113 return [[_nsImage copy] autorelease];
H A DWKBackForwardList.h66 @property (nonatomic, readonly, copy) NSArray *backList;
72 @property (nonatomic, readonly, copy) NSArray *forwardList;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitCertificateInfo.cpp14 * You should have received a copy of the GNU Library General Public License
39 * To handle this signal asynchronously you should make a copy of the
55 * Make a copy of the #WebKitCertificateInfo.
57 * Returns: (transfer full): A copy of passed in #WebKitCertificateInfo.
65 WebKitCertificateInfo* copy = g_slice_new0(WebKitCertificateInfo); local
66 new (copy) WebKitCertificateInfo(info);
67 return copy;
/macosx-10.10/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A DMakefile21 all-local:: copy-meta
28 copy-meta: $(OcamlDir)/META.llvm
42 .PHONY: copy-meta install-meta uninstall-meta
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_synthesize.py9 def copy(self): member in class:TestSynthesizeCopier
13 objc.synthesize('someTitle', copy=True)
14 objc.synthesize('stringValue', copy=False)
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_cb_hdr.c14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
137 char *copy; local
143 copy = malloc(len+1);
144 if(!copy)
146 memcpy(copy, ptr, len);
147 copy[len] = '\0';
149 p = copy;
159 q = strrchr(copy, '/');
163 Curl_safefree(copy);
175 Curl_safefree(copy);
[all...]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dwrap.tcl72 file copy -force $tclkit $wrapdir/tclkit
73 file copy -force sdx $wrapdir/
76 file copy -force $tclkit $wrapdir/tclkitsh.exe
77 file copy -force sdx.kit $wrapdir/
78 file copy -force sdx.bat $wrapdir/
79 file copy -force sdx $wrapdir/
95 file copy $outdir/$file $dstfile
99 # Get the Snack package's directory and copy into $appname.vfs/lib/
110 file copy $snackdir/libsnack$shlibext $wrapdir/$appname.vfs/lib/$snackdirname
112 file copy
[all...]
/macosx-10.10/Security-57031.1.35/Security/Keychain Circle Notification/
H A DNSArray+mapWithBlock.m9 * compliance with the License. Please obtain a copy of the License at
37 return [mapped copy];
/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Dsstransit.h9 * compliance with the License. Please obtain a copy of the License at
75 #define COPY(copy) copy, copy.length(), copy
76 #define COPY_OUT(copy) &copy, &copy##Length, &copy##Base
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A Dsstransit.h9 * compliance with the License. Please obtain a copy of the License at
75 #define COPY(copy) copy, copy.length(), copy
76 #define COPY_OUT(copy) &copy, &copy##Length, &copy##Base
/macosx-10.10/WebCore-7600.1.25/Modules/gamepad/deprecated/
H A DGamepad.cpp45 std::copy(data, data + count, m_axes.begin());
52 std::copy(data, data + count, m_buttons.begin());
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/ObjC/
H A DDOMTestTypedefs.h38 @property (copy) NSString *stringAttrWithGetterException;
39 @property (copy) NSString *stringAttrWithSetterException;
/macosx-10.10/WebKit2-7600.1.25/Shared/Cocoa/
H A DWKNSError.mm37 return [(NSError *)static_cast<API::Error*>(&self._apiObject)->platformError().cfError() copy];

Completed in 308 milliseconds

1234567891011>>