Home
last modified time | relevance | path

Searched refs:any (Results 526 – 550 of 1506) sorted by relevance

1...<<21222324252627282930>>...61

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DContextTest.php32 $exclusionStrategy->expects($this->any())
58 $exclusionStrategy->expects($this->any())
97 $exclusionStrategy->expects($this->any())
115 $exclusionStrategy->expects($this->any())
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dclass_implementing_interface_call_parent_constructor.phpt49 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
50 $expects = $this->expects($any);
H A Dclass_implementing_interface_dont_call_parent_constructor.phpt49 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
50 $expects = $this->expects($any);
H A Dnamespaced_class_call_parent_clone.phpt47 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
48 $expects = $this->expects($any);
H A Dnamespaced_class_implementing_interface_dont_call_parent_constructor.phpt51 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
52 $expects = $this->expects($any);
H A Dnamespaced_class_implementing_interface_call_parent_constructor.phpt51 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
52 $expects = $this->expects($any);
H A Dclass_with_method_with_variadic_arguments.phpt67 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
68 $expects = $this->expects($any);
H A Dreturn_type_declarations_static_method.phpt55 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
56 $expects = $this->expects($any);
H A Dinterface.phpt65 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
66 $expects = $this->expects($any);
H A Dscalar_type_declarations.phpt71 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
72 $expects = $this->expects($any);
H A Dclass_partial.phpt71 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
72 $expects = $this->expects($any);
H A Dnamespaced_class_partial.phpt73 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
74 $expects = $this->expects($any);
H A Dnamespaced_interface.phpt67 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
68 $expects = $this->expects($any);
H A Dnullable_types.phpt71 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
72 $expects = $this->expects($any);
H A Dreturn_type_declarations_nullable.phpt69 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
70 $expects = $this->expects($any);
H A Dreturn_type_declarations_object_method.phpt72 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
73 $expects = $this->expects($any);
H A Dreturn_type_declarations_void.phpt67 $any = new PHPUnit_Framework_MockObject_Matcher_AnyInvokedCount;
68 $expects = $this->expects($any);
/plugin/vertical/
H A DREADME.md8 If reporting bugs, please provide a valid reproduction scenario for any non-trivial case.
11 …e that your DokuWiki cache is updated. This can easily be done by changing any parameter value in …
/plugin/table2csv/
H A DREADME.md16any text on the page the plugin will select the first table following the start marker. The start…
17 <table2csv>&startMarker=any text&</table2csv>
/plugin/diagramsnet/lib/js/mermaid/
H A DREADME.md26 The idea is to add any library used in package.json that is not compatible with IE11
27 Then polyfill any JS error in IE11 (e.g, version 8.10.1 needs Number.isInteger polyfill such that j…
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt4 in fact on any web pages. It's very easy to use because it works
71 than for any other web page. However it can also be installed as a plugin.
87 an HTML code generated by the highlighter for any code snippet. This can be useful
102 string string (of any type)
151 string string (of any type)
159 tag any tag from "<" till ">"
169 tag any tag from "<" till ">"
196 tag any tag from "<" till ">"
230 comment comment (of any type)
300 string string (of any type: "..", '..', `..`)
[all …]
/plugin/supa/
H A DREADME.txt3 any image from the local clipboard) to a website?
13 Though I'm pretty sure it won't kill any data, please make sure to backup your data, etc...
/plugin/textinsert/lang/en/
H A Dintro.txt1 …ds. For example: ''Macro_one.txt''. The replacement texts can accept HTML and can be of any length.
10 with all your macros. You can edit the texts of any number of macros.
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md8 enough to be used inside any testing framework out there with minimal effort.
76 behavior of objects with very limited knowledge about them. But as with any other prophecy,
115 point about dummies is that they do not hold any logic - they just do nothing. Any method
116 of the dummy will always return `null` and the dummy will never throw any exceptions.
131 A stub is an object double, which doesn't have any expectations about the object behavior,
156 This promise will cause any call to our double's `read()` method with exactly one
246 - `AnyValueToken` or `Argument::any()` - matches any argument
301 $user->setName(Argument::any())->will(function () {
309 scores `5` and `Argument::any()` scores `3`. So the type token wins, as does the first
326 the `UnexpectedCallException` for any call you didn't describe with object prophecy before
[all …]
/plugin/displaywikipage/lang/en/
H A Dintro.txt5 …emplate function such that you can display more than one wiki page at a time on any given document.
17 To display a wiki page at any point in your document, use the following code:

1...<<21222324252627282930>>...61