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

/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/
H A DReplicated.pm55 You can force a given query to use a particular storage using the search
60 Now $RS will force everything (both reads and writes) to use whatever was setup
66 force read traffic to the master. In general, you should wrap your statements
100 to force a query to run against Master when needed.
289 insert
383 my ($next, $self, $info, @extra) = @_;
397 $self->pool_type(delete $opts{pool_type})
400 $self->pool_args(
401 $merge->merge((delete $opts{pool_args} || {}), $self->pool_args)
404 $self
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-Simple/lib/Tree/
H A DSimple.pm49 my ($self, $node, $parent, $children) = @_;
51 ($self->{_uid}) = ("$self" =~ /\((.*?)\)$/);
53 $self->{_node} = $node;
55 $self->{_children} = $children;
56 $self->{_height} = 1;
57 $self->{_width} = 1;
62 $parent->addChild($self);
64 elsif ($parent eq $self->ROOT) {
65 $self
[all...]
/macosx-10.9.5/CPANInternal-140/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm49 my ($self, $node, $parent, $children) = @_;
51 ($self->{_uid}) = ("$self" =~ /\((.*?)\)$/);
53 $self->{_node} = $node;
55 $self->{_children} = $children;
56 $self->{_height} = 1;
57 $self->{_width} = 1;
62 $parent->addChild($self);
64 elsif ($parent eq $self->ROOT) {
65 $self
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
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
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
145 syn keyword ProgressOperator filename fill-in filled filters first-child first-column first-proc[edure] first-tab-i[tem] fixed-only float focused-row font-based-layout font-table force-file
153 syn keyword ProgressOperator initial-filter initiate inner inner-chars inner-lines insert-b[acktab] insert-file insert-row insert-string insert-t[ab] int[eger] internal-entries is-lead-byte
/macosx-10.9.5/vim-53/src/
H A Deval.c205 #define FC_DICT 4 /* Dict function, uses "self" */
458 static dictitem_T *dictitem_copy __ARGS((dictitem_T *org));
807 static void prof_func_line __ARGS((FILE *fd, int count, proftime_T *total, proftime_T *self, int prefer_self));
6344 * If "bef" is NULL append at the end, otherwise insert before this item.
6916 dictitem_copy(org)
6917 dictitem_T *org;
6922 + STRLEN(org->di_key)));
6925 STRCPY(di->di_key, org->di_key);
6927 copy_tv(&org->di_tv, &di->di_tv);
7786 {"insert",
[all...]

Completed in 225 milliseconds