Home
last modified time | relevance | path

Searched full:add (Results 151 – 175 of 5317) sorted by relevance

12345678910>>...213

/plugin/database/
H A Ddatabase.php220 // Begin add v1.0.4
229 // End add v1.0.4
286 $auditTrail->add("Lookups");
335 $auditTrail->add('perm = '.$perm);
405 * add the message to the list
411 function add($p_message) { function in Messages
464 * add a message to the audit trail
470 function add($p_message) { function in AuditTrail
476 * add a header to the audit trail
487 * add a footer to the audit trail
[all …]
/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/gtime/gtlib/asn1/tsp/
H A DTSPAccuracy.php164 $sequence->add(new ASN1Integer($this->seconds));
175 $sequence->add($tag);
186 $sequence->add($tag);
203 $accuracy = $accuracy->add(new GTBigInteger($this->seconds));
209 $accuracy = $accuracy->add(new GTBigInteger($this->millis));
215 $accuracy = $accuracy->add(new GTBigInteger($this->micros));
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireJsProcess.php69 $assets->add(new FileAsset(dirname(__DIR__) . '/Resources/require.js'));
70 $assets->add(new StringAsset($requireConfig));
113 // If the aggregation was successful, add the script to the
117 // Add the component to the packages array.
122 // Add the shim definition for the package.
128 // Add the config definition for the package.
167 $assets->add(new FileAsset($match));
/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/bibtex/OSBib/create/
H A DMESSAGES.php76 "add" => "add",
146 "Add" => "Add",
155 // Add citation
191 "ambiguousMore" => "Add more creator names",
192 "ambiguousTitle" => "Add the title",
193 "ambiguousYear" => "Add a letter after the year",
216 "addLabel" => "Add a Style",
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php197 * Add an authentication mechanism to authenticate with
206 $log->add("Authentication mechanism '" . $auth->getAuthExtensionName() . "' attached.");
298 $log->add("Trying to connect to SMTP server at '" . $server . ":" . $this->port);
306 $log->add($error_msg, Swift_Log::ERROR);
347 $log->add("Trying to authenticate with username '" . $user . "'.");
354 $log->add("No authenticators loaded; looking for defaults.");
379 $log->add("Server (perhaps wrongly) is not advertising AUTH... manually overriding.");
393 $log->add("Trying '" . $name . "' authentication...");
399 $log->add("Success! Authentication accepted.");
425 $log->add("Closing down SMTP connection.");
/plugin/tuxquote/
H A DREADME9 You can add or remove images from lib/plugins/tuxquote/images/ directory. All jpg, png and gif imag…
11 Add or remove quotes from the lib/plugins/tuxquote/quotes.txt file. Quotes are line delimited and H…
39 - Alternatively you can add "~~NOCACHE~~" to the top of the page.
40 - Edit a wiki page and add the '[TUXQUOTE]' token.
/template/breeze/bower_components/gumby/js/libs/ui/
H A Dgumby.tabs.js36 if(this.$nav.eq(index).add(this.$content.eq(index)).hasClass('active')) {
43 this.$nav.add(this.$content).removeClass('active');
46 this.$nav.eq(index).add(this.$content.eq(index)).addClass('active');
58 // add initialisation
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DExplain.php135 * If here is already data in the buffer, add a separator before starting the next.
382 if ($repeatsOddEven && $position->add === 1) {
384 } elseif ($repeatsOddEven && $position->add === 0) {
387 $css = $position->add;
390 if ($position->add !== 0) {
391 $css .= $position->add >= 0
392 ? '+'.$position->add : $position->add;
396 if ($position->add !== 0) {
397 $css .= $position->add >
[all...]
/plugin/extendpage/
H A Dadmin.php56 $INPUT->str('action') === 'add') {
63 if (!$ok) msg('failed to add pattern', -1);
68 if (!$ok) msg('failed to add pattern', -1);
139 echo '<td><button type="submit" name="action" value="add">Add</button></td>';
/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Ddockerfile.min.js1add copy entrypoint volume user workdir onbuild run env label",c:[e.HCM,{k:"run cmd entrypoint vol…
/template/writr/lang/en/
H A Dstyle.txt7 To add a navigation to the sidebar, you can add a page called ''topnav'' and add a list of links to it. (No other content is supported.)
/plugin/combo/resources/snippet/js/
H A Dcombo-search-box.js13 * @param getSuggestedItems - the data function with a search term as argument. It should return an array of elements to add to the suggested list.
64 this.searchResultContainer.classList.add("dropdown-menu");
137 this.searchResultContainer.classList.add("show");
148 li.classList.add("dropdown-item");
149 li.classList.add(this.itemClass);
151 // Note: HTML element such as anchors are added in the tab order, no need to add tabindex - 1
/plugin/bez/lang/en/
H A Dlang.php7 $lang['bds_task_report'] = "Add a task";
20 $lang['report_projects'] = "Add project";
62 $lang['add_comment'] = "Add comment";
63 $lang['add_task'] = "Add task";
83 $lang['error_task_add'] = "You cannot add tasks. Access denied.";
86 $lang['error_issue_report'] = 'You cannot add new issues.';
87 $lang['error_entity'] = 'You cannot add new soruces of report.';
175 $lang['add'] = "Add";
205 $lang['replay_by_task'] = "Add tas
[all...]
/plugin/submgr/lang/en/
H A Dlang.php11 $lang['legend'] = 'Add or Replace a Rule';
19 $lang['add'] = 'Add';
/plugin/mapillary/
H A DCHANGES12 * add support for sequences and legs
13 * add editor toolbar button
21 * add print styling
/dokuwiki/inc/Form/
H A DTagCloseElement.php33 throw new \BadMethodCallException('You can\t add classes to closing tag');
48 throw new \BadMethodCallException('You can\t add ID to closing tag');
65 throw new \BadMethodCallException('You can\t add attributes to closing tag');
81 throw new \BadMethodCallException('You can\t add attributes to closing tag');
/plugin/custombuttons/lang/en/
H A Dlang.php15 $lang['addbtn'] = 'Add Button';
22 $lang['btn_add'] = 'Add';
23 $lang['txt_comment'] = '<b>*</b> If you don\'t want to add a shortcut button with pre and pos…
/plugin/webdav/vendor/sabre/vobject/lib/
H A DVCardConverter.php118 // We also need to add a new apple property for the same
126 … $output->add('ITEM'.$x.'.X-ABDATE', $newProperty->getValue(), ['VALUE' => 'DATE-AND-OR-TIME']);
127 $output->add('ITEM'.$x.'.X-ABLABEL', '_$!<Anniversary>!$_');
240 $output->add($newProperty);
369 $newProperty->add('PREF', '1');
371 $newProperty->add($param->name, $paramPart);
381 $newProperty->add($param->name, $param->getParts());
407 $newProperty->add($param->name, $param->getParts());
418 $newProperty->add('TYPE', 'PREF');
423 $newProperty->add($param->name, $param->getParts());
/plugin/davcard/vendor/sabre/vobject/lib/
H A DVCardConverter.php121 // We also need to add a new apple property for the same
129 …$output->add('ITEM' . $x . '.X-ABDATE', $newProperty->getValue(), array('VALUE' => 'DATE-AND-OR-TI…
130 $output->add('ITEM' . $x . '.X-ABLABEL', '_$!<Anniversary>!$_');
255 $output->add($newProperty);
392 $newProperty->add('PREF','1');
394 $newProperty->add($param->name, $paramPart);
405 $newProperty->add($param->name, $param->getParts());
435 $newProperty->add($param->name, $param->getParts());
446 $newProperty->add('TYPE','PREF');
451 $newProperty->add($param->name, $param->getParts());
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/icalevents/vendor/sabre/vobject/lib/
H A DVCardConverter.php125 // We also need to add a new apple property for the same
133 …$output->add('ITEM' . $x . '.X-ABDATE', $newProperty->getValue(), ['VALUE' => 'DATE-AND-OR-TIME']);
134 $output->add('ITEM' . $x . '.X-ABLABEL', '_$!<Anniversary>!$_');
259 $output->add($newProperty);
399 $newProperty->add('PREF', '1');
401 $newProperty->add($param->name, $paramPart);
412 $newProperty->add($param->name, $param->getParts());
443 $newProperty->add($param->name, $param->getParts());
454 $newProperty->add('TYPE', 'PREF');
459 $newProperty->add($param->name, $param->getParts());
/plugin/odt/
H A DChangeLog.txt169 * add pagetools-button support in action.php (adapt from dw2pdf plugin)
173 * action.php: Add getInfo() method, fixes bug #8
175 * renderer.php: Add table rowspan support (closes: #4)
176 * lang/uk/: Add Ukrainian translation (by Oleksiy Zagorskyi)
179 * renderer.php: Add manifest entries when using template
189 * lang/ru/: Add translation by Yuri Timofeev
190 * lang/zh/: Add Chinese translation by lainme
195 * renderer.php: Add options to cut off a part of the ODT template
211 * renderer.php: add patch by Korsani
216 * lang/ja: Add Japanese translation from Ikuo Obataya. Thanks !
/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 …

12345678910>>...213