Home
last modified time | relevance | path

Searched full:add (Results 176 – 200 of 5317) sorted by relevance

12345678910>>...213

/plugin/struct/types/
H A DDateTime.php120 * @param QueryBuilderWhere $add
127 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument
130 $QB = $add->getQB();
139 /** @var QueryBuilderWhere $add Where additional queries are added to */
141 $add = $add->where($op); // sub where group
146 $add->where($op, "$col $comp $pl");
H A DTag.php125 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument
127 /** @var QueryBuilderWhere $add Where additionional queries are added to */
129 $add = $add->where($op); // sub where group
133 $pl = $add->getQB()->addValue($item);
134 $add->where($op, "LOWER(REPLACE($tablealias.$colname, ' ', '')) $comp LOWER(REPLACE($pl, ' ', ''))");
H A DAutoSummary.php44 * @param QueryBuilderWhere $add
51 public function filter(QueryBuilderWhere $add, $tablealias, $colname, $comp, $value, $op) argument
53 $QB = $add->getQB();
58 $sub = $add->where($op);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md109 - Added `ClientBuilder::includePortInHostHeader()` to add the
137 - Add missing leading slash in the URL of put mapping endpoint
294 - [DOCS] Add reference to `parse_url()` for Extended Host Configuration [#778](https://github.com/elastic/elasticsearch-php/pull/778)
307 - Add 'wait_for_no_initializing_shards' to Cluster\Health whitelist [[98a372c]](http://github.com/elasticsearch/elasticsearch-php/commit/98a372c)
308 - Add 'wait_for_active_shards' to Indices\Open whitelist [[0275fe5]](http://github.com/elasticsearch/elasticsearch-php/commit/0275fe5)
309 - Add 'max_concurrent_searches' to msearch whitelist [[5624123]](http://github.com/elasticsearch/elasticsearch-php/commit/5624123)
310 - Add 'max_concurrent_shard_requests' param to MSearch endpoint [[00800c1]](http://github.com/elasticsearch/elasticsearch-php/commit/00800c1)
311 - Add ReloadSecureSettings endpoint [[75b32b2]](http://github.com/elasticsearch/elasticsearch-php/commit/75b32b2)
330 - Add Indices/Split endpoint [[46d5a7a]](http://github.com/elasticsearch/elasticsearch-php/commit/46d5a7a)
343 - [DOCS] Add not
[all...]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DBirthdayCalendarGenerator.php161 $event = $calendar->add('VEVENT', [
168 // add VALUE=date
171 // Add X-SABRE-BDAY property.
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', [
152 // add VALUE=date
155 // Add X-SABRE-BDAY property.
157 $event->add('X-SABRE-BDAY', 'BDAY', [
163 $event->add('X-SABRE-BDAY', 'BDAY', [
/plugin/findologicxmlexport/vendor/hoa/event/
H A DCHANGELOG.md13 * CHANGELOG: Add a missing newline. (Ivan Enderlin, 2016-01-11T09:37:32+01:00)
30 * Listener: Add the `Listens` trait. (Ivan Enderlin, 2015-11-20T06:45:11+01:00)
33 * Add a `.gitignore` file. (Metalaka, 2015-11-20T19:37:52+01:00)
34 * README: Complete description and add usage. (Ivan Enderlin, 2015-11-13T08:43:08+01:00)
37 * Composer: Add a keyword. (Ivan Enderlin, 2015-11-11T13:38:35+01:00)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DPrepareBodyMiddleware.php42 // Add a default content-type if possible.
51 // Add a default content-length or transfer-encoding header.
63 // Add the expect header if needed.
70 * Add expect header
102 // Always add if the body cannot be rewound, the size cannot be
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DCHANGELOG.md20 * Add a `.gitignore` file. (Metalaka, 2015-11-21T17:39:21+01:00)
21 * Test: Add test cases for the uncaught handler. (Ivan Enderlin, 2015-11-18T21:48:20+01:00)
22 * Idle: Add uncaught handler. (Ivan Enderlin, 2015-11-18T21:47:40+01:00)
23 * README: Add a better description and new usages. (Ivan Enderlin, 2015-11-18T21:36:03+01:00)
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DUglifyCssFilter.php89 $pb->add('--expand-vars');
93 $pb->add('--ugly-comments');
97 $pb->add('--cute-comments');
104 $pb->add($input);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/Resource/
H A DServicesRoles.php34 * Service producers can use this method to add roles in the shared VPC host
37 * only the granularity specified in the allowlist. (roles.add)
46 public function add($parent, AddRolesRequest $postBody, $optParams = []) function in Google\\Service\\ServiceNetworking\\Resource\\ServicesRoles
50 return $this->call('add', [$params], Operation::class);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DShareableCalendar.php21 * Every element in the add array has the following properties:
29 * @param array $add
33 function updateShares(array $add, array $remove) { argument
35 $this->caldavBackend->updateShares($this->calendarInfo['id'], $add, $remove);
/plugin/textinsert/lang/en/
H A Dlang.php13 $lang['btn_add'] = 'Add';
18 $lang['label_add'] = "Add Macros";
23 $lang['add_macros'] = 'Add Macros';
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DRecurTest.php12 $recur = $vcal->add('RRULE', 'FREQ=Daily');
29 $recur = $vcal->add('RRULE', 'FREQ=Daily');
37 … $recur = $vcal->add('RRULE', array('FREQ'=>'DAILY', 'BYDAY'=>'mo,tu', 'BYMONTH' => array(0,1)));
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md59 * You can add a leeway to account for when there is a clock skew times between
228 - Add parameter typing and return types where possible
234 - Add JWK support (#273)
235 - Add ES256 support (#256)
236 - Add ES384 support (#324)
237 - Add Ed25519 support (#343)
242 - Add an example for RS256 openssl.
248 - Add `array` type hinting to `decode` method
250 - Add all JSON error types.
268 - Add `\Firebase\JWT` namespace. See
[all …]
/plugin/fckg/fckeditor/
H A Dfckconfig.js86 // FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g ) ; // PHP style server side code
137 FCKConfig.Plugins.Add('tableformat') ;
138 FCKConfig.Plugins.Add('plugintool', 'en,fr,nl') ;
139 FCKConfig.Plugins.Add( 'paradelete' ) ;
140 FCKConfig.Plugins.Add( 'range' ) ;
141 FCKConfig.Plugins.Add( 'insertHtmlCode') ; // this is the footnote plugin
142 FCKConfig.Plugins.Add( 'geshi') ;
143 FCKConfig.Plugins.Add( 'fonts', 'en,nl') ;
144 FCKConfig.Plugins.Add('keyboard') ;
145 FCKConfig.Plugins.Add('signature') ;
[all …]
/plugin/bookcreator/
H A Dscript.js32 this._storage.push(pageid); //add to the end
161 * Handle click at page add/remove buttons
198 * Delete or add current page from selection
217 //pagetool add/remove button
221 // var text = LANG.plugins.bookcreator['btn_' + (this.isCurrentPageSelected ? 'remove' : 'add') + 'tobook'];
229 //pagetool add/remove button
231 let text = LANG.plugins.bookcreator['btn_' + (this.isCurrentPageSelected ? 'remove' : 'add') + 'tobook'];
251 //bookbar with add/remove button
302 * Retrieve missing pages and add to the page cache
309 //add t
[all...]
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DCHANGELOG.md10 * Test: Add the `Decorrelated` interface. (Ivan Enderlin, 2016-10-25T07:49:56+02:00)
11 * Documentation: Add a Research papers Section. (Ivan Enderlin, 2016-10-24T16:07:32+02:00)
18 * Documentation: Add the Research papers Section. (Ivan Enderlin, 2016-08-15T14:13:30+02:00)
78 * Llk: Add the `parser.lookahead` pragma. (Ivan Enderlin, 2016-02-22T10:23:37+01:00)
120 * Add skip token generation. (Metalaka, 2014-08-25T17:09:56+02:00)
121 * Add a `.gitignore` file. (Stéphane HULARD, 2015-08-03T11:22:38+02:00)
129 * Add the CHANGELOG.md file. (Ivan Enderlin, 2015-02-17T09:33:56+01:00)
148 * Add the `getCompiler` method. (Ivan Enderlin, 2014-09-29T09:52:51+02:00)
151 * Add soundness test. (Ivan Enderlin, 2014-09-28T22:09:20+02:00)
158 * Add `branch-alias`. (Stéphane PY, 2014-09-23T11:50:46+02:00)
[all …]
/plugin/gtime/gtlib/asn1/gt/
H A DGTTimeSignature.php155 $sequence->add(new ASN1OctetString($this->location));
156 $sequence->add(new ASN1OctetString($this->history));
157 $sequence->add($this->publishedData);
168 $sequence->add($tag);
177 $set->add(new ASN1OctetString($item));
187 $sequence->add($tag);
/plugin/diff/
H A Dsyntax.php80 $ADD = "\n" . '<span class="diff-addedline">';
95 $ADD . '\1' . $CLOSE,
108 array($ADD . '\1' . $CLOSE,
127 $parts[1] = $ADD . $parts[1] . $CLOSE;
132 array($ADD . '\1' . $CLOSE,
138 $ADD . '\1' . $CLOSE, $parts[3]);
156 $ADD . '\1' . $CLOSE),
166 $ADD . '\1' . $CLOSE),
235 'desc' => 'Add diff Style [<diff> ... </diff>]',
367 * Add exit pattern to lexer.
/dokuwiki/lib/scripts/
H A Dtoolbar.js73 * @param DOMElement btn Button element to add the action to
95 * @param DOMElement btn Button element to add the action to
133 * @param DOMElement btn Button element to add the action to
148 * @param DOMElement btn Button element to add the action to
166 * @param DOMElement btn Button element to add the action to
188 * Add button action for picker buttons and create picker element
190 * @param jQuery btn Button element to add the action to
213 * Add button action for the link wizard button
215 * @param DOMElement btn Button element to add the action to
/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/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DOrOperator.php28 $operands->add($o);
31 $operands->add($a);
36 $operands->add($o);
39 $operands->add($b);
50 $operands->add($reduced);
/plugin/issuetracker/lang/en/
H A Dlang.php80 $lang['lbl_reporteradcontact'] = 'Add contact:';
83 $lang['lbl_cmts_adcmt'] = 'Add a new comment';
85 $lang['btn_add'] = 'Add';
86 $lang['btn_add_title'] = 'Add';
90 $lang['lbl_signin'] = 'Sign in</a> if you want to add a comment or resolution note.'; /…
111 $lang['th_reporteradcontact'] = 'Add contact';
124 $lang['cmt_tab_open'] = 'add Comment';
126 $lang['rsl_tab_open'] = 'add / modify Resolution';
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown16 In your ```<head>``` add:
21 // Add the slick-theme.css if you want default styling
25 Then, before your closing ```<body>``` tag add:
47 In slick 1.5 you can now add settings using the data-slick attribute. You still need to call $(elem…
150 // Add a slide
175 …dBefore: bool | Add a slide. If an index is provided, will add at that index, or before if addBefo…

12345678910>>...213