Searched +refs:org +refs:self +refs:insert +refs:command (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Sybase/
H A DASE.pm61 my $self = shift;
65 if ($self->using_freetds) {
84 if (not $self->_typeless_placeholders_supported) {
85 if ($self->_placeholders_supported) {
86 $self->auto_cast(1);
89 $self->ensure_class_loaded($no_bind_vars);
90 bless $self, $no_bind_vars;
91 $self->_rebless;
96 elsif (not $self->_get_dbh->{syb_dynamic_supported}) {
98 $self
346 sub insert { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/SQL-Abstract/lib/SQL/
H A DAbstract.pm67 my $self = shift;
68 my $class = ref($self) || $self;
111 sub insert { subroutine
112 my $self = shift;
113 my $table = $self->_table(shift);
117 my $method = $self->_METHOD_FOR_refkind("_insert", $data);
118 my ($sql, @bind) = $self->$method($data);
119 $sql = join " ", $self->_sqlcase('insert int
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm43 my $self = shift;
44 return (ref $self || $self) unless $self; # empty PK
45 my @cols = $self->columns('Stringify');
46 @cols = $self->primary_columns unless @cols;
47 return join "/", $self->get(@cols);
51 my $self = shift;
52 return grep !defined, $self->_attrs($self
428 sub insert { subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm42 my $self = shift;
43 return (ref $self || $self) unless $self; # empty PK
44 my @cols = $self->columns('Stringify');
45 @cols = $self->primary_columns unless @cols;
46 return join "/", $self->get(@cols);
50 my $self = shift;
51 return grep !defined, $self->_attrs($self
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dtcl.vim4 " (previously Brett Cannon <brett@python.org>)
42 syn keyword tclCommand my oo::copy oo::define oo::objdefine self
58 syn keyword tcltkSwitch contained insert create polygon fill outline tag
71 syn keyword tcltkWidgetSwitch contained command default
99 syn keyword tcltkWidgetSwitch contained active end last none cascade checkbutton command radiobutton separator
103 syn keyword tcltkWidgetSwitch contained add clone configure delete entrycget entryconfigure index insert invoke
157 syn keyword tcltkNamespaceSwitch contained parent qualifiers tail which command variable
185 " match from command name to ] or EOL
190 syn keyword tcltkLsortSwitch contained ascii dictionary integer real command increasing decreasing index
191 " match from command nam
[all...]
H A Dprogress.vim6 " Maintainer: Philip Uren <philuSPAX@ieee.org> Remove "SPAX" spam block
72 syn keyword ProgressReserved go-pend[ing] grant graphic-e[dge] group having header help hide import in index indicator input input-o[utput] insert
77 syn keyword ProgressReserved of off old on open opsys option or os-append os-command os-copy os-create-dir os-delete os-dir os-drive[s] os-error os-rename
82 syn keyword ProgressReserved scroll sdbname search seek select self session set setuser[id] share[-lock] shared show-stat[s] skip some space status stream
137 syn keyword ProgressOperator column-label-bgc[olor] column-label-dcolor column-label-fgc[olor] column-label-font column-of column-pfc[olor] column-sc[rolling] combo-box command compile complete
153 syn keyword ProgressOperator initial-filter initiate inner inner-chars inner-lines insert-b[acktab] insert-file insert-row insert-string insert
[all...]
H A Dphp.vim5 " URL: http://www.vim.org/scripts/script.php?script_id=1571
7 " Former Maintainer: Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
8 " Former URL: http://svn.debian.org/wsvn/pkg-vim/trunk/runtime/syntax/php.vim?op=file&rev=0&sc=0
179 syn keyword phpMethods key langdepvalue value values checkin checkout children mimetype read content copy dbstat dcstat dstanchors dstofsrcanchors count reason find ftstat hwstat identify info insert insertanchor insertcollection insertdocument link lock move assign attreditable count insert remove title value object objectbyanchor parents description type remove replace setcommitedversion srcanchors srcsofdst unlock user userlist contained
286 syn keyword phpStructure extends implements instanceof parent self contained
585 command -nargs=+ HiLink hi link <args>
587 command -nargs=+ HiLink hi def link <args>

Completed in 167 milliseconds