/plugin/html2pdf/html2pdf/html2ps/ |
H A D | layout.vertical.php | 11 $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 D | flow_context.class.inc.php | 105 $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 D | action.php | 50 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 D | demo_page.css | 43 clear: both; 46 #dt_example .clear { 47 clear: both; 63 clear: both; 71 clear: both;
|
/plugin/swiftmail/Swift/Message/ |
H A D | Mime.php | 143 $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 D | style.css | 4 clear: right; 9 clear: left; 28 clear: right; 32 clear: left;
|
/plugin/encryptedpasswords/script/ |
H A D | PageHandling.js | 42 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 D | EditorHandling.js | 63 * 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 D | cli.php | 47 * @param bool $clear 49 protected function parseData($clear, $maxlines) argument 54 if ($clear) {
|
/plugin/pagebox/ |
H A D | style.css | 10 clear:left; 15 clear:right; 20 clear:both;
|
/plugin/zerolinecss/ |
H A D | README.md | 23 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 D | style.css | 33 clear: both; 37 clear: both; 56 clear: both;
|
/plugin/owncloud/ |
H A D | style.css | 17 clear:left; 22 clear:right; 27 clear:both; 65 * clear:both !important;
|
/plugin/structtemplate/_vagrant/ |
H A D | dokuwiki_password.php | 10 $clear = $argv[1]; variable 24 echo $pass->hash_smd5($clear) . PHP_EOL;
|
/plugin/imagebox/ |
H A D | style.css | 13 clear: left; 19 clear: right; 25 clear:both;
|
/plugin/gtime/ |
H A D | style.css | 9 clear: both; 77 .clear { 78 clear: both;
|
/plugin/aichat/Storage/ |
H A D | AbstractStorage.php | 47 * @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 D | media.css | 48 clear: left; 85 clear: left; 176 clear: left; 193 clear: left; 197 clear: left;
|
/plugin/searchindex/ |
H A D | script.js | 87 var clear = function() { function 93 window.setTimeout(clear,5000); 125 clear();
|
/plugin/elasticsearch/helper/ |
H A D | client.php | 89 * @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 D | editable.less | 70 /* 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 D | style.less | 22 clear: both; 29 clear: both; 34 clear: both; 49 clear: both;
|
/plugin/godiag/ |
H A D | style.css | 2 clear: left; 6 clear: right;
|
/plugin/yalist/ |
H A D | style.css | 6 clear: left; 27 clear: left;
|
/plugin/memcache/ |
H A D | helper.php | 114 function clear(){ function in helper_plugin_memcache 115 return memcache::clear();
|