Home
last modified time | relevance | path

Searched refs:setCode (Results 351 – 357 of 357) sorted by path

1...<<1112131415

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ClassPatch/
H A DDisableConstructorPatch.php55 $constructor->setCode(<<<PHP
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/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DMethodNode.php164 public function setCode($code) function in Prophecy\\Doubler\\Generator\\Node\\MethodNode
/plugin/siteexport/inc/
H A DpatchCSSmgr.php17 public function setCode($code) { function in CSSMgrPatch
30 $this->setCode($contents);
45 $this->setCode($new_code);
/plugin/swiftmail/Swift/Events/
H A DCommandEvent.php39 $this->setCode($code);
61 public function setCode($code) function in Swift_Events_CommandEvent
H A DResponseEvent.php37 $this->setCode(substr($string, 0, 3));
59 public function setCode($code) function in Swift_Events_ResponseEvent

1...<<1112131415