Home
last modified time | relevance | path

Searched refs:pull (Results 76 – 100 of 137) sorted by relevance

123456

/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.min.js17 …ht:{start:1},without:{start:1},zipAll:{start:0}},e.mutate={array:{fill:!0,pull:!0,pullAll:!0,pullA…
H A Dlodash.js7698 var pull = baseRest(pullAll);
16614 lodash.pull = pull;
/plugin/securelogin/
H A DREADME.md136 …ad link per Mikhail I. Izmestev's [request](http://github.com/izmmisha/dokuwiki-securelogin/pull/1)
/plugin/codeprettify/code-prettify/
H A DREADME.md96 `src/lang-lisp.js` and submit a pull request.
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_cn.js.map1 …:\nTranslation of new labels by zwh8800\n https://github.com/DHTMLX/gantt/pull/7\n\n*/\ngantt.conf…
H A Dlocale_tr.js.map1 … = 182);\n","/*\n * updated by @levkar at https://github.com/DHTMLX/gantt/pull/10\n */\n\ngantt.lo…
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown43 PLEASE review CONTRIBUTING.markdown prior to requesting a feature, filing a pull request or filing …
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13pull={},this.$initItem=t.initItem,this.visibleOrder=n.$create(),this.fullOrder=n.$create(),this._s…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js9549 this.pull = {};
9587 return this.pull[id];
9600 this.pull[id]=item;
9699 if(this.pull[oldId])
9700 this.pull[newId] = this.pull[oldId];
9749 this.pull = {};
9896 this.pull = null;
10566 this.pull = {};
11009 if(this.pull[i].$rendered_parent !== this.getParent(this.pull[i])){
11010 this._move_branch(this.pull[i], this.pull[i].$rendered_parent, this.getParent(this.pull[i]));
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md230 label. Let us know in the issue comments if you want to contribute and if you want any guidance, and we will be delighted to help you to prepare your pull request.
/plugin/photogallery/lightGallery/css/
H A Dlightgallery.css339 .lg-outer.lg-pull-caption-up .lg-sub-html {
344 .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
H A Dlightgallery.min.css1 …er.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s e…
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest-fp.js495 actual = fp.pull('b')(array);
1718 actual = fp.pull(2)(array);
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md386 Patches and pull requests are encouraged. All code should follow the PSR-2
/plugin/codemirror/dist/modes/
H A Decl.min.js.map1 …n min nolocal nonempty normalize parse pipe power preload process project pull random range rank r…
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md427 …github/CONTRIBUTING.md) page for more information. In particular, we love pull requests - but plea…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.faq.txt231 parameters in phpThumb.config.php to pull your source images
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js7034 var pull = create_ReadableStreamTeePullFunction();
7035 pull._reader = reader;
7036 pull._teeState = teeState;
7037 pull._cloneForBranch2 = cloneForBranch2;
7045 createDataProperty(underlyingSource1, 'pull', pull);
7049 createDataProperty(underlyingSource2, 'pull', pull);
7052 pull._branch1 = branch1Stream._readableStreamController;
7053 pull._branch2 = branch2Stream._readableStreamController;
7060 ReadableStreamDefaultControllerError(pull._branch1, r);
8894 value: function pull() {
[all …]
H A Dpdf.js.map1pull","create_ReadableStreamTeePullFunction","cancel1","create_ReadableStreamTeeBranch1CancelFunct…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md44 * [#2792](https://github.com/ckeditor/ckeditor-dev/pull/2792): Fixed: A bug in the [Copy Formatting…
88 * [#2062](https://github.com/ckeditor/ckeditor-dev/pull/2062): Added the emoji dropdown that allows…
96 * [#1176](https://github.com/ckeditor/ckeditor-dev/pull/1176): The [Balloon Panel](https://ckeditor…
185 * [#1748](https://github.com/ckeditor/ckeditor-dev/pull/1748): Fixed: Missing [`CKEDITOR.dialog.def…
320 * [#994](https://github.com/ckeditor/ckeditor-dev/pull/994): Fixed: Typo in the [`CKEDITOR.focusMan…
347 * [#1041](https://github.com/ckeditor/ckeditor-dev/pull/1041), [#1131](https://github.com/ckeditor/…
382 * [#694](https://github.com/ckeditor/ckeditor-dev/pull/694): Refactoring in the [Table Selection](h…
475 * [PR#336](https://github.com/ckeditor/ckeditor-dev/pull/336): Fixed: Typo in [`CKEDITOR.getCss()`]…
778 * [PR#201](https://github.com/ckeditor/ckeditor-dev/pull/201): Fixed: Buttons in the toolbar config…
963 * [PR#192](https://github.com/ckeditor/ckeditor-dev/pull/192): Fixed: Variable name typo in the [Di…
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default192 // You may want to pull data from a database rather than a physical file
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md36 * <a href="#_pullarray-values">`_.pull`</a>
1313 <h3 id="_pullarray-values"><code>_.pull(array, [values])</code></h3>
1314 …s#L7698 "View in source") [&#x24C3;](https://www.npmjs.com/package/lodash.pull "See the npm packag…
1338 _.pull(array, 'a', 'c');
1351 This method is like `_.pull` except that it accepts an array of values to remove.
1494 **Note:** Unlike `_.filter`, this method mutates `array`. Use `_.pull`
1495 to pull elements from an array by value.
2263 **Note:** Unlike `_.pull`, this method returns a new array.
8600 `pickBy`, `plant`, `property`, `propertyOf`, `pull`, `pullAll`, `pullAllBy`,
/plugin/passpolicy/
H A Dwords.txt2776 pull
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js7698 var pull = baseRest(pullAll);
16614 lodash.pull = pull;
/plugin/sketchcanvas/script/
H A DSketchCanvas.js1601 /// @brief Posts a request to server to pull from remote (respective to the server)
1603 this.pull = function(remoteName){ method in SketchCanvas
1616 xmlHttp.open("GET", "pull.php?remote=" + encodeURI(remoteName), true);

123456