PageRenderTime 154ms queryTime 25ms sortTime 12ms getByIdsTime 19ms findMatchingLines 12ms

100+ results results for 'bitbucket repo:joeworkman/git2bit' (154 ms)

Not the results you expected?
line-icons.css https://bitbucket.org/kudakiid/kudaki-landing.git | CSS | 947 lines
                    
128}
                    
129.lni-bitbucket:before {
                    
130  content: "\e920";
                    
                
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
                    
                
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
                    
                
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.
                    
                
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. 
                    
                
field_icon.php https://bitbucket.org/ensenterprises/vivo-city.git | PHP | 460 lines
                    
29		'icon-bell',
                    
30		'icon-bitbucket',
                    
31		'icon-bitcoin',
                    
                
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);
                    
                
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
                    
                
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
                    
                
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
                    
                
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">
                    
                
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")() }
                    
                
routes.rb https://gitlab.com/Rockyspade/gitlab-ce.git | Ruby | 538 lines
                    
83
                    
84    resource :bitbucket, only: [:create, :new], controller: :bitbucket do
                    
85      get :status
                    
                
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) {
                    
                
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>
                    
                
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
                    
                
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;">
                    
                
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>
                    
                
ServletMustacheFactory.java https://bitbucket.org/sdorra/scm-manager/ | Java | 153 lines
                    
27 *
                    
28 * http://bitbucket.org/sdorra/scm-manager
                    
29 *
                    
                
transport.go https://bitbucket.org/taruti/ssh.go/ | Go | 237 lines
                    
3import (
                    
4	"bitbucket.org/taruti/bigendian"
                    
5	"bufio"
                    
                
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)
                    
                
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
                    
                
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
                    
                
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)
                    
                
realworld.html git://github.com/simogeo/Filemanager.git | 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>
                    
                
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>
                    
                
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
                    
                
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
                    
                
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>
                    
                
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
                    
                
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'
                    
                
gradle-in-snapcraft.html https://bitbucket.org/zenharbinger/zenharbinger.bitbucket.io.git | HTML | 228 lines
                    
105      
                    
106        <li><a href="https://bitbucket.org/zenharbinger"><i class="fa fa-fw fa-bitbucket" aria-hidden="true"></i> Bitbucket</a></li>
                    
107      
                    
                
06-config.md https://github.com/naderman/composer.git | Markdown | 338 lines
                    
116
                    
117## bitbucket-oauth
                    
118
                    
118
                    
119A list of domain names and consumers. For example using `{"bitbucket.org":
                    
120{"consumer-key": "myKey", "consumer-secret": "mySecret"}}`.
                    
