Home
last modified time | relevance | path

Searched refs:chsrc (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/external/miniexr/
H A Dminiexr.h134 chsrc = src + 4; in miniexr_write()
137 *ptr++ = chsrc[0]; in miniexr_write()
138 *ptr++ = chsrc[1]; in miniexr_write()
139 chsrc += stride; in miniexr_write()
141 chsrc = src + 2; in miniexr_write()
144 *ptr++ = chsrc[0]; in miniexr_write()
145 *ptr++ = chsrc[1]; in miniexr_write()
146 chsrc += stride; in miniexr_write()
148 chsrc = src + 0; in miniexr_write()
151 *ptr++ = chsrc[0]; in miniexr_write()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/switchres/
H A Ddisplay_windows.cpp133 char *chsrc, *chdst; in init() local
136 for (chsrc = lpDisplayDevice[i].DeviceKey + 18; *chsrc != 0; chsrc++) in init()
137 *chdst++ = *chsrc; in init()
/dports/devel/py-buildbot/buildbot-3.4.1/docs/relnotes/
H A D0.9.0b3.rst33 * :bb:chsrc:`GerritChangeSource` is now less verbose by default, and has a ``debug`` option to enab…
35 * :bb:chsrc:`P4Source` no longer relies on the perforce server time to poll for new changes.
37 * The commit message for a change from :bb:chsrc:`P4Source` now matches what the user typed in.
H A D0.9.2-0.9.15.rst236 :bb:chsrc:`GitHub` hook.
466 - ``pollAtLaunch`` of the :bb:chsrc:`GitHubPullrequestPoller` now works as
491 - :bb:chsrc:`BitBucket` now sets the ``event``
496 - :bb:chsrc:`GitHub` now sets
501 - :bb:chsrc:`GitLab` now sets the ``event`` property
503 - :bb:chsrc:`GitHub` now process
505 - :bb:chsrc:`GitHub` now adds
507 features with :bb:chsrc:`GitHubPullrequestPoller`
508 - :bb:chsrc:`GitLab` now process git tag push
510 - :bb:chsrc:`GitLab` now supports authentication
[all …]
H A D1.x.rst216 - -:bb:chsrc:`GitPoller` now supports `sshHostKey` parameter to specify ssh
219 - -:bb:chsrc:`GitPoller` now supports `sshPrivateKey` parameter to specify
375 - :bb:chsrc:`GitHub` hook now properly creates a change in case of new tag or
376 new branch. :bb:chsrc:`GitHub` changes will have the ``category`` set to
398 :bb:chsrc:`SVNPoller` has been adapted to be able to use :ref:`Secret`.
H A D0.8.9.rst36 * The :bb:chsrc:`HgPoller` and :bb:chsrc:`GitPoller` now split filenames on newlines, rather than w…
40 * Added the :bb:chsrc:`BitbucketPullrequestPoller` changesource.
42 * The :bb:chsrc:`GitPoller` can now be configured to poll all available branches (:pull:`1010`).
44 * The :bb:chsrc:`P4Source` changesource now supports Perforce servers in a different timezone than …
200 * Fixes an issue where :bb:chsrc:`GitPoller` sets the change branch to ``refs/heads/master`` - whic…
H A D0.8.7.rst85 * There's a new poller for Mercurial: :bb:chsrc:`HgPoller`.
109 * The :bb:chsrc:`SVNPoller` now supports multiple projects and codebases.
199 * The format of the changes produced by :bb:chsrc:`SVNPoller` has changed: directory pathnames end …
H A D0.9.0.rst132 * :bb:chsrc:`GitPoller` now supports detecting new branches
278 * :bb:chsrc:`P4Source`'s ``server_tz`` parameter now works correctly.
281 * :bb:chsrc:`PBChangeSource`'s git hook :contrib-src:`master/contrib/git_buildbot.py` now supports …
322 * :bb:chsrc:`GerritChangeSource` is now less verbose by default, and has a ``debug`` option to enab…
324 * :bb:chsrc:`P4Source` no longer relies on the perforce server time to poll for new changes.
326 * The commit message for a change from :bb:chsrc:`P4Source` now matches what the user typed in.
490 * :bb:chsrc:`SVNPoller`'s svnurl parameter has been changed to repourl.
H A D0.9.0b1.rst118 * :bb:chsrc:`GitPoller` now supports detecting new branches
199 * :bb:chsrc:`P4Source`'s ``server_tz`` parameter now works correctly.
202 * :bb:chsrc:`PBChangeSource`'s git hook :contrib-src:`master/contrib/git_buildbot.py` now supports …
362 * :bb:chsrc:`SVNPoller`'s svnurl parameter has been changed to repourl.
H A D0.8.12.rst74 * :bb:chsrc:`GitPoller` now supports detecting new branches
H A D0.8.8.rst85 * The ``split_file`` function for :bb:chsrc:`SVNPoller` may now return a dictionary instead of a tu…
H A D0.9.1.rst74 * :bb:chsrc:`GitHub` change hook now correctly use the refs/pull/xx/merge branch for testing PRs.
/dports/devel/py-buildbot/buildbot-3.4.1/docs/
H A Dindices.rst7 * :bb:index:`chsrc`
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/unit/
H A Dtest_config.py832 chsrc = FakeChangeSource()
834 dict(change_source=chsrc))
835 self.assertResults(change_sources=[chsrc])
838 chsrc = FakeChangeSource()
840 dict(change_source=[chsrc]))
841 self.assertResults(change_sources=[chsrc])
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckucmd.c114 static int chsrc = 0; /* Source of character, 1 = tty */ variable
6402 chsrc = 0; /* character came from reparse buf. */
6477 chsrc = 1; /* Remember character source is tty. */
6731 if (chsrc) { /* If reading from tty, */
6742 if (chsrc) { /* But we're in a "block" */
6787 ) && chsrc != 0 && realtty) { /* from the real keyboard */
7034 if (!chsrc) { /* If cmd file, point past it */
7050 if (echof || chsrc)
7052 if (echof || (echostars && chsrc))
7064 if (c > 32 && c != '?' && c != RUB && chsrc != 0) {
/dports/devel/py-buildbot/buildbot-3.4.1/docs/manual/
H A Dcustomization.rst351 When you create the :bb:chsrc:`SVNPoller`, you give it a ``repourl`` value that includes all of the…
352 The :bb:chsrc:`SVNPoller` is responsible for producing Changes that contain a branch name and a :sa…
369 To set up a :bb:chsrc:`SVNPoller` that watches the Amanda trunk (and nothing else), we would use th…
377 In this case, every Change that our :bb:chsrc:`SVNPoller` produces will have its branch attribute s…
383 Second, we have to tell :bb:chsrc:`SVNPoller` how to split the :samp:`({PROJECT-plus-BRANCH})({FILE…
387 …ring that names a file relative to the subdirectory pointed to by the :bb:chsrc:`SVNPoller`\'s ``r…
413 So to have our Twisted-watching :bb:chsrc:`SVNPoller` follow multiple branches, we would use this:
470 Now suppose we want to have an :bb:chsrc:`SVNPoller` that only cares about the Nevow trunk.
H A Dcmdline.rst321 The p4base (see :bb:chsrc:`P4Source`) is assumed to be ``//depot``
406 It requires that you have a :class:`PBChangeSource` (:bb:chsrc:`PBChangeSource`) running in the bui…
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Globalization/
H A Dmod.rs2613 pub unsafe fn GetCharCodePages(&self, chsrc: u16) -> ::windows::runtime::Result<u32> { in GetCharCodePages()
2615 …::vtable(self).3)(::std::mem::transmute_copy(self), ::std::mem::transmute(chsrc), &mut result__).f… in GetCharCodePages()
2660 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, chsrc: u16, pdwcodepages: *mut u32…
2741 pub unsafe fn GetCharCodePages(&self, chsrc: u16) -> ::windows::runtime::Result<u32> { in GetCharCodePages()
2743 …::vtable(self).3)(::std::mem::transmute_copy(self), ::std::mem::transmute(chsrc), &mut result__).f… in GetCharCodePages()
2825 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, chsrc: u16, pdwcodepages: *mut u32…
2842 pub unsafe fn GetCharCodePages(&self, chsrc: u16) -> ::windows::runtime::Result<u32> { in GetCharCodePages()
2844 …::vtable(self).3)(::std::mem::transmute_copy(self), ::std::mem::transmute(chsrc), &mut result__).f… in GetCharCodePages()
2871 …ram<'a, super::Graphics::Gdi::HDC>>(&self, hdc: Param0, dwcodepages: u32, chsrc: u16) -> ::windows… in MapFont()
2938 …pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, chsrc: u16, pdwcodepages: *mut u32…
[all …]
/dports/devel/aegis/aegis-4.25.D510/
H A DREADME2844 * The way MANPATH is handled on Linux has been improved in the chsrc