Home
last modified time | relevance | path

Searched refs:passthru (Results 51 – 75 of 2392) sorted by relevance

12345678910>>...96

/dports/deskutils/egroupware/egroupware/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php80 $passthru = null;
85 $passthru = $passthru || !$this->isDuplicate($record);
86 if ($passthru) {
93 if ($passthru === true || $passthru === null) {
/dports/www/bolt/bolt-2.2.24/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php80 $passthru = null;
85 $passthru = $passthru || !$this->isDuplicate($record);
86 if ($passthru) {
93 if ($passthru === true || $passthru === null) {
/dports/finance/prestashop/prestashop/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php80 $passthru = null;
85 $passthru = $passthru || !$this->isDuplicate($record);
86 if ($passthru) {
93 if ($passthru === true || $passthru === null) {
/dports/www/elgg/elgg-3.3.23/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php80 $passthru = null;
85 $passthru = $passthru || !$this->isDuplicate($record);
86 if ($passthru) {
93 if ($passthru === true || $passthru === null) {
/dports/www/phpmyfaq/phpmyfaq/src/libs/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php80 $passthru = null;
85 $passthru = $passthru || !$this->isDuplicate($record);
86 if ($passthru) {
93 if ($passthru === true || $passthru === null) {
/dports/www/matomo/piwik/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php80 $passthru = null;
85 $passthru = $passthru || !$this->isDuplicate($record);
86 if ($passthru) {
93 if ($passthru === true || $passthru === null) {
/dports/www/matomo/piwik/plugins/CoreConsole/Commands/
H A DGitCommit.php81 $this->passthru($cmd, $output);
86 $this->passthru($cmd, $output);
95 $this->passthru($cmd, $output);
100 $this->passthru($cmd, $output);
104 private function passthru($cmd, OutputInterface $output) function in Piwik\\Plugins\\CoreConsole\\Commands\\GitCommit
107 passthru($cmd);
H A DGitPull.php48 $this->passthru($cmd, $output);
51 $this->passthru($cmd, $output);
54 private function passthru($cmd, OutputInterface $output) function in Piwik\\Plugins\\CoreConsole\\Commands\\GitPull
57 passthru($cmd);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php80 $passthru = null;
85 $passthru = $passthru || !$this->isDuplicate($record);
86 if ($passthru) {
93 if ($passthru === true || $passthru === null) {
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/Monolog/Handler/
H A DDeduplicationHandler.php80 $passthru = null;
85 $passthru = $passthru || !$this->isDuplicate($record);
86 if ($passthru) {
93 if ($passthru === true || $passthru === null) {
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php80 $passthru = null;
85 $passthru = $passthru || !$this->isDuplicate($record);
86 if ($passthru) {
93 if ($passthru === true || $passthru === null) {
/dports/devel/pear-phing/phing-2.6.1/tasks/system/
H A DExecTask.php84 protected $passthru = false; variable in ExecTask
257 if ($this->output === null && $this->error === null && $this->passthru === false) {
279 if ($this->passthru) {
280 passthru($this->realCommand, $return);
413 * @param boolean $passthru If passthru shall be used
417 public function setPassthru($passthru) argument
419 $this->passthru = (bool) $passthru;
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php80 $passthru = null;
84 $passthru = $passthru || !$this->isDuplicate($record);
85 if ($passthru) {
92 if ($passthru === true || $passthru === null) {
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php80 $passthru = null;
84 $passthru = $passthru || !$this->isDuplicate($record);
85 if ($passthru) {
92 if ($passthru === true || $passthru === null) {
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php80 $passthru = null;
84 $passthru = $passthru || !$this->isDuplicate($record);
85 if ($passthru) {
92 if ($passthru === true || $passthru === null) {
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php80 $passthru = null;
84 $passthru = $passthru || !$this->isDuplicate($record);
85 if ($passthru) {
92 if ($passthru === true || $passthru === null) {
/dports/www/moodle310/moodle/admin/tool/phpunit/cli/
H A Dinit.php106 passthru("php util.php --install", $code);
112 passthru("php util.php --drop", $code);
113 passthru("php util.php --install", $code);
123 passthru("php util.php --buildconfig", $code);
/dports/www/moodle311/moodle/admin/tool/phpunit/cli/
H A Dinit.php106 passthru("php util.php --install", $code);
112 passthru("php util.php --drop", $code);
113 passthru("php util.php --install", $code);
123 passthru("php util.php --buildconfig", $code);
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/InstCombine/
H A Dexpensive-combines.ll8 ; DEFAULT-NEXT: [[CALL:%.*]] = call i32 @passthru(i32 0)
13 ; EXPENSIVE-ON-NEXT: [[CALL:%.*]] = call i32 @passthru(i32 0)
18 ; EXPENSIVE-OFF-NEXT: [[CALL:%.*]] = call i32 @passthru(i32 0)
22 %call = call i32 @passthru(i32 0)
27 declare i32 @passthru(i32 returned)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/InstCombine/
H A Dexpensive-combines.ll8 ; DEFAULT-NEXT: [[CALL:%.*]] = call i32 @passthru(i32 0)
13 ; EXPENSIVE-ON-NEXT: [[CALL:%.*]] = call i32 @passthru(i32 0)
18 ; EXPENSIVE-OFF-NEXT: [[CALL:%.*]] = call i32 @passthru(i32 0)
22 %call = call i32 @passthru(i32 0)
27 declare i32 @passthru(i32 returned)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/RISCV/rvv/
H A Dmgather-sdnode.ll9 … i8> @mgather_nxv1i8(<vscale x 1 x i8*> %ptrs, <vscale x 1 x i1> %m, <vscale x 1 x i8> %passthru) {
29 … i8> @mgather_nxv2i8(<vscale x 2 x i8*> %ptrs, <vscale x 2 x i1> %m, <vscale x 2 x i8> %passthru) {
195 …<vscale x 4 x i8> @mgather_truemask_nxv4i8(<vscale x 4 x i8*> %ptrs, <vscale x 4 x i8> %passthru) {
215 …vscale x 4 x i8> @mgather_falsemask_nxv4i8(<vscale x 4 x i8*> %ptrs, <vscale x 4 x i8> %passthru) {
418 …ale x 4 x i16> @mgather_truemask_nxv4i16(<vscale x 4 x i16*> %ptrs, <vscale x 4 x i16> %passthru) {
438 …le x 4 x i16> @mgather_falsemask_nxv4i16(<vscale x 4 x i16*> %ptrs, <vscale x 4 x i16> %passthru) {
678 …ale x 4 x i32> @mgather_truemask_nxv4i32(<vscale x 4 x i32*> %ptrs, <vscale x 4 x i32> %passthru) {
697 …le x 4 x i32> @mgather_falsemask_nxv4i32(<vscale x 4 x i32*> %ptrs, <vscale x 4 x i32> %passthru) {
962 …ale x 4 x i64> @mgather_truemask_nxv4i64(<vscale x 4 x i64*> %ptrs, <vscale x 4 x i64> %passthru) {
981 …le x 4 x i64> @mgather_falsemask_nxv4i64(<vscale x 4 x i64*> %ptrs, <vscale x 4 x i64> %passthru) {
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/RISCV/rvv/
H A Dmgather-sdnode.ll9 … i8> @mgather_nxv1i8(<vscale x 1 x i8*> %ptrs, <vscale x 1 x i1> %m, <vscale x 1 x i8> %passthru) {
29 … i8> @mgather_nxv2i8(<vscale x 2 x i8*> %ptrs, <vscale x 2 x i1> %m, <vscale x 2 x i8> %passthru) {
195 …<vscale x 4 x i8> @mgather_truemask_nxv4i8(<vscale x 4 x i8*> %ptrs, <vscale x 4 x i8> %passthru) {
215 …vscale x 4 x i8> @mgather_falsemask_nxv4i8(<vscale x 4 x i8*> %ptrs, <vscale x 4 x i8> %passthru) {
418 …ale x 4 x i16> @mgather_truemask_nxv4i16(<vscale x 4 x i16*> %ptrs, <vscale x 4 x i16> %passthru) {
438 …le x 4 x i16> @mgather_falsemask_nxv4i16(<vscale x 4 x i16*> %ptrs, <vscale x 4 x i16> %passthru) {
678 …ale x 4 x i32> @mgather_truemask_nxv4i32(<vscale x 4 x i32*> %ptrs, <vscale x 4 x i32> %passthru) {
697 …le x 4 x i32> @mgather_falsemask_nxv4i32(<vscale x 4 x i32*> %ptrs, <vscale x 4 x i32> %passthru) {
969 …ale x 4 x i64> @mgather_truemask_nxv4i64(<vscale x 4 x i64*> %ptrs, <vscale x 4 x i64> %passthru) {
988 …le x 4 x i64> @mgather_falsemask_nxv4i64(<vscale x 4 x i64*> %ptrs, <vscale x 4 x i64> %passthru) {
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/RISCV/rvv/
H A Dmgather-sdnode.ll9 … i8> @mgather_nxv1i8(<vscale x 1 x i8*> %ptrs, <vscale x 1 x i1> %m, <vscale x 1 x i8> %passthru) {
29 … i8> @mgather_nxv2i8(<vscale x 2 x i8*> %ptrs, <vscale x 2 x i1> %m, <vscale x 2 x i8> %passthru) {
195 …<vscale x 4 x i8> @mgather_truemask_nxv4i8(<vscale x 4 x i8*> %ptrs, <vscale x 4 x i8> %passthru) {
215 …vscale x 4 x i8> @mgather_falsemask_nxv4i8(<vscale x 4 x i8*> %ptrs, <vscale x 4 x i8> %passthru) {
418 …ale x 4 x i16> @mgather_truemask_nxv4i16(<vscale x 4 x i16*> %ptrs, <vscale x 4 x i16> %passthru) {
438 …le x 4 x i16> @mgather_falsemask_nxv4i16(<vscale x 4 x i16*> %ptrs, <vscale x 4 x i16> %passthru) {
678 …ale x 4 x i32> @mgather_truemask_nxv4i32(<vscale x 4 x i32*> %ptrs, <vscale x 4 x i32> %passthru) {
697 …le x 4 x i32> @mgather_falsemask_nxv4i32(<vscale x 4 x i32*> %ptrs, <vscale x 4 x i32> %passthru) {
969 …ale x 4 x i64> @mgather_truemask_nxv4i64(<vscale x 4 x i64*> %ptrs, <vscale x 4 x i64> %passthru) {
988 …le x 4 x i64> @mgather_falsemask_nxv4i64(<vscale x 4 x i64*> %ptrs, <vscale x 4 x i64> %passthru) {
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/RISCV/rvv/
H A Dmgather-sdnode.ll9 … i8> @mgather_nxv1i8(<vscale x 1 x i8*> %ptrs, <vscale x 1 x i1> %m, <vscale x 1 x i8> %passthru) {
29 … i8> @mgather_nxv2i8(<vscale x 2 x i8*> %ptrs, <vscale x 2 x i1> %m, <vscale x 2 x i8> %passthru) {
195 …<vscale x 4 x i8> @mgather_truemask_nxv4i8(<vscale x 4 x i8*> %ptrs, <vscale x 4 x i8> %passthru) {
215 …vscale x 4 x i8> @mgather_falsemask_nxv4i8(<vscale x 4 x i8*> %ptrs, <vscale x 4 x i8> %passthru) {
418 …ale x 4 x i16> @mgather_truemask_nxv4i16(<vscale x 4 x i16*> %ptrs, <vscale x 4 x i16> %passthru) {
438 …le x 4 x i16> @mgather_falsemask_nxv4i16(<vscale x 4 x i16*> %ptrs, <vscale x 4 x i16> %passthru) {
678 …ale x 4 x i32> @mgather_truemask_nxv4i32(<vscale x 4 x i32*> %ptrs, <vscale x 4 x i32> %passthru) {
697 …le x 4 x i32> @mgather_falsemask_nxv4i32(<vscale x 4 x i32*> %ptrs, <vscale x 4 x i32> %passthru) {
969 …ale x 4 x i64> @mgather_truemask_nxv4i64(<vscale x 4 x i64*> %ptrs, <vscale x 4 x i64> %passthru) {
988 …le x 4 x i64> @mgather_falsemask_nxv4i64(<vscale x 4 x i64*> %ptrs, <vscale x 4 x i64> %passthru) {
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/RISCV/rvv/
H A Dmgather-sdnode.ll9 … i8> @mgather_nxv1i8(<vscale x 1 x i8*> %ptrs, <vscale x 1 x i1> %m, <vscale x 1 x i8> %passthru) {
29 … i8> @mgather_nxv2i8(<vscale x 2 x i8*> %ptrs, <vscale x 2 x i1> %m, <vscale x 2 x i8> %passthru) {
195 …<vscale x 4 x i8> @mgather_truemask_nxv4i8(<vscale x 4 x i8*> %ptrs, <vscale x 4 x i8> %passthru) {
215 …vscale x 4 x i8> @mgather_falsemask_nxv4i8(<vscale x 4 x i8*> %ptrs, <vscale x 4 x i8> %passthru) {
418 …ale x 4 x i16> @mgather_truemask_nxv4i16(<vscale x 4 x i16*> %ptrs, <vscale x 4 x i16> %passthru) {
438 …le x 4 x i16> @mgather_falsemask_nxv4i16(<vscale x 4 x i16*> %ptrs, <vscale x 4 x i16> %passthru) {
678 …ale x 4 x i32> @mgather_truemask_nxv4i32(<vscale x 4 x i32*> %ptrs, <vscale x 4 x i32> %passthru) {
697 …le x 4 x i32> @mgather_falsemask_nxv4i32(<vscale x 4 x i32*> %ptrs, <vscale x 4 x i32> %passthru) {
969 …ale x 4 x i64> @mgather_truemask_nxv4i64(<vscale x 4 x i64*> %ptrs, <vscale x 4 x i64> %passthru) {
988 …le x 4 x i64> @mgather_falsemask_nxv4i64(<vscale x 4 x i64*> %ptrs, <vscale x 4 x i64> %passthru) {
[all …]

12345678910>>...96