Home
last modified time | relevance | path

Searched full:add (Results 251 – 275 of 5445) sorted by relevance

1...<<11121314151617181920>>...218

/plugin/davcal/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 …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php565 // and add bit-length. Use results to build Y.
576 // NH hash and add bit-length. Concatenate the result to Y.
624 $temp = $m[$i]->add($k[$i]);
626 $temp = $temp->multiply($m[$i + 4]->add($k[$i + 4]));
627 $y = $y->add($temp);
629 $temp = $m[$i + 1]->add($k[$i + 1]);
631 $temp = $temp->multiply($m[$i + 5]->add($k[$i + 5]));
632 $y = $y->add($temp);
634 $temp = $m[$i + 2]->add($k[$i + 2]);
636 $temp = $temp->multiply($m[$i + 6]->add(
[all...]
/plugin/gitlabproject/
H A DREADME.md19 * **unwanted.users**: If you want to not display some users of your project, add them here, separat…
43 Inside the root of the plugin, you will have a JSON file called: `server.json`. Inside you can add
64 Then simply add `server` parameter:
/plugin/authsqlite/lang/en/
H A Dsettings.php15 $lang['addUser'] = 'SQL statement to add a new user';
16 $lang['addGroup'] = 'SQL statement to add a new group';
17 $lang['addUserGroup'] = 'SQL statement to add a user to an existing group';
/plugin/pureldap/vendor/freedsx/socket/
H A DCHANGELOG.md28 * Add PHPStan to CI runs at level 6.
45 * Add UDP client / server functionality.
47 * Add a buffer size option.
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DIShareableCalendar.php20 * Every element in the add array has the following properties:
28 * @param array $add
32 function updateShares(array $add, array $remove); argument
/plugin/revealjs/js/
H A Dreveal.js684 dom.wrapper.classList.add( 'ready' );
1089 // Add parallax background if specified
1345 dom.wrapper.classList.add( 'rtl' );
1352 dom.wrapper.classList.add( 'center' );
1425 element.classList.add( 'visible' );
2038 anchor.classList.add( 'roll' );
2108 dom.overlay.classList.add( 'overlay' );
2127 dom.overlay.classList.add( 'loaded' );
3221 element.classList.add( 'stack' );
3226 element.classList.add( 'present' );
[all …]
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPContacts.php74 $add = $this->adldap->adldap_schema($attributes);
77 $add["cn"][0] = $attributes["display_name"];
78 $add["objectclass"][0] = "top";
79 $add["objectclass"][1] = "person";
80 $add["objectclass"][2] = "organizationalPerson";
81 $add["objectclass"][3] = "contact";
83 $add["msExchHideFromAddressLists"][0] = "TRUE";
90 // Add the entry
91 $result = @ldap_add($this->adldap->getLdapConnection(), "CN=" . $this->adldap->utilities()->escapeCharacters($add["cn"][0]) . ", " . $container . "," . $this->adldap->getBaseDn(), $add);
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php87 $r = $r->add($ri);
115 $v = $this->d->multiply($y2)->add($this->one);
132 $exp = $this->getModulo()->add(new BigInteger(3));
269 $h = $a->add($b);
270 $temp = $x1->add($y1);
273 $f = $c->add($g);
318 $b = $y1->add($x1)->multiply($y2->add($x2));
323 $g = $d->add($c);
324 $h = $b->add($a);
/plugin/revealjs/
H A Dchangelog.md89 * Add option to open presentation in new window and make this behavior default
110 * add support for footers
111 …* add option to insert a button which starts the presentation together with theme selection simil…
117 * Add background syntax.
130 * Add configuration option to build all lists by default
141 * Add support for the Reveal.js (highlight.js) syntax highlighter
/plugin/tagsections/
H A Dscript.js30 $highlight = $highlight.add($tgt);
65 // Add an input box to add new tags
68 // Add new accordeon entry
97 … var $button = jQuery('<input class="edit" type="submit"/>').val(LANG.plugins.tagsections['add']);
/plugin/mapillary/
H A Dsyntax.php95 //TODO add support for showImage=
96 //TODO add support for showPlayControls=
97 //TODO add support for showMap=
98 //TODO add support for directions=
99 //TODO add support for showThumbs=
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DCHANGELOG.md27 * Add a `.gitignore` file. (Stéphane HULARD, 2015-08-03T11:43:58+02:00)
36 * Add the `CHANGELOG.md` file. (Ivan Enderlin, 2015-02-24T09:46:53+01:00)
54 * Add a `README.md` and a `.State` files. (Ivan Enderlin, 2014-11-13T20:47:33+01:00)
59 * Add `branch-alias`. (Stéphane PY, 2014-09-23T11:56:13+02:00)
/plugin/javadoc/
H A Dsyntax.php3 * Add Javadoc link capability to dokuwiki
61 * Add exit pattern to lexer
102 // Add configured default Javadoc URL to sites
108 // Add configured user Javadoc URLs to sites
/plugin/wysiwyg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js38 function Add() function
150 // Add a new option to a SELECT object (combo or list)
161 combo.options.add( oOption, index ) ;
163 combo.options.add( oOption ) ;
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.css.content.php48 $counters->add($page_counter);
52 $counters->add($sample_counter);
68 $counters->add($page_counter);
72 $counters->add($sample_counter);
/plugin/swiftmail/
H A Daction.php97 // add
103 // no to and cc - add bcc as to and send as batch later
104 $reci->add($addr,$text,'to');
106 $reci->add($addr,$text,$hdr);
/plugin/fckg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js38 function Add() function
150 // Add a new option to a SELECT object (combo or list)
161 combo.options.add( oOption, index ) ;
163 combo.options.add( oOption ) ;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/Resource/
H A DSites.php34 * Adds a site to the set of the user's sites in Search Console. (sites.add)
36 * @param string $siteUrl The URL of the site to add.
39 public function add($siteUrl, $optParams = []) function in Google\\Service\\SearchConsole\\Resource\\Sites
43 return $this->call('add', [$params]);
/plugin/tagging/action/
H A Delasticsearch.php37 * Add our own field mapping to Elasticsearch
47 * Add taggings to Elastic index
65 * Add configuration for tagging filter in advanced search
118 * Add tagging to the list of search fields
/plugin/timetrack/db/
H A Dupdate0002.sql1 ALTER TABLE project ADD `from` INTEGER;
2 ALTER TABLE project ADD `to` INTEGER;
/plugin/combo/db/combo/
H A Dupdate0004.sql1 -- Add the analytics column
2 alter table PAGES add column ANALYTICS TEXT;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DEmberPrecompileFilter.php55 $pb->add($inputPath)->add('-f')->add($outputPath);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst10 Twig can be extended in many ways; you can add extra tags, filters, tests,
152 Then, add the filter to your Twig environment::
577 to host all the specific tags and filters you want to add to Twig.
604 * Returns the token parser instances to add to the existing list.
618 * Returns a list of filters to add to the existing list.
625 * Returns a list of tests to add to the existing list.
632 * Returns a list of functions to add to the existing list.
639 * Returns a list of operators to add to the existing list.
733 method. This method must return an array of filters to add to the Twig
772 The ``getOperators()`` methods lets you add new operators. Here is how to add
[all …]
/plugin/struct/db/
H A Dupdate0013.sql1 ALTER TABLE titles ADD COLUMN lasteditor NOT NULL DEFAULT '';
2 ALTER TABLE titles ADD COLUMN lastrev NOT NULL DEFAULT '';

1...<<11121314151617181920>>...218