Searched refs:stubs (Results 1 – 15 of 15) sorted by relevance
| /plugin/findologicxmlexport/vendor/phpspec/prophecy/ |
| D | README.md | 129 interactions. If we do, we need to use *stubs* or *mocks*. 134 method signature does different things (has logic). To create stubs in Prophecy: 322 As you might see, the only difference between how we get dummies and stubs is that with 323 stubs we describe every object conversation instead of just agreeing with `null` returns 332 no expectations (stubs). What's left is doubles for which we have some expectations. These 333 are called mocks and in Prophecy they look almost exactly the same as stubs, except that
|
| /plugin/scrape/ |
| D | composer.lock | 231 "Resources/stubs"
|
| /plugin/oauth/vendor/lusitanian/oauth/ |
| H A D | composer.lock | 528 "Resources/stubs"
|
| /plugin/elasticsearch/ |
| D | composer.lock | 589 "Resources/stubs"
|
| /plugin/commonmark/ |
| H A D | composer.lock | 649 "Resources/stubs"
|
| /plugin/combo/ |
| H A D | composer.lock | 637 "Resources/stubs"
|
| /plugin/aichat/vendor/mehrab-wj/tiktoken-php/ |
| D | composer.lock | 3188 "Resources/stubs" 3352 "Resources/stubs" 3435 "Resources/stubs"
|
| /plugin/authgooglesheets/ |
| D | composer.lock | 1150 "Resources/stubs"
|
| /plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/ |
| D | index.mjs | 1477 // Methods stubs are used to facilitate method_missing in opal. A stub is a 1484 // this function which adds stubs for every method name in the compiled file. 1488 // Method stubs are added to the BasicObject prototype, which every other 1493 // Note: all ruby methods have a `$` prefix in javascript, so all stubs will 1502 // @param stubs [Array] an array of method stubs to add 1504 Opal.add_stubs = function(stubs) { argument 1507 stubs = stubs.split(','); 1509 for (var i = 0, length = stubs.length; i < length; i++) { 1510 stub = $jsid(stubs[i]), existing_method = proto[stub];
|
| D | index.cjs | 1486 // Methods stubs are used to facilitate method_missing in opal. A stub is a 1493 // this function which adds stubs for every method name in the compiled file. 1497 // Method stubs are added to the BasicObject prototype, which every other 1502 // Note: all ruby methods have a `$` prefix in javascript, so all stubs will 1511 // @param stubs [Array] an array of method stubs to add 1513 Opal.add_stubs = function(stubs) { 1516 stubs = stubs.split(','); 1518 for (var i = 0, length = stubs.length; i < length; i++) { 1519 stub = $jsid(stubs[i]), existing_method = proto[stub];
|
| D | opal.js | 1511 Opal.add_stubs = function(stubs) { argument 1514 stubs = stubs.split(','); 1516 for (var i = 0, length = stubs.length; i < length; i++) { 1517 stub = $jsid(stubs[i]), existing_method = proto[stub];
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 1511 Opal.add_stubs = function(stubs) { argument 1514 stubs = stubs.split(','); 1516 for (var i = 0, length = stubs.length; i < length; i++) { 1517 stub = $jsid(stubs[i]), existing_method = proto[stub];
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 1514 Opal.add_stubs = function(stubs) { argument 1517 stubs = stubs.split(','); 1519 for (var i = 0, length = stubs.length; i < length; i++) { 1520 stub = $jsid(stubs[i]), existing_method = proto[stub];
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.js.map | 1 …stubs (useful for SVG conversion),\n * and 'none' where JPEG images will be decoded entirely by …
|
| /plugin/xlsx2dw/packages/xlsx/ |
| D | xlsx.mjs | 12500 /* macro and dialog sheet stubs */
|