Home
last modified time | relevance | path

Searched defs:update (Results 76 – 100 of 25828) sorted by relevance

12345678910>>...1034

/dports/databases/postgresql13-contrib/postgresql-13.5/src/pl/tcl/sql/
H A Dpltcl_trigger.sql513 update T_pkey1 set key2 = 'key2-9' where key1 = 2 and key2 = 'key2-1'; local
514 update T_pkey1 set key2 = 'key1-9' where key1 = 1 and key2 = 'key1-1'; local
518 update T_pkey2 set key2 = 'KEY2-9' where key1 = 2 and key2 = 'KEY2-1'; local
519 update T_pkey2 set key2 = 'KEY1-9' where key1 = 1 and key2 = 'KEY1-1'; local
547 update trigger_test_generated set i = 11 where i = 1; local
551 update trigger_test_view set v = 'update' where i=1; local
554 update trigger_test set v = 'update', test_skip=true where i = 1; local
555 update trigger_test set v = 'update' where i = 1; local
584 update transition_table_test set name = 'b'; local
/dports/databases/postgresql12-contrib/postgresql-12.9/src/pl/tcl/sql/
H A Dpltcl_trigger.sql513 update T_pkey1 set key2 = 'key2-9' where key1 = 2 and key2 = 'key2-1'; local
514 update T_pkey1 set key2 = 'key1-9' where key1 = 1 and key2 = 'key1-1'; local
518 update T_pkey2 set key2 = 'KEY2-9' where key1 = 2 and key2 = 'KEY2-1'; local
519 update T_pkey2 set key2 = 'KEY1-9' where key1 = 1 and key2 = 'KEY1-1'; local
547 update trigger_test_generated set i = 11 where i = 1; local
551 update trigger_test_view set v = 'update' where i=1; local
554 update trigger_test set v = 'update', test_skip=true where i = 1; local
555 update trigger_test set v = 'update' where i = 1; local
584 update transition_table_test set name = 'b'; local
/dports/databases/postgresql12-docs/postgresql-12.9/src/pl/tcl/sql/
H A Dpltcl_trigger.sql513 update T_pkey1 set key2 = 'key2-9' where key1 = 2 and key2 = 'key2-1'; local
514 update T_pkey1 set key2 = 'key1-9' where key1 = 1 and key2 = 'key1-1'; local
518 update T_pkey2 set key2 = 'KEY2-9' where key1 = 2 and key2 = 'KEY2-1'; local
519 update T_pkey2 set key2 = 'KEY1-9' where key1 = 1 and key2 = 'KEY1-1'; local
547 update trigger_test_generated set i = 11 where i = 1; local
551 update trigger_test_view set v = 'update' where i=1; local
554 update trigger_test set v = 'update', test_skip=true where i = 1; local
555 update trigger_test set v = 'update' where i = 1; local
584 update transition_table_test set name = 'b'; local
/dports/databases/postgresql12-server/postgresql-12.9/src/pl/tcl/sql/
H A Dpltcl_trigger.sql513 update T_pkey1 set key2 = 'key2-9' where key1 = 2 and key2 = 'key2-1'; local
514 update T_pkey1 set key2 = 'key1-9' where key1 = 1 and key2 = 'key1-1'; local
518 update T_pkey2 set key2 = 'KEY2-9' where key1 = 2 and key2 = 'KEY2-1'; local
519 update T_pkey2 set key2 = 'KEY1-9' where key1 = 1 and key2 = 'KEY1-1'; local
547 update trigger_test_generated set i = 11 where i = 1; local
551 update trigger_test_view set v = 'update' where i=1; local
554 update trigger_test set v = 'update', test_skip=true where i = 1; local
555 update trigger_test set v = 'update' where i = 1; local
584 update transition_table_test set name = 'b'; local
/dports/databases/postgresql13-client/postgresql-13.5/src/pl/tcl/sql/
H A Dpltcl_trigger.sql513 update T_pkey1 set key2 = 'key2-9' where key1 = 2 and key2 = 'key2-1'; local
514 update T_pkey1 set key2 = 'key1-9' where key1 = 1 and key2 = 'key1-1'; local
518 update T_pkey2 set key2 = 'KEY2-9' where key1 = 2 and key2 = 'KEY2-1'; local
519 update T_pkey2 set key2 = 'KEY1-9' where key1 = 1 and key2 = 'KEY1-1'; local
547 update trigger_test_generated set i = 11 where i = 1; local
551 update trigger_test_view set v = 'update' where i=1; local
554 update trigger_test set v = 'update', test_skip=true where i = 1; local
555 update trigger_test set v = 'update' where i = 1; local
584 update transition_table_test set name = 'b'; local
/dports/databases/postgresql12-plpython/postgresql-12.9/src/pl/tcl/sql/
H A Dpltcl_trigger.sql513 update T_pkey1 set key2 = 'key2-9' where key1 = 2 and key2 = 'key2-1'; local
514 update T_pkey1 set key2 = 'key1-9' where key1 = 1 and key2 = 'key1-1'; local
518 update T_pkey2 set key2 = 'KEY2-9' where key1 = 2 and key2 = 'KEY2-1'; local
519 update T_pkey2 set key2 = 'KEY1-9' where key1 = 1 and key2 = 'KEY1-1'; local
547 update trigger_test_generated set i = 11 where i = 1; local
551 update trigger_test_view set v = 'update' where i=1; local
554 update trigger_test set v = 'update', test_skip=true where i = 1; local
555 update trigger_test set v = 'update' where i = 1; local
584 update transition_table_test set name = 'b'; local
/dports/databases/postgresql12-plperl/postgresql-12.9/src/pl/tcl/sql/
H A Dpltcl_trigger.sql513 update T_pkey1 set key2 = 'key2-9' where key1 = 2 and key2 = 'key2-1'; local
514 update T_pkey1 set key2 = 'key1-9' where key1 = 1 and key2 = 'key1-1'; local
518 update T_pkey2 set key2 = 'KEY2-9' where key1 = 2 and key2 = 'KEY2-1'; local
519 update T_pkey2 set key2 = 'KEY1-9' where key1 = 1 and key2 = 'KEY1-1'; local
547 update trigger_test_generated set i = 11 where i = 1; local
551 update trigger_test_view set v = 'update' where i=1; local
554 update trigger_test set v = 'update', test_skip=true where i = 1; local
555 update trigger_test set v = 'update' where i = 1; local
584 update transition_table_test set name = 'b'; local
/dports/databases/postgresql13-plpython/postgresql-13.5/src/pl/tcl/sql/
H A Dpltcl_trigger.sql513 update T_pkey1 set key2 = 'key2-9' where key1 = 2 and key2 = 'key2-1'; local
514 update T_pkey1 set key2 = 'key1-9' where key1 = 1 and key2 = 'key1-1'; local
518 update T_pkey2 set key2 = 'KEY2-9' where key1 = 2 and key2 = 'KEY2-1'; local
519 update T_pkey2 set key2 = 'KEY1-9' where key1 = 1 and key2 = 'KEY1-1'; local
547 update trigger_test_generated set i = 11 where i = 1; local
551 update trigger_test_view set v = 'update' where i=1; local
554 update trigger_test set v = 'update', test_skip=true where i = 1; local
555 update trigger_test set v = 'update' where i = 1; local
584 update transition_table_test set name = 'b'; local
/dports/databases/postgresql13-plperl/postgresql-13.5/src/pl/tcl/sql/
H A Dpltcl_trigger.sql513 update T_pkey1 set key2 = 'key2-9' where key1 = 2 and key2 = 'key2-1'; local
514 update T_pkey1 set key2 = 'key1-9' where key1 = 1 and key2 = 'key1-1'; local
518 update T_pkey2 set key2 = 'KEY2-9' where key1 = 2 and key2 = 'KEY2-1'; local
519 update T_pkey2 set key2 = 'KEY1-9' where key1 = 1 and key2 = 'KEY1-1'; local
547 update trigger_test_generated set i = 11 where i = 1; local
551 update trigger_test_view set v = 'update' where i=1; local
554 update trigger_test set v = 'update', test_skip=true where i = 1; local
555 update trigger_test set v = 'update' where i = 1; local
584 update transition_table_test set name = 'b'; local
/dports/databases/postgresql13-docs/postgresql-13.5/src/pl/tcl/sql/
H A Dpltcl_trigger.sql513 update T_pkey1 set key2 = 'key2-9' where key1 = 2 and key2 = 'key2-1'; local
514 update T_pkey1 set key2 = 'key1-9' where key1 = 1 and key2 = 'key1-1'; local
518 update T_pkey2 set key2 = 'KEY2-9' where key1 = 2 and key2 = 'KEY2-1'; local
519 update T_pkey2 set key2 = 'KEY1-9' where key1 = 1 and key2 = 'KEY1-1'; local
547 update trigger_test_generated set i = 11 where i = 1; local
551 update trigger_test_view set v = 'update' where i=1; local
554 update trigger_test set v = 'update', test_skip=true where i = 1; local
555 update trigger_test set v = 'update' where i = 1; local
584 update transition_table_test set name = 'b'; local
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/IR/
H A DAsmPrinter.cpp513 AliasInitializer &initializer;
514
515 /// A dummy output stream.
518 } // end anonymous namespace
519
520 /// Sanitize the given name such that it can be used as a valid identifier. If
547
548 // If the name ends with a trailing digit, add a '_' to avoid potential
551 copyNameToBuffer();
554 }
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.jdbc/src/main/java/org/springframework/jdbc/object/
H A DSqlUpdate.java166 public int update(Object... params) throws DataAccessException { in update() method in SqlUpdate
180 public int update(Object[] params, KeyHolder generatedKeyHolder) throws DataAccessException { in update() method in SqlUpdate
196 public int update() throws DataAccessException { in update() method in SqlUpdate
203 public int update(int p1) throws DataAccessException { in update() method in SqlUpdate
210 public int update(int p1, int p2) throws DataAccessException { in update() method in SqlUpdate
217 public int update(long p1) throws DataAccessException { in update() method in SqlUpdate
224 public int update(long p1, long p2) throws DataAccessException { in update() method in SqlUpdate
231 public int update(String p) throws DataAccessException { in update() method in SqlUpdate
238 public int update(String p1, String p2) throws DataAccessException { in update() method in SqlUpdate
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/emersion/go-imap/backend/
H A Dupdates.go29 type update struct { struct
30 username string
31 mailbox string
32 done chan struct{}
35 func (u *update) Username() string {
39 func (u *update) Mailbox() string {
43 func (u *update) Done() chan struct{} {
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/qt5/
H A DQt5Painter.hxx43 void update(int nx, int ny, int nw, int nh) in update() function in Qt5Painter
49 void update(const QRect& rRect) in update() function in Qt5Painter
55 void update(const QRectF& rRectF) in update() function in Qt5Painter
61 void update() in update() function in Qt5Painter
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/qt5/
H A DQt5Painter.hxx42 void update(int nx, int ny, int nw, int nh) in update() function in Qt5Painter
48 void update(const QRect& rRect) in update() function in Qt5Painter
54 void update(const QRectF& rRectF) { update(rRectF.toAlignedRect()); } in update() function in Qt5Painter
56 void update() in update() function in Qt5Painter
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/modules/SACT/
H A Dsprite_event.c93 int *update = (int *)data; in cb_focused_swsp() local
111 int *update = (int *)data; in cb_defocused_swsp() local
126 int *update = (int *)data; in cb_focused_zkey() local
139 int *update = (int *)data; in cb_defocused_zkey() local
160 int update = 0; in cb_focused() local
192 int update = 0; in cb_defocused() local
211 int cur, update = 0; in cb_waitkey_simple() local
278 int update = 0; in cb_waitkey_sprite() local
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DUpdate.hs54 update verbosity _ repoCtxt | null (repoContextRepos repoCtxt) = do function
57 update verbosity updateFlags repoCtxt = do function
/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/centre/util/io/checksum/
H A DEnhancedChecksum.java28 public EnhancedChecksum update( long longValue ) { in update() method in EnhancedChecksum
36 public EnhancedChecksum update( int b ) { in update() method in EnhancedChecksum
41 public EnhancedChecksum update( byte[] b, int off, int len ) { in update() method in EnhancedChecksum
46 public EnhancedChecksum update( byte[] b ) { in update() method in EnhancedChecksum
/dports/misc/vxl/vxl-3.3.2/core/vgui/
H A Dvgui_observer.cxx12 vgui_observer::update() in update() function in vgui_observer
18 vgui_observer::update(vgui_message const &) in update() function in vgui_observer
24 vgui_observer::update(vgui_observable const *) in update() function in vgui_observer
/dports/devel/erlang-metrics/erlang-metrics-2.4.0/src/
H A Dmetrics_folsom.erl36 update(Name, {c, I}, _Config) when I >= 0 -> function
38 update(Name, {c, I}, _Config) when I < 0 -> function
40 update(Name, {duration_fun, Fun}, _Config) -> function
45 update(Name, Val, _Config) -> function
/dports/games/tux-aqfh/tux_aqfh-1.0.14/src/
H A Dlevel.h74 virtual void update () in update() function
97 virtual void update () in update() function
115 virtual void update () in update() function
132 virtual void update () {} ; in update() function
141 virtual void update () {} ; in update() function
152 virtual void update () {} ; in update() function
164 virtual void update () {} ; in update() function
/dports/lang/gnu-apl/apl-1.8/src/sql/
H A DSqliteResultValue.cc30 void IntResultValue::update( Cell *cell, Value & cell_owner ) const in update() function in IntResultValue
35 void DoubleResultValue::update( Cell *cell, Value & cell_owner ) const in update() function in DoubleResultValue
40 void StringResultValue::update( Cell *cell, Value & cell_owner ) const in update() function in StringResultValue
50 void NullResultValue::update( Cell *cell, Value & cell_owner ) const in update() function in NullResultValue
/dports/security/maia/maia_mailguard-7f20bd4/php/
H A Dxadminstats.php113 $update = "UPDATE maia_viruses SET count = 0"; variable
117 $update = "UPDATE maia_sa_rules SET rule_count = 0"; variable
130 $update = "UPDATE maia_viruses SET count = 0"; variable
132 $update = "UPDATE maia_sa_rules SET rule_count = 0"; variable
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/Distribution/Client/
H A DUpdate.hs54 update verbosity _ repoCtxt | null (repoContextRepos repoCtxt) = do function
57 update verbosity updateFlags repoCtxt = do function
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/core/
H A Dsubtitleline.cpp587 SubtitleLine::checkEmptyPrimaryText(bool update) in checkEmptyPrimaryText()
600 SubtitleLine::checkEmptySecondaryText(bool update) in checkEmptySecondaryText()
613 SubtitleLine::checkUntranslatedText(bool update) in checkUntranslatedText()
624 SubtitleLine::checkOverlapsWithNext(bool update) in checkOverlapsWithNext()
636 SubtitleLine::checkMinDuration(int minMsecs, bool update) in checkMinDuration()
649 SubtitleLine::checkMaxDuration(int maxMsecs, bool update) in checkMaxDuration()
770 SubtitleLine::checkPrimaryUnneededSpaces(bool update) in checkPrimaryUnneededSpaces()
783 SubtitleLine::checkSecondaryUnneededSpaces(bool update) in checkSecondaryUnneededSpaces()
832 SubtitleLine::checkPrimaryUnneededDash(bool update) in checkPrimaryUnneededDash()
845 SubtitleLine::checkSecondaryUnneededDash(bool update) in checkSecondaryUnneededDash()
[all …]

12345678910>>...1034