PageRenderTime 545ms queryTime 154ms sortTime 20ms getByIdsTime 101ms findMatchingLines 102ms

100+ results results for 'bitbucket repo:oliverfriedmann/rails_apps_composer_adds' (545 ms)

Not the results you expected?
routes.rb https://gitlab.com/simepy/gitlab-ce | Ruby | 538 lines
                    
83
                    
84    resource :bitbucket, only: [:create, :new], controller: :bitbucket do
                    
85      get :status
                    
                
bootstrap-social.css https://gitlab.com/Mirros/cdnjs | CSS | 73 lines
                    
25.btn-adn .badge{color:#d87a68;background-color:#fff}
                    
26.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{color:#fff;background-color:#183c60;border-color:rgba(0,0,0,0.2)}
                    
27.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{background-image:none}
                    
27.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{background-image:none}
                    
28.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2)}
                    
29.btn-bitbucket .badge{color:#205081;background-color:#fff}
                    
                
2016-07-09-how-can-i-write-a-post-on-the-blog.md https://gitlab.com/4geit/blog | Markdown | 144 lines
                    
14
                    
15Here we go. Git is a distributed version control system means your project is actually stored in a repository of files and anytime you commit new modifications, the Git repository records a print of the update so that anybody that contribute to the project can actually go backward in the repository history and see all the updates that applied from the whole contributors and those from the very beginning of the project. Although the Git repository can be duplicated and make the materials data decentralized, we still require a Git hosting server to expose the repository online, so people can fetch it and contribute. Several services exist such as Github, Bitbucket, Gitlab, Gogs or just setting up an adhoc Git server. At Forge'it we made the choice to use Gitlab, first because compared with most of its competitors it's entirely Open Sourced. At anytime you can install your own instance of Gitlab on your own server and transfer the whole content. And second, because it offers very powerful features such as Merge Requests Approving flow. I am going to detail this later. Therefore there is a *group* on Gitlab called [**4ge.it**](https://gitlab.com/groups/4geit) that stores all the Git repository based projects including the current blog of Forge'it.
                    
16
                    
22
                    
23If you already have a Google, Twitter, Github or Bitbucket account, you can actually connect to Gitlab without having to create a new account.
                    
24
                    
                
create.rb https://gitlab.com/maxraab/gitlab-foss | Ruby | 105 lines
                    
10              s_('InProductMarketing|Create a project in GitLab in 5 minutes'),
                    
11              s_('InProductMarketing|Import your project and code from GitHub, Bitbucket and others'),
                    
12              s_('InProductMarketing|Understand repository mirroring')
                    
42              s_("InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}.") % { project_link: project_link, repo_link: repo_link },
                    
43              s_("InProductMarketing|Making the switch? It's easier than you think to import your projects into GitLab. Move %{github_link}, or import something %{bitbucket_link}.") % { github_link: github_link, bitbucket_link: bitbucket_link },
                    
44              s_("InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool.") % { mirroring_link: mirroring_link }
                    
82          def bitbucket_link
                    
83            link(s_('InProductMarketing|from Bitbucket'), help_page_url('user/project/import/bitbucket_server'))
                    
84          end
                    
                
bitbucket_controller_spec.rb https://gitlab.com/artofhuman/gitlab-ce | Ruby | 311 lines
                    
89    before do
                    
90      allow_any_instance_of(Bitbucket::Client).to receive(:repo).and_return(bitbucket_repo)
                    
91      allow_any_instance_of(Bitbucket::Client).to receive(:user).and_return(bitbucket_user)
                    
130          expect(Gitlab::BitbucketImport::ProjectCreator)
                    
131            .to receive(:new).with(bitbucket_repo, bitbucket_repo.name, user.namespace, user, access_params)
                    
132            .and_return(double(execute: project))
                    
166            expect(Gitlab::BitbucketImport::ProjectCreator)
                    
167              .to receive(:new).with(bitbucket_repo, bitbucket_repo.name, existing_namespace, user, access_params)
                    
168              .and_return(double(execute: project))
                    
194            expect(Gitlab::BitbucketImport::ProjectCreator)
                    
195              .to receive(:new).with(bitbucket_repo, bitbucket_repo.name, an_instance_of(Group), user, access_params)
                    
196              .and_return(double(execute: project))
                    
215            expect(Gitlab::BitbucketImport::ProjectCreator)
                    
216              .to receive(:new).with(bitbucket_repo, bitbucket_repo.name, user.namespace, user, access_params)
                    
217              .and_return(double(execute: project))
                    
                
org.projectmaxs.transport.xmpp.yml https://gitlab.com/erics/fdroiddata | YAML | 371 lines
                    
48    versionCode: 5
                    
49    disable: build tools failure as per [https://bitbucket.org/projectmaxs/maxs/commits/7750c9add95016294c5be9afd84a8de4834f7f20]
                    
50    commit: 0.0.1.4
                    
                
field_icon.php https://gitlab.com/furrutia1991/imosa_web | PHP | 460 lines
                    
29		'icon-bell',
                    
30		'icon-bitbucket',
                    
31		'icon-bitcoin',
                    
                
org.projectmaxs.main.yml https://gitlab.com/relan/fdroiddata | YAML | 387 lines
                    
48    versionCode: 5
                    
49    disable: build tools failure as per <a href="https://bitbucket.org/projectmaxs/maxs/commits/7750c9add95016294c5be9afd84a8de4834f7f20">https://bitbucket.org/projectmaxs/maxs/commits/7750c9add95016294c5be9afd84a8de4834f7f20</a>
                    
50    commit: 0.0.1.4
                    
                
RepositoryManagerTestBase.java https://bitbucket.org/sdorra/scm-manager/ | Java | 592 lines
                    
27 *
                    
28 * http://bitbucket.org/sdorra/scm-manager
                    
29 *
                    
                
index.html https://gitlab.com/sebadima/sebadima.bitbucket.org | HTML | 121 lines
                    
49                <li>
                    
50                <a href="http://sebadima.bitbucket.org/www.sebadima.com/main.html">#</a></li>  
                    
51                <li>
                    
                
application_setting.rb https://gitlab.com/graingert/gitlab-ee | Ruby | 181 lines
                    
133      restricted_signup_domains: Settings.gitlab['restricted_signup_domains'],
                    
134      import_sources: %w[github bitbucket gitlab gitorious google_code fogbugz git gitlab_project],
                    
135      shared_runners_enabled: Settings.gitlab_ci['shared_runners_enabled'],
                    
                
ez_setup.py https://gitlab.com/Rockyspade/astropy | Python | 382 lines
                    
114    # Remove previously-imported pkg_resources if present (see
                    
115    # https://bitbucket.org/pypa/setuptools/pull-request/7/ for details).
                    
116    if 'pkg_resources' in sys.modules:
                    
                
application_controller.rb https://gitlab.com/solidnerd/gitlab-ce | Ruby | 476 lines
                    
40    :gitlab_import_enabled?, :gitlab_import_configured?,
                    
41    :bitbucket_import_enabled?, :bitbucket_import_configured?,
                    
42    :bitbucket_server_import_enabled?,
                    
355
                    
356  def bitbucket_server_import_enabled?
                    
357    Gitlab::CurrentSettings.import_sources.include?('bitbucket_server')
                    
379
                    
380  def bitbucket_import_enabled?
                    
381    Gitlab::CurrentSettings.import_sources.include?('bitbucket')
                    
383
                    
384  def bitbucket_import_configured?
                    
385    Gitlab::Auth::OAuth::Provider.enabled?(:bitbucket)
                    
                
line-icons.css https://bitbucket.org/kudakiid/kudaki-landing.git | CSS | 947 lines
                    
128}
                    
129.lni-bitbucket:before {
                    
130  content: "\e920";
                    
                
application_controller.rb https://gitlab.com/LongLiveCHIEF/gitlab-ce | Ruby | 312 lines
                    
27  helper_method :can?, :current_application_settings
                    
28  helper_method :import_sources_enabled?, :github_import_enabled?, :github_import_configured?, :gitlab_import_enabled?, :gitlab_import_configured?, :bitbucket_import_enabled?, :bitbucket_import_configured?, :google_code_import_enabled?, :fogbugz_import_enabled?, :git_import_enabled?, :gitlab_project_import_enabled?
                    
29
                    
251
                    
252  def bitbucket_import_enabled?
                    
253    current_application_settings.import_sources.include?('bitbucket')
                    
256  def bitbucket_import_configured?
                    
257    Gitlab::OAuth::Provider.enabled?(:bitbucket) && Gitlab::BitbucketImport.public_key.present?
                    
258  end
                    
                
application_controller.rb https://gitlab.com/gilmrjc/gitlab-ce | Ruby | 338 lines
                    
30  helper_method :can?, :current_application_settings
                    
31  helper_method :import_sources_enabled?, :github_import_enabled?, :gitea_import_enabled?, :github_import_configured?, :gitlab_import_enabled?, :gitlab_import_configured?, :bitbucket_import_enabled?, :bitbucket_import_configured?, :google_code_import_enabled?, :fogbugz_import_enabled?, :git_import_enabled?, :gitlab_project_import_enabled?
                    
32
                    
293
                    
294  def bitbucket_import_enabled?
                    
295    current_application_settings.import_sources.include?('bitbucket')
                    
297
                    
298  def bitbucket_import_configured?
                    
299    Gitlab::OAuth::Provider.enabled?(:bitbucket)
                    
                
application_setting.rb https://gitlab.com/oscar-lopez/gitlab-ee | Ruby | 181 lines
                    
133      restricted_signup_domains: Settings.gitlab['restricted_signup_domains'],
                    
134      import_sources: ['github','bitbucket','gitlab','gitorious','google_code','fogbugz','git'],
                    
135      shared_runners_enabled: Settings.gitlab_ci['shared_runners_enabled'],
                    
                
README.md https://bitbucket.org/sebastian_ekstrom/life2.git | Markdown | 221 lines
                    
32# Starta
                    
33* Börja med att klona life-gitten ifrån bitbucket `https://bitbucket.org/patwic/life`.
                    
34* Provkör filen `life.py` genom att i kommandotolken skriva
                    
                
import_routing_spec.rb https://gitlab.com/randaalex/gitlab-ce | Ruby | 179 lines
                    
105#           status_import_bitbucket GET      /import/bitbucket/status(.:format)                                                             import/bitbucket#status
                    
106#         callback_import_bitbucket GET      /import/bitbucket/callback(.:format)                                                           import/bitbucket#callback
                    
107# realtime_changes_import_bitbucket GET      /import/bitbucket/realtime_changes(.:format)                                                   import/bitbucket#realtime_changes
                    
107# realtime_changes_import_bitbucket GET      /import/bitbucket/realtime_changes(.:format)                                                   import/bitbucket#realtime_changes
                    
108#                  import_bitbucket POST     /import/bitbucket(.:format)                                                                    import/bitbucket#create
                    
109RSpec.describe Import::BitbucketController, 'routing' do
                    
116
                    
117#           status_import_bitbucket_server GET      /import/bitbucket_server/status(.:format)                                               import/bitbucket_server#status
                    
118#         callback_import_bitbucket_server GET      /import/bitbucket_server/callback(.:format)                                             import/bitbucket_server#callback
                    
118#         callback_import_bitbucket_server GET      /import/bitbucket_server/callback(.:format)                                             import/bitbucket_server#callback
                    
119# realtime_changes_import_bitbucket_server GET      /import/bitbucket_server/realtime_changes(.:format)                                     import/bitbucket_server#realtime_changes
                    
120#              new_import_bitbucket_server GET      /import/bitbucket_server/new(.:format)                                                  import/bitbucket_server#new
                    
120#              new_import_bitbucket_server GET      /import/bitbucket_server/new(.:format)                                                  import/bitbucket_server#new
                    
121#                  import_bitbucket_server POST     /import/bitbucket_server(.:format)                                                      import/bitbucket_server#create
                    
122RSpec.describe Import::BitbucketServerController, 'routing' do
                    
                
Gemfile https://gitlab.com/pavelloz/gitlab-ce | Gemfile | 348 lines
                    
25gem 'omniauth-azure-oauth2',  '~> 0.0.6'
                    
26gem 'omniauth-bitbucket',     '~> 0.0.2'
                    
27gem 'omniauth-cas3',          '~> 1.1.2'
                    
                
org.projectmaxs.module.smssend.yml https://gitlab.com/lsubel/fdroiddata | YAML | 498 lines
                    
4WebSite: http://projectmaxs.org/homepage
                    
5SourceCode: https://bitbucket.org/projectmaxs/maxs
                    
6Bitcoin: bc1qu482c0tngkcvx3q7mrm8zmuldrh2f2lrh26ym0
                    
57    versionCode: 5
                    
58    disable: build tools failure as per <a href="https://bitbucket.org/projectmaxs/maxs/commits/7750c9add95016294c5be9afd84a8de4834f7f20">https://bitbucket.org/projectmaxs/maxs/commits/7750c9add95016294c5be9afd84a8de4834f7f20</a>
                    
59    commit: 0.0.1.4
                    
                
os-unix-sysdep.c https://gitlab.com/wustl-pctg-pub/cilkplus-rts | C | 155 lines
                    
42 *  GNU compiler collection or posted to the git repository at
                    
43 *  https://bitbucket.org/intelcilkplusruntime/itnel-cilk-runtime.git are
                    
44 *  not tracked.
                    
                
python-build.scm https://gitlab.com/daym/guix | Scheme | 160 lines
                    
53     '(#:tests? #f))
                    
54    (home-page "https://bitbucket.org/pypa/wheel/")
                    
55    (synopsis "Format for built Python packages")
                    
                
README.md https://bitbucket.org/obensonne/poole/ | Markdown | 394 lines
                    
17
                    
18[examples]: https://bitbucket.org/obensonne/poole/wiki/Home
                    
19
                    
46
                    
47    $ hg clone http://bitbucket.org/obensonne/poole/ /some/where/poole
                    
48    $ export PATH=$PATH:/some/where/poole
                    
70
                    
71[zip]: http://bitbucket.org/obensonne/poole/get/default.zip
                    
72[tgz]: http://bitbucket.org/obensonne/poole/get/default.tar.gz
                    
72[tgz]: http://bitbucket.org/obensonne/poole/get/default.tar.gz
                    
73[zip3]: https://bitbucket.org/obensonne/poole/get/py3.zip
                    
74[tgz3]: http://bitbucket.org/obensonne/poole/get/py3.tar.gz
                    
74[tgz3]: http://bitbucket.org/obensonne/poole/get/py3.tar.gz
                    
75[themes]: https://bitbucket.org/obensonne/poole/wiki/Themes
                    
76
                    
                
jqplot-toImage-js.html https://gitlab.com/mmkiff/clientportalcodeathon | HTML | 39 lines
                    
13
                    
14<div id=Content><div class="CClass"><div class=CTopic id=MainTopic><div class="CTitle logo"><div class="nav"><a class="nav" href="../../index.php"><span>&gt;</span>Home</a><a class="nav"  href="../../tests/"><span>&gt;</span>Examples</a><a class="nav"  href="../../docs/"><span>&gt;</span>Docs</a><a class="nav"  href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>&gt;</span>Download</a><a class="nav" href="../../info.php"><span>&gt;</span>Info</a><a class="nav"  href="../../donate.php"><span>&gt;</span>Donate</a></div><a name="$.fn"></a>$.fn</div><div class=CBody><p>jQuery namespace to attach functions to jQuery elements.</p></div></div></div>
                    
15
                    
                
Contributing-to-NuGet-Documentation.markdown https://hg.codeplex.com/nugetdocs | Markdown | 357 lines
                    
9
                    
101. **Clone the repository.** [Mercurial](http://tortoisehg.bitbucket.org/download/index.html) (hg)
                    
11(for instructions using Visual Studio integration, see the next section, 
                    
67
                    
682. **Using TortoiseHG** If the previous step fails due to the bug mentioned earlier, use TortoiseHG ([install](http://tortoisehg.bitbucket.org/download/index.html)) instead to clone the repository.
                    
69    1. Within Windows Explorer, right click on the local nuget docs folder you created.
                    
                
README.md https://gitlab.com/bluehole/nanoos | Markdown | 119 lines
                    
60
                    
61K++ https://bitbucket.org/byteit101/k/overview is written based on NanoOS with good additions. Thanks Patrick Plenefisch
                    
62
                    
                
users.md https://gitlab.com/Schniz/gitlab-ce | Markdown | 622 lines
                    
67      {"provider": "github", "extern_uid": "2435223452345"},
                    
68      {"provider": "bitbucket", "extern_uid": "john.smith"},
                    
69      {"provider": "google_oauth2", "extern_uid": "8776128412476123468721346"}
                    
188    {"provider": "github", "extern_uid": "2435223452345"},
                    
189    {"provider": "bitbucket", "extern_uid": "john.smith"},
                    
190    {"provider": "google_oauth2", "extern_uid": "8776128412476123468721346"}
                    
306    {"provider": "github", "extern_uid": "2435223452345"},
                    
307    {"provider": "bitbucket", "extern_uid": "john_smith"},
                    
308    {"provider": "google_oauth2", "extern_uid": "8776128412476123468721346"}
                    
                
README.md https://gitlab.com/blocknotary/IonicInterviews | Markdown | 132 lines
                    
129
                    
130Currently this supports Github, Bitbucket and Gitlab. Pull requests for
                    
131additional hosts welcome.
                    
                
CharSequenceWrapper.java https://bitbucket.org/dfa/dollar/ | Java | 163 lines
                    
3/*
                    
4 * Dollar, http://bitbucket.org/dfa/dollar
                    
5 * (c) 2010, 2011 Davide Angelocola <davide.angelocola@gmail.com>
                    
                
README.md https://bitbucket.org/ojakovlj/infobip-shorturl.git | Markdown | 108 lines
                    
7* To download the project, open the Git bash in the desired target folder and run
                    
8```git clone https://ojakovlj@bitbucket.org/ojakovlj/infobip-shorturl.git```
                    
9* This project was created using JDK 1.8 and Maven 3.3.9 in IntelliJ IDEA. 
                    
                
Repository.php https://gitlab.com/frontycore/yetorm | PHP | 493 lines
                    
9 * @license  MIT
                    
10 * @link     https://bitbucket.org/hranicka/yetorm
                    
11 * @link     https://github.com/uestla/YetORM
                    
                
import_routing_spec.rb https://gitlab.com/Stretch96/gitlab-ce | Ruby | 176 lines
                    
101
                    
102#   status_import_bitbucket GET      /import/bitbucket/status(.:format)                                                            import/bitbucket#status
                    
103# callback_import_bitbucket GET      /import/bitbucket/callback(.:format)                                                          import/bitbucket#callback
                    
103# callback_import_bitbucket GET      /import/bitbucket/callback(.:format)                                                          import/bitbucket#callback
                    
104#     jobs_import_bitbucket GET      /import/bitbucket/jobs(.:format)                                                              import/bitbucket#jobs
                    
105#          import_bitbucket POST     /import/bitbucket(.:format)                                                                   import/bitbucket#create
                    
105#          import_bitbucket POST     /import/bitbucket(.:format)                                                                   import/bitbucket#create
                    
106describe Import::BitbucketController, 'routing' do
                    
107  it_behaves_like 'importer routing' do
                    
108    let(:except_actions) { [:new] }
                    
109    let(:provider) { 'bitbucket' }
                    
110  end
                    
                
realworld.html https://gitlab.com/ntphuc/BackendFeedy | HTML | 145 lines
                    
30      <li><a href="http://apeye.org/">APEye</a> (tool for testing &amp; documenting APIs)</li>
                    
31      <li><a href="http://blog.bitbucket.org/2013/05/14/edit-your-code-in-the-cloud-with-bitbucket/">Bitbucket</a> (code hosting)</li>
                    
32      <li><a href="http://buzz.blogger.com/2013/04/improvements-to-blogger-template-html.html">Blogger's template editor</a></li>
                    
                
handler.py https://gitlab.com/sbDevGit/ZeroNet | Python | 283 lines
                    
53                self.client_address, self.websocket)
                    
54            if self.application.__class__.__name__ == "DebuggedApplication": # Modified: Werkzeug Debugger workaround (https://bitbucket.org/Jeffrey/gevent-websocket/issue/53/if-the-application-returns-a-generator-we)
                    
55                list(self.application(self.environ, lambda s, h: []))
                    
                
jqplot-pyramidGridRenderer-js.html https://gitlab.com/unclecheese/openstack-scratchpad | HTML | 39 lines
                    
13
                    
14<div id=Content><div class="CClass"><div class=CTopic id=MainTopic><div class="CTitle logo"><div class="nav"><a class="nav" href="../../../index.php"><span>&gt;</span>Home</a><a class="nav"  href="../../../tests/"><span>&gt;</span>Examples</a><a class="nav"  href="../../../docs/"><span>&gt;</span>Docs</a><a class="nav"  href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>&gt;</span>Download</a><a class="nav" href="../../../info.php"><span>&gt;</span>Info</a><a class="nav"  href="../../../donate.php"><span>&gt;</span>Donate</a></div><a name="$.jqplot.CanvasGridRenderer"></a>$.jqplot.<wbr>CanvasGridRenderer</div><div class=CBody><p>The default jqPlot grid renderer, creating a grid on a canvas element.&nbsp; The renderer has no additional options beyond the <a href="../jqplot-core-js.html#Grid" class=LClass id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">Grid</a> class.</p></div></div></div>
                    
15
                    
                
application_controller.rb https://gitlab.com/toanalien/gitlab-ce | Ruby | 389 lines
                    
26  helper_method :abilities, :can?, :current_application_settings
                    
27  helper_method :import_sources_enabled?, :github_import_enabled?, :github_import_configured?, :gitlab_import_enabled?, :gitlab_import_configured?, :bitbucket_import_enabled?, :bitbucket_import_configured?, :gitorious_import_enabled?, :google_code_import_enabled?, :fogbugz_import_enabled?, :git_import_enabled?
                    
28
                    
304
                    
305  def bitbucket_import_enabled?
                    
306    current_application_settings.import_sources.include?('bitbucket')
                    
309  def bitbucket_import_configured?
                    
310    Gitlab::OAuth::Provider.enabled?(:bitbucket) && Gitlab::BitbucketImport.public_key.present?
                    
311  end
                    
                
AboutForm.Designer.cs https://bitbucket.org/grozeille/sosnet | C# | 249 lines
                    
169            this.linkLabelWebSite.TabStop = true;
                    
170            this.linkLabelWebSite.Text = "http://bitbucket.org/grozeille/sosnet/wiki/Home";
                    
171            this.linkLabelWebSite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
                    
181            this.linkLabelReportBugs.TabStop = true;
                    
182            this.linkLabelReportBugs.Text = "http://bitbucket.org/grozeille/sosnet/issues/?status=new&status=open";
                    
183            this.linkLabelReportBugs.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel_LinkClicked);
                    
                
building.rst https://gitlab.com/Rockyspade/astropy | ReStructuredText | 120 lines
                    
5The build process currently uses the `setuptools
                    
6<https://bitbucket.org/pypa/setuptools>`_ package to build and install the
                    
7astropy core (and any affiliated packages that use the template).  The user
                    
                
smoothing.py https://gitlab.com/pooja043/Globus_Docker_4 | Python | 226 lines
                    
41    Source:
                    
42    https://bitbucket.org/janto/snippets/src/tip/running_median.py
                    
43    https://groups.google.com/d/msg/comp.lang.python/0OARyHF0wtA/SEs-glW4t6gJ
                    
                
plugin_support.py https://gitlab.com/0072016/coveragepy | Python | 247 lines
                    
1# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
                    
2# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
                    
3
                    
                
readme.template.md https://gitlab.com/craydent/node-library | Markdown | 144 lines
                    
141 * [GitHub](https://github.com/craydent/node-library/${if (${suffix})}${path}${end if})
                    
142 * [BitBucket](https://bitbucket.org/craydent/node-library/${if (${suffix})}${path}${end if})
                    
143 * [GitLab](https://gitlab.com/craydent/node-library/${if (${suffix})}${path}${end if})
                    
                
table.go https://bitbucket.org/cloudwallet/goleveldb.git | Go | 529 lines
                    
13
                    
14	"bitbucket.org/cloudwallet/goleveldb/leveldb/cache"
                    
15	"bitbucket.org/cloudwallet/goleveldb/leveldb/iterator"
                    
15	"bitbucket.org/cloudwallet/goleveldb/leveldb/iterator"
                    
16	"bitbucket.org/cloudwallet/goleveldb/leveldb/opt"
                    
17	"bitbucket.org/cloudwallet/goleveldb/leveldb/storage"
                    
17	"bitbucket.org/cloudwallet/goleveldb/leveldb/storage"
                    
18	"bitbucket.org/cloudwallet/goleveldb/leveldb/table"
                    
19	"bitbucket.org/cloudwallet/goleveldb/leveldb/util"
                    
                
hacking.rst https://bitbucket.org/sjl/hg-review/ | ReStructuredText | 160 lines
                    
6The easiest way is to make some changes, push them somewhere public and send
                    
7a pull request on Bitbucket (or `email Steve <mailto:steve@stevelosh.com>`_).
                    
8
                    
                
2017-07-19-git-wars-switching-to-gitlab.html.md https://gitlab.com/nick.volynkin/www-gitlab-com | Markdown | 65 lines
                    
11
                    
12It’s a well-known fact: GitHub has the market share when it comes to Git hosting, with Bitbucket following close behind due to their “unlimited private repositories” policy. But what if I told you that those weren’t your only options?
                    
13
                    
19
                    
20Bitbucket is another beast altogether. Created by the tech conglomerate Atlassian, Bitbucket is their answer to GitHub. Its claim to fame is that you can have unlimited private repositories for free…as long as your team has no more than five people.
                    
21
                    
21
                    
22This is actually the reason I first started using Bitbucket. However, if you do have more than five people, you’re going to pay, and the quality that you pay for isn’t all that great. I’ve worked on a number of projects on Bitbucket where my team was plagued by slow pulls/pushes, 503 errors when attempting to view a repo, and just overall jankyness. Besides that, their design also leaves a lot to be desired. The new design looks better, but also somehow makes things even more confusing (someone needs to learn the difference between UI and UX). To be completely honest I don’t have anything good to say about Bitbucket, so I’m going to continue.
                    
23
                    
                
app-service-value-prop-what-is.md https://gitlab.com/yeah568/azure-content | Markdown | 81 lines
                    
35
                    
36- **DevOps optimization** - Set up [continuous integration and deployment](../app-service-web/app-service-continous-deployment.md) with Visual Studio Team Services, GitHub, or BitBucket. Promote updates through [test and staging environments](../app-service-web/web-sites-staged-publishing.md). Perform [A/B testing](../app-service-web/app-service-web-test-in-production-get-start.md). Manage your apps in App Service by using [Azure PowerShell](../powershell-install-configure.md) or the [cross-platform command-line interface (CLI)](../xplat-cli-install.md).
                    
37 
                    
                
Makefile https://bitbucket.org/qmpstudios/rrg_nf.git | Makefile | 452 lines
                    
38# The top-level source directory on which CMake was run.
                    
39CMAKE_SOURCE_DIR = /home/mateusz/ros/RRG_bitbucket/rrg_nf
                    
40
                    
41# The top-level build directory on which CMake was run.
                    
42CMAKE_BINARY_DIR = /home/mateusz/ros/RRG_bitbucket/rrg_nf/build
                    
43
                    
68all: cmake_check_build_system
                    
69	$(CMAKE_COMMAND) -E cmake_progress_start /home/mateusz/ros/RRG_bitbucket/rrg_nf/build/CMakeFiles /home/mateusz/ros/RRG_bitbucket/rrg_nf/build/CMakeFiles/progress.marks
                    
70	$(MAKE) -f CMakeFiles/Makefile2 all
                    
70	$(MAKE) -f CMakeFiles/Makefile2 all
                    
71	$(CMAKE_COMMAND) -E cmake_progress_start /home/mateusz/ros/RRG_bitbucket/rrg_nf/build/CMakeFiles 0
                    
72.PHONY : all
                    
                
environment_manager.rb https://gitlab.com/JuanitoFatas/danger | Ruby | 122 lines
                    
89        RequestSources::GitLab
                    
90      elsif repo_url =~ /bitbucket\.(org|com)/i
                    
91        RequestSources::BitbucketCloud
                    
                
application_controller.rb https://gitlab.com/iOrange/gitlab-ee | Ruby | 355 lines
                    
27  helper_method :abilities, :can?, :current_application_settings
                    
28  helper_method :import_sources_enabled?, :github_import_enabled?, :github_import_configured?, :gitlab_import_enabled?, :gitlab_import_configured?, :bitbucket_import_enabled?, :bitbucket_import_configured?, :gitorious_import_enabled?, :google_code_import_enabled?, :fogbugz_import_enabled?, :git_import_enabled?, :gitlab_project_import_enabled?
                    
29
                    
290
                    
291  def bitbucket_import_enabled?
                    
292    current_application_settings.import_sources.include?('bitbucket')
                    
295  def bitbucket_import_configured?
                    
296    Gitlab::OAuth::Provider.enabled?(:bitbucket) && Gitlab::BitbucketImport.public_key.present?
                    
297  end
                    
                
setup.py git://pkgs.fedoraproject.org/pyutil | Python | 127 lines
                    
77# sdists or eggs:
                    
78# http://bitbucket.org/tarek/distribute/issue/55/revision-control-plugin-automatically-installed-as-a-build-dependency-is-not-present-when-another-build-dependency-is-being
                    
79if False:
                    
                
helpers.test.ts https://github.com/backstage/backstage.git | TypeScript | 183 lines
                    
16
                    
17import { BitbucketIntegration } from './bitbucket';
                    
18import {
                    
26    it('handles hosts without a port', () => {
                    
27      const integration = new BitbucketIntegration({ host: 'host.com' });
                    
28      const integrations = basicIntegrations<BitbucketIntegration>(
                    
35    it('handles hosts with a port', () => {
                    
36      const integration = new BitbucketIntegration({ host: 'host.com:8080' });
                    
37      const integrations = basicIntegrations<BitbucketIntegration>(
                    
                
Fanwood-Italic_build.py https://github.com/chemoelectric/sortsmill.git | Python | 261 lines
                    
33
                    
34def build_glyphs(bitbucket, f):
                    
35
                    
                
PropertiesI.html https://gitlab.com/unclecheese/openstack-scratchpad | HTML | 20 lines
                    
13
                    
14<div id="IPageLogo"><div class="nav"><a class="nav" href="../../index.php"><span>&gt;</span>Home</a><a class="nav"  href="../../tests/"><span>&gt;</span>Examples</a><a class="nav"  href="../../docs/"><span>&gt;</span>Docs</a><a class="nav"  href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>&gt;</span>Download</a><a class="nav" href="../../info.php"><span>&gt;</span>Info</a><a class="nav"  href="../../donate.php"><span>&gt;</span>Donate</a></div></div><div id=Index><div class=SRStatus id=Loading>Loading...</div><table border=0 cellspacing=0 cellpadding=0><div class=SRResult id=SR_index><div class=IEntry><a href="../files/jqplot-core-js.html#Series.index" target=_parent class=ISymbol>index</a>, <span class=IParent>Series</span></div></div><div class=SRResult id=SR_innerDiameter><div class=IEntry><a href="../files/plugins/jqplot-donutRenderer-js.html#$.jqplot.DonutRenderer.innerDiameter" target=_parent class=ISymbol>innerDiameter</a>, <span class=IParent>$.jqplot.<wbr>DonutRenderer</span></div></div><div class=SRResult id=SR_insertBreaks><div class=IEntry><a href="../files/plugins/jqplot-blockRenderer-js.html#$.jqplot.BlockRenderer.insertBreaks" target=_parent class=ISymbol>insertBreaks</a>, <span class=IParent>$.jqplot.<wbr>BlockRenderer</span></div></div><div class=SRResult id=SR_intersectionThreshold><div class=IEntry><a href="../files/plugins/jqplot-cursor-js.html#$.jqplot.Cursor.intersectionThreshold" target=_parent class=ISymbol>intersectionThreshold</a>, <span class=IParent>$.jqplot.<wbr>Cursor</span></div></div><div class=SRResult id=SR_interval><div class=IEntry><a href="../files/jqplot-lineRenderer-js.html#$.jqplot.LineRenderer.interval" target=_parent class=ISymbol>interval</a>, <span class=IParent>$.jqplot.<wbr>LineRenderer</span></div></div><div class=SRResult id=SR_intervalColors><div class=IEntry><a href="../files/plugins/jqplot-meterGaugeRenderer-js.html#$.jqplot.MeterGaugeRenderer.intervalColors" target=_parent class=ISymbol>intervalColors</a>, <span class=IParent>$.jqplot.<wbr>MeterGaugeRenderer</span></div></div><div class=SRResult id=SR_intervalInnerRadius><div class=IEntry><a href="../files/plugins/jqplot-meterGaugeRenderer-js.html#$.jqplot.MeterGaugeRenderer.intervalInnerRadius" target=_parent class=ISymbol>intervalInnerRadius</a>, <span class=IParent>$.jqplot.<wbr>MeterGaugeRenderer</span></div></div><div class=SRResult id=SR_intervalOuterRadius><div class=IEntry><a href="../files/plugins/jqplot-meterGaugeRenderer-js.html#$.jqplot.MeterGaugeRenderer.intervalOuterRadius" target=_parent class=ISymbol>intervalOuterRadius</a>, <span class=IParent>$.jqplot.<wbr>MeterGaugeRenderer</span></div></div><div class=SRResult id=SR_intervals><div class=IEntry><a href="../files/plugins/jqplot-meterGaugeRenderer-js.html#$.jqplot.MeterGaugeRenderer.intervals" target=_parent class=ISymbol>intervals</a>, <span class=IParent>$.jqplot.<wbr>MeterGaugeRenderer</span></div></div><div class=SRResult id=SR_isarc><div class=IEntry><a href="javascript:searchResults.Toggle('SR_isarc')" class=ISymbol>isarc</a><div class=ISubIndex><a href="../files/jqplot-shadowRenderer-js.html#$.jqplot.shadowRenderer.isarc" target=_parent class=IParent>$.jqplot.<wbr>shadowRenderer</a><a href="../files/jqplot-shapeRenderer-js.html#$.jqplot.shapeRenderer.isarc" target=_parent class=IParent>$.jqplot.<wbr>shapeRenderer</a></div></div></div><div class=SRResult id=SR_isMinorTick><div class=IEntry><a href="javascript:searchResults.Toggle('SR_isMinorTick')" class=ISymbol>isMinorTick</a><div class=ISubIndex><a href="../files/jqplot-axisTickRenderer-js.html#$.jqplot.AxisTickRenderer.isMinorTick" target=_parent class=IParent>$.jqplot.<wbr>AxisTickRenderer</a><a href="../files/plugins/jqplot-canvasAxisTickRenderer-js.html#$.jqplot.CanvasAxisTickRenderer.isMinorTick" target=_parent class=IParent>$.jqplot.<wbr>CanvasAxisTickRenderer</a></div></div></div></table><div class=SRStatus id=Searching>Searching...</div><div class=SRStatus id=NoMatches>No Matches</div><script type="text/javascript"><!--
                    
15document.getElementById("Loading").style.display="none";
                    
                
modSpecialFolders.bas https://Cybera.svn.codeplex.com/svn | Basic | 170 lines
                    
41' The virtual folder containing the objects in the user's Recycle Bin.
                    
42Public Const CSIDL_BITBUCKET = &HA
                    
43' Version 6.0. The file system directory acting as a staging area for files waiting to be written to CD. A typical path
                    
                
index.html https://bitbucket.org/JeronimoCarranza2/jeronimocarranza2.bitbucket.io.git | HTML | 429 lines
                    
32
                    
33  <link rel="alternate" href="https://JeronimoCarranza2.bitbucket.io/index.xml" type="application/rss+xml" title="Jerónimo Carranza Carranza">
                    
34  <link rel="feed" href="https://JeronimoCarranza2.bitbucket.io/index.xml" type="application/rss+xml" title="Jerónimo Carranza Carranza">
                    
38
                    
39  <link rel="canonical" href="https://JeronimoCarranza2.bitbucket.io/es/publication/2002-recursoshidricos_a381_almoraima/">
                    
40
                    
187      <a class="facebook"
                    
188         href="https://www.facebook.com/sharer.php?u=https%3a%2f%2fJeronimoCarranza2.bitbucket.io%2fes%2fpublication%2f2002-recursoshidricos_a381_almoraima%2f"
                    
189         target="_blank">
                    
194      <a class="twitter"
                    
195         href="https://twitter.com/intent/tweet?text=Caracterizaci%c3%b3n%20de%20medidas%20compensatorias%20correspondientes%20a%20la%20autov%c3%ada%20A-381%2c%20Jerez-Los%20Barrios.%20Actuaciones%20relacionadas%20con%20los%20recursos%20h%c3%addricos.&amp;url=https%3a%2f%2fJeronimoCarranza2.bitbucket.io%2fes%2fpublication%2f2002-recursoshidricos_a381_almoraima%2f"
                    
196         target="_blank">
                    
201      <a class="linkedin"
                    
202         href="https://www.linkedin.com/shareArticle?mini=true&amp;url=https%3a%2f%2fJeronimoCarranza2.bitbucket.io%2fes%2fpublication%2f2002-recursoshidricos_a381_almoraima%2f&amp;title=Caracterizaci%c3%b3n%20de%20medidas%20compensatorias%20correspondientes%20a%20la%20autov%c3%ada%20A-381%2c%20Jerez-Los%20Barrios.%20Actuaciones%20relacionadas%20con%20los%20recursos%20h%c3%addricos."
                    
203         target="_blank">
                    
                
README.rst https://gitlab.com/132nd-etcher/glances | ReStructuredText | 278 lines
                    
95
                    
96    pip install bottle batinfo https://bitbucket.org/gleb_zhulik/py3sensors/get/tip.tar.gz zeroconf netifaces pymdstat influxdb potsdb statsd pystache docker-py pysnmp pika py-cpuinfo
                    
97
                    
                
testPanels.kt git://github.com/JetBrains/intellij-community.git | Kotlin | 441 lines
                    
178  return panel {
                    
179    noteRow("Enter credentials for bitbucket.org")
                    
180    row("Username:") { JTextField("develar")() }
                    
                
README.md https://gitlab.com/SaiAshirwadInformatia/gitlab-ce | Markdown | 221 lines
                    
53
                    
541. [Migrating from BitBucket/Stash](https://docs.gitlab.com/ee/workflow/importing/import_projects_from_bitbucket.html)
                    
551. [Migrating from GitHub](https://docs.gitlab.com/ee/workflow/importing/import_projects_from_github.html)
                    
1381. [GitLab Compared to Other Tools](https://about.gitlab.com/comparison/)
                    
1391. [Comparing GitLab Terminology](https://about.gitlab.com/2016/01/27/comparing-terms-gitlab-github-bitbucket/)
                    
1401. [GitLab Compared to Atlassian (Recording 2016-03-03) ](https://youtu.be/Nbzp1t45ERo)
                    
                
bitbucket.ts https://github.com/backstage/backstage.git | TypeScript | 350 lines
                    
18import {
                    
19  BitbucketIntegrationConfig,
                    
20  ScmIntegrationRegistry,
                    
149
                    
150const getAuthorizationHeader = (config: BitbucketIntegrationConfig) => {
                    
151  if (config.username && config.appPassword) {
                    
164  throw new Error(
                    
165    `Authorization has not been provided for Bitbucket. Please add either username + appPassword or token to the Integrations config`,
                    
166  );
                    
241            title:
                    
242              'Enable LFS for the repository. Only available for hosted Bitbucket.',
                    
243            type: 'boolean',
                    
283
                    
284      // Project is required for both bitbucket cloud and bitbucket server
                    
285      if (!project) {
                    
                
DESCRIPTION.rst https://gitlab.com/areema/myproject | ReStructuredText | 238 lines
                    
92host name `pypi.python.org`. Those are known issues, related to a bug in the older versions of `wget`
                    
93(see `Issue 59 <https://bitbucket.org/pypa/pypi/issue/59#comment-5881915>`_). If you happen to encounter them,
                    
94install Setuptools as follows::
                    
136In addition to the PyPI downloads, the development version of ``setuptools``
                    
137is available from the `Bitbucket repo`_, and in-development versions of the
                    
138`0.6 branch`_ are available as well.
                    
139
                    
140.. _Bitbucket repo: https://bitbucket.org/pypa/setuptools/get/default.tar.gz#egg=setuptools-dev
                    
141.. _0.6 branch: http://svn.python.org/projects/sandbox/branches/setuptools-0.6/#egg=setuptools-dev06
                    
                
syllabus.tex https://bitbucket.org/seshness/open-source-decal-fall-2011/ | LaTeX | 239 lines
                    
32% \rhead{Monday 6-8pm}
                    
33\cfoot{https://bitbucket.org/seshness/open-source-decal-fall-2011}
                    
34
                    
93
                    
94\url{https://bitbucket.org/seshness/open-source-decal-fall-2011}
                    
95
                    
                
building_enzo.rst https://bitbucket.org/enzo/enzo-dev/ | ReStructuredText | 364 lines
                    
40more about the code and different installation methods.  To directly access the source
                    
41code, you can visit the `Enzo Bitbucket page <https://bitbucket.org/enzo>`_.
                    
42
                    
55
                    
56    ~ $ hg clone https://bitbucket.org/enzo/enzo-dev ./enzo
                    
57
                    
78    ~/enzo $ hg pull
                    
79    pulling from https://bitbucket.org/enzo/enzo-dev
                    
80    searching for changes
                    
                
getting_started.html git://github.com/kiith-sa/D-YAML.git | HTML | 241 lines
                    
66<a class="reference external" href="http://gdcproject.org/">GDC</a> and
                    
67<a class="reference external" href="http://bitbucket.org/goshawk/gdc/wiki/Home">LDC</a>.</p>
                    
68</div>
                    
                
gas.core.js https://gitlab.com/Mirros/cdnjs | JavaScript | 503 lines
                    
4 * GAS - Google Analytics on Steroids
                    
5 * https://bitbucket.org/dpc/gas
                    
6 *
                    
                
postreview.py git://pkgs.fedoraproject.org/tortoisehg | Python | 403 lines
                    
10#
                    
11# https://bitbucket.org/mdelagra/mercurial-reviewboard/
                    
12#
                    
57                        "from the website below.\n\n %s") % \
                    
58                        u'http://bitbucket.org/mdelagra/mercurial-reviewboard/'
                    
59
                    
                
external_authorization.md https://gitlab.com/markglenfletcher/gitlab-ee | Markdown | 134 lines
                    
81    { "provider": "ldap", "extern_uid": "CN=Jane Doe,CN=admin,DC=acme" },
                    
82    { "provider": "bitbucket", "extern_uid": "2435223452345" }
                    
83  ]
                    
                
features.py https://gitlab.com/suyesh/Djangotest | Python | 251 lines
                    
71    # Specifically, there is a bug with cx_Oracle:
                    
72    # https://bitbucket.org/anthony_tuininga/cx_oracle/issue/7/
                    
73    driver_supports_timedelta_args = False
                    
                
cf.AuxiliaryCoordinate.name.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 243 lines
                    
45             accesskey="P">previous</a> |</li>
                    
46  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.10</a> &raquo;</li>
                    
47<!--
                    
47<!--
                    
48  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
49  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
79<dt id="cf.AuxiliaryCoordinate.name">
                    
80<code class="descclassname">AuxiliaryCoordinate.</code><code class="descname">name</code><span class="sig-paren">(</span><em>default=None</em>, <em>identity=False</em>, <em>ncvar=False</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.1.10/cf/variable.py#variable.py-6396"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.AuxiliaryCoordinate.name" title="Permalink to this definition">Âś</a></dt>
                    
81<dd><p>Return a name.</p>
                    
212             >previous</a> |</li>
                    
213  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.10</a> &raquo;</li>
                    
214<!--
                    
214<!--
                    
215  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
216  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.Field.remove_axes.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 287 lines
                    
46  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
47  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.2.3</a> &raquo;</li>
                    
48<!--
                    
48<!--
                    
49  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
50  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
80<dt id="cf.Field.remove_axes">
                    
81<code class="descclassname">Field.</code><code class="descname">remove_axes</code><span class="sig-paren">(</span><em>axes=None</em>, <em>size=None</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.2.3/cf/field.py#field.py-10332"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.Field.remove_axes" title="Permalink to this definition">Âś</a></dt>
                    
82<dd><p>Remove and return axes from the field.</p>
                    
256  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
257  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.2.3</a> &raquo;</li>
                    
258<!--
                    
258<!--
                    
259  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
260  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
bitbucket_server_controller.rb https://gitlab.com/markglenfletcher/gitlab-ee | Ruby | 156 lines
                    
20  VALID_BITBUCKET_PROJECT_CHARS = /\A~?[\w\-\.\s]+\z/.freeze
                    
21  VALID_BITBUCKET_CHARS = /\A[\w\-\.\s]+\z/.freeze
                    
22
                    
26  def create
                    
27    repo = bitbucket_client.repo(@project_key, @repo_slug)
                    
28
                    
53    session[personal_access_token_key] = params[:personal_access_token]
                    
54    session[bitbucket_server_username_key] = params[:bitbucket_username]
                    
55    session[bitbucket_server_url_key] = params[:bitbucket_server_url]
                    
89  def bitbucket_client
                    
90    @bitbucket_client ||= BitbucketServer::Client.new(credentials)
                    
91  end
                    
98    return render_validation_error('Missing repository slug') unless @repo_slug.present?
                    
99    return render_validation_error('Invalid project key') unless @project_key =~ VALID_BITBUCKET_PROJECT_CHARS
                    
100    return render_validation_error('Invalid repository slug') unless @repo_slug =~ VALID_BITBUCKET_CHARS
                    
                
Getting-Started-with-NuGet.markdown https://gitlab.com/yenny.prathivi/MyGetDocs | Markdown | 126 lines
                    
80
                    
81MyGet supports many ways of integrating with hosted VCS or CI infrastructure, including built-in support for Visual Studio Online, GitHub and BitBucket, as well as any other hosted Git repository. For a full reference of MyGet Build Services, please take a look [here][3].
                    
82
                    
                
testsuite.cmake https://gitlab.com/brian0218/rk3066_r-box_android4.2.2_sdk | CMake | 197 lines
                    
41# # get the last version of the script
                    
42# wget http://bitbucket.org/eigen/eigen/raw/tip/test/testsuite.cmake -o $WORK_DIR/testsuite.cmake
                    
43# COMMON="ctest -S $WORK_DIR/testsuite.cmake,EIGEN_WORK_DIR=$WORK_DIR,EIGEN_SITE=$SITE,EIGEN_MODE=$1,EIGEN_BUILD_STRING=$OS_VERSION-$ARCH"
                    
135SET (CTEST_CVS_COMMAND "hg")
                    
136SET (CTEST_CVS_CHECKOUT "${CTEST_CVS_COMMAND} clone -r 2.0 http://bitbucket.org/eigen/eigen \"${CTEST_SOURCE_DIRECTORY}\"")
                    
137
                    
                
pyv8loader.py https://gitlab.com/Blueprint-Marketing/sublime-config | Python | 383 lines
                    
156					if re.sub(regex, '\\1', error_line) == '503':
                    
157						# GitHub and BitBucket seem to rate limit via 503
                    
158						print ('%s: Downloading %s was rate limited' +
                    
165					error_string = re.sub('^.*?failed: ', '', error_line)
                    
166					# GitHub and BitBucket seem to time out a lot
                    
167					if error_string.find('timed out') != -1:
                    
211					if code == '503':
                    
212						# GitHub and BitBucket seem to rate limit via 503
                    
213						print ('%s: Downloading %s was rate limited' +
                    
219				elif e.returncode == 28:
                    
220					# GitHub and BitBucket seem to time out a lot
                    
221					print ('%s: Downloading %s timed out, trying ' +
                    
270			except (urllib2.HTTPError) as (e):
                    
271				# Bitbucket and Github ratelimit using 503 a decent amount
                    
272				if str(e.code) == '503':
                    
                
README.md https://bitbucket.org/emrahsifoglu/yoyo-cinema-api.git | Markdown | 400 lines
                    
17
                    
18In additionally, GraphQL can be an alternative to REST services. Previously I attempted to use [it in Laravel](https://bitbucket.org/emrahsifoglu/laravel-graphql).
                    
19
                    
                
knark.php https://github.com/delete66/sikevux-s-tracker.git | PHP | 331 lines
                    
108<td class=embedded><form method=get action=topten.php><input type=submit value="Top 10" style='height: 20px; width: 100px'></form></td>
                    
109<td class=embedded><form method=get action=bitbucketlog.php><input type=submit value="Bitbucket Logs" style='height: 20px; width: 100px'></form></td>
                    
110<td class=embedded><form method=get action=findnotconnectable.php><input type=submit value="NON Connectable" style='height: 20px; width: 100px'></form></td>
                    
                
extconf.rb https://gitlab.com/orvi2014/rcs-db-ext | Ruby | 177 lines
                    
53    STDERR.puts "**** Cross-compiled OpenSSL not found"
                    
54    STDERR.puts "**** Run: hg clone http://bitbucket.org/ged/ruby-pg && cd ruby-pg && rake openssl_libs"
                    
55    STDERR.puts "**************************************************************************************"
                    
                
PITCHME.md https://gitlab.com/jerdog/gitpitch-kitchen-sink | Markdown | 235 lines
                    
75
                    
76And with a simple **git-push** to GitHub, GitLab, and Bitbucket you can share...
                    
77
                    
                
user.js https://gitlab.com/vectorci/e2e-ui-example | JavaScript | 154 lines
                    
2var github      = require('./../providers/github.js');
                    
3var bitbucket   = require('../providers/bitbucket.js');
                    
4var cst         = require('./../module/utils.js');
                    
28                'github':{'xpath': constant.XPATH_GITHUB_SIGNIN},
                    
29                'bitbucket':{'xpath': constant.XPATH_BITBUCKET_SIGNIN}
                    
30            }, callback);
                    
36                        'github':{'xpath': constant.XPATH_GITHUB_SIGNUP},
                    
37                        'bitbucket':{'xpath': constant.XPATH_BITBUCKET_SIGNUP}
                    
38                    }, callback);
                    
48        return jsonData.github.xpath;
                    
49    } else if(provider == 'bitbucket') {
                    
50        return jsonData.bitbucket.xpath;
                    
76                });
                    
77            } else if(self.type == 'bitbucket') {
                    
78                console.log('bitbucket login');
                    
                
transport.go https://bitbucket.org/taruti/ssh.go/ | Go | 237 lines
                    
3import (
                    
4	"bitbucket.org/taruti/bigendian"
                    
5	"bufio"
                    
                
parse.spec.js https://gitlab.com/adriancarayol/django-angular2 | JavaScript | 303 lines
                    
173        });
                    
174        t.test('parse bitbucket', function (t) {
                    
175            var actual = parse_1.parseDependency('bitbucket:foo/bar');
                    
176            var expected = {
                    
177                raw: 'bitbucket:foo/bar',
                    
178                type: 'bitbucket',
                    
185                },
                    
186                location: 'https://bitbucket.org/foo/bar/raw/master/' + config_1.CONFIG_FILE
                    
187            };
                    
190        });
                    
191        t.test('parse bitbucket and append config file to path', function (t) {
                    
192            var actual = parse_1.parseDependency('bitbucket:foo/bar/dir');
                    
193            var expected = {
                    
194                raw: 'bitbucket:foo/bar/dir',
                    
195                type: 'bitbucket',
                    
                
01.2.md https://gitlab.com/shinvdu/build-web-application-with-golang | Markdown | 151 lines
                    
92
                    
93Üçüncü-parti paketleri kurmak için `go get` komutunu kullanabilirsiniz. Bir çok açık-kaynak platformu destekliyor; Github, Google Code, BitBucket, ve Launchpad.
                    
94
                    
                
index.html.md https://gitlab.com/z9g9l9/www-gitlab-com | Markdown | 232 lines
                    
125
                    
126### vs. BitBucket
                    
127
                    
174   - To replace GitLab you’d need licenses for all of these:
                    
175       - BitBucket
                    
176       - JIRA
                    
                
index.html git://pkgs.fedoraproject.org/python-wtforms | HTML | 109 lines
                    
36          <li><a href="http://groups.google.com/group/wtforms/">Mailing List</a></li>
                    
37          <li><a href="http://bitbucket.org/simplecodes/wtforms/">Code</a></li>
                    
38        </ul>
                    
                
setup.py https://bitbucket.org/garyd/nose | Python | 122 lines
                    
99    the very latest, you may want the unstable development version instead:
                    
100    http://bitbucket.org/jpellerin/nose/get/tip.gz#egg=nose-dev
                    
101    """,
                    
                
import_service_spec.rb git://github.com/gitlabhq/gitlabhq.git | Ruby | 291 lines
                    
119        before do
                    
120          project.import_url = 'https://bitbucket.org/vim/vim.git'
                    
121          project.import_type = 'bitbucket'
                    
125          expect(project.repository).to receive(:import_repository).and_return(true)
                    
126          expect_next_instance_of(Gitlab::BitbucketImport::Importer) do |importer|
                    
127            expect(importer).to receive(:execute).and_return(true)
                    
155
                    
156            expect_next_instance_of(Gitlab::BitbucketImport::Importer) do |importer|
                    
157              expect(importer).to receive(:execute).and_return(true)
                    
                
BaseIO.php https://gitlab.com/tigefa/composer | PHP | 250 lines
                    
89    {
                    
90        $bitbucketOauth = $config->get('bitbucket-oauth') ?: array();
                    
91        $githubOauth = $config->get('github-oauth') ?: array();
                    
96
                    
97        foreach ($bitbucketOauth as $domain => $cred) {
                    
98            $this->checkAndSetAuthentication($domain, $cred['consumer-key'], $cred['consumer-secret']);
                    
                
10_cuts_and_negation.md git://github.com/lorenzo-stoakes/learn-prolog-now.git | Markdown | 439 lines
                    
1<link href="http://kevinburke.bitbucket.org/markdowncss/markdown.css" rel="stylesheet"></link>
                    
2
                    
                
repositories.py git://github.com/ducksboard/libsaas.git | Python | 198 lines
                    
6
                    
7class Repos(resource.BitBucketResource):
                    
8
                    
54
                    
55class Repo(resource.BitBucketResource):
                    
56
                    
                
settings.rb https://gitlab.com/rtripault/gitlab-ce | Ruby | 135 lines
                    
27      optional :restricted_visibility_levels, type: Array[String], desc: 'Selected levels cannot be used by non-admin users for projects or snippets. If the public level is restricted, user profiles are only visible to logged in users.'
                    
28      optional :import_sources, type: Array[String], values: %w[github bitbucket gitlab google_code fogbugz git gitlab_project],
                    
29                                desc: 'Enabled sources for code import during project creation. OmniAuth must be configured for GitHub, Bitbucket, and GitLab.com'
                    
                
libraries_3_pose.py https://gitlab.com/wassname/VAE_makehuman | Python | 193 lines
                    
10
                    
11**Code Home Page:**    https://bitbucket.org/MakeHuman/makehuman/
                    
12
                    
                
bootstrap-social.css https://gitlab.com/kaouech/theme | CSS | 57 lines
                    
21.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
                    
22.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{color:#fff;background-color:#183c60;border-color:rgba(0,0,0,0.2)}
                    
23.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{background-image:none}
                    
23.btn-bitbucket:active,.btn-bitbucket.active,.open .dropdown-toggle.btn-bitbucket{background-image:none}
                    
24.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2)}
                    
25.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:hover,.btn-dropbox:focus,.btn-dropbox:active,.btn-dropbox.active,.open .dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d70b7;border-color:rgba(0,0,0,0.2)}
                    
                
grammars.yml https://gitlab.com/Blueprint-Marketing/linguist | YAML | 538 lines
                    
17- source.xquery
                    
18https://bitbucket.org/Clams/sublimesystemverilog/get/default.tar.gz:
                    
19- source.systemverilog
                    
                
contributing.rst https://gitlab.com/0072016/coveragepy | ReStructuredText | 172 lines
                    
1.. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
                    
2.. For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
                    
3
                    
21
                    
22.. _bug reports: https://bitbucket.org/ned/coveragepy/issues?status=new&status=open
                    
23
                    
38The coverage.py code is hosted on a `Mercurial`_ repository at
                    
39https://bitbucket.org/ned/coveragepy.  To get a working environment, follow
                    
40these steps:
                    
46
                    
47        $ hg clone https://bitbucket.org/ned/coveragepy
                    
48        $ cd coveragepy
                    
69    py27 develop-inst: /Users/ned/coverage/trunk
                    
70    py27 installed: -f /Users/ned/Downloads/local_pypi,-e hg+ssh://hg@bitbucket.org/ned/coveragepy@22fe9a2b7796f6498aa013c860c268ac21651226#egg=coverage-dev,decorator==4.0.2,eventlet==0.17.4,funcsigs==0.4,gevent==1.0.2,greenlet==0.4.7,mock==1.3.0,nose==1.3.7,pbr==1.6.0,PyContracts==1.7.6,pyparsing==2.0.3,six==1.9.0,wheel==0.24.0
                    
71    py27 runtests: PYTHONHASHSEED='1294330776'
                    
                
e_prox.s https://bitbucket.org/andyguest/chatter | Assembly | 910 lines
                    
1	.file "/home/a514277/bitbucket/chatter/singtest/epfl/e_prox.c"
                    
2	.section	.debug_abbrev,info
                    
550	.asciz	"e_prox.c"
                    
551	.asciz	"/home/a514277/bitbucket/chatter/singtest/epfl"
                    
552	.uleb128 0x2
                    
                
bin-install.js https://gitlab.com/adriancarayol/django-angular2 | JavaScript | 41 lines
                    
5function help() {
                    
6    return "\ntypings install (with no arguments, in package directory)\ntypings install [<name>=]<location>\n\n  <name>      Module name of the installed definition\n  <location>  The location to read from (described below)\n\nValid Locations:\n  [<source>~]<pkg>[@<version>][#<tag>]\n  file:<path>\n  github:<org>/<repo>[/<path>][#<commitish>]\n  bitbucket:<org>/<repo>[/<path>][#<commitish>]\n  npm:<pkg>[/<path>]\n  bower:<pkg>[/<path>]\n  http(s)://<host>/<path>\n\n  <source>    The registry mirror: \"npm\", \"bower\", \"env\", \"global\", \"lib\" or \"dt\"\n              When not specified, `defaultSource` in `.typingsrc` will be used.\n  <path>      Path to a `.d.ts` file or `typings.json`\n  <host>      A domain name (with optional port)\n  <version>   A semver range (E.g. \">=4.0\")\n  <tag>       The specific tag of a registry entry\n  <commitish> A git commit, tag or branch\n\nOptions:\n  [--save|-S]       Persist to \"dependencies\"\n  [--save-dev|-D]   Persist to \"devDependencies\"\n  [--save-peer|-P]  Persist to \"peerDependencies\"\n  [--global|-G]     Install and persist as an global definition\n    [-SG]           Persist to \"globalDependencies\"\n    [-DG]           Persist to \"globalDevDependencies\"\n  [--production]    Install only production dependencies (omits dev dependencies)\n\nAliases: i, in\n";
                    
7}
                    
                
2016-03-29-gitlab-runner-1-1-released.html.md https://gitlab.com/gshaheen/www-gitlab-com | Markdown | 231 lines
                    
40For example, Runners are called "Agents" in Atlassian's Bamboo (which integrates
                    
41with Bitbucket.) Some services, like Bamboo, charge individually for using these
                    
42virtual machines and if you need a number of them it can get quite expensive,
                    
                
README.md https://gitlab.com/mmoelle1/UETLI | Markdown | 273 lines
                    
45| [Arrayfire](http://arrayfire.com)                                     | version 3.3.x and better               | yes   | yes     | yes     | yes     | no        | yes               |
                    
46| [Blaze](https://bitbucket.org/blaze-lib/blaze)                        | version 3.0 and better                 | yes   | yes     | yes     | yes     | no        | no                |
                    
47| [CMTL4](http://www.simunova.com/de/cmtl4)                             | not tested yet                         |  -    |  -      |  -      |  -      |  -        |  -                |
                    
                
readme.md https://bitbucket.org/samu661/fish.git | Markdown | 78 lines
                    
17*NB:This software tests only the computation time and give the results in files*  
                    
18[FISH_download](https://bitbucket.org/samu661/fish/downloads/FISH.tar.gz)  
                    
19
                    
77#License
                    
78[MIT](https://bitbucket.org/samu661/fish/src/master/license.md)
                    
                
com.oF2pks.classyshark3xodus.yml https://gitlab.com/onitake/fdroiddata | YAML | 125 lines
                    
5WebSite: https://forum.xda-developers.com/android/software-hacking/dexdump-xodus-trackers-apk-static-t3833391
                    
6SourceCode: https://bitbucket.org/oF2pks/fdroid-classyshark3xodus/src
                    
7
                    
28RepoType: git
                    
29Repo: https://bitbucket.org/oF2pks/fdroid-classyshark3xodus.git
                    
30
                    
                
Sidebar-Azure.js https://gitlab.com/thejeshgn/lib_files | JavaScript | 101 lines
                    
25			this.createVertexTemplateEntry(s + 'backup_service;', w, h * 0.9, '', 'Backup Service', null, null, this.getTagsForStencil(gn, 'backup_service', dt).join(' ')),
                    
26			this.createVertexTemplateEntry(s + 'bitbucket_code_source;', w * 0.85, h, '', 'BitBucket Code Source', null, null, this.getTagsForStencil(gn, 'bitbucket_code_source', dt).join(' ')),
                    
27			this.createVertexTemplateEntry(s + 'biztalk_services;', w, h, '', 'BizTalk Services', null, null, this.getTagsForStencil(gn, 'biztalk_services', dt).join(' ')),
                    
                
CMakeLists.txt https://gitlab.com/SofarProject/ueye | CMake | 149 lines
                    
45    file(DOWNLOAD 
                    
46      #https://bitbucket.org/kmhallen/ueye/downloads/uEye_SDK_4_60_amd64.tar.gz
                    
47      http://download.ros.org/data/ueye/uEye_SDK_4_60_amd64.tar.gz
                    
61    file(DOWNLOAD 
                    
62      #https://bitbucket.org/kmhallen/ueye/downloads/uEye_SDK_4_60_i386.tar.gz
                    
63      http://download.ros.org/data/ueye/uEye_SDK_4_60_i386.tar.gz
                    
78    file(DOWNLOAD 
                    
79      #https://bitbucket.org/kmhallen/ueye/downloads/uEye_SDK_4_60_armhf.tar.gz
                    
80      http://download.ros.org/data/ueye/uEye_SDK_4_60_armhf.tar.gz
                    
                
build-osx.md https://bitbucket.org/r_development82/nxton-core.git | Markdown | 121 lines
                    
46
                    
47        git clone https://bitbucket.org/BGC-Devs/nexton-2.git
                    
48        cd NXTON
                    
                
index.html https://gitlab.com/deeeki/www-gitlab-com.git | HTML | 239 lines
                    
16          <li><a href="#gitlab-com-vs-github-com">GitLab.com vs. GitHub.com</a></li>
                    
17          <li><a href="#gitlab-vs-bitbucket-server">GitLab CE/EE vs. Bitbucket Server</a></li>
                    
18        </ul>
                    
205        <div class="hr-title"></div>
                    
206        <h3 class="title" id="gitlab-vs-bitbucket-server">GitLab vs. Bitbucket Server</h3>
                    
207        <div class="hr-title"></div>
                    
220            <p>Everything you need in one solution</p>
                    
221            <p>To replace GitLab, you'd need a combination of Bitbucket server, JIRA, Confluence, and Bamboo.</p>
                    
222          </li>
                    
                
repo_hooks.go https://gitlab.com/rpi-romlinch/drone | Go | 203 lines
                    
139	// it is possible the JSON was parsed, however,
                    
140	// was not from Gogs (maybe was from Bitbucket)
                    
141	// So we'll check to be sure certain key fields
                    
                
bitbucket_server_controller_spec.rb https://gitlab.com/dusek/gitlab-ce | Ruby | 161 lines
                    
10    session[:bitbucket_server_url] = 'http://localhost:7990'
                    
11    session[:bitbucket_server_username] = 'bitbucket'
                    
12    session[:bitbucket_server_personal_access_token] = 'some-token'
                    
16    sign_in(user)
                    
17    allow(controller).to receive(:bitbucket_server_import_enabled?).and_return(true)
                    
18  end
                    
91    let(:username) { 'bitbucket-user' }
                    
92    let(:url) { 'http://localhost:7990/bitbucket' }
                    
93
                    
105    it 'sets the session variables' do
                    
106      post :configure, params: { personal_access_token: token, bitbucket_username: username, bitbucket_server_url: url }
                    
107
                    
128    it 'assigns repository categories' do
                    
129      created_project = create(:project, :import_finished, import_type: 'bitbucket_server', creator_id: user.id, import_source: @created_repo.browse_url)
                    
130      repos = instance_double(BitbucketServer::Collection)
                    
                
guide.md https://bitbucket.org/seininn/armath.js.git | Markdown | 251 lines
                    
10
                    
11[لموقع المشروع التطويري]:https://bitbucket.org/seininn/armath.js/downloads
                    
12[الإصدار الأول]:https://bitbucket.org/seininn/armath.js/downloads/armath.ver1.js
                    
237[صفحة الإتصال]:http://people.sigh.asia/~sulaiman/contact
                    
238[ملف تحسين جديد]:https://bitbucket.org/seininn/armath.js/issues/new
                    
239[منطقة الحوارات]:http://127.0.0.1:8000/discuss.html
                    
                
index.rst https://gitlab.com/0072016/coveragepy | ReStructuredText | 202 lines
                    
1.. Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
                    
2.. For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
                    
3
                    
167
                    
168Bug reports are gladly accepted at the `Bitbucket issue tracker`_.
                    
169Bitbucket also hosts the `code repository`_. There is a `mirrored repo`_ on
                    
171
                    
172.. _Bitbucket issue tracker: http://bitbucket.org/ned/coveragepy/issues
                    
173.. _code repository: http://bitbucket.org/ned/coveragepy
                    
                
hg-git-0.8.12-hg-4.8.patch https://gitlab.com/argent/portage | Patch | 219 lines
                    
1https://bitbucket.org/durin42/hg-git/commits/ae6b1ba7482963bc9de51f299891e99005794e4e/raw
                    
2https://bitbucket.org/durin42/hg-git/commits/143b7511eadbea7507d847c805241a6db290ffe7/raw
                    
2https://bitbucket.org/durin42/hg-git/commits/143b7511eadbea7507d847c805241a6db290ffe7/raw
                    
3https://bitbucket.org/durin42/hg-git/commits/8d00fde45adbc6c3c0ccab8e362b5f5c36c171e6/raw
                    
4
                    
                
commonVisionBlox.h https://bitbucket.org/itom/plugins.git | C Header | 114 lines
                    
2    Plugin "CommonVisionBlox" for itom software
                    
3    URL: http://www.bitbucket.org/itom/plugins
                    
4    Copyright (C) 2014, Institut fuer Technische Optik, Universitaet Stuttgart
                    
                
CHANGELOG.md https://bitbucket.org/orgdown/orgdown-atlaskit.git | Markdown | 392 lines
                    
3## 10.12.2
                    
4- [patch] add horizontal rule toolbar item [48c36f4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/48c36f4)
                    
5
                    
6## 10.12.1
                    
7- [patch] Re-releasing due to potentially broken babel release [9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
                    
8
                    
9## 10.12.0
                    
10- [minor] Update styled-components dependency to support versions 1.4.6 - 3 [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
                    
11
                    
12## 10.11.0
                    
13- [minor] Create skeleton representations of various components [cd628e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cd628e4)
                    
14
                    
24## 10.9.2
                    
25- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2 [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
                    
26
                    
                
OpenBSDBCryptTest.java https://gitlab.com/edgardo001/bc-java | Java | 141 lines
                    
33
                    
34    private final static String[][] bcryptTest3 = // from: https://bitbucket.org/vadim/bcrypt.net/src/464c41416dc9/BCrypt.Net.Test/TestBCrypt.cs - plain - salt - expected
                    
35        {
                    
                
config.toml https://gitlab.com/JohnBlood/st-isidores-keyboard | TOML | 110 lines
                    
77    gitlab          = "johnblood"
                    
78    bitbucket       = ""
                    
79    jsfiddle        = ""
                    
                
FieldConfigSchemeIssueTypeDTO.java https://bitbucket.org/ahmed_bilal_360factors/jira7-core.git | Java | 128 lines
                    
11 * <p>
                    
12 * Generated by the JIRA Querydsl code generation tool - https://bitbucket.org/atlassian/jira-querydsl-codegen/
                    
13 * </p>
                    
                
app-service-choose-me-content.md https://gitlab.com/yeah568/azure-content | Markdown | 21 lines
                    
20
                    
21As the [figure](#appservice_diagram) above shows, you can publish code and other web content into Azure App Service in several ways. You can use FTP, FTPS, or Microsoft's WebDeploy technology. Azure App Service also supports publishing code from source control systems, including Git, GitHub, CodePlex, BitBucket, Dropbox, Mercurial, Team Foundation Server, and the cloud-based Team Foundation Service.
                    
22
                    
                
BitbucketIssueRepositoryEditor.java https://bitbucket.org/atlassian/jetbrains-bitbucket-connector/ | Java | 130 lines
                    
8import com.intellij.util.Consumer;
                    
9import org.bitbucket.connectors.jetbrains.BitbucketSettings;
                    
10import org.bitbucket.connectors.jetbrains.BitbucketUtil;
                    
11import org.bitbucket.connectors.jetbrains.RepositoryInfo;
                    
12import org.bitbucket.connectors.jetbrains.ui.BitbucketBundle;
                    
13
                    
20
                    
21public class BitbucketIssueRepositoryEditor extends BaseRepositoryEditor<BitbucketIssueRepository> {
                    
22    private static final Logger log =
                    
28
                    
29    public BitbucketIssueRepositoryEditor(final Project project, final BitbucketIssueRepository repository,
                    
30                                          Consumer<BitbucketIssueRepository> changeListener) {
                    
106        bitbucketCustomPanel.add(mySelectRepositoryComboBox, BorderLayout.CENTER);
                    
107        bitbucketCustomPanel.add(new JLabel(BitbucketBundle.message("select-task-repository"), SwingConstants.RIGHT) {
                    
108            @Override
                    
                
before_install_oracle.sh https://gitlab.com/vectorci/rippled | Shell | 123 lines
                    
4# Based on oracle10g-update.sh from HTSQL project:
                    
5# https://bitbucket.org/prometheus/htsql
                    
6#
                    
                
import.py https://gitlab.com/pserwylo/fdroidserver.git | Python | 313 lines
                    
45
                    
46    # Works for BitBucket
                    
47    m = re.search('data-fetch-url="(.*)"', page)
                    
55
                    
56    # Works for BitBucket (obsolete)
                    
57    index = page.find('hg clone')
                    
67
                    
68    # Works for BitBucket (obsolete)
                    
69    index = page.find('git clone')
                    
128        app.WebSite = ""
                    
129    elif url.startswith('https://bitbucket.org/'):
                    
130        if url.endswith('/'):
                    
131            url = url[:-1]
                    
132        projecttype = 'bitbucket'
                    
133        app.SourceCode = url + '/src'
                    
                
README.md https://gitlab.com/yousafsyed/easternglamor | Markdown | 118 lines
                    
50    - 500px
                    
51    - BitBucket
                    
52    - Etsy
                    
                
Conditionals_LCD.h https://gitlab.com/helios/Marlin | C Header | 319 lines
                    
134  #if ENABLED(LCD_I2C_SAINSMART_YWROBOT)
                    
135    // This uses the LiquidCrystal_I2C library ( https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home )
                    
136    // Make sure it is placed in the Arduino libraries directory.
                    
184  // 2 wire Non-latching LCD SR from:
                    
185  // https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/schematics#!shiftregister-connection
                    
186
                    
                
 

Source

Language