Home
last modified time | relevance | path

Searched refs:attributes (Results 351 – 375 of 644) sorted by last modified time

1...<<11121314151617181920>>...26

/plugin/refnotes/syntax/
H A Dreferences.php208 private function renderReference($mode, $renderer, $attributes, $data) { argument
209 $reference = refnotes_renderer_core::getInstance()->addReference($attributes, $data);
/plugin/refnotes/
H A Daction.php349 $attributes = $call->getPluginData(1);
351 $reference = $this->core->addReference($attributes, $data, $call);
H A Dadmin.js729 let attributes = data ? new Map(Object.entries(data)) : new Map();
744 attributes.set('text', text);
748 return attributes.get('text');
752 attributes.set(name, value);
756 if (!attributes.has(name) || (isInlineAttribute(name) && !this.getAttribute('inline'))) {
760 return attributes.get(name);
769 if (attributes.has(inlineAttributes[i])) {
770 attributes.delete(inlineAttributes[i]);
775 for (let [name, attribute] of attributes) {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1attributes=null}return e.prototype.findAttribute=function(e){if(this.attributes)for(var t=0,n=this…
H A D45.45.js.map1 … }\n }\n ],\n // attributes\n [/\…
H A D5.5.js1attributes?Object.keys(this.attributes):[]},enumerable:!1,configurable:!0}),e.prototype.isSameTag=…
H A D59.59.js.map1 …whitespace\n { include: '@whitespace' },\n // [[ attributes ]].\n …
H A D60.60.js.map1 …whitespace\n { include: '@whitespace' },\n // [[ attributes ]].\n …
H A D63.63.js5attributes:["@autoclosure","@noescape","@noreturn","@NSApplicationMain","@NSCopying","@NSManaged",… property in AnonymousFunctione09f0dad0100.i
H A D63.63.js.map1attributes: [\n '@autoclosure',\n '@noescape',\n '@noreturn',\n '@NSAp…
H A D7.7.js.map1 …'assigning',\n 'association',\n 'asynchronous',\n 'at',\n 'attributes',\n 'authorit…
H A Dbundle.js.map1attributes from the layout graph\n * to the input graph, so it serves as a good place to determine…
H A D1.1.js.map1 …whitespace\n { include: '@whitespace' },\n // (* attributes *).\n …
H A D15.15.js.map1 … [/'strict-dynamic'/, 'string.quote'],\n [/'unsafe-hashed-attributes'/, 'string.quote…
H A D19.19.js.map1 …whitespace\n { include: '@whitespace' },\n // [< attributes >].\n …
H A D2.2.js35245 this.attributes = null;
35248 if (this.attributes) {
35268 if (this.attributes) {
35269 var last = this.attributes[this.attributes.length - 1];
35274 if (this.attributes) {
35275 var first = this.attributes[0];
35297 if (!this.attributes) {
35298 this.attributes = [];
35312 if (this.attributes) {
35313 elem.attributes = [];
[all …]
H A D3.3.js.map1attributes for a type attribute\n while (raw_token.type !== TOKEN.EOF && start_token.closed !== r…
H A D0.0.js.map1 …whitespace\n { include: '@whitespace' },\n // [[ attributes ]].\n …
H A D2.2.js.map1attributes, whether on a range input, a number field, or any other types that accept those attribu…
H A D20.20.js.map1 …whitespace\n { include: '@whitespace' },\n // [[ attributes ]].\n …
H A Dbundle.js125attributes:[]},i.log.info("Added new entity :",e)),s[e]};t.default={Cardinality:{ZERO_OR_ONE:"ZERO…
133 …ansform","translate("+f.width/2+","+f.height/2+")");return f}(o,a,t[r].attributes),c=l.width,d=l.h…
137 …":":15,argDirective:16,entityName:17,relSpec:18,role:19,BLOCK_START:20,attributes:21,BLOCK_STOP:22…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js125attributes:[]},i.log.info("Added new entity :",e)),s[e]};t.default={Cardinality:{ZERO_OR_ONE:"ZERO…
133 …ansform","translate("+f.width/2+","+f.height/2+")");return f}(o,a,t[r].attributes),c=l.width,d=l.h…
137 …":":15,argDirective:16,entityName:17,relSpec:18,role:19,BLOCK_START:20,attributes:21,BLOCK_STOP:22…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1attributes","entityName","attribs","entity","getEntities","entA","rolA","entB","rSpec","rel","enti…
/plugin/ol3/
H A Dscript.js8attributes.indexOf(r)&&t.attributes.push(r),(t.inFragmentShader?"v_":"a_")+r}},Eh.var={getReturnTy… property in Wh.l
/plugin/fksnewsfeed/inc/
H A DAbstractStream.php64 $attributes = [];
67 $attributes['data-' . $key] = $value;
72 $renderer->doc .= '<div class="stream row" ' . buildAttributes($attributes) . '></div>';

1...<<11121314151617181920>>...26