/dports/www/typo3-9/typo3_src-9.5.31/vendor/symfony/cache/Adapter/ |
H A D | FilesystemAdapter.php | 23 …e = '', int $defaultLifetime = 0, string $directory = null, MarshallerInterface $marshaller = null) argument 25 $this->marshaller = $marshaller ?? new DefaultMarshaller();
|
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/cache/Adapter/ |
H A D | FilesystemAdapter.php | 23 …e = '', int $defaultLifetime = 0, string $directory = null, MarshallerInterface $marshaller = null) argument 25 $this->marshaller = $marshaller ?? new DefaultMarshaller();
|
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/cache/Adapter/ |
H A D | FilesystemAdapter.php | 23 …e = '', int $defaultLifetime = 0, string $directory = null, MarshallerInterface $marshaller = null) argument 25 $this->marshaller = $marshaller ?? new DefaultMarshaller();
|
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/modelica/ |
H A D | Modelica.java | 60 private Marshaller marshaller; field in Modelica 72 marshaller = jaxbContext.createMarshaller(); in Modelica() 77 marshaller.setSchema(schema); in Modelica() 84 marshaller.setProperty(Marshaller.JAXB_ENCODING, LATIN1_ENCODING); in Modelica() 86 marshaller.setProperty(Marshaller.JAXB_FRAGMENT, Boolean.TRUE); in Modelica() 156 …marshaller.marshal(new org.scilab.modules.xcos.modelica.model.ObjectFactory().createModel(unmerge(… in save()
|
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/symfony/cache/Simple/ |
H A D | FilesystemCache.php | 30 …e = '', int $defaultLifetime = 0, string $directory = null, MarshallerInterface $marshaller = null) argument 32 $this->marshaller = $marshaller ?? new DefaultMarshaller();
|
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/symfony/cache/Simple/ |
H A D | FilesystemCache.php | 30 …e = '', int $defaultLifetime = 0, string $directory = null, MarshallerInterface $marshaller = null) argument 32 $this->marshaller = $marshaller ?? new DefaultMarshaller();
|
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/sdp/v3/ |
H A D | marshal.go | 39 m := make(marshaller, 0, 1024) 123 type marshaller []byte type 125 func (m *marshaller) addKeyValue(key, value string) { 134 func (m *marshaller) bytes() []byte {
|
/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/deskew/ |
H A D | Dependencies.cpp | 47 XmlMarshaller marshaller(doc); in toXml() local 50 el.appendChild(marshaller.rotation(m_rotation, "rotation")); in toXml() 51 el.appendChild(marshaller.polygonF(m_pageOutline, "page-outline")); in toXml()
|
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Interop/IL/ |
H A D | Marshaller.cs | 286 marshaller.Context = context; in CreateMarshaller() 293 marshaller.Return = isReturn; in CreateMarshaller() 295 marshaller.IsNativeByRef = marshaller.IsManagedByRef /* || isRetVal || LpStruct /etc */; in CreateMarshaller() 296 marshaller.In = isIn; in CreateMarshaller() 300 marshaller.Index = index; in CreateMarshaller() 318 marshaller.Out = isOut; in CreateMarshaller() 320 if (!marshaller.In && !marshaller.Out) in CreateMarshaller() 330 marshaller.In = true; in CreateMarshaller() 335 marshaller.In = true; in CreateMarshaller() 345 if (!marshaller.IsManagedByRef && marshaller.In) in CreateMarshaller() [all …]
|
/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/select_content/ |
H A D | Params.cpp | 54 XmlMarshaller marshaller(doc); in toXml() local 60 el.appendChild(marshaller.rectF(m_contentRect, "content-rect")); in toXml() 61 el.appendChild(marshaller.rectF(m_pageRect, "page-rect")); in toXml() 62 el.appendChild(marshaller.sizeF(m_contentSizeMM, "content-size-mm")); in toXml()
|
/dports/www/grails/grails-1.3.6/src/java/org/codehaus/groovy/grails/web/converters/marshaller/xml/ |
H A D | CollectionMarshaller.java | 16 package org.codehaus.groovy.grails.web.converters.marshaller.xml; 24 import org.codehaus.groovy.grails.web.converters.marshaller.NameAwareMarshaller; 25 import org.codehaus.groovy.grails.web.converters.marshaller.ObjectMarshaller;
|
H A D | ArrayMarshaller.java | 16 package org.codehaus.groovy.grails.web.converters.marshaller.xml; 20 import org.codehaus.groovy.grails.web.converters.marshaller.ObjectMarshaller; 21 import org.codehaus.groovy.grails.web.converters.marshaller.NameAwareMarshaller;
|
H A D | MapMarshaller.java | 16 package org.codehaus.groovy.grails.web.converters.marshaller.xml; 23 import org.codehaus.groovy.grails.web.converters.marshaller.NameAwareMarshaller; 24 import org.codehaus.groovy.grails.web.converters.marshaller.ObjectMarshaller;
|
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/palette/ |
H A D | PaletteManager.java | 66 private static Marshaller marshaller; field in PaletteManager 233 if (marshaller == null) { in saveConfig() 240 marshaller.marshal(getRoot(), f); in saveConfig() 261 marshaller = jaxbContext.createMarshaller(); in initMarshaller() 266 marshaller.setSchema(schema); in initMarshaller() 271 marshaller.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, true); in initMarshaller()
|
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.oxm/src/main/java/org/springframework/oxm/jaxb/ |
H A D | Jaxb2Marshaller.java | 618 Marshaller marshaller = createMarshaller(); in marshal() local 623 marshalStaxResult(marshaller, graph, result); in marshal() 626 marshaller.marshal(graph, result); in marshal() 655 Marshaller marshaller = getJaxbContext().createMarshaller(); in createMarshaller() local 656 initJaxbMarshaller(marshaller); in createMarshaller() 657 return marshaller; in createMarshaller() 675 marshaller.setProperty(name, this.marshallerProperties.get(name)); in initJaxbMarshaller() 679 marshaller.setListener(this.marshallerListener); in initJaxbMarshaller() 682 marshaller.setEventHandler(this.validationEventHandler); in initJaxbMarshaller() 686 marshaller.setAdapter(adapter); in initJaxbMarshaller() [all …]
|
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/tools/ |
H A D | libglibcodegen.py | 174 def move_into_gvalue(gvaluep, gtype, marshaller, name): argument 177 elif marshaller == 'BOXED': 196 def copy_into_gvalue(gvaluep, gtype, marshaller, name): argument 199 elif marshaller == 'BOXED':
|
/dports/net-im/telepathy-logger-qt5/telepathy-logger-qt-17.09.0/tools/ |
H A D | libglibcodegen.py | 174 def move_into_gvalue(gvaluep, gtype, marshaller, name): argument 177 elif marshaller == 'BOXED': 196 def copy_into_gvalue(gvaluep, gtype, marshaller, name): argument 199 elif marshaller == 'BOXED':
|
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/tools/ |
H A D | libglibcodegen.py | 174 def move_into_gvalue(gvaluep, gtype, marshaller, name): argument 177 elif marshaller == 'BOXED': 196 def copy_into_gvalue(gvaluep, gtype, marshaller, name): argument 199 elif marshaller == 'BOXED':
|
/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/tools/ |
H A D | libglibcodegen.py | 174 def move_into_gvalue(gvaluep, gtype, marshaller, name): argument 177 elif marshaller == 'BOXED': 196 def copy_into_gvalue(gvaluep, gtype, marshaller, name): argument 199 elif marshaller == 'BOXED':
|
/dports/net/py-suds-community/suds-community-1.0.0/suds/bindings/ |
H A D | binding.py | 80 def marshaller(self): member in Binding 241 marshaller = self.marshaller() 244 return marshaller.process(content) 261 marshaller = self.marshaller() 265 return marshaller.process(content)
|
/dports/deskutils/spice-gtk/spice-gtk-0.37/src/ |
H A D | channel-inputs.c | 162 msg->marshallers->msgc_inputs_mouse_motion(msg->marshaller, &motion); in mouse_motion() 187 msg->marshallers->msgc_inputs_mouse_position(msg->marshaller, &position); in mouse_position() 440 msg->marshallers->msgc_inputs_mouse_press(msg->marshaller, &press); in spice_inputs_channel_button_press() 505 msg->marshallers->msgc_inputs_mouse_release(msg->marshaller, &release); in spice_inputs_channel_button_release() 548 msg->marshallers->msgc_inputs_key_down(msg->marshaller, &down); in spice_inputs_channel_key_press() 591 msg->marshallers->msgc_inputs_key_up(msg->marshaller, &up); in spice_inputs_channel_key_release() 641 buf = (guint8*)spice_marshaller_reserve_space(msg->marshaller, 2); in spice_inputs_channel_key_press_and_release() 645 buf = (guint8*)spice_marshaller_reserve_space(msg->marshaller, 4); in spice_inputs_channel_key_press_and_release() 681 msg->marshallers->msgc_inputs_key_modifiers(msg->marshaller, &modifiers); in set_key_locks()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/xml/bind/xjc/8145039/ |
H A D | JaxbMarshallTest.java | 77 Marshaller marshaller; in marshallClassCastExceptionTest() local 106 marshaller = jaxbContext.createMarshaller(); in marshallClassCastExceptionTest() 107 marshaller.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, true); in marshallClassCastExceptionTest() 108 marshaller.marshal(objectLongListClass, System.out); in marshallClassCastExceptionTest()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/xml/bind/xjc/8145039/ |
H A D | JaxbMarshallTest.java | 77 Marshaller marshaller; in marshallClassCastExceptionTest() local 106 marshaller = jaxbContext.createMarshaller(); in marshallClassCastExceptionTest() 107 marshaller.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT, true); in marshallClassCastExceptionTest() 108 marshaller.marshal(objectLongListClass, System.out); in marshallClassCastExceptionTest()
|
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/symfony/cache/Traits/ |
H A D | MemcachedTrait.php | 42 private $marshaller; variable 51 …init(\Memcached $client, string $namespace, int $defaultLifetime, ?MarshallerInterface $marshaller) argument 69 $this->marshaller = $marshaller ?? new DefaultMarshaller(); 236 if (!$values = $this->marshaller->marshall($values, $failed)) { 264 $result[self::decodeKey($key)] = $this->marshaller->unmarshall($value);
|
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/symfony/cache/Traits/ |
H A D | MemcachedTrait.php | 42 private $marshaller; variable 51 …init(\Memcached $client, string $namespace, int $defaultLifetime, ?MarshallerInterface $marshaller) argument 69 $this->marshaller = $marshaller ?? new DefaultMarshaller(); 236 if (!$values = $this->marshaller->marshall($values, $failed)) { 264 $result[self::decodeKey($key)] = $this->marshaller->unmarshall($value);
|