Home
last modified time | relevance | path

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

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/banzai/filter/references/
H A Duser_reference_filter.rb49 link_to_all(link_content: link_content)
53 link_to_namespace(namespace, link_content: link_content) || match
95 def link_to_all(link_content: nil)
99 link_content
101 parent_url(link_content, author)
105 def link_to_namespace(namespace, link_content: nil)
107 link_to_group(namespace.full_path, namespace, link_content: link_content)
109 link_to_user(namespace.path, namespace, link_content: link_content)
121 def link_to_user(user, namespace, link_content: nil)
129 def link_tag(url, data, link_content, title) argument
[all …]
H A Dproject_reference_filter.rb42 def object_link_filter(text, pattern, link_content: nil, link_reference: false)
46 link_to_project(project, link_content: link_content) || match
87 def link_to_project(project, link_content: nil)
90 content = link_content || project.to_reference
95 def link_tag(url, data, link_content, title) argument
96 …%(<a href="#{url}" #{data} class="#{link_class}" title="#{escape_once(title)}">#{link_content}</a>)
H A Dabstract_reference_filter.rb141 object_link_filter(link, ref_pattern, link_content: inner_html)
159 … object_link_filter(link, link_pattern, link_content: inner_html, link_reference: true)
182 def object_link_filter(text, pattern, link_content: nil, link_reference: false)
205 data_attributes = data_attributes_for(link_content || match, parent, object,
206 link_content: !!link_content,
219 content = link_content || object_link_text(object, matches)
236 def data_attributes_for(text, parent, object, link_content: false, link_reference: false)
241 link: link_content,
H A Dexternal_issue_reference_filter.rb49 def object_link_filter(text, pattern, link_content: nil, link_reference: false)
54 content = link_content || match
H A Dreference_filter.rb55 object_link_filter(link, object_reference_pattern, link_content: inner_html)
241 def object_link_filter(text, pattern, link_content: nil, link_reference: false)
/dports/devel/py-python-gitlab/python-gitlab-2.10.1/tests/unit/objects/
H A Dtest_releases.py22 link_content = { variable
57 json=[link_content],
70 json=link_content,
83 json=link_content,
92 updated_content = dict(link_content)
112 json=link_content,
/dports/devel/cook/cook-2.30/cook/os/
H A Dsymlink.c36 char link_content[2000]; in os_symlink() local
50 err = readlink(to->str_text, link_content, sizeof(link_content)); in os_symlink()
69 s2 = str_n_from_c(link_content, err); in os_symlink()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/banzai/filter/
H A Dplayable_link_filter.rb56 link_content = element['title'] || element['alt']
62 title: "Download '#{link_content}'"
70 doc.document.create_element('a', link_content, link_element_attrs)
/dports/mail/roundcube/roundcubemail-1.5.1/program/actions/mail/
H A Dsearch_contacts.php103 $link_content = rcube::Q($name ?: $email);
105 $link_content .= '&nbsp;' . html::span('email', rcube::Q($email));
107 $link = html::a(['title' => $title], $link_content);
H A Dattachment_upload.php208 $link_content = sprintf(
221 ], $link_content);
H A Dcompose.php1371 $link_content = sprintf(
1388 $link_content
/dports/devel/py-unipath/Unipath-1.1/unipath/
H A Dpath.py244 def write_link(self, link_content): argument
248 os.symlink(link_content, self)
255 link_content = self.rel_path_to(dest)
256 self.write_link(link_content)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/banzai/pipeline/
H A Dfull_pipeline_spec.rb13 link_content = result[:output].css('a').inner_html
14 expect(link_content).to eq('some <code>code</code> inside')
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/banzai/filter/references/
H A Dabstract_reference_filter_spec.rb17 …r.data_attributes_for('xss &lt;img onerror=alert(1) src=x&gt;', project, issue, link_content: true)
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/libkolab/lib/
H A Dkolab_attachments_handler.php167 …$link_content = sprintf('<span class="attachment-name">%s</span><span class="attachment-size">(%s)…
182 ), $link_content);
/dports/devel/p5-Test-WWW-Mechanize/Test-WWW-Mechanize-1.54/
H A DMANIFEST37 t/link_content.t
/dports/security/suricata/suricata-6.0.4/rust/src/nfs/
H A Dnfs4_records.rs166 pub link_content: &'a[u8], field
172 >> link_content: cond!(ftype4 == 5, nfs4_parse_nfsstring)
178 link_content: link_content.unwrap_or(&[]),
/dports/textproc/mdbook/mdBook-0.4.13/src/book/
H A Dsummary.rs337 let link_content = collect_events!(self.stream, end Tag::Link(..)); in parse_link() localVariable
338 let name = stringify_events(link_content); in parse_link()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/mdbook-0.4.13/src/book/
H A Dsummary.rs337 let link_content = collect_events!(self.stream, end Tag::Link(..)); in parse_link() localVariable
338 let name = stringify_events(link_content); in parse_link()
/dports/lang/rust/rustc-1.58.1-src/vendor/mdbook/src/book/
H A Dsummary.rs337 let link_content = collect_events!(self.stream, end Tag::Link(..)); in parse_link() localVariable
338 let name = stringify_events(link_content); in parse_link()
/dports/www/py-textile/python-textile-4.0.2/textile/
H A Dcore.py771 link_content = '"'.join(linkparts)
778 link_content)
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/kolab_files/lib/
H A Dkolab_files_engine.php1553 $link_content = sprintf('%s <span class="attachment-size"> (%s)</span>',
1560 ), $link_content);
/dports/www/serendipity/Serendipity-2.3.5/plugins/serendipity_event_textile/lib3/src/Netcarver/Textile/
H A DParser.php3086 $link_content = implode('"', array_reverse($linkparts));
3093 $slice = $pre_link . $this->uid.'linkStartMarker:"' . $link_content;
/dports/www/seahub/seahub-8.0.7-server/media/assets/frontend/static/js/
H A Dcommons.chunk.js.map1link_content","fileIconUrl","trClass","SearchedListView","searchResults","FileChooser","onOtherRep…
H A Dcommons.chunk.js.187be030c636.map1link_content","fileIconUrl","trClass","SearchedListView","searchResults","FileChooser","onOtherRep…