Home
last modified time | relevance | path

Searched refs:add (Results 151 – 175 of 2070) sorted by relevance

12345678910>>...83

/plugin/ckgdoku/ckeditor/plugins/tags/
H A Dplugin.js1 CKEDITOR.plugins.add("tags",
6 CKEDITOR.dialog.add( 'tagsDialog', this.path + 'dialogs/tags.js' );
/plugin/quizlib/
H A Dscript.js41 answers[i].parentNode.classList.add(quiz.Classes.CORRECT);
46 correctAnswer.classList.add(quiz.Classes.CORRECT);
47 …correctAnswer.classList.add(quiz.Classes.TEMP); // quiz.checkAnswers will automatically remove ele…
/plugin/revealjs/js/
H A Dreveal.js684 dom.wrapper.classList.add( 'ready' );
989 fragment.classList.add( 'visible' );
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 …]
/plugin/ckgdoku/ckeditor/plugins/wrap/
H A Dplugin.js1 CKEDITOR.plugins.add( 'wrap', {
13 CKEDITOR.dialog.add( 'wrapDialolg', this.path + 'dialogs/wrap.js' );
/plugin/ckgedit/ckeditor/plugins/wrap/
H A Dplugin.js1 CKEDITOR.plugins.add( 'wrap', {
13 CKEDITOR.dialog.add( 'wrapDialolg', this.path + 'dialogs/wrap.js' );
/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/ckgdoku/ckeditor/plugins/geshi/
H A Dplugin.js12 CKEDITOR.plugins.add( 'geshi', {
29 CKEDITOR.dialog.add( 'geshiDialog', this.path + 'dialogs/geshi.js' );
/plugin/ckgedit/ckeditor/plugins/geshi/
H A Dplugin.js12 CKEDITOR.plugins.add( 'geshi', {
29 CKEDITOR.dialog.add( 'geshiDialog', this.path + 'dialogs/geshi.js' );
/plugin/ckgedit/ckeditor/plugins/note/
H A Dplugin.js1 CKEDITOR.plugins.add( 'note', {
15 CKEDITOR.dialog.add( 'noteDialog', this.path + 'dialogs/note.js' );
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DServiceNetworking.php260 'add' => [
261 'path' => 'v1/{+parent}/dnsRecordSets:add',
300 'add' => [
301 'path' => 'v1/{+parent}/dnsZones:add',
400 'add' => [
401 'path' => 'v1/{+parent}/roles:add',
/plugin/struct/types/
H A DAbstractBaseType.php271 // empty field to add
365 * This function is used to modify an aggregation query to add a filter
366 * for the given column matching the given value. A type should add at
373 * @param QueryBuilderWhere $add The where clause where statements can be added
380 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op)
382 /** @var QueryBuilderWhere $add Where additionional queries are added to */
384 $add = $add->where($op); // sub where group
388 $pl = $add->getQB()->addValue($item);
389 $add
374 filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) global() argument
[all...]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSharingSupport.php193 * @param array $add
197 function updateShares($calendarId, array $add, array $remove); argument
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DBirthdayCalendarGenerator.php161 $event = $calendar->add('VEVENT', [
173 $event->add('X-SABRE-BDAY', 'BDAY', [
179 $event->add('X-SABRE-BDAY', 'BDAY', [
/plugin/webdav/vendor/sabre/vobject/lib/
H A DBirthdayCalendarGenerator.php145 $event = $calendar->add('VEVENT', [
157 $event->add('X-SABRE-BDAY', 'BDAY', [
163 $event->add('X-SABRE-BDAY', 'BDAY', [
/plugin/ckgedit/ckeditor/plugins/msword/
H A Dplugin.js12 CKEDITOR.plugins.add( 'msword', {
30 CKEDITOR.dialog.add( 'mswordDialog', this.path + 'dialogs/msword.js' );
/plugin/gtime/gtlib/asn1/gt/
H A DGTCertTokenRequest.php58 $sequence->add(new ASN1Integer($this->version));
59 $sequence->add(new ASN1Integer($this->historyIdentifier));
/plugin/chessdiagram/toolbar/
H A Dreadme.txt1 To add a chessdiagram button to the toolbar:
6 - add one of the diffs to this file
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockSharing.php77 * @param array $add
81 function updateShares($calendarId, array $add, array $remove) { argument
87 foreach($add as $val) {
/plugin/structtasks/_test/
H A DNotifiersTest.php84 [date_create()->add(new DateInterval('P2D')), '2 days'],
86 [date_create()->add(new DateInterval('P1D')), '1 day'],
87 [date_create()->add(new DateInterval('P1Y20D')), '1 year and 20 days'],
88 [date_create()->add(new DateInterval('P2M0D')), '2 months'],
89 [date_create()->add(new DateInterval('P2Y2M2D')), '2 years, 2 months, and 2 days'],
90 [date_create()->add(new DateInterval('P10Y1M')), '10 years and 1 month'],
130 $tomorrow = date_create()->add(new DateInterval('P1D'));
/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);
107 function add($a1, $a2 = null, $a3 = null) { function in Sabre\\VObject\\Component
558 $this->add($propName, $defaults[$propName]);
/plugin/webdavclient/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);
107 function add($a1, $a2 = null, $a3 = null) { function in Sabre\\VObject\\Component
558 $this->add($propName, $defaults[$propName]);
/plugin/davcal/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);
107 function add($a1, $a2 = null, $a3 = null) { function in Sabre\\VObject\\Component
558 $this->add($propName, $defaults[$propName]);
/plugin/pagebuttons/
H A Dplugin.info.txt6 desc Adds a PageMenu button to Delete the current page, add a subpage, and add a subfolder
/plugin/ckgdoku/ckeditor/plugins/about/
H A Dplugin.js6 CKEDITOR.plugins.add( 'about', {
25 CKEDITOR.dialog.add( 'about', this.path + 'dialogs/about.js' );
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPTimeStampReq.php69 $sequence->add(new ASN1Integer($this->version));
70 $sequence->add($this->messageImprint);

12345678910>>...83