Home
last modified time | relevance | path

Searched refs:update (Results 51 – 75 of 801) sorted by relevance

12345678910>>...33

/plugin/searchindex/
H A Dscript.js39 jQuery('#plugin__searchindex_update').click(pub.update);
103 pub.update(true);
108 pub.update = function(rebuild) { function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A D.travis.yml31 - composer self-update
35 - if [[ "$DEPENDENCIES" = 'high' ]]; then travis_retry composer update $DEFAULT_COMPOSER_FLAGS; fi
36 …- if [[ "$DEPENDENCIES" = 'low' ]]; then travis_retry composer update $DEFAULT_COMPOSER_FLAGS --pr…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A D.travis.yml14 - composer self-update
18 …- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-au…
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A D.travis.yml17 - composer self-update
21 …- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-au…
/plugin/darcs/
H A Dadmin.php135 $this->lang['remove'].' ^ '.$this->lang['update']." ^\n";
242 $this->lang['remove'].' ^ '.$this->lang['update']." ^\n";
253 if (is_array($_REQUEST['update'])) {
254 while (list($plugin_id, $plugin_name) = each($_REQUEST['update'])) {
/plugin/clock/
H A Dscript.js46 update ( obj ) {
64 dwClockTimer.update(dwClockDOMObject);
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md13 * `DEPS`: update to `diagram-js@11.12.0`
44 * `DEPS`: update to `diagram-js@11.9.0`
59 * `DEPS`: update to `diagram-js@11.8.0`
64 * `DEPS`: update to `diagram-js@11.4.3`
70 * `DEPS`: update to `diagram-js@11.4.1`
110 * `DEPS`: update to `diagram-js@10`
118 * `DEPS`: update to `bpmn-moddle@8`
122 * `DEPS`: update to `diagram-js@9.1.0`
201 * `DEPS`: update to `min-dom@3.2.0`
292 * `DEPS`: update build dependencies
[all …]
/plugin/openlayersmapoverlays/lib/
H A Dlayers.js59update,refresh:this.update,visibilitychanged:this.update,scope:this});this.update()}return activat…
/plugin/davcal/vendor/sabre/dav/
H A D.travis.yml28 # - composer self-update
29 - composer update --prefer-source $LOWEST_DEPS
/plugin/vbsso/includes/
H A Dapi.php139 $update = FALSE;
144 $update = TRUE;
149 $update = TRUE;
160 $update = TRUE;
163 if ($update) {
/plugin/evesso/conf/
H A Dmetadata.php10 function update($input) { function in setting_plugin_evesso
30 function update($input) { function in plugin_evesso
/plugin/snippets/
H A Dscript.js9 update: false, property in snippets
59 snippets.update = true;
190 snippets.update = true;
193 snippets.update = false;
219 …var which = snippets.update ? 'snippet_update' : 'snippet_insert'; // selects whether to insert w…
/plugin/findologicxmlexport/vendor/jms/metadata/
H A D.travis.yml22 - composer self-update
23 - composer update $COMPOSER_FLAGS
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DTagManager.php116 ],'update' => [
184 ],'update' => [
262 ],'update' => [
392 ],'update' => [
514 ],'update' => [
664 ],'update' => [
785 ],'update' => [
867 ],'update' => [
949 ],'update' => [
1031 ],'update' => [
[all …]
H A DAdExchangeBuyer.php105 ],'update' => [
183 ],'update' => [
357 ],'update' => [
358 'path' => 'proposals/{proposalId}/deals/update',
534 ],'update' => [
641 ],'update' => [
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/
H A D.travis.yml22 - composer self-update
23 - composer update $COMPOSER_FLAGS
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A D.travis.yml27 - composer self-update
31 …- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-au…
/plugin/elasticsearch/vendor/react/promise/src/
H A DPromise.php119 $progressHandler = static function ($update) use ($notify, $onProgress) {
121 $notify($onProgress($update));
241 static function ($update = null) use (&$progressHandlers) {
243 $handler($update);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A DDockerfile7 RUN apt-get update && \
18 RUN pecl channel-update pecl.php.net
/plugin/galleryv1.5/
H A Dscript.js47 return this.update();
49 WindowSize.prototype.update = function() method in WindowSize
67 return this.update();
69 PageSize.prototype.update = function() method in PageSize
80 this.win.update();
89 return this.update();
91 PagePos.prototype.update = function() method in PagePos
323 self._page.update();
324 self._pos.update();
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DURLUtilTest.php133 function testResolve($base, $update, $expected) { argument
137 URLUtil::resolve($base, $update)
/plugin/usersubscriptions/
H A Dsyntax.php116 $update = !is_subscribed($id, $INFO['client'], false);
119 $update = !is_subscribed($id.':', $INFO['client'], true);
121 if($update) {
/plugin/authgooglesheets/
H A Dauth.php47 $this->helper->update($user, ['lastlogin' => dformat()]);
101 return $this->helper->update($user, $changes);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dlogger.asciidoc24 And then update your Composer installation:
28 php composer.phar update
/plugin/datatables/assets/datatables.net-fixedheader/js/
H A DdataTables.fixedHeader.min.js

12345678910>>...33