Home
last modified time | relevance | path

Searched +full:delete +full:- +full:branch (Results 1 – 25 of 154) sorted by relevance

1234567

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
DREADME.md1 …t" width="auto" height="auto" src="https://www.elastic.co/static-res/images/elastic-logo-200.png"/>
3 elasticsearch-php
6 …ps://github.com/elastic/elasticsearch-php/workflows/PHP%20test/badge.svg)](https://github.com/elas…
8-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-relate…
10 To maintain consistency across all the low-level clients (Ruby, Python, etc.), clients accept simpl…
12-php/blob/master/util/GenerateEndpoints.php) script. This script reads the [Elasticsearch API spec…
14 …7.0` we included also the [XPack endpoints](https://www.elastic.co/what-is/open-x-pack) of Elastic…
17 - [Cross-cluster replication](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-a…
18 - [Graph explorer](https://www.elastic.co/guide/en/elasticsearch/reference/current/graph-explore-ap…
19 - [Info](https://www.elastic.co/guide/en/elasticsearch/reference/current/info-api.html)
[all …]
/plugin/dwcommits/lang/en/
Ddwc_admin.txt26 - Initialize Sqlite Database
27 - Update Database
28 - Set URL of Remote Repository
46 …then the URL has already been saved. You can, however, edit it this URL at any time and re-save it.
56 sudo -u apache ssh-keygen -t rsa -C your_email@whatever.org
64 sudo -u apache git clone git@github.com:turnermm/fckgLite
86 In this window you can change the current git and switch to another branch of the current git.
95 There are six fields: Term 1, Term 2, Author, Branch, Start Date, End Date.
98 …or Author, AND/Or Author. You can restrict your search to the selected Branch and to commits mad…
113 - Prune Entries
[all …]
Dlang.php10 $lang['encoding'] = 'utf-8';
35 …r set it manually or let dwcommit set it for you. If already set, it will appear in the text-box.';
41 $lang['explain_git'] = 'These functions can be used to bring your Git up-to-date';
67 $lang['btn_branch'] = 'Change branch'; //'Branch';
68 $lang['branch_names'] = 'Select and Change Branch';
85 $lang['q_branch'] = 'Branch';
96 $lang['prune_del'] = 'Delete Entries';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/Resource/
DProjectsLocationsCatalogsBranchesProducts.php9 * http://www.apache.org/licenses/LICENSE-2.0
36 * $products = $retailService->products;
64 return $this->call('addFulfillmentPlaces', [$params], GoogleLongrunningOperation::class);
92 return $this->call('addLocalInventories', [$params], GoogleLongrunningOperation::class);
107 * is returned. This field must be a UTF-8 encoded string with a length limit of
115 return $this->call('create', [$params], GoogleCloudRetailV2Product::class);
118 * Deletes a Product. (products.delete)
122 * some_product_id`. If the caller does not have permission to delete the
124 * returned. If the Product to delete does not exist, a NOT_FOUND error is
125 * returned. The Product to delete can neither be a Product.Type.COLLECTION
[all …]
/plugin/git/lib/
DGit.php9 * @version 0.1.1-a
18 // ------------------------------------------------------------------------
72 // ------------------------------------------------------------------------
87 return $this->repo_path;
95 $this->getConf('');
99 $repo->git_path = $git_exe_path;
123 $repo->clone_from($source);
124 else $repo->run('init');
141 $this->set_repo_path($repo_path, $create_new, $_init);
160 $this->repo_path = $repo_path;
[all …]
/plugin/asciidocjs/node_modules/to-fast-properties/
Dreadme.md1 …o-fast-properties [![Build Status](https://travis-ci.org/sindresorhus/to-fast-properties.svg?branc…
7 Use `%HasFastProperties(object)` and `--allow-natives-syntax` to check whether an object already ha…
13 $ npm install --save to-fast-properties
20 const toFastProperties = require('to-fast-properties');
27 delete obj.foo;
/plugin/gitbacked/classes/
DGitRepo.php70 $reference = "--reference $reference";
72 $repo->cloneRemote($source, $reference);
74 $repo->cloneFrom($source);
77 $repo->run('init');
100 $this->plugin = $plugin;
102 $this->setRepoPath($repo_path, $create_new, $_init);
125 $this->repo_path = $repo_path;
126 $this->bare = false;
131 $this->repo_path = $repo_path;
132 $this->bare = true;
[all …]
/plugin/dev/.github/workflows/
DgetEventNames.yml5 - cron: "0 0 * * *"
10 runs-on: Ubuntu-latest
12 - name: Install pup
19 - name: Checkout
22 fetch-depth: 0
24 - name: Download Event Names
28 - name: Create Pull Request
29 uses: peter-evans/create-pull-request@v4
31 commit-message: "Update event names"
34 delete-branch: true
/plugin/upgrade/
Dhelper.php6 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
36 $branch = 'stable';
38 $this->tgzurl = "https://github.com/splitbrain/dokuwiki/archive/$branch.tar.gz";
39 $this->tgzfile = $conf['tmpdir'] . '/dokuwiki-upgrade.tgz';
40 $this->tgzdir = $conf['tmpdir'] . '/dokuwiki-upgrade/';
41 $this->tgzversion = "https://raw.githubusercontent.com/splitbrain/dokuwiki/$branch/VERSION";
42 … $this->composer = "https://raw.githubusercontent.com/splitbrain/dokuwiki/$branch/composer.json";
43 …$this->pluginversion = "https://raw.githubusercontent.com/splitbrain/dokuwiki-plugin-upgrade/maste…
52 $this->logger = $logger;
66 // we need SSL - only newer HTTPClients check that themselves
[all …]
/plugin/socialshareprivacy2/JC/
DREADME.md1 … [![Build Status](https://travis-ci.org/carhartl/jquery-cookie.png?branch=master)](https://travis-
39 Delete cookie:
65 … call to `$.cookie()` by passing a plain object to the options argument. Per-call options override…
83 …FAQ)](http://blogs.msdn.com/b/ieinternals/archive/2009/08/20/wininet-ie-cookie-internals-faq.aspx))
109 …ck *non cross-browser* testing use grunt, install grunt CLI and project dependencies as outlined i…
115 - Source hosted at [GitHub](https://github.com/carhartl/jquery-cookie)
116 - Report issues, questions, feature requests on [GitHub Issues](https://github.com/carhartl/jquery-
118 …y welcome! Make sure your patches are well tested. Please create a topic branch for every separate…
/plugin/asciidocjs/node_modules/get-intrinsic/
DREADME.md1 # get-intrinsic <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
3 [![github actions][actions-image]][actions-url]
4 [![coverage][codecov-image]][codecov-url]
5 [![dependency status][deps-svg]][deps-url]
6 [![dev dependency status][dev-deps-svg]][dev-deps-url]
7 [![License][license-image]][license-url]
8 [![Downloads][downloads-image]][downloads-url]
10 [![npm badge][npm-badge-png]][package-url]
12 Get and robustly cache all JS language-level intrinsics at first require time.
14 See the syntax described [in the JS spec](https://tc39.es/ecma262/#sec-well-known-intrinsic-objects…
[all …]
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md1 …orkflows/Build/badge.svg) [![codecov](https://codecov.io/gh/FreeDSx/LDAP/branch/master/graph/badge…
7 * VLV Control Support ([draft-ietf-ldapext-ldapv3-vlv-09](https://www.ietf.org/archive/id/draft-iet…
19 * [SASL Bind Authentication](/docs/Client/SASL-Bind-Authentication.md)
20 * [General Usage](/docs/Client/General-Usage.md)
24 * [Searching and Filters](/docs/Client/Searching-and-Filters.md)
25 * [Range Retrieval](/docs/Client/Range-Retrieval.md)
29 * [General Usage](/docs/Server/General-Usage.md)
54 $ldap->startTls();
57 $ldap->bind('user@example.local', '12345');
70 $paging = $ldap->paging($search, 100);
[all …]
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.filter.js7 * Copyright (c) 2008-2023, Martin Wendt (https://wwWendt.de)
13 * @date 2023-02-01T20:52:50Z
40 return (str + "").replace(/([.?*+^$[\]\\(){}|-])/g, "\\$1");
72 (matchingIndices[matchingIndices.length - 1] || 0);
122 …https://codereview.stackexchange.com/questions/23899/faster-javascript-fuzzy-string-matching-funct…
123 // and http://www.quora.com/How-is-the-fuzzy-search-algorithm-in-Sublime-Text-designed
124 // and http://www.dustindiaz.com/autocomplete-fuzzy-matching
203 this.$div.addClass("fancytree-ext-filter");
205 this.$div.addClass("fancytree-ext-filter-hide");
207 this.$div.addClass("fancytree-ext-filter-dimm");
[all …]
/plugin/dwcommits/
Dhelper.php30 $this->path = $_REQUEST['dwc__repro'];
33 $this->path = $this->get_conf_repro();
35 $this->default_repro = $this->path;
36 $this->status_message = array();
37 $this->selected_branch="";
38 $this->sqlite = 0;
39 $binary = $this->getConf('git_binary');
40 if(isset($binary)) $this->git=$binary;
41 $fname_hash = md5($this->path);
48 $this->db_name=$inf[$fname_hash];
[all …]
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dparse.js6 -------------------------------- (C) ---------------------------------
15 Parser based on parse-js (http://marijn.haverbeke.nl/parse-js/).
47 var KEYWORDS = 'break case catch const continue debugger default delete do else finally for functio…
51 var KEYWORDS_BEFORE_EXPRESSION = 'return new delete throw else case';
58 var OPERATOR_CHARS = makePredicate(characters("+-*&%=<>!?|~^"));
60 var RE_HEX_NUMBER = /^0x[0-9a-f]+$/i;
61 var RE_OCT_NUMBER = /^0[0-7]+$/;
69 "delete",
71 "--",
73 "-",
[all …]
/plugin/404manager/
DREADME.md1-plugin-404manager [![Build Status](https://travis-ci.org/gerardnico/dokuwiki-plugin-404manager.sv…
12 ![The illustration](https://github.com/gerardnico/dokuwiki-plugin-404manager/blob/master/images/dok…
25 ![The page name check message](https://github.com/gerardnico/dokuwiki-plugin-404manager/blob/master…
43 …n:Plugins) with the [download URL](http://github.com/gerardnico/dokuwiki-plugin-minimap/zipball/ma…
51 ![404manager configruation settings](https://github.com/gerardnico/dokuwiki-plugin-404manager/blob/…
58 * set the weight factor for the [Redirection by best namepage](#redirection-by-best-namepage)
66 ![404manager in the admin page](https://github.com/gerardnico/dokuwiki-plugin-404manager/blob/maste…
70 ![404manager plugin admin page](https://github.com/gerardnico/dokuwiki-plugin-404manager/blob/maste…
74 * Delete a redirect with the picture "delete"
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dparse.js6 -------------------------------- (C) ---------------------------------
15 Parser based on parse-js (http://marijn.haverbeke.nl/parse-js/).
47 var KEYWORDS = "break case catch class const continue debugger default delete do else extends final…
54 var KEYWORDS_BEFORE_EXPRESSION = "return new delete throw else case";
62 var RE_HEX_NUMBER = /^0x([0-9a-f]+)$/i;
63 var RE_OCT_NUMBER = /^0o?([0-7]+)$/i;
71 "delete",
73 "--",
75 "-",
99 "-=",
[all …]
/plugin/diagramsnet/lib/resources/
Ddia_i18n.txt132 collapse-expand=collapse-expand
169 delete=delete
1163 branch=branch
Ddia_sl.txt35 allowPopups=Allow pop-ups to avoid this dialog.
132 collapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect grou…
169 delete=Delete
170 deleteColumn=Delete Column
171 deleteLibrary401=Insufficient permissions to delete this library
174 deleteLibraryConfirm=You are about to permanently delete this library. Are you sure you want to do …
175 deleteRow=Delete Row
259 errorSavingFileUnknown=Error authorizing with Google's servers. Please refresh the page to re-attem…
263 errorSavingFileReadOnlyMode=Could not save diagram while read-only mode is active.
523 notAUtf8File=Not a UTF-8 file
[all …]
Ddia_hi.txt35 allowPopups=Allow pop-ups to avoid this dialog.
132 collapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect grou…
169 delete=Delete
170 deleteColumn=Delete Column
171 deleteLibrary401=Insufficient permissions to delete this library
174 deleteLibraryConfirm=You are about to permanently delete this library. Are you sure you want to do …
175 deleteRow=Delete Row
259 errorSavingFileUnknown=Error authorizing with Google's servers. Please refresh the page to re-attem…
263 errorSavingFileReadOnlyMode=Could not save diagram while read-only mode is active.
523 notAUtf8File=Not a UTF-8 file
[all …]
Ddia_te.txt35 allowPopups=Allow pop-ups to avoid this dialog.
132 collapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect grou…
169 delete=Delete
170 deleteColumn=Delete Column
171 deleteLibrary401=Insufficient permissions to delete this library
174 deleteLibraryConfirm=You are about to permanently delete this library. Are you sure you want to do …
175 deleteRow=Delete Row
259 errorSavingFileUnknown=Error authorizing with Google's servers. Please refresh the page to re-attem…
263 errorSavingFileReadOnlyMode=Could not save diagram while read-only mode is active.
523 notAUtf8File=Not a UTF-8 file
[all …]
Ddia_si.txt35 allowPopups=Allow pop-ups to avoid this dialog.
132 collapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect grou…
169 delete=Delete
170 deleteColumn=Delete Column
171 deleteLibrary401=Insufficient permissions to delete this library
174 deleteLibraryConfirm=You are about to permanently delete this library. Are you sure you want to do …
175 deleteRow=Delete Row
259 errorSavingFileUnknown=Error authorizing with Google's servers. Please refresh the page to re-attem…
263 errorSavingFileReadOnlyMode=Could not save diagram while read-only mode is active.
523 notAUtf8File=Not a UTF-8 file
[all …]
Ddia_kn.txt35 allowPopups=Allow pop-ups to avoid this dialog.
132 collapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect grou…
169 delete=Delete
170 deleteColumn=Delete Column
171 deleteLibrary401=Insufficient permissions to delete this library
174 deleteLibraryConfirm=You are about to permanently delete this library. Are you sure you want to do …
175 deleteRow=Delete Row
259 errorSavingFileUnknown=Error authorizing with Google's servers. Please refresh the page to re-attem…
263 errorSavingFileReadOnlyMode=Could not save diagram while read-only mode is active.
523 notAUtf8File=Not a UTF-8 file
[all …]
Ddia_sw.txt35 allowPopups=Allow pop-ups to avoid this dialog.
132 collapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect grou…
169 delete=Delete
170 deleteColumn=Delete Column
171 deleteLibrary401=Insufficient permissions to delete this library
174 deleteLibraryConfirm=You are about to permanently delete this library. Are you sure you want to do …
175 deleteRow=Delete Row
259 errorSavingFileUnknown=Error authorizing with Google's servers. Please refresh the page to re-attem…
263 errorSavingFileReadOnlyMode=Could not save diagram while read-only mode is active.
523 notAUtf8File=Not a UTF-8 file
[all …]
Ddia_ml.txt35 allowPopups=Allow pop-ups to avoid this dialog.
132 collapse-expand=Click to collapse/expand\nShift-click to move neighbors \nAlt-click to protect grou…
169 delete=Delete
170 deleteColumn=Delete Column
171 deleteLibrary401=Insufficient permissions to delete this library
174 deleteLibraryConfirm=You are about to permanently delete this library. Are you sure you want to do …
175 deleteRow=Delete Row
259 errorSavingFileUnknown=Error authorizing with Google's servers. Please refresh the page to re-attem…
263 errorSavingFileReadOnlyMode=Could not save diagram while read-only mode is active.
523 notAUtf8File=Not a UTF-8 file
[all …]

1234567