Home
last modified time | relevance | path

Searched refs:add (Results 101 – 125 of 2070) sorted by relevance

12345678910>>...83

/plugin/struct/types/
H A DTag.php125 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument
127 /** @var QueryBuilderWhere $add Where additionional queries are added to */
129 $add = $add->where($op); // sub where group
133 $pl = $add->getQB()->addValue($item);
134 $add->where($op, "LOWER(REPLACE($tablealias.$colname, ' ', '')) $comp LOWER(REPLACE($pl, ' ', ''))");
H A DDateTime.php120 * @param QueryBuilderWhere $add
127 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument
130 $QB = $add->getQB();
139 /** @var QueryBuilderWhere $add Where additional queries are added to */
141 $add = $add->where($op); // sub where group
146 $add->where($op, "$col $comp $pl");
H A DUser.php158 * @param QueryBuilderWhere $add
165 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op)
168 $QB = $add->getQB();
173 $sub = $add->where($op);
179 parent::filter($add, $tablealias, $colname, $comp, $value, $op);
150 filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) global() argument
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DUglifyCssFilter.php89 $pb->add('--expand-vars');
93 $pb->add('--ugly-comments');
97 $pb->add('--cute-comments');
104 $pb->add($input);
H A DDartFilter.php40 ->add($this->dartBin)
41 ->add('-o'.$output)
42 ->add($input)
/plugin/database/
H A Ddatabase.php286 $auditTrail->add("Lookups");
299 $auditTrail->add("reference Tables");
335 $auditTrail->add('perm = '.$perm);
411 function add($p_message) { function in Messages
470 function add($p_message) { function in AuditTrail
919 $auditTrail->add("param = ".$p_idOrName);
971 $messages->add("Invalid null table");
1498 $auditTrail->add( "read in ".$buf);
2238 $auditTrail->add("action=".$action);
2243 $messages->add($message);
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntry.php61 public function add($attribute, ...$values)
66 $exists->add(...$attribute->getValues());
70 $this->changes->add(Change::add(clone $attribute));
90 $this->changes->add(Change::delete(clone $attribute));
112 $this->changes()->add(Change::reset(clone $attribute));
140 $this->changes->add(Change::replace(clone $attribute));
53 public function add($attribute, ...$values) global() function in FreeDSx\\Ldap\\Entry\\Entry
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DDocumentTest.php28 $vcal->add($event);
33 $event->add($prop);
71 $vcal->add($event);
75 $event->add($prop);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DOrOperator.php28 $operands->add($o);
31 $operands->add($a);
36 $operands->add($o);
39 $operands->add($b);
50 $operands->add($reduced);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DKoblitzPrime.php71 $inv->add($s),
88 $inv->add($s),
117 $c1 = $c1->add($one);
123 $c2 = $c2->add($one);
132 $k2 = $q1->add($q2)->negate();
199 $d = $x1->add($b);
224 $s = $x1->add($yy);
245 $rhs = $temp->add($this->b);
305 $rhs = $a0->multiply($a0)->add($b0->multiply($b0));
306 $lhs = $v->multiply($v)->add($b->multiply($b));
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DRecurTest.php12 $recur = $vcal->add('RRULE', 'FREQ=Daily');
29 $recur = $vcal->add('RRULE', 'FREQ=Daily');
37 … $recur = $vcal->add('RRULE', array('FREQ'=>'DAILY', 'BYDAY'=>'mo,tu', 'BYMONTH' => array(0,1)));
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DRecurTest.php12 $recur = $vcal->add('RRULE', 'FREQ=Daily');
29 $recur = $vcal->add('RRULE', 'FREQ=Daily');
37 … $recur = $vcal->add('RRULE', array('FREQ'=>'DAILY', 'BYDAY'=>'mo,tu', 'BYMONTH' => array(0,1)));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DRecurTest.php12 $recur = $vcal->add('RRULE', 'FREQ=Daily');
29 $recur = $vcal->add('RRULE', 'FREQ=Daily');
37 … $recur = $vcal->add('RRULE', array('FREQ'=>'DAILY', 'BYDAY'=>'mo,tu', 'BYMONTH' => array(0,1)));
/plugin/davcard/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php251 $endTime->add($duration);
294 $endTime->add($duration);
329 $calendar->add($vfreebusy);
334 $vfreebusy->add($dtstart);
339 $vfreebusy->add($dtend);
343 $vfreebusy->add($dtstamp);
355 $vfreebusy->add($prop);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php251 $endTime->add($duration);
294 $endTime->add($duration);
329 $calendar->add($vfreebusy);
334 $vfreebusy->add($dtstart);
339 $vfreebusy->add($dtend);
343 $vfreebusy->add($dtstamp);
355 $vfreebusy->add($prop);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php251 $endTime->add($duration);
294 $endTime->add($duration);
329 $calendar->add($vfreebusy);
334 $vfreebusy->add($dtstart);
339 $vfreebusy->add($dtend);
343 $vfreebusy->add($dtstamp);
355 $vfreebusy->add($prop);
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js127 collection.add([
155 otherCol.add(e);
176 atCol.add(e, {at: 1});
273 col1.add(m);
275 col2.add(m);
316 collection.add(tom);
317 collection.add(rob);
318 collection.add(tim);
1127 collection.add([]);
1614 calls.add++;
[all …]
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/tests/
H A DContextTest.php92 $this->context->add($value);
115 $this->assertEquals($key, $this->context->add($value));
118 $this->assertEquals($key, $this->context->add($value));
129 $this->context->add($value);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DComponent.php74 $this->add($key, $value);
77 $this->add($node);
83 $this->add($child);
86 $this->add($k, $child);
105 public function add() function in Sabre\\VObject\\Component
487 $this->add($value);
489 $this->add($name, $value);
606 $this->add($propName, $defaults[$propName]);
638 $this->add($properties[0]);
/plugin/swiftmail/Swift/
H A DLog.php75 abstract public function add($text, $type = self::NORMAL); function in Swift_Log
99 $this->add("Recipient '" . $address . "' rejected by connection.", self::ERROR);
132 $this->add("Log level changed to " . $level, self::NORMAL);
/plugin/mapillary/
H A DCHANGES12 * add support for sequences and legs
13 * add editor toolbar button
21 * add print styling
/plugin/swiftmail/Swift/Connection/
H A DSendmail.php131 $log->add("Sendmail path auto-detection in progress. Trying `which sendmail`");
138 $log->add("No luck so far, trying some common paths...");
154 $log->add("Falling back to /usr/sbin/sendmail (but it doesn't look good)!");
280 $log->add("Trying to start a sendmail process.");
288 $log->add("Trying to stat the executable '" . $this->getPath() . "'.");
318 $log->add("Terminating sendmail process.");
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd448.php80 $exp = $this->getModulo()->add(new BigInteger(1));
206 $b = $x1->add($y1);
210 $e = $c->add($d);
261 $g = $b->add($e);
262 $h = $x1->add($y1)->multiply($x2->add($y2));
/plugin/swiftmail/Swift/Plugin/
H A DBandwidthMonitor.php41 $add = 0;
42 if ($code != -1) $add = 2;
43 $bytes = strlen($e->getString()) + $add;
/plugin/gtime/gtlib/asn1/cms/
H A DCMSAttribute.php112 $values->add($value);
116 $sequence->add(new ASN1ObjectId($this->type));
117 $sequence->add($values);

12345678910>>...83