/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A D | FormFeed.php | 9 public function open($attr, &$ahtml, &$ihtml) argument 12 if (isset($attr['SHEET-SIZE'])) { 14 $prop = preg_split('/\s+/', trim($attr['SHEET-SIZE'])); 18 $newformat = $attr['SHEET-SIZE']; 32 if (isset($attr['MARGIN-RIGHT'])) { 33 $mgr = $this->sizeConverter->convert($attr['MARGIN-RIGHT'], $this->mpdf->w, $this->mpdf->FontSize, false); 35 if (isset($attr['MARGIN-LEFT'])) { 36 $mgl = $this->sizeConverter->convert($attr['MARGIN-LEFT'], $this->mpdf->w, $this->mpdf->FontSize, false); 38 if (isset($attr['MARGIN-TOP'])) { 39 $mgt = $this->sizeConverter->convert($attr['MARGI [all...] |
H A D | Annotation.php | 8 public function open($attr, &$ahtml, &$ihtml) argument 10 //if (isset($attr['CONTENT']) && !$this->mpdf->writingHTMLheader && !$this->mpdf->writingHTMLfooter) { // Stops annotations in FixedPos 11 if (isset($attr['CONTENT'])) { 23 $objattr['CONTENT'] = htmlspecialchars_decode($attr['CONTENT'], ENT_QUOTES); 29 if (isset($attr['POS-X'])) { 30 $objattr['POS-X'] = $attr['POS-X']; 34 if (isset($attr['POS-Y'])) { 35 $objattr['POS-Y'] = $attr['POS-Y']; 39 if (isset($attr['ICON'])) { 40 $objattr['ICON'] = $attr['ICO [all...] |
H A D | PageFooter.php | 10 public function open($attr, &$ahtml, &$ihtml) argument 15 if ($attr['NAME']) { 16 $pname = $attr['NAME']; 27 if (isset($attr['CONTENT-LEFT'])) { 28 $p['L']['content'] = $attr['CONTENT-LEFT']; 30 if (isset($attr['CONTENT-CENTER'])) { 31 $p['C']['content'] = $attr['CONTENT-CENTER']; 33 if (isset($attr['CONTENT-RIGHT'])) { 34 $p['R']['content'] = $attr['CONTENT-RIGHT']; 37 if (isset($attr['HEADE [all...] |
H A D | Input.php | 11 public function open($attr, &$ahtml, &$ihtml) argument 15 if (!isset($attr['TYPE'])) { 16 $attr['TYPE'] = 'TEXT'; 30 if (isset($attr['DISABLED'])) { 33 if (isset($attr['READONLY'])) { 36 if (isset($attr['REQUIRED'])) { 39 if (isset($attr['SPELLCHECK']) && strtolower($attr['SPELLCHECK']) === 'true') { 42 if (isset($attr['TITLE'])) { 43 $objattr['title'] = $attr['TITL [all...] |
H A D | TextArea.php | 10 public function open($attr, &$ahtml, &$ihtml) argument 23 if (isset($attr['DISABLED'])) { 26 if (isset($attr['READONLY'])) { 29 if (isset($attr['REQUIRED'])) { 32 if (isset($attr['SPELLCHECK']) && strtolower($attr['SPELLCHECK']) === 'true') { 35 if (isset($attr['TITLE'])) { 36 $objattr['title'] = $attr['TITLE']; 42 if (isset($attr['NAME'])) { 43 $objattr['fieldname'] = $attr['NAM [all...] |
H A D | IndexInsert.php | 8 public function open($attr, &$ahtml, &$ihtml) argument 11 if (isset($attr['COLLATION'])) { 12 $indexCollationLocale = $attr['COLLATION']; 16 if (isset($attr['COLLATION-GROUP'])) { 17 $indexCollationGroup = $attr['COLLATION-GROUP']; 21 if (isset($attr['USEDIVLETTERS']) && (strtoupper($attr['USEDIVLETTERS']) === 'OFF' 22 || $attr['USEDIVLETTERS'] == -1 23 || $attr['USEDIVLETTERS'] === '0')) { 26 $links = isset($attr['LINK [all...] |
H A D | SetHtmlPageFooter.php | 8 public function open($attr, &$ahtml, &$ihtml) argument 14 if (!empty($attr['NAME'])) { 15 $pname = $attr['NAME']; 20 if (!empty($attr['PAGE'])) { // O|odd|even|E|ALL|[blank] 22 if (strtoupper($attr['PAGE']) === 'O' || strtoupper($attr['PAGE']) === 'ODD') { 24 } elseif (strtoupper($attr['PAGE']) === 'E' || strtoupper($attr['PAGE']) === 'EVEN') { 26 } elseif (strtoupper($attr['PAGE']) === 'ALL') { 32 if (!empty($attr['VALU [all...] |
H A D | Select.php | 10 public function open($attr, &$ahtml, &$ihtml) argument 14 $properties = $this->cssManager->MergeCSS('', 'SELECT', $attr); 22 if (isset($attr['SPELLCHECK']) && strtolower($attr['SPELLCHECK']) === 'true') { 30 if (isset($attr['DISABLED'])) { 31 $this->mpdf->selectoption['DISABLED'] = $attr['DISABLED']; 33 if (isset($attr['READONLY'])) { 34 $this->mpdf->selectoption['READONLY'] = $attr['READONLY']; 36 if (isset($attr['REQUIRED'])) { 37 $this->mpdf->selectoption['REQUIRED'] = $attr['REQUIRE [all...] |
H A D | WatermarkImage.php | 8 public function open($attr, &$ahtml, &$ihtml) argument 11 if (isset($attr['SRC'])) { 12 $src = $attr['SRC']; 16 if (isset($attr['ALPHA']) && $attr['ALPHA'] > 0) { 17 $alpha = $attr['ALPHA']; 21 if (!empty($attr['SIZE'])) { 22 $size = $attr['SIZE']; 29 if (!empty($attr['POSITION'])) { // mPDF 5.7.2 30 $pos = $attr['POSITIO [all...] |
H A D | A.php | 8 public function open($attr, &$ahtml, &$ihtml) argument 10 if (isset($attr['NAME']) && $attr['NAME'] != '') { 15 $objattr['CONTENT'] = htmlspecialchars_decode($attr['NAME'], ENT_QUOTES); 17 if (!empty($attr['LEVEL'])) { 18 $objattr['bklevel'] = $attr['LEVEL']; 26 $this->mpdf->_saveCellTextBuffer($e, '', $attr['NAME']); // *TABLES* 29 $this->mpdf->_saveTextBuffer($e, '', $attr['NAME']); //an internal link (adds a space for recognition) 32 if (isset($attr['HREF'])) { 34 $properties = $this->cssManager->MergeCSS('INLINE', 'A', $attr); [all...] |
H A D | Option.php | 10 public function open($attr, &$ahtml, &$ihtml) argument 19 if (isset($attr['SELECTED'])) { 23 if (isset($attr['VALUE'])) { 24 $attr['VALUE'] = UtfString::strcode2utf($attr['VALUE']); 25 $attr['VALUE'] = $this->mpdf->lesser_entity_decode($attr['VALUE']); 27 $attr['VALUE'] = mb_convert_encoding($attr['VALUE'], $this->mpdf->mb_enc, 'UTF-8'); 30 $this->mpdf->selectoption['currentVAL'] = $attr['VALU [all...] |
H A D | Columns.php | 32 public function open($attr, &$ahtml, &$ihtml) argument 34 if (isset($attr['COLUMN-COUNT']) && ($attr['COLUMN-COUNT'] || $attr['COLUMN-COUNT'] === '0')) { 46 if (!empty($attr['VALIGN'])) { 47 if ($attr['VALIGN'] === 'J') { 50 $valign = $this->getAlign($attr['VALIGN']); 55 if (!empty($attr['COLUMN-GAP'])) { 56 $this->mpdf->SetColumns($attr['COLUMN-COUNT'], $valign, $attr['COLUM [all...] |
H A D | Hr.php | 10 public function open($attr, &$ahtml, &$ihtml) argument 14 if (isset($attr['STYLE'])) { 15 $properties = $this->cssManager->readInlineCSS($attr['STYLE']); 34 $properties = $this->cssManager->MergeCSS('', 'HR', $attr); 53 } elseif (isset($attr['WIDTH']) && $attr['WIDTH'] != '') { 54 $objattr['width'] = $this->sizeConverter->convert($attr['WIDTH'], $this->mpdf->blk[$this->mpdf->blklvl]['inner_width']); 58 } elseif (isset($attr['ALIGN']) && $attr['ALIGN'] != '') { 59 $objattr['align'] = $this->getAlign($attr['ALIG [all...] |
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | TableOfContents.php | 599 public function openTagTOC($attr) argument 601 if (isset($attr['OUTDENT']) && $attr['OUTDENT']) { 602 $tocoutdent = $attr['OUTDENT']; 606 if (isset($attr['RESETPAGENUM']) && $attr['RESETPAGENUM']) { 607 $resetpagenum = $attr['RESETPAGENUM']; 611 if (isset($attr['PAGENUMSTYLE']) && $attr['PAGENUMSTYLE']) { 612 $pagenumstyle = $attr['PAGENUMSTYL 644 openTagTOCPAGEBREAK($attr) global() argument [all...] |
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | module.archive.tar.php | 59 $name = (isset($attr['fname'] ) ? trim($attr['fname'] ) : ''); 60 $mode = octdec(isset($attr['mode'] ) ? trim($attr['mode'] ) : ''); 61 $uid = octdec(isset($attr['uid'] ) ? trim($attr['uid'] ) : ''); 62 $gid = octdec(isset($attr['gid'] ) ? trim($attr['gid'] ) : ''); 63 $size = octdec(isset($attr['size'] ) ? trim($attr['size'] ) : ''); 64 $mtime = octdec(isset($attr['mtime'] ) ? trim($attr['mtime'] ) : ''); 65 $chksum = octdec(isset($attr['chksum'] ) ? trim($attr['chksum'] ) : ''); 66 $typflag = (isset($attr['typflag']) ? trim($attr['typflag']) : ''); 67 $lnkname = (isset($attr['lnkname']) ? trim($attr['lnkname']) : ''); 68 $magic = (isset($attr['magic'] ) ? trim($attr['magic'] ) : ''); [all …]
|
/plugin/syntaxhighlighter4/ |
H A D | syntax.php | 91 $attr = trim($attr); 92 if ($attr == null) { 94 $attr = 'text'; 97 $attr = 'text'.$attr; 100 $attr = null; 127 $title = $this->procTitle($attr); 137 private function procTitle($attr) { argument 139 $title = trim(substr($attr, strpos($attr, ' ') + 1)); 145 $attr_array = explode(';', $attr); 158 private function procHighlight($attr) { argument [all …]
|
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/ |
H A D | AbstractRecord.php | 22 * @param mixed $attr 24 public function __get($attr) argument 27 $key = $this->attributeToKey($attr); 29 if ($this->__isset($attr)) { 31 } elseif ($this->validAttribute($attr)) { 38 throw new \RuntimeException("Unknown attribute: $attr"); 41 public function __isset($attr) argument 43 return $this->validAttribute($attr) && 44 isset($this->record[$this->attributeToKey($attr)]); 47 private function attributeToKey($attr) argument 52 validAttribute($attr) global() argument [all...] |
/plugin/syntaxhighlighter3/syntax/ |
H A D | syntax.php | 65 $attr = trim($attr); 66 if ($attr == null) { 68 $attr = 'text'; 69 } elseif (substr($attr, 0, 1) == ";") { 71 $attr = 'text' . $attr; 74 $attr = null; 77 return array($this->syntax, $attr, $content); 89 list($syntax, $attr, $content) = $data; 94 if (preg_match("/title:/i", $attr)) { 96 $attr_array = explode(";", $attr); [all …]
|
/plugin/wrap/ |
H A D | helper.php | 39 $attr = array( 70 $attr['width'] = $token; 76 $attr['lang'] = trim($token,':'); 82 $attr['id'] = trim($token,'#'); 96 $attr['class'] = (isset($attr['class']) ? $attr['class'].' ' : '').$prefix.$token; 99 $attr['class'] = (isset($attr['class']) ? $attr['clas 339 renderODTOpenParagraph($renderer, $class, $style, $dir, $language, $is_indent, $is_outdent, $indent_first, $attr = null) global() argument 449 renderODTOpenColumn($renderer, $class, $style, $attr) global() argument 539 renderODTOpenSpan($renderer, $class, $style, $language, $attr) global() argument 619 renderODTOpenTable($renderer, $attr, $style, $attr_string) global() argument [all...] |
/plugin/syntaxhighlightjs/ |
H A D | helper.php | 22 $attr = array(); 35 $attr['width'] = $token; 47 $attr['class'] = (isset($attr['class']) ? $attr['class'].' ' : '').$token; 50 return $attr; 58 $attr = $this->getAttributes($data); 62 if($attr['class']) $out .= ' class="'.hsc($attr['class']).' '.$addClass.'"'; 66 if($attr['width']) { 67 if (strpos($attr['width'],'%') !== false) { 68 $out .= ' style="width: '.hsc($attr['width']).';"'; 71 $out .= ' style="width: '.hsc($attr['width']).'; max-width: 100%;"';
|
/plugin/exttab3/ |
H A D | syntax.php | 92 $data = array($state, $tag, $attr); 150 private function appendClass($class, $attr) argument 153 preg_match($regex, $attr, $matches); 156 return $attr; 159 return $attr.' class="'.$class.'"'; 185 $attr = $this->appendClass('exttable', $attr); 311 list($state, $tag, $attr) = $data; 339 $attr = $this->cleanAttrString($attr, $this->attrsmap); 423 if (is_null($attr)) return null; 426 $attr = trim(preg_replace('/\s+/', ' ', $attr)); [all …]
|
/plugin/farmer/action/ |
H A D | ajax.php | 200 $attr = buildAttributes($attrs); 202 return "<$td $attr>$lbl</$td>"; 234 $attr = []; 235 $attr['type'] = 'radio'; 236 $attr['name'] = 'bulk_plugins[' . $plugin['name'] . ']'; 237 $attr['value'] = '-1'; 239 $attr['checked'] = 'checked'; 242 echo '<input ' . buildAttributes($attr) . ' />'; 252 $attr = []; 253 $attr['typ [all...] |
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/ |
H A D | AbstractModel.php | 42 * @param mixed $attr 44 public function __get($attr) argument 46 if ($attr !== 'instance' && property_exists($this, $attr)) { 47 return $this->$attr; 50 throw new \RuntimeException("Unknown attribute: $attr"); 56 * @param mixed $attr 58 public function __isset($attr) argument 60 return $attr !== 'instance' && isset($this->$attr); [all...] |
/plugin/adhoctags/ |
H A D | helper.php | 114 if($addClass !== '' && !isset($attr['class'])) {
137 $attr = array();
145 $attr['lang'] = strtolower(trim($token,':'));
151 $attr['id'] = trim($token,'#');
157 $attr['title'] = trim($token,'"');
167 $attr[$cAttr[0]] = ( isset($cAttr[1]) ? $cAttr[1] : null );
174 $attr['class'] = (isset($attr['class']) ? $attr['class'].' ' : '') . $token;
179 if(!array_key_exists('dir', $attr) [all...] |
/plugin/farmer/admin/ |
H A D | plugins.php | 70 ->attr('type', 'radio'); 73 ->attr('type', 'radio'); 76 ->attr('type', 'radio'); 91 ->attr('value', '-1') 92 ->attr('type', 'submit') 93 ->attr('disabled', 'disabled'); 95 ->attr('value', '1') 96 ->attr('type', 'submit') 97 ->attr('disabled', 'disabled'); 99 ->attr('valu [all...] |