Home
last modified time | relevance | path

Searched refs:element (Results 501 – 525 of 796) sorted by last modified time

1...<<21222324252627282930>>...32

/plugin/sequencediagram/bower_components/snap.svg/
H A Dhistory.md7 * Moved class and element related code into separate plugins
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.js1418 pushToStack: function(element) { argument
1419 this._stack.push(element);
1420 return element;
H A Dsequence-diagram-min.js6 …etBBox();return t.remove(),bb},pushToStack:function(element){return this._stack.push(element),elem…
H A Dsequence-diagram-min.js.map1 …r","id","markerWidth","t","createText","getBBox","remove","pushToStack","element","_stack","finish…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dfirebug.css710 * actual color. These are used both on the same element in case
1316 .objectLink-element,
1332 .objectLink-element,
2870 div.objectBox-element {
2925 .objectLink-element,
3044 .objectBox-element {
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock821 repeat-element "^1.1.2"
1352 repeat-element "^1.1.2"
2666 repeat-element@^1.1.2:
2668 …resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.2.tgz#ef089a178d1483baa…
/plugin/webcomponent/_test/data/pages/
H A Dgroup.txt5 ''group'' implements the ''navbar-nav'' element that is used in a [[navbar|navbar]] to group elemen…
7 This is used mostly if you want a group of element at the right and an other at the left
H A Dcollapse.txt6 All the element that are inside a collapse will be collapsed when the width of the page becomes a m…
H A Ddropdown.txt4 …are a dropdown list for the [[navbar|navbar]] that must be placed inside a [[group|group]] element.
H A Dcite.txt5 The ''cite'' element
H A Dnavbar.txt4 The ''navbar'' component is the implementation of the top element of [[https://getbootstrap.com/doc…
11 * a [[collapse|collapse container]] to group the element that will collapse
/plugin/webcomponent/_test/
H A Dblockquote.test.php29 $element = syntax_plugin_webcomponent_blockquote::getTagName();
30 $doku_text = '<' . $element . '>MyQuote</' . $element . '>';
48 $element = syntax_plugin_webcomponent_blockquote::getTagName();
49 $doku_text = '<' . $element . '>MyQuote<cite>Nico</cite></' . $element . '>';
67 $element = syntax_plugin_webcomponent_blockquote::getTagName();
68 $doku_text = '<' . $element . ' class="" >MyQuote</' . $element . '>';
H A Dmath.test.php36 foreach ($elements as $element) {
37 $doku_text = '<' . $element . '>' . $content . '</' . $element . '>';
42 '&lt;'.$element.'&gt;[[link]]&lt;/'.$element.'&gt;'.DOKU_LF.
H A Dbutton.test.php34 foreach ($elements as $element) {
35 …$doku_text = '<' . $element . '>' . '[[:namespace:page#section|' . $link_content . ']]' . '</' . $
50 $element = syntax_plugin_webcomponent_button::getTags()[0];
51 $doku_text = '<' . $element . '>' . '[['.$pageIdReferent.']]' . '</' . $element . '>';
H A Dcite.test.php30 $element = syntax_plugin_webcomponent_cite::getTag();
31 $doku_text = '<' . $element . '>[[:namespace:page#section|bla]]</' . $element . '>';
/plugin/webcomponent/syntax/
H A Dmath.php72 foreach (self::getElements() as $element) {
74 $pattern = webcomponent::getLookAheadPattern($element);
85 foreach (self::getElements() as $element) {
86 …$this->Lexer->addExitPattern('</' . $element . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . …
/plugin/data-au/
H A Dscript.js90 getAliastype(this.element)
115 getAliastype(this.element)
/plugin/emoji/script/
H A Djquery.textcomplete.js142 function Completer(element, option) { argument
143 this.$el = $(element);
154 if (element === element.ownerDocument.activeElement) {
209 var element = this.$el.get(0);
426 this.$inputEl = $(element);
436 this._bindEvents(element);
987 this.el = element;
988 this.$el = $(element);
1159 }).insertBefore(element);
1457 if (element.nodeName !== 'INPUT')
[all …]
/plugin/findologicxmlexport/vendor/hoa/visitor/
H A DREADME.md63 element to visit and a visitor, for example a node of a tree and a dumper. The
64 element to visit will implement the `Hoa\Visitor\Element` interface and the
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst56 ``@Target`` indicates the kinds of class element to which an annotation type is applicable.
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/tests/
H A DXmlSchemaDateHandlerDeserializationTest.php75 $element = new \SimpleXMLElement("<Date>$date</Date>");
76 … $deserialized = $this->handler->deserializeDate($this->visitor, $element, [], $this->context);
95 $element = new \SimpleXMLElement("<Date>2015-01-01T</Date>");
96 $this->handler->deserializeDate($this->visitor, $element, [], $this->context);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst108 * check if ``foo`` is an array and ``bar`` a valid element;
118 * check if ``foo`` is an array and ``bar`` a valid element;
507 (subsequently called ``forms.html``) of a macro that renders a form element:
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DCodeExporter.php79 foreach ($array as $element) {
80 if (is_array($element)) {
81 $result = self::arrayOnlyContainsScalars($element);
82 } elseif (!is_scalar($element) && !is_null($element)) {
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfCompact.yml4 Compact notation for sets of mappings with single element
57 Compact notation for sets of mappings with single element
110 Compact notation for sets of mappings with single element
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DTag.php48 $element = $grammar->parse($token);
49 if (is_array($element)) {
50 $elements = array_merge($elements, $element);
52 $elements[$grammar->getName()] = $element;

1...<<21222324252627282930>>...32