Searched refs:both (Results 426 - 450 of 841) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dwatch.itk15 # notice appears in all copies and that both the copyright notice and
526 pack $itk_component(am) -side left -fill both -expand 1
527 pack $itk_component(pm) -side right -fill both -expand 1
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Ddbrec.tcl97 pack [frame .db.f1] -expand true -fill both
99 -side left -fill both -expand true
103 -side left -fill both -expand true
127 pack .db -before .bf -expand true -fill both
H A Drecord.tcl60 pack $w.q -expand 1 -fill both -side top
H A DtomAmp.tcl120 pack .hull -side top -fill both -expand true
142 pack $CF.frame -side top -expand yes -fill both
1107 pack $base.ohull -anchor nw -expand 1 -fill both -side left -ipadx 2 -ipady 8
1120 pack $hull -expand true -fill both
1158 pack $base.ohull -anchor nw -expand 1 -fill both -side left -ipadx 2 -ipady 10
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Dplotstat.tcl303 pack .c .c2 -side top -fill both
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/tablelist/
H A Dbrowse.tcl127 pack $tf -side top -expand yes -fill both
H A Dbrowse_tile.tcl134 pack $tf -side top -expand yes -fill both
H A Dbwidget.tcl101 pack $tbl -side top -expand yes -fill both
H A Dconfig.tcl130 pack $tf -side top -expand yes -fill both
193 # both items fulfil this condition or its negation then string comparison is
H A Dconfig_tile.tcl127 pack $tf -side top -expand yes -fill both
190 # both items fulfil this condition or its negation then string comparison is
H A Diwidgets.tcl106 pack $tbl -side top -expand yes -fill both
H A DmiscWidgets.tcl109 pack $tbl -side top -expand yes -fill both
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dctext.tcl37 pack $w.c -side top -expand yes -fill both
H A Dentry3.tcl187 pack $w.mid -fill both -expand 1
H A Dixset294 pack .buttons -side top -fill both
295 pack .bell .kbd .mouse .screen -side top -fill both -expand yes \
H A Dwidget135 pack .statusBar.lab -side left -padx 2 -expand yes -fill both
156 pack .t -in .textFrame -expand y -fill both -padx 1
157 pack .textFrame -expand yes -fill both
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dctext.tcl37 pack $w.c -side top -expand yes -fill both
H A Dentry3.tcl187 pack $w.mid -fill both -expand 1
H A Dixset298 pack .buttons -side top -fill both
299 pack .bell .kbd .mouse .screen -side top -fill both -expand yes \
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dtkfbox.tcl236 pack $data(canvas) -expand yes -fill both -padx 2 -pady {2 0}
237 pack $w.cHull -expand yes -fill both -ipadx 2 -ipady 2
1051 pack [ttk::frame $w.contents] -expand 1 -fill both
1086 pack $data(upBtn) -side right -padx 4 -fill both
1087 pack $f1.lab -side left -padx 4 -fill both
1088 pack $f1.menu -expand yes -fill both -padx 4
1180 pack $data(icons) -expand yes -fill both -padx 4 -pady 1
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DTransport.pm19 Objects of the SOAP::Transport class manage two roles: they manage both the parameters related to transport as set through the containing SOAP::Lite object, and they abstract the selection and loading of an appropriate transport module. This is done with an AUTOLOAD function within the class that intercepts all methods beyond the two defined next and reroutes them to the underlying transport implementation code.
41 Because the bulk of the work is done within the C<SOAP::Lite> module itself, many of the transport-level modules are very simple in their implementations. Transport modules are expected to define both client and server classes within their files. If a module defines only one of the types, it is assumed that the transport protocol itself supports only that side of the conversation. An example is L<SOAP::Transport::FTP>, which provides only a C<SOAP::Transport::FTP::Client> class.
71 Creates a new object instance and returns it. Like the constructors for both C<SOAP::Lite> and L<SOAP::Server> classes, all arguments passed in are treated as key/value pairs, where the key is expected to be one of the methods the class supports, and the value is the argument (or list reference of arguments) to the method.
179 SOAP::Lite provides you with the option for enabling compression over the wire using HTTP I<only> in both the server and client contexts, provided that you have L<Compress::Zlib> installed. Compression and decompression is done transparantly to your application.
358 I<WARNING: Dynamic deployments with C<Apache::Registry> will fail because the module will be only loaded dynamically the first time. Subsequent calls will produce "denied access" errors because once the module is already in memory C<SOAP::Lite> will bypass dynamic deployment. To work around this, simply specify both the full PATH and MODULE name in C<dispatch_to()> and the module will be loaded dynamically, but will then work as if under static deployment. See F<examples/server/soap.mod_cgi> as an example.>
484 This class uses the Net::Jabber classes to abstract the Jabber protocol away from the direct notice of the application. Besides maintaining any needed objects internally, the package also uses a separate class as a proxy between communication layers, SOAP::Transport::JABBER::Query. The Jabber support provides both client and server classes.
489 This class provides localized implementations for both the new and send_receive methods, neither of which are changed in terms of interface. The only difference is that the send_receive method doesn't directly use the action hash key on the input it receives. In addition to these two basic methods, the server class overrides the endpoint
552 This class provides implementations of both client and server frameworks built on IBM's Message Queue set of classes. The SOAP objects encapsulate additional objects from these classes, creating and using them behind the scenes as needed.
627 The classes provided by this module implement direct TCP/IP communications methods for both clients and servers.
/macosx-10.9.5/dcerpc-58/www/content/css/blueprint/
H A Dscreen.css230 hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
232 .clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
234 .clear {clear:both;}
/macosx-10.9.5/tcl-102/tk/tk/tests/ttk/
H A Dnotebook.test41 pack .nb -expand true -fill both
101 pack [set nb [ttk::notebook .t.nb]] -expand true -fill both; update
485 pack .nb -fill both -expand 1
/macosx-10.9.5/CPANInternal-140/Lingua-EN-Inflect-1.895/lib/Lingua/EN/
H A DInflect.pm2095 Note that you can set both options at once, if you wish:
2199 both number and case insensitivity, prefix both arguments with C<lc>
2240 Note that in both cases the actual article provided depends I<only> on
2263 C<A()> and C<AN()> both take an optional second argument. As with the
2276 C<AN()> both assume that their job is merely to provide the correct
2699 Note that both arguments should usually be specified in single quotes,
2714 both normal and "classical" modes.
2804 or in the current home directory (C<$ENV{HOME}>), or in both.
2924 etc.), both subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/Class-Singleton-1.03/
H A DSingleton.pm202 In the above example, both $highlander and $macleod contain the same
309 derive both 'PrintSpooler' and 'MyApp::Database' from Class::Singleton and

Completed in 290 milliseconds

<<11121314151617181920>>