Home
last modified time | relevance | path

Searched refs:add (Results 126 – 150 of 2070) sorted by relevance

12345678910>>...83

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DJpegoptimFilter.php59 $pb->add('--strip-all');
63 $pb->add('--max='.$this->max);
66 $pb->add($input = FilesystemUtils::createTemporaryFile('jpegoptim'));
H A DReactJsxFilter.php41 ->add($inputDir)
42 ->add($outputDir)
43 ->add('--no-cache-dir')
H A DTypeScriptFilter.php53 $pb->add($inputPath)->add('--out')->add($outputPath);
H A DEmberPrecompileFilter.php55 $pb->add($inputPath)->add('-f')->add($outputPath);
/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/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);
109 function add() { function in Sabre\\VObject\\Component
515 $this->add($value);
517 $this->add($name, $value);
642 $this->add($propName, $defaults[$propName]);
/plugin/pageredirect/
H A DChangeLog.md31 - 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 zh-tw translations. [82539ae]
101 - add Korean translations. [6aa688d]
102 - add portugese translations. [e22f33a]
/plugin/structjoin/types/
H A DJoin.php144 * @param QueryBuilderWhere $add
151 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) { argument
155 AbstractBaseType::filter($add, $tablealias, $colname, $comp, $value, $op);
161 $QB = $add->getQB();
166 $column->getType()->filter($add, $rightalias, $field, $comp, $value, $op);
/plugin/pureldap/classes/
H A DADClient.php89 $entry->add('unicodePwd', $this->encodePassword($newpass));
119 $filter->add(Filters::$filtermethod('cn', $match));
158 $filter->add(Filters::$filtermethod('sAMAccountName', $this->simpleUser($match['user'])));
161 $filter->add(Filters::$filtermethod('displayName', $match['name']));
164 $filter->add(Filters::$filtermethod('mail', $match['mail']));
183 $or->add(Filters::equal('primaryGroupID', 513));
187 $or->add(Filters::equal('memberOf', $dn));
189 $filter->add($or);
231 // add account suffix
342 $groups[] = $this->config['defaultgroup']; // always add defaul
[all...]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DHelperCollection.php39 $this->add($name, $helper);
53 $this->add($name, $helper);
62 public function add($name, $helper) function in Mustache_HelperCollection
/plugin/noticeboard/classes/
H A DArrayList.php44 public function add($item){ function in helper_plugin_noticeboard_ArrayList
52 $this->add($item);
117 $this->add($item);
/plugin/gtime/gtlib/asn1/gt/
H A DGTVerificationRequest.php106 $sequence->add(new ASN1Integer($this->version));
107 $sequence->add($this->content);
108 $sequence->add(new ASN1OctetString($this->data));
/plugin/noticeboard/noticeboard/classes/
H A DArrayList.php44 public function add($item){ function in helper_plugin_noticeboard_ArrayList
52 $this->add($item);
117 $this->add($item);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DIShareableCalendar.php28 * @param array $add
32 function updateShares(array $add, array $remove); argument
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php289 $event->add($elem);
295 $this->vcal->add($event);
296 $this->vcal->add($timezone);
316 $event->add($elem);
323 $this->vcal->add($event);
324 $this->vcal->add($timezone);
359 $vevent = $vcal->add('VEVENT');
361 $dtstart = $vevent->add(
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php277 $event->add($elem);
283 $this->vcal->add($event);
284 $this->vcal->add($timezone);
304 $event->add($elem);
311 $this->vcal->add($event);
312 $this->vcal->add($timezone);
347 $vevent = $vcal->add('VEVENT');
349 $dtstart = $vevent->add(
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php277 $event->add($elem);
283 $this->vcal->add($event);
284 $this->vcal->add($timezone);
304 $event->add($elem);
311 $this->vcal->add($event);
312 $this->vcal->add($timezone);
347 $vevent = $vcal->add('VEVENT');
349 $dtstart = $vevent->add(
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php277 $event->add($elem);
283 $this->vcal->add($event);
284 $this->vcal->add($timezone);
304 $event->add($elem);
311 $this->vcal->add($event);
312 $this->vcal->add($timezone);
347 $vevent = $vcal->add('VEVENT');
349 $dtstart = $vevent->add(
/plugin/struct/types/
H A DPage.php190 * @param QueryBuilderWhere $add
197 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op)
200 parent::filter($add, $tablealias, $colname, $comp, $value, $op);
204 $QB = $add->getQB();
209 $sub = $add->where($op); argument
/plugin/mantis/lib/
H A Dchangelog41 - wsdl: add proxy authentication
42 - soapclient: add proxy authentication
124 - soap_parser: add param to docs
174 - wsdl: add addSimpleType
175 - xmlschema: add addSimpleType
191 - nusoap_base: add (CVS) revision
294 - wsdl: add addElement method
298 - xmlschema: add addElement method
459 - soap_parser: add soapheader
530 - nusoap_client: add debug
[all …]
/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/commonmark/vendor/league/commonmark/src/
H A DEnvironment.php
/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/Authenticator/
H A D@PopB4Smtp.php52 $log->add("Trying POP3 Before SMTP authentication. Disconnecting from SMTP first.");
68 $log->add($e->getMessage(),Swift_Log::ERROR);
69 $log->add("POP3 authentication failed.");
/plugin/gtime/gtlib/asn1/x509/
H A DX509Extension.php123 $sequence->add(new ASN1ObjectId($this->id));
126 $sequence->add(new ASN1Boolean(true));
129 $sequence->add(new ASN1OctetString($this->value));

12345678910>>...83