Home
last modified time | relevance | path

Searched defs:branches (Results 1 – 25 of 1609) sorted by relevance

12345678910>>...65

/dports/multimedia/kodi/xbmc-19.3-Matrix/docs/
H A DGIT-FU.md136 ### 5.1. Create feature branch
142 ### 5.2. Push feature branch to origin
158 ### 5.3. List branches
169 ### 5.4. Switch between branches
175 ### 5.5. Backup branch
182 ### 5.6. Check branch status
188 ### 5.7. Delete branch
202 ### 5.8. Rebase branch
217 ### 6.1. Fetch master branch from upstream and sync local master branch with it
226 ### 6.2. Fetch feature branch from origin and sync local feature branch with it
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/lib/trie/
H A Ddtrie.c48 struct dtrie_node_t *dtrie_init(const unsigned int branches) in dtrie_init()
77 dt_delete_func_t delete_payload, const unsigned int branches) in dtrie_delete()
105 const unsigned int branches) in dtrie_destroy()
118 const unsigned int branches) in dtrie_clear()
126 void *data, const unsigned int branches) in dtrie_insert()
182 const unsigned int branches) in dtrie_size()
197 const unsigned int branches) in dtrie_loaded_nodes()
214 const unsigned int branches) in dtrie_leaves()
233 const unsigned int branches) in dtrie_longest_match()
270 const unsigned int numberlen, const unsigned int branches) in dtrie_contains()
/dports/www/phpbb3/phpBB3/vendor/s9e/text-formatter/src/Configurator/RendererGenerators/PHP/
H A DBranchOutputOptimizer.php165 protected function mergeIfBranches(array $branches)
231 protected function optimizeBranchesHead(array &$branches)
259 protected function optimizeBranchesOutput(array &$branches, $which)
290 protected function optimizeBranchesTail(array &$branches)
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/optics-core-0.3.0.1/src/Data/Tree/
H A DOptics.hs28 branches = lensVL $ \f (Node a as) -> Node a <$> f as function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/lens-5.0.1/src/Data/Tree/
H A DLens.hs42 branches f (Node a as) = Node a <$> f as function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/lens-5.0.1/src/Data/Tree/
H A DLens.hs42 branches f (Node a as) = Node a <$> f as function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/lens-4.19.2/src/Data/Tree/
H A DLens.hs38 branches f (Node a as) = Node a <$> f as function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/lens-4.19.1/src/Data/Tree/
H A DLens.hs38 branches f (Node a as) = Node a <$> f as function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/lens-4.19.2/src/Data/Tree/
H A DLens.hs38 branches f (Node a as) = Node a <$> f as function
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/api/
H A Dprotected_branches.md280 ### Example with user / group level access **(PREMIUM)**
324 ### Example with allow to push and allow to merge access **(PREMIUM)**
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/workers/
H A Dpost_receive_spec.rb145 context 'branches' do context
326 context 'branches' do context
408 context 'branches' do context
/dports/lang/v8/v8-9.6.180.12/tools/release/
H A Dmergeinfo.py63 def is_lkgr(branches): argument
66 def get_first_canary(branches): argument
74 def get_first_v8_version(branches): argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/release/
H A Dmergeinfo.py63 def is_lkgr(branches): argument
66 def get_first_canary(branches): argument
74 def get_first_v8_version(branches): argument
/dports/www/node10/node-v10.24.1/deps/v8/tools/release/
H A Dmergeinfo.py60 def is_lkgr(branches): argument
63 def get_first_canary(branches): argument
71 def get_first_v8_version(branches): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/release/
H A Dmergeinfo.py63 def is_lkgr(branches): argument
66 def get_first_canary(branches): argument
74 def get_first_v8_version(branches): argument
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/html5ever-0.13.1/scripts/
H A Dbench-branches.py20 branches = sys.argv[1:] variable
24 branches = [b.lstrip('=') for b in branches] variable
/dports/devel/py-stdnum/python-stdnum-1.13/update/
H A Dnz_banks.py47 def branch_list(branches): argument
82 branches = banks[line['bank_number']].setdefault('branches', OrderedDict()) variable
/dports/science/py-esda/esda-2.4.1/esda/
H A Dcrand_perf_sim.py104 def sim_over_branches(branches): argument
116 branches = ['master', 'crand-innerlimit', 'crand-automemmap'] variable
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/projects/
H A Dbranches_by_mode_service.rb31 def by_mode(branches) argument
69 def branches_with_links(branches, last_page:) argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkRTree.cpp15 std::vector<Branch> branches; in insert() local
57 int SkRTree::CountNodes(int branches) { in CountNodes()
93 SkRTree::Branch SkRTree::bulkLoad(std::vector<Branch>* branches, int level) { in bulkLoad()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkRTree.cpp15 std::vector<Branch> branches; in insert() local
57 int SkRTree::CountNodes(int branches) { in CountNodes()
93 SkRTree::Branch SkRTree::bulkLoad(std::vector<Branch>* branches, int level) { in bulkLoad()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkRTree.cpp23 SkTDArray<Branch> branches; in insert() local
63 int SkRTree::CountNodes(int branches) { in CountNodes()
99 SkRTree::Branch SkRTree::bulkLoad(SkTDArray<Branch>* branches, int level) { in bulkLoad()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkRTree.cpp23 SkTDArray<Branch> branches; in insert() local
63 int SkRTree::CountNodes(int branches) { in CountNodes()
99 SkRTree::Branch SkRTree::bulkLoad(SkTDArray<Branch>* branches, int level) { in bulkLoad()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkRTree.cpp23 SkTDArray<Branch> branches; in insert() local
63 int SkRTree::CountNodes(int branches) { in CountNodes()
99 SkRTree::Branch SkRTree::bulkLoad(SkTDArray<Branch>* branches, int level) { in bulkLoad()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkRTree.cpp23 SkTDArray<Branch> branches; in insert() local
63 int SkRTree::CountNodes(int branches) { in CountNodes()
99 SkRTree::Branch SkRTree::bulkLoad(SkTDArray<Branch>* branches, int level) { in bulkLoad()

12345678910>>...65