Home
last modified time | relevance | path

Searched refs:no_changes (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/www/nginx-full/ngx_postgres-8aa7359/t/
H A Drewrites.t30 postgres_rewrite no_changes 500;
48 postgres_rewrite no_changes 206;
66 postgres_rewrite no_changes 500;
84 postgres_rewrite no_changes 500;
104 postgres_rewrite no_changes 500;
121 postgres_rewrite no_changes 500;
142 postgres_rewrite no_changes 500;
167 postgres_rewrite no_changes 500;
189 postgres_rewrite no_changes 500;
210 postgres_rewrite no_changes 500;
[all …]
H A Drestful_json.t46 postgres_rewrite DELETE no_changes 204;
59 postgres_rewrite PUT no_changes 410;
62 postgres_rewrite DELETE no_changes 410;
H A Drestful.t45 postgres_rewrite DELETE no_changes 204;
57 postgres_rewrite PUT no_changes 410;
60 postgres_rewrite DELETE no_changes 410;
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/alloc_SUITE_data/
H A Dbucket_index.c60 int no_changes; in test_it() local
67 no_changes = 0; in test_it()
98 no_changes++; in test_it()
107 ASSERT(tcs, no_changes == NO_OF_BKTS); in test_it()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/alloc_SUITE_data/
H A Dbucket_index.c60 int no_changes; in test_it() local
67 no_changes = 0; in test_it()
98 no_changes++; in test_it()
107 ASSERT(tcs, no_changes == NO_OF_BKTS); in test_it()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/alloc_SUITE_data/
H A Dbucket_index.c60 int no_changes; in test_it() local
67 no_changes = 0; in test_it()
98 no_changes++; in test_it()
107 ASSERT(tcs, no_changes == NO_OF_BKTS); in test_it()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/alloc_SUITE_data/
H A Dbucket_index.c60 int no_changes; in test_it() local
67 no_changes = 0; in test_it()
98 no_changes++; in test_it()
107 ASSERT(tcs, no_changes == NO_OF_BKTS); in test_it()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/alloc_SUITE_data/
H A Dbucket_index.c60 int no_changes; in test_it() local
67 no_changes = 0; in test_it()
98 no_changes++; in test_it()
107 ASSERT(tcs, no_changes == NO_OF_BKTS); in test_it()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/alloc_SUITE_data/
H A Dbucket_index.c60 int no_changes; in test_it() local
67 no_changes = 0; in test_it()
98 no_changes++; in test_it()
107 ASSERT(tcs, no_changes == NO_OF_BKTS); in test_it()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/test/alloc_SUITE_data/
H A Dbucket_index.c60 int no_changes; in test_it() local
67 no_changes = 0; in test_it()
98 no_changes++; in test_it()
107 ASSERT(tcs, no_changes == NO_OF_BKTS); in test_it()
/dports/mail/spamprobe/spamprobe-1.4d/src/parser/
H A DMimeDecoder.cc218 bool no_changes = true; in unquoteString() local
231 no_changes = false; in unquoteString()
242 no_changes = false; in unquoteString()
254 if (no_changes) { in unquoteString()
/dports/sysutils/xstow/xstow-1.0.2/src/
H A Dmain.cpp126 Arg::FlagOption no_changes( "n" ); in main() local
127 no_changes.addName( "no" ); in main()
128 no_changes.setDescription( "Do not actually make changes" ); in main()
129 oc.addOptionR( &no_changes ); in main()
439 setup.no_changes( no_changes.getState() ); in main()
619 setup.no_changes( true ); in main()
H A Dsetup.h157 BoolValue no_changes; member
/dports/deskutils/xmdiary/xmdiary-3.0.3/xdnotify/
H A DxtmNotify.c228 int no_changes,
616 int no_changes, in fetchChangedEntries() argument
675 for( index = no_changes - 1; index > 0; index-- ) { in fetchChangedEntries()
968 int no_changes; in startCheck() local
1006 changes, sizeof( changes ), &no_changes ); in startCheck()
1011 if( no_changes > 0 ) { in startCheck()
1021 changes, no_changes, &entry_text ); in startCheck()
/dports/textproc/py-pygccxml/pygccxml-2.2.1/unittests/
H A Ddeclarations_cache_tester.py47 no_changes = def_cfg.clone()
49 declarations_cache.configuration_signature(no_changes) == def_sig)
/dports/devel/cgit/cgit-1.2.3/git/
H A Dgit-legacy-stash.sh39 no_changes () { function
137 if maybe_quiet no_changes "$@"
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/lib/App/Sqitch/
H A DCommand.pm215 $rec{changes} = [] unless $p{no_changes};
223 if ( !$p{no_changes} && $target && $target->plan->contains($arg) ) {
/dports/www/nginx-full/ngx_postgres-8aa7359/
H A DREADME.md95 - `no_changes` - no rows were affected by the query,
103 By design both `no_changes` and `changes` apply only to `INSERT`,
335 postgres_rewrite DELETE no_changes 204;
347 postgres_rewrite PUT no_changes 410;
350 postgres_rewrite DELETE no_changes 410;
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/lib/App/Sqitch/Command/
H A Dtag.pm61 no_changes => 1,
H A Dcheckout.pm40 no_changes => 1,
H A Drework.pm87 no_changes => 1,
/dports/databases/elixir-ecto/ecto-2.2.10/test/ecto/repo/
H A Dembedded_test.exs256 no_changes = Ecto.Changeset.change(embed)
261 |> Ecto.Changeset.put_embed(:embed, no_changes)
269 |> Ecto.Changeset.put_embed(:embeds, [no_changes, changes])
/dports/www/firefox/firefox-99.0/toolkit/components/extensions/webidl-api/
H A DGenerateWebIDLBindings.py150 no_changes = False
160 no_changes = True
196 if no_changes:
204 return not no_changes
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/diff/
H A Ddiff_test.go237 name: "no_changes",
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dshelf_ui.py65 def no_changes(self): member in ShelfReporter
219 self.reporter.no_changes()

1234567