Searched refs:all (Results 1 - 14 of 14) sorted by relevance
/pkg/src/zoneproxy/zoneproxy-adm/ |
H A D | Makefile | 31 all: $(PROG)
|
/pkg/src/zoneproxy/zoneproxy-client/ |
H A D | Makefile | 36 all: $(PROG)
|
/pkg/src/util/mkcert/ |
H A D | Makefile | 35 all: install
|
/pkg/src/util/apache2/sysrepo/ |
H A D | reference_httpd.conf | 45 # prevent Apache from glomming onto all bound IP addresses. 142 Require all denied 154 # documents. By default, all requests are taken from this directory, but 183 Require all granted 199 Require all denied 293 Require all granted 310 # information on the fly. Note: Not all browsers support this. 387 # Include all the .conf configuration files in the
|
/pkg/src/ |
H A D | Makefile | 29 all := TARGET = all macro 56 all: $(SUBDIRS) 91 # This rule propagates the current make target through all of the
|
/pkg/src/zoneproxy/zoneproxyd/ |
H A D | Makefile | 49 all: $(PROG)
|
/pkg/src/util/publish/ |
H A D | pkgsurf.py | 53 # Therefore pkgsurf will go through all depend actions in the repo and, if they 120 # program name on all platforms. 420 # we just use operation=reversion for all FMRIs. 486 if not all(use_ref(a, tdeps, ignores) for a in ta) \ 487 or not all(use_ref(a, rdeps, ignores) for a in ra): 499 if not all(td in rdeps for td in tdeps): 509 # Pkg passed all checks and can be reversioned. 548 # Pkg has no change at all.
|
/pkg/doc/dev-guide/ |
H A D | Makefile | 103 all: install 139 # tries to build all fragments, then builds the book itself
|
/pkg/src/pkg/ |
H A D | Makefile | 112 all: $(MOGRIFESTS) 144 # looks at all manifests, not just the ones listed in $(MANIFESTS). This is 163 # Resolve all dependencies at once, providing a single target that publication
|
/pkg/src/modules/ |
H A D | mogrify.py | 471 """Apply all transforms to action, returning modified action 487 # Check to make sure all matching attrs actually match. The 495 if not all(matches): 503 # and lead to a mis-match. These three patterns are all
|
/pkg/src/modules/client/ |
H A D | imageplan.py | 82 and their execution is all common code""" 388 # We only want to exclude all actions in the old image that 769 # affected packages as a side effect (normally, all installed 892 no configured repositories, or if all known publishers have 947 are specified, packages for all publishers with configured 954 are specified, packages for all dehydrated publishers with 1276 update the specified pkgs or all packages if none were 1334 # Updating all installed packages requires a 1366 pkgs or all packages if none were specified.""" 1402 # look through all th [all...] |
H A D | imageconfig.py | 491 # Ensure that all configured publishers are present in 493 # Also ensure that all publishers in search order that 550 # Validation must be delayed until after all properties are set, 605 # remove all linked image child configuration 820 # all children saved in the config file are pushed based 1068 if not all(k in self.__supported_props for k in props): 1289 # remove all the origin and mirror information
|
H A D | publisher.py | 75 # The "core" type indicates that a repository contains all of the dependencies 898 it is a RepositoryURI object, all other parameters will be 909 it is a RepositoryURI object, all other parameters will be 929 it is a RepositoryURI object, all other parameters will be 949 it is a RepositoryURI object, all other parameters will be 1120 all of the dependencies declared by packages in the 1633 # Optional roots not needed for all operations. 1780 # no origins are configured or all origins are disabled, we're 1785 or all(o.disabled for o in self.repository.origins)): 1792 # Ensure all ol [all...] |
/pkg/src/tests/ |
H A D | pkg5unittest.py | 24 # Define the basic classes that all test cases are inherited from. 117 """An exception used to signal that all testing should cease. 444 # This ensures that all parts of the command 1071 # Assert all sections expicitly requested were matched. 1470 res += "# As a result, all test cases in this class will " \ 1850 """Terminate all processes in this process's task. This 1894 print("Not all directories removed!", file=sys.stderr) 2009 # Check to make sure that all processes are 2205 # We need to do this so that we have all the state 2244 # Try to ensure that all depot [all...] |
Completed in 66 milliseconds