Home
last modified time | relevance | path

Searched full:hi (Results 1 – 25 of 493) sorted by relevance

12345678910>>...20

/plugin/highlight/
Dscript.js15 "open":"<hi #c3c3c3>",
16 "close":"</hi>"
21 "open":"<hi #ffaec9>",
22 "close":"</hi>"
27 "open":"<hi #ed1c24>",
28 "close":"</hi>"
33 "open":"<hi #ff7f27>",
34 "close":"</hi>"
39 "open":"<hi #ffc90e>",
40 "close":"</hi>"
[all …]
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
DWriterTest.php33 ], <<<HI
37 HI
49 ], <<<HI
53 HI
67 ], <<<HI
71 HI
104 ], <<<HI
116 HI
124 ], <<<HI
128 HI
[all …]
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DWriterTest.php33 ], <<<HI
37 HI
49 ], <<<HI
53 HI
67 ], <<<HI
71 HI
104 ], <<<HI
116 HI
124 ], <<<HI
128 HI
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTreeTest.php11 $this->assertTrue($tree->nodeExists('hi'));
19 $tree->copy('hi','hi2');
22 $this->assertEquals('foobar', $tree->getNodeForPath('hi/file')->get());
23 …$this->assertEquals(array('test1'=>'value'), $tree->getNodeForPath('hi/file')->getProperties(array…
30 $tree->move('hi','hi2');
32 $this->assertEquals('hi2', $tree->getNodeForPath('hi')->getName());
33 $this->assertTrue($tree->getNodeForPath('hi')->isRenamed);
40 $tree->move('hi/sub','hi2');
43 $this->assertTrue($tree->getNodeForPath('hi/sub')->isDeleted);
50 $tree->delete('hi');
[all …]
/plugin/mellelexport/
Dmellelconvert.php49 $row = str_replace('</hi>', MELLEL_HIGHLIGHT, $row);
50 $row = str_replace('<hi #ffff00>', MELLEL_HIGHLIGHT, $row);
51 $row = str_replace('<hi #ff0000>', MELLEL_HIGHLIGHT, $row);
52 $row = str_replace('<hi #ffa500>', MELLEL_HIGHLIGHT, $row);
53 $row = str_replace('<hi #fa8072>', MELLEL_HIGHLIGHT, $row);
54 $row = str_replace('<hi #ffc0cb>', MELLEL_HIGHLIGHT, $row);
55 $row = str_replace('<hi #dda0dd>', MELLEL_HIGHLIGHT, $row);
56 $row = str_replace('<hi #800080>', MELLEL_HIGHLIGHT, $row);
57 $row = str_replace('<hi #ff00ff>', MELLEL_HIGHLIGHT, $row);
58 $row = str_replace('<hi #c0c0c0>', MELLEL_HIGHLIGHT, $row);
[all …]
/plugin/asciidocjs/node_modules/lodash/
Dtruncate.js35 * _.truncate('hi-diddly-ho there, neighborino');
36 * // => 'hi-diddly-ho there, neighbo...'
38 * _.truncate('hi-diddly-ho there, neighborino', {
42 * // => 'hi-diddly-ho there,...'
44 * _.truncate('hi-diddly-ho there, neighborino', {
48 * // => 'hi-diddly-ho there...'
50 * _.truncate('hi-diddly-ho there, neighborino', {
53 * // => 'hi-diddly-ho there, neig [...]'
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
DTimeZoneUtilTest.php49 $vobj = <<<HI
79 HI;
90 $vobj = <<<HI
105 HI;
116 $vobj = <<<HI
147 HI;
235 $vobj = <<<HI
264 HI;
274 $vobj = <<<HI
311 HI;
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
DTimeZoneUtilTest.php49 $vobj = <<<HI
79 HI;
90 $vobj = <<<HI
105 HI;
116 $vobj = <<<HI
147 HI;
235 $vobj = <<<HI
264 HI;
274 $vobj = <<<HI
311 HI;
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
DTimeZoneUtilTest.php49 $vobj = <<<HI
79 HI;
90 $vobj = <<<HI
105 HI;
116 $vobj = <<<HI
147 HI;
235 $vobj = <<<HI
264 HI;
274 $vobj = <<<HI
311 HI;
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DTimeZoneUtilTest.php49 $vobj = <<<HI
79 HI;
90 $vobj = <<<HI
105 HI;
116 $vobj = <<<HI
147 HI;
235 $vobj = <<<HI
264 HI;
274 $vobj = <<<HI
311 HI;
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/
H A DPluginTest.php35 $this->server->updateProperties('', ['{DAV:}displayname' => 'hi']);
38 '{DAV:}displayname' => 'hi',
53 '{DAV:}displayname' => 'hi',
72 $this->server->updateProperties('files/source', ['{DAV:}displayname' => 'hi']);
80 '{DAV:}displayname' => 'hi',
101 $this->server->updateProperties('', ['{DAV:}displayname' => 'hi']);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
DVTodoTest.php72 $input = <<<HI
81 HI;
97 $input = <<<HI
104 HI;
123 $input = <<<HI
134 HI;
152 $input = <<<HI
163 HI;
DVTimeZoneTest.php12 $input = <<<HI
20 HI;
36 $input = <<<HI
44 HI;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
DVTodoTest.php72 $input = <<<HI
81 HI;
97 $input = <<<HI
104 HI;
123 $input = <<<HI
134 HI;
152 $input = <<<HI
163 HI;
DVTimeZoneTest.php12 $input = <<<HI
20 HI;
36 $input = <<<HI
44 HI;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
DVTodoTest.php71 $input = <<<HI
80 HI;
96 $input = <<<HI
103 HI;
122 $input = <<<HI
133 HI;
151 $input = <<<HI
162 HI;
DVTimeZoneTest.php11 $input = <<<HI
19 HI;
35 $input = <<<HI
43 HI;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVTodoTest.php72 $input = <<<HI
81 HI;
97 $input = <<<HI
104 HI;
123 $input = <<<HI
134 HI;
152 $input = <<<HI
163 HI;
H A DVTimeZoneTest.php12 $input = <<<HI
20 HI;
36 $input = <<<HI
44 HI;
/plugin/davcal/vendor/sabre/uri/tests/
H A DBuildTest.php28 [ 'http://example.org:81/hi?a=b'],
29 [ 'http://example.org:81/hi?a=b#c=d'],
30 // [ '//example.org:81/hi?a=b#c=d'], // Currently fails due to a
32 [ '/hi?a=b#c=d'],
/plugin/icalevents/vendor/sabre/uri/tests/
DBuildTest.php28 ['http://example.org:81/hi?a=b'],
29 ['http://example.org:81/hi?a=b#c=d'],
30 // [ '//example.org:81/hi?a=b#c=d'], // Currently fails due to a
32 ['/hi?a=b#c=d'],
/plugin/ckgdoku/ckeditor/plugins/wrap/dialogs/
Dwrap.js19 …var highlighted = installed_lang['hi'] || wr_lang['hi'] || 'highlighted'; …
32 var Hi ='<img src= "' + toolbar_path + 'hi.png" title="'+highlighted+'">';
58 items: [[ Columns, 'column' ], [Clear,'clear floats'],[Emphasis,'em'],[Hi,'hi'],[Lo,'lo']],
140 case 'hi':
141 open = '<'+syntaxSpan+' hi>';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
DGeolayerdataGeoViewport.php30 public function setHi(GeolayerdataGeoViewportHi $hi) argument
32 $this->hi = $hi;
39 return $this->hi;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DIssue172Test.php11 $input = <<<HI
19 HI;
43 $input = <<<HI
66 HI;
90 $input = <<<HI
114 HI;
/plugin/ckgedit/ckeditor/plugins/wrap/dialogs/
Dwrap.js19 …var highlighted = installed_lang['hi'] || wr_lang['hi'] || 'highlighted'; …
33 var Hi ='<img src= "' + toolbar_path + 'hi.png" title="'+highlighted+'">';
59 items: [[ Columns, 'column' ], [Clear,'clear floats'],[Emphasis,'em'],[Hi,'hi'],[Lo,'lo']],
156 case 'hi':
157 open = '<'+syntaxSpan+' hi>';

12345678910>>...20