Home
last modified time | relevance | path

Searched refs:did_update (Results 1 – 25 of 60) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Ddom_token_list.cc195 bool did_update = false; in replace() local
206 did_update = true; in replace()
212 did_update = true; in replace()
219 if (!did_update) in replace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Ddom_token_list.cc195 bool did_update = false; in replace() local
206 did_update = true; in replace()
212 did_update = true; in replace()
219 if (!did_update) in replace()
/dports/math/py-or-tools/or-tools-9.2/ortools/math_opt/cpp/
H A Dmath_opt.cc53 bool did_update = false; in Solve() local
55 did_update = true; in Solve()
57 ASSIGN_OR_RETURN(did_update, solver_->Update(*model_update)); in Solve()
60 if (did_update) { in Solve()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/chrono-tz-0.5.3/.github/workflows/
H A Dupdate-tz.yml44 echo "::set-output name=did_update::yes"
50 echo "::set-output name=did_update::no"
54 if: ${{ steps.update_tz.outputs.did_update == 'yes' }}
/dports/net-mgmt/observium/observium/html/pages/device/edit/
H A Dsensors.inc.php34 $did_update = FALSE; variable
98 $did_update = TRUE; variable
104 if ($did_update) { $sensors = dbFetchRows($query, array($device['device_id'])); }
H A Dnetscaler_svcs.inc.php36 $did_update = TRUE; variable
H A Dnetscaler_vsvrs.inc.php36 $did_update = TRUE; variable
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/chrono-tz-0.5.3/.github/workflows/
H A Dupdate-tz.yml44 echo "::set-output name=did_update::yes"
50 echo "::set-output name=did_update::no"
54 if: ${{ steps.update_tz.outputs.did_update == 'yes' }}
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/chrono-tz-0.5.3/.github/workflows/
H A Dupdate-tz.yml44 echo "::set-output name=did_update::yes"
50 echo "::set-output name=did_update::no"
54 if: ${{ steps.update_tz.outputs.did_update == 'yes' }}
/dports/devel/py-virtualenv/virtualenv-16.7.5/tasks/
H A Dupdate_embedded.py39 _count, did_update = 0, False
47 did_update = True
52 … report(1 if not _count or did_update else 0, new_content, next_match, script_content, script_path)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/svg/
H A Dsvg_resources_cache.cc69 bool did_update = RemoveResourcesFromLayoutObject(object); in UpdateResourcesFromLayoutObject() local
70 did_update |= AddResourcesFromLayoutObject(object, new_style); in UpdateResourcesFromLayoutObject()
71 return did_update; in UpdateResourcesFromLayoutObject()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/petgraph-0.6.0/src/algo/
H A Dbellman_ford.rs227 let mut did_update = false; in bellman_ford_initialize_relax() localVariable
235 did_update = true; in bellman_ford_initialize_relax()
239 if !did_update { in bellman_ford_initialize_relax()
/dports/devel/grex/grex-1.3.0/cargo-crates/petgraph-0.6.0/src/algo/
H A Dbellman_ford.rs227 let mut did_update = false; in bellman_ford_initialize_relax() localVariable
235 did_update = true; in bellman_ford_initialize_relax()
239 if !did_update { in bellman_ford_initialize_relax()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/petgraph-0.6.0/src/algo/
H A Dbellman_ford.rs227 let mut did_update = false; in bellman_ford_initialize_relax() localVariable
235 did_update = true; in bellman_ford_initialize_relax()
239 if !did_update { in bellman_ford_initialize_relax()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/petgraph-0.6.0/src/algo/
H A Dbellman_ford.rs227 let mut did_update = false; in bellman_ford_initialize_relax() localVariable
235 did_update = true; in bellman_ford_initialize_relax()
239 if !did_update { in bellman_ford_initialize_relax()
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/petgraph-0.6.0/src/algo/
H A Dbellman_ford.rs227 let mut did_update = false; in bellman_ford_initialize_relax() localVariable
235 did_update = true; in bellman_ford_initialize_relax()
239 if !did_update { in bellman_ford_initialize_relax()
/dports/devel/arcanist/arcanist-b2e715f/src/hardpoint/
H A DArcanistHardpointRequest.php77 $did_update = $task->updateTask();
78 if ($did_update) {
H A DArcanistHardpointEngine.php152 $did_update = $request->updateTasks();
153 if ($did_update) {
/dports/devel/arcanist-lib/arcanist-b2e715f/src/hardpoint/
H A DArcanistHardpointRequest.php77 $did_update = $task->updateTask();
78 if ($did_update) {
H A DArcanistHardpointEngine.php152 $did_update = $request->updateTasks();
153 if ($did_update) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/files/
H A Dfile_path_watcher_linux.cc426 bool did_update = false; in OnFilePathChangedOnOriginSequence() local
472 if (change_on_target_path && (created || deleted) && !did_update) { in OnFilePathChangedOnOriginSequence()
474 did_update = true; in OnFilePathChangedOnOriginSequence()
487 if (!did_update) { in OnFilePathChangedOnOriginSequence()
489 did_update = true; in OnFilePathChangedOnOriginSequence()
497 if (!did_update) in OnFilePathChangedOnOriginSequence()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/files/
H A Dfile_path_watcher_linux.cc426 bool did_update = false; in OnFilePathChangedOnOriginSequence() local
472 if (change_on_target_path && (created || deleted) && !did_update) { in OnFilePathChangedOnOriginSequence()
474 did_update = true; in OnFilePathChangedOnOriginSequence()
487 if (!did_update) { in OnFilePathChangedOnOriginSequence()
489 did_update = true; in OnFilePathChangedOnOriginSequence()
497 if (!did_update) in OnFilePathChangedOnOriginSequence()
/dports/devel/arcanist-lib/arcanist-b2e715f/src/phage/action/
H A DPhageAgentAction.php165 $did_update = $this->updateQueue();
166 } while ($did_update);
/dports/devel/arcanist/arcanist-b2e715f/src/phage/action/
H A DPhageAgentAction.php165 $did_update = $this->updateQueue();
166 } while ($did_update);
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/chrono-tz-0.6.0/.github/workflows/
H A Dupdate-tz.yml18 if: ${{ steps.update_tz.outputs.did_update == 'yes' }}

123