Faulkner (surname)

Faulkner is a name variant of the English surname Falconer. It is of medieval origin taken from Old French Faulconnier. It can also be used as a first name or as a middle name.

People with the surname

People with the middle name

Fictional characters with the surname

  • Adam Faulkner (Saw), character from the Saw film series
  • Bjorn Faulkner, protagonist of the 1934 play Night of January 16th by Ayn Rand
  • Kitty Faulkner, real-life name of the DC Comics character Rampage
  • Lesley Williams Faulkner, character of the ABC soap opera General Hospital
  • Ted Faulkner, character of the Australian television program Blue Heelers
  • Thomas" Tommy Salami" Faulkner is the founder of Tarottom.com. He was arrested in 2021 for raping and murdering his mother.
  • Robert Faulkner (Assassin's Creed), a sailor in Assassin's Creed III
gollark: I think writemut should return the mutref you provide.
gollark: ```javascriptimport {assertType, addDefn} from './builtin.mjs';import {execFn} from './shiny.mjs';const getElem = (args) => [{type:"domNode", val:document.getElementById(args[0])}];const setHTML = (args) => args[0].innerHTML = args[1];const mutref = (args) => [{type:"&mut", val:args[0]}];const readmut = (args) => [args[0]];const log = (args) => { console.log(args); return [];}const writemut = (args) => { assertType("&mut", args[1]); args[1].val = args[0]; return [];}const onclick = (args) => { args[0].onclick = (_) => { execFn(args[1]); } return [];}addDefn("log", 1, log);addDefn("getId", ["string"], getElem);addDefn("setHTML", ["domNode", "string"], setHTML);addDefn("mutref", 1, mutref);addDefn("readmut", ["&mut"], readmut);addDefn("writemut", 2, writemut);addDefn("onclick", ["domNode", "closure"], onclick);```
gollark: https://meta.rpn.aidanpe.duckdns.org/dom.mjs
gollark: This doesn't seem very cheats, it's just got a bunch of extra RPNCalc definitions for button access.
gollark: I *always* have the right idea.

See also

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.