120{"consumer-key": "myKey", "consumer-secret": "mySecret"}}`.
                    
121Read more [here](articles/authentication-for-private-packages.md#bitbucket-oauth).
                    
122
                    
201Defaults to `$cache-dir/repo`. Stores repository metadata for the `composer`
                    
202type and the VCS repos of type `svn`, `fossil`, `github` and `bitbucket`.
                    
203
                    
                
Session.php https://bitbucket.org/klyve/imt2291-project1-spring2018.git | PHP | 157 lines
                    
12 * @version    1.0
                    
13 * @link       https://bitbucket.org/klyve/imt2291-project1-spring2018
                    
14 * @since      File available since Release 1.0
                    
                
cf.cy.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 131 lines
                    
36             accesskey="I">index</a></li>
                    
37  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.10</a> &raquo;</li>
                    
38<!--
                    
38<!--
                    
39  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
40  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
103             >index</a></li>
                    
104  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.10</a> &raquo;</li>
                    
105<!--
                    
105<!--
                    
106  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
107  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
README.rst https://bitbucket.org/mforbes/paper_dvrvsho | ReStructuredText | 97 lines
                    
3.. This file should be written using the restructure text
                    
4.. conventions.  It will be displayed on the bitbucket source page and
                    
5.. serves as the documentation of the directory.
                    
76.. _DVR_Demo.py: \
                    
77   https://bitbucket.org/mforbes/paper_dvrvsho/src/tip/DVR_Demo.py
                    
78.. _plots.py: \
                    
78.. _plots.py: \
                    
79   https://bitbucket.org/mforbes/paper_dvrvsho/src/tip/plots.py
                    
80.. _View the DVR_Demo Notebook: \
                    
80.. _View the DVR_Demo Notebook: \
                    
81   http://nbviewer.ipython.org/urls/bitbucket.org/mforbes/paper_dvrvsho/raw/tip/DVR_Demo.ipynb
                    
82.. |EPD| replace:: Enthough Python Distribution (EPD_)
                    
91.. _IPython Notebook Viewer: http://nbviewer.ipython.org/
                    
92.. _pymmf: https://bitbucket.org/mforbes/pymmf
                    
93.. _numexpr: http://code.google.com/p/numexpr/
                    
                
cf.cy.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 131 lines
                    
36             accesskey="I">index</a></li>
                    
37  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.4</a> &raquo;</li>
                    
38<!--
                    
38<!--
                    
39  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
40  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
103             >index</a></li>
                    
104  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.4</a> &raquo;</li>
                    
105<!--
                    
105<!--
                    
106  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
107  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
merged_iter.go https://bitbucket.org/cloudwallet/goleveldb.git | Go | 304 lines
                    
9import (
                    
10	"bitbucket.org/cloudwallet/goleveldb/leveldb/comparer"
                    
11	"bitbucket.org/cloudwallet/goleveldb/leveldb/errors"
                    
11	"bitbucket.org/cloudwallet/goleveldb/leveldb/errors"
                    
12	"bitbucket.org/cloudwallet/goleveldb/leveldb/util"
                    
13)
                    
                
cf.FieldList.__getitem__.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 191 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.FieldList.__getitem__">
                    
81<code class="descclassname">FieldList.</code><code class="descname">__getitem__</code><span class="sig-paren">(</span><em>index</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-12476"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.FieldList.__getitem__" title="Permalink to this definition">Âś</a></dt>
                    
82<dd><p>Called to implement evaluation of f[index]</p>
                    
160  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
161  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.2.3</a> &raquo;</li>
                    
162<!--
                    
162<!--
                    
163  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
164  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.TEMPDIR.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 202 lines
                    
47  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
48  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python 2.0</a> &raquo;</li>
                    
49<!--
                    
49<!--
                    
50  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python</a> &raquo;</li>
                    
51  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
80<dt id="cf.TEMPDIR">
                    
81<code class="descclassname">cf.</code><code class="descname">TEMPDIR</code><span class="sig-paren">(</span><em>*arg</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v2.0/cf/functions.py#functions.py-310"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.TEMPDIR" title="Permalink to this definition">Âś</a></dt>
                    
82<dd><p>The directory for internally generated temporary files.</p>
                    
172  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
173  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python 2.0</a> &raquo;</li>
                    
174<!--
                    
174<!--
                    
175  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python</a> &raquo;</li>
                    
176  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.Field.varray.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 193 lines
                    
47  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
48  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python 2.0</a> &raquo;</li>
                    
49<!--
                    
49<!--
                    
50  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python</a> &raquo;</li>
                    
51  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
162  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
163  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python 2.0</a> &raquo;</li>
                    
164<!--
                    
164<!--
                    
165  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python</a> &raquo;</li>
                    
166  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.CHUNKSIZE.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 207 lines
                    
47  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
48  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python 2.0</a> &raquo;</li>
                    
49<!--
                    
49<!--
                    
50  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python</a> &raquo;</li>
                    
51  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
80<dt id="cf.CHUNKSIZE">
                    
81<code class="descclassname">cf.</code><code class="descname">CHUNKSIZE</code><span class="sig-paren">(</span><em>*size</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v2.0/cf/functions.py#functions.py-220"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.CHUNKSIZE" title="Permalink to this definition">¶</a></dt>
                    
82<dd><p>The memory chunk size in bytes for data storage and processing.</p>
                    
177  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
178  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python 2.0</a> &raquo;</li>
                    
179<!--
                    
179<!--
                    
180  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python</a> &raquo;</li>
                    
181  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.CellMethods.equivalent.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 195 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.CellMethods.equivalent">
                    
80<code class="descclassname">CellMethods.</code><code class="descname">equivalent</code><span class="sig-paren">(</span><em>other</em>, <em>rtol=None</em>, <em>atol=None</em>, <em>traceback=False</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.1.10/cf/cellmethods.py#cellmethods.py-1313"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.CellMethods.equivalent" title="Permalink to this definition">Âś</a></dt>
                    
81<dd><p>True if two cell methods are equivalent, False otherwise.</p>
                    
164             >previous</a> |</li>
                    
165  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.10</a> &raquo;</li>
                    
166<!--
                    
166<!--
                    
167  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
168  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.Field.equivalent_domain.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 199 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.Field.equivalent_domain">
                    
80<code class="descclassname">Field.</code><code class="descname">equivalent_domain</code><span class="sig-paren">(</span><em>other</em>, <em>rtol=None</em>, <em>atol=None</em>, <em>traceback=False</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.1.10/cf/field.py#field.py-5660"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.Field.equivalent_domain" title="Permalink to this definition">Âś</a></dt>
                    
81<dd><p>Return True if two fields have equivalent data domains.</p>
                    
168             >previous</a> |</li>
                    
169  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.10</a> &raquo;</li>
                    
170<!--
                    
170<!--
                    
171  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
172  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.dirname.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 204 lines
                    
45             accesskey="P">previous</a> |</li>
                    
46  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.8</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;">
                    
78<dt id="cf.dirname">
                    
79<code class="descclassname">cf.</code><code class="descname">dirname</code><span class="sig-paren">(</span><em>filename</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.1.8/cf/functions.py#functions.py-1745"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.dirname" title="Permalink to this definition">Âś</a></dt>
                    
80<dd><p>Return the directory name of a file.</p>
                    
174             >previous</a> |</li>
                    
175  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.8</a> &raquo;</li>
                    
176<!--
                    
176<!--
                    
177  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
178  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.Field.equivalent_domain.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 199 lines
                    
45             accesskey="P">previous</a> |</li>
                    
46  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.8</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.Field.equivalent_domain">
                    
80<code class="descclassname">Field.</code><code class="descname">equivalent_domain</code><span class="sig-paren">(</span><em>other</em>, <em>rtol=None</em>, <em>atol=None</em>, <em>traceback=False</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.1.8/cf/field.py#field.py-5653"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.Field.equivalent_domain" title="Permalink to this definition">Âś</a></dt>
                    
81<dd><p>Return True if two fields have equivalent data domains.</p>
                    
168             >previous</a> |</li>
                    
169  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.8</a> &raquo;</li>
                    
170<!--
                    
170<!--
                    
171  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
172  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.Variable.setprop.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 199 lines
                    
45             accesskey="P">previous</a> |</li>
                    
46  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.8</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.Variable.setprop">
                    
80<code class="descclassname">Variable.</code><code class="descname">setprop</code><span class="sig-paren">(</span><em>prop</em>, <em>value</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.1.8/cf/variable.py#variable.py-5937"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.Variable.setprop" title="Permalink to this definition">Âś</a></dt>
                    
81<dd><p>Set a CF property.</p>
                    
168             >previous</a> |</li>
                    
169  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.8</a> &raquo;</li>
                    
170<!--
                    
170<!--
                    
171  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
172  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.celllt.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 191 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;">
                    
79<dt id="cf.celllt">
                    
80<code class="descclassname">cf.</code><code class="descname">celllt</code><span class="sig-paren">(</span><em>value</em>, <em>units=None</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.2.3/cf/query.py#query.py-1953"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.celllt" title="Permalink to this definition">Âś</a></dt>
                    
81<dd><p>Return a <a class="reference internal" href="../classes/cf.Query.html#cf.Query" title="cf.Query"><code class="xref py py-obj docutils literal"><span class="pre">cf.Query</span></code></a> object for coordinate cell bounds being
                    
161  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
162  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.2.3</a> &raquo;</li>
                    
163<!--
                    
163<!--
                    
164  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
165  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.cellle.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 191 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;">
                    
79<dt id="cf.cellle">
                    
80<code class="descclassname">cf.</code><code class="descname">cellle</code><span class="sig-paren">(</span><em>value</em>, <em>units=None</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.2.3/cf/query.py#query.py-1981"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.cellle" title="Permalink to this definition">Âś</a></dt>
                    
81<dd><p>Return a <a class="reference internal" href="../classes/cf.Query.html#cf.Query" title="cf.Query"><code class="xref py py-obj docutils literal"><span class="pre">cf.Query</span></code></a> object for coordinate cell bounds being
                    
161  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
162  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.2.3</a> &raquo;</li>
                    
163<!--
                    
163<!--
                    
164  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
165  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.Field.missing_value.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 190 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;">
                    
159  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
160  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.2.3</a> &raquo;</li>
                    
161<!--
                    
161<!--
                    
162  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
163  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.cellgt.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 191 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;">
                    
79<dt id="cf.cellgt">
                    
80<code class="descclassname">cf.</code><code class="descname">cellgt</code><span class="sig-paren">(</span><em>value</em>, <em>units=None</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.2.3/cf/query.py#query.py-1897"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.cellgt" title="Permalink to this definition">Âś</a></dt>
                    
81<dd><p>Return a <a class="reference internal" href="../classes/cf.Query.html#cf.Query" title="cf.Query"><code class="xref py py-obj docutils literal"><span class="pre">cf.Query</span></code></a> object for coordinate cell bounds being
                    
161  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
162  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.2.3</a> &raquo;</li>
                    
163<!--
                    
163<!--
                    
164  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
165  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.Data.sum.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 188 lines
                    
45             accesskey="P">previous</a> |</li>
                    
46  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
47  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
76<dt id="cf.Data.sum">
                    
77<tt class="descclassname">Data.</tt><tt class="descname">sum</tt><big>(</big><em>axes=None</em>, <em>squeeze=False</em>, <em>mtol=1</em>, <em>i=False</em><big>)</big><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.0/cf/data/data.py#cl-9044"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.Data.sum" title="Permalink to this definition">Âś</a></dt>
                    
78<dd><p>Collapse axes with their sum.</p>
                    
160             >previous</a> |</li>
                    
161  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
162  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.Variable.month_lengths.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 177 lines
                    
45             accesskey="P">previous</a> |</li>
                    
46  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
47  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
149             >previous</a> |</li>
                    
150  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
151  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.Field.remove_item.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 188 lines
                    
45             accesskey="P">previous</a> |</li>
                    
46  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
47  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
76<dt id="cf.Field.remove_item">
                    
77<tt class="descclassname">Field.</tt><tt class="descname">remove_item</tt><big>(</big><em>items=None</em>, <em>**kwargs</em><big>)</big><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.0/cf/field.py#cl-9499"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.Field.remove_item" title="Permalink to this definition">Âś</a></dt>
                    
78<dd><p>Remove and return a domain item from the field.</p>
                    
160             >previous</a> |</li>
                    
161  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
162  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.Field.insert_ref.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 200 lines
                    
45             accesskey="P">previous</a> |</li>
                    
46  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
47  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
76<dt id="cf.Field.insert_ref">
                    
77<tt class="descclassname">Field.</tt><tt class="descname">insert_ref</tt><big>(</big><em>item</em>, <em>key=None</em>, <em>copy=True</em>, <em>replace=True</em><big>)</big><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.0/cf/field.py#cl-8949"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.Field.insert_ref" title="Permalink to this definition">Âś</a></dt>
                    
78<dd><p>Insert a coordinate reference object into the domain in place.</p>
                    
172             >previous</a> |</li>
                    
173  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
174  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
news.html git://pkgs.fedoraproject.org/python-webtest | HTML | 273 lines
                    
67<li>Allow to use url that starts with the SCRIPT_NAME found in extra_environ</li>
                    
68<li>Fix <a class="reference external" href="https://bitbucket.org/ianb/webtest/issue/16">#16</a>  Default
                    
69content-type is now correctly set to <cite>application/octet-stream</cite></li>
                    
69content-type is now correctly set to <cite>application/octet-stream</cite></li>
                    
70<li>Fix <a class="reference external" href="https://bitbucket.org/ianb/webtest/issue/18">#14 and #18</a> Allow to use
                    
71<cite>.delete(params={})</cite></li>
                    
71<cite>.delete(params={})</cite></li>
                    
72<li>Fix <a class="reference external" href="https://bitbucket.org/ianb/webtest/issue/12">#12</a></li>
                    
73</ul>
                    
77<ul class="simple">
                    
78<li>Fix <a class="reference external" href="http://bitbucket.org/ianb/webtest/issue/10/testapprequest-method-overwrites-specifics-with-testapp-scoped">#10</a>,
                    
79now <cite>TestApp.extra_environ</cite> doesn&#8217;t take precedence over a WSGI
                    
                
tiff_tags.hpp https://bitbucket.org/boostorg/gil.git | C++ Header | 321 lines
                    
21
                    
22// taken from jpegxx - https://bitbucket.org/edd/jpegxx/src/ea2492a1a4a6/src/ijg_headers.hpp
                    
23#ifndef BOOST_GIL_EXTENSION_IO_TIFF_C_LIB_COMPILED_AS_CPLUSPLUS
                    
                
cf.DimensionCoordinate.max.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 201 lines
                    
47  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
48  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python 2.0</a> &raquo;</li>
                    
49<!--
                    
49<!--
                    
50  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python</a> &raquo;</li>
                    
51  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
81<dt id="cf.DimensionCoordinate.max">
                    
82<code class="descclassname">DimensionCoordinate.</code><code class="descname">max</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v2.0/cf/variable.py#variable.py-2445"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.DimensionCoordinate.max" title="Permalink to this definition">Âś</a></dt>
                    
83<dd><p>The maximum of the data array.</p>
                    
170  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
171  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python 2.0</a> &raquo;</li>
                    
172<!--
                    
172<!--
                    
173  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python</a> &raquo;</li>
                    
174  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.DimensionCoordinate.sd.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 201 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.DimensionCoordinate.sd">
                    
80<code class="descclassname">DimensionCoordinate.</code><code class="descname">sd</code><span class="sig-paren">(</span><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-2754"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.DimensionCoordinate.sd" title="Permalink to this definition">Âś</a></dt>
                    
81<dd><p>The unweighted sample standard deviation of the data array.</p>
                    
170             >previous</a> |</li>
                    
171  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.10</a> &raquo;</li>
                    
172<!--
                    
172<!--
                    
173  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
174  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.DimensionCoordinate.mid_range.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 203 lines
                    
45             accesskey="P">previous</a> |</li>
                    
46  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.8</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.DimensionCoordinate.mid_range">
                    
80<code class="descclassname">DimensionCoordinate.</code><code class="descname">mid_range</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.1.8/cf/variable.py#variable.py-2566"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.DimensionCoordinate.mid_range" title="Permalink to this definition">Âś</a></dt>
                    
81<dd><p>The unweighted average of the maximum and minimum of
                    
172             >previous</a> |</li>
                    
173  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.8</a> &raquo;</li>
                    
174<!--
                    
174<!--
                    
175  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
176  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
README.md https://bitbucket.org/amotzek/arduino.git | Markdown | 134 lines
                    
118Aufgaben ausgeführt werden soll - die, die als erste aktiv wird. Ein Beispiel
                    
119dafür findet sich in [BlinkWhenItsDark.ino](https://bitbucket.org/amotzek/arduino/src/0f19b22f4a793a0e066c1278d922b952261e6ed8/src/main/cpp/CooperativeMultitasking/examples/BlinkWhenItsDark/?at=master).
                    
120
                    
                
ez_setup.py git://github.com/tmm1/pygments.rb.git | Python | 383 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:
                    
                
creating-an-xml-rpc-client-4227133.md https://bitbucket.org/mrzymski/jira-server-docs.git | Markdown | 215 lines
                    
74
                    
75![(warning)](/server/jira/platform/images/icons/emoticons/warning.png) To get the source code of the RPC plugin, see <a href="https://bitbucket.org/atlassian_tutorial/jira-rpc-plugin" class="uri external-link">https://bitbucket.org/atlassian_tutorial/jira-rpc-plugin</a>
                    
76
                    
                
README.md https://code.google.com/p/softart/ | Markdown | 224 lines
                    
4* Homepage: http://hg-git.github.com/
                    
5* https://bitbucket.org/durin42/hg-git (primary)
                    
6* https://github.com/schacon/hg-git (mirror)
                    
                
class-quimo-field-mapper.php https://bitbucket.org/quimo/quimo-post-catcher.git | PHP | 206 lines
                    
4 * Plugin Name: Quimo Post Catcher
                    
5 * Plugin URI: https://bitbucket.org/quimo/quimo-field-mapper/src/master/
                    
6 * Description: Mappa i campi del resultset di WP_Query su un specifico template
                    
                
JdbcVisitors.java https://bitbucket.org/bradleysmithllc/etl-unit.git | Java | 299 lines
                    
1package org.bitbucket.bradleysmithllc.etlunit.util.jdbc;
                    
2
                    
                
browsers-casc.yaml git://github.com/jenkinsci/git-plugin.git | YAML | 287 lines
                    
59                  - url: "https://git.acmecorp/myGitLib.git"
                    
60      - name: "withBitbucket"
                    
61        retriever:
                    
67                browser:
                    
68                  bitbucketWeb:
                    
69                    repoUrl: "http://url.bitbucket"
                    
73                  - url: "https://git.acmecorp/myGitLib.git"
                    
74      - name: "withBitbucketServer"
                    
75        retriever:
                    
81                browser:
                    
82                  bitbucketServer:
                    
83                    repoUrl: "http://url.bitbucketserver"
                    
                
test_install_cleanup.py git://github.com/pypa/pip.git | Python | 156 lines
                    
48    requirement = '{}#egg=ScriptTest'.format(
                    
49        local_checkout('hg+https://bitbucket.org/ianb/scripttest', tmpdir)
                    
50    )
                    
79    # 2 examples of reqs that would do this
                    
80    # 1) https://bitbucket.org/ianb/initools/get/tip.zip
                    
81    # 2) parent-0.1.tar.gz
                    
                
ParameterTest.cs https://hg.codeplex.com/camhelper | C# | 155 lines
                    
1/*  CamHelper (See http://camhelper.codeplex.com/ or https://bitbucket.org/AndiKS/camhelper for more Info)
                    
2    Copyright (C) 2011 Andreas Wimmer
                    
                
README.md https://bitbucket.org/A_Red/challenge-backend.git | Markdown | 135 lines
                    
23## Some help
                    
24* How to fork https://confluence.atlassian.com/bitbucket/forking-a-repository-221449527.html
                    
25* How to create a pull request https://confluence.atlassian.com/bitbucket/create-a-pull-request-774243413.html
                    
64   A wrote code wich authorize user by his credentials like 'username' and 'password'.
                    
65   But I haven't user acc for testing in bitbucket (atlassian) that's why I
                    
66   comment lines 54-55
                    
                
DEVELOPMENT.md https://bitbucket.org/sharecoto/sharecoto-development-standard.git | Markdown | 75 lines
                    
9
                    
10標準のVCSとしてgit、共有リポジトリとして[bitbucket](https://bitbucket.org/)上でプライベートリポジトリを利用しています。
                    
11
                    
17## リポジトリの作成
                    
18[bitbucket](https://bitbucket.org/)上のsharecotoグループをオーナとしてリポジトリを作成します。
                    
19
                    
34
                    
35## bitbucketとredmineの連携
                    
36
                    
39    Hooks: POST
                    
40    URL: http://development.sharecoto.com/redmine/bitbucketgit_hook
                    
41
                    
44    Hooks: POST
                    
45    URL: http://development.sharecoto.com/bitbucket_post.php
                    
46
                    
                
cf.CoordinateBounds.sin.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 230 lines
                    
45             accesskey="P">previous</a> |</li>
                    
46  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.8</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.CoordinateBounds.sin">
                    
80<code class="descclassname">CoordinateBounds.</code><code class="descname">sin</code><span class="sig-paren">(</span><em>i=False</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.1.8/cf/variable.py#variable.py-5569"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.CoordinateBounds.sin" title="Permalink to this definition">Âś</a></dt>
                    
81<dd><p>Take the trigonometric sine of the data array.</p>
                    
199             >previous</a> |</li>
                    
200  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.8</a> &raquo;</li>
                    
201<!--
                    
201<!--
                    
202  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
203  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.Data.__hash__.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 215 lines
                    
45             accesskey="P">previous</a> |</li>
                    
46  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.8</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.Data.__hash__">
                    
80<code class="descclassname">Data.</code><code class="descname">__hash__</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.1.8/cf/data/data.py#data/data.py-533"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.Data.__hash__" title="Permalink to this definition">Âś</a></dt>
                    
81<dd><p>The built-in function <a class="reference external" href="http://docs.python.org/2.7/library/functions.html#hash" title="(in Python v2.7)"><code class="xref py py-obj docutils literal"><span class="pre">hash</span></code></a></p>
                    
184             >previous</a> |</li>
                    
185  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.8</a> &raquo;</li>
                    
186<!--
                    
186<!--
                    
187  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
188  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.Field.equivalent.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 239 lines
                    
45             accesskey="P">previous</a> |</li>
                    
46  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.4</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;">
                    
208             >previous</a> |</li>
                    
209  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.4</a> &raquo;</li>
                    
210<!--
                    
210<!--
                    
211  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
212  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.wo.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 212 lines
                    
47  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
48  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python 2.0</a> &raquo;</li>
                    
49<!--
                    
49<!--
                    
50  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python</a> &raquo;</li>
                    
51  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
80<dt id="cf.wo">
                    
81<code class="descclassname">cf.</code><code class="descname">wo</code><span class="sig-paren">(</span><em>value0</em>, <em>value1</em>, <em>units=None</em>, <em>attr=None</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v2.0/cf/query.py#query.py-1126"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.wo" title="Permalink to this definition">Âś</a></dt>
                    
82<dd><p>Return a <a class="reference internal" href="../classes/cf.Query.html#cf.Query" title="cf.Query"><code class="xref py py-obj docutils literal"><span class="pre">cf.Query</span></code></a> object for a variable for being without a
                    
182  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
183  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python 2.0</a> &raquo;</li>
                    
184<!--
                    
184<!--
                    
185  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python</a> &raquo;</li>
                    
186  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.DimensionCoordinate.get_bounds.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 215 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.DimensionCoordinate.get_bounds">
                    
80<code class="descclassname">DimensionCoordinate.</code><code class="descname">get_bounds</code><span class="sig-paren">(</span><em>create=False</em>, <em>insert=False</em>, <em>bound=None</em>, <em>cellsize=None</em>, <em>copy=True</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.1.10/cf/coordinate.py#coordinate.py-2728"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.DimensionCoordinate.get_bounds" title="Permalink to this definition">Âś</a></dt>
                    
81<dd><p>Get the cell bounds.</p>
                    
184             >previous</a> |</li>
                    
185  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.10</a> &raquo;</li>
                    
186<!--
                    
186<!--
                    
187  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
188  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.OF_FRACTION.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 221 lines
                    
45             accesskey="P">previous</a> |</li>
                    
46  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.8</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;">
                    
78<dt id="cf.OF_FRACTION">
                    
79<code class="descclassname">cf.</code><code class="descname">OF_FRACTION</code><span class="sig-paren">(</span><em>*arg</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.1.8/cf/functions.py#functions.py-361"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.OF_FRACTION" title="Permalink to this definition">¶</a></dt>
                    
80<dd><p>The amount of concurrently open files above which files containing
                    
191             >previous</a> |</li>
                    
192  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.8</a> &raquo;</li>
                    
193<!--
                    
193<!--
                    
194  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
195  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.DimensionCoordinate.get_bounds.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 215 lines
                    
45             accesskey="P">previous</a> |</li>
                    
46  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.8</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.DimensionCoordinate.get_bounds">
                    
80<code class="descclassname">DimensionCoordinate.</code><code class="descname">get_bounds</code><span class="sig-paren">(</span><em>create=False</em>, <em>insert=False</em>, <em>bound=None</em>, <em>cellsize=None</em>, <em>copy=True</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.1.8/cf/coordinate.py#coordinate.py-2729"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.DimensionCoordinate.get_bounds" title="Permalink to this definition">Âś</a></dt>
                    
81<dd><p>Get the cell bounds.</p>
                    
184             >previous</a> |</li>
                    
185  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.8</a> &raquo;</li>
                    
186<!--
                    
186<!--
                    
187  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
188  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
manage.py https://bitbucket.org/runhello/rad | Python | 336 lines
                    
35polycode_products_dir = "../Polycode-product"
                    
36polycode_url = "https://bitbucket.org/runhello/polycode"
                    
37
                    
                
eepy-doc.el http://bamanzi-misc.googlecode.com/svn/trunk/ | Emacs Lisp | 145 lines
                    
11;;  http://stackoverflow.com/questions/1054903/how-do-you-get-python-documentation-in-texinfo-info-format
                    
12;;  http://bitbucket.org/jonwaltman/sphinx-info
                    
13;;  http://bitbucket.org/jonwaltman/rst2texinfo/src
                    
                
yamlxml2file.h https://bitbucket.org/gems4/jsonimpex.git | C Header | 154 lines
                    
1//  This is JSONIO library+API (https://bitbucket.org/gems4/jsonio)
                    
2//
                    
                
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 () {
                    
                
cf.FieldList.fill_value.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 223 lines
                    
47  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
48  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python 2.0</a> &raquo;</li>
                    
49<!--
                    
49<!--
                    
50  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python</a> &raquo;</li>
                    
51  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
81<dt id="cf.FieldList.fill_value">
                    
82<code class="descclassname">FieldList.</code><code class="descname">fill_value</code><span class="sig-paren">(</span><em>default=None</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v2.0/cf/variable.py#variable.py-5565"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.FieldList.fill_value" title="Permalink to this definition">Âś</a></dt>
                    
83<dd><p>Return the data array missing data value.</p>
                    
192  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
193  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python 2.0</a> &raquo;</li>
                    
194<!--
                    
194<!--
                    
195  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python</a> &raquo;</li>
                    
196  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.Field.equivalent.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 241 lines
                    
47  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
48  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python 2.0</a> &raquo;</li>
                    
49<!--
                    
49<!--
                    
50  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python</a> &raquo;</li>
                    
51  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
81<dt id="cf.Field.equivalent">
                    
82<code class="descclassname">Field.</code><code class="descname">equivalent</code><span class="sig-paren">(</span><em>other</em>, <em>rtol=None</em>, <em>atol=None</em>, <em>traceback=False</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v2.0/cf/field.py#field.py-7362"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.Field.equivalent" title="Permalink to this definition">Âś</a></dt>
                    
83<dd><p>True if two fields are equivalent, False otherwise</p>
                    
210  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
211  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python 2.0</a> &raquo;</li>
                    
212<!--
                    
212<!--
                    
213  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python</a> &raquo;</li>
                    
214  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.List.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 250 lines
                    
45             accesskey="P">previous</a> |</li>
                    
46  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
47  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
75<dt id="cf.List">
                    
76<em class="property">class </em><tt class="descclassname">cf.</tt><tt class="descname">List</tt><big>(</big><em>elements=None</em><big>)</big><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.0/cf/utils.py#cl-16"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.List" title="Permalink to this definition">¶</a></dt>
                    
77<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">_abcoll.MutableSequence</span></tt></p>
                    
223             >previous</a> |</li>
                    
224  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
225  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
README.md https://bitbucket.org/mmunro-ltrr/ua_quickstart_early_eslint.git | Markdown | 24 lines
                    
12
                    
13This module provides core dependencies and features for the [UA Quickstart](https://bitbucket.org/ua_drupal/ua_quickstart) Drupal Distribution (or any other distributions wishing to make use of it), and itself automatically packages the following dependencies.
                    
14
                    
                
_variables.scss https://bitbucket.org/nnamdei/mtmbuild.git | Sass | 132 lines
                    
77$behance-color: #1769ff !default;
                    
78$bitbucket-color: #205081 !default;
                    
79$dribbble-color: #ea4c89 !default;
                    
                
bootstrap.py https://bitbucket.org/tkhyn/django-idmap | Python | 171 lines
                    
78    # XXX use a more permanent ez_setup.py URL when available.
                    
79    exec(urlopen('https://bitbucket.org/pypa/setuptools/raw/0.7.2/ez_setup.py'
                    
80                ).read(), ez)
                    
                
vinzclortho.vectorclock.TestVectorClock-class.html https://bitbucket.org/rogueops/vinzclortho | HTML | 338 lines
                    
33          <tr><th class="navbar" align="center"
                    
34            ><a class="navbar" target="_top" href="http://bitbucket.org/rogueops/vinzclortho">Vinz Clortho</a></th>
                    
35          </tr></table></th>
                    
310          <tr><th class="navbar" align="center"
                    
311            ><a class="navbar" target="_top" href="http://bitbucket.org/rogueops/vinzclortho">Vinz Clortho</a></th>
                    
312          </tr></table></th>
                    
                
intro.rst https://gitlab.com/pcarpio/python-social-auth.git | ReStructuredText | 159 lines
                    
37    * Behance_ OAuth2
                    
38    * Bitbucket_ OAuth1
                    
39    * Box_ OAuth2
                    
110.. _Behance: https://www.behance.net
                    
111.. _Bitbucket: https://bitbucket.org
                    
112.. _Box: https://www.box.com
                    
                
cf.FieldList.cos.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 230 lines
                    
45             accesskey="P">previous</a> |</li>
                    
46  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.8</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.FieldList.cos">
                    
80<code class="descclassname">FieldList.</code><code class="descname">cos</code><span class="sig-paren">(</span><em>i=False</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.1.8/cf/variable.py#variable.py-4224"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.FieldList.cos" title="Permalink to this definition">Âś</a></dt>
                    
81<dd><p>For each field, take the trigonometric cosine of the data array.</p>
                    
199             >previous</a> |</li>
                    
200  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.8</a> &raquo;</li>
                    
201<!--
                    
201<!--
                    
202  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
203  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.FieldList.exp.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 227 lines
                    
45             accesskey="P">previous</a> |</li>
                    
46  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.8</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.FieldList.exp">
                    
80<code class="descclassname">FieldList.</code><code class="descname">exp</code><span class="sig-paren">(</span><em>i=False</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.1.8/cf/variable.py#variable.py-5459"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.FieldList.exp" title="Permalink to this definition">Âś</a></dt>
                    
81<dd><p>For each field, the exponential of the data array.</p>
                    
196             >previous</a> |</li>
                    
197  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.8</a> &raquo;</li>
                    
198<!--
                    
198<!--
                    
199  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
200  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.Field.sin.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 229 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.sin">
                    
81<code class="descclassname">Field.</code><code class="descname">sin</code><span class="sig-paren">(</span><em>i=False</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.2.3/cf/variable.py#variable.py-5507"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.Field.sin" title="Permalink to this definition">Âś</a></dt>
                    
82<dd><p>Take the trigonometric sine of the data array.</p>
                    
198  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
199  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.2.3</a> &raquo;</li>
                    
200<!--
                    
200<!--
                    
201  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
202  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
param_handler.cpp https://gitlab.com/fspinelli/Pose-Estimation-Library.git | C++ | 324 lines
                    
3 *
                    
4 *   Pose Estimation Library (PEL) - https://bitbucket.org/Tabjones/pose-estimation-library
                    
5 *   Copyright (c) 2014-2015, Federico Spinelli (fspinelli@gmail.com)
                    
                
README-Windows_rdoc.html https://github.com/toy/rb.git | HTML | 139 lines
                    
109If you have any problems you can submit them via [the project&#8217;s
                    
110issue-tracker][bitbucket]. And submit questions, problems, or solutions, so
                    
111that it can be improved.
                    
                
io-improvements.rst https://bitbucket.org/pypy/extradoc/ | ReStructuredText | 89 lines
                    
7
                    
8.. _`gc_no_cleanup_nursery`: https://bitbucket.org/pypy/pypy/commits/9e2f7a37c1e2
                    
9.. _`gc-incminimark-pinning`: https://bitbucket.org/pypy/pypy/commits/64017d818038
                    
26
                    
27.. _`fibonacci`: https://bitbucket.org/pypy/benchmarks/src/69152c2aee7766051aab15735b0b82a46b82b802/own/fib.py?at=default
                    
28.. _`gcbench`: https://bitbucket.org/pypy/benchmarks/src/69152c2aee7766051aab15735b0b82a46b82b802/own/gcbench.py?at=default
                    
87
                    
88.. _`this benchmark`: https://bitbucket.org/pypy/benchmarks/src/69152c2aee7766051aab15735b0b82a46b82b802/io/iobasic.py?at=default
                    
89
                    
                
subprocess.py https://bitbucket.org/eventlet/eventlet | Python | 106 lines
                    
16    # Backported from Python 3.3.
                    
17    # https://bitbucket.org/eventlet/eventlet/issue/89
                    
18    class TimeoutExpired(Exception):
                    
                
README.md https://bitbucket.org/twatteyne/twsimulator.git | Markdown | 100 lines
                    
52   ```
                    
