Home
last modified time | relevance | path

Searched refs:stubs (Results 1 – 15 of 15) sorted by relevance

/plugin/findologicxmlexport/vendor/phpspec/prophecy/
DREADME.md129 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/
Dcomposer.lock231 "Resources/stubs"
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock528 "Resources/stubs"
/plugin/elasticsearch/
Dcomposer.lock589 "Resources/stubs"
/plugin/commonmark/
H A Dcomposer.lock649 "Resources/stubs"
/plugin/combo/
H A Dcomposer.lock637 "Resources/stubs"
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
Dcomposer.lock3188 "Resources/stubs"
3352 "Resources/stubs"
3435 "Resources/stubs"
/plugin/authgooglesheets/
Dcomposer.lock1150 "Resources/stubs"
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dindex.mjs1477 // 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];
Dindex.cjs1486 // 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];
Dopal.js1511 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/
Dasciidoctor.js1511 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/
Dasciidoctor.js1514 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/
Dpdf.js.map1stubs (useful for SVG conversion),\n * and 'none' where JPEG images will be decoded entirely by …
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs12500 /* macro and dialog sheet stubs */