Searched refs:linkHref (Results 1 – 10 of 10) sorted by relevance
| /plugin/fksnewsfeed/inc/ORM/ |
| 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/ |
| 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/ |
| D | markdown.min.js | 1 …linkHref:"string",em:"em",strong:"strong",strikethrough:"strikethrough",emoji:"builtin"};for(var h… property
|
| D | markdown.min.js.map | 1 …linkHref","em","strong","tokenType","hasOwnProperty","hrRE","listRE","taskListRE","atxHeaderRE","a…
|
| /plugin/fksnewsfeed/inc/renderer/ |
| D | VyfukRenderer.php | 191 if (preg_match('|^https?://|', $news->linkHref)) { 192 $href = hsc($news->linkHref); 194 $href = wl($news->linkHref, null, true);
|
| D | FykosRenderer.php | 170 if (preg_match('|^https?://|', $news->linkHref)) { 171 $href = hsc($news->linkHref); 173 $href = wl($news->linkHref, null, true);
|
| /plugin/ckgedit/ckeditor/plugins/link/dialogs/ |
| 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/ckgdoku/ckeditor/plugins/link/dialogs/ |
| 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/fksnewsfeed/ |
| D | action.php | 292 $input->val($data->linkHref);
|
| /plugin/ckeditor5markdown/ |
| D | ckeditor.js | 2 …))return!1;return!0}_updateLinkContent(e,t,n,i){const o=t.createText(i,{linkHref:i});return e.inse… property
|