Home
last modified time | relevance | path

Searched refs:constraint (Results 76 – 95 of 95) sorted by last modified time

1234

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DMethodName.php25 protected $constraint; variable in PHPUnit_Framework_MockObject_Matcher_MethodName
32 public function __construct($constraint) argument
34 if (!$constraint instanceof PHPUnit_Framework_Constraint) {
35 if (!is_string($constraint)) {
39 $constraint = new PHPUnit_Framework_Constraint_IsEqual(
40 $constraint,
48 $this->constraint = $constraint;
56 return 'method name ' . $this->constraint->toString();
66 return $this->constraint->evaluate($invocation->methodName, '', true);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/
H A DInvocationMocker.php266 * @param PHPUnit_Framework_Constraint|string $constraint
270 public function method($constraint) argument
278 … if (is_string($constraint) && !in_array(strtolower($constraint), $this->configurableMethods)) {
282 $constraint
287 …his->matcher->methodNameMatcher = new PHPUnit_Framework_MockObject_Matcher_MethodName($constraint);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DAnd.php35 foreach ($constraints as $constraint) {
36 if (!($constraint instanceof PHPUnit_Framework_Constraint)) {
43 $this->constraints[] = $constraint;
68 $constraint = null;
70 foreach ($this->constraints as $constraint) {
71 if (!$constraint->evaluate($other, $description, true)) {
95 foreach ($this->constraints as $key => $constraint) {
100 $text .= $constraint->toString();
115 foreach ($this->constraints as $constraint) {
116 $count += count($constraint);
H A DAttribute.php19 * @param PHPUnit_Framework_Constraint $constraint
22 public function __construct(PHPUnit_Framework_Constraint $constraint, $attributeName) argument
24 parent::__construct($constraint);
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.ClassUseCDATA.txt
/plugin/subjectindex/plugins/
H A Dbible_verses.txt13753 And he will also certainly allure you from the mouth of distress!Broader space, not constraint, wil…
13780 By the breath of God the ice is givenAnd the breadth of waters is under constraint.
/plugin/html2pdf/html2pdf/html2ps/
H A Dheight.php168 $constraint =& new HCConstraint($constant, $min, $max);
169 return $constraint;
H A DChangeLog988 unexpected results if total percentage of the constraint was less
1095 * Fixed: percentage height constraint of top-level boxes now based
/plugin/aceeditor/
H A Dbuild.js1 …commit|committed|completion|concurrent|condition|connection|consistent|constraint|contains|continu…
/plugin/bible/bible_douayRheims/
H A D2_Machabees.txt191 …6:7. But they were led by bitter constraint on the king's birthday to the sacrifices: and when the…
H A D1_Peter.txt93 …5:2. Feed the flock of God which is among you, taking care of it, not by constraint but willingly,…
/plugin/fedauth/Auth/OpenID/
H A DMDB2Store.php164 $constraint = array(
182 $constraint);
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js490 if((!this.options.constraint) || (this.options.constraint=='horizontal'))
492 if((!this.options.constraint) || (this.options.constraint=='vertical'))
633 constraint: 'vertical', // one of 'vertical', 'horizontal', false
667 constraint: options.constraint, property in Sortable.create.options_for_draggable
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/conform/
H A Dhelper.php181 foreach ( $constraints as $constraint => $constraintlines )
183 if ( ! in_array($constraint, $attributes) )
/plugin/form/
H A Dsyntax.php1075 $this->writebefore($this->mailPath.'constraint.tmp', $constraint);
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …:1,collation:1,group:1,by:1,union:1,session:1,both:1,last:1,language:1,constraint:1,column:1,of:1,…

1234