53   $ git clone https://bitbucket.org/6tisch/simulator.git
                    
54   ```
                    
93| mailing list | [http://www.ietf.org/mail-archive/web/6tisch/current/maillist.html](http://www.ietf.org/mail-archive/web/6tisch/current/maillist.html) |
                    
94| source       | [https://bitbucket.org/6tisch/](https://bitbucket.org/6tisch/)                                                                         |
                    
95
                    
                
Info.plist.in https://bitbucket.org/agriggio/art.git | Autoconf | 169 lines
                    
154			<key>UTTypeReferenceURL</key>
                    
155			<string>https://bitbucket.org/agriggio/art/wiki/Home</string>
                    
156			<key>UTTypeTagSpecification</key>
                    
                
generate-session-object.js https://bitbucket.org/raphox/slack-history.git | JavaScript | 131 lines
                    
124const highlights_terms = (message, highlights = {}) => {
                    
125  const terms = ["react", "redux", "pacote", "package", "github", "bitbucket", "repositorio", "repository", "native", "mobile", "desktop", "ios", "android", "windows", "linux", "web", "animations", "cocoapod", "gradle", "open source", "async", "apollo", "relay", "graphql", "meteor", "styled", "components", "backend", "frontend", "fullstack", "form", "ui", "ux", "css", "typescript", "babel", "thread", "jsx", "reasonml", "ssr", "spa", "pwa", "book"];
                    
126
                    
                
cf.Field.insert_cell_methods.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 187 lines
                    
47  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
48  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python 2.0</a> &raquo;</li>
                    
49<!--
                    
49<!--
                    
50  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python</a> &raquo;</li>
                    
51  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
81<dt id="cf.Field.insert_cell_methods">
                    
82<code class="descclassname">Field.</code><code class="descname">insert_cell_methods</code><span class="sig-paren">(</span><em>item</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v2.0/cf/field.py#field.py-12784"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.Field.insert_cell_methods" title="Permalink to this definition">Âś</a></dt>
                    
83<dd><p>Insert one or more cell method objects into the field.</p>
                    
156  <li><a target="_blank" href="../../archive.html">Archive</a> &laquo;</li>
                    
157  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python 2.0</a> &raquo;</li>
                    
158<!--
                    
158<!--
                    
159  <li><a target="_blank" href="http://cfpython.bitbucket.io">cf-python</a> &raquo;</li>
                    
160  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.AuxiliaryCoordinate.shape.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 194 lines
                    
45             accesskey="P">previous</a> |</li>
                    
46  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1</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;">
                    
163             >previous</a> |</li>
                    
164  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1</a> &raquo;</li>
                    
165<!--
                    
165<!--
                    
166  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
167  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.Field.copy.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 204 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.Field.copy">
                    
80<code class="descclassname">Field.</code><code class="descname">copy</code><span class="sig-paren">(</span><em>_omit_Data=False</em>, <em>_only_Data=False</em>, <em>_omit_special=None</em>, <em>_omit_properties=False</em>, <em>_omit_attributes=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-4161"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.Field.copy" title="Permalink to this definition">Âś</a></dt>
                    
81<dd><p>Return a deep copy.</p>
                    
173             >previous</a> |</li>
                    
174  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.10</a> &raquo;</li>
                    
175<!--
                    
175<!--
                    
176  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
177  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.FieldList.count.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 189 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.FieldList.count">
                    
80<code class="descclassname">FieldList.</code><code class="descname">count</code><span class="sig-paren">(</span><em>x</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.1.10/cf/field.py#field.py-12406"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.FieldList.count" title="Permalink to this definition">Âś</a></dt>
                    
81<dd><p>L.count(value) &#8211; return number of occurrences of value</p>
                    
158             >previous</a> |</li>
                    
159  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.10</a> &raquo;</li>
                    
160<!--
                    
160<!--
                    
161  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
162  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.cellwi.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 192 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;">
                    
78<dt id="cf.cellwi">
                    
79<code class="descclassname">cf.</code><code class="descname">cellwi</code><span class="sig-paren">(</span><em>value0</em>, <em>value1</em>, <em>units=None</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.1.10/cf/query.py#query.py-1839"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.cellwi" title="Permalink to this definition">Âś</a></dt>
                    
80<dd><p>Return a <a class="reference internal" href="../classes/cf.Query.html#cf.Query" title="cf.Query"><code class="xref py py-obj docutils literal"><span class="pre">cf.Query</span></code></a> object for coordinate cell bounds being within
                    
162             >previous</a> |</li>
                    
163  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.10</a> &raquo;</li>
                    
164<!--
                    
164<!--
                    
165  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
166  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.Variable.squeeze.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 198 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.Variable.squeeze">
                    
80<code class="descclassname">Variable.</code><code class="descname">squeeze</code><span class="sig-paren">(</span><em>axes=None</em>, <em>i=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-5801"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.Variable.squeeze" title="Permalink to this definition">Âś</a></dt>
                    
81<dd><p>Remove size 1 dimensions from the data array in place.</p>
                    
167             >previous</a> |</li>
                    
168  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.10</a> &raquo;</li>
                    
169<!--
                    
169<!--
                    
170  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
171  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.Domain.insert_axis.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 212 lines
                    
45             accesskey="P">previous</a> |</li>
                    
46  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1</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.Domain.insert_axis">
                    
80<tt class="descclassname">Domain.</tt><tt class="descname">insert_axis</tt><big>(</big><em>size</em>, <em>key=None</em>, <em>replace=True</em><big>)</big><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.1/cf/domain.py#cl-1500"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.Domain.insert_axis" title="Permalink to this definition">Âś</a></dt>
                    
81<dd><p>Insert an axis into the domain in place.</p>
                    
181             >previous</a> |</li>
                    
182  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1</a> &raquo;</li>
                    
183<!--
                    
183<!--
                    
184  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
185  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
cf.Data.transpose.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 197 lines
                    
45             accesskey="P">previous</a> |</li>
                    
46  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
47  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
76<dt id="cf.Data.transpose">
                    
77<tt class="descclassname">Data.</tt><tt class="descname">transpose</tt><big>(</big><em>axes=None</em>, <em>i=False</em><big>)</big><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.0/cf/data/data.py#cl-8772"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.Data.transpose" title="Permalink to this definition">Âś</a></dt>
                    
78<dd><p>Permute the axes of the data array.</p>
                    
169             >previous</a> |</li>
                    
170  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
171  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
README.md https://bitbucket.org/fabianbadoi/tripwire.git | Markdown | 83 lines
                    
9* MIT license
                    
10* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
                    
11
                    
                
ExperimentSettings.java https://bitbucket.org/artbugorski/postmedclaimfinder | Java | 158 lines
                    
1package org.bitbucket.artbugorski.postmedclaimfinder.experiment;
                    
2
                    
5import java.util.HashMap;
                    
6import org.bitbucket.artbugorski.postmedclaimfinder.scorer.FeatureValueCalculatorMethod;
                    
7import org.bitbucket.artbugorski.postmedclaimfinder.model.DocumentInformation;
                    
8import java.util.Map;
                    
9import org.bitbucket.artbugorski.postmedclaimfinder.AppUtil.*;
                    
10import org.bitbucket.artbugorski.postmedclaimfinder.reporter.Reporter;
                    
10import org.bitbucket.artbugorski.postmedclaimfinder.reporter.Reporter;
                    
11import org.bitbucket.artbugorski.postmedclaimfinder.filter.WordFilter;
                    
12import org.bitbucket.artbugorski.postmedclaimfinder.matcher.SectionMatcher;
                    
12import org.bitbucket.artbugorski.postmedclaimfinder.matcher.SectionMatcher;
                    
13import org.bitbucket.artbugorski.util.nlp.NGramTree;
                    
14
                    
                
symkind.go https://bitbucket.org/bnat6582/go192.git | Go | 155 lines
                    
4// Derived from Inferno utils/6l/l.h and related files.
                    
5// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/6l/l.h
                    
6//
                    
                
bugreport.py https://bitbucket.org/tinyfish/tortoisehg.winutf8 | Python | 166 lines
                    
47    def gettext(self, opts):
                    
48        text = '{{{\n#!python\n' # Wrap in Bitbucket wiki preformat markers
                    
49        text += _('** Please report this bug to'
                    
49        text += _('** Please report this bug to'
                    
50                ' http://bitbucket.org/tortoisehg/thg/issues\n')
                    
51        text += '** Mercurial version (%s).  TortoiseHg version (%s)\n' % (
                    
                
README.md https://bitbucket.org/mercurialeclipse/main/ | Markdown | 203 lines
                    
51
                    
52* Log in to your BitBucket account
                    
53* Browse to the [MercurialEclipse repository](https://bitbucket.org/mercurialeclipse/main/wiki/Home)
                    
69
                    
70* <https://bitbucket.org/aragost/javahg-parent>
                    
71* <https://bitbucket.org/aragost/javahg>
                    
71* <https://bitbucket.org/aragost/javahg>
                    
72* <https://bitbucket.org/aragost/javahg-ext-mq>
                    
73* <https://bitbucket.org/aragost/javahg-ext-rebase>
                    
73* <https://bitbucket.org/aragost/javahg-ext-rebase>
                    
74* <https://bitbucket.org/nexj/javahg-ext-largefiles>
                    
75
                    
137# Contributing to the upstream project (recommended)
                    
138From Eclipse, push your changes to your forked repository (cloned repositories won't cut it here because BitBucket won't be able to link your repository to the "official" repository. DO NOT clone if you intend to send pull requests).
                    
139
                    
                
views.py https://bitbucket.org/davidsiu/nextagsl | Python | 162 lines
                    
4#
                    
5# Source Code: https://bitbucket.org/davidsiu/nextagsl
                    
6# Website: http://nextagsl.appspot.com/
                    
                
streambody.html git://github.com/2600hz/whistle.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>
                    
                
DvcsRepositoryManager.java https://bitbucket.org/dusanhornik/demo-repository | Java | 298 lines
                    
1package com.atlassian.jira.plugins.bitbucket.spi;
                    
2
                    
5import com.atlassian.jira.issue.IssueManager;
                    
6import com.atlassian.jira.plugins.bitbucket.IssueLinker;
                    
7import com.atlassian.jira.plugins.bitbucket.activeobjects.v2.IssueMapping;
                    
7import com.atlassian.jira.plugins.bitbucket.activeobjects.v2.IssueMapping;
                    
8import com.atlassian.jira.plugins.bitbucket.activeobjects.v2.ProjectMapping;
                    
9import com.atlassian.jira.plugins.bitbucket.api.*;
                    
9import com.atlassian.jira.plugins.bitbucket.api.*;
                    
10import com.atlassian.jira.plugins.bitbucket.api.impl.DefaultSourceControlRepository;
                    
11import com.atlassian.jira.plugins.bitbucket.streams.GlobalFilter;
                    
11import com.atlassian.jira.plugins.bitbucket.streams.GlobalFilter;
                    
12import com.atlassian.jira.plugins.bitbucket.velocity.VelocityUtils;
                    
13import com.atlassian.sal.api.ApplicationProperties;
                    
160
                    
161        String documentJpgUrl = getApplicationProperties().getBaseUrl() + "/download/resources/com.atlassian.jira.plugins.jira-bitbucket-connector-plugin/images/document.jpg";
                    
162        templateMap.put("document_jpg_url", documentJpgUrl);
                    
                
cf.Field.remove_axis.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 287 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.Field.remove_axis">
                    
80<code class="descclassname">Field.</code><code class="descname">remove_axis</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.1.10/cf/field.py#field.py-10262"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.Field.remove_axis" title="Permalink to this definition">Âś</a></dt>
                    
81<dd><p>Remove and return a unique axis from the field.</p>
                    
256             >previous</a> |</li>
                    
257  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.10</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;">
                    
                
cf.AuxiliaryCoordinate.mask_invalid.html https://bitbucket.org/cfpython/cfpython.bitbucket.org.git | HTML | 241 lines
                    
45             accesskey="P">previous</a> |</li>
                    
46  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.8</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.mask_invalid">
                    
80<code class="descclassname">AuxiliaryCoordinate.</code><code class="descname">mask_invalid</code><span class="sig-paren">(</span><em>i=False</em><span class="sig-paren">)</span><a class="reference external" href="https://bitbucket.org/cfpython/cf-python/src/v1.1.8/cf/variable.py#variable.py-2431"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#cf.AuxiliaryCoordinate.mask_invalid" title="Permalink to this definition">Âś</a></dt>
                    
81<dd><p>Mask the array where invalid values occur (NaN or inf).</p>
                    
210             >previous</a> |</li>
                    
211  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python 1.1.8</a> &raquo;</li>
                    
212<!--
                    
212<!--
                    
213  <li><a target="_blank" href="http://cfpython.bitbucket.org">cf-python</a> &raquo;</li>
                    
214  <li><select onchange="location = this.options[this.selectedIndex].value;">
                    
                
working-with-the-sdk.md https://bitbucket.org/zchristmas/atlassian-sdk-docs.git | Markdown | 402 lines
                    
96<tr class="even">
                    
97<td><a href="https://www.atlassian.com/software/bitbucket/server" class="external-link">Bitbucket</a></td>
                    
98<td>7990</td>
                    
98<td>7990</td>
                    
99<td>bitbucket</td>
                    
100</tr>
                    
                
sdevalv2.classes-pysrc.html https://bitbucket.org/levandov/symbolicdata_freealgebra | HTML | 123 lines
                    
36          <tr><th class="navbar" align="center"
                    
37            ><a class="navbar" target="_top" href="https://bitbucket.org/levandov/symbolicdata_freealgebra/">sdeval</a></th>
                    
38          </tr></table></th>
                    
95          <tr><th class="navbar" align="center"
                    
96            ><a class="navbar" target="_top" href="https://bitbucket.org/levandov/symbolicdata_freealgebra/">sdeval</a></th>
                    
97          </tr></table></th>
                    
                
setup.py https://bitbucket.org/tooooooby/tortoisehg | Python | 135 lines
                    
126        author_email='teekaysoh@gmail.com',
                    
127        url='http://bitbucket.org/tortoisehg/stable/',
                    
128        description='Windows shell extension for Mercurial VCS',
                    
                
pins_5DPRINT.h https://bitbucket.org/cpdevelops/anet-marlin.git | C Header | 143 lines
                    
66 *
                    
67 * https://bitbucket.org/makible/5dprint-d8-controller-board
                    
68 */
                    
                
fontello.css https://bitbucket.org/bigtera/bigtera-web.git | CSS | 269 lines
                    
59.icon-xing:before { content: '\e80c'; } /* '' */
                    
60.icon-bitbucket:before { content: '\e80d'; } /* '' */
                    
61.icon-flash:before { content: '\e80e'; } /* '' */
                    
                
ConfigurationService.java https://bitbucket.org/EricJans/configurator.git | Java | 236 lines
                    
139     */
                    
140    public ChangeLog updateAllConfigurations(final BitbucketSetup bitbucketSetup, final String yamlConfiguration, final InputStream filePath) throws BitbucketCommunicationException, ConfigFileException {
                    
141
                    
160     * Updates Permissions based on a ConfigFile into the Bitbucket server.
                    
161     * @param bitbucketSetup The bitbucket setup used for interacting with the Bitbucket server.
                    
162     * @param configFile The ConfigFile that holds the new configuration.
                    
176     * Updates all webhooks based on a config file
                    
177     * @param bitbucketSetup The bitbucket setup used for interacting with the Bitbucket server.
                    
178     * @param configFile The ConfigFile that holds the new configuration.
                    
181     */
                    
182    protected List<Change> retrieveUpdateWebhooks(final BitbucketSetup bitbucketSetup, final ConfigFile configFile) throws BitbucketCommunicationException, ConfigFileException {
                    
183
                    
195     */
                    
196    protected void executeChange(final BitbucketSetup bitbucketSetup, final ActorPermission change) {
                    
197
                    
                
dt_base.go https://bitbucket.org/EScottDaniels/drawingthings.git | Go | 458 lines
                    
18
                    
19	"bitbucket.org/EScottDaniels/data_mgr"
                    
20	"bitbucket.org/EScottDaniels/sketch"
                    
                
models.py https://bitbucket.org/gameame/rubrik | Python | 109 lines
                    
5
                    
6This file is part of Rubrik <http://bitbucket.org/gameame/rubrik/>
                    
7
                    
                
mongodb.go https://bitbucket.org/cloudedgemicroserviceteam/user.git | Go | 465 lines
                    
10
                    
11	"bitbucket.org/cloudedgemicroserviceteam/user/users"
                    
12
                    
                
TermTaskspacePosition.hpp https://bitbucket.org/a_sadjadi/ct.git | C++ Header | 165 lines
                    
1/**********************************************************************************************************************
                    
2This file is part of the Control Toolbox (https://adrlab.bitbucket.io/ct), copyright by ETH Zurich, Google Inc.
                    
3Authors:  Michael Neunert, Markus Giftthaler, Markus Stäuble, Diego Pardo, Farbod Farshidian
                    
                
obj.go https://bitbucket.org/bnat6582/go192.git | Go | 140 lines
                    
4// Inferno utils/5l/obj.c
                    
5// https://bitbucket.org/inferno-os/inferno-os/src/default/utils/5l/obj.c
                    
6//
                    
                
README.md https://bitbucket.org/aksenchyk/200loc.git | Markdown | 65 lines
                    
44# clone the repo
                    
45$ git clone https://aksenchyk@bitbucket.org/aksenchyk/oneopp-gateway.git
                    
46$ cd oneopp-gateway
                    
                
lib.py https://github.com/ITIDO/gfatm.git | Python | 373 lines
                    
151# #### Deprecating ZIP URL #####
                    
152# # http://bitbucket.org/ctsims/resourcetest/get/tip.zip
                    
153# def grab_from(url):
                    
201def clone_from(url):
                    
202    if re.match(r'https?:\/\/.*bitbucket.org\/', url) is not None:
                    
203        # hg won't clone to an existing directory, and tempfile won't return just a name without creating a dir
                    
208        # obviously, this depends on a particular URL format.
                    
209        # if we stick with bitbucket, standardize on an expected URL.
                    
210        hg_root, path = url.split('/src')
                    
                
index.html https://bitbucket.org/neolabsteam/neolabsteam.bitbucket.io.git | HTML | 268 lines
                    
19  <link rel="canonical" href="https://neolabsteam.bitbucket.io/page/" />
                    
20  <link rel="alternate" href="https://neolabsteam.bitbucket.io/page/index.xml" type="application/rss+xml" title="TITLE">
                    
21  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css" integrity="sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0" crossorigin="anonymous">
                    
23  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
                    
24  <link rel="stylesheet" href="https://neolabsteam.bitbucket.io/css/main.css" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" />
                    
25  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" />
                    
25  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" />
                    
26  <link rel="stylesheet" href="https://neolabsteam.bitbucket.io/css/highlight.min.css" /><link rel="stylesheet" href="https://neolabsteam.bitbucket.io/css/codeblock.css" />
                    
27
                    
91      </button>
                    
92      <a class="navbar-brand" href="https://neolabsteam.bitbucket.io/">TITLE</a>
                    
93    </div>
                    
99            <li>
                    
100              <a title="blog" href="https://neolabsteam.bitbucket.io/">blog</a>
                    
101            </li>
                    
                
worker.py https://bitbucket.org/xplugins/download-manager | Python | 387 lines
                    
120				#FIXME: Parse the recieved TOC data and ensure that it looks valid.
                    
121				#bug: https://bitbucket.org/xplugins/download-manager/issue/4
                    
122				
                    
                
installWebServer.sh https://bitbucket.org/all4dk/webserverinstall.git | Shell | 272 lines
                    
69        echo "All4DK 2012г. http://all4dk.blogspot.com/"
                    
70        echo "Primebit 2012г. https://bitbucket.org/primebit"
                    
71        echo "Для завершения нажмите Enter"
                    
                
serializer.ts https://bitbucket.org/just-mathur/atlaskit-mk-2.git | TypeScript | 366 lines
                    
50   * This method override will properly escape backticks in text nodes with "code" mark enabled.
                    
51   * Bitbucket uses python-markdown which does not honor escaped backtick escape sequences \`
                    
52   * inside a backtick fence.
                    
                
CHANGELOG.md https://bitbucket.org/audioj/atlaskit-mk-2.git | Markdown | 267 lines
                    
3## 7.0.0
                    
4- [major] Bump to React 16.3. [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
                    
5
                    
6## 6.5.3
                    
7- [patch] Export the AppearanceTypes type [d38fc10](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d38fc10)
                    
8
                    
9## 6.5.2
                    
10- [patch] Makes packages Flow types compatible with version 0.67 [25daac0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25daac0)
                    
11
                    
12## 6.5.1
                    
13- [patch] Re-releasing due to potentially broken babel release [9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
                    
14
                    
24## 6.4.4
                    
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
                    
                
README.md git://github.com/box/box-java-sdk.git | Markdown | 221 lines
                    
21   Maven: `com.eclipsesource.minimal-json:minimal-json:0.9.5`
                    
222. [jose4j v0.7.9](https://bitbucket.org/b_c/jose4j/wiki/Home)
                    
23   Maven: `org.bitbucket.b_c:jose4j:0.7.9`
                    
                
premake4.lua https://bitbucket.org/orx/orx | Lua | 336 lines
                    
1-- This premake script should be used with orx-customized version of premake4.
                    
2-- Its Hg repository can be found at https://bitbucket.org/orx/premake-stable.
                    
3-- A copy, including binaries, can also be found in the extern/premake folder.
                    
                
PublicRepositoriesTest.java https://bitbucket.org/atlassian/jira-bitbucket-connector/ | Java | 0 lines
                    
22    private static final String TEST_REPO_URL = "https://bitbucket.org/farmas/testrepo-qa";
                    
23    private static final String TEST_PRIVATE_REPO_URL = "https://bitbucket.org/farmas/privatetestrepo-qa-tst";
                    
24
                    
48
                    
49        configureRepos.addPublicRepoToProject("QA", "https://bitbucket.org/farmas/repo-does-not-exist");
                    
50
                    
79        String repoId = configureRepos.addPublicRepoToProjectAndInstallService("QA",
                    
80                "https://bitbucket.org/jirabitbucketconnector/public-hg-repo", "jirabitbucketconnector",
                    
81                "jirabitbucketconnector");
                    
84        String bitbucketServiceConfigUrl = "https://api.bitbucket.org/1.0/repositories/jirabitbucketconnector/public-hg-repo/services";
                    
85        servicesConfig = getBitbucketServices(bitbucketServiceConfigUrl, "jirabitbucketconnector",
                    
86                "jirabitbucketconnector");
                    
90        // check that postcommit hook is removed
                    
91        servicesConfig = getBitbucketServices(bitbucketServiceConfigUrl, "jirabitbucketconnector",
                    
92                "jirabitbucketconnector");
                    
                
README.md https://gitlab.com/leijianbin/gitdocs.git | Markdown | 210 lines
                    
36There are plenty of great git hosting providers to safely store your data and you can trust the data is stored securely.
                    
37If you want a private repo to use with gitdocs, we recommend you check out [BitBucket](https://bitbucket.org/) which
                    
38provides free private git repos after registration.
                    
39
                    
40To get started with gitdocs and a secure private bitbucket repo:
                    
41
                    
43 - `gitdocs start`
                    
44 - Login to [BitBucket](https://bitbucket.org/) and add a new private repo named 'docs'
                    
45 - Setup your SSH Key under [Account](https://bitbucket.org/account/) for ssh access
                    
45 - Setup your SSH Key under [Account](https://bitbucket.org/account/) for ssh access
                    
46 - `gitdocs create ~/Documents/gitdocs git@bitbucket.org:username/docs.git`
                    
47
                    
                
shabti_formalchemy.rst https://bitbucket.org/gjhiggins/shabti | ReStructuredText | 248 lines
                    
15
                    
16.. note :: shabti_formalchemy source code is in the `bitbucket code repository <http://bitbucket.org/gjhiggins/shabti/src/tip/shabti/templates/formalchemy/>`_
                    
