Home
last modified time | relevance | path

Searched refs:getContent (Results 1 – 25 of 243) sorted by relevance

12345678910

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php143 $this->getContent('nullable'),
152 $this->getContent('empty_object'),
178 $this->getContent('type_casting'),
1108 $this->getContent('groups_foo'),
1118 $this->getContent('groups_all'),
1277 $this->getContent('car'),
1288 $this->getContent('car'),
1292 $this->getContent('post'),
1364 $this->getContent('garage'),
1386 $this->getContent('garage'),
[all …]
H A DXmlSerializationTest.php172 $this->getContent('virtual_attributes'),
180 $this->getContent('virtual_values'),
188 $this->getContent('virtual_properties_list'),
196 $this->getContent('virtual_properties_map'),
235 $this->getContent('object_with_namespaces_and_list'),
262 $this->getContent('object_with_namespaces_and_nested_list'),
278 $xml = $this->getContent('array_key_values_with_type_1');
284 $xml2 = $this->getContent('array_key_values_with_type_2');
293 $xml = $this->getContent('array_key_values_with_nested_type');
358 $this->getContent('object_with_only_namespaces_and_list'),
[all …]
H A DJsonSerializationTest.php24 protected function getContent($key) function in JMS\\Serializer\\Tests\\Serializer\\JsonSerializationTest
143 [[1, 2, 3], $this->getContent('inline_map')],
144 [[], $this->getContent('inline_empty_map')],
145 [['a' => 'b', 'c' => 'd', 5], $this->getContent('inline_deserialization_map')],
219 $content = $this->getContent('object_with_object_property_no_array_to_author');
227 $content = $this->getContent('object_with_object_property');
/plugin/uncmap/_test/
H A Dmapping.test.php91 strpos($response->getContent(), 'Testlink') !== false,
95 strpos($response->getContent(), '>some title</a>') !== false,
99 … strpos($response->getContent(), 'href="file:///server1/documents/path/to/file"') !== false,
103 strpos($response->getContent(), 'class="windows"') !== false,
118 strpos($response->getContent(), 'Testlink') !== false,
122 strpos($response->getContent(), 'class="wikilink1"') !== false,
126 … strpos($response->getContent(), 'href="file:///server2/shareTest/testfile.tmp"') !== false,
141 strpos($response->getContent(), 'Testlink') !== false,
145 strpos($response->getContent(), 'class="wikilink2"') !== false,
166 strpos($response->getContent(), 'Testlink') !== false,
[all …]
/plugin/simplenavi/_test/
H A DSimplenaviTest.php
/plugin/backlinks2/_test/
H A Dsyntax.test.php100 strpos($response->getContent(), 'A link to Bob Ross') !== false,
110 strpos($response->getContent(), 'Bob Ross says') !== false,
120 strpos($response->getContent(), 'Backlinks to what Bob Ross says') !== false,
124 $doc = phpQuery::newDocument($response->getContent());
H A Dsyntax_exclude.test.php84 …strpos($response->getContent(), 'Backlinks to what Bob Ross says (excluding exclude namespace)') !…
89 strpos($response->getContent(), 'An excluded link to Bob Ross') == false,
93 $doc = phpQuery::newDocument($response->getContent());
H A Dsyntax_include_deep.test.php81 strpos($response->getContent(), 'Backlinks from pages in /aaa/bbb/cc/') !== false,
86 strpos($response->getContent(), 'linking to a page form aaa') !== false,
92 $doc = phpQuery::newDocument($response->getContent());
H A Dsyntax_include.test.php81 … strpos($response->getContent(), 'Backlinks to what Bob Ross says (including only)') !== false,
85 $doc = phpQuery::newDocument($response->getContent());
/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DQuoteRenderer.php
/plugin/publish/_test/
H A Dpublish.test.php49 strpos($response->getContent(), '<div class="approval approved_no">') !== false,
63 strpos($response->getContent(), '<div class="approval approved_yes">') !== false,
81 strpos($response->getContent(), '<div class="approval') === false,
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DNewlineParser.php
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/
H A DHtmlInlineRenderer.php
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DBaseAsset.php95 $this->content = $asset->getContent();
114 return $asset->getContent();
117 public function getContent() function in Assetic\\Asset\\BaseAsset
H A DAssetCache.php59 $this->cache->set($cacheKey, $this->asset->getContent());
75 public function getContent() function in Assetic\\Asset\\AssetCache
77 return $this->asset->getContent();
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DHtmlInlineRenderer.php
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DAutoprefixerFilter.php59 $input = $asset->getContent();
72 throw FilterException::fromProcess($proc)->setInput($asset->getContent());
H A DOptiPngFilter.php60 file_put_contents($input, $asset->getContent());
67 throw FilterException::fromProcess($proc)->setInput($asset->getContent());
H A DJpegoptimFilter.php67 file_put_contents($input, $asset->getContent());
74 throw FilterException::fromProcess($proc)->setInput($asset->getContent());
H A DCoffeeScriptFilter.php52 file_put_contents($input, $asset->getContent());
74 throw FilterException::fromProcess($proc)->setInput($asset->getContent());
H A DTypeScriptFilter.php51 file_put_contents($inputPath, $asset->getContent());
64 throw FilterException::fromProcess($proc)->setInput($asset->getContent());
H A DEmberPrecompileFilter.php53 file_put_contents($inputPath, $asset->getContent());
71 throw FilterException::fromProcess($process)->setInput($asset->getContent());
H A DUglifyCssFilter.php103 file_put_contents($input, $asset->getContent());
115 throw FilterException::fromProcess($proc)->setInput($asset->getContent());
H A DJpegtranFilter.php91 file_put_contents($input, $asset->getContent());
98 throw FilterException::fromProcess($proc)->setInput($asset->getContent());
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/
H A DCoalescingDirectoryResource.php48 public function getContent() function in Assetic\\Factory\\Resource\\CoalescingDirectoryResource
52 $parts[] = $file->getContent();

12345678910