Searched refs:body (Results 1 - 25 of 816) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/smtpd/clients/
H A Dmail-test.php14 $body = "This is a sample message send from PHP.\r\n"; variable
15 $body .= "As always, let us check the transparency function:\r\n";
16 $body .= ". <-- there should be a dot there.\r\n";
17 $body .= "Bye";
19 mail($rcpt, $subject, $body, $hdrs);
/macosx-10.9.5/dcerpc-58/www/content/css/blueprint/plugins/rtl/
H A Dscreen.css10 body .container { direction: rtl; }
11 body .column {
17 body .last { margin-left: 0; }
18 body table .last { padding-left: 0; }
20 body .append-1 { padding-right: 0; padding-left: 40px; }
21 body .append-2 { padding-right: 0; padding-left: 80px; }
22 body .append-3 { padding-right: 0; padding-left: 120px; }
23 body .append-4 { padding-right: 0; padding-left: 160px; }
24 body .append-5 { padding-right: 0; padding-left: 200px; }
25 body
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/MailDemo/MailDemoActiveRecordBindings/
H A DEmailProxy.rb6 on_get :body, :return => [OSX::NSAttributedString, :initWithString]
/macosx-10.9.5/tcl-102/tcl_ext/tbcload/tbcload/tests/tcl/
H A Dprocbod2.tcl5 # The body for the second is generated from a "info body" command on the
21 proc b { x } [info body a]
H A Dprocbod1.tcl5 # Returns "info body" on the procs.
6 # Checks that "info body" is well-behaved with a compiled proc body.
25 list [a TEST] [b TEST] [info body a]
H A Dprocbod3.tcl4 # Defines a proc which will be compiled, then does an info body on it and
22 lappend L [info body a]
/macosx-10.9.5/tcl-102/tk/tk/tests/ttk/
H A Dprogressbar.test10 test progressbar-1.1 "Setup" -body {
14 test progressbar-1.2 "Linked variable" -body {
20 test progressbar-1.3 "Change linked variable" -body {
25 test progressbar-1.4 "Set linked variable to bad value" -body {
30 test progressbar-1.4.1 "Set linked variable back to a good value" -body {
35 test progressbar-1.5 "Set -variable to illegal variable" -body {
41 test progressbar-1.6 "Unset -variable" -body {
47 test progressbar-2.0 "step command" -body {
54 test progressbar-2.1 "step command, with stepamount" -body {
59 test progressbar-2.2 "step wraps at -maximum in determinate mode" -body {
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dmenubu.tcl21 frame $w.body
22 pack $w.body -expand 1 -fill both
25 menubutton $w.body.below -text "Below" -underline 0 -direction below -menu $w.body.below.m -relief raised
26 menu $w.body.below.m -tearoff 0
27 $w.body.below.m add command -label "Below menu: first item" -command "puts \"You have selected the first item from the Below menu.\""
28 $w.body.below.m add command -label "Below menu: second item" -command "puts \"You have selected the second item from the Below menu.\""
29 grid $w.body.below -row 0 -column 1 -sticky n
30 menubutton $w.body.right -text "Right" -underline 0 -direction right -menu $w.body
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/interp/
H A Ddeleg_method.tcl53 set body ""
54 append body [list $comm] " " "send "
55 if {$async} {append body "-async "}
56 append body [list $rid] " " $delegate
58 ::method $name $arguments $body
H A Ddeleg_proc.tcl56 set body ""
57 append body [list $comm] " " "send "
58 if {$async} {append body "-async "}
59 append body [list $rid] " " $delegate
61 uplevel 1 [list ::proc $name $arguments $body]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/tepam/
H A Dproc_namespaces.test40 -body {tepam::procedure Parent1 {} {return Parent1-[Child]}} \
44 -body {tepam::procedure Child {} {return Child}} \
49 -body {Parent1} \
53 -body {::Parent1} \
60 -body {tepam::procedure ::Parent1 {} {return ::Parent1-[Child]}} \
64 -body {tepam::procedure ::Child {} {return ::Child}} \
69 -body {Parent1} \
73 -body {::Parent1} \
83 -body {tepam::procedure ::ns1::Parent2 {} {return ::ns1::Parent2-[Child]}} \
87 -body {tepa
[all...]
H A Dproc_call_arg_nun.test67 -body "Procedure_Arg_0$c" \
70 -body "Procedure_Arg_0$c --" \
74 -body "Procedure_Arg_0$c %1" \
78 -body "Procedure_Arg_0$c -- %1" \
82 -body "Procedure_Arg_0$c %1" \
97 -body "Procedure_Arg_1" \
100 -body "Procedure_Arg_1 --" \
104 -body "Procedure_Arg_1 \"%1\"" \
108 -body "Procedure_Arg_1 -- \"%1\"" \
112 -body "Procedure_Arg_
[all...]
H A Dproc_call_arg_unn.test65 -body "Procedure_Arg_0$c" \
69 -body "Procedure_Arg_0$c %1" \
73 -body "Procedure_Arg_0$c -- %1" \
77 -body "Procedure_Arg_0$c %1" \
92 -body "Procedure_Arg_1" \
95 -body "Procedure_Arg_1 --" \
99 -body "Procedure_Arg_1 \"%1\"" \
103 -body "Procedure_Arg_1 -- \"%1\"" \
107 -body "Procedure_Arg_1 -Arg1 \"%1\"" \
111 -body "Procedure_Arg_
[all...]
H A Dproc_subproc.test33 -body {tepam::procedure {MainProc1} {} {return Proc1}} \
37 -body {tepam::procedure {MainProc1 SubProc1} {} {return Proc11}} \
41 -body {tepam::procedure {MainProc1 SubProc2} {} {return Proc12}} \
45 -body {tepam::procedure {MainProc1 SubProc2 SubProc22} {} {return Proc122}} \
50 -body {MainProc1 -help} \
54 -body {MainProc1 SubProc1 -help} \
58 -body {MainProc1 SubProc2 -help} \
62 -body {MainProc1 SubProc2 SubProc22 -help} \
67 -body {MainProc1} \
71 -body {MainProc
[all...]
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/qwebelement/
H A Dtst_qwebelement.cpp104 QString html = "<head></head><body><p>test</p></body>";
106 QWebElement body = m_mainFrame->documentElement(); local
107 QVERIFY(!body.isNull());
109 QCOMPARE(body.toPlainText(), QString("test"));
110 QCOMPARE(body.toPlainText(), m_mainFrame->toPlainText());
112 QCOMPARE(body.toInnerXml(), html);
117 QString html = "<body><p>first para</p><p>second para</p></body>";
119 QWebElement body local
130 QWebElement body = m_mainFrame->documentElement(); local
196 QWebElement body = m_mainFrame->documentElement(); local
266 QWebElement body = m_mainFrame->documentElement(); local
281 QWebElement body = m_mainFrame->documentElement(); local
316 QWebElement body = m_mainFrame->documentElement(); local
332 QWebElement body = m_mainFrame->documentElement(); local
347 QWebElement body = m_mainFrame->documentElement(); local
367 QWebElement body = m_mainFrame->documentElement(); local
621 QWebElement body = m_mainFrame->documentElement().findFirst("body"); local
682 QWebElement body = m_mainFrame->documentElement().findFirst("body"); local
725 QWebElement body = m_mainFrame->documentElement().findFirst("body"); local
758 QWebElement body = m_mainFrame->documentElement().findFirst("body"); local
783 QWebElement body = m_mainFrame->documentElement().findFirst("body"); local
819 QWebElement body = m_mainFrame->documentElement().findFirst("body"); local
868 QWebElement body = m_mainFrame->documentElement().findFirst("body"); local
927 QWebElement body = m_mainFrame->findFirstElement("body"); local
942 QWebElement body = m_mainFrame->findFirstElement("body"); local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dmk_rep.c43 EncAPRepPart body; local
52 memset (&body, 0, sizeof(body));
54 body.ctime = auth_context->authenticator->ctime;
55 body.cusec = auth_context->authenticator->cusec;
62 free_EncAPRepPart(&body);
67 &body.subkey);
69 free_EncAPRepPart(&body);
75 body.subkey = NULL;
81 ALLOC(body
[all...]
/macosx-10.9.5/ruby-104/ruby/benchmark/
H A Dbm_app_erb.rb20 <body>
25 </body>
/macosx-10.9.5/ruby-104/ruby/sample/webrick/
H A Dhello.rb6 res.body = "Hello, world.\n"
H A Dhello.cgi7 res.body = "Hello, world.\n"
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DOutlookQuirksUserScript.js27 // <html><head></head><body></body></html>
28 if (document.documentElement.outerHTML != "<html><head></head><body></body></html>")
34 document.documentElement.removeChild(document.body);
/macosx-10.9.5/ruby-104/ruby/test/webrick/
H A Dwebrick.cgi8 res.body = p
10 res.body = q.keys.sort.collect{|key|
16 res.body = ""
17 res.body << req.request_uri.to_s << "\n"
18 res.body << req.script_name
20 res.body = req.cookies.inject(""){|result, cookie|
26 res.body = req.script_name
H A Dwebrick_long_filename.cgi8 res.body = p
10 res.body = q.keys.sort.collect{|key|
16 res.body = ""
17 res.body << req.request_uri.to_s << "\n"
18 res.body << req.script_name
20 res.body = req.cookies.inject(""){|result, cookie|
26 res.body = req.script_name
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dmenubu.tcl19 frame $w.body
20 pack $w.body -expand 1 -fill both
23 menubutton $w.body.below -text "Below" -underline 0 -direction below -menu $w.body.below.m -relief raised
24 menu $w.body.below.m -tearoff 0
25 $w.body.below.m add command -label "Below menu: first item" -command "puts \"You have selected the first item from the Below menu.\""
26 $w.body.below.m add command -label "Below menu: second item" -command "puts \"You have selected the second item from the Below menu.\""
27 grid $w.body.below -row 0 -column 1 -sticky n
28 menubutton $w.body.right -text "Right" -underline 0 -direction right -menu $w.body
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dbody.test2 # Tests for "body" and "configbody" commands
9 # RCS: $Id: body.test,v 1.4 2004/02/12 18:09:50 davygrvy Exp $
24 # Test "body" command
26 test body-1.1 {define a class with missing bodies and arg lists} {
44 test body-1.2 {cannot use methods without a body} {
49 test body-1.3 {check syntax of "body" command} {
50 list [catch "itcl::body test_body::any" msg] $msg
51 } {1 {wrong # args: should be "itcl::body clas
[all...]
/macosx-10.9.5/ruby-104/ruby/test/net/http/
H A Dtest_httpresponse.rb47 body = nil
50 body = res.read_body
53 assert_equal 'hello', body
67 body = ''
71 body << chunk
75 assert_equal 'hello', body
91 body = nil
94 body = res.read_body
99 assert_equal 'hello', body
102 assert_equal "x\x9C\xCBH\xCD\xC9\xC9\a\x00\x06,\x02\x15", body
[all...]

Completed in 191 milliseconds

1234567891011>>