Home
last modified time | relevance | path

Searched refs:linkHref (Results 1 – 9 of 9) sorted by path

/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1243 var linkHref,
1264 linkHref = [ 'javascript:void(location.href=\'mailto:\'+',
1267 argList && linkHref.push( '+\'', escapeSingleQuote( argList ), '\'' );
1269 linkHref.push( ')' );
1272 linkHref = [ 'mailto:', address, argList ];
1283 linkHref = [ 'javascript:', protectEmailLinkAsFunction( email ) ];
1287 attributes[ 'data-cke-saved-href' ] = linkHref.join( '' );
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1255 var linkHref,
1276 linkHref = [ 'javascript:void(location.href=\'mailto:\'+',
1279 argList && linkHref.push( '+\'', escapeSingleQuote( argList ), '\'' );
1281 linkHref.push( ')' );
1284 linkHref = [ 'mailto:', address, argList ];
1295 linkHref = [ 'javascript:', protectEmailLinkAsFunction( email ) ];
1299 attributes[ 'data-cke-saved-href' ] = linkHref.join( '' );
/plugin/codemirror/dist/modes/
H A Dmarkdown.min.js1linkHref:"string",em:"em",strong:"strong",strikethrough:"strikethrough",emoji:"builtin"};for(var h… property in AnonymousFunction75f14acc0200.g
H A Dmarkdown.min.js.map1linkHref","em","strong","tokenType","hasOwnProperty","hrRE","listRE","taskListRE","atxHeaderRE","a…
/plugin/fksnewsfeed/
H A Daction.php292 $input->val($data->linkHref);
/plugin/fksnewsfeed/inc/ORM/
H A DModelNews.php27 public ?string $linkHref; variable in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\Model\\ModelNews
79 return (bool)$this->linkHref;
122 $model->linkHref = $data['link_href'];
/plugin/fksnewsfeed/inc/renderer/
H A DFykosRenderer.php170 if (preg_match('|^https?://|', $news->linkHref)) {
171 $href = hsc($news->linkHref);
173 $href = wl($news->linkHref, null, true);
H A DVyfukRenderer.php191 if (preg_match('|^https?://|', $news->linkHref)) {
192 $href = hsc($news->linkHref);
194 $href = wl($news->linkHref, null, true);
/plugin/fksnewsfeed/syntax/
H A Dcarousel.php116 if (preg_match('|^https?://|', $feed->linkHref)) {
117 $href = hsc($feed->linkHref);
119 $href = wl($feed->linkHref, null, true);