Home
last modified time | relevance | path

Searched refs:add (Results 51 – 75 of 1942) sorted by relevance

12345678910>>...78

/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVAlarmTest.php28 $valarm1->add(
37 $valarm2->add(
43 $vevent2->add($valarm2);
50 …$valarm3->add( $calendar->createProperty('TRIGGER', '-P1D', array('VALUE'=>'DURATION', 'RELATED' =…
55 $vevent3->add($valarm3);
69 $vtodo4->add($valarm4);
83 $vevent5->add($valarm5);
95 $vevent6->add($valarm6);
110 $vevent7->add($valarm7);
123 $vevent7->add($valarm7);
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DBroker.php283 $existingObject->add(clone $component);
293 $existingObject->add(clone $component);
442 $existingObject->add($newObject);
520 $event = $icalMsg->add('VEVENT', array(
550 $icalMsg->add(clone $timezone);
612 $icalMsg->add($currentEvent);
734 $event = $icalMsg->add('VEVENT', array(
742 $event->add(clone $instanceObj->DTSTART);
751 $event->add('SUMMARY', $summary);
763 $recur = $event->add('DTSTART', $dt);
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DBroker.php286 $existingObject->add(clone $component);
296 $existingObject->add(clone $component);
447 $existingObject->add($newObject);
526 $event = $icalMsg->add('VEVENT', [
556 $icalMsg->add(clone $timezone);
618 $icalMsg->add($currentEvent);
741 $event = $icalMsg->add('VEVENT', [
758 $event->add('SUMMARY', $summary);
770 $event->add('DTSTART', $dt);
773 $event->add('SUMMARY', $summary);
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php283 $existingObject->add(clone $component);
293 $existingObject->add(clone $component);
442 $existingObject->add($newObject);
520 $event = $icalMsg->add('VEVENT', array(
550 $icalMsg->add(clone $timezone);
612 $icalMsg->add($currentEvent);
734 $event = $icalMsg->add('VEVENT', array(
742 $event->add(clone $instanceObj->DTSTART);
751 $event->add('SUMMARY', $summary);
763 $recur = $event->add('DTSTART', $dt);
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DSchemaEditorToolBar.java51 add(editor.bind("New", new NewAction(), in SchemaEditorToolBar()
53 add(editor.bind("Open", new OpenAction(), in SchemaEditorToolBar()
55 add(editor.bind("Save", new SaveAction(false), in SchemaEditorToolBar()
60 add(editor.bind("Print", new PrintAction(), in SchemaEditorToolBar()
65 add(editor.bind("Cut", TransferHandler.getCutAction(), in SchemaEditorToolBar()
67 add(editor.bind("Copy", TransferHandler.getCopyAction(), in SchemaEditorToolBar()
69 add(editor.bind("Paste", TransferHandler.getPasteAction(), in SchemaEditorToolBar()
74 add(editor.bind("Delete", mxGraphActions.getDeleteAction(), in SchemaEditorToolBar()
79 add(editor.bind("Undo", new HistoryAction(true), in SchemaEditorToolBar()
81 add(editor.bind("Redo", new HistoryAction(false), in SchemaEditorToolBar()
[all …]
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPTSTInfo.php217 $sequence->add(new ASN1Integer((int) $this->version));
218 $sequence->add(new ASN1ObjectId($this->policy));
219 $sequence->add($this->messageImprint);
220 $sequence->add(new ASN1Integer($this->serialNumber));
221 $sequence->add(new ASN1GeneralizedTime($this->genTime));
224 $sequence->add($this->accuracy);
228 $sequence->add(new ASN1Boolean($this->ordering));
232 $sequence->add(new ASN1Integer($this->nonce));
243 $sequence->add($tag);
252 $set->add($extension);
[all …]
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DSwfEncoder.java186 movie.add(header); in encode()
217 movie.add(soundBlock); in encode()
224 movie.add(new Remove2(i)); in encode()
246 movie.add(imageTag); in encode()
264 movie.add(shapeTag); in encode()
290 movie.add(mouseImage); in encode()
302 movie.add(mShape); in encode()
307 movie.add(remove); in encode()
313 movie.add(cmd); in encode()
325 movie.add(block); in encode()
[all …]
/plugin/structprogress/types/
H A DProgress.php138 * @param QueryBuilderWhere $add
145 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument
147 $add = $add->where($op); // open a subgroup
148 $add->where('AND', "$tablealias.$colname != ''"); // make sure the field isn't empty
153 $add = $add->where($op); // sub where group
158 $pl = $add->getQB()->addValue($item);
159 $add->where($op, "CAST($tablealias.$colname AS DECIMAL) $comp CAST($pl AS DECIMAL)");
/plugin/struct/types/
H A DDecimal.php158 * @param QueryBuilderWhere $add
165 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument
167 $add = $add->where($op); // open a subgroup
168 $add->where('AND', "$tablealias.$colname != ''");
172 /** @var QueryBuilderWhere $add Where additionional queries are added to */
174 $add = $add->where($op); // sub where group
179 $pl = $add->getQB()->addValue($item);
180 $add
[all...]
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DBroker.php283 $existingObject->add(clone $component);
293 $existingObject->add(clone $component);
442 $existingObject->add($newObject);
520 $event = $icalMsg->add('VEVENT', array(
545 $icalMsg->add(clone $timezone);
607 $icalMsg->add($currentEvent);
729 $event = $icalMsg->add('VEVENT', array(
737 $event->add(clone $instanceObj->DTSTART);
741 $event->add('SUMMARY', $summary);
753 $recur = $event->add('DTSTART', $dt);
[all …]
/plugin/gtime/gtlib/asn1/cms/
H A DCMSSignerInfo.php186 $sequence->add(new ASN1Integer((int) $this->version));
187 $sequence->add($this->sid);
188 $sequence->add($this->digestAlgorithm);
195 $signed->add($attr);
205 $sequence->add($tag);
209 $sequence->add($this->signatureAlgorithm);
210 $sequence->add(new ASN1OctetString($this->signature));
217 $unsigned->add($attr);
227 $sequence->add($tag);
H A DCMSSignedData.php197 $sequence->add(new ASN1Integer((int) $this->version));
202 $digestAlgorithms->add($digestAlgorithm);
205 $sequence->add($digestAlgorithms);
206 $sequence->add($this->encapsulatedContent);
213 $certificates->add($certificate);
223 $sequence->add($certificatesTag);
229 $signerInfos->add($signerInfo);
232 $sequence->add($signerInfos);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarQueryVAlarmTest.php24 $vevent->add($valarm);
27 $vcalendar->add($vevent);
69 $vevent->add($valarm);
71 $vcalendar->add($vevent);
86 $vevent->add($valarm);
88 $vcalendar->add($vevent);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Value/
H A DPosition.php10 public $add = 0; variable in PhpCss\\Ast\\Value\\Position
12 public function __construct(int $repeat, int $add) { argument
14 $this->add = $add;
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DCss.php57 * If here is already data in the buffer, add a separator before starting the next.
206 if ($repeatsOddEven && $position->add === 1) {
208 } elseif ($repeatsOddEven && $position->add === 0) {
211 $this->_buffer .= $position->add;
214 if ($position->add !== 0) {
215 $this->_buffer .= $position->add >= 0
216 ? '+'.$position->add : $position->add;
220 if ($position->add !== 0) {
221 $this->_buffer .= $position->add >
[all...]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DOptiPngFilter.php53 $pb->add('-o')->add($this->level);
56 $pb->add('-out')->add($output = FilesystemUtils::createTemporaryFile('optipng_out'));
59 $pb->add($input = FilesystemUtils::createTemporaryFile('optinpg_in'));
H A DPngoutFilter.php93 $pb->add('-c'.$this->color);
97 $pb->add('-f'.$this->filter);
101 $pb->add('-s'.$this->strategy);
105 $pb->add('-b'.$this->blockSplitThreshold);
108 $pb->add($input = FilesystemUtils::createTemporaryFile('pngout_in'));
113 $pb->add($output .= '.png');
H A DHandlebarsFilter.php66 $pb->add($inputPath)->add('-f')->add($outputPath);
69 $pb->add('--min');
73 $pb->add('--simple');
/plugin/autolink3/
H A Dadmin.php47 elseif($_REQUEST['add']) $this->error = 1;
100 …='".DOKU_BASE."/lib/plugins/autolink3/ressources/add.gif' name='complete' value='sd".$global."' al…
144 <input type='hidden' name='add' value=''/>
171 …e='image' src='".DOKU_BASE."/lib/plugins/autolink3/ressources/add.gif' alt='add' name='add' value …
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php646 $y = $y->add($temp);
651 $y = $y->add($temp);
656 $y = $y->add($temp);
661 $y = $y->add($temp);
1452 $e = $d->add($t1);
1461 $hash[0]->add($a),
1462 $hash[1]->add($b),
1463 $hash[2]->add($c),
1464 $hash[3]->add($d),
1465 $hash[4]->add($e),
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php41 $effectiveTrigger->add($triggerDuration);
53 $effectiveTrigger->add($triggerDuration);
57 $effectiveTrigger->add($duration);
58 $effectiveTrigger->add($triggerDuration);
61 $effectiveTrigger->add($triggerDuration);
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php41 $effectiveTrigger->add($triggerDuration);
53 $effectiveTrigger->add($triggerDuration);
57 $effectiveTrigger->add($duration);
58 $effectiveTrigger->add($triggerDuration);
61 $effectiveTrigger->add($triggerDuration);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php41 $effectiveTrigger->add($triggerDuration);
53 $effectiveTrigger->add($triggerDuration);
57 $effectiveTrigger->add($duration);
58 $effectiveTrigger->add($triggerDuration);
61 $effectiveTrigger->add($triggerDuration);
/plugin/gil/
H A DChangeLog6 * style.css: (add) Screen-mode stylesheet.
7 * print.css: (add) Print-mode stylesheet.
19 * lang/: (add) Support for English and Spanish languages (en, es).
20 * syntax.php: (add) Basic form of caching for conversion factor.
24 * syntax.php: (add) Basic support for the text renderer.
29 * DokuWiki page: (add) created
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php306 $fbData->add(
316 $fbData->add(
348 $fbData->add(
432 $endTime = $endTime->add($duration);
452 $fbData->add(
488 $fbData->add(
516 $calendar->add($vfreebusy);
521 $vfreebusy->add($dtstart);
526 $vfreebusy->add($dtend);
532 $vfreebusy->add($dtstamp);
[all …]

12345678910>>...78