Home
last modified time | relevance | path

Searched refs:element (Results 401 – 425 of 796) sorted by path

1...<<11121314151617181920>>...32

/plugin/fedauth/Auth/Yadis/
H A DXRDS.php90 $this->element = null;
177 $attributes = $this->parser->attributes($this->element);
203 return $this->parser->evalXPath($name, $this->element);
356 $s->element = $node;
/plugin/fetchmedia/
H A Dyarn.lock712 repeat-element "^1.1.2"
1458 repeat-element "^1.1.2"
2616 repeat-element@^1.1.2:
2618 …resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.2.tgz#ef089a178d1483baa…
/plugin/filelisting/action/
H A Dajax.php50 foreach($elements as $element) {
51 echo $element->toHTML();
/plugin/filelisting/
H A Dhelper.php76 foreach($rowElements as $element) {
77 $form->addElement($element);
H A Dscript.js4 var Filelisting = function(element, options) { argument
5 this.$capiton = $(element).find('.plugin__filelisting_capiton');
6 this.$collapsible = $(element).find('.plugin__filelisting_collapsible');
7 this.$content = $(element).find('.plugin__filelisting_content');
9 this.$headertable = $(element).find('.plugin__filelisting_headertable');
10 this.$bodytable = $(element).find('.plugin__filelisting_bodytable');
12 this.$footer = $(element).find('.plugin__filelisting_footer');
315 $dirs.each($.proxy(function(index, element) { argument
316 var namespace = $(element).data('namespace'),
317 $descendants = $(element)
[all...]
/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/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DXMLHelper.php17 $element = $document->createElement($name);
20 $element->setAttribute($attribName, $attribValue);
23 return $element;
37 $element = self::createElement($document, $name, $attributes);
39 $element->appendChild($wrappedText);
41 return $element;
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DDataElementsTest.php52 $element = new $elementType($value);
58 $this->assertNotNull($element);
112 $element = new $elementType();
113 $element->setValue($value);
119 $this->assertNotNull($element);
131 $element = new DateAdded();
132 $element->setValue("");
167 $element = new $elementType($key, $value);
173 $this->assertNotNull($element);
/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/hoa/compiler/Bin/
H A DPp.php174 foreach ($compiler->getTrace() as $element) {
175 if ($element instanceof Compiler\Llk\Rule\Entry) {
176 $ruleName = $element->getRule();
186 } elseif ($element instanceof Compiler\Llk\Rule\Token) {
189 'token ', $element->getTokenName(),
190 ', consumed ', $element->getValue(), "\n";
194 'ekzit ', $element->getRule(), "\n";
/plugin/findologicxmlexport/vendor/hoa/compiler/Visitor/
H A DDump.php69 Visitor\Element $element,
75 $out = str_repeat('> ', self::$_i) . $element->getId();
77 if (null !== $value = $element->getValue()) {
87 $data = $element->getData();
95 foreach ($element->getChildren() as $child) {
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md357 `Hoa\Iterator\Lookahead` allows to look ahead for the next element:
384 previous element.
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php105 Visitor\Element $element,
109 $type = $element->getId();
110 $children = $element->getChildren();
182 $parent = $element->getParent();
197 $classname = get_class($element);
201 [$element],
204 $element->setParent($group);
246 $value = $element->getValueValue();
249 if ('constant' === $element->getValueToken()) {
255 } elseif ('id' === $element->getValueToken()) {
[all …]
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
H A DIsotropic.php85 Visitor\Element $element,
89 switch ($element->getId()) {
100 $element->getChildrenNumber() - 1
106 foreach ($element->getChildren() as $child) {
114 $xy = $element->getChild(1)->getValueValue();
118 switch ($element->getChild(1)->getValueToken()) {
160 $out .= $element->getChild(0)->accept(
172 foreach ($element->getChildren() as $child) {
199 $value = $element->getValueValue();
201 switch ($element->getValueToken()) {
[all …]
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md161 * (for all) i (element of) N
/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
H A DVisit.php57 public function visit(Element $element, &$handle = null, $eldnah = null); argument
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md103 - Possible to prefix the root element while serializing? [\#506](https://github.com/schmittjoh/seri…
203 - Serialization fails if root element has custom handler [\#961](https://github.com/schmittjoh/seri…
366 - Added trim to xml metadata reader for groups parameter, and added support for groups element [\#7…
420 - Allow namespaced XML element discriminator [\#753](https://github.com/schmittjoh/serializer/pull/…
483 - Serializing array that have one of the element or member of an element an empty object [\#277](ht…
738 - Skip an element during Xml deserialization process [\#229](https://github.com/schmittjoh/serializ…
816 - Generate namespaced element on XmlList entries [\#301](https://github.com/schmittjoh/serializer/p…
895 - XML root element namespace support [\#246](https://github.com/schmittjoh/serializer/pull/246) ([a…
939 - Skip an element based on a condition in a XmlList [\#121](https://github.com/schmittjoh/serialize…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst470 This allows you to specify the name of the top-level element.
494 @XmlRoot only applies to the root element, but is for example not taken into
593 current element. Note that this has the limitation that any additional
H A Dxml_reference.rst39 <!-- You can also specify the type as element which is necessary if
44 <xml-element cdata="false" namespace="http://www.w3.org/2005/Atom"/>
93 <!-- You can also specify the type as element which is necessary if
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DTypeVisitor.php18 public function visit(Element $element, &$handle = null, $eldnah = null) argument
20 switch ($element->getId()) {
22 return $this->visitSimpleType($element);
24 return $this->visitCompoundType($element, $handle, $eldnah);
33 private function visitSimpleType(TreeNode $element) argument
35 $tokenNode = $element->getChild(0);
64 private function visitCompoundType(TreeNode $element, ?int &$handle, ?int $eldnah): array argument
66 $nameToken = $element->getChild(0);
67 $parameters = array_slice($element->getChildren(), 1);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php301 $element = $this->createElement($metadata->serializedName, $namespace);
302 $this->currentNode->appendChild($element);
303 $this->setCurrentNode($element);
325 …if ($this->isElementEmpty($element) && (null === $v || $this->isSkippableCollection($metadata) || …
326 $this->currentNode->removeChild($element);
348 private function isElementEmpty(\DOMElement $element): bool argument
350 return !$element->hasChildNodes() && !$element->hasAttributes();
451 private function addNamespaceAttributes(ClassMetadata $metadata, \DOMElement $element): void argument
457 } elseif ($element->namespaceURI === $uri) {
460 $element->setAttributeNS('http://www.w3.org/2000/xmlns/', $attribute, $uri);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DAccessorSetter.php17 protected $element; variable in JMS\\Serializer\\Tests\\Fixtures\\AccessorSetter
33 return $this->element;
37 * @param AccessorSetterElement $element
39 public function setElementDifferent(AccessorSetterElement $element) argument
41 $this->element = new \stdClass();
42 $this->element->element = $element;
80 protected $element; variable in JMS\\Serializer\\Tests\\Fixtures\\AccessorSetterElement
99 * @param string $element
101 public function setElementDifferent($element) argument
103 $this->element = $element . '-different';
[all …]
H A DInvalidUsageOfXmlValue.php15 private $element = 'foo'; variable in JMS\\Serializer\\Tests\\Fixtures\\InvalidUsageOfXmlValue
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DXmlSerializationTest.php88 …tInstanceOf('JMS\Serializer\Tests\Fixtures\AccessorSetterElement', $object->getElement()->element);
89 self::assertEquals('attribute-different', $object->getElement()->element->getAttribute());
90 self::assertEquals('element-different', $object->getElement()->element->getElement());

1...<<11121314151617181920>>...32