Home
last modified time | relevance | path

Searched refs:defunkt (Results 1 – 25 of 67) sorted by relevance

123

/dports/devel/hub/hub-2.14.2/features/
H A Dmerge.feature4 And the "origin" remote has url "git://github.com/defunkt/hub.git"
14 get('/repos/defunkt/hub/pulls/164') { json \
17 :owner => { :login => "defunkt" },
34 When I successfully run `hub merge https://github.com/defunkt/hub/pull/164`
49 get('/repos/defunkt/hub/pulls/164') { json \
52 :owner => { :login => "defunkt" },
69 When I successfully run `hub merge --squash https://github.com/defunkt/hub/pull/164 --no-edit`
77 get('/repos/defunkt/hub/pulls/164') { json \
80 :owner => { :login => "defunkt" },
92 When I run `hub merge https://github.com/defunkt/hub/pull/164`
H A Dbrowse.feature158 Given I am in "git://github.com/defunkt/hub.wiki.git" git repo
160 Then "open https://github.com/defunkt/hub/wiki" should be run
163 Given I am in "git://github.com/defunkt/hub.wiki.git" git repo
165 Then "open https://github.com/defunkt/hub/wiki/_history" should be run
168 Given I am in "git://github.com/defunkt/hub.wiki.git" git repo
170 Then "open https://github.com/defunkt/hub/wiki/_pages" should be run
H A Dremote_add.feature21 When I successfully run `hub remote add origin http://github.com/defunkt/resque.git`
22 Then the url for "origin" should be "http://github.com/defunkt/resque.git"
26 When I successfully run `hub remote add origin git@github.com:defunkt/resque.git`
27 Then the url for "origin" should be "git@github.com:defunkt/resque.git"
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/mustache/wrappers/jquery/
H A Dmustache.js.pre3 @defunkt => @janl => @aq
5 See http://github.com/defunkt/mustache for more info.
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/mustache/wrappers/jquery/
H A Dmustache.js.pre3 @defunkt => @janl => @aq
5 See http://github.com/defunkt/mustache for more info.
/dports/net-mgmt/glpi-plugins-fusioninventory-server/fusioninventory-for-glpi-glpi090-1.5/lib/mustache.js-2.0.0/wrappers/jquery/
H A Dmustache.js.pre3 @defunkt => @janl => @aq
5 See http://github.com/defunkt/mustache for more info.
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/mustache/wrappers/dojo/
H A Dmustache.js.pre3 @defunkt => @janl => @aq => @voodootikigod
5 See http://github.com/defunkt/mustache for more info.
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/mustache/wrappers/dojo/
H A Dmustache.js.pre3 @defunkt => @janl => @aq => @voodootikigod
5 See http://github.com/defunkt/mustache for more info.
/dports/net-mgmt/glpi-plugins-fusioninventory-server/fusioninventory-for-glpi-glpi090-1.5/lib/mustache.js-2.0.0/wrappers/dojo/
H A Dmustache.js.pre3 @defunkt => @janl => @aq => @voodootikigod
5 See http://github.com/defunkt/mustache for more info.
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dutilsgui.cpp87 static const wxChar defunkt[] = wxT("$$default"); in wxGetResource() local
92 int n = GetPrivateProfileString(section, entry, defunkt, in wxGetResource()
94 if (n == 0 || wxStrcmp(buf, defunkt) == 0) in wxGetResource()
99 int n = GetProfileString(section, entry, defunkt, buf, WXSIZEOF(buf)); in wxGetResource()
100 if (n == 0 || wxStrcmp(buf, defunkt) == 0) in wxGetResource()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dutilsgui.cpp87 static const wxChar defunkt[] = wxT("$$default"); in wxGetResource() local
92 int n = GetPrivateProfileString(section, entry, defunkt, in wxGetResource()
94 if (n == 0 || wxStrcmp(buf, defunkt) == 0) in wxGetResource()
99 int n = GetProfileString(section, entry, defunkt, buf, WXSIZEOF(buf)); in wxGetResource()
100 if (n == 0 || wxStrcmp(buf, defunkt) == 0) in wxGetResource()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dutilsgui.cpp87 static const wxChar defunkt[] = wxT("$$default"); in wxGetResource() local
92 int n = GetPrivateProfileString(section, entry, defunkt, in wxGetResource()
94 if (n == 0 || wxStrcmp(buf, defunkt) == 0) in wxGetResource()
99 int n = GetProfileString(section, entry, defunkt, buf, WXSIZEOF(buf)); in wxGetResource()
100 if (n == 0 || wxStrcmp(buf, defunkt) == 0) in wxGetResource()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dutilsgui.cpp87 static const wxChar defunkt[] = wxT("$$default"); in wxGetResource() local
92 int n = GetPrivateProfileString(section, entry, defunkt, in wxGetResource()
94 if (n == 0 || wxStrcmp(buf, defunkt) == 0) in wxGetResource()
99 int n = GetProfileString(section, entry, defunkt, buf, WXSIZEOF(buf)); in wxGetResource()
100 if (n == 0 || wxStrcmp(buf, defunkt) == 0) in wxGetResource()
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/github/
H A DREADME.md6 * Completion for the [`github` Ruby gem](https://github.com/defunkt/github-gem).
21 The [`github` Ruby gem](https://github.com/defunkt/github-gem) needs to be installed if you want to…
/dports/www/p5-Template-Mustache/Template-Mustache-v0.5.1/
H A DREADME.md5 [Mustache](https://github.com/defunkt/mustache) templating language to Perl.
/dports/www/gist/
H A D.license-catalog.mk5 _LICENSE_DISTFILES=defunkt-gist-v5.1.0_GH0.tar.gz
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pystache/
H A DREADME.chromium3 URL: https://github.com/defunkt/pystache
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pystache/
H A DREADME.chromium3 URL: https://github.com/defunkt/pystache
/dports/www/gist/gist-5.1.0/
H A Dgist.gemspec8 s.homepage = 'https://github.com/defunkt/gist'
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pystache/
H A DREADME.md13 ![](http://defunkt.github.com/pystache/images/logo_phillips.png "mustachioed, monocled snake by Dav…
15 ![](https://secure.travis-ci.org/defunkt/pystache.png "Travis CI current build status")
17 [Pystache](http://defunkt.github.com/pystache) is a Python
120 [Renderer](https://github.com/defunkt/pystache/blob/master/pystache/renderer.py)
122 [TemplateSpec](https://github.com/defunkt/pystache/blob/master/pystache/template_spec.py)
/dports/www/firefox-legacy/firefox-52.8.0esr/python/pystache/
H A DREADME.md13 ![](http://defunkt.github.com/pystache/images/logo_phillips.png "mustachioed, monocled snake by Dav…
15 ![](https://secure.travis-ci.org/defunkt/pystache.png "Travis CI current build status")
17 [Pystache](http://defunkt.github.com/pystache) is a Python
120 [Renderer](https://github.com/defunkt/pystache/blob/master/pystache/renderer.py)
122 [TemplateSpec](https://github.com/defunkt/pystache/blob/master/pystache/template_spec.py)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pystache/
H A DREADME.md13 ![](http://defunkt.github.com/pystache/images/logo_phillips.png "mustachioed, monocled snake by Dav…
15 ![](https://secure.travis-ci.org/defunkt/pystache.png "Travis CI current build status")
17 [Pystache](http://defunkt.github.com/pystache) is a Python
120 [Renderer](https://github.com/defunkt/pystache/blob/master/pystache/renderer.py)
122 [TemplateSpec](https://github.com/defunkt/pystache/blob/master/pystache/template_spec.py)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pystache/
H A DREADME.md13 ![](http://defunkt.github.com/pystache/images/logo_phillips.png "mustachioed, monocled snake by Dav…
15 ![](https://secure.travis-ci.org/defunkt/pystache.png "Travis CI current build status")
17 [Pystache](http://defunkt.github.com/pystache) is a Python
120 [Renderer](https://github.com/defunkt/pystache/blob/master/pystache/renderer.py)
122 [TemplateSpec](https://github.com/defunkt/pystache/blob/master/pystache/template_spec.py)
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/pystache/
H A DREADME.md13 ![](http://defunkt.github.com/pystache/images/logo_phillips.png "mustachioed, monocled snake by Dav…
15 ![](https://secure.travis-ci.org/defunkt/pystache.png "Travis CI current build status")
17 [Pystache](http://defunkt.github.com/pystache) is a Python
120 [Renderer](https://github.com/defunkt/pystache/blob/master/pystache/renderer.py)
122 [TemplateSpec](https://github.com/defunkt/pystache/blob/master/pystache/template_spec.py)
/dports/lang/coffeescript/coffeescript-2.6.1/documentation/sections/
H A Dexamples.md7 …b.com/technoweenie/coffee-resque), a port of [Resque](https://github.com/defunkt/resque) for Node.…

123