Home
last modified time | relevance | path

Searched refs:instance (Results 226 – 250 of 405) sorted by last modified time

12345678910>>...17

/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1instance.js","webpack://pdfjs-dist/build/pdf.worker/node_modules/core-js/modules/_for-of.js","webp…
/plugin/datatables/assets/datatables.net-plugins/features/mark.js/
H A Ddatatables.mark.es6.min.js
H A Ddatatables.mark.min.js
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/twistienav4bootstrap3/
H A DREADME.md30 Just copy the directory lang/en, rename it in your own language (For instance, for france, to lang/…
/plugin/minimap/
H A DREADME.md73 There is a configuration where you can change it to make it as small as a `M` for instance.
86 For instance, for the namespace `wiki`, a start page would be:
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1instance data\n var REGEX_DATA = 'xregexp';\n // Optional features that can be installed and…
H A Dsyntaxhighlighter.js2379 …function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw …
3691 …function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw …
4657 …function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw …
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php655 foreach($oldInstances as $instance) {
657 $instances[$instance['id']] = array(
658 'id' => $instance['id'],
667 $instances[$instance['id']]['newstatus'] = $instance['partstat'];
669 $instances[$instance['id']] = array(
670 'id' => $instance['id'],
727 foreach($instances as $instance) {
729 …if ($instance['oldstatus']==$instance['newstatus'] && $eventInfo['organizerForceSend'] !== 'REPLY'…
760 if (strlen($instance['id']) <= 8) {
769 if ($instance['id'] !== 'master') {
[all …]
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md16 * #306: iTip REPLYs to the first instance of a recurring event was not handled
119 don't have a valid recurrence instance.
178 * #131: RRULE that doesn't provide a single valid instance now throws an
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIssue50Test.php110 foreach($it as $instance) {
112 $result[] = $instance;
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1instance of gantt to module\n\treturn BaseControl;\n};","module.exports = function (gantt) {\n\n\t…
/plugin/textinsert/
H A DREADME36 as an ISO abbreviation, for instance nl for Dutch or de for German -- as in de:my_file. If it fin…
38 file in the relevant language directory, for instance lang/de/lang.php. It will then look for a
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js60 …ceding|precedes|parent|only|of|node|namespace|module|let|item|intersect|instance|in|import|if|func…
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md8640 1. `value` *(&#42;)*: The value to wrap in a `lodash` instance.
8643 *(Object)*: Returns the new `lodash` wrapper instance.
8675 Creates a `lodash` wrapper instance that wraps `value` with explicit method
8686 *(Object)*: Returns the new `lodash` wrapper instance.
8819 *(Object)*: Returns the new `lodash` wrapper instance.
8837 Creates a `lodash` wrapper instance with explicit method chain sequences enabled.
8843 *(Object)*: Returns the new `lodash` wrapper instance.
8879 *(Object)*: Returns the new `lodash` wrapper instance.
8948 *(Object)*: Returns the new `lodash` wrapper instance.
8983 *(Object)*: Returns the new `lodash` wrapper instance.
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js106 var cb = function(iteratee, instance) { argument
108 if (_.isObject(iteratee) && !instance._isModel(iteratee)) return modelMatcher(iteratee);
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dutility.js54 var instance = _([]);
55 assert.strictEqual(_(instance), instance);
56 assert.strictEqual(new _(instance), instance);
H A Dchaining.js63 var instance = _([1, 2, 3, 4, 5]).chain();
64 assert.deepEqual(instance.splice(1, 3).value(), [1, 5]);
65 assert.deepEqual(instance.splice(1, 0).value(), [1, 5]);
66 assert.deepEqual(instance.splice(1, 1).value(), [1]);
71 var instance = _([1, 2, 3]).chain();
72 assert.deepEqual(instance.shift().value(), [2, 3]);
73 assert.deepEqual(instance.shift().value(), [3]);
78 var instance = _([1, 2, 3]).chain();
79 assert.deepEqual(instance.pop().value(), [1, 2]);
80 assert.deepEqual(instance.pop().value(), [1]);
[all …]
H A Dobjects.js201 var instance = new Obj();
202 assert.deepEqual(_.pick(instance, 'a', 'c'), {a: 1, c: 3}, 'include prototype props');
205 return this[key] === 3 && this === instance;
206 }, instance), {c: 3}, 'function is given context');
240 var instance = new Obj();
241 assert.deepEqual(_.omit(instance, 'b'), {a: 1, c: 3}, 'include prototype props');
244 return this[key] === 3 && this === instance;
245 }, instance), {a: 1, b: 2}, 'function is given context');
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js1550 var instance = _(obj);
1551 instance._chain = true;
1552 return instance;
1562 var chainResult = function(instance, obj) { argument
1563 return instance._chain ? _(obj).chain() : obj;
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst5 (FP) friendly style by exporting an instance of `lodash` with its methods wrapped
221 // Convert by `lodash` instance.
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js6062 this.SourceLink = function(url, line, type, object, instance) argument
6065 this.instance = instance;
27718 var instance = getInstanceForStyleSheet(styleSheet);
27721 if (instance) {
27722 baseDescription.name = baseDescription.name + " #" + (instance + 1);
27944 var instance = null;
27966 var sourceLink = new SourceLink(href, line, "css", rule, instance);
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.map1 …ldSettings","offset","variable","render","e","data","argument","chain","instance","_chain","mixin"…
H A Dunderscore.js1473 var instance = _(obj);
1474 instance._chain = true;
1475 return instance;
1485 var result = function(instance, obj) { argument
1486 return instance._chain ? _(obj).chain() : obj;
/plugin/ipban/ip-lib/
H A DREADME.md206 - `\IPLib\Range\Type::T_PRIVATENETWORK` if the address is in the local network (for instance `192.1…
207 - `\IPLib\Range\Type::T_PUBLIC` if the address is for public usage (for instance `104.25.25.33` or …
276 …check if the stored `addressType` is the same as the one of the address instance you want to check.
283 * - $pdo is a PDO instance

12345678910>>...17