PageRenderTime 184ms queryTime 36ms sortTime 20ms getByIdsTime 38ms findMatchingLines 29ms

100+ results results for 'bitbucket repo:jjhop/mycash' (184 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
                    
                
bitbucket.py https://gitlab.com/ztane/python-bitbucket | Python | 327 lines
                    
8- BitbucketSpecialAction: an enum of special actions to be handled by children
                    
9- BitbucketBase: parent class for Bitbucket resources
                    
10- Bitbucket: root resource for the whole Bitbucket instance
                    
20
                    
21from pybitbucket.auth import Anonymous
                    
22from pybitbucket.entrypoints import entrypoints_json
                    
103@python_2_unicode_compatible
                    
104class BitbucketBase(object):
                    
105    id_attribute = 'id'
                    
127        for name, body in links.items():
                    
128            # Ignore quirky Bitbucket clone link
                    
129            if isinstance(body, dict):
                    
276
                    
277class Bitbucket(BitbucketBase):
                    
278    def __init__(self, client=Client()):
                    
                
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
                    
                
shims.yml https://gitlab.com/mlassabe/LASSABE | YAML | 289 lines
                    
25  prefix: far
                    
26bitbucket-square:
                    
27  name: bitbucket
                    
                
xnoise-resources.vala https://bitbucket.org/michel-slm/xnoise.git | Vala | 90 lines
                    
87    internal static const string WEBSITE         = "http://www.xnoise-media-player.com/";
                    
88    internal static const string WEB_FAQ         = "https://bitbucket.org/shuerhaaken/xnoise/wiki/FAQ";
                    
89    internal static const string WEB_KEYBOARD_SC = "https://bitbucket.org/shuerhaaken/xnoise/wiki/KeyBindings";
                    
                
help.html https://bitbucket.org/karianna/betterrev.git | HTML | 102 lines
                    
11    <li>Create a <a href="https://bitbucket.org/" target="_blank">BitBucket</a> account</li>
                    
12    <li>Join the <a href="https://bitbucket.org/adoptopenjdk/" target="_blank">Adopt OpenJDK BitBucket Organisation</a>
                    
13    </li>
                    
23<pre>
                    
24    hg clone ssh://hg@@bitbucket.org/adoptopenjdk/adopt
                    
25    cd adopt
                    
31        <p class="console-output">
                    
32            richardwarburton@@machine:openjdk$ hg clone ssh://hg@@bitbucket.org/adoptopenjdk/adopt <br/>
                    
33            destination directory: adopt <br/>
                    
57    <li>
                    
58        Providing up to date clones of OpenJDK forests in <a href="https://bitbucket.org/" target="_blank">BitBucket</a>
                    
59    </li>
                    
74    <li><strong>Betterrev</strong> keeps up to date copies of OpenJDK repos in BitBucket</li>
                    
75    <li><strong>You</strong> fork the appropriate <a href="https://bitbucket.org/adoptopenjdk/" target="_blank">OpenJDK repo(s)</a> from BitBucket
                    
76    </li>
                    
                
instructions.tex https://bitbucket.org/aterrel/2012summerssc395.git | LaTeX | 157 lines
                    
19Open a terminal and execute {\tt git clone
                    
20  git@bitbucket.org:aterrel/2012summerssc395.git}.
                    
21
                    
                
README.markdown https://bitbucket.org/zealdin/socket.io-java-client.git | Markdown | 149 lines
                    
98 
                    
99 		hg clone https://bitbucket.org/Gottox/socket.io-java-client 
                    
100 
                    
                
create.rb https://gitlab.com/brobrai975/gitlab | 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))
                    
                
ClassBroadcasterimplTest.java https://bitbucket.org/bradleysmithllc/etl-unit.git | Java | 321 lines
                    
1package org.bitbucket.bradleysmithllc.etlunit.test;
                    
2
                    
22
                    
23import org.bitbucket.bradleysmithllc.etlunit.*;
                    
24import org.bitbucket.bradleysmithllc.etlunit.listener.ClassBroadcaster;
                    
24import org.bitbucket.bradleysmithllc.etlunit.listener.ClassBroadcaster;
                    
25import org.bitbucket.bradleysmithllc.etlunit.listener.ClassBroadcasterImpl;
                    
26import org.bitbucket.bradleysmithllc.etlunit.listener.ClassListener;
                    
26import org.bitbucket.bradleysmithllc.etlunit.listener.ClassListener;
                    
27import org.bitbucket.bradleysmithllc.etlunit.context.VariableContext;
                    
28import org.bitbucket.bradleysmithllc.etlunit.parser.*;
                    
28import org.bitbucket.bradleysmithllc.etlunit.parser.*;
                    
29import org.bitbucket.bradleysmithllc.etlunit.util.IOUtils;
                    
30import org.bitbucket.bradleysmithllc.etlunit.util.EtlUnitStringUtils;
                    
                
ETLTestValueObjectBuilderTest.java https://bitbucket.org/bradleysmithllc/etl-unit.git | Java | 358 lines
                    
1package org.bitbucket.bradleysmithllc.etlunit.parser.test;
                    
2
                    
22
                    
23import org.bitbucket.bradleysmithllc.etlunit.parser.*;
                    
24import org.junit.Assert;
                    
                
logo.svg https://bitbucket.org/kostmo/stash-plugins.git | SVG | 116 lines
                    
17   sodipodi:docname="logo.svg"
                    
18   inkscape:export-filename="/home/kostmo/tesla/bitbucket-kostmo-stash-plugins/line-ending-stats/graphics/logo.png"
                    
19   inkscape:export-xdpi="27.217705"
                    
                
field_icon.php https://gitlab.com/furrutia1991/imosa_web | PHP | 460 lines
                    
29		'icon-bell',
                    
30		'icon-bitbucket',
                    
31		'icon-bitcoin',
                    
                
application_setting.rb https://gitlab.com/svansteenis/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'],
                    
                
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 *
                    
                
Hungarian.php https://github.com/cybernet/CyBerFuN-CoDeX.git | PHP | 121 lines
                    
44'avaurl1' => 'Max. 150 pixel (külömben át lesz méretezve)',
                    
45'avaurl2' => 'Akár ide is feltöltheted <a href=bitbucket.php>BitBucket</a>.',
                    
46'vava' => 'Avatár mutatása',
                    
                
index.html https://bitbucket.org/lalinsky/oxygene.sk.git | HTML | 150 lines
                    
36			<ul>
                    
37				<li><a href="https://bitbucket.org/lalinsky">Me @ Bitbucket</a></li>
                    
38				<li><a href="https://github.com/lalinsky">Me @ GitHub</a></li>
                    
                
message-queue.js https://bitbucket.org/EthanLevine/senior-design.git | JavaScript | 115 lines
                    
9// For documentation on using this library, see the project's wiki at:
                    
10//   https://bitbucket.org/EthanLevine/senior-design/wiki/message-queue.js
                    
11var messageQueue = (function () {
                    
                
org.projectmaxs.transport.xmpp.yml https://gitlab.com/shlusiak/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
                    
                
exampleYang.groovy https://bitbucket.org/novakmi/yangbuilder.git | Groovy | 116 lines
                    
3//This is free software licensed under MIT License, see LICENSE file
                    
4//(https://bitbucket.org/novakmi/yangbuilder/src/LICENSE)
                    
5
                    
9//adoc-begin - documentation purpose comment
                    
10@Grab(group = 'org.bitbucket.novakmi', module = 'nodebuilder', version = '1.1.1')
                    
11@Grab(group = 'org.bitbucket.novakmi', module = 'yangbuilder', version = '1.3.0')
                    
13// This script template represents example of usage without any plugin
                    
14def builder = new org.bitbucket.novakmi.yangbuilder.YangBuilder(4) // create new builder, indent 4 (default is 2)
                    
15builder.declareAlias('import_', 'import') //optional alias declaration                                             //<1>
                    
44                        indent: true)
                    
45                yngbuild('   see http://bitbucket.org/novakmi/yangbuilder */', indent: true)                    //<5>
                    
46                yngbuild('') // new line
                    
47
                    
48                namespace "http://bitbucket.org/novakmi/yangbuilder"
                    
49                prefix "example"
                    
                
SpellAuras.h https://github.com/Archives/TrinityCore.git | C Header | 264 lines
                    
3 *
                    
4 * Copyright (C) 2010 - 2011 Myth Project <http://bitbucket.org/sun/myth-core/>
                    
5 *
                    
                
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>
                    
                
main.cpp https://bitbucket.org/kkelly87/qconnman.git | C++ | 132 lines
                    
2 * Copyright (C) 2012 Matt Broadstone
                    
3 * Contact: http://bitbucket.org/devonit/qconnman
                    
4 *
                    
                
JDBCClient.java https://bitbucket.org/bradleysmithllc/etl-unit.git | Java | 82 lines
                    
1package org.bitbucket.bradleysmithllc.etlunit.feature.database;
                    
2
                    
22
                    
23import org.bitbucket.bradleysmithllc.etlunit.TestExecutionError;
                    
24
                    
                
ResourceFeatureOperation.java https://bitbucket.org/bradleysmithllc/etl-unit.git | Java | 152 lines
                    
1package org.bitbucket.bradleysmithllc.etlunit.feature;
                    
2
                    
27import com.github.fge.jsonschema.report.ProcessingReport;
                    
28import org.bitbucket.bradleysmithllc.etlunit.ExecutionContext;
                    
29import org.bitbucket.bradleysmithllc.etlunit.TestAssertionFailure;
                    
29import org.bitbucket.bradleysmithllc.etlunit.TestAssertionFailure;
                    
30import org.bitbucket.bradleysmithllc.etlunit.TestExecutionError;
                    
31import org.bitbucket.bradleysmithllc.etlunit.TestWarning;
                    
31import org.bitbucket.bradleysmithllc.etlunit.TestWarning;
                    
32import org.bitbucket.bradleysmithllc.etlunit.context.VariableContext;
                    
33import org.bitbucket.bradleysmithllc.etlunit.parser.ETLTestMethod;
                    
33import org.bitbucket.bradleysmithllc.etlunit.parser.ETLTestMethod;
                    
34import org.bitbucket.bradleysmithllc.etlunit.parser.ETLTestOperation;
                    
35import org.bitbucket.bradleysmithllc.etlunit.parser.ETLTestValueObject;
                    
                
Option.java https://bitbucket.org/tpataky/pd4j.git | Java | 237 lines
                    
1package org.bitbucket.pd4j.util;
                    
2
                    
                
acro0.def https://bitbucket.org/preining/tex-live.git | Module-Definition | 169 lines
                    
7% Clemens Niederberger
                    
8% Web:    https://bitbucket.org/cgnieder/acro/
                    
9% E-Mail: contact@mychemistry.eu
                    
                
test_branchrestriction.py https://gitlab.com/ztane/python-bitbucket | Python | 172 lines
                    
1# -*- coding: utf-8 -*-
                    
2from test_bitbucketbase import BitbucketFixture
                    
3
                    
5from uritemplate import expand
                    
6from pybitbucket.bitbucket import Bitbucket
                    
7from pybitbucket.branchrestriction import (
                    
12
                    
13class BranchRestrictionFixture(BitbucketFixture):
                    
14    # GIVEN: An example repository owner and name
                    
46    def resources_url(cls):
                    
47        bitbucket = Bitbucket(cls.test_client)
                    
48        t = bitbucket.data['_links']['repositoryBranchRestrictions']['href']
                    
                
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'],
                    
                
application_controller.rb https://gitlab.com/SaiAshirwadInformatia/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)
                    
                
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)
                    
                
PacientType.java https://bitbucket.org/medicinaesportivaontologies/client.git | Java | 195 lines
                    
18 *       &lt;sequence>
                    
19 *         &lt;element name="pacientID" type="{http://medicinaesportivaontologies.bitbucket.org/onto-serv/servei_proves}PacientDATA" minOccurs="0"/>
                    
20 *         &lt;element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                    
                
line-icons.css https://bitbucket.org/kudakiid/kudaki-landing.git | CSS | 947 lines
                    
128}
                    
129.lni-bitbucket:before {
                    
130  content: "\e920";
                    
                
vline.el https://github.com/manniche/dot-files.git | Emacs Lisp | 389 lines
                    
10;; URL: http://www.emacswiki.org/cgi-bin/wiki/vline.el
                    
11;; URL: http://bitbucket.org/buzztaiki/elisp/src/tip/vline.el
                    
12
                    
                
index.html https://bitbucket.org/edmcman/edmcman.bitbucket.org.git | HTML | 330 lines
                    
21  
                    
22  <link rel="canonical" href="http://edmcman.bitbucket.org/blog/2012/09/07/undocumented-features-of-vsa">
                    
23  <link href="/favicon.png" rel="icon">
                    
52  <fieldset role="search">
                    
53    <input type="hidden" name="q" value="site:edmcman.bitbucket.org" />
                    
54    <input class="search" type="text" name="q" results="0" placeholder="Search"/>
                    
171  
                    
172  <a href="http://twitter.com/share" class="twitter-share-button" data-url="http://edmcman.bitbucket.org/blog/2012/09/07/undocumented-features-of-vsa/" data-via="edmcman" data-counturl="http://edmcman.bitbucket.org/blog/2012/09/07/undocumented-features-of-vsa/" >Tweet</a>
                    
173  
                    
280        // var disqus_developer = 1;
                    
281        var disqus_identifier = 'http://edmcman.bitbucket.org/blog/2012/09/07/undocumented-features-of-vsa/';
                    
282        var disqus_url = 'http://edmcman.bitbucket.org/blog/2012/09/07/undocumented-features-of-vsa/';
                    
                
Buttons.jsx https://gitlab.com/minh_pro4892/adminAnGiGioWeb | JSX | 201 lines
                    
113              <Button bsStyle="link" className="btn-social btn-bitbucket" block>
                    
114                <i className="fa fa-bitbucket"></i> Sign in with Bitbucket
                    
115              </Button>
                    
152              <div className="text-center">
                    
153                <Button bsStyle="link" className="btn-social-icon btn-bitbucket">
                    
154                  <i className="fa fa-bitbucket"></i>
                    
                
org.projectmaxs.module.smssend.yml https://gitlab.com/bugvillage-cloned-to-participate/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
                    
                
application_controller.rb https://gitlab.com/ershadk/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
                    
                
import_routing_spec.rb https://gitlab.com/abuhazim/gitlab-foss | 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
                    
                
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
                    
                
pip.rb https://github.com/jasherai/cookbooks.git | Ruby | 165 lines
                    
137    # `pip list` may be coming soon: 
                    
138    # https://bitbucket.org/ianb/pip/issue/197/option-to-show-what-version-would-be
                    
139    @new_resource.version||'latest'
                    
                
README.md https://bitbucket.org/jonforums/uru.git | Markdown | 165 lines
                    
40
                    
41* by using [Scoop][scoop] to install via `scoop install https://bitbucket.org/jonforums/uru/downloads/uru.json`
                    
42* by using the [Chocolatey][chocolatey] package manager
                    
151
                    
152[news]: https://bitbucket.org/jonforums/uru/wiki/News
                    
153[download]: https://bitbucket.org/jonforums/uru/wiki/Downloads
                    
153[download]: https://bitbucket.org/jonforums/uru/wiki/Downloads
                    
154[usage]: https://bitbucket.org/jonforums/uru/wiki/Usage
                    
155[examples]: https://bitbucket.org/jonforums/uru/wiki/Examples
                    
155[examples]: https://bitbucket.org/jonforums/uru/wiki/Examples
                    
156[scoop]: https://bitbucket.org/jonforums/uru/wiki/Scoop
                    
157[chocolatey]: https://bitbucket.org/jonforums/uru/wiki/Chocolatey
                    
157[chocolatey]: https://bitbucket.org/jonforums/uru/wiki/Chocolatey
                    
158[bashonwindows]: https://bitbucket.org/jonforums/uru/wiki/BashOnWindows
                    
159[fish]: https://bitbucket.org/jonforums/uru/wiki/FishShell
                    
                
index.rst https://bitbucket.org/lbesson/web-sphinx.git | ReStructuredText | 210 lines
                    
71
                    
72Sur Bitbucket ?
                    
73~~~~~~~~~~~~~~~
                    
76disponibles, sur `ce dépôt
                    
77git <https://bitbucket.org/lbesson/agreg-2014/>`__. Vous pouvez le
                    
78clôner et vous en servir, si besoin.
                    
112   script pour faire index et index
                    
113   inversé <https://bitbucket.org/jilljenn/agreg/src/default/guide/>`__
                    
114   (pas encore utilisé),
                    
                
streambody.html https://github.com/rajapaju/webmachine.git | HTML | 176 lines
                    
15			<li><a href="/">Home</a></li>
                    
16			<li><a href="http://bitbucket.org/justin/webmachine/">Source Code</a></li>
                    
17                        <li><a href="contact.html">Contact</a></li>
                    
                
exampleCompactYang.groovy https://bitbucket.org/novakmi/yangbuilder.git | Groovy | 89 lines
                    
3//This is free software licensed under MIT License, see LICENSE file
                    
4//(https://bitbucket.org/novakmi/yangbuilder/src/LICENSE)
                    
5
                    
5
                    
6import org.bitbucket.novakmi.yangbuilder.CompactYangPlugin
                    
7
                    
11//adoc-begin - documentation purpose comment
                    
12@Grab(group = 'org.bitbucket.novakmi', module = 'nodebuilder', version = '1.1.1')
                    
13@Grab(group = 'org.bitbucket.novakmi', module = 'yangbuilder', version = '1.3.0')
                    
19// (other option is to use builder.registerPlugin(new CompactYangPlugin()))
                    
20def builder = new org.bitbucket.novakmi.yangbuilder.YangBuilder(2, new CompactYangPlugin())                        //<1>
                    
21
                    
36//module's prefix and namespace as attributes '_nl' means new line
                    
37builder.module(moduleName, pnl_namespace:'http://bitbucket.org/novakmi/yangbuilder', prefix_nl: 'example') {      //<3>
                    
38        def makeGrouping = { // this is example how closure can be called be used by the builder
                    
                
BitbucketServerUrlReader.test.ts https://github.com/backstage/backstage.git | TypeScript | 184 lines
                    
29import { NotModifiedError } from '@backstage/errors';
                    
30import { BitbucketServerUrlReader } from './BitbucketServerUrlReader';
                    
31import { DefaultReadTreeResponseFactory } from './tree';
                    
38  new BitbucketServerIntegration(
                    
39    readBitbucketServerIntegrationConfig(
                    
40      new ConfigReader({
                    
72        rest.get(
                    
73          'https://api.bitbucket.mycompany.net/rest/api/1.0/projects/backstage/repos/mock/archive',
                    
74          (_, res, ctx) =>
                    
85        rest.get(
                    
86          'https://api.bitbucket.mycompany.net/rest/api/1.0/projects/backstage/repos/mock/commits',
                    
87          (_, res, ctx) =>
                    
99      const response = await reader.readTree(
                    
100        'https://bitbucket.mycompany.net/projects/backstage/repos/mock/browse/docs?at=some-branch',
                    
101      );
                    
                
README.md https://bitbucket.org/lawrancej/compilers.git | Markdown | 136 lines
                    
1# Git, Bitbucket/Github setup
                    
2
                    
2
                    
3![Summary of Git, Bitbucket/Github setup](setup.gif)
                    
4
                    
16
                    
173. Create a [Bitbucket](http://bitbucket.org) or [Github](http://github.com) account. Use your *@wit.edu* email address.
                    
18
                    
18
                    
19    **Note:** Bitbucket will automatically give you private repositories necessary for submitting work. If you use Github, [you should first request private repositories](http://github.com/edu); otherwise, you can create a public repository now and make it private later once you get private repository access.
                    
20
                    
36
                    
37	Paste your public SSH key into the key field in Bitbucket or [Github](https://github.com/settings/ssh) (On Bitbucket, navigate to your user -> Manage account -> SSH keys). For the title, use a nickname for your machine.
                    
38
                    
38
                    
397. Create a new **private** repository called **Compilers** on [Bitbucket](https://bitbucket.org/repo/create) or [Github](https://github.com/new).
                    
40
                    
                
jqplot-toImage-js.html https://bitbucket.org/jit_bec/shopifine.git | 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
                    
                
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'
                    
                
os-unix-sysdep.c https://gitlab.com/wustl-pctg-pub/porridge | 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.
                    
                
ExecuteWorkflowMultipart.java https://bitbucket.org/bradleysmithllc/etl-agent.git | Java | 295 lines
                    
1package org.bitbucket.bradleysmithllc.etlagent.informatica.handler;
                    
2
                    
25import org.apache.commons.lang3.ObjectUtils;
                    
26import org.bitbucket.bradleysmithllc.etlagent.VirtualFiles;
                    
27import org.bitbucket.bradleysmithllc.etlagent.dto.GenericResponseDTO;
                    
27import org.bitbucket.bradleysmithllc.etlagent.dto.GenericResponseDTO;
                    
28import org.bitbucket.bradleysmithllc.etlagent.informatica.dto.*;
                    
29import org.bitbucket.bradleysmithllc.etlagent.informatica.provider.*;
                    
29import org.bitbucket.bradleysmithllc.etlagent.informatica.provider.*;
                    
30import org.bitbucket.bradleysmithllc.etlagent.resources.ContextBase;
                    
31import org.bitbucket.bradleysmithllc.etlunit.RuntimeSupport;
                    
31import org.bitbucket.bradleysmithllc.etlunit.RuntimeSupport;
                    
32import org.bitbucket.bradleysmithllc.etlunit.util.VelocityUtil;
                    
33import org.bitbucket.bradleysmithllc.webserviceshubclient.parameter.ParameterFile;
                    
                
README.md https://bitbucket.org/dal-glossary/extension-shared.git | Markdown | 103 lines
                    
3
                    
4This repository contains code that is used for both the [Firefox](https://bitbucket.org/dal-glossary/firefox-add-on) and [Chrome](https://bitbucket.org/dal-glossary/chrome-extension) extensions that are part of the Dalhousie Glossary system.  It is comprised of two components:
                    
5
                    
15####Term Viewer
                    
16 The Term Viewer is used to display information about a term.  The information is read from a server and displayed to the user.  For each term, the server provides some number of entries about that term, which the Term Viewer displays.  For more information about the REST format, see the [server wiki](https://bitbucket.org/dal-glossary/server/wiki/Home)
                    
17
                    
                
Init.scala https://bitbucket.org/mjacobasch/lecturedoc.git | Scala | 135 lines
                    
2 * (c) 2013 Michael Eichberg et al.
                    
3 * https://bitbucket.org/delors/lecturedoc
                    
4 * 
                    
                
users.md https://gitlab.com/haleksandre/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"}
                    
                
bab-02.tex https://bitbucket.org/bpdp/buku-go.git | LaTeX | 136 lines
                    
47
                    
48Setelah itu, semua plugin tinggal kita ambil dari repository (bisa dari github, bitbucket, dan lain-lain) langsung di-copy satu direktori ke direktori \$HOME/.vim/bundle.
                    
49
                    
                
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
                    
                
index.rst https://github.com/chipx86/reviewboard.git | ReStructuredText | 168 lines
                    
101     * :ref:`Beanstalk <repository-hosting-beanstalk>`
                    
102     * :ref:`Bitbucket <repository-hosting-bitbucket>`
                    
103     * :ref:`Bitbucket Server <repository-hosting-bitbucket-server>`
                    
                
main.go https://bitbucket.org/krepa098/gosfml2.git | Go | 224 lines
                    
11import (
                    
12	sf "bitbucket.org/krepa098/gosfml2"
                    
13	"math"
                    
                
ml.py https://bitbucket.org/memmett/petsc-memmett-old.git | Python | 110 lines
                    
6    self.gitcommit = 'a7394f847c8953e1d3bdf35ba8569134b769b4a6'
                    
7    self.giturls   = ['https://bitbucket.org/petsc/pkg-ml.git']
                    
8    self.download     = ['http://ftp.mcs.anl.gov/pub/petsc/externalpackages/ml-6.2-win.tar.gz']
                    
                
Contribution.java https://bitbucket.org/richardwarburton/betterrev.git | Java | 237 lines
                    
39 * <br/>
                    
40 * For information here that corresponds to bitbucket information the bitbucket
                    
41 * pullrequest is the canonical source. e.g. createdOn is the creation date of
                    
146
                    
147    // https://bitbucket.org/api/2.0/repositories/AdoptOpenJDK/better-test-repo/pullrequests/1/diff
                    
148    public final String pullRequestUrlForOwner() {
                    
148    public final String pullRequestUrlForOwner() {
                    
149        return String.format("https://bitbucket.org/api/2.0/repositories/%s/%s/pullrequests/%s/diff",
                    
150                             owner, repositoryId, pullRequestId);
                    
152
                    
153    // https://bitbucket.org/api/2.0/repositories/richardwarburton/better-test-repo/pullrequests/1/diff
                    
154    public String pullRequestUrl() {
                    
185    public String requestersRepositoryUrl() {
                    
186        return String.format("ssh://hg@bitbucket.org/%s/%s", requester.bitbucketUserName, repositoryId);
                    
187    }
                    
                
asn.cpp https://bitbucket.org/ryall/games-pikpik.git | C++ | 595 lines
                    
294	else
                    
295		return TheBitBucket();
                    
296}
                    
                
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
                    
                
README.rst https://bitbucket.org/jibli/django-social-auth.git | ReStructuredText | 192 lines
                    
50    * `Mixcloud OAuth2`_
                    
51    * `BitBucket OAuth`_
                    
52    * `Douban OAuth`_
                    
176.. _Mixcloud OAuth2: http://www.mixcloud.com/developers/documentation/#authorization
                    
177.. _BitBucket OAuth: https://confluence.atlassian.com/display/BITBUCKET/OAuth+Consumers
                    
178.. _Douban OAuth: http://www.douban.com/service/apidoc/auth
                    
                
conf.py https://gitlab.com/ztane/alembic | Python | 231 lines
                    
38
                    
39changelog_render_ticket = "https://bitbucket.org/zzzeek/alembic/issue/%s/"
                    
40changelog_render_pullreq = "https://bitbucket.org/zzzeek/alembic/pull-request/%s"
                    
42changelog_render_pullreq = {
                    
43    "bitbucket": "https://bitbucket.org/zzzeek/alembic/pull-request/%s",
                    
44    "default": "https://bitbucket.org/zzzeek/alembic/pull-request/%s",
                    
                
setup2.sh https://gitlab.com/whrl/space_robotics_challenge | Shell | 140 lines
                    
33echo "$(tput setaf 1)downloading gazebo models$(tput sgr0)"
                    
34wget -P /tmp/ https://bitbucket.org/osrf/gazebo_models/get/default.tar.gz
                    
35mkdir -p $HOME/.gazebo/models
                    
                
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
                    
                
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
                    
                
SchemaColumn.java https://bitbucket.org/bradleysmithllc/etl-unit.git | Java | 698 lines
                    
1package org.bitbucket.bradleysmithllc.etlunit.io.file;
                    
2
                    
23import com.fasterxml.jackson.databind.JsonNode;
                    
24import org.bitbucket.bradleysmithllc.etlunit.util.ObjectUtils;
                    
25import org.bitbucket.bradleysmithllc.etlunit.util.VelocityUtil;
                    
                
utils.py https://github.com/mozilla/affiliates-lib.git | Python | 229 lines
                    
184# Taken from
                    
185# http://bitbucket.org/runeh/snippets/src/tip/missing_modules.py
                    
186@contextmanager
                    
                
HyphenationPattern_FR.as https://github.com/gka/as3hyphenation.git | ActionScript | 63 lines
                    
3 * Copyright (C) 2010  Gregor Aisch (gka at vis4 dot net)
                    
4 * Project and Source hosted on http://bitbucket.org/gka/as3-hyphenation/
                    
5 * 
                    
                
PmRepTest.java https://bitbucket.org/bradleysmithllc/etl-agent.git | Java | 143 lines
                    
1package org.bitbucket.bradleysmithllc.etlagent.informatica.provider.test;
                    
2
                    
22
                    
23import org.bitbucket.bradleysmithllc.etlagent.informatica.provider.PmRepProcess;
                    
24import org.bitbucket.bradleysmithllc.etlagent.informatica.provider.PmRepProcessImpl;
                    
24import org.bitbucket.bradleysmithllc.etlagent.informatica.provider.PmRepProcessImpl;
                    
25import org.bitbucket.bradleysmithllc.etlagent.informatica.provider.ProcessTimeoutException;
                    
26import org.bitbucket.bradleysmithllc.etlunit.BasicRuntimeSupport;
                    
26import org.bitbucket.bradleysmithllc.etlunit.BasicRuntimeSupport;
                    
27import org.bitbucket.bradleysmithllc.etlunit.PrintWriterLog;
                    
28import org.bitbucket.bradleysmithllc.etlunit.ProcessFacade;
                    
28import org.bitbucket.bradleysmithllc.etlunit.ProcessFacade;
                    
29import org.bitbucket.bradleysmithllc.etlunit.io.JavaForker;
                    
30import org.junit.Assert;
                    
                
SuperLU_DIST.py https://bitbucket.org/memmett/petsc-memmett-old.git | Python | 85 lines
                    
6    self.gitcommit  = '749f33d8104157767d443ff1a1d151642751486d' # v3.3 @ 2013-04-10
                    
7    self.giturls    = ['https://bitbucket.org/petsc/pkg-superlu_dist.git']
                    
8    self.download   = ['http://crd-legacy.lbl.gov/~xiaoye/SuperLU/superlu_dist_3.3.tar.gz']
                    
                
README.md https://gitlab.com/blocknotary/IonicInterviews | Markdown | 132 lines
                    
129
                    
130Currently this supports Github, Bitbucket and Gitlab. Pull requests for
                    
131additional hosts welcome.
                    
                
importer_spec.rb https://gitlab.com/jamgregory/gitlab-ce | Ruby | 324 lines
                    
2
                    
3describe Gitlab::BitbucketImport::Importer do
                    
4  include ImportSpecHelper
                    
6  before do
                    
7    stub_omniauth_provider('bitbucket')
                    
8    stub_feature_flags(stricter_mr_branch_name: false)
                    
63      'bb_session' => {
                    
64        'bitbucket_token' => "123456",
                    
65        'bitbucket_refresh_token' => "secret"
                    
74      import_source: project_identifier,
                    
75      import_url: "https://bitbucket.org/#{project_identifier}.git",
                    
76      import_data_attributes: { credentials: data }
                    
102      instance_double(
                    
103        Bitbucket::Representation::PullRequest,
                    
104        iid: 10,
                    
                
bitbucket-is-no-bit-bucket.rst https://github.com/dag/lucumr.git | ReStructuredText | 105 lines
                    
32This was pretty much the reason why I wasn't interested that much in
                    
33`bitbucket <http://bitbucket.org/>`_ either. I found it a well done
                    
34version of hgweb with very fair hosting plans with builtin wiki and bug
                    
38A few days ago however I signed up on bitbucket so that I could push to
                    
39the `dozer <http://www.bitbucket.org/bbangert/dozer/>`_ repository. A
                    
40few hours later jespern queried me on freenode and welcomed me to
                    
59
                    
60Both Google code and bitbucket are providing a wiki and a bug tracker.
                    
61The wiki in Google code is implemented on top of Subversion which is not
                    
62really that interesting to know but it of course gives you the
                    
63possibility to access the data locally too. Bitbucket does something
                    
64very similar and stores the wiki pages in a separate mercurial
                    
69
                    
70The bug tracker in bitbucket is probably the weakest part of the system.
                    
71While it provides a simple ticket system it is missing a good mercurial
                    
                
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>
                    
                
developers.rst https://bitbucket.org/dhellmann/virtualenvwrapper.git | ReStructuredText | 121 lines
                    
6instructions should help you get started.  Patches, bug reports, and
                    
7feature requests are all welcome through the `BitBucket site
                    
8<https://bitbucket.org/virtualenvwrapper/virtualenvwrapper/>`_.  Contributions
                    
26- docutils
                    
27- sphinxcontrib-bitbucket
                    
28
                    
                
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. 
                    
                
bh.hpp https://bitbucket.org/cruise/bohrium-i-o.git | C++ Header | 327 lines
                    
2This file is part of cphVB and copyright (c) 2012 the cphVB team:
                    
3http://bohrium.bitbucket.org
                    
4
                    
                
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
                    
                
instance_ruby_sanctum.cpp https://github.com/skypeak/VoragineCore.git | C++ | 310 lines
                    
4 *
                    
5 * Copyright (C) 2010 Myth Project <http://bitbucket.org/sun/myth-core/>
                    
6 *
                    
                
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>
                    
                
ReadMe.md https://bitbucket.org/antaresgruppen/fagm-te-2013-05-heroku.git | Markdown | 199 lines
                    
33	:::term
                    
34	git clone https://bitbucket.org/antaresgruppen/fagm-te-2013-05-heroku.git
                    
35	cd path-to-project
                    
190
                    
191  [fagm]: https://bitbucket.org/antaresgruppen/fagm-te-2013-05-heroku  "Hands-on instructions"
                    
192  [mvn]: http://maven.apache.org/download.html  "Maven download"
                    
                
user.js https://bitbucket.org/cfield/adafruit-webide.git | JavaScript | 144 lines
                    
16
                    
17// Instructional page that displays the bitbucket setup steps,
                    
18// and inputs for OAuth and Git config
                    
31
                    
32// Saves the bitbucket and git config setup information in Redis,
                    
33// submitted as a post from /setup
                    
61    } else {
                    
62      client.hmset("bitbucket_oauth", "consumer_key", key, "consumer_secret", secret, function() {
                    
63        common_setup(name, email);
                    
87
                    
88// Saves the bitbucket and git config setup information in Redis,
                    
89// submitted as a post from /setup
                    
                
pip.rb https://github.com/flaccid/cookbooks.git | Ruby | 168 lines
                    
138    # `pip list` may be coming soon:
                    
139    # https://bitbucket.org/ianb/pip/issue/197/option-to-show-what-version-would-be
                    
140    @new_resource.version||'latest'
                    
                
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: []))
                    
                
__init__.py https://bitbucket.org/mapdes/ffc.git | Python | 78 lines
                    
27    http://www.fenicsproject.org
                    
28    https://bitbucket.org/fenics-project/ufc
                    
29
                    
                
README.md https://bitbucket.org/paulkish/jtogglecolumn.git | Markdown | 155 lines
                    
6====
                    
7![JToggleColumn](https://bitbucket.org/johonunu/jtogglecolumn/raw/6220c9674443/example.png)
                    
8
                    
                
2014-09-06-porque-você-não-deve-usar-down-migrations.md https://github.com/vinibaggio/vinibaggio.github.com.git | Markdown | 49 lines
                    
7
                    
8Se você trabalha com web, é muito provável que você já usa migrações de banco de dados. Frameworks Web como Rails adotam migrações em seu design por padrão e projetos como [Goose](https://bitbucket.org/liamstask/goose) ou [DbMaintain](http://dbmaintain.org) tornam migrações fáceis de ser aplicadas em qualquer projeto.
                    
9
                    
                
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
                    
                
intro.rst https://github.com/vtemian/outclan.git | ReStructuredText | 215 lines
                    
73
                    
74__ http://bitbucket.org/denis/gevent/src/tip/examples/concurrent_download.py#cl-4
                    
75
                    
209
                    
210.. _`example: dns_mass_resolve.py`: http://bitbucket.org/denis/gevent/src/tip/examples/dns_mass_resolve.py#cl-17
                    
211
                    
                
loginProviders.html https://github.com/frett/cas.git | HTML | 98 lines
                    
37                                <span th:case="yahoo" class="fab fa-yahoo"></span>
                    
38                                <span th:case="bitbucket" class="fab fa-bitbucket"></span>
                    
39                                <span th:case="wordpress" class="fab fa-wordpress"></span>
                    
                
README.md https://bitbucket.org/ctala/woocommerce-webpay.git | Markdown | 201 lines
                    
26```
                    
27$ git clone https://ctala@bitbucket.org/ctala/woocommerce-webpay.git
                    
28```
                    
33```
                    
34https://bitbucket.org/ctala/woocommerce-webpay/get/master.zip
                    
35```
                    
                
index.html https://bitbucket.org/spacer/spacer.bitbucket.org.git | HTML | 68 lines
                    
35<li>Source Code available from this <a href="https://bitbucket.org/spacer/code">fork</a> of Z3</li>
                    
36<li>Download (old) binaries: <a href="https://bitbucket.org/spacer/spacer.bitbucket.org/downloads/spacer-2.0-lnx-x86-64.tar.gz">Linux x86-64</a> <a href="https://bitbucket.org/spacer/spacer.bitbucket.org/downloads/spacer-2.0-osx-x86-64.tar.gz">OS X x86-64</a></li>
                    
37<li>Benchmarks
                    
41paper</a> for a given number of procedures</li>
                    
42<li>Horn-SMT files for the C programs from <a href="http://sv-comp.sosy-lab.org/2014/">SV-COMP 2014</a> are available <a href="https://bitbucket.org/spacer/svcomp14-horn-smt2">here</a></li>
                    
43<li>Horn-SMT <a href="cav14/bd_cmplt.smt2">example</a> where GPDR diverges for bounded call-stack</li>
                    
57<li>SV-COMP benchmarks in SMT2 format (required to run SPACER) are
                    
58available at <a href="https://bitbucket.org/arieg/svb/downloads/svcomp13-full-smt.zip">https://bitbucket.org/arieg/svb/downloads/svcomp13-full-smt.zip</a>.</li>
                    
59<li>Experimental Results
                    
                
LDAPSocketFactory.java https://bitbucket.org/openesb/netbeans-soa.git | Java | 111 lines
                    
25 * The class design comes from the Java bug solution provided here 
                    
26 * https://bitbucket.org/atlassian/cwd-4444-java-bug-reproducer/src/master/src/main/java/Working.java
                    
27 * Here in the code, we don't use the SSLContext.getDefault() to get a SSL Context 
                    
                
application_controller.rb https://gitlab.com/jlgasparrini/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
                    
                
about.html https://bitbucket.org/ruyman/ruyman.bitbucket.org.git | HTML | 120 lines
                    
69        designed by Yuki Kodama. You can find the repository at <a
                    
70          href="https://bitbucket.org/kuy/thg-web/">https://bitbucket.org/kuy/thg-web/</a>.
                    
71        If you have suggestions or ideas for this site, please file an
                    
86                        <!-- <li><a href="http://bitbucket.org/ruyman/accull/wiki/FAQ">FAQ</a></li> -->
                    
87                        <!-- <li><a href="https://bitbucket.org/ruyman/accull/issues/?kind=bug&status=open">Bugs</a></li> -->
                    
88                        <li><a href="https://bitbucket.org/ruyman/accull/wiki/ReleaseNotes">Release Notes</a></li>
                    
88                        <li><a href="https://bitbucket.org/ruyman/accull/wiki/ReleaseNotes">Release Notes</a></li>
                    
89                        <!-- <li><a href="https://bitbucket.org/ruyman/accull/wiki/RoadMap">Roadmap</a></li> -->
                    
90                    </ul>
                    
106            <div class="footerInnerWrapper">
                    
107                <a href="http://www.bitbucket.org/"><img src="img/bitbucket-icon.png" alt="bitbucket" /></a>
                    
108                <a href="http://mercurial.selenic.com/"><img src="img/mercurial-icon.png" alt="Mercurial" /></a>
                    
111                    <p>Copyright &copy; 2015 F. de Sande, R. Reyes and <a href="https://bitbucket.org/ruyman/accull/wiki/Contributors">others</a>.</p>
                    
112                    <p>Hosted by <a href="http://www.bitbucket.org/">Bitbucket</a>. Design by <a href="http://blog.endflow.net/">Yuki Kodama</a>.</p>
                    
113                </div>
                    
                
ExtensibleFeatureModule.java https://bitbucket.org/bradleysmithllc/etl-unit.git | Java | 383 lines
                    
1package org.bitbucket.bradleysmithllc.etlunit.feature.extend;
                    
2
                    
24import com.github.fge.jsonschema.main.JsonSchema;
                    
25import org.bitbucket.bradleysmithllc.etlunit.*;
                    
26import org.bitbucket.bradleysmithllc.etlunit.context.VariableContext;
                    
26import org.bitbucket.bradleysmithllc.etlunit.context.VariableContext;
                    
27import org.bitbucket.bradleysmithllc.etlunit.feature.*;
                    
28import org.bitbucket.bradleysmithllc.etlunit.listener.ClassListener;
                    
28import org.bitbucket.bradleysmithllc.etlunit.listener.ClassListener;
                    
29import org.bitbucket.bradleysmithllc.etlunit.listener.OperationProcessor;
                    
30import org.bitbucket.bradleysmithllc.etlunit.parser.*;
                    
                
JavaExecutor.java https://bitbucket.org/bradleysmithllc/etl-unit.git | Java | 221 lines
                    
1package org.bitbucket.bradleysmithllc.etlunit.feature.execute;
                    
2
                    
22
                    
23import org.bitbucket.bradleysmithllc.etlunit.*;
                    
24import org.bitbucket.bradleysmithllc.etlunit.context.VariableContext;
                    
24import org.bitbucket.bradleysmithllc.etlunit.context.VariableContext;
                    
25import org.bitbucket.bradleysmithllc.etlunit.feature.execute.json.java_executor.execute.ExecuteHandler;
                    
26import org.bitbucket.bradleysmithllc.etlunit.feature.execute.json.java_executor.execute.ExecuteRequest;
                    
26import org.bitbucket.bradleysmithllc.etlunit.feature.execute.json.java_executor.execute.ExecuteRequest;
                    
27import org.bitbucket.bradleysmithllc.etlunit.feature.execute.json.java_executor.execute.SystemProperties;
                    
28import org.bitbucket.bradleysmithllc.etlunit.feature.logging.LogFileManager;
                    
28import org.bitbucket.bradleysmithllc.etlunit.feature.logging.LogFileManager;
                    
29import org.bitbucket.bradleysmithllc.etlunit.io.JavaForker;
                    
30import org.bitbucket.bradleysmithllc.etlunit.listener.NullClassListener;
                    
30import org.bitbucket.bradleysmithllc.etlunit.listener.NullClassListener;
                    
31import org.bitbucket.bradleysmithllc.etlunit.metadata.MetaDataArtifact;
                    
32import org.bitbucket.bradleysmithllc.etlunit.metadata.MetaDataContext;
                    
                
JavaProperty.java https://bitbucket.org/bradleysmithllc/etl-unit.git | Java | 174 lines
                    
1package org.bitbucket.bradleysmithllc.etlunit.maven.util;
                    
2
                    
23import com.sun.codemodel.*;
                    
24import org.bitbucket.bradleysmithllc.json.validator.JsonSchemaObjectNode;
                    
25
                    
                
index.md https://github.com/sifophp/sifo-instance-documentation.git | Markdown | 93 lines
                    
81
                    
82	git clone --recursive git@bitbucket.org:obokaman/centos-6.3-lamp-with-vagrant-for-sifo.git vmSifo
                    
83	cd vmSifo
                    
85
                    
86That's all. No kidding. These commands will download a [running Sifo via Vagrant](https://bitbucket.org/obokaman/centos-6.3-lamp-with-vagrant-for-sifo)
                    
87
                    
91* Now sifo is accessible in [http://sifo.local](http://sifo.local)
                    
92* Read this [README](https://bitbucket.org/obokaman/centos-6.3-lamp-with-vagrant-for-sifo) to understand how Vagrant works with Sifo
                    
93* [Start coding your own project](#instance)
                    
                
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);
                    
                
index.rst https://bitbucket.org/mikael_mortensen/pdesys.git | ReStructuredText | 125 lines
                    
105These pages have been created by the `FEniCS Team
                    
106<https://bitbucket.org/fenics-project/profile/members>`__ with the
                    
107help of `Mattias Schläger <http://www.sch-form.com>`__ who designed
                    
112documentation in particular). The sources for these pages are
                    
113maintained on `Bitbucket
                    
114<https://bitbucket.org/fenics-project/fenics-web>`__. Comments and bug
                    
116missing, `please file a bug report
                    
117<https://bitbucket.org/fenics-project/fenics-web/issues>`__ on
                    
118Bitbucket.
                    
                
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
                    
                
social-ie7.css https://github.com/evocateur/yui3-gallery.git | CSS | 42 lines
                    
37i.itsaicon-social-github { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&nbsp;&#xe81b;&nbsp;'); }
                    
38i.itsaicon-social-bitbucket { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&nbsp;&#xe823;&nbsp;'); }
                    
39i.itsaicon-social-call2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&nbsp;&#xe829;&nbsp;'); }
                    
                
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
                    
                
setup.py https://bitbucket.org/karpeev/petsc.git | Python | 307 lines
                    
25    $ pip install Cython numpy mpi4py
                    
26    $ pip install --no-deps https://bitbucket.org/petsc/petsc/get/master.tar.gz
                    
27    $ pip install --no-deps https://bitbucket.org/petsc/petsc4py/get/master.tar.gz
                    
                
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
                    
                
author-profile.html https://github.com/jingweno/jingweno.github.com.git | HTML | 263 lines
                    
131
                    
132      {% if author.bitbucket %}
                    
133        <li>
                    
133        <li>
                    
134          <a href="https://bitbucket.org/{{ author.bitbucket }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
                    
135            <i class="fab fa-fw fa-bitbucket" aria-hidden="true"></i> Bitbucket
                    
                
source.html https://bitbucket.org/ruyman/ruyman.bitbucket.org.git | HTML | 104 lines
                    
58        <li><a href="https://bitbucket.org/tortoisehg/targz/downloads/tortoisehg-2.0.tar.gz">2.0</a></li>
                    
59        <li><a href="https://bitbucket.org/tortoisehg/targz/downloads">Older</a></li>
                    
60    </ul>
                    
68                    <ul>
                    
69                        <!-- <li><a href="http://ruyman.bitbucket.org/manual/0.2/quick.html">Tutorial</a></li> -->
                    
70                        <!-- <li><a href="http://bitbucket.org/ruyman/accull/wiki/FAQ">FAQ</a></li> -->
                    
71                        <!-- <li><a href="https://bitbucket.org/ruyman/accull/issues/?kind=bug&status=open">Bugs</a></li> -->
                    
72                        <li><a href="https://bitbucket.org/ruyman/accull/wiki/ReleaseNotes">Release Notes</a></li>
                    
73                        <!-- <li><a href="https://bitbucket.org/ruyman/accull/wiki/RoadMap">Roadmap</a></li> -->
                    
90            <div class="footerInnerWrapper">
                    
91                <a href="http://www.bitbucket.org/"><img src="../img/bitbucket-icon.png" alt="bitbucket" /></a>
                    
92                <a href="http://mercurial.selenic.com/"><img src="../img/mercurial-icon.png" alt="Mercurial" /></a>
                    
95                    <p>Copyright &copy; 2015 F. de Sande, R. Reyes and <a href="https://bitbucket.org/ruyman/accull/wiki/Contributors">others</a>.</p>
                    
96                    <p>Hosted by <a href="http://www.bitbucket.org/">Bitbucket</a>. Design by <a href="http://blog.endflow.net/">Yuki Kodama</a>.</p>
                    
97                </div>
                    
                
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
                    
                
response.php https://bitbucket.org/slogsdon/unamed.git | PHP | 200 lines
                    
8 * @license  MIT http://mit.edu/
                    
9 * @link     http://bitbucket.org/slogsdon/unamed
                    
10 */
                    
21     * @license  MIT http://mit.edu/
                    
22     * @link     http://bitbucket.org/slogsdon/unamed
                    
23     * @since    1.0
                    
                
petsc4py.py https://bitbucket.org/tferma/petsc.git | Python | 116 lines
                    
6    self.gitcommit         = '026d6fa' # maint/3.7 from may-21-2026
                    
7    self.download          = ['git://https://bitbucket.org/petsc/petsc4py','https://bitbucket.org/petsc/petsc4py/get/'+self.gitcommit+'.tar.gz']
                    
8    self.functions         = []
                    
                
posts_model.php https://bitbucket.org/jo_racingdesign/codecms.git | PHP | 255 lines
                    
9 * @license     http://creativecommons.org/licenses/by-sa/3.0/deed.en_US
                    
10 * @link        https://bitbucket.org/jsdecena/codecms
                    
11 * @since       Version 0.1
                    
                
DemoController.php https://bitbucket.org/agustincl/dlutwbootstrap-demo.git | PHP | 116 lines
                    
11 * @link http://www.zfdaily.com
                    
12 * @link https://bitbucket.org/dlu/dlutwbootstrap-demo
                    
13 */
                    
                
customizing.rst https://bitbucket.org/jonasteuwen/flask-restless.git | ReStructuredText | 281 lines
                    
125A reasonable validation framework you might use for this purpose is `SQLAlchemy
                    
126Validation <https://bitbucket.org/rsyring/sqlalchemy-validation>`_. You can
                    
127also use the :func:`~sqlalchemy.orm.validates` decorator that comes with
                    
                
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
                    
                
 

Source

Language