Home
last modified time | relevance | path

Searched refs:attrs (Results 76 – 100 of 188) sorted by relevance

12345678

/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/exttab3/
H A Dsyntax.php62 $attrs = '[^\n\{\|\!\[]+';
65 $this->Lexer->addPattern("\n\|\+ *(?:$attrs\|(?!\|))?", $this->mode);
69 $this->Lexer->addPattern("(?: *?\n|\!)\!(?:$attrs\|(?!\|))?", $this->mode);
71 $this->Lexer->addPattern("(?: *?\n|\|)\|(?:$attrs\|(?!\|))?", $this->mode);
135 $attrs = substr($markup, $len);
136 return array($tag, $attrs);
/plugin/alphalist2/
H A Dsyntax.php26 $attrs = substr($match, strlen('<alphalist'), -1);
27 $classes = preg_split('/\s+/', $attrs, -1, PREG_SPLIT_NO_EMPTY);
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js866 var attrs = {};
867 var models = [attrs];
878 set: function(attrs) { argument
922 validate: function(attrs){ if (!attrs.valid) return 'invalid'; } argument
1294 if (attrs.child) {
1530 parse: function(attrs) { argument
1683 return attrs.type === 'a' ? new A(attrs) : new B(attrs);
1700 return attrs.type === 'a' ? new A(attrs) : new B(attrs);
1715 return attrs.type === 'a' ? new A(attrs) : new B(attrs);
1719 return attrs.type + '-' + attrs.id;
[all …]
/plugin/callflow/
H A Draphael.js2454 attrs.bx = toFloat(seg[seglen - 4]) || attrs.x;
2455 attrs.by = toFloat(seg[seglen - 3]) || attrs.y;
5905 attrs = o.attrs,
6067 attrs = o.attrs,
6163 value = -attrs.x - (attrs.width || 0);
6411 this.attrs = this.attrs || {};
6756 for (var a in this.attrs) if (this.attrs[has](a)) {
7277 o.attrs = o.attrs || {};
7500 o.attrs = o.attrs || {};
7501 var attrs = o.attrs,
[all …]
/plugin/advrack/
H A Draphael.js2454 attrs.bx = toFloat(seg[seglen - 4]) || attrs.x;
2455 attrs.by = toFloat(seg[seglen - 3]) || attrs.y;
5904 attrs = o.attrs,
6066 attrs = o.attrs,
6169 value = -attrs.x - (attrs.width || 0);
6417 this.attrs = this.attrs || {};
6762 for (var a in this.attrs) if (this.attrs[has](a)) {
7283 o.attrs = o.attrs || {};
7506 o.attrs = o.attrs || {};
7507 var attrs = o.attrs,
[all …]
/plugin/workflow/syntax/
H A Ddecision.php65 $attrs = array();
67 $attrs[$matches[1][$i]] = $matches[2][$i];
72 $renderer->doc .= 'var wfstatedefs = ' . json_encode($attrs) . ';';
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DListBlockRenderer.php40 $attrs = $node->data->get('attributes');
43 $attrs['start'] = (string) $listData->start;
/plugin/commonmark/vendor/league/commonmark/src/Block/Renderer/
H A DListItemRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Renderer/
H A DFootnoteRefRenderer.php41 $attrs = $node->data->getData('attributes');
42 $attrs->append('class', $this->config->get('footnote/ref_class'));
43 $attrs->set('href', \mb_strtolower($node->getReference()->getDestination(), 'UTF-8'));
44 $attrs->set('role', 'doc-noteref');
55 $attrs->export(),
/plugin/booking/
H A Daction.php172 ->attrs(['type' => 'date', 'min' => date('Y-m-d'), 'required' => 'required'])
175 ->attrs(['type' => 'time', 'required' => 'required'])
179 ->attrs(['required' => 'required', 'placeholder' => '1h'])
/plugin/searchform/
H A Dsyntax.php107 ->attrs([
116 $searchForm->addButton('', $lang['btn_search'])->attrs([
/plugin/mantis/lib/
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]];
/plugin/fksnewsfeed/
H A Daction.php267 $input = $form->addTextarea('text', $this->getLang($field), -1)->attrs([
289 $input = $form->addTextInput($field, $this->getLang($field))->attrs([
295 $input = $form->addTextInput($field, $this->getLang($field))->attrs([
301 $input = $form->addTextInput($field, $this->getLang($field))->attrs([
315 $input = $form->addTextInput($field, $this->getLang($field))->attrs([
/plugin/saveandedit/
H A Daction.php137 $attrs = $INPUT->bool('saveandedit') ? array('checked' => 'checked') : array();
138 …++, form_makeCheckboxField('saveandedit', '1', $this->getLang('btn_saveandedit'), '', '', $attrs));
/plugin/fckg/
H A Dscript.js134 var attrs = [];
142 attrs.push({
150 handler.start( tagName, attrs, unary );
/plugin/docimporter/
H A D.action.php.swp26attrs);� $attrs = array('ow' => true);� $image_data = new …
/plugin/prosemirror/action/
H A Deditor.php187 $linkForm->addButtonHTML('linkwiz', inlineSVG(DOKU_PLUGIN . 'prosemirror/images/link.svg'))->attrs([
191 $linkForm->addTextInput('linktarget', $this->getLang('link target'))->attrs(
238 $mediaForm->addButtonHTML('mediamanager', inlineSVG(DOKU_PLUGIN . 'prosemirror/images/file-image-outline.svg'))->attrs([
242 $mediaForm->addTextInput('mediatarget', $this->getLang('media target'))->attrs(
/plugin/prosemirror/parser/
H A DMark.php20 protected $attrs; variable in dokuwiki\\plugin\\prosemirror\\parser\\Mark
36 if (isset($data['attrs'])) {
37 $this->attrs = $data['attrs'];
H A DEmailLinkNode.php10 return $this->getDefaultLinkSyntax($this->attrs['data-inner']);
H A DExternalLinkNode.php9 return $this->getDefaultLinkSyntax($this->attrs['data-inner']);
/plugin/combo/action/
H A Dlogin.php270 foreach ($userField->attrs() as $keyAttr => $valueAttr) {
293 foreach ($pwdField->attrs() as $keyAttr => $valueAttr) {
320 foreach ($rememberField->attrs() as $keyAttr => $valueAttr) {
/plugin/authucenter/lib/uc_client/lib/
H A Dxml.class.php39 var $attrs = array(); variable in XML
83 $this->attrs = $attributes;

12345678