Home
last modified time | relevance | path

Searched full:add (Results 101 – 125 of 5317) sorted by relevance

12345678910>>...213

/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DJCalTest.php11 $event = $cal->add('VEVENT', array(
29 $event->add("X-BOOL", true, array('VALUE' => 'BOOLEAN'));
30 $event->add("X-TIME", "08:00:00", array('VALUE' => 'TIME'));
31 $event->add("ATTACH", "attachment", array('VALUE' => 'BINARY'));
32 …$event->add("ATTENDEE", "mailto:dominik@example.org", array("CN" => "Dominik", "PARTSTAT" => "DECL…
34 $event->add('REQUEST-STATUS', array("2.0", "Success"));
35 …$event->add('REQUEST-STATUS', array("3.7", "Invalid Calendar User", "ATTENDEE:mailto:jsmith@exampl…
37 $event->add('DTEND', '20150108T133000');
/plugin/iptrust/
H A Dadmin.php78 …} elseif (isset($_REQUEST['add']) && is_array($_REQUEST['add']) && (sizeof($_REQUEST['add']) > 0))…
80 foreach ($_REQUEST['add'] as $ip => $dummy) {
141 print $this->locale_xhtml('add');
147 ptln("<input type=\"submit\" value=\"".$this->getLang('add')."\" class=\"button\">");
166 ptln("<th>".$this->getLang('add')."</th>");
180 …ptln("<input type=\"submit\" name=\"add[".$ip."]\" value=\"".$this->getLang('add')."\" class=\"but…
/plugin/iptrust2/
H A Dadmin.php66 …} elseif (isset($_REQUEST['add']) && is_array($_REQUEST['add']) && (sizeof($_REQUEST['add']) > 0))…
68 foreach ($_REQUEST['add'] as $ip => $dummy) {
129 print $this->locale_xhtml('add');
135 ptln("<input type=\"submit\" value=\"".$this->getLang('add')."\" class=\"button\">");
154 ptln("<th>".$this->getLang('add')."</th>");
168 …ptln("<input type=\"submit\" name=\"add[".$ip."]\" value=\"".$this->getLang('add')."\" class=\"but…
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php111 ADD etag VARCHAR(32),
112 ADD size INT(11) UNSIGNED,
113 ADD componenttype VARCHAR(8),
114 ADD firstoccurence INT(11) UNSIGNED,
115 ADD lastoccurence INT(11) UNSIGNED
120 $pdo->exec('ALTER TABLE calendarobjects ADD etag text');
121 $pdo->exec('ALTER TABLE calendarobjects ADD size integer');
122 $pdo->exec('ALTER TABLE calendarobjects ADD componenttype TEXT');
123 $pdo->exec('ALTER TABLE calendarobjects ADD firstoccurence integer');
124 $pdo->exec('ALTER TABLE calendarobjects ADD lastoccurence integer');
[all …]
/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/gtime/gtlib/asn1/cms/
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/tfslink/
H A Dscript.js4 * Add button action for the add tfs link wizard
6 * @param {jQuery} $btn Button element to add the action to
20 // try to add the buttons to the toolbar
/plugin/webdavclient/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/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/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);
97 * add(Component $comp) // Adds a new component
98 * add(Property $prop) // Adds a new property
100 * add($name, array $children = []) // Adds a new component
105 public function add() function in Sabre\\VObject\\Component
487 $this->add($value);
489 $this->add($name, $value);
[all …]
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 …]
/plugin/twistienav4bootstrap3/lang/en/
H A Dsettings.php8 $lang['startPagesOnly'] = 'Only add TwistieNavs to breadcrumbs leading to a namespace start pag…
9 …] = 'Only add TwistieNavs to breadcrumbs leading to namespaces containing more than any co…
12 $lang['pageIdExtraTwistie'] = 'Attempt to add an extra TwistieNav after [<code>pageId</code>] eleme…
/plugin/swiftmail/Swift/Plugin/
H A DBandwidthMonitor.php41 $add = 0;
42 if ($code != -1) $add = 2;
43 $bytes = strlen($e->getString()) + $add;
56 * Add some bytes to the running totals for incoming bandwidth
65 * Add some bytes to the running totals for outgoing bandwidth
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DHandlebarsFilter.php66 $pb->add($inputPath)->add('-f')->add($outputPath);
69 $pb->add('--min');
73 $pb->add('--simple');
/plugin/odtplus2dw/lang/en/
H A Dsettings.php36 <div>Add missing mimetypes if necessary</div>
45 <div>Add missing mimetypes if necessary. Remember to add them to parserMimeTypeAuthorized too (if used).</div>";
53 <div>Add missing mimetypes if necessary. Remember to add them to parserMimeTypeAuthorized too (if used).</div>";
/plugin/twistienav/lang/en/
H A Dsettings.php8 $lang['startPagesOnly'] = 'Only add TwistieNavs to breadcrumbs leading to a namespace start pag…
9 …] = 'Only add TwistieNavs to breadcrumbs leading to namespaces containing more than any co…
12 $lang['pageIdExtraTwistie'] = 'Attempt to add an extra TwistieNav after [<code>pageId</code>] eleme…
/plugin/virtualgroup/lang/en/
H A Dlang.php11 $lang['addUserGroups'] = 'Add groups to user';
13 $lang['addGroupUsers'] = 'Add users to group';
23 $lang['add'] = 'Add';
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php325 * Add a message to the message log
339 $add = array('m' => $message, 't' => $type);
342 $this->log[$line][] = $add;
357 $add = '';
363 $add .= $string{$i};
371 …if(hexdec($add) > 47 && hexdec($add) < 58 || hexdec($add) > 64 && hexdec($add) < 91 || hexdec($add
373 …$this->log('Replaced unicode notation: Changed \\'. $add .' to ' . chr(hexdec($add)),'Information'…
374 $add = chr(hexdec($add));
378 $add = trim('\\'.$add);
387 return $add;
[all …]
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md18 Feature: Add full support for PHP 8.2.
48 update to PHPUnit 9, and add full core team to the license.
69 * Improve documentation and add docblocks to functions and interfaces.
72 * Add `.gitattributes` to exclude dev files from exports.
178 * Add new `done()` method (part of the `ExtendedPromiseInterface`).
179 * Add new `otherwise()` method (part of the `ExtendedPromiseInterface`).
180 * Add new `always()` method (part of the `ExtendedPromiseInterface`).
181 * Add new `progress()` method (part of the `ExtendedPromiseInterface`).
190 * Add new `cancel()` method (part of the `CancellablePromiseInterface`).
198 * Add standalon
[all...]
/template/typowiki/typowiki/scss/
H A D_sanitize.scss5 * Add border box sizing in all browsers (opinionated).
15 * 1. Add text decoration inheritance in all browsers (opinionated).
16 * 2. Add vertical alignment inheritance in all browsers (opinionated).
94 * 1. Add the correct sizing in Firefox.
104 * Add the correct display in IE.
143 * Add the correct text decoration in Edge 18-, IE, and Safari.
152 * Add the correct font weight in Chrome, Edge, and Safari.
173 * Add the correct font size in all browsers.
197 * Add the correct display in IE 9-.
206 * Add th
[all...]
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md3 * Documentation: Add details about stream context. (Ivan Enderlin, 2017-02-21T16:56:47+01:00)
6 * Documentation: Add a link to php.net/context.http. (Ivan Enderlin, 2017-02-20T10:12:26+01:00)
13 * Documentation: Add inline explanations about `@`. (Ivan Enderlin, 2017-02-13T11:55:24+01:00)
26 * Stream: Add the `hasBeenDeferred` method. (Ivan Enderlin, 2017-02-03T11:03:21+01:00)
62 * Build: Add `hoa/test` to `require-dev`. (Ivan Enderlin, 2016-12-13T17:04:33+01:00)
78 * Add a `Stream` interface. (Metalaka, 2015-10-31T15:36:45+01:00)
99 * Add the `hasTimedOut` method. (Ivan Enderlin, 2015-08-28T09:27:15+02:00)
100 * Add a `.gitignore` file. (Stéphane HULARD, 2015-08-03T11:47:27+02:00)
110 * Add the `isBorrowing` method. (Ivan Enderlin, 2015-03-03T10:25:18+01:00)
114 * Add the `CHANGELOG.md` file. (Ivan Enderlin, 2015-02-25T09:43:41+01:00)
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php332 $fbData->add(
342 $fbData->add(
362 $recurEnd = $recurStart->add($startEndDiff);
375 $fbData->add(
487 $fbData->add(
519 $fbData->add(
555 $calendar->add($vfreebusy);
560 $vfreebusy->add($dtstart);
565 $vfreebusy->add($dtend);
571 $vfreebusy->add($dtstamp);
[all …]
/plugin/latexcaption/lang/en/
H A Dlang.php18 $lang['figure'] = 'Add figure with caption';
19 $lang['table'] = 'Add table with caption';
20 $lang['code'] = 'Add code listing with caption';
21 $lang['file'] = 'Add file listing with caption';
/plugin/edittable/lang/en/
H A Dlang.php13 $lang['js']['row_above'] = 'Add row above';
15 $lang['js']['row_below'] = 'Add row below';
17 $lang['js']['col_left'] = 'Add column on the left';
19 $lang['js']['col_right'] = 'Add column on the right';
/plugin/caption/lang/en/
H A Dlang.php21 $lang['figure'] = 'Add figure with caption';
22 $lang['table'] = 'Add table with caption';
23 $lang['code'] = 'Add code listing with caption';
24 $lang['file'] = 'Add file listing with caption';

12345678910>>...213