Searched refs:linkHref (Results 1 – 9 of 9) sorted by relevance
/plugin/fksnewsfeed/inc/ORM/ |
H A D | ModelNews.php | 27 public ?string $linkHref; variable in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\Model\\ModelNews 79 return (bool)$this->linkHref; 122 $model->linkHref = $data['link_href'];
|
/plugin/fksnewsfeed/syntax/ |
H A D | carousel.php | 116 if (preg_match('|^https?://|', $feed->linkHref)) { 117 $href = hsc($feed->linkHref); 119 $href = wl($feed->linkHref, null, true);
|
/plugin/codemirror/dist/modes/ |
H A D | markdown.min.js | 1 …linkHref:"string",em:"em",strong:"strong",strikethrough:"strikethrough",emoji:"builtin"};for(var h… property in AnonymousFunction75f14acc0200.g
|
H A D | markdown.min.js.map | 1 …linkHref","em","strong","tokenType","hasOwnProperty","hrRE","listRE","taskListRE","atxHeaderRE","a…
|
/plugin/fksnewsfeed/inc/renderer/ |
H A D | VyfukRenderer.php | 191 if (preg_match('|^https?://|', $news->linkHref)) { 192 $href = hsc($news->linkHref); 194 $href = wl($news->linkHref, null, true);
|
H A D | FykosRenderer.php | 170 if (preg_match('|^https?://|', $news->linkHref)) { 171 $href = hsc($news->linkHref); 173 $href = wl($news->linkHref, null, true);
|
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/ |
H A D | link.js.unc | 1243 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 D | link.js.unc | 1255 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/fksnewsfeed/ |
H A D | action.php | 292 $input->val($data->linkHref);
|