Home
last modified time | relevance | path

Searched full:irc (Results 1 – 25 of 236) sorted by relevance

12345678910

/external/perfetto/infra/discord-irc-bridge/
DREADME.md1 # IRC <> Discord bridge
3 This directory contains the docker image for the discord<>IRC bot.
7 docker build -t gcr.io/perfetto-irc/discord-irc-bridge .
8 docker push gcr.io/perfetto-irc/discord-irc-bridge
12 These are set at the GCE project level (project: perfetto-irc).
Dsupervisord.conf7 command=discord-irc --config /tmp/discord-irc-merged.json
Ddiscord-irc.json3 "server": "irc.freenode.org",
17 "irc": [], array
DDockerfile18 RUN npm install -g discord-irc
21 COPY discord-irc.json /etc/
Dstart.py20 with open("/etc/discord-irc.json") as f:
34 with open("/tmp/discord-irc-merged.json", "w") as f:
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp18.cpp18 const int &irc = i; in f3() local
20 [=,&irc,&ir] { in f3()
29 static_assert(is_same<decltype(irc), const int&>::value, in f3()
31 static_assert(is_same<decltype((irc)), const int&>::value, in f3()
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp18.cpp18 const int &irc = i; in f3() local
20 [=,&irc,&ir] { in f3()
29 static_assert(is_same<decltype(irc), const int&>::value, in f3()
31 static_assert(is_same<decltype((irc)), const int&>::value, in f3()
/external/llvm-project/clang/www/
Dmenu.html.incl40 <a href="irc://irc.oftc.net/llvm">IRC: irc.oftc.net#llvm</a>
/external/libabigail/doc/website/
Dmainpage.txt29 \section communication IRC and Mailing lists
32 via <a href="http://en.wikipedia.org/wiki/Wikipedia:IRC">IRC</a> at
33 <em>irc://irc.oftc.net\#libabigail</em>.
/external/llvm-project/llvm/docs/
DGettingInvolved.rst138 IRC chapter
142 can be found in #llvm on `irc.oftc.net <irc://irc.oftc.net/llvm>`_.
196 IRC, etc).
/external/clang/www/
Dmenu.html.incl41 <a href="irc://irc.oftc.net/llvm">IRC: irc.oftc.net#llvm</a>
/external/mesa3d/docs/drivers/
Dzink.rst121 IRC chapter
125 own IRC channel. If you're interested in contributing, or have any technical
127 <irc://irc.freenode.net/zink>`_ and say hi!
/external/autotest/client/profilers/powertop/src/
DREADME33 the PowerTOP tool, join the mailing list or the IRC channel and
37 IRC: irc.oftc.net #powertop channel
/external/mesa3d/
DREADME.rst30 Many Mesa devs hang on IRC; if you're not sure which channel is
32 <irc://chat.freenode.net#dri-devel>`_, someone will redirect you if
37 question, check out `Who's Who on IRC
/external/mesa3d/docs/
Dlists.rst46 IRC chapter
49 join `#dri-devel channel <irc://chat.freenode.net#dri-devel>`__ on
50 `irc.freenode.net <https://webchat.freenode.net/>`__
/external/python/cpython2/
D.travis.yml102 irc:
105 # IRC channel whenever they fail a build. This can be removed when travis
107 # The actual value here is: irc.freenode.net#python-dev
/external/python/uritemplates/
D.travis.yml29 irc:
31 - "irc.freenode.org#github3.py"
/external/python/cryptography/docs/
Dcommunity.rst10 * IRC: ``#cryptography-dev`` on ``irc.freenode.net``
/external/python/cpython3/
D.travis.yml201 irc:
204 # IRC channel whenever they fail a build. This can be removed when travis
206 # The actual value here is: irc.freenode.net#python-dev
213 # For the same reasons as above for IRC, we encrypt the webhook address
/external/kmod/
D.travis.yml29 irc:
31 - "irc.freenode.org#kmod"
/external/python/cryptography/
D.travis.yml148 irc:
151 # IRC channel whenever they fail a build. This can be removed when travis
154 # travis encrypt "irc.freenode.org#cryptography-dev"
/external/mesa3d/docs/relnotes/
D20.1.3.rst47 - ci: Report flakes on IRC from baremetal tests
93 - ci: Enable IRC flake reporting on freedreno baremetal boards.
94 - ci: Improve the flakes reports on IRC.
95 - ci: Fix the nick used in IRC reporting.
/external/llvm/docs/
Dindex.rst428 lists and IRC.
471 IRC section in Community
475 can be found in #llvm on `irc.oftc.net <irc://irc.oftc.net/llvm>`_.
/external/mksh/src/
DFAQ2HTML.sh92 a[href^="irc://"]:after,
112 <p>Note: Links marked like <a href="irc://chat.freenode.net/!/bin/mksh">this
113 one to the mksh IRC channel</a> connect to external resources.</p>
/external/llvm-project/llvm/docs/_templates/
Dindexsidebar.html18 <li><a href="https://llvm.org/docs/GettingInvolved.html#irc">IRC</a></li>

12345678910