Home
last modified time | relevance | path

Searched full:add (Results 76 – 100 of 5317) sorted by relevance

12345678910>>...213

/plugin/lvhpacket/
H A Dsyntax.php121 //Add New Subpacket ID
154 //Add New Subpacket Size
173 //Add New Subpacket Size
299 //Add Format ID Row
313 //Add Value If Specified
322 //Add To formatRows
343 //Add To formatRows
366 //Add Format Bit Row
375 //Add Format Byte Row
465 //Add Packet Table
[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/semantic/lang/en/
H A Dsettings.php13 $lang['useDublinCore'] = 'Add Dublin Core metadata';
14 $lang['useJSONLD'] = 'Add JSON-LD';
15 $lang['useMetaAuthor'] = 'Add author meta tag';
16 $lang['useMetaDescription'] = 'Add description meta tag';
17 $lang['useOpenGraph'] = 'Add Open Graph protocol metadata';
/plugin/tooltip/
H A DChangeLog10 * lang/: (add) Support for English and Spanish languages (en, es).
11 * lang/: (add) Partial support for Esperanto language (eo).
19 * style.css: (add) added "winlike" style.
25 * DokuWiki page: (add) added pictures
29 * README: (add) first implemented
30 * ChangeLog: (add) first implemented, lifted from:
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DExtensionInterface.php28 * Returns the token parser instances to add to the existing list.
35 * Returns the node visitor instances to add to the existing list.
42 * Returns a list of filters to add to the existing list.
49 * Returns a list of tests to add to the existing list.
56 * Returns a list of functions to add to the existing list.
63 * Returns a list of operators to add to the existing list.
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php21 $ev->add($dtStart);
23 $vcal->add($ev);
44 $ev->add($dtStart);
45 $vcal->add($ev);
85 $vcal->add($ev);
138 $vcal->add($ev);
185 $vcal->add($ev);
227 $vcal->add($ev);
280 $vcal->add($ev);
333 $vcal->add($ev);
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php21 $ev->add($dtStart);
23 $vcal->add($ev);
44 $ev->add($dtStart);
45 $vcal->add($ev);
85 $vcal->add($ev);
138 $vcal->add($ev);
185 $vcal->add($ev);
227 $vcal->add($ev);
280 $vcal->add($ev);
333 $vcal->add($ev);
[all …]
/plugin/wikistats/
H A DREADME.md33 ### Add Stat Link to your Template
93 And add some code within, for example:
180 * Add bargraph display
186 * Add total for resources and namespaces stats
187 * Add Travis-CI support
188 * Add unit tests: plugin.info.txt compliance
193 * Add screenshot for dokuwiki plugin page
195 * Add TOC support
200 * Add option to change render style
201 * Add resources types translations
[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);
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/tests/
H A DContextTest.php82 * @covers SebastianBergmann\RecursionContext\Context::add
92 $this->context->add($value);
110 * @covers SebastianBergmann\RecursionContext\Context::add
115 $this->assertEquals($key, $this->context->add($value));
118 $this->assertEquals($key, $this->context->add($value));
123 * @uses SebastianBergmann\RecursionContext\Context::add
129 $this->context->add($value);
/plugin/webdav/core/
H A DServer.php42 # Add pages collection
47 # Add media collection
52 # Trigger PLUGIN_WEBDAV_COLLECTIONS event for add custom collections
66 # Add Exception plugin
69 # Add browser or dummy response plugin
97 # Add extra temporary file patterns
113 # Trigger PLUGIN_WEBDAV_PLUGINS event for add custom plugins
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php279 $existingObject->add(clone $component);
289 $existingObject->add(clone $component);
441 $existingObject->add($newObject);
512 $icalMsg->add(clone $timezone);
523 $event = $icalMsg->add('VEVENT', [
607 $icalMsg->add($currentEvent);
710 $icalMsg->add(clone $timezone);
721 $event = $icalMsg->add('VEVENT', [
738 $event->add('SUMMARY', $summary);
750 $event->add('DTSTART', $dt);
[all …]
/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 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 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'));
/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/prosemirror/lang/en/
H A Dlang.php57 $lang['js']['label:footnote'] = 'Add a footnote';
66 $lang['js']['label:rss'] = 'Add new RSS feed';
71 $lang['js']['label:table'] = 'Add new 2x2 table';
73 $lang['js']['label:table-add-row-before'] = 'Add row before';
74 $lang['js']['label:table-add-row-after'] = 'Add row after';
76 $lang['js']['label:table-add-column-before'] = 'Add column before';
77 $lang['js']['label:table-add
[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
151 /** @var QueryBuilderWhere $add Where additionional queries are added to */
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/securelogin/
H A DTODO5 Add option to forbid logging in without the password encrypted (Warning, this could lock you out)
7 - probably have to hook into the login function and remove the html for the boxes, then add them ba…
9 ## Add SHA256 verification codes.
11 Add sha256 sums to the HTML, to have the browser check that they have not been tampered with in tra…
/plugin/pageredirect/
H A DChangeLog.md14 - Add Move plugin support, #40
22 - Add informal german language by @ebroda in #33
23 - Add redirection target to link metadata by @alexdraconian in #39
31 - do not add parameters to url if the redirect is external. [133a129], [#25]
50 - add French translations. [#14]
53 - add Russian translations. [#17]
69 - add `<br/>` tag to the redirect note to avoid being covered by page TOC. [#4]
70 - add Japanese translations. [#7]
99 - add alternative `#REDIRECT namespace/pagename` syntax. [01efce2]
100 - add z
[all...]
/plugin/commonmark/vendor/league/commonmark/src/
H A DEnvironment.php
/plugin/bookcreator/lang/en/
H A Dlang.php9 $lang['js']['include'] = "Add to selection";
22 $lang['addpage'] = "Add this page to your book";
26 $lang['js']['sortable'] = "Drag and drop to sort/remove/add pages";
50 $lang['js']['btn_addtobook'] = "Add to book";
67 $lang['select_namespace'] = "Add a Namespace...";
74 $lang['js']['add_subns_too'] = "Add pages in sub-namespaces too?";
/plugin/jplayer/vendor/happyworm/jplayer/
H A DGruntfile.js16 'dist/add-on/jplayer.playlist.js': ['src/javascript/add-on/jplayer.playlist.js']
21 … 'dist/add-on/jquery.jplayer.inspector.js': ['src/javascript/add-on/jquery.jplayer.inspector.js']
48 'dist/add-on/jplayer.playlist.min.js': ['dist/add-on/jplayer.playlist.js']
56 'dist/add-on/jquery.jplayer.inspector.min.js': ['dist/add-on/jquery.jplayer.inspector.js']
/plugin/webdavclient/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');

12345678910>>...213