Home
last modified time | relevance | path

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

12345678910>>...48

/plugin/html2pdf/html2pdf/html2ps/
H A 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) {
H A 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/
H A 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/
H A Ddemo_page.css43 clear: both;
46 #dt_example .clear {
47 clear: both;
63 clear: both;
71 clear: both;
/plugin/swiftmail/Swift/Message/
H A 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/
H A Dstyle.css4 clear: right;
9 clear: left;
28 clear: right;
32 clear: left;
/plugin/encryptedpasswords/script/
H A DPageHandling.js42 const clear = await this.aes.autodecrypt(cipher, passphrase);
43 $element.find('span').text(clear);
45 $element.addClass('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);
108 jQuery('.encryptedpasswords.clear')
109 .removeClass('clear')
H A DEditorHandling.js63 * Encrypt all clear text syntax in the given text
77 const clear = await this.aes.autodecrypt(cipher, passphrase);
78 text = text.replace(matches[i][0], `<encrypt>${clear}</encrypt>`);
99 // check if syntax contains clear text passwords
131 * Encrypt all clear text syntax in the given text
143 const clear = matches[i][1];
144 const cipher = await this.aes.encrypt(clear, passphrase);
/plugin/statdisplay/
H A Dcli.php47 * @param bool $clear
49 protected function parseData($clear, $maxlines) argument
54 if ($clear) {
/plugin/pagebox/
H A Dstyle.css10 clear:left;
15 clear:right;
20 clear:both;
/plugin/zerolinecss/
H A 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/projects/
H A Dstyle.css33 clear: both;
37 clear: both;
56 clear: both;
/plugin/owncloud/
H A Dstyle.css17 clear:left;
22 clear:right;
27 clear:both;
65 * clear:both !important;
/plugin/structtemplate/_vagrant/
H A Ddokuwiki_password.php10 $clear = $argv[1]; variable
24 echo $pass->hash_smd5($clear) . PHP_EOL;
/plugin/imagebox/
H A Dstyle.css13 clear: left;
19 clear: right;
25 clear:both;
/plugin/gtime/
H A Dstyle.css9 clear: both;
77 .clear {
78 clear: both;
/plugin/aichat/Storage/
H A DAbstractStorage.php47 * @param bool $clear Should any existing data been thrown away?
50 abstract public function startCreation($clear = false);
33 startCreation($clear = false) global() argument
/plugin/html2pdf/snorriheim/
H A Dmedia.css48 clear: left;
85 clear: left;
176 clear: left;
193 clear: left;
197 clear: left;
/plugin/searchindex/
H A Dscript.js87 var clear = function() { function
93 window.setTimeout(clear,5000);
125 clear();
/plugin/elasticsearch/helper/
H A Dclient.php89 * @param bool $clear rebuild index
92 public function createIndex($clear = false) {
96 if ($index->create([], $clear)->hasError()) {
90 createIndex($clear = false) global() argument
/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/latexcaption/
H A Dstyle.less22 clear: both;
29 clear: both;
34 clear: both;
49 clear: both;
/plugin/godiag/
H A Dstyle.css2 clear: left;
6 clear: right;
/plugin/yalist/
H A Dstyle.css6 clear: left;
27 clear: left;
/plugin/memcache/
H A Dhelper.php114 function clear(){ function in helper_plugin_memcache
115 return memcache::clear();

12345678910>>...48