Home
last modified time | relevance | path

Searched refs:clear (Results 1 – 25 of 1242) sorted by relevance

12345678910>>...50

/plugin/html2pdf/html2pdf/html2ps/
Dlayout.vertical.php11 $clear = $box->get_css_property(CSS_CLEAR);
14 if ($clear == CLEAR_BOTH || $clear == CLEAR_LEFT) {
27 if ($clear == CLEAR_BOTH || $clear == CLEAR_RIGHT) {
Dflow_context.class.inc.php105 $clear = 0;
143 $clear++;
147 if ($clear <= count($floats)) { $y = min( $y, $float_bottoms[$clear-1] ); };
149 …} while ($clear <= count($floats)); // We need to check if all floats have been cleared to avoid i…
229 $clear = 0;
263 $clear++;
267 if ($clear <= count($floats)) { $y = min( $y, $float_bottoms[$clear-1] ); };
269 …} while($clear <= count($floats)); // We need to check if all floats have been cleared to avoid in…
/plugin/metaheaders/
Daction.php50 global $clear;
63 if (!empty($clear)) {
64 $nclear = count($clear);
71 if ( $clear[$y]['cond'] ?? false) {
72 if (!preg_match('/' . $clear[$y]['cond'] . '/', $ID)) {
78 foreach ($clear[$y] as $type => $value) {
/plugin/dokumicrobugtracker/css/
Ddemo_page.css43 clear: both;
46 #dt_example .clear {
47 clear: both;
63 clear: both;
71 clear: both;
/plugin/swiftmail/Swift/Message/
DMime.php143 $this->cache->clear("body");
169 $this->cache->clear("body");
170 $this->cache->clear("append");
171 $this->cache->clear("headers");
172 $this->cache->clear("dbl_le");
208 $this->cache->clear("body");
261 $this->cache->clear("body");
288 $this->cache->clear("append");
383 $this->cache->clear("body");
486 $this->cache->clear("headers");
[all …]
/plugin/loadskin/
Dstyle.css4 clear: right;
9 clear: left;
28 clear: right;
32 clear: left;
/plugin/encryptedpasswords/script/
DPageHandling.js42 const clear = await this.aes.autodecrypt(cipher, passphrase);
43 $element.find('span').text(clear);
59 let clear = $element.find('span').text(); // get early, timer may interfere
69 clear = await this.aes.autodecrypt(cipher, passphrase);
77 await navigator.clipboard.writeText(clear);
DEditorHandling.js77 const clear = await this.aes.autodecrypt(cipher, passphrase);
78 text = text.replace(matches[i][0], `<encrypt>${clear}</encrypt>`);
143 const clear = matches[i][1];
144 const cipher = await this.aes.encrypt(clear, passphrase);
/plugin/struct/_test/
H A DAssignmentsTest.php38 $this->assertTrue($ass->clear());
41 $this->assertTrue($ass->clear());
51 $ass->clear(true);
61 $ass->clear(true);
111 $ass->clear(true);
140 $ass->clear(true);
/plugin/statdisplay/
Dcli.php47 * @param bool $clear
49 protected function parseData($clear, $maxlines) argument
54 if ($clear) {
/plugin/zerolinecss/
DREADME.md23 global $headers, $clear, $updateVersion;
31 $clear[] = array ( 'rel' => 'stylesheet');
32 $clear[] = array ( 'type' => 'text/javascript');
33 $clear[] = array ( 'name' => 'generator');
34 $clear[] = array ( 'name' => 'date');
/plugin/pagebox/
Dstyle.css10 clear:left;
15 clear:right;
20 clear:both;
/plugin/owncloud/
Dstyle.css17 clear:left;
22 clear:right;
27 clear:both;
65 * clear:both !important;
/plugin/projects/
Dstyle.css33 clear: both;
37 clear: both;
56 clear: both;
/plugin/structtemplate/_vagrant/
Ddokuwiki_password.php10 $clear = $argv[1]; variable
24 echo $pass->hash_smd5($clear) . PHP_EOL;
/plugin/gtime/
Dstyle.css9 clear: both;
77 .clear {
78 clear: both;
/plugin/imagebox/
Dstyle.css13 clear: left;
19 clear: right;
25 clear:both;
/plugin/html2pdf/snorriheim/
Dmedia.css48 clear: left;
85 clear: left;
176 clear: left;
193 clear: left;
197 clear: left;
/plugin/searchindex/
Dscript.js87 var clear = function() { function
93 window.setTimeout(clear,5000);
125 clear();
/plugin/tagging/less/
H A Deditable.less70 /* IOS-style clear button for text inputs */
71 .editable-clear-x {
72 background: url(../plugins/tagging/less/editable-images/clear.png) center center no-repeat;
86 .editable-clear-x:hover {
/plugin/asciidocjs/node_modules/lodash/
D_MapCache.js18 this.clear();
26 MapCache.prototype.clear = mapCacheClear; method in MapCache
D_Hash.js18 this.clear();
26 Hash.prototype.clear = hashClear; method in Hash
D_ListCache.js18 this.clear();
26 ListCache.prototype.clear = listCacheClear; method in ListCache
/plugin/latexcaption/
Dstyle.less22 clear: both;
29 clear: both;
34 clear: both;
49 clear: both;
/plugin/elasticsearch/helper/
Dclient.php103 * @param bool $clear rebuild index
106 public function createIndex($clear = false) argument
111 if ($index->create([], $clear)->hasError()) {

12345678910>>...50