Home
last modified time | relevance | path

Searched full:some (Results 1 – 25 of 2924) sorted by relevance

12345678910>>...117

/plugin/html2pdf/html2pdf/html2ps/unittest/
Dtest.toc.unicode.html3 <p>some text</p>
4 <p>some text</p>
5 <p>some text</p>
6 <p>some text</p>
7 <p>some text</p>
8 <p>some text</p>
9 <p>some text</p>
10 <p>some text</p>
11 <p>some text</p>
12 <p>some text</p>
[all …]
Dtest.toc.find.html3 <p>some text</p>
5 <p>some text</p>
6 <p>some text</p>
7 <p>some text</p>
8 <p>some text</p>
9 <p>some text</p>
10 <p>some text</p>
11 <p>some text</p>
12 <p>some text</p>
13 <p>some text</p>
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
Dissue-38.md1 > some text
3 // some code
6 > some text
8 // some code
11 > some text
13 // some code
16 > some text
19 // some code
22 > some text
25 // some code
Dissue-38.html1 <blockquote><p>some text
3 // some code
6 <blockquote><p>some text</p>
7 <pre><code>// some code
10 <blockquote><p>some text</p>
11 <pre><code>// some code
14 <blockquote><p>some text</p>
15 <pre><code>// some code
18 <blockquote><p>some text</p>
20 <pre><code>// some code
/plugin/passwordgenerator/lang/en/
Dsettings.php9 …at might not work within some (badly programmed) environments. Some of these characters might also…
10 …at might not work within some (badly programmed) environments. Some of these characters might also…
11 …at might not work within some (badly programmed) environments. Some of these characters might also…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dhtml-block.md23 alt="some alt aligned with src attribute" title="some text" />
25 <span class="test">some inline **md**</span>
27 <span>some inline **md**</span>
45 alt="some alt aligned with src attribute"
46 title="some text" />
50 alt="some alt aligned with src attribute"
51 title="some text" />
Dhtml-block.html17 alt="some alt aligned with src attribute" title="some text" /></p>
18 <p><span class="test">some inline <strong>md</strong></span></p>
19 <p><span>some inline <strong>md</strong></span></p>
29 alt="some alt aligned with src attribute"
30 title="some text" />
33 alt="some alt aligned with src attribute"
34 title="some text" /></p>
/plugin/asciidocjs/node_modules/async/
Dsome.js26 * @name some
57 * async.some(['dir1/missing.txt','dir2/missing.txt','dir3/file5.txt'], fileExists,
61 * // result is true since some file in the list exists
65 * async.some(['dir1/missing.txt','dir2/missing.txt','dir4/missing.txt'], fileExists,
74 * async.some(['dir1/missing.txt','dir2/missing.txt','dir3/file5.txt'], fileExists)
78 * // result is true since some file in the list exists
83 * async.some(['dir1/missing.txt','dir2/missing.txt','dir4/missing.txt'], fileExists)
95 …* let result = await async.some(['dir1/missing.txt','dir2/missing.txt','dir3/file5.txt'], …
98 * // result is true since some file in the list exists
107 …* let result = await async.some(['dir1/missing.txt','dir2/missing.txt','dir4/missing.txt']…
[all …]
Dany.js26 * @name some
57 * async.some(['dir1/missing.txt','dir2/missing.txt','dir3/file5.txt'], fileExists,
61 * // result is true since some file in the list exists
65 * async.some(['dir1/missing.txt','dir2/missing.txt','dir4/missing.txt'], fileExists,
74 * async.some(['dir1/missing.txt','dir2/missing.txt','dir3/file5.txt'], fileExists)
78 * // result is true since some file in the list exists
83 * async.some(['dir1/missing.txt','dir2/missing.txt','dir4/missing.txt'], fileExists)
95 …* let result = await async.some(['dir1/missing.txt','dir2/missing.txt','dir3/file5.txt'], …
98 * // result is true since some file in the list exists
107 …* let result = await async.some(['dir1/missing.txt','dir2/missing.txt','dir4/missing.txt']…
[all …]
DsomeSeries.js22 …* The same as [`some`]{@link module:Collections.some} but runs only a single async operation at a …
28 * @see [async.some]{@link module:Collections.some}
DanySeries.js22 …* The same as [`some`]{@link module:Collections.some} but runs only a single async operation at a …
28 * @see [async.some]{@link module:Collections.some}
/plugin/asciidocjs/node_modules/core-js/modules/
Des6.array.some.js3 var $some = require('./_array-methods')(3);
5 $export($export.P + $export.F * !require('./_strict-method')([].some, true), 'Array', {
6 // 22.1.3.23 / 15.4.4.17 Array.prototype.some(callbackfn [, thisArg])
7 some: function some(callbackfn /* , thisArg */) {
8 return $some(this, callbackfn, arguments[1]);
/plugin/asciidocjs/node_modules/core-js/library/modules/
Des6.array.some.js3 var $some = require('./_array-methods')(3);
5 $export($export.P + $export.F * !require('./_strict-method')([].some, true), 'Array', {
6 // 22.1.3.23 / 15.4.4.17 Array.prototype.some(callbackfn [, thisArg])
7 some: function some(callbackfn /* , thisArg */) {
8 return $some(this, callbackfn, arguments[1]);
/plugin/struct/_test/
H A DAssignmentsTest.php17 $this->assertTrue($ass->matchPagePattern('some:ns:page', 'some:ns:page'));
18 $this->assertTrue($ass->matchPagePattern('some:ns:*', 'some:ns:page'));
19 $this->assertTrue($ass->matchPagePattern('some:**', 'some:ns:page'));
20 $this->assertTrue($ass->matchPagePattern('**', 'some:ns:page'));
22 $this->assertFalse($ass->matchPagePattern('some:ns:page', 'some:ns:other'));
23 $this->assertFalse($ass->matchPagePattern('some:ns:*', 'some:ns:deep:other'));
25 // some regexes
28 $this->assertTrue($ass->matchPagePattern('/:page/', 'some:pagehere'));
116 // fake assign the page to some schema
145 // fake assign the page to some schema
/plugin/asciidocjs/node_modules/lodash/
Dsome.js23 * _.some([null, 0, 'yes', false], Boolean);
32 * _.some(users, { 'user': 'barney', 'active': false });
36 * _.some(users, ['active', false]);
40 * _.some(users, 'active');
43 function some(collection, predicate, guard) { function
51 module.exports = some;
/plugin/bureaucracyau/_test/
Dfield_file.test.php37 $input = "<form>\nfile \"Some label\" $arg\n</form>";
43 $input = "<form>\nfile \"Some label\" upload:here $arg\n</form>";
49 $input = "<form>\nfile \"Some label\" \"upload:here\" $arg\n</form>";
99 saveWikiText($template_id, 'Value:@@Some label@@', 'summary');
101 $form_syntax = "<form>action template $template_id $id\nfile \"Some label\"\n</form>";
113 saveWikiText($template_id, 'Value:@@Some label@@', 'summary');
115 … $form_syntax = "<form>action template $template_id $id\nfile \"Some label\" $upload_ns\n</form>";
128 saveWikiText($template_id, 'Value:@@Some label@@', 'summary');
130 …$form_syntax = "<form>action template $template_id $id\nfile \"Some label\" \"$upload_ns\"\n</form…
/plugin/bureaucracy-au/_test/
Dfield_file.test.php37 $input = "<form>\nfile \"Some label\" $arg\n</form>";
43 $input = "<form>\nfile \"Some label\" upload:here $arg\n</form>";
49 $input = "<form>\nfile \"Some label\" \"upload:here\" $arg\n</form>";
99 saveWikiText($template_id, 'Value:@@Some label@@', 'summary');
101 $form_syntax = "<form>action template $template_id $id\nfile \"Some label\"\n</form>";
113 saveWikiText($template_id, 'Value:@@Some label@@', 'summary');
115 … $form_syntax = "<form>action template $template_id $id\nfile \"Some label\" $upload_ns\n</form>";
128 saveWikiText($template_id, 'Value:@@Some label@@', 'summary');
130 …$form_syntax = "<form>action template $template_id $id\nfile \"Some label\" \"$upload_ns\"\n</form…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
DescapedCharacters.yml143 { double: "some value\n \"some quoted string\" and 'some single quotes one'" }
146 'double' => "some value\n \"some quoted string\" and 'some single quotes one'"
DsfComments.yml21 # some comment
22 # some comment
24 # some comment
25 # some comment
/plugin/asciidocjs/node_modules/core-js/
DCHANGELOG.md15 - Some fixes and improvements of the `postinstall` script like support `npm` color config ([#556](h…
55 - Fix some edge cases of `Reflect.set`, [#392](https://github.com/zloirock/core-js/issues/392) and …
59 - Fixed some cases of iterators feature detection, [#368](https://github.com/zloirock/core-js/issue…
77 - Optimized usage of some internal helpers for reducing size of `shim` version
78 - Fixed some entry points for virtual methods
150 - Some other minor fixes and optimizations
153 - Fixed `script` tag for some parsers, [#204](https://github.com/zloirock/core-js/issues/204), [#21…
154 - Removed some unused variables, [#217](https://github.com/zloirock/core-js/issues/217), [#218](htt…
158 - Some fixes for issues like [#159](https://github.com/zloirock/core-js/issues/159), [#186](https:/…
178 - Added fixes for some `Math` methods in Tor Browser
[all …]
/plugin/structtasks/_test/
DUtilitiesTest.php18 * Create some useful properties.
101 $this->saveData('some:page', 'valid',
104 $this->saveData('some:page', 'valid',
107 $this->saveData('some:page', 'valid',
115 'some:page', 'valid', $this->rev1, $this->rev2);
127 'some:page', 'valid', $this->rev1, $this->rev3);
142 'Unsuitable schema, not assigned' => ['some:page', 'baddate'],
174 $auth->createUser('user3', 'asdkfjdl', '', 'some@mail.com');
182 $this->assertEquals('some@mail.com',
DCliTest.php80 $auth->createUser('user1', 'abcdefg', 'Some One', 'so@example.com');
88 $page = 'some:page';
89 $page_title = 'Some Title';
96 'assignees' => ['Some One <so@example.com>'],
124 $auth->createUser('user1', 'abcdefg', 'Some One', 'so@example.com');
142 $page[] = 'some:page';
143 $page_title[] = 'Some Title';
147 'assignees' => ['Some One <so@example.com>'],
162 'assignees' => ['Some One <so@example.com>'],
/plugin/pgn4web/pgn4web/
Dtest.pgn4 some garbage at the start of the PGN file
7 [Site "Some site"]
10 [White "Some White player"]
11 [Black "Some Black player"]
18 [Opening "Some opening"]
19 [Variation "Some variation"]
20 [SubVariation "Some subvariation"]
22 [Section "Some section"]
23 [Stage "Some stage"]
/plugin/bootswrapper/exe/help/
Dpopover.txt9 <popover title="Popover title" content="And here's some amazing content. It's very engaging. Right?…
12 <popover title="Popover title" content="And here's some amazing content. It's very engaging. Right?…
54 <popover trigger="focus" title="Dismissible popover" content="And here's some amazing content. It's…
57 <popover trigger="focus" title="Dismissible popover" content="And here's some amazing content. It's…
62 <popover html="true" title="**Dismissible** popover" content="And here's some amazing content. \\ *…
65 <popover html="true" title="**Dismissible** popover" content="And here's some amazing content. \\ *…
/plugin/aceeditor/
DNEWS66 * Some minor improvements and bug fixes
76 * Fixed some minor bugs in table commands
83 * Some minor bugs fixed
91 * Fixed some integration bugs
108 * Fixed some integration bugs

12345678910>>...117