Home
last modified time | relevance | path

Searched refs:attrs (Results 1 – 25 of 188) sorted by relevance

12345678

/plugin/gallery/
H A DGalleryNode.php40 $attrs = $this->data['attrs'];
41 if ($attrs['thumbnailsize'] !== $defaults['thumbnailsize']) {
42 $query[] = $attrs['thumbnailsize'];
44 if ($attrs['imagesize'] !== $defaults['imagesize']) {
45 $query[] = $attrs['imagesize'];
48 $query[] = $this->extractFlagParam('showname', $attrs, $defaults);
49 $query[] = $this->extractFlagParam('showtitle', $attrs, $defaults);
50 $query[] = $this->extractFlagParam('cache', $attrs, $defaults);
51 $query[] = $this->extractFlagParam('crop', $attrs,
[all...]
/plugin/mantis/lib/
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 …]
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 …]
/plugin/prosemirror/parser/
H A DRSSNode.php19 $attrs = $this->data['attrs'];
20 return self::attrToSyntax($attrs);
23 protected static function attrToSyntax($attrs) { argument
26 if (!empty($attrs['url'])) {
27 $url = $attrs['url'];
31 if (!empty($attrs['max']) && $attrs['max'] !== 8) {
32 $paramString .= ' ' . $attrs['max'];
35 if (!empty($attrs['revers
58 renderAttrsToHTML($attrs) global() argument
[all...]
H A DImageNode.php11 protected $attrs = []; variable in dokuwiki\\plugin\\prosemirror\\parser\\ImageNode
18 $this->attrs = $data['attrs'];
27 if (!empty($this->attrs['title'])) {
28 $title = '|' . $this->attrs['title'];
33 if (!empty($this->attrs['align'])) {
34 if ($this->attrs['align'] === 'left') {
36 } elseif ($this->attrs['align'] === 'right') {
38 } elseif ($this->attrs['align'] === 'center') {
45 if (!empty($this->attrs['heigh
[all...]
/plugin/gallery/script/
H A Dprosemirror.js15 attrs: jQuery.extend(
32 * @param {object} attrs the values to use
35 function getGalleryFormFields(attrs) {
41 value: attrs['namespace'],
49 value: attrs['thumbnailsize'],
57 value: attrs['imagesize'],
64 checked: attrs['cache'],
70 value: attrs['filter'],
77 checked: attrs['showname'],
84 checked: attrs['showtitl
34 getGalleryFormFields(attrs) global() argument
258 retrieveRenderedHTML(attrs, nodeview) global() argument
308 renderNode(attrs) global() argument
[all...]
/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/mikioplugin/syntax/
H A Dsetattr.php16 public $attrs = null; variable in syntax_plugin_mikioplugin_setattr
19 $this->attrs = array();
30 if(!is_array($this->attrs)) $this->attrs = array();
32 $this->attrs[$data['name']] = $a;
39 if(is_array($this->attrs) && array_key_exists($data, $this->attrs)) {
40 return $this->attrs[$data];
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.flattr.js45 var attrs = { class in $.fn.socialSharePrivacy.settings.services.flattr.button
49 if (options.uid) attrs['data-flattr-uid'] = options.uid;
50 if (options.hidden) attrs['data-flattr-hidden'] = options.hidden;
51 if (options.popout) attrs['data-flattr-popout'] = options.popout;
52 if (options.category) attrs['data-flattr-category'] = options.category;
53 if (options.tags) attrs['data-flattr-tags'] = options.tags;
58 attrs['data-flattr-language'] = attrs.lang = lang;
61 if (settings.layout === 'line') attrs['data-flattr-button'] = 'compact';
67 $code.filter('a').attr(attrs);
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/
H A DLinkRenderer.php
H A DImageRenderer.php
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DImageRenderer.php44 $attrs = $node->data->get('attributes');
48 $attrs['src'] = '';
50 $attrs['src'] = $node->getUrl();
55 $attrs['alt'] = \preg_replace('/\<[^>]*\>/', '', $alt);
58 $attrs['title'] = $node->data['title'];
61 $result = '{{' . $attrs['src'];
62 $attrs['alt'] ? $result.= '|' . $attrs['alt'] . '}}' : $result.= '}}';
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Renderer/
H A DFootnoteBackrefRenderer.php43 $attrs = $node->data->getData('attributes');
45 $attrs->append('class', $this->config->get('footnote/backref_class'));
46 $attrs->set('rev', 'footnote');
47 $attrs->set('href', \mb_strtolower($node->getReference()->getDestination(), 'UTF-8'));
48 $attrs->set('role', 'doc-backlink');
53 return '&nbsp;' . new HtmlElement('a', $attrs->export(), \htmlspecialchars($symbol), true);
H A DFootnoteRenderer.php41 $attrs = $node->data->getData('attributes');
43 $attrs->append('class', $this->config->get('footnote/footnote_class'));
44 $attrs->set('id', $this->config->get('footnote/footnote_id_prefix') . \mb_strtolower($node->getReference()->getLabel(), 'UTF-8'));
45 $attrs->set('role', 'doc-endnote');
49 $attrs->export(),
/plugin/diagrams/script/
H A Dprosemirror.js7 attrs: {
28 let alignclass = node.attrs.align;
37 title: node.attrs.title,
38 src: node.attrs.url,
39 'data-id': node.attrs.id,
40 'data-type': node.attrs.type,
41 width: node.attrs.width,
42 height: node.attrs.height,
/plugin/prosemirror/schema/
H A DMark.php18 protected $attrs = []; variable in dokuwiki\\plugin\\prosemirror\\schema\\Mark
39 if (isset($this->attrs[$key])) {
40 return $this->attrs[$key];
46 $this->attrs[$key] = $value;
63 if ($this->attrs) {
64 $json['attrs'] = $this->attrs;
/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/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/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DFencedCodeRenderer.php
/plugin/register/
H A Dsyntax.php175 $attrs = $adi_xml_result["attrs"];
176 $keys["long desc"] = $attrs["DESCRIPTION"];
178 $keys["addr"] = $attrs["WRITE-ADDRESS"];
179 $keys["length"] = $attrs["BIT-SIZE"];
269 if ($attrs["NAME"] == $adi_xml_search) {
270 $adi_xml_result["attrs"] = $attrs;
277 if ($attrs["PARENT"] != $adi_xml_search) {
282 $attrs["BIT-POSITION"] - 1 + $attrs["BIT-SIZE"],
283 $attrs["BIT-POSITION"],
284 $attrs["NAME"],
[all …]
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.svg.js161 attrs = o.attrs,
324 attrs = o.attrs,
427 value = -attrs.x - (attrs.width || 0);
449 value = -attrs.y - (attrs.height || 0);
524 if ("opacity" in attrs || "fill-opacity" in attrs) {
528 …s.length - 1], {"stop-opacity": ("opacity" in attrs ? attrs.opacity : 1) * ("fill-opacity" in attr…
549 if (attrs.gradient && !attrs[has]("stroke-opacity")) {
687 this.attrs = this.attrs || {};
1056 for (var a in this.attrs) if (this.attrs[has](a)) {
1249 res.attrs = { class in res
[all …]
/plugin/odt/ODT/styles/
H A DODTUnknownStyle.php160 $attrs = 0;
165 $attrs++;
171 $attrs++;
177 $attrs++;
183 $attrs++;
189 $attrs++;
194 if ( $attrs == 0 ) {
/plugin/prosemirror/action/
H A Dajax.php71 $attrs = $INPUT->arr('attrs');
74 $attrs['id'],
75 $attrs['title'],
76 $attrs['align'],
77 $attrs['width'],
78 $attrs['height'],
79 $attrs['cache'],
80 $attrs['linking']
102 $attrs
[all...]
/plugin/googlesearch/
H A Dnusoap.php1232 $this->attributes[$attrs['name']] = $attrs;
1284 if(isset($attrs['base']) && ereg(':Array$',$attrs['base'])){
1339 $this->elements[ $attrs['name'] ] = $attrs;
1349 $this->elements[ $attrs['name'] ] = $attrs;
1352 $this->elements[ $attrs['name'] ]['type'] = $attrs['type'];
1418 $this->simpleTypes[ $attrs['name'] ] = $attrs;
1531 if(isset($attrs['attrs']) && (count($attrs['attrs']) >= 1)){
1880 $this->elements[ $attrs['name'] ] = $attrs;
4726 $t['attrs'] = $etype['attrs'];
5581 if (isset($attrs['type']) || isset($attrs['ref'])) {
[all …]

12345678