Home
last modified time | relevance | path

Searched refs:attrs (Results 151 – 175 of 188) sorted by last modified time

12345678

/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcodeFactory.php58 public function setAttributes($attrs = []) argument
60 array_merge($this->_attributes, $attrs);
H A DDatamatrixFactory.php57 public function setAttributes($attrs = []) argument
59 array_merge($this->_attributes, $attrs);
H A DPDF417Factory.php57 public function setAttributes($attrs = []) argument
59 array_merge($this->_attributes, $attrs);
H A DQRcodeFactory.php59 public function setAttributes($attrs = []) argument
61 array_merge($this->_attributes, $attrs);
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js2 …ranslate("+x+", "+y+")",parentNode;for(var j=0,attrs=el.attributes,l=attrs.length;j<l;j++){var att…
H A Dfabric.js3190 for (var j = 0, attrs = el.attributes, l = attrs.length; j < l; j++) {
3191 var attr = attrs.item(j);
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js1701 var attrs = [ "fill", "stroke" ];
1702 for ( i1 = 0; i1 < attrs.length; i1++ ) {
1703 var attr = attrs[ i1 ]
/plugin/eventum/XML/
H A DRPC.php244 function XML_RPC_se($parser_resource, $name, $attrs) argument
/plugin/eventum/
H A Dsyntax.php65 list($id, $attrs) = explode('&', $match, 2);
67 $data = array('raw' => $raw, 'id' => $id, 'attrs' => $attrs);
/plugin/jokuwiki/
H A Dsyntax.php79 $attrs=$this->parse_attributes($attributes);
80 $attrs['data-jw']=$this->cleanupData($data);
81 file_put_contents('/tmp/jokuwiki_b', var_export($attrs, true));
82 return $attrs;
84 function parse_attributes($attrs) argument
106 function render($mode, &$renderer, $attrs) { argument
110 if (!$attrs['id']) {
112 $attrs['id']="jw-" . $attrs['name'] . "-" . $jokuwiki_ids;
114 $noscript=$attrs['noscript'];
115 unset($attrs['noscript']);
[all …]
/plugin/scrape/HTMLPurifier/Lexer/
H A DPEARSax3.php
/plugin/google_maps/
H A Dscript.js114 var attrs = this.attributes;
121 if (attrs.size.value == 'small')
123 else if (attrs.size.value == 'large')
127 if (attrs.control.value == 'hierarchical')
129 else if (attrs.control.value == 'all')
133 if (attrs.overviewmap.value == 'true')
147 if (attrs['location' + n] == null)
152 locations[n] = attrs['location' + n].value;
156 …queryGoogleGeo(map, new GLatLngBounds(), locations, 0, attrs.zoom == null ? null : attrs.zoom.valu…
/plugin/markdownextra/
H A Dmarkdown.php2962 $attrs =& $matches[3];
2973 $attr_str = $this->doExtraAttributes($this->code_attr_on_pre ? "pre" : "code", $attrs);
/plugin/visrep/
H A Dsyntax.php56 …$attrs = empty($dat['@attributes']) || !is_array($dat['@attributes']) ? array() : $dat['@attribute…
64 … 'data-engine' => strtolower(empty($attrs['data-engine']) ? 'unknown' : $attrs['data-engine']),
71 $attrs
80 function _data($attrs, $input) { argument
82 switch ($attrs['data-engine']) {
89 $data = sprintf("%s {\n%s\n}", $attrs['data-engine'], $data);
110 $attrs = array();
122 …$attrs[] = sprintf('%s = "%s"', htmlspecialchars($k, ENT_QUOTES, 'UTF-8'), htmlspecialchars($v, EN…
125 $attrs[] = sprintf('src = "%s"', $url);
126 $code = sprintf('<img %s alt="" class="dokuwiki-visrep-image"/>', implode(' ', $attrs));
/plugin/authucenter/lib/uc_client/lib/
H A Dxml.class.php39 var $attrs = array(); variable in XML
83 $this->attrs = $attributes;
/plugin/bugzillaint/syntax/
H A Dlist.php84 $attrs = $render->renderAttributes( $data['list'] );
86 $renderer->doc .= '<div class="bugzillalist loading" '.$attrs.'>'
H A Dlink.php83 $attrs = $render->renderAttributes( $data['link'] );
88 $renderer->doc .= '<span class="bugzillalink loading" '.$attrs.'>'
H A Dtree.php85 $attrs = $render->renderAttributes( $data['tree'] );
90 $renderer->doc .= '<div class="bugzillatree loading" '. $attrs .'>'
/plugin/bugzillaint/helper/
H A Drender.php13 $attrs = array(
34 return $this->makeAttributes( $dataAttrs, $attrs );
38 private function makeAttributes( $data, $attrs ) { argument
44 foreach ($attrs as $k => $v) {
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog1455 * html.attrs.inc.php: fixed bug 1255732 (PS) iframes with
1655 * html.attrs.inc.php: fixed bug 1243821 - nowrap attribute is
H A Dxhtml.utils.inc.php260 $attrs = array();
266 if (!isset($attrs[$attr])) {
267 $attrs[$attr] = $value;
275 if (!isset($attrs[$attr])) {
276 $attrs[$attr] = $value;
284 if (!isset($attrs[$attr])) {
285 $attrs[$attr] = $value;
298 foreach ($attrs as $key => $value) {
/plugin/mantis/lib/
H A Dclass.wsdl.php364 $this->messages[$this->currentMessage][$attrs['name']] = $attrs['type'];
386 $m = isset($attrs['message']) ? $this->getLocalPart($attrs['message']) : '';
1672 && ( (!isset($attrs['nillable'])) || $attrs['nillable'] != 'true')
1674 if (isset($attrs['minOccurs']) && $attrs['minOccurs'] <> '0') {
1694 if (isset($attrs['type']) || isset($attrs['ref'])) {
1696 …$xml .= $this->serializeType($eName, isset($attrs['type']) ? $attrs['type'] : $attrs['ref'], $v, $…
1704 if (isset($attrs['type']) || isset($attrs['ref'])) {
1706 …$xml .= $this->serializeType($eName, isset($attrs['type']) ? $attrs['type'] : $attrs['ref'], $v, $…
1764 if (count($attrs) > 0) {
1774 $attrs = $eAttrs;
[all …]
H A Dnusoap.php1328 $this->attributes[$attrs['name']] = $attrs;
1382 if(isset($attrs['base']) && ereg(':Array$',$attrs['base'])){
1402 if(isset($attrs['base']) && ereg(':Array$',$attrs['base'])){
1452 $this->elements[ $attrs['name'] ] = $attrs;
1515 $this->simpleTypes[ $attrs['name'] ] = $attrs;
1608 if(isset($attrs['elements']) && (count($attrs['elements']) > 0)){
1624 if (isset($attrs['compositor']) && ($attrs['compositor'] != '')) {
1629 if(isset($attrs['attrs']) && (count($attrs['attrs']) >= 1)){
1991 $this->elements[ $attrs['name'] ] = $attrs;
6225 if (isset($attrs['type']) || isset($attrs['ref'])) {
[all …]
H A Dclass.soap_parser.php149 * @param array $attrs associative array of attributes
152 function start_element($parser, $name, $attrs) { argument
201 $this->message[$pos]['attrs'] = $attrs;
205 foreach($attrs as $key => $value){
231 } else if(isset($attrs['xmlns:'.$value_prefix])) {
232 $this->message[$pos]['type_namespace'] = $attrs['xmlns:'.$value_prefix];
252 } else if (isset($attrs['xmlns:'.$regs[1]])) {
253 $this->message[$pos]['arrayTypeNamespace'] = $attrs['xmlns:'.$regs[1]];
H A Dclass.xmlschema.php260 $this->attributes[$attrs['name']] = $attrs;
314 if(isset($attrs['base']) && ereg(':Array$',$attrs['base'])){
334 if(isset($attrs['base']) && ereg(':Array$',$attrs['base'])){
351 $attrs['type'] = $this->defaultNamespace[$pos] . ':' . $attrs['type'];
384 $this->elements[ $attrs['name'] ] = $attrs;
447 $this->simpleTypes[ $attrs['name'] ] = $attrs;
540 if(isset($attrs['elements']) && (count($attrs['elements']) > 0)){
556 if (isset($attrs['compositor']) && ($attrs['compositor'] != '')) {
561 if(isset($attrs['attrs']) && (count($attrs['attrs']) >= 1)){
921 $attrs['type'] = $this->schemaTargetNamespace . ':' . $attrs['type'];
[all …]

12345678