Home
last modified time | relevance | path

Searched refs:setCode (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DProphecySubjectPatch.php54 $method->setCode(
58 $method->setCode(
68 $prophecySetter->setCode('$this->objectProphecy = $prophecy;');
71 $prophecyGetter->setCode('return $this->objectProphecy;');
83 $__call->setCode(<<<PHP
H A DSplFileInfoPatch.php57 $constructor->setCode('return parent::__construct("' . __DIR__ . '");');
64 $constructor->setCode('return parent::__construct("' . $filePath .'");');
71 $constructor->setCode('return parent::__construct("' . $filePath .'", "", "");');
/plugin/siteexport/inc/
H A DpatchCSSmgr.php17 public function setCode($code) { function in CSSMgrPatch
30 $this->setCode($contents);
45 $this->setCode($new_code);
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DDatamatrix.php20 ->setCode($code)
35 ->setCode($code)
51 ->setCode($code)
H A DPDF417.php20 ->setCode($code)
35 ->setCode($code)
51 ->setCode($code)
H A DBarcode.php22 ->setCode($code)
41 ->setCode($code)
61 ->setCode($code)
H A DQRcode.php22 ->setCode($code)
41 ->setCode($code)
61 ->setCode($code)
/plugin/barcodes/vendor/jucksearm/php-barcode/tests/
H A DDatamatrixTest.php21 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
40 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
58 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
H A DPDF417Test.php21 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
40 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
58 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
H A DQRcodeTest.php21 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
42 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
60 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
H A DBarcodeTest.php21 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
43 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
63 $data = $this->class->factory()->setCode('https://github.com/jucksearm/php-barcode')
/plugin/swiftmail/Swift/Events/
H A DResponseEvent.php37 $this->setCode(substr($string, 0, 3));
59 public function setCode($code) function in Swift_Events_ResponseEvent
H A DCommandEvent.php39 $this->setCode($code);
61 public function setCode($code) function in Swift_Events_CommandEvent
/plugin/codehighlight/cp/
H A Dcodepress.js29 self.editor.setCode(self.textarea.value);
64 self.setCode = function(code) { function
65 self.textarea.disabled ? self.editor.setCode(code) : self.textarea.value = code;
92 self.setCode(self.textarea.value);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DMembershipState.php30 public function setCode($code) function in Google\\Service\\GKEHub\\MembershipState
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DVerifyNotificationChannelRequest.php30 public function setCode($code) function in Google\\Service\\Monitoring\\VerifyNotificationChannelRequest
H A DGetNotificationChannelVerificationCodeResponse.php34 public function setCode($code) function in Google\\Service\\Monitoring\\GetNotificationChannelVerificationCodeResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDomains/
H A DAuthorizationCode.php30 public function setCode($code) function in Google\\Service\\CloudDomains\\AuthorizationCode
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DFailedEvent.php48 public function setCode($code) function in Google\\Service\\Genomics\\FailedEvent
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DBiEngineReason.php34 public function setCode($code) function in Google\\Service\\Bigquery\\BiEngineReason
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DBackendBucketCdnPolicyNegativeCachingPolicy.php34 public function setCode($code) function in Google\\Service\\Compute\\BackendBucketCdnPolicyNegativeCachingPolicy
H A DInstanceManagedByIgmErrorManagedInstanceError.php34 public function setCode($code) function in Google\\Service\\Compute\\InstanceManagedByIgmErrorManagedInstanceError
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
H A DFailedEvent.php48 public function setCode($code) function in Google\\Service\\CloudLifeSciences\\FailedEvent
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DWorkerMessageCode.php34 public function setCode($code) function in Google\\Service\\Dataflow\\WorkerMessageCode
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DGoogleDevtoolsRemotebuildbotCommandStatus.php25 public function setCode($code) function in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemotebuildbotCommandStatus

12345678910>>...15