/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/ |
H A D | BaseSerializationTest.php | 143 $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 D | XmlSerializationTest.php | 172 $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 D | JsonSerializationTest.php | 24 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 D | mapping.test.php | 91 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 D | SimplenaviTest.php |
|
/plugin/backlinks2/_test/ |
H A D | syntax.test.php | 100 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 D | syntax_exclude.test.php | 84 …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 D | syntax_include_deep.test.php | 81 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 D | syntax_include.test.php | 81 … 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 D | QuoteRenderer.php |
|
/plugin/publish/_test/ |
H A D | publish.test.php | 50 strpos($response->getContent(), '<div class="approval approved_no">') !== false, 64 strpos($response->getContent(), '<div class="approval approved_yes">') !== false, 82 strpos($response->getContent(), '<div class="approval') === false,
|
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/ |
H A D | NewlineParser.php |
|
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/ |
H A D | HtmlInlineRenderer.php |
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/ |
H A D | BaseAsset.php | 95 $this->content = $asset->getContent(); 114 return $asset->getContent(); 117 public function getContent() function in Assetic\\Asset\\BaseAsset
|
H A D | AssetCache.php | 59 $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 D | HtmlInlineRenderer.php |
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/ |
H A D | AutoprefixerFilter.php | 59 $input = $asset->getContent(); 72 throw FilterException::fromProcess($proc)->setInput($asset->getContent());
|
H A D | OptiPngFilter.php | 60 file_put_contents($input, $asset->getContent()); 67 throw FilterException::fromProcess($proc)->setInput($asset->getContent());
|
H A D | JpegoptimFilter.php | 67 file_put_contents($input, $asset->getContent()); 74 throw FilterException::fromProcess($proc)->setInput($asset->getContent());
|
H A D | CoffeeScriptFilter.php | 52 file_put_contents($input, $asset->getContent()); 74 throw FilterException::fromProcess($proc)->setInput($asset->getContent());
|
H A D | TypeScriptFilter.php | 51 file_put_contents($inputPath, $asset->getContent()); 64 throw FilterException::fromProcess($proc)->setInput($asset->getContent());
|
H A D | EmberPrecompileFilter.php | 53 file_put_contents($inputPath, $asset->getContent()); 71 throw FilterException::fromProcess($process)->setInput($asset->getContent());
|
H A D | UglifyCssFilter.php | 103 file_put_contents($input, $asset->getContent()); 115 throw FilterException::fromProcess($proc)->setInput($asset->getContent());
|
H A D | JpegtranFilter.php | 91 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 D | CoalescingDirectoryResource.php | 48 public function getContent() function in Assetic\\Factory\\Resource\\CoalescingDirectoryResource 52 $parts[] = $file->getContent();
|