Home
last modified time | relevance | path

Searched +refs:match +refs:base +refs:name +refs:latest (Results 1 – 25 of 15278) sorted by relevance

12345678910>>...612

/dports/devel/py-testinfra/testinfra-3.2.0/testinfra/modules/
H A Dpip.py19 from testinfra.modules.base import InstanceModule
23 match = regexp.match(line)
24 if match is None:
26 return match.groups()
56 name, version = _re_match(line, output_re)
59 pkgs[name] = {'version': version, 'path': path.strip()}
61 pkgs[name] = {'version': version}
92 name, current, latest = _re_match(line, output_re)
93 pkgs[name] = {'current': current, 'latest': latest}
/dports/audio/carla/Carla-2.4.1/source/modules/lilv/lilv-0.24.0/src/
H A Dutil.c385 update_latest(const char* path, const char* name, void* data) in update_latest() argument
388 char* entry_path = lilv_path_join(path, name); in update_latest()
424 return latest.latest; in lilv_get_latest_copy()
469 lilv_path_relative_to(const char* path, const char* base) in lilv_path_relative_to() argument
472 const size_t base_len = strlen(base); in lilv_path_relative_to()
491 if (lilv_is_dir_sep(base[i])) { in lilv_path_relative_to()
602 bool match = false; in lilv_file_equals() local
610 match = false; // Sizes differ in lilv_file_equals()
616 match = true; in lilv_file_equals()
619 match = false; in lilv_file_equals()
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/lilv/src/
H A Dutil.c413 update_latest(const char* path, const char* name, void* data) in update_latest() argument
416 char* entry_path = lilv_path_join(path, name); in update_latest()
452 return latest.latest; in lilv_get_latest_copy()
494 lilv_path_relative_to(const char* path, const char* base) in lilv_path_relative_to() argument
497 const size_t base_len = strlen(base); in lilv_path_relative_to()
516 if (lilv_is_dir_sep(base[i])) { in lilv_path_relative_to()
627 bool match = false; in lilv_file_equals() local
635 match = false; // Sizes differ in lilv_file_equals()
641 match = true; in lilv_file_equals()
644 match = false; in lilv_file_equals()
[all …]
/dports/net/ntp/ntp-4.2.8p15/sntp/
H A Dmain.c543 sent_pkt * match; in queue_xmt() local
555 for (match = *pkt_listp; match != NULL; match = match->link) { in queue_xmt()
558 match->dctx->name)) in queue_xmt()
561 match->dctx->name, in queue_xmt()
566 match->dctx->name); in queue_xmt()
1554 struct timeval latest; in gettimeofday_cached() local
1562 event_base_gettimeofday_cached(b, &latest); in gettimeofday_cached()
1564 !memcmp(&latest, &cached, sizeof(latest))) { in gettimeofday_cached()
1568 cached = latest; in gettimeofday_cached()
1579 diff = sub_tval(systemt, latest); in gettimeofday_cached()
[all …]
/dports/www/geneweb/geneweb-13c850a0cc3973daf7ae3e0772a1621f84052041/src/
H A DbirthDeath.ml131 Wserver.wprint (fcapitale (ftransl conf "the latest %d births")) len
189 Wserver.wprint (fcapitale (ftransl conf "the latest %t deaths"))
294 xtag "input" "type=\"hidden\" name=\"m\" value=\"LD\"";
300 Wserver.wprint (fcapitale (ftransl conf "the latest %t deaths"))
304 "name=\"by\" value=\"%s\" size=\"4\" maxlength=\"4\"" by;
472 Wserver.wprint (fcapitale (ftransl conf "the latest %d marriages")) len
513 Wserver.wprint (ftransl conf "the latest %d births") n;
518 Wserver.wprint (ftransl conf "the latest %t deaths")
524 Wserver.wprint (ftransl conf "the latest %d marriages") n;
736 xtag "input" "type=\"hidden\" name=\"m\" value=\"POP_PYR\"";
[all …]
/dports/devel/py-black/black-21.7b0/.github/workflows/
H A Dtest.yml1 name: Test
18 # internal PRs match both the push and pull_request events.
28 os: [ubuntu-latest, macOS-latest, windows-latest]
38 - name: Install dependencies
43 - name: Unit tests
47 - name: Publish coverage to Coveralls
52 github.event.pull_request.base.repo.full_name == 'psf/black') && matrix.os ==
53 'ubuntu-latest'
67 github.event.pull_request.base.repo.full_name == 'psf/black'
69 runs-on: ubuntu-latest
[all …]
/dports/sysutils/dnf/dnf-4.9.0/doc/
H A Dapi_queries.rst31 base = dnf.Base()
32 base.fill_sack()
34 q = base.sack.query()
48 base = dnf.Base()
49 base.read_all_repos()
50 base.fill_sack()
52 q = base.sack.query()
99 latest_per_arch integer see :meth:`latest`.
100 name string match against packages' names
155 .. method:: latest(limit=1)
[all …]
/dports/mail/avenger/avenger-0.8.5/asmtpd/
H A Drcptcheck.C30 str lookup (str name);
47 latest = 0; in load()
56 if (opt->configno == loadno && latest == max (sb.st_mtime, sb.st_ctime)) in load()
73 if (aliasrx.match (line)) { in load()
81 else if (!blankrx.match (line)) in load()
102 latest = max (sb.st_ctime, sb.st_mtime); in load()
120 str name (orig), base (name), ext; in lookup()
123 if (!p || p == base.cstr ()) in lookup()
124 return name; in lookup()
129 base = substr (base, 0, p - base.cstr ()); in lookup()
[all …]
/dports/devel/modd/modd-0.8/vendor/mvdan.cc/sh/expand/
H A Dexpand.go332 base := ""
334 base = dir
345 for _, match := range matches {
347 match = strings.TrimPrefix(match, dir)
349 fields = append(fields, match)
573 name = name[:i]
660 for i, match := range matches {
664 matches[i] = pathJoin2(match, "")
667 latest := matches
670 for _, dir := range latest {
[all …]
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/script/
H A Dcompile-tzdatabase.scm19 (match)
141 (define (finish name latest prevs)
142 (hashtable-set! zones name (cons latest prevs)))
154 (finish name (fixup latest) '())
155 (finish name latest '())))
269 (match d
305 (match spec
317 (match rest
330 (base (basics off rule-name zone-name)))
335 (car base) y rest))
[all …]
/dports/lang/racket/racket-8.3/collects/pkg/private/
H A Dcreate.rkt1 #lang racket/base
2 (require racket/match
26 (match create:format
42 (let-values ([(base name dir?) (split-path dir)])
44 [(path? base) (path->complete-path base)]
48 ;; the latest time of any of its source files.
51 (define latest-timestamp
60 latest-timestamp)
77 (match create:format
157 #:pkg-name [given-pkg-name #f]
[all …]
H A Dnew.rkt1 #lang racket/base
5 (require racket/match
15 (regexp-match-exact? #rx"[-_a-zA-Z0-9]*" package))
24 (match (system-type)
49 (let ([m (regexp-match #rx"<<([^>]*)>>" in 0 #f (current-output-port))])
58 [(not (package-name? name))
137 runs-on: ubuntu-latest
154 - name: Testing <<name>>
164 (define deps '("base"))
188 #lang racket/base
[all …]
/dports/lang/racket-minimal/racket-8.3/collects/pkg/private/
H A Dcreate.rkt1 #lang racket/base
2 (require racket/match
26 (match create:format
42 (let-values ([(base name dir?) (split-path dir)])
44 [(path? base) (path->complete-path base)]
48 ;; the latest time of any of its source files.
51 (define latest-timestamp
60 latest-timestamp)
77 (match create:format
157 #:pkg-name [given-pkg-name #f]
[all …]
H A Dnew.rkt1 #lang racket/base
5 (require racket/match
15 (regexp-match-exact? #rx"[-_a-zA-Z0-9]*" package))
24 (match (system-type)
49 (let ([m (regexp-match #rx"<<([^>]*)>>" in 0 #f (current-output-port))])
58 [(not (package-name? name))
137 runs-on: ubuntu-latest
154 - name: Testing <<name>>
164 (define deps '("base"))
188 #lang racket/base
[all …]
/dports/games/widelands/widelands-build21/.github/workflows/
H A Dformat.yaml1 name: Formatting your code
4 # pushing to the fork when an event is triggered on the base repo.
16 name: Run fix_formatting.py
17 # clang-format has broken dependencies on ubuntu-latest
20 - name: Checkout
37 - name: Installing python
86 - name: Pushing changes
94 # curl exits 23 because grep will kill it after the first match
98 latest=${latest#*: \"}
99 latest=${latest%\",}
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/drracket/drracket/private/
H A Dget-defs.rkt1 #lang racket/base
18 (struct define-popup-info (prefix long-name short-name) #:transparent)
41 ;; latest-positions : (listof (or/c natural +inf.0 #f))
42 ;; latest positions are where we found each of these strings in the last go;
46 (define (find-next pos latest-positions)
48 (for/list ([latest-position (in-list latest-positions)]
51 [latest-position latest-position]
188 (send text forward-match pos (send text last-position)))
200 (cond [(regexp-match #rx"^-metafunction(/extension)?$" suffix)
219 (require rackunit racket/gui/base framework)
[all …]
/dports/sysutils/consul/consul-1.10.3/.github/workflows/
H A Dchangelog-checker.yml16 if: "!contains(github.event.pull_request.labels.*.name, 'pr/no-changelog')"
17 runs-on: ubuntu-latest
24 - name: Check for changelog entry in diff
26 pull_request_base_main=$(expr "${{ github.event.pull_request.base.ref }}" = "main")
29 # for PRs against the main branch, the changelog file name should match the PR number
37 …changelog_files=$(git --no-pager diff --name-only HEAD "$(git merge-base HEAD "origin/main")" -- $…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/.github/workflows/
H A Dchangelog-checker.yml16 if: "!contains(github.event.pull_request.labels.*.name, 'pr/no-changelog')"
17 runs-on: ubuntu-latest
24 - name: Check for changelog entry in diff
26 pull_request_base_main=$(expr "${{ github.event.pull_request.base.ref }}" = "main")
29 # for PRs against the main branch, the changelog file name should match the PR number
37 …changelog_files=$(git --no-pager diff --name-only HEAD "$(git merge-base HEAD "origin/main")" -- $…
/dports/devel/taskctl/taskctl-1.4.2/vendor/mvdan.cc/sh/v3/expand/
H A Dexpand.go631 switch name {
657 name = name[:i]
722 func (cfg *Config) glob(base, pat string) ([]string, error) {
745 for i, match := range matches {
749 matches[i] = pathJoin2(match, "")
752 latest := matches
755 for _, dir := range latest {
757 newMatches, err = cfg.globDir(base, dir, rxGlobStar, wantDir, newMatches)
768 latest = newMatches
780 newMatches, err = cfg.globDir(base, dir, rx, wantDir, newMatches)
[all …]
/dports/security/vuls/vuls-0.13.7/scan/
H A Dbase_test.go24 f570ae647edc agitated_lovelace centos:latest`,
194 l := &base{}
232 l := &base{}
293 l := &base{}
304 args base
362 args: base{
389 l base
399 l: base{osPackages: osPackages{
485 l := base{}
488 …if match := l.findPortTestSuccessOn(tt.args.listenIPPorts, tt.args.searchListenPort); !reflect.Dee…
[all …]
/dports/science/afni/afni-AFNI_21.3.16/.circleci/
H A Dconfig.yml7 description: "Get base image using cache and docker build"
55 --tag afni/afni_<< parameters.build_type >>:latest \
149 docker push afni/afni_<< parameters.build_type >>:latest
165 docker push afni/afni_dev_base:latest
267 docker save afni/<< parameters.image_name >>:latest \
485 # cache version should match for all jobs
499 # cache version should match for all jobs
511 # cache version should match for all jobs
525 # cache version should match for all jobs
540 # cache version should match for all jobs
[all …]
/dports/misc/netron/node_modules/@develar/schema-utils/
H A DREADME.md70 "name": {
89 name: 123,
107 "name": {
119 #### `name`
131 …ect. MyPlugin has been initialised using a configuration object that does not match the API schema.
140 Allow to setup base data path in validation errors.
147 Invalid options object. MyPlugin has been initialised using an options object that does not match t…
160 name: 'MyPlugin',
172 Invalid options object. MyPlugin has been initialized using an options object that does not match t…
185 "name": {
[all …]
/dports/misc/py-onnx/onnx-1.10.2/third_party/pybind11/.github/workflows/
H A Dci.yml19 runs-on: [ubuntu-latest, windows-latest, macos-latest]
30 # existing keys match.
49 # These items will be removed from the build matrix, keys must match.
68 - name: Setup Boost (Windows / Linux latest)
169 runs-on: ubuntu-latest
222 runs-on: ubuntu-latest
245 runs-on: ubuntu-latest
285 runs-on: ubuntu-latest
333 runs-on: ubuntu-latest
339 - latest
[all …]
/dports/www/phalcon/cphalcon-3.4.5/phalcon/mvc/
H A Dmodelinterface.zep41 * Returns table name mapped in the model
48 * Returns schema name where table mapped is located
114 * @param \Phalcon\Mvc\Model base
126 * @param \Phalcon\Mvc\ModelInterface base
131 public static function cloneResult(<ModelInterface> base, array! data, int dirtyState = 0); argument
143 * Allows to query a set of records that match the specified conditions
150 * Allows to query the first record that match the specified conditions
166 * Allows to count how many records match the specified conditions
174 * Allows to calculate a sum on a column that match the specified conditions
182 * Allows to get the maximum value of a column that match the specified conditions
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/hashi_vault/
H A DREADME.md8latest** collection documentation](https://docs.ansible.com/ansible/latest/collections/community/h…
18 * devel (latest development commit)
21 <!-- List the versions of Ansible the collection has been tested with. Must match what is in galaxy…
25 We currently test against the latest two minor versions of Vault major version `1`. The patch versi…
70 See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_usin…
94 …iners are more likely to focus on goals that make sense for their particular plugins and user base.
107 * `community.hashicorp.vault` (or any other 3-component name): not supported (also long).
108 …` isn't perfect, but has an established convention in the existing plugin name and isn't as long a…
120 - [Ansible User guide](https://docs.ansible.com/ansible/latest/user_guide/index.html)
121 - [Ansible Developer guide](https://docs.ansible.com/ansible/latest/dev_guide/index.html)
[all …]

12345678910>>...612