Home
last modified time | relevance | path

Searched refs:full_content (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/p5-Dancer/Dancer-1.3513/lib/Dancer/Template/
H A DAbstract.pm62 my $full_content;
64 $full_content = Dancer::Template->engine->render(
67 $full_content = $content;
70 $full_content;
121 my $full_content;
136 defined $full_content
137 and return $full_content;
168 my ($content, $full_content);
195 defined $content and $full_content =
198 defined $full_content
[all …]
/dports/www/p5-Dancer2/Dancer2-0.301004/lib/Dancer2/Core/Role/
H A DTemplate.pm168 my $full_content = $self->render_layout( $layout, $tokens, $content );
171 \$full_content );
174 defined $full_content and return $full_content;
203 my ( $content, $full_content );
218 and $full_content = $self->apply_layout( $content, $tokens, $options );
220 defined $full_content
221 and return $full_content;
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_provider_gdal.py59 full_content = [
68 self.checkBlockContents(block, full_content)
73 self.checkBlockContents(block, full_content)
82 self.checkBlockContents(block, full_content[row * 3:row * 3 + 3])
/dports/www/p5-Dancer/Dancer-1.3513/t/22_hooks/
H A D05_layout.t21 my $full_content = shift;
22 like $$full_content, qr/start/;
23 like $$full_content, qr/stop/;
H A D04_template.t21 my $full_content = shift;
22 like $$full_content, qr/foo => bar/;
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_provider_gdal.py51 full_content = [
60 self.checkBlockContents(block, full_content)
65 self.checkBlockContents(block, full_content)
74 self.checkBlockContents(block, full_content[row * 3:row * 3 + 3])
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dwbc-gtk-edit.c486 if (wbcg->edit_line.full_content != NULL) { in wbcg_edit_finish()
487 pango_attr_list_unref (wbcg->edit_line.full_content); in wbcg_edit_finish()
488 wbcg->edit_line.full_content = NULL; in wbcg_edit_finish()
569 if (wbcg->edit_line.full_content) { in cb_entry_insert_text()
576 pango_attr_list_splice (wbcg->edit_line.full_content, in cb_entry_insert_text()
642 if (!wbcg->edit_line.full_content) in cb_entry_cursor_pos()
684 if (wbcg->edit_line.full_content) { in cb_entry_delete_text()
692 go_pango_attr_list_erase (wbcg->edit_line.full_content, in cb_entry_delete_text()
767 if (wbcg->edit_line.full_content == NULL) in wbcg_edit_add_markup()
776 set_or_unset (wbcg->edit_line.full_content, attr, in wbcg_edit_add_markup()
[all …]
H A Dwbc-gtk-impl.h45 PangoAttrList *full_content; /* cell_attrs+markup */ member
/dports/textproc/p5-Plagger/Plagger-0.7.17/lib/Plagger/Plugin/Publish/
H A DFeed.pm33 unless (exists $self->conf->{full_content}) {
34 $self->conf->{full_content} = 1;
72 if ($self->conf->{full_content} && defined $e->body) {
/dports/www/py-webob/WebOb-1.8.7/docs/wiki-example-code/
H A Dexample.py138 content = self.full_content
143 def full_content(self): member in Page
154 content = self.full_content
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/WebOb/docs/wiki-example-code/
H A Dexample.py138 content = self.full_content
143 def full_content(self): member in Page
154 content = self.full_content
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.dailykos.com15 Disallow: /stories/*/full_content$
205 Disallow: /stories/*/full_content$
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/controllers/projects/merge_requests/
H A Dconflicts_controller.rb46 render json: file, full_content: true
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/tools/
H A Dtrace_analyzer_test.cc122 std::string file_path, bool full_content) { in CheckFileContent() argument
143 if (full_content) { in CheckFileContent()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/tools/
H A Dtrace_analyzer_test.cc128 std::string file_path, bool full_content) { in CheckFileContent() argument
149 if (full_content) { in CheckFileContent()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/tools/
H A Dtrace_analyzer_test.cc128 std::string file_path, bool full_content) { in CheckFileContent() argument
149 if (full_content) { in CheckFileContent()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/tools/
H A Dtrace_analyzer_test.cc128 std::string file_path, bool full_content) { in CheckFileContent() argument
149 if (full_content) { in CheckFileContent()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/tools/
H A Dtrace_analyzer_test.cc122 std::string file_path, bool full_content) { in CheckFileContent() argument
146 if (full_content) { in CheckFileContent()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/tools/
H A Dtrace_analyzer_test.cc122 std::string file_path, bool full_content) { in CheckFileContent() argument
146 if (full_content) { in CheckFileContent()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/tools/
H A Dtrace_analyzer_test.cc122 std::string file_path, bool full_content) { in CheckFileContent() argument
146 if (full_content) { in CheckFileContent()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/tools/
H A Dtrace_analyzer_test.cc122 std::string file_path, bool full_content) { in CheckFileContent() argument
146 if (full_content) { in CheckFileContent()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/tools/
H A Dtrace_analyzer_test.cc122 std::string file_path, bool full_content) {
146 if (full_content) {
/dports/textproc/py-mkdocs/mkdocs-1.2.3/mkdocs/tests/
H A Dsearch_tests.py385 full_content = ''.join("""Heading{0}Content{0}""".format(i) for i in range(1, 4))
404 self.assertEqual(strip_whitespace(index._entries[0]['text']), full_content)
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/tools/
H A Dtrace_analyzer_test.cc122 std::string file_path, bool full_content) { in CheckFileContent() argument
146 if (full_content) { in CheckFileContent()
/dports/databases/rocksdb/rocksdb-6.26.1/tools/
H A Dtrace_analyzer_test.cc146 std::string file_path, bool full_content) { in CheckFileContent() argument
167 if (full_content) { in CheckFileContent()

12