Home
last modified time | relevance | path

Searched refs:inVendor (Results 1 – 25 of 59) sorted by relevance

123

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/var-dumper/Caster/
H A DLinkStub.php21 public $inVendor = false; variable in Symfony\\Component\\VarDumper\\Caster\\LinkStub
55 if ($composerRoot = $this->getComposerRoot($href, $this->inVendor)) {
58 …$this->attr['ellipsis-tail'] = 1 + ($this->inVendor ? 2 + \strlen(implode('', \array_slice(explode…
66 private function getComposerRoot(string $file, bool &$inVendor) argument
81 $inVendor = false;
88 if ($inVendor = 0 === strpos($file, $root)) {
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/
H A DLinkStub.php21 public $inVendor = false; variable in Symfony\\Component\\VarDumper\\Caster\\LinkStub
55 if ($composerRoot = $this->getComposerRoot($href, $this->inVendor)) {
58 …$this->attr['ellipsis-tail'] = 1 + ($this->inVendor ? 2 + \strlen(implode('', \array_slice(explode…
66 private function getComposerRoot($file, &$inVendor) argument
81 $inVendor = false;
88 if ($inVendor = 0 === strpos($file, $root)) {
/dports/deskutils/egroupware/egroupware/vendor/symfony/var-dumper/Caster/
H A DLinkStub.php21 public $inVendor = false; variable in Symfony\\Component\\VarDumper\\Caster\\LinkStub
55 if ($composerRoot = $this->getComposerRoot($href, $this->inVendor)) {
58 …$this->attr['ellipsis-tail'] = 1 + ($this->inVendor ? 2 + \strlen(implode('', \array_slice(explode…
66 private function getComposerRoot(string $file, bool &$inVendor) argument
81 $inVendor = false;
88 if ($inVendor = 0 === strpos($file, $root)) {
/dports/www/elgg/elgg-3.3.23/vendor/symfony/var-dumper/Caster/
H A DLinkStub.php21 public $inVendor = false; variable in Symfony\\Component\\VarDumper\\Caster\\LinkStub
55 if ($composerRoot = $this->getComposerRoot($href, $this->inVendor)) {
58 …$this->attr['ellipsis-tail'] = 1 + ($this->inVendor ? 2 + \strlen(implode('', \array_slice(explode…
66 private function getComposerRoot($file, &$inVendor) argument
81 $inVendor = false;
88 if ($inVendor = 0 === strpos($file, $root)) {
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/var-dumper/Caster/
H A DLinkStub.php21 public $inVendor = false; variable in Symfony\\Component\\VarDumper\\Caster\\LinkStub
55 if ($composerRoot = $this->getComposerRoot($href, $this->inVendor)) {
58 …$this->attr['ellipsis-tail'] = 1 + ($this->inVendor ? 2 + \strlen(implode('', \array_slice(explode…
66 private function getComposerRoot(string $file, bool &$inVendor) argument
81 $inVendor = false;
88 if ($inVendor = str_starts_with($file, $root)) {
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/var-dumper/Caster/
H A DLinkStub.php21 public $inVendor = false; variable in Symfony\\Component\\VarDumper\\Caster\\LinkStub
55 if ($composerRoot = $this->getComposerRoot($href, $this->inVendor)) {
58 …$this->attr['ellipsis-tail'] = 1 + ($this->inVendor ? 2 + \strlen(implode('', \array_slice(explode…
66 private function getComposerRoot(string $file, bool &$inVendor) argument
81 $inVendor = false;
88 if ($inVendor = 0 === strpos($file, $root)) {
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/var-dumper/Caster/
H A DLinkStub.php21 public $inVendor = false; variable in Symfony\\Component\\VarDumper\\Caster\\LinkStub
55 if ($composerRoot = $this->getComposerRoot($href, $this->inVendor)) {
58 …$this->attr['ellipsis-tail'] = 1 + ($this->inVendor ? 2 + \strlen(implode('', \array_slice(explode…
66 private function getComposerRoot(string $file, bool &$inVendor) argument
81 $inVendor = false;
88 if ($inVendor = 0 === strpos($file, $root)) {
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/
H A DLinkStub.php21 public $inVendor = false; variable in Symfony\\Component\\VarDumper\\Caster\\LinkStub
55 if ($composerRoot = $this->getComposerRoot($href, $this->inVendor)) {
58 …$this->attr['ellipsis-tail'] = 1 + ($this->inVendor ? 2 + \strlen(implode('', \array_slice(explode…
66 private function getComposerRoot($file, &$inVendor) argument
81 $inVendor = false;
88 if ($inVendor = 0 === strpos($file, $root)) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go109 inVendor bool
113 inVendor: false,
117 inVendor: true,
121 inVendor: false,
124 if got := inVendor(span.URIFromPath(tt.path)); got != tt.inVendor {
125 t.Errorf("expected %s inVendor %v, got %v", tt.path, tt.inVendor, got)
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go109 inVendor bool
113 inVendor: false,
117 inVendor: true,
121 inVendor: false,
124 if got := inVendor(span.URIFromPath(tt.path)); got != tt.inVendor {
125 t.Errorf("expected %s inVendor %v, got %v", tt.path, tt.inVendor, got)
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go109 inVendor bool
113 inVendor: false,
117 inVendor: true,
121 inVendor: false,
124 if got := inVendor(span.URIFromPath(tt.path)); got != tt.inVendor {
125 t.Errorf("expected %s inVendor %v, got %v", tt.path, tt.inVendor, got)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go109 inVendor bool
113 inVendor: false,
117 inVendor: true,
121 inVendor: false,
124 if got := inVendor(span.URIFromPath(tt.path)); got != tt.inVendor {
125 t.Errorf("expected %s inVendor %v, got %v", tt.path, tt.inVendor, got)
/dports/dns/blocky/blocky-0.17/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go109 inVendor bool
113 inVendor: false,
117 inVendor: true,
121 inVendor: false,
124 if got := inVendor(span.URIFromPath(tt.path)); got != tt.inVendor {
125 t.Errorf("expected %s inVendor %v, got %v", tt.path, tt.inVendor, got)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go109 inVendor bool
113 inVendor: false,
117 inVendor: true,
121 inVendor: false,
124 if got := inVendor(span.URIFromPath(tt.path)); got != tt.inVendor {
125 t.Errorf("expected %s inVendor %v, got %v", tt.path, tt.inVendor, got)
/dports/sysutils/restic/restic-0.12.1/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go109 inVendor bool
113 inVendor: false,
117 inVendor: true,
121 inVendor: false,
124 if got := inVendor(span.URIFromPath(tt.path)); got != tt.inVendor {
125 t.Errorf("expected %s inVendor %v, got %v", tt.path, tt.inVendor, got)
/dports/net/storj/storj-1.45.3/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go109 inVendor bool
113 inVendor: false,
117 inVendor: true,
121 inVendor: false,
124 if got := inVendor(span.URIFromPath(tt.path)); got != tt.inVendor {
125 t.Errorf("expected %s inVendor %v, got %v", tt.path, tt.inVendor, got)
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go109 inVendor bool
113 inVendor: false,
117 inVendor: true,
121 inVendor: false,
124 if got := inVendor(span.URIFromPath(tt.path)); got != tt.inVendor {
125 t.Errorf("expected %s inVendor %v, got %v", tt.path, tt.inVendor, got)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go193 inVendor bool
197 inVendor: false,
201 inVendor: true,
205 inVendor: false,
208 if got := inVendor(span.URIFromPath(tt.path)); got != tt.inVendor {
209 t.Errorf("expected %s inVendor %v, got %v", tt.path, tt.inVendor, got)
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go194 inVendor bool
198 inVendor: false,
202 inVendor: true,
206 inVendor: false,
209 if got := inVendor(span.URIFromPath(tt.path)); got != tt.inVendor {
210 t.Errorf("expected %s inVendor %v, got %v", tt.path, tt.inVendor, got)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go194 inVendor bool
198 inVendor: false,
202 inVendor: true,
206 inVendor: false,
209 if got := inVendor(span.URIFromPath(tt.path)); got != tt.inVendor {
210 t.Errorf("expected %s inVendor %v, got %v", tt.path, tt.inVendor, got)
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go194 inVendor bool
198 inVendor: false,
202 inVendor: true,
206 inVendor: false,
209 if got := inVendor(span.URIFromPath(tt.path)); got != tt.inVendor {
210 t.Errorf("expected %s inVendor %v, got %v", tt.path, tt.inVendor, got)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go194 inVendor bool
198 inVendor: false,
202 inVendor: true,
206 inVendor: false,
209 if got := inVendor(span.URIFromPath(tt.path)); got != tt.inVendor {
210 t.Errorf("expected %s inVendor %v, got %v", tt.path, tt.inVendor, got)
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go194 inVendor bool
198 inVendor: false,
202 inVendor: true,
206 inVendor: false,
209 if got := inVendor(span.URIFromPath(tt.path)); got != tt.inVendor {
210 t.Errorf("expected %s inVendor %v, got %v", tt.path, tt.inVendor, got)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/golang.org/x/tools/tools-113979e3529a/internal/lsp/cache/
H A Dview_test.go194 inVendor bool
198 inVendor: false,
202 inVendor: true,
206 inVendor: false,
209 if got := inVendor(span.URIFromPath(tt.path)); got != tt.inVendor {
210 t.Errorf("expected %s inVendor %v, got %v", tt.path, tt.inVendor, got)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/golang.org/x/tools/internal/lsp/cache/
H A Dview_test.go194 inVendor bool
198 inVendor: false,
202 inVendor: true,
206 inVendor: false,
209 if got := inVendor(span.URIFromPath(tt.path)); got != tt.inVendor {
210 t.Errorf("expected %s inVendor %v, got %v", tt.path, tt.inVendor, got)

123