Home
last modified time | relevance | path

Searched refs:name (Results 476 – 500 of 8094) sorted by last modified time

1...<<11121314151617181920>>...324

/plugin/adhoctags/
H A Dplugin.info.txt5 name Ad-Hoc HTML Plugin
H A DLICENSE293 <one line to give the program's name and a brief idea of what it does.>
294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
H A DREADME.md86 - `classname` – anything that does matches a valid CSS class name (and none of the other formats) will be treated as a class name.
88 - `[name=value]` – extended format for all other allowed attributes. For example, `[style=color:red]`, or `[dir=ltr]` to override the text direction set by the `:lang` attribute, etc.
105 **2. Remove the attribute name from *title="…"* attributes**
/plugin/adhoctags/syntax/
H A Da.php18 function allowAttribute(&$name, &$value) { argument
20 switch ($name) {
H A Dabstract.php17 protected $output_tag = null; /* allows overriding the tag name for output */
45 function allowAttribute(&$name, &$value) { argument
203 * (get Attributes, select ODT element that fits, render it, return element name)
H A Dtime.php18 function allowAttribute(&$name, &$value) { argument
19 //dbg('<time>:allowAttribute(' . $name . ', "' . $value . '")');
21 return ( $name == 'datetime' && preg_match('/^[\w\d\s_+-:]+$/i', $value) );
H A Ddetails.php18 function allowAttribute(&$name, &$value) { argument
19 //dbg('<details>:allowAttribute(' . $name . ', "' . $value . '")');
21 return ( $name == 'open' && in_array($value, array('','open')) );
/plugin/subpages/
H A Dplugin.info.txt6 name SubPages Plugin
/plugin/lastpages/
H A Dplugin.info.txt6 name LastPages Plugin
/plugin/dwtimeline/
H A DLICENSE293 <one line to give the program's name and a brief idea of what it does.>
294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
H A Dplugin.info.txt5 name dwtimeline plugin
/plugin/mobiletable/
H A DmobileTable.js112 const addNameCell = (tr, name) => {
115 if (isTextCell(name)) {
117 cell.innerText = name.innerText
119 cell = name.cloneNode(true)
165 for (let name of schema) {
184 if (name !== hiddenHeading) {
185 addNameCell(tr, name)
192 … const newCell = addCell(tr, row.children[i - colOffset], name === hiddenHeading)
H A Dplugin.info.txt4 name Mobile Tables
H A DLICENSE315 Gnomovision version 69, Copyright (C) year name of author
/plugin/slacknotifier/helper/
H A DPayload.php
H A DConfig.php28 public function __get($name)
30 return $this->plugin->getConf($name, null);
27 __get($name) global() argument
H A DContext.php16 public function __get($name) argument
18 $method = "get$name";
20 throw new InvalidArgumentException("Invalid property: $name");
33 return $userinfo['name'] ?? null;
/plugin/slacknotifier/
H A Dplugin.info.txt5 name Slack Notifier
/plugin/bpmnio/
H A Dplugin.info.txt5 name bpmnio
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md321 * `FEAT`: show message name on message flow ([#777](https://github.com/bpmn-io/bpmn-js/issues/777))
462 * `FEAT`: serialize link events with an empty name ([#1296](https://github.com/bpmn-io/bpmn-js/issu…
839 * `FEAT`: unset businessObject name if empty ([`6c081d85`](https://github.com/bpmn-io/bpmn-js/commi…
842 * `FIX`: create/update labels when updating element name via `Modeling#updateProperties` ([`4a0f6da…
848 * `FEAT`: external labels can be deleted, clearing the elements name ([#791](https://github.com/bpm…
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
H A Ddiagram-js.css691 .djs-popup-entry-name {
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js2 …utes())for(n=0,i=(r=e.attributes).length;n<i;++n)o=r.item(n),t.push(" ",o.name,'="',Ie(o.value,je)…
7name]||[],e,t,n);Object.defineProperty(n,t.name,{enumerable:t.enumerable,value:i}),i.length&&i.for… property in AnonymousFunctionc4f831ab10100.o
27name,{box:t,align:n,padding:7,style:{fill:eo(t,p,c)}})}function k(e,t,n){Zn(T(e,t,{box:{height:30,…
33 …L,!s){if(null!=o)for(u={},f=0;f<e.attributes.length;f++)u[e.attributes[f].name]=e.attributes[f].va…
86 ${e.name&&ac`
87 <div key=${e.id} class="entry-header" title=${e.name}>
88 ${e.name}
194name:i})))&&void 0)})),e.on("moddleCopy.canSetCopiedProperty",(function(e){var t,n,i=e.property;if…
H A Dbpmn-navigated-viewer.production.min.js2name,'="',Y(o.value,U),'"');if(e.hasChildNodes()){for(t.push(">"),n=0,i=(a=e.childNodes).length;n<… property in AnonymousFunctionbb2fc39521a00.o
H A Dbpmn-viewer.production.min.js2name,'="',Y(o.value,U),'"');if(e.hasChildNodes()){for(t.push(">"),n=0,i=(a=e.childNodes).length;n<… property in AnonymousFunction98f4c1951c900.a
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md181 * `FEAT`: allow decision name to take empty space ([#579](https://github.com/bpmn-io/dmn-js/issues/…

1...<<11121314151617181920>>...324