17
                    
                
CHANGELOG.md https://bitbucket.org/just-mathur/atlaskit-mk-2.git | Markdown | 140 lines
                    
3## 2.8.3
                    
4- [patch] Packages Flow types for elements components [3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
                    
5
                    
6## 2.8.2
                    
7- [patch] Change incorrect type info [ce915ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ce915ea)
                    
8
                    
9## 2.8.1
                    
10- [patch] Flatten examples for easier consumer use [145b632](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/145b632)
                    
11
                    
12## 2.8.0
                    
13- [minor] Add React 16 support. [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
                    
14
                    
19## 2.7.1
                    
20- [patch] Fix toggle icon alignment [bafb82b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bafb82b)
                    
21
                    
                
index.html https://bitbucket.org/nautilebleu/django_hg/ | HTML | 211 lines
                    
42<h2 id="why-use-django_hg">Why use django_hg ?</h2>
                    
43<p><a href="http://bitbucket.org/nautilebleu/django_hg/">django_hg [en]</a> aims to allow browsing a <a href="http://selenic.com/mercurial/">Mercurial [en]</a> repository into a <a href="http://djangoproject.com/">django [en]</a> project.</p>
                    
44<p>Even if Mercurial has a built-in webserver, I think there's room for a
                    
63and install is quite easy:</p>
                    
64<p>Clone <code>django_hg</code> from <a href="http://bitbucket.org/">bitbucket [en]</a> somewhere in your
                    
65<code>PYTHONPATH</code>:</p>
                    
65<code>PYTHONPATH</code>:</p>
                    
66<div class="codehilite"><pre><span class="nv">$ </span>hg clone https://bitbucket.org/nautilebleu/django_hg/ django_hg
                    
67</pre></div>
                    
                
AuthenticationFilter.java https://bitbucket.org/sdorra/scm-manager/ | Java | 333 lines
                    
27 *
                    
28 * http://bitbucket.org/sdorra/scm-manager
                    
29 *
                    
167    // send only forbidden, if the authentication has failed.
                    
168    // see https://bitbucket.org/sdorra/scm-manager/issue/545/git-clone-with-username-in-url-does-not
                    
169    if (Boolean.TRUE.equals(request.getAttribute(ATTRIBUTE_FAILED_AUTH)))
                    
                
 

Source

Language