Home
last modified time | relevance | path

Searched full:add (Results 126 – 150 of 5317) sorted by relevance

12345678910>>...213

/plugin/combo/action/
H A Dmetacanonical.php9 * Add all canonical HTML metadata
68 * Add the canonical metadata value
72 * Add the app name value
113 // Add
118 * Add the Og canonical meta
139 // Add
145 * Add the following meta
170 // Add
H A Dsnippets.php17 * Add the snippet needed by the components
44 * To add the snippets in the header
49 * To add the snippets in the content
69 * Add the snippets in the head
118 * first, then the content, to not add the snippet in the head and in the content
154 * Add snippet in the content
162 * We don't add any component at this moment
209 * For now, we add therefore only the snippet for the slots.
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php88 $property->add('paramname', 'paramvalue');
197 $property->add('myparam','value');
212 $prop->add('MYPARAM','value');
224 $prop->add('MYPARAM', 'value1');
225 $prop->add('MYPARAM', 'value2');
340 $calendar->add($property);
355 $calendar->add($property);
363 $property = $document->add('X-FOO','value');
376 $property = $document->add('X-FOO','value');
389 $property = $document->add('X-FOO','value');
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DPropertyTest.php87 $property->add('paramname', 'paramvalue');
196 $property->add('myparam', 'value');
211 $prop->add('MYPARAM', 'value');
223 $prop->add('MYPARAM', 'value1');
224 $prop->add('MYPARAM', 'value2');
339 $calendar->add($property);
354 $calendar->add($property);
362 $property = $document->add('X-FOO', 'value');
375 $property = $document->add('X-FOO', 'value');
388 $property = $document->add('X-FOO', 'value');
[all …]
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmmultiscripts.js19Add(j,Math.max(0,l),0);if(!e&&!i){m=Math.max(m,c.TeX.sub1*N,H.subscriptshift);if(k){m=Math.max(m,k…
H A Dmenclose.js19Add(b.FRAME(u,A,k,z,"solid",g.mathcolor,{rx:Math.floor(Math.min(u+A-z,k-z)/4)}));break;case a.NOTA…
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPGroups.php58 * Add a group to a group
80 $add = array();
81 $add["member"] = $childDn;
83 $result = @ldap_mod_add($this->adldap->getLdapConnection(), $parentDn, $add);
91 * Add a user to a group
93 * @param string $group The group to add the user to
94 * @param string $user The user to add to the group
101 // and add it using the full DN of the group
116 $add = array();
117 $add["membe
[all...]
H A DadLDAPExchange.php57 * @param string $username The username of the user to add the Exchange account to
60 * @param string $emailAddress The primary email address to add to this user
99 * Add an X400 address to Exchange
103 * @param string $username The username of the user to add the X400 to to
124 // We do not have to demote an email address from the default so we can just add the new proxy address
128 $add = $this->adldap->adldap_schema($attributes);
130 if (!$add) { return false; }
135 $result = @ldap_mod_add($this->adldap->getLdapConnection(), $userDn, $add);
144 * Add an address to Exchange
146 * @param string $username The username of the user to add th
[all...]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DComponent.php76 $this->add($key, $value);
79 $this->add($node);
85 $this->add($child);
89 $this->add($k, $child);
101 * add(Component $comp) // Adds a new component
102 * add(Property $prop) // Adds a new property
104 * add($name, array $children = []) // Adds a new component
109 function add() { function in Sabre\\VObject\\Component
503 * a new item with the same name, always use the add() method.
515 $this->add($value);
[all …]
/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/usersubscriptions/
H A DREADME9 add the r=<depth> (no value, ie r or r=, means infinite) option to make listing recursive,
12add the deletelink option to display subscription cancel link, ie : <usersubscriptions ns1:ns2 del…
15add the quicksubscribe option to display quick subscription form, ie : <usersubscriptions ns1:ns2 …
18add the displayinheritedsubscriptions option to display items that are subscribed due to subscript…
/plugin/swiftmail/Swift/
H A DLog.php71 * Add a new entry to the log
75 abstract public function add($text, $type = self::NORMAL); function in Swift_Log
93 * Add a failed recipient to the list
99 $this->add("Recipient '" . $address . "' rejected by connection.", self::ERROR);
132 $this->add("Log level changed to " . $level, self::NORMAL);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DHelperCollection.php39 $this->add($name, $helper);
46 * @see Mustache_HelperCollection::add
53 $this->add($name, $helper);
57 * Add a helper to this collection.
62 public function add($name, $helper) function in Mustache_HelperCollection
/plugin/webdavclient/lang/en/
H A Dlang.php24 $lang['add_connection'] = "Add Connection";
25 $lang['add_connection_manual'] = "Manually add connection";
28 $lang['add'] = "Add";
37 $lang['add_selected'] = "Add selected";
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DLexerTest.php125 …// add a dummy assertion here to satisfy PHPUnit, the only thing we want to test is that the code …
137 …// add a dummy assertion here to satisfy PHPUnit, the only thing we want to test is that the code …
149 …// add a dummy assertion here to satisfy PHPUnit, the only thing we want to test is that the code …
161 …// add a dummy assertion here to satisfy PHPUnit, the only thing we want to test is that the code …
189 …// add a dummy assertion here to satisfy PHPUnit, the only thing we want to test is that the code …
211 …// add a dummy assertion here to satisfy PHPUnit, the only thing we want to test is that the code …
226 …// add a dummy assertion here to satisfy PHPUnit, the only thing we want to test is that the code …
241 …// add a dummy assertion here to satisfy PHPUnit, the only thing we want to test is that the code …
274 …// add a dummy assertion here to satisfy PHPUnit, the only thing we want to test is that the code …
296 …// add a dummy assertion here to satisfy PHPUnit, the only thing we want to test is that the code …
[all …]
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php30 // add
31 $options->registerCommand('add', 'Add an user to auth backend');
32 $options->registerArgument('login', 'Username', true, 'add');
33 $options->registerArgument('mail', 'Email address', true, 'add');
34 $options->registerArgument('name', 'Full name', false, 'add');
35 $options->registerArgument('groups', 'Groups to be added, comma-seperated', false, 'add');
36 $options->registerArgument('password', 'Password to set', false, 'add');
37 $options->registerOption('notify', 'Notify user', 'n', false, 'add');
43 // add t
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DDelimiterProcessorCollectionInterface.php27 * Add the given delim processor to the collection
29 * @param DelimiterProcessorInterface $processor The delim processor to add
31 * @throws InvalidArgumentException Exception will be thrown if attempting to add multiple processors for the same character function
33 public function add(DelimiterProcessorInterface $processor): void;
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php73 $this->add($key, $value);
76 $this->add($node);
83 $this->add($child);
87 $this->add($k, $child);
99 * add(Component $comp) // Adds a new component
100 * add(Property $prop) // Adds a new property
102 * add($name, array $children = array()) // Adds a new component
107 function add($a1, $a2 = null, $a3 = null) { function in Sabre\\VObject\\Component
402 * Using the setter method you can add properties or subcomponents
408 * a new item with the same name, always use the add() method.
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DAutoprefixerFilter.php64 $pb->add('-b')->add(implode(',', $this->browsers));
68 $pb->add('-o')->add($output);
H A DCoffeeScriptFilter.php58 $pb->add('-cp');
61 $pb->add('--bare');
65 $pb->add('--no-header');
68 $pb->add($input);
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-decision-table.css5 --add-column-icon-color: var(--color-white);
198 .dmn-decision-table-container td.input-cell.add-rule,
229 .dmn-decision-table-container tfoot.add-rule td.add-rule-add {
234 .dmn-decision-table-container tfoot.add-rule tr td {
236 color: var(--table-foot-add-rule-color);
243 .dmn-decision-table-container tfoot.add-rule:hover td {
245 color: var(--table-foot-add-rule-hover-color);
373 .dmn-decision-table-container .add-input .action-icon,
382 color: var(--add-column-icon-color);
396 .dmn-decision-table-container .add-input,
[all …]
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DCHANGELOG.md35 * Add a `.gitignore` file. (Stéphane HULARD, 2015-08-03T11:33:46+02:00)
43 * Add the CHANGELOG.md file. (Ivan Enderlin, 2015-02-20T09:38:07+01:00)
58 * Add a note about Lookbehind. (Ivan Enderlin, 2014-11-07T14:28:33+01:00)
61 * Add tests. (Ivan Enderlin, 2014-09-28T21:41:45+02:00)
73 * Add the `CallbackGenerator` iterator. (Ivan Enderlin, 2014-09-29T09:34:07+02:00)
78 * Add `branch-alias`. (Stéphane PY, 2014-09-23T11:50:40+02:00)
83 * Add the installation section. (Ivan Enderlin, 2014-09-17T16:57:53+02:00)
/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/webdav/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php44 $effectiveTrigger = $effectiveTrigger->add($triggerDuration);
56 $effectiveTrigger = $effectiveTrigger->add($triggerDuration);
60 $effectiveTrigger = $effectiveTrigger->add($duration);
61 $effectiveTrigger = $effectiveTrigger->add($triggerDuration);
64 $effectiveTrigger = $effectiveTrigger->add($triggerDuration);
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php45 $effectiveTrigger = $effectiveTrigger->add($triggerDuration);
57 $effectiveTrigger = $effectiveTrigger->add($triggerDuration);
61 $effectiveTrigger = $effectiveTrigger->add($duration);
62 $effectiveTrigger = $effectiveTrigger->add($triggerDuration);
65 $effectiveTrigger = $effectiveTrigger->add($triggerDuration);

12345678910>>...213