Home
last modified time | relevance | path

Searched refs:inline (Results 376 – 400 of 737) sorted by path

1...<<11121314151617181920>>...30

/plugin/fckg/fckeditor/
H A Dlicense.txt574 structure layouts and accessors, and small macros and small inline
/plugin/fckg/
H A Dscript.js27 …var inline = makeMap("a,abbr,acronym,b,big,br,cite,code,del,em,font,h1,h2,h3,h4,h5,h6,i,img,ins,kb… variable
119 while ( stack.last() && inline[ stack.last() ] ) {
H A Dstyle.css112 display:inline-block;
/plugin/fetchmedia/
H A Dstyle.less12 display: inline-block;
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md13 * Documentation: Add inline explanations about `@`. (Ivan Enderlin, 2017-02-13T11:55:24+01:00)
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md109 - Allow inline lists and maps [\#944](https://github.com/schmittjoh/serializer/pull/944) ([goetas](…
204 - Make inline property work with deserialization too [\#937](https://github.com/schmittjoh/serializ…
373 - \#784 fix with inline array of type array\<K, V\> [\#785](https://github.com/schmittjoh/serialize…
377 - inline array with type array\<K, V\> not serialized [\#784](https://github.com/schmittjoh/seriali…
602 - HHVM compatibility issue with undefined property JMS\Serializer\Metadata\ClassMetadata::$inline
803 - Allow to not skip empty not inline array root node [\#611](https://github.com/schmittjoh/serializ…
947 - Fix inline bug with empty child [\#165](https://github.com/schmittjoh/serializer/pull/165) ([adri…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst639 * @XmlList(inline = true, entry = "comment")
670 You can also specify the entry tag namespace using the ``namespace`` attribute (``@XmlList(inline =…
H A Dxml_reference.rst32 inline="true"
42 …<xml-list inline="true" entry-name="foobar" namespace="http://www.w3.org/2005/Atom" skip-when-empt…
43 …<xml-map inline="true" key-attribute-name="foo" entry-name="bar" namespace="http://www.w3.org/2005…
67 inline="true"
86 inline="true"
100 …<xml-list inline="true" entry-name="foobar" namespace="http://www.w3.org/2005/Atom" skip-when-empt…
101 …<xml-map inline="true" key-attribute-name="foo" entry-name="bar" namespace="http://www.w3.org/2005…
H A Dyml_reference.rst56 inline: true
60 inline: true
64 inline: true
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DXmlCollection.php17 public $inline = false; variable in JMS\\Serializer\\Annotation\\XmlCollection
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonDeserializationVisitor.php165 if (true === $metadata->inline) {
H A DJsonSerializationVisitor.php145 if ($metadata->inline) {
H A DXmlDeserializationVisitor.php281 if (true === $metadata->inline) {
H A DXmlSerializationVisitor.php296 if ($addEnclosingElement = !$this->isInLineCollection($metadata) && !$metadata->inline) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAnnotationDriver.php203 $propertyMetadata->xmlCollectionInline = $annot->inline;
209 $propertyMetadata->xmlCollectionInline = $annot->inline;
241 $propertyMetadata->inline = true;
249 if ($propertyMetadata->inline) {
H A DXmlDriver.php228 if (isset($colConfig->attributes()->inline)) {
229 … $pMetadata->xmlCollectionInline = 'true' === (string) $colConfig->attributes()->inline;
251 if (isset($colConfig->attributes()->inline)) {
252 … $pMetadata->xmlCollectionInline = 'true' === (string) $colConfig->attributes()->inline;
314 if (null !== $inline = $pElem->attributes()->inline) {
315 $pMetadata->inline = 'true' === strtolower((string) $inline);
319 if ($pMetadata->inline) {
H A DYamlDriver.php238 $pMetadata->inline = (bool) $pConfig['inline'];
250 if ($pMetadata->inline) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DPropertyMetadata.php104 public $inline = false; variable in JMS\\Serializer\\Metadata\\PropertyMetadata
231 $this->inline,
279 $this->inline,
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/
H A DAbstractPropertyMetadataTest.php29 $metadata->inline = true;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DBlogPost.yml37 inline: true
H A DFirstClassListCollection.yml4 inline: true
H A DFirstClassMapCollection.yml4 inline: true
H A DObjectWithAbsentXmlListNode.yml14 inline: false
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php860 $inline = new InlineParent();
862 $result = $this->serialize($inline);
866 … self::assertEquals($inline, $this->deserialize($this->getContent('inline'), get_class($inline)));
872 $inline = new InlineParentWithEmptyChild(new InlineChildEmpty());
873 $result = $this->serialize($inline);
876 … self::assertEquals($inline, $this->deserialize($this->getContent('inline'), get_class($inline)));
883 $inline = new ParentDoNotSkipWithEmptyChild(new InlineChildEmpty());
890 $inline = new ParentDoNotSkipWithEmptyChild($inner);
902 $inline = new ParentSkipWithEmptyChild(new InlineChildEmpty());
909 $inline = new ParentSkipWithEmptyChild($inner);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template…

1...<<11121314151617181920>>...30