Searched refs:multiple (Results 76 - 100 of 380) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/DBI/
H A DQuery.pm87 query. If you have multiple %s's in your query then you should supply
106 multiple WHERE clauses this will extend the last one.
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael/
H A DRijndael.pm51 algorithm actually supports any blocksize that is any multiple of
74 Encrypt data. The size of C<$data> must be a multiple of C<blocksize>
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael-1.10/
H A DRijndael.pm51 algorithm actually supports any blocksize that is any multiple of
74 Encrypt data. The size of C<$data> must be a multiple of C<blocksize>
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/ODBC/
H A DMicrosoft_SQL_Server.pm40 in your L<DBIx::Class::Storage::DBI/connect_info> as one way to enable multiple
75 # turn on support for multiple concurrent statements, unless overridden
129 May allow multiple active select statements. See
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/tools/
H A Dtests_from_zdump41 May be given multiple times.
/macosx-10.9.5/CPANInternal-140/Test-Exception/t/
H A Dedge-cases.t17 q[Of multiple failures, the "primary" one is returned];
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderFileUploadControl.cpp182 const String label = theme()->fileListDefaultLabel(node()->toInputElement()->multiple());
249 return theme()->fileListNameForWidth(input->files(), style()->font(), maxFilenameWidth(), input->multiple());
H A DRenderMenuList.h111 virtual bool multiple() const OVERRIDE;
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/checkconf/
H A Dbad.conf41 multiple-cnames no;
H A Dgood.conf58 multiple-cnames no;
/macosx-10.9.5/emacs-92/emacs/nt/
H A Dmulti-install-info.bat3 rem Hack to run install-info with multiple info files on the command
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dmclist.rb27 which can be configured to display multiple columns of informational data \
29 This is a simple way to build a listbox that has multiple columns. \
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/doc/
H A Dtk2html.perl30 improve the handling of multiple matches, and add
166 There were multiple matches for the argument '$ARGV[0]'.
/macosx-10.9.5/vim-53/runtime/indent/
H A Dpostscr.vim16 " Catch multiple instantiations
/macosx-10.9.5/pdisk-9/
H A Dpdisk.c781 unsigned long multiple; local
786 multiple = get_multiplier(map->logical_block);
787 if (multiple == 0) {
789 } else if (multiple != 1) {
790 *number *= multiple;
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngtest.c1381 int multiple = 0; local
1423 multiple = 1;
1429 multiple = 1;
1446 if (!multiple && argc == 3 + verbose)
1449 if ((!multiple && argc > 3 + verbose) || (multiple && argc < 2))
1455 " reads/writes one PNG file (without -m) or multiple files (-m)\n");
1461 if (multiple)
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dxmfbox.tcl29 # When -multiple is set to 0, this returns the absolute pathname
33 # When -multiple is set to > 0, this returns a Tcl list of absolute
34 # pathnames. The argument for -multiple is ignored, but for consistency
249 lappend specs {-multiple "" "" "0"}
252 set data(-multiple) 0
267 if {$data(-multiple) != 0} {
409 if {$data(-multiple) != 0} {
741 # if it's a multiple selection box, just put in the filenames
744 if {$data(-multiple) != 0} {
824 if {$data(-multiple)
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dxmfbox.tcl29 # When -multiple is set to 0, this returns the absolute pathname
33 # When -multiple is set to > 0, this returns a Tcl list of absolute
34 # pathnames. The argument for -multiple is ignored, but for consistency
231 lappend specs {-multiple "" "" "0"}
234 set data(-multiple) 0
249 if {$data(-multiple) != 0} {
391 if {$data(-multiple) != 0} {
723 # if it's a multiple selection box, just put in the filenames
726 if {$data(-multiple) != 0} {
806 if {$data(-multiple)
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DRenderThemeQtMobile.cpp373 QSizeF StylePainterMobile::getButtonImageSize(int buttonHeight, bool multiple) const
375 if (multiple)
384 QPixmap StylePainterMobile::findComboButton(const QSize& size, bool multiple, bool enabled) const argument
393 id.trait1 = multiple;
405 if (multiple)
516 void StylePainterMobile::drawComboBox(const QRect& rect, bool multiple, bool enabled) argument
522 QRectF targetRect(QPointF(0, 0), getButtonImageSize(rect.height() - 1, multiple));
525 QPixmap pic = findComboButton(sizeForPainterScale(targetRect.toRect()), multiple, enabled);
905 return select ? select->multiple() : false;
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dulimit.c335 ulimit_internal (cmd, cmdarg, mode, multiple)
338 int mode, multiple;
358 printone (limind, (mode & LIMIT_SOFT) ? soft_limit : hard_limit, multiple);
/macosx-10.9.5/CPANInternal-140/String-ShellQuote-1.00/
H A DShellQuote.pm70 This routine might be changed to accept multiple I<string> arguments
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DCGI.pm106 Any parameters that have multiple values will be returned as lists.
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DCGI.pm106 Any parameters that have multiple values will be returned as lists.
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLSelectElement.h55 bool multiple() const { return m_multiple; } function in class:WebCore::HTMLSelectElement
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebkitplatformplugin.h50 virtual bool multiple() const = 0;

Completed in 188 milliseconds

1234567891011>>