Searched refs:wrap (Results 1 - 25 of 501) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLPreElement.idl27 [Reflect] attribute boolean wrap;
/macosx-10.9.5/WebCore-7537.78.1/bindings/gobject/
H A DWebKitDOMPrivate.h43 WebKitDOMNode* wrap(WebCore::Node*);
44 WebKitDOMEvent* wrap(WebCore::Event*);
45 WebKitDOMStyleSheet* wrap(WebCore::StyleSheet*);
46 WebKitDOMHTMLCollection* wrap(WebCore::HTMLCollection*);
47 WebKitDOMEventTarget* wrap(WebCore::EventTarget*);
48 WebKitDOMBlob* wrap(WebCore::Blob*);
H A DWebKitDOMHTMLPrivate.h36 WebKitDOMHTMLElement* wrap(WebCore::HTMLElement*);
H A DWebKitDOMPrivate.cpp69 WebKitDOMNode* wrap(Node* node) function in namespace:WebKit
77 return WEBKIT_DOM_NODE(wrap(toHTMLElement(node)));
108 WebKitDOMEvent* wrap(Event* event) function in namespace:WebKit
121 WebKitDOMStyleSheet* wrap(StyleSheet* styleSheet) function in namespace:WebKit
130 WebKitDOMHTMLCollection* wrap(HTMLCollection* collection) function in namespace:WebKit
139 WebKitDOMEventTarget* wrap(EventTarget* eventTarget) function in namespace:WebKit
152 WebKitDOMBlob* wrap(Blob* blob) function in namespace:WebKit
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dversion_option.rb17 def add_platform_option(task = command, *wrap)
27 "Specify the platform of gem to #{task}", *wrap) do
41 def add_prerelease_option(*wrap)
43 "Allow prerelease versions of a gem", *wrap) do |value, options|
51 def add_version_option(task = command, *wrap)
57 "Specify version of gem to #{task}", *wrap) do
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSPerformanceEntryCustom.cpp56 return wrap<JSPerformanceResourceTiming>(exec, globalObject, static_cast<PerformanceResourceTiming*>(entry));
61 return wrap<JSPerformanceMark>(exec, globalObject, static_cast<PerformanceMark*>(entry));
64 return wrap<JSPerformanceMeasure>(exec, globalObject, static_cast<PerformanceMeasure*>(entry));
67 return wrap<JSPerformanceEntry>(exec, globalObject, entry);
H A DJSEntryCustom.cpp53 return wrap<JSFileEntry>(exec, globalObject, static_cast<FileEntry*>(entry));
56 return wrap<JSDirectoryEntry>(exec, globalObject, static_cast<DirectoryEntry*>(entry));
H A DJSEntrySyncCustom.cpp53 return wrap<JSFileEntrySync>(exec, globalObject, static_cast<FileEntrySync*>(entry));
56 return wrap<JSDirectoryEntrySync>(exec, globalObject, static_cast<DirectoryEntrySync*>(entry));
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/examples/
H A Dwrap.py34 vc = metakit.wrap(dc, pl)
35 vd = metakit.wrap(dd, pl)
36 vt = metakit.wrap(dt, pl, 1)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_domhtmlpreelement.py9 self.assertResultIsBOOL(DOMHTMLPreElement.wrap)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Dldif.h38 #define LDIF_LINE_WIDTH_WRAP(wrap) ((wrap) == 0 ? LDIF_LINE_WIDTH : (wrap))
57 #define LDIF_SIZE_NEEDED_WRAP(nlen,vlen,wrap) \
59 + ((wrap) == 0 ? ((LDIF_BASE64_LEN(vlen) + (nlen) + 3) / ( LDIF_LINE_WIDTH ) * 2 ) : \
60 ((wrap) == LDIF_LINE_WIDTH_MAX ? 0 : ((LDIF_BASE64_LEN(vlen) + (nlen) + 3) / (wrap) * 2 ))))
145 ber_len_t wrap ));
160 ber_len_t wrap ));
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/examples/
H A Djoke.pl19 print wrap("\t", '', split( /\n/, $res->result->{text})), "\n";
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/examples/
H A Djoke.pl19 print wrap("\t", '', split( /\n/, $res->result->{text})), "\n";
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/examples/
H A Djoke.pl19 print wrap("\t", '', split( /\n/, $res->result->{text})), "\n";
/macosx-10.9.5/CPANInternal-140/Test-Deep/lib/Test/Deep/
H A DAll.pm17 my @list = map {Test::Deep::wrap($_)} @_;
59 push(@{$self->{val}}, Test::Deep::wrap($expect));
H A DClass.pm26 Test::Deep::wrap($self->{val})->descend($got);
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dscrolledtext.rb5 st = Tk::Iwidgets::Scrolledtext.new(:hscrollmode=>:dynamic, :wrap=>:none,
/macosx-10.9.5/text_cmds-87/tail/
H A Dread.c62 * storing the data in a wrap-around buffer which is then displayed. If the
73 int wrap; local
79 for (wrap = 0, ep = p + off; (ch = getc(fp)) != EOF;) {
82 wrap = 1;
98 if (wrap) {
117 if (wrap && (len = ep - p))
148 int blen, cnt, recno, wrap; local
154 blen = cnt = recno = wrap = 0;
175 wrap = 1;
190 wrap
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DLock.java28 static Lock wrap(final DbLock dblock) { method in class:Lock
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/ntext/
H A DntextExample.tcl38 .right configure -width 28 -height 12 -wrap word -font {{Courier} -15} -bg white
44 .left configure -width 28 -height 12 -wrap word -font {{Courier} -15} -bg #FFFFEE
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DCore.cpp60 return wrap(new LLVMContext());
64 return wrap(&getGlobalContext());
84 return wrap(new Module(ModuleID, getGlobalContext()));
89 return wrap(new Module(ModuleID, *unwrap(C)));
145 return wrap(&unwrap(M)->getContext());
197 return wrap(&unwrap(Ty)->getContext());
218 return wrap(IntegerType::get(*unwrap(C), NumBits));
296 return wrap(FunctionType::get(unwrap(ReturnType), Tys, IsVarArg != 0));
304 return wrap(unwrap<FunctionType>(FunctionTy)->getReturnType());
315 *Dest++ = wrap(*
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DWrap.pm30 $context->define_filter('wrap', [ \&wrap_filter_factory => 1 ]);
42 Text::Wrap::wrap($itab, $ntab, $text);
64 [% USE wrap %]
66 # call wrap subroutine
67 [% wrap(mytext, width, initial_tab, subsequent_tab) %]
69 # or use wrap FILTER
70 [% mytext FILTER wrap(width, initital_tab, subsequent_tab) %]
77 It defines a C<wrap> subroutine which can be called, passing the input
81 [% USE wrap %]
88 [% wrap(tex
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DWrap.pm30 $context->define_filter('wrap', [ \&wrap_filter_factory => 1 ]);
42 Text::Wrap::wrap($itab, $ntab, $text);
64 [% USE wrap %]
66 # call wrap subroutine
67 [% wrap(mytext, width, initial_tab, subsequent_tab) %]
69 # or use wrap FILTER
70 [% mytext FILTER wrap(width, initital_tab, subsequent_tab) %]
77 It defines a C<wrap> subroutine which can be called, passing the input
81 [% USE wrap %]
88 [% wrap(tex
[all...]
/macosx-10.9.5/CPANInternal-140/Sub-Uplevel/t/
H A D03_nested_uplevels.t10 sub wrap {
15 return wrap( $n, $f, $depth, $up, @case );
32 push @result, Wrap::wrap( $n, \&recurse_call_check,
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/CocoaRepl/
H A Dri_text_display.rb53 @formatter.wrap(incs.sort.join(', '))
63 @formatter.wrap(c.value,
71 @formatter.wrap(klass.class_methods.map{|m| m.name}.sort.join(', '))
77 @formatter.wrap(klass.instance_methods.map{|m| m.name}.sort.join(', '))
82 @formatter.wrap("Attributes:", "")
83 @formatter.wrap(klass.attributes.map{|a| a.name}.sort.join(', '))

Completed in 386 milliseconds

1234567891011>>