Home
last modified time | relevance | path

Searched +refs:resolve +refs:shift (Results 151 – 175 of 7418) sorted by relevance

12345678910>>...297

/dports/www/firefox-esr/firefox-91.8.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/
H A Dmanifest.aa9978aa96ee948f2a4c.js.map1shift","s","2","e","onScriptComplete","script","onerror","onload","clearTimeout","timeout","chunk"…
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/
H A Dmanifest.aa9978aa96ee948f2a4c.js.map1shift","s","2","e","onScriptComplete","script","onerror","onload","clearTimeout","timeout","chunk"…
/dports/sysutils/vector/vector-0.10.0/website/plugins/releases/
H A DreleaseUtils.ts12 return fileString.split(truncateMarker, 1).shift()!;
93 path.resolve(releasePath, mdLink),
/dports/devel/elixir-timex/timex-3.3.0/lib/timezone/
H A Dtimezone.ex55 tz -> resolve(tz, secs)
293 …be returned. If the time doesn't exist, the clock will shift forward an hour, and try again, and i…
300 def resolve(tzname, datetime, utc_or_wall \\ :wall) function
302 def resolve(name, seconds_from_zeroyear, utc_or_wall) function
344 …and attempts to resolve the date and time in that timezone. Unlike the previous clause of resolve/…
353 case resolve(tzname, secs_from_zero, utc_or_wall) do
359 # We need to shift to the beginning of `tz`
392 def resolve(tzname, {{y,m,d},{h,mm,s,ms}}, utc_or_wall) function
420 case resolve(name, secs, :utc) do
497 raise "cannot shift a datetime before the beginning of the gregorian calendar!"
[all …]
/dports/devel/bazel-buildtools/buildtools-3.2.1/vendor/go.starlark.net/starlark/testdata/
H A Dint.star78 # use resolve.AllowBitwise to enable the ops:
184 # left shift (int<<int), and right shift (int>>int).
185 # use resolve.AllowBitwise to enable the ops.
199 assert.fails(lambda: 2 << -1, "negative shift count")
200 assert.fails(lambda: 1 << 512, "shift count too large")
/dports/editors/neovim/neovim-0.6.1/runtime/autoload/
H A Dclojurecomplete.vim12shift-left","bit-shift-right","bit-test","bit-xor","boolean","boolean-array","boolean?","booleans"…
/dports/editors/vim/vim-8.2.3745/runtime/autoload/
H A Dclojurecomplete.vim12shift-left","bit-shift-right","bit-test","bit-xor","boolean","boolean-array","boolean?","booleans"…
/dports/textproc/uim-gtk/uim-d1ac9d9/doc/
H A DDOT-UIM45 To resolve it, require the file explicitly.
89 "<Control>a" is interpreted as case sensitive and shift
91 insensitive and shift sensitive. The different rule of uim-pref
/dports/textproc/uim-qt5/uim-d1ac9d9/doc/
H A DDOT-UIM45 To resolve it, require the file explicitly.
89 "<Control>a" is interpreted as case sensitive and shift
91 insensitive and shift sensitive. The different rule of uim-pref
/dports/textproc/uim-m17nlib/uim-d1ac9d9/doc/
H A DDOT-UIM45 To resolve it, require the file explicitly.
89 "<Control>a" is interpreted as case sensitive and shift
91 insensitive and shift sensitive. The different rule of uim-pref
/dports/textproc/uim-gtk3/uim-d1ac9d9/doc/
H A DDOT-UIM45 To resolve it, require the file explicitly.
89 "<Control>a" is interpreted as case sensitive and shift
91 insensitive and shift sensitive. The different rule of uim-pref
/dports/textproc/uim-el/uim-d1ac9d9/doc/
H A DDOT-UIM45 To resolve it, require the file explicitly.
89 "<Control>a" is interpreted as case sensitive and shift
91 insensitive and shift sensitive. The different rule of uim-pref
/dports/japanese/uim-anthy/uim-d1ac9d9/doc/
H A DDOT-UIM45 To resolve it, require the file explicitly.
89 "<Control>a" is interpreted as case sensitive and shift
91 insensitive and shift sensitive. The different rule of uim-pref
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Ddeco16ic.cpp220 m_tile_cb.resolve(); in device_start()
221 m_bank1_cb.resolve(); in device_start()
222 m_bank2_cb.resolve(); in device_start()
223 m_mix_cb.resolve(); in device_start()
640 int shift = (tmap & 1) ? 15 : 7; in set_enable() local
641 m_pf12_control[5] &= ~(1 << shift); in set_enable()
642 m_pf12_control[5] |= (enable & 1) << shift; in set_enable()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Ddeco16ic.cpp220 m_tile_cb.resolve(); in device_start()
221 m_bank1_cb.resolve(); in device_start()
222 m_bank2_cb.resolve(); in device_start()
223 m_mix_cb.resolve(); in device_start()
640 int shift = (tmap & 1) ? 15 : 7; in set_enable() local
641 m_pf12_control[5] &= ~(1 << shift); in set_enable()
642 m_pf12_control[5] |= (enable & 1) << shift; in set_enable()
/dports/sysutils/vector/vector-0.10.0/website/plugins/highlights/
H A DhighlightUtils.ts16 return fileString.split(truncateMarker, 1).shift()!;
103 path.resolve(highlightPath, mdLink),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/common/
H A Dhttp_rpc_engine.ts127 req.resp.resolve(new Uint8Array(arrBuf));
133 this.beginFetch(this.requestQueue.shift()!);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/perf_tests/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/
H A Dbundle.manifest.e81199b00da2921d9c94.js.map1shift","s","2","e","onScriptComplete","script","onerror","onload","clearTimeout","timeout","chunk"…
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/
H A Dbundle.manifest.e81199b00da2921d9c94.js.map1shift","s","2","e","onScriptComplete","script","onerror","onload","clearTimeout","timeout","chunk"…
/dports/www/firefox/firefox-99.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/
H A Dbundle.manifest.e81199b00da2921d9c94.js.map1shift","s","2","e","onScriptComplete","script","onerror","onload","clearTimeout","timeout","chunk"…
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/
H A Dbundle.manifest.e81199b00da2921d9c94.js.map1shift","s","2","e","onScriptComplete","script","onerror","onload","clearTimeout","timeout","chunk"…
/dports/www/firefox-esr/firefox-91.8.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/
H A Dbundle.manifest.e81199b00da2921d9c94.js.map1shift","s","2","e","onScriptComplete","script","onerror","onload","clearTimeout","timeout","chunk"…
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/
H A Dbundle.manifest.e81199b00da2921d9c94.js.map1shift","s","2","e","onScriptComplete","script","onerror","onload","clearTimeout","timeout","chunk"…
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dast_link.in212 # of the libraries that must be linked in order to resolve Fortran 77
242 shift;;
247 shift;;
252 shift;;
257 shift;;
262 shift;;
267 shift;;
273 shift;;
279 shift;;
417 # pass to resolve any backward references generated by the other modules
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/go.starlark.net/starlark/testdata/
H A Dint.star77 # use resolve.AllowBitwise to enable the ops:
199 # left shift (int<<int), and right shift (int>>int).
200 # use resolve.AllowBitwise to enable the ops.
214 assert.fails(lambda: 2 << -1, "negative shift count")
215 assert.fails(lambda: 1 << 512, "shift count too large")

12345678910>>...297