SYMBOL INDEX (1641 symbols across 211 files) FILE: app/LaraSnipp/Command/CommentsCommand.php class CommentsCommand (line 9) | class CommentsCommand extends Command method fire (line 30) | public function fire() method getArguments (line 65) | protected function getArguments() method getOptions (line 75) | protected function getOptions() FILE: app/LaraSnipp/Composer/LayoutMasterComposer.php class LayoutMasterComposer (line 3) | class LayoutMasterComposer FILE: app/LaraSnipp/LaraSnippServiceProvider.php class LaraSnippServiceProvider (line 10) | class LaraSnippServiceProvider extends ServiceProvider method register (line 14) | public function register() method boot (line 30) | public function boot() method _bootComposers (line 42) | private function _bootComposers() method provides (line 46) | public function provides() FILE: app/LaraSnipp/Mailer/Mailer.php class Mailer (line 3) | abstract class Mailer method sendTo (line 11) | public function sendTo($user, $subject, $view, $data = []) FILE: app/LaraSnipp/Mailer/UserMailer.php class UserMailer (line 3) | class UserMailer extends Mailer method sendActivationEmail (line 8) | public function sendActivationEmail($user) FILE: app/LaraSnipp/Observer/ObserverServiceProvider.php class ObserverServiceProvider (line 10) | class ObserverServiceProvider extends ServiceProvider method register (line 12) | public function register() method boot (line 16) | public function boot() FILE: app/LaraSnipp/Observer/Snippet/SnippetObserver.php class SnippetObserver (line 5) | class SnippetObserver method creating (line 12) | public function creating($snippet) FILE: app/LaraSnipp/Observer/User/UserObserver.php class UserObserver (line 5) | class UserObserver method __construct (line 15) | public function __construct(UserMailer $userMailer) method creating (line 25) | public function creating($user) method created (line 40) | public function created($user) FILE: app/LaraSnipp/Repo/EloquentBaseRepository.php class EloquentBaseRepository (line 5) | abstract class EloquentBaseRepository method __construct (line 14) | public function __construct($model = null) method all (line 24) | public function all() method create (line 35) | public function create(array $data) method bySlug (line 52) | public function bySlug($slug) method update (line 64) | public function update($model, array $input) FILE: app/LaraSnipp/Repo/RepoServiceProvider.php class RepoServiceProvider (line 11) | class RepoServiceProvider extends ServiceProvider method register (line 18) | public function register() FILE: app/LaraSnipp/Repo/Snippet/EloquentSnippetRepository.php class EloquentSnippetRepository (line 11) | class EloquentSnippetRepository extends EloquentBaseRepository implement... method __construct (line 34) | public function __construct( method byPage (line 53) | public function byPage($perPage = 30, $all = false, $q = null) method totalSnippets (line 72) | protected function totalSnippets($all = false) method byTag (line 91) | public function byTag($slug, $page = 1, $limit = 10) method totalByTag (line 131) | protected function totalByTag($slug) method getMostViewed (line 145) | public function getMostViewed($limit = 5) method byAuthor (line 192) | public function byAuthor($slug, $page = 1, $limit = 10, $all = false) method totalByAuthor (line 234) | protected function totalByAuthor($slug) method create (line 248) | public function create(array $data) method update (line 271) | public function update($snippet, array $input) method bySlug (line 295) | public function bySlug($slug, $all = false) FILE: app/LaraSnipp/Repo/Snippet/SnippetRepositoryInterface.php type SnippetRepositoryInterface (line 3) | interface SnippetRepositoryInterface method byPage (line 13) | public function byPage($perPage = 30, $all = false, $q = null); method byTag (line 24) | public function byTag($slug, $page = 1, $limit = 10); method getMostViewed (line 32) | public function getMostViewed($limit = 5); method byAuthor (line 43) | public function byAuthor($slug, $page = 1, $limit = 10, $all = false); method create (line 51) | public function create(array $data); method update (line 61) | public function update($snippet, array $input); method bySlug (line 70) | public function bySlug($slug, $all = false); FILE: app/LaraSnipp/Repo/Tag/EloquentTagRepository.php class EloquentTagRepository (line 7) | class EloquentTagRepository extends EloquentBaseRepository implements Ta... method __construct (line 17) | public function __construct(Model $tag) FILE: app/LaraSnipp/Repo/Tag/TagRepositoryInterface.php type TagRepositoryInterface (line 3) | interface TagRepositoryInterface {} FILE: app/LaraSnipp/Repo/User/EloquentUserRepository.php class EloquentUserRepository (line 8) | class EloquentUserRepository extends EloquentBaseRepository implements U... method __construct (line 17) | public function __construct(Model $user) method getTopSnippetContributors (line 29) | public function getTopSnippetContributors($limit = 5) method byPage (line 51) | public function byPage($page = 1, $limit = 10, $all = false) method totalUsers (line 83) | protected function totalUsers($all = false) FILE: app/LaraSnipp/Repo/User/UserRepositoryInterface.php type UserRepositoryInterface (line 3) | interface UserRepositoryInterface method getTopSnippetContributors (line 11) | public function getTopSnippetContributors($limit = 5); method byPage (line 21) | public function byPage($page = 1, $limit = 10, $all = false); FILE: app/LaraSnipp/Service/Form/FormServiceProvider.php class FormServiceProvider (line 9) | class FormServiceProvider extends ServiceProvider method register (line 16) | public function register() FILE: app/LaraSnipp/Service/Form/Snippet/SnippetForm.php class SnippetForm (line 9) | class SnippetForm method __construct (line 39) | public function __construct( method create (line 55) | public function create(array $input) method update (line 83) | public function update($slug, array $input) method errors (line 116) | public function errors() method valid (line 127) | protected function valid(array $input, $mode) FILE: app/LaraSnipp/Service/Form/Snippet/SnippetFormLaravelValidator.php class SnippetFormLaravelValidator (line 5) | class SnippetFormLaravelValidator extends AbstractLaravelValidator FILE: app/LaraSnipp/Service/Form/User/UserForm.php class UserForm (line 7) | class UserForm method __construct (line 30) | public function __construct(ValidableInterface $validator, UserReposit... method create (line 42) | public function create(array $input) method update (line 58) | public function update($user, array $input) method errors (line 71) | public function errors() method valid (line 83) | protected function valid(array $input, $mode) FILE: app/LaraSnipp/Service/Form/User/UserFormLaravelValidator.php class UserFormLaravelValidator (line 5) | class UserFormLaravelValidator extends AbstractLaravelValidator FILE: app/LaraSnipp/Service/Validation/AbstractLaravelValidator.php class AbstractLaravelValidator (line 5) | abstract class AbstractLaravelValidator implements ValidableInterface method __construct (line 35) | public function __construct(Factory $validator) method with (line 46) | public function with(array $data) method passes (line 59) | public function passes($mode = 'creating') method errors (line 81) | public function errors() FILE: app/LaraSnipp/Service/Validation/ValidableInterface.php type ValidableInterface (line 3) | interface ValidableInterface method with (line 11) | public function with(array $input); method passes (line 18) | public function passes(); method errors (line 25) | public function errors(); FILE: app/controllers/Admin/IndexController.php class IndexController (line 3) | class IndexController extends \BaseController method getIndex (line 5) | public function getIndex() FILE: app/controllers/AuthController.php class AuthController (line 6) | class AuthController extends BaseController method __construct (line 22) | public function __construct(UserRepositoryInterface $user, UserForm $u... method getSignup (line 32) | public function getSignup() method postSignup (line 41) | public function postSignup() method getActivateAccount (line 58) | public function getActivateAccount($userSlug, $activationKey) method getLogin (line 84) | public function getLogin() method postLogin (line 93) | public function postLogin() method getLogout (line 117) | public function getLogout() FILE: app/controllers/BaseController.php class BaseController (line 3) | class BaseController extends Controller method setupLayout (line 10) | protected function setupLayout() FILE: app/controllers/HomeController.php class HomeController (line 6) | class HomeController extends BaseController method __construct (line 29) | public function __construct( method getIndex (line 43) | public function getIndex() FILE: app/controllers/Member/SnippetController.php class SnippetController (line 14) | class SnippetController extends BaseController method __construct (line 44) | public function __construct( method getShow (line 62) | public function getShow($slug) method getCreate (line 83) | public function getCreate() method postStore (line 94) | public function postStore() method getEdit (line 111) | public function getEdit($slug) method postUpdate (line 127) | public function postUpdate($slug) FILE: app/controllers/Member/UserController.php class UserController (line 10) | class UserController extends BaseController method __construct (line 19) | public function __construct(SnippetRepositoryInterface $snippet) method dashboard (line 28) | public function dashboard() FILE: app/controllers/RemindersController.php class RemindersController (line 4) | class RemindersController extends Controller method getRemind (line 12) | public function getRemind() method postRemind (line 22) | public function postRemind() method getReset (line 39) | public function getReset($token = null) method postReset (line 53) | public function postReset() FILE: app/controllers/SnippetController.php class SnippetController (line 7) | class SnippetController extends BaseController method __construct (line 30) | public function __construct( method getIndex (line 44) | public function getIndex() method getShow (line 65) | public function getShow($slug) method starSnippet (line 104) | public function starSnippet($slug) method unstarSnippet (line 132) | public function unstarSnippet($slug) FILE: app/controllers/TagController.php class TagController (line 7) | class TagController extends BaseController method __construct (line 30) | public function __construct( method getShow (line 44) | public function getShow($slug) FILE: app/controllers/UserController.php class UserController (line 8) | class UserController extends BaseController method __construct (line 33) | public function __construct(UserRepositoryInterface $user, SnippetRepo... method getIndex (line 44) | public function getIndex() method getProfile (line 61) | public function getProfile($slug) method getSnippets (line 78) | public function getSnippets($slug) method getSettings (line 97) | public function getSettings($slug) method putSettings (line 108) | public function putSettings($slug) FILE: app/controllers/website/PagesController.php class PagesController (line 5) | class PagesController extends \BaseController method showRoadmap (line 7) | public function showRoadmap() FILE: app/database/migrations/2013_11_08_145020_create_snippets_table.php class CreateSnippetsTable (line 5) | class CreateSnippetsTable extends Migration method up (line 12) | public function up() method down (line 27) | public function down() FILE: app/database/migrations/2013_12_05_122548_create_users_table.php class CreateUsersTable (line 5) | class CreateUsersTable extends Migration method up (line 12) | public function up() method down (line 30) | public function down() FILE: app/database/migrations/2013_12_05_122952_add_author_id_in_snippets_table.php class AddAuthorIdInSnippetsTable (line 5) | class AddAuthorIdInSnippetsTable extends Migration method up (line 12) | public function up() method down (line 25) | public function down() FILE: app/database/migrations/2013_12_08_055430_add_slug_and_activation_key_and_active_in_users_table.php class AddSlugAndActivationKeyAndActiveInUsersTable (line 5) | class AddSlugAndActivationKeyAndActiveInUsersTable extends Migration method up (line 12) | public function up() method down (line 26) | public function down() FILE: app/database/migrations/2013_12_09_125456_drop_active_in_users_table.php class DropActiveInUsersTable (line 5) | class DropActiveInUsersTable extends Migration method up (line 12) | public function up() method down (line 24) | public function down() FILE: app/database/migrations/2013_12_09_130122_add_active_in_users_table.php class AddActiveInUsersTable (line 5) | class AddActiveInUsersTable extends Migration method up (line 12) | public function up() method down (line 24) | public function down() FILE: app/database/migrations/2013_12_10_112312_add_approved_in_snippets_table.php class AddApprovedInSnippetsTable (line 5) | class AddApprovedInSnippetsTable extends Migration method up (line 12) | public function up() method down (line 24) | public function down() FILE: app/database/migrations/2013_12_10_132447_add_slug_in_snippets_table.php class AddSlugInSnippetsTable (line 5) | class AddSlugInSnippetsTable extends Migration method up (line 12) | public function up() method down (line 24) | public function down() FILE: app/database/migrations/2013_12_11_012940_create_roles_table.php class CreateRolesTable (line 5) | class CreateRolesTable extends Migration method up (line 12) | public function up() method down (line 26) | public function down() FILE: app/database/migrations/2013_12_11_013036_add_role_id_in_users_table.php class AddRoleIdInUsersTable (line 5) | class AddRoleIdInUsersTable extends Migration method up (line 12) | public function up() method down (line 24) | public function down() FILE: app/database/migrations/2013_12_11_013559_add_description_credits_to_resource_deleted_at_in_snippets_table.php class AddDescriptionCreditsToResourceDeletedAtInSnippetsTable (line 5) | class AddDescriptionCreditsToResourceDeletedAtInSnippetsTable extends Mi... method up (line 12) | public function up() method down (line 27) | public function down() FILE: app/database/migrations/2013_12_11_014226_create_tags_table.php class CreateTagsTable (line 5) | class CreateTagsTable extends Migration method up (line 12) | public function up() method down (line 25) | public function down() FILE: app/database/migrations/2013_12_11_014317_create_snippet_tag_table.php class CreateSnippetTagTable (line 5) | class CreateSnippetTagTable extends Migration method up (line 12) | public function up() method down (line 26) | public function down() FILE: app/database/migrations/2013_12_11_103428_add_slug_in_tags_table.php class AddSlugInTagsTable (line 5) | class AddSlugInTagsTable extends Migration method up (line 12) | public function up() method down (line 24) | public function down() FILE: app/database/migrations/2013_12_12_093641_add_remaining_columns_in_users_table.php class AddRemainingColumnsInUsersTable (line 5) | class AddRemainingColumnsInUsersTable extends Migration method up (line 12) | public function up() method down (line 29) | public function down() FILE: app/database/migrations/2013_12_19_134131_create_password_reminders_table.php class CreatePasswordRemindersTable (line 6) | class CreatePasswordRemindersTable extends Migration method up (line 13) | public function up() method down (line 27) | public function down() FILE: app/database/migrations/2014_01_04_072223_add_disqus_columns_to_snippets_table.php class AddDisqusColumnsToSnippetsTable (line 5) | class AddDisqusColumnsToSnippetsTable method up (line 13) | public function up() method down (line 26) | public function down() FILE: app/database/migrations/2014_01_06_212314_create_user_starred_table.php class CreateUserStarredTable (line 5) | class CreateUserStarredTable extends Migration method up (line 12) | public function up() method down (line 28) | public function down() FILE: app/database/migrations/2014_04_17_151653_add_remember_token_to_users_table.php class AddRememberTokenToUsersTable (line 6) | class AddRememberTokenToUsersTable extends Migration { method up (line 13) | public function up() method down (line 26) | public function down() FILE: app/database/seeds/DatabaseSeeder.php class DatabaseSeeder (line 3) | class DatabaseSeeder extends Seeder method run (line 10) | public function run() FILE: app/database/seeds/RoleSeeder.php class RoleSeeder (line 3) | class RoleSeeder extends Seeder method run (line 5) | public function run() method generate (line 12) | private function generate() FILE: app/database/seeds/TagSeeder.php class TagSeeder (line 3) | class TagSeeder extends Seeder method run (line 5) | public function run() method generate (line 12) | private function generate() FILE: app/libraries/SiteHelpers.php class SiteHelpers (line 3) | class SiteHelpers method bodyId (line 10) | public static function bodyId() method bodyClass (line 21) | public static function bodyClass() method breadcrumbs (line 52) | public static function breadcrumbs() method navLinkTo (line 104) | public static function navLinkTo($url, $title, $has_sub_menu = false, ... method url (line 129) | public static function url($url, $https = false) FILE: app/models/BaseModel.php class BaseModel (line 3) | class BaseModel extends Eloquent method getHumanCreatedAtAttribute (line 11) | public function getHumanCreatedAtAttribute() method getHumanUpdatedAtAttribute (line 21) | public function getHumanUpdatedAtAttribute() FILE: app/models/Role.php class Role (line 3) | class Role extends BaseModel {} FILE: app/models/Snippet.php class Snippet (line 5) | class Snippet extends BaseModel method author (line 44) | public function author() method tags (line 54) | public function tags() method getHitsAttribute (line 64) | public function getHitsAttribute() method hasHits (line 76) | public function hasHits() method isTheAuthor (line 87) | public function isTheAuthor($user) method incrementHits (line 95) | public function incrementHits() method testLink (line 104) | protected function testLink($url) method getCreditsToLinkAttribute (line 132) | public function getCreditsToLinkAttribute() method starred (line 163) | public function starred() method scopeLike (line 169) | public function scopeLike($query, $field, $value) FILE: app/models/Starred.php class Starred (line 3) | class Starred extends BaseModel method snippet (line 34) | public function snippet() FILE: app/models/Tag.php class Tag (line 3) | class Tag extends Eloquent method snippets (line 12) | public function snippets() method hasSnippets (line 22) | public function hasSnippets() FILE: app/models/User.php class User (line 6) | class User extends BaseModel implements UserInterface, RemindableInterface method snippets (line 56) | public function snippets() method role (line 65) | public function role() method starred (line 75) | public function starred() method getAuthIdentifier (line 85) | public function getAuthIdentifier() method getAuthPassword (line 95) | public function getAuthPassword() method getRememberToken (line 105) | public function getRememberToken() method setRememberToken (line 116) | public function setRememberToken($value) method getRememberTokenName (line 126) | public function getRememberTokenName() method getReminderEmail (line 136) | public function getReminderEmail() method getFullNameAttribute (line 146) | public function getFullNameAttribute() method getAbsPhotoUrlAttribute (line 155) | public function getAbsPhotoUrlAttribute() method getSnippetsCountAttribute (line 173) | public function getSnippetsCountAttribute() method setPasswordAttribute (line 184) | public function setPasswordAttribute($value) method isActive (line 194) | public function isActive() method activate (line 206) | public function activate($key) method isAdmin (line 227) | public function isAdmin() method hasStarred (line 238) | public function hasStarred($snippet_id) method starSnippet (line 249) | public function starSnippet($snippet_id) method unstarSnippet (line 264) | public function unstarSnippet($snippet_id) FILE: app/tests/TestCase.php class TestCase (line 3) | class TestCase extends Illuminate\Foundation\Testing\TestCase method setUp (line 9) | public function setUp() method createApplication (line 21) | public function createApplication() method prepareForTests (line 34) | private function prepareForTests() method generateRoles (line 50) | public function generateRoles() method invokeMethod (line 74) | public function invokeMethod(&$object, $methodName, array $parameters ... FILE: app/tests/functional/Controller/AuthControllerTest.php class AuthControllerTest (line 8) | class AuthControllerTest extends TestCase method testGetSignup (line 10) | public function testGetSignup() method testSuccessfulSignup (line 16) | public function testSuccessfulSignup() method testInvalidSignup (line 36) | public function testInvalidSignup() method testSuccessfulAccountActivation (line 43) | public function testSuccessfulAccountActivation() method testInvalidAccountActivationUsingWrongKey (line 55) | public function testInvalidAccountActivationUsingWrongKey() method testGetLogin (line 67) | public function testGetLogin() method testSuccessfulLogin (line 73) | public function testSuccessfulLogin() method testInvalidLoginUsingUnregisteredUser (line 87) | public function testInvalidLoginUsingUnregisteredUser() method testInvalidLoginUsingInactiveUser (line 99) | public function testInvalidLoginUsingInactiveUser() method testInvalidLoginUsingWrongCredentials (line 114) | public function testInvalidLoginUsingWrongCredentials() FILE: app/tests/functional/Controller/HomeControllerTest.php class HomeControllerTest (line 7) | class HomeControllerTest extends TestCase method testHomePageOnlyShowsApprovedSnippets (line 9) | public function testHomePageOnlyShowsApprovedSnippets() method testHomePageTopSnippetContributors (line 28) | public function testHomePageTopSnippetContributors() FILE: app/tests/functional/Controller/Member/SnippetControllerTest.php class SnippetControllerTest (line 9) | class SnippetControllerTest extends TestCase method testGetShowRendersNotYetApprovedSnippets (line 11) | public function testGetShowRendersNotYetApprovedSnippets() method testGetShowRendersApprovedSnippets (line 26) | public function testGetShowRendersApprovedSnippets() method testGetCreate (line 41) | public function testGetCreate() method testPostStoreThrowsErrorOnBlankInput (line 48) | public function testPostStoreThrowsErrorOnBlankInput() method testPostStoreThrowsErrorOnInvalidResourceFormat (line 58) | public function testPostStoreThrowsErrorOnInvalidResourceFormat() method testPostStoreThrowsExceptionOnInvalidTags (line 77) | public function testPostStoreThrowsExceptionOnInvalidTags() method testPostStoreSavesSnippetOnValidInput (line 92) | public function testPostStoreSavesSnippetOnValidInput() method testGetEdit (line 112) | public function testGetEdit() method testPostUpdateUpdatesSnippetOnValidInput (line 131) | public function testPostUpdateUpdatesSnippetOnValidInput() FILE: app/tests/functional/Controller/Member/UserControllerTest.php class UserControllerTest (line 8) | class UserControllerTest extends TestCase method testGetMySnippetsRendersApprovedAndNotYetApprovedSnippets (line 10) | public function testGetMySnippetsRendersApprovedAndNotYetApprovedSnipp... FILE: app/tests/functional/Controller/SnippetControllerTest.php class SnippetControllerTest (line 7) | class SnippetControllerTest extends TestCase method testGetIndexOnlyShowsApprovedSnippets (line 9) | public function testGetIndexOnlyShowsApprovedSnippets() method testGetShowDoesNotRenderNotYetApprovedSnippets (line 34) | public function testGetShowDoesNotRenderNotYetApprovedSnippets() method testGetShowRendersApprovedSnippets (line 46) | public function testGetShowRendersApprovedSnippets() FILE: app/tests/functional/Controller/TagControllerTest.php class TagControllerTest (line 7) | class TagControllerTest extends TestCase method testGetShowOnlyRendersApprovedSnippets (line 9) | public function testGetShowOnlyRendersApprovedSnippets() FILE: app/tests/functional/Controller/UserControllerTest.php class UserControllerTest (line 7) | class UserControllerTest extends TestCase method testGetIndex (line 9) | public function testGetIndex() method testGetProfile (line 36) | public function testGetProfile() method testGetSnippets (line 47) | public function testGetSnippets() FILE: app/tests/integration/Model/UserModelTest.php class UserModelTest (line 7) | class UserModelTest extends TestCase method testGetFullNameAttribute (line 9) | public function testGetFullNameAttribute() method testSetPasswordAttribute (line 18) | public function testSetPasswordAttribute() method testGetAbsPhotoUrlAttribute (line 26) | public function testGetAbsPhotoUrlAttribute() FILE: app/tests/integration/Repo/EloquentSnippetRepositoryTest.php class EloquentSnippetRepositoryTest (line 9) | class EloquentSnippetRepositoryTest extends TestCase method testByPage (line 11) | public function testByPage() method testTotalSnippets (line 33) | public function testTotalSnippets() method testByTag (line 61) | public function testByTag() method testGetMostViewed (line 124) | public function testGetMostViewed() FILE: app/tests/integration/Repo/EloquentUserRepositoryTest.php class EloquentUserRepositoryTest (line 8) | class EloquentUserRepositoryTest extends TestCase method testGetTopSnippetContributors (line 10) | public function testGetTopSnippetContributors() FILE: app/tests/unit/Model/UserModelTest.php class UserModelTest (line 6) | class UserModelTest extends TestCase method testIsActive (line 8) | public function testIsActive() FILE: public/assets/js/vendors/json2/json2.js function f (line 169) | function f(n) { function quote (line 211) | function quote(string) { function str (line 228) | function str(key, holder) { function walk (line 413) | function walk(holder, key) { FILE: public/packages/chosen_v1.0.0/chosen.jquery.js function ctor (line 13) | function ctor() { this.constructor = child; } function SelectParser (line 16) | function SelectParser() { function AbstractChosen (line 117) | function AbstractChosen(form_field, options) { function Chosen (line 502) | function Chosen() { FILE: public/packages/chosen_v1.0.0/chosen.proto.js function ctor (line 13) | function ctor() { this.constructor = child; } function SelectParser (line 16) | function SelectParser() { function AbstractChosen (line 117) | function AbstractChosen(form_field, options) { function Chosen (line 481) | function Chosen() { FILE: public/packages/codemirror-3.19/addon/comment/comment.js function firstNonWS (line 8) | function firstNonWS(str) { FILE: public/packages/codemirror-3.19/addon/comment/continuecomment.js function continueComment (line 6) | function continueComment(cm) { FILE: public/packages/codemirror-3.19/addon/dialog/dialog.js function dialogDiv (line 4) | function dialogDiv(cm, template, bottom) { function close (line 20) | function close() { function close (line 57) | function close() { FILE: public/packages/codemirror-3.19/addon/display/fullscreen.js function setFullscreen (line 11) | function setFullscreen(cm) { function setNormal (line 21) | function setNormal(cm) { FILE: public/packages/codemirror-3.19/addon/display/placeholder.js function clearPlaceholder (line 21) | function clearPlaceholder(cm) { function setPlaceholder (line 27) | function setPlaceholder(cm) { function onFocus (line 36) | function onFocus(cm) { function onBlur (line 39) | function onBlur(cm) { function onChange (line 42) | function onChange(cm) { function isEmpty (line 51) | function isEmpty(cm) { FILE: public/packages/codemirror-3.19/addon/edit/closebrackets.js function charsAround (line 21) | function charsAround(cm, pos) { function buildKeymap (line 27) | function buildKeymap(pairs) { function buildExplodeHandler (line 70) | function buildExplodeHandler(pairs) { FILE: public/packages/codemirror-3.19/addon/edit/closetag.js function autoCloseGT (line 44) | function autoCloseGT(cm) { function autoCloseSlash (line 72) | function autoCloseSlash(cm) { function indexOf (line 81) | function indexOf(collection, elt) { FILE: public/packages/codemirror-3.19/addon/edit/matchbrackets.js function findMatchingBracket (line 8) | function findMatchingBracket(cm, where, strict) { function matchBrackets (line 44) | function matchBrackets(cm, autoclear) { function doMatchBrackets (line 66) | function doMatchBrackets(cm) { FILE: public/packages/codemirror-3.19/addon/edit/matchtags.js function clear (line 18) | function clear(cm) { function doMatchTags (line 24) | function doMatchTags(cm) { function maybeUpdateMatch (line 45) | function maybeUpdateMatch(cm) { FILE: public/packages/codemirror-3.19/addon/fold/brace-fold.js function findOpening (line 5) | function findOpening(openCh) { function hasImport (line 51) | function hasImport(line) { function hasInclude (line 76) | function hasInclude(line) { FILE: public/packages/codemirror-3.19/addon/fold/foldcode.js function doFold (line 4) | function doFold(cm, pos, options, force) { function makeWidget (line 45) | function makeWidget(options) { FILE: public/packages/codemirror-3.19/addon/fold/foldgutter.js function State (line 29) | function State(options) { function parseOptions (line 34) | function parseOptions(opts) { function isFolded (line 42) | function isFolded(cm, line) { function marker (line 48) | function marker(spec) { function updateFoldInfo (line 58) | function updateFoldInfo(cm, from, to) { function updateInViewport (line 75) | function updateInViewport(cm) { function onGutterClick (line 84) | function onGutterClick(cm, line, gutter) { function onChange (line 90) | function onChange(cm) { function onViewportChange (line 97) | function onViewportChange(cm) { function onFold (line 119) | function onFold(cm, from) { FILE: public/packages/codemirror-3.19/addon/fold/indent-fold.js function foldEnded (line 7) | function foldEnded(curColumn, prevColumn) { FILE: public/packages/codemirror-3.19/addon/fold/xml-fold.js function cmp (line 5) | function cmp(a, b) { return a.line - b.line || a.ch - b.ch; } function Iter (line 11) | function Iter(cm, line, ch, range) { function tagAt (line 18) | function tagAt(iter, ch) { function nextLine (line 23) | function nextLine(iter) { function prevLine (line 29) | function prevLine(iter) { function toTagEnd (line 36) | function toTagEnd(iter) { function toTagStart (line 47) | function toTagStart(iter) { function toNextTag (line 59) | function toNextTag(iter) { function toPrevTag (line 69) | function toPrevTag(iter) { function findMatchingClose (line 81) | function findMatchingClose(iter, tag) { function findMatchingOpen (line 102) | function findMatchingOpen(iter, tag) { FILE: public/packages/codemirror-3.19/addon/hint/anyword-hint.js function scan (line 16) | function scan(dir) { FILE: public/packages/codemirror-3.19/addon/hint/css-hint.js function getHints (line 4) | function getHints(cm) { FILE: public/packages/codemirror-3.19/addon/hint/html-hint.js function populate (line 320) | function populate(obj) { function htmlHint (line 330) | function htmlHint(cm, options) { FILE: public/packages/codemirror-3.19/addon/hint/javascript-hint.js function forEach (line 4) | function forEach(arr, f) { function arrayContains (line 8) | function arrayContains(arr, item) { function scriptHint (line 21) | function scriptHint(editor, keywords, getToken, options) { function javascriptHint (line 44) | function javascriptHint(editor, options) { function getCoffeeScriptToken (line 52) | function getCoffeeScriptToken(editor, cur) { function coffeescriptHint (line 70) | function coffeescriptHint(editor, options) { function getCompletions (line 86) | function getCompletions(token, context, keywords, options) { FILE: public/packages/codemirror-3.19/addon/hint/pig-hint.js function forEach (line 4) | function forEach(arr, f) { function arrayContains (line 8) | function arrayContains(arr, item) { function scriptHint (line 21) | function scriptHint(editor, _keywords, getToken) { function pigHint (line 46) | function pigHint(editor) { function getCompletions (line 84) | function getCompletions(token, context) { FILE: public/packages/codemirror-3.19/addon/hint/python-hint.js function forEach (line 2) | function forEach(arr, f) { function arrayContains (line 6) | function arrayContains(arr, item) { function scriptHint (line 19) | function scriptHint(editor, _keywords, getToken) { function pythonHint (line 44) | function pythonHint(editor) { function getCompletions (line 66) | function getCompletions(token, context) { FILE: public/packages/codemirror-3.19/addon/hint/show-hint.js function Completion (line 20) | function Completion(cm, getHints, options) { function done (line 65) | function done() { function update (line 73) | function update() { function finishUpdate (line 81) | function finishUpdate(data_) { function activity (line 88) | function activity() { function getText (line 105) | function getText(completion) { function buildKeyMap (line 110) | function buildKeyMap(options, handle) { function Widget (line 143) | function Widget(completion, data) { FILE: public/packages/codemirror-3.19/addon/hint/sql-hint.js function getKeywords (line 7) | function getKeywords(editor) { function match (line 13) | function match(string, word) { function addMatches (line 19) | function addMatches(result, search, wordlist, formatter) { function columnCompletion (line 31) | function columnCompletion(result, editor) { function eachWord (line 49) | function eachWord(line, f) { function findTableByAlias (line 57) | function findTableByAlias(alias, editor) { function sqlHint (line 78) | function sqlHint(editor, options) { FILE: public/packages/codemirror-3.19/addon/hint/xml-hint.js function getHints (line 6) | function getHints(cm, options) { FILE: public/packages/codemirror-3.19/addon/lint/javascript-lint.js function validator (line 14) | function validator(text, options) { function cleanup (line 24) | function cleanup(error) { function fixWith (line 32) | function fixWith(error, fixes, severity, force) { function isBogus (line 52) | function isBogus(error) { function parseErrors (line 62) | function parseErrors(errors, output) { FILE: public/packages/codemirror-3.19/addon/lint/lint.js function showTooltip (line 6) | function showTooltip(e, content) { function rm (line 22) | function rm(elt) { function hideTooltip (line 25) | function hideTooltip(tt) { function showTooltipFor (line 32) | function showTooltipFor(e, content, node) { function LintState (line 48) | function LintState(cm, options, hasGutter) { function parseOptions (line 56) | function parseOptions(cm, options) { function clearMarks (line 64) | function clearMarks(cm) { function makeMarker (line 72) | function makeMarker(labels, severity, multiple, tooltips) { function getMaxSeverity (line 87) | function getMaxSeverity(a, b) { function groupByLine (line 92) | function groupByLine(annotations) { function annotationTooltip (line 101) | function annotationTooltip(ann) { function startLinting (line 110) | function startLinting(cm) { function updateLinting (line 118) | function updateLinting(cm, annotationsNotSorted) { function onChange (line 153) | function onChange(cm) { function popupSpanTooltip (line 159) | function popupSpanTooltip(ann, e) { function onMouseOver (line 169) | function onMouseOver(cm, e) { function optionHandler (line 181) | function optionHandler(cm, val, old) { FILE: public/packages/codemirror-3.19/addon/merge/dep/diff_match_patch.js function diff_match_patch (line 2) | function diff_match_patch(){this.Diff_Timeout=1;this.Diff_EditCost=4;thi... function c (line 11) | function c(a){for(var b="",c=0,f=-1,g=d.length;f 0 ? a ... function posEq (line 473) | function posEq(a, b) { return a.line == b.line && a.ch == b.ch; } FILE: public/packages/codemirror-3.19/addon/mode/loadmode.js function splitCallback (line 5) | function splitCallback(cont, n) { function ensureDeps (line 9) | function ensureDeps(mode, cont) { FILE: public/packages/codemirror-3.19/addon/mode/multiplex.js function indexOf (line 6) | function indexOf(string, pattern, from) { FILE: public/packages/codemirror-3.19/addon/mode/multiplex_test.js function MT (line 19) | function MT(name) { FILE: public/packages/codemirror-3.19/addon/runmode/colorize.js function textContent (line 5) | function textContent(node, out) { FILE: public/packages/codemirror-3.19/addon/runmode/runmode-standalone.js function splitLines (line 8) | function splitLines(string){ return string.split(/\r?\n|\r/); } function StringStream (line 10) | function StringStream(string) { FILE: public/packages/codemirror-3.19/addon/runmode/runmode.node.js function splitLines (line 3) | function splitLines(string){ return string.split(/\r?\n|\r/); } function StringStream (line 5) | function StringStream(string) { FILE: public/packages/codemirror-3.19/addon/scroll/scrollpastend.js function onChange (line 16) | function onChange(cm, change) { function updateBottomMargin (line 21) | function updateBottomMargin(cm) { FILE: public/packages/codemirror-3.19/addon/search/match-highlighter.js function State (line 20) | function State(options) { function cursorActivity (line 48) | function cursorActivity(cm) { function highlightMatches (line 54) | function highlightMatches(cm) { function boundariesAround (line 77) | function boundariesAround(stream, re) { function makeOverlay (line 82) | function makeOverlay(query, hasBoundary, style) { FILE: public/packages/codemirror-3.19/addon/search/search.js function searchOverlay (line 10) | function searchOverlay(query) { function SearchState (line 25) | function SearchState() { function getSearchState (line 29) | function getSearchState(cm) { function getSearchCursor (line 32) | function getSearchCursor(cm, query, pos) { function dialog (line 36) | function dialog(cm, text, shortText, f) { function confirmDialog (line 40) | function confirmDialog(cm, text, shortText, fs) { function parseQuery (line 44) | function parseQuery(query) { function doSearch (line 50) | function doSearch(cm, rev) { function findNext (line 65) | function findNext(cm, rev) {cm.operation(function() { function clearSearch (line 76) | function clearSearch(cm) {cm.operation(function() { function replace (line 87) | function replace(cm, all) { FILE: public/packages/codemirror-3.19/addon/search/searchcursor.js function SearchCursor (line 4) | function SearchCursor(doc, query, pos, caseFold) { function savePosAndFail (line 100) | function savePosAndFail(line) { FILE: public/packages/codemirror-3.19/addon/selection/active-line.js function clearActiveLine (line 24) | function clearActiveLine(cm) { function updateActiveLine (line 31) | function updateActiveLine(cm) { FILE: public/packages/codemirror-3.19/addon/selection/mark-selection.js function onCursorActivity (line 26) | function onCursorActivity(cm) { function onChange (line 30) | function onChange(cm) { function cmp (line 38) | function cmp(pos1, pos2) { function coverRange (line 42) | function coverRange(cm, from, to, addAt) { function clear (line 58) | function clear(cm) { function reset (line 64) | function reset(cm) { function update (line 70) | function update(cm) { FILE: public/packages/codemirror-3.19/addon/tern/tern.js function getFile (line 126) | function getFile(ts, name, c) { function findDoc (line 136) | function findDoc(ts, doc, name) { function trackChange (line 148) | function trackChange(ts, doc, change) { function sendDoc (line 168) | function sendDoc(ts, doc) { function hint (line 177) | function hint(ts, cm, c) { function typeToIcon (line 212) | function typeToIcon(type) { function showType (line 224) | function showType(ts, cm) { function updateArgHints (line 244) | function updateArgHints(ts, cm) { function showArgHints (line 286) | function showArgHints(ts, cm, pos) { function parseFnType (line 307) | function parseFnType(text) { function jumpToDef (line 340) | function jumpToDef(ts, cm) { function jumpBack (line 368) | function jumpBack(ts, cm) { function moveTo (line 374) | function moveTo(ts, curDoc, doc, start, end) { function findContext (line 383) | function findContext(doc, data) { function atInterestingExpression (line 413) | function atInterestingExpression(cm) { function rename (line 421) | function rename(ts, cm) { function applyChanges (line 433) | function applyChanges(ts, changes) { function buildRequest (line 453) | function buildRequest(ts, doc, query) { function getFragmentAround (line 495) | function getFragmentAround(data, start, end) { function cmpPos (line 524) | function cmpPos(a, b) { return a.line - b.line || a.ch - b.ch; } function elt (line 526) | function elt(tagname, cls /*, ... elts*/) { function dialog (line 537) | function dialog(cm, text, f) { function tempTooltip (line 546) | function tempTooltip(cm, content) { function makeTooltip (line 558) | function makeTooltip(x, y, content) { function remove (line 566) | function remove(node) { function fadeOut (line 571) | function fadeOut(tooltip) { function showError (line 576) | function showError(ts, cm, msg) { function closeArgHints (line 583) | function closeArgHints(ts) { function docValue (line 587) | function docValue(ts, doc) { function WorkerServer (line 595) | function WorkerServer(ts) { FILE: public/packages/codemirror-3.19/addon/tern/worker.js function getFile (line 23) | function getFile(file, c) { function startServer (line 28) | function startServer(defs, plugins, scripts) { FILE: public/packages/codemirror-3.19/addon/wrap/hardwrap.js function findParagraph (line 6) | function findParagraph(cm, pos, options) { function findBreakPoint (line 22) | function findBreakPoint(text, column, wrapOn, killTrailingSpace) { function wrapRange (line 32) | function wrapRange(cm, from, to, options) { FILE: public/packages/codemirror-3.19/doc/activebookmark.js function updateSoon (line 4) | function updateSoon() { function update (line 11) | function update() { FILE: public/packages/codemirror-3.19/keymap/emacs.js function posEq (line 5) | function posEq(a, b) { return a.line == b.line && a.ch == b.ch; } function addToRing (line 10) | function addToRing(str) { function growRingTop (line 14) | function growRingTop(str) { function getFromRing (line 18) | function getFromRing(n) { return killRing[killRing.length - (n ? Math.mi... function popFromRing (line 19) | function popFromRing() { if (killRing.length > 1) killRing.pop(); return... function kill (line 23) | function kill(cm, from, to, mayGrow, text) { function byChar (line 38) | function byChar(cm, pos, dir) { function byWord (line 42) | function byWord(cm, pos, dir) { function byLine (line 46) | function byLine(cm, pos, dir) { function byPage (line 50) | function byPage(cm, pos, dir) { function byParagraph (line 54) | function byParagraph(cm, pos, dir) { function bySentence (line 69) | function bySentence(cm, pos, dir) { function byExpr (line 88) | function byExpr(cm, pos, dir) { function getPrefix (line 109) | function getPrefix(cm, precise) { function repeated (line 116) | function repeated(cmd) { function findEnd (line 125) | function findEnd(cm, by, dir) { function move (line 136) | function move(by, dir) { function killTo (line 144) | function killTo(cm, by, dir) { function addPrefix (line 148) | function addPrefix(cm, digit) { function maybeClearPrefix (line 161) | function maybeClearPrefix(cm, arg) { function clearPrefix (line 166) | function clearPrefix(cm) { function maybeDuplicateInput (line 172) | function maybeDuplicateInput(cm, event) { function addPrefixMap (line 181) | function addPrefixMap(cm) { function maybeRemovePrefixMap (line 188) | function maybeRemovePrefixMap(cm, arg) { function setMark (line 198) | function setMark(cm) { function getInput (line 204) | function getInput(cm, msg, f) { function operateOnWord (line 211) | function operateOnWord(cm, op) { function toEnclosingExpr (line 217) | function toEnclosingExpr(cm) { function regPrefix (line 380) | function regPrefix(d) { FILE: public/packages/codemirror-3.19/keymap/extra.js function moveLines (line 9) | function moveLines(cm, start, end, dist) { function moveSelectedLines (line 30) | function moveSelectedLines(cm, dist) { FILE: public/packages/codemirror-3.19/keymap/vim.js function beforeSelectionChange (line 336) | function beforeSelectionChange(cm, cur) { function makeKeyRange (line 348) | function makeKeyRange(start, size) { function isLine (line 364) | function isLine(cm, line) { function isLowerCase (line 367) | function isLowerCase(k) { function isMatchableSymbol (line 370) | function isMatchableSymbol(k) { function isNumber (line 373) | function isNumber(k) { function isUpperCase (line 376) | function isUpperCase(k) { function isWhiteSpaceString (line 379) | function isWhiteSpaceString(k) { function inArray (line 382) | function inArray(val, arr) { function add (line 397) | function add(cm, oldCur, newCur) { function move (line 424) | function move(cm, offset) { function maybeInitVimState (line 482) | function maybeInitVimState(cm) { function resetVimGlobalState (line 517) | function resetVimGlobalState() { function InputState (line 621) | function InputState() { function Register (line 659) | function Register(text, linewise) { function RegisterController (line 694) | function RegisterController(registers) { function getFullyMatchedCommandOrNull (line 811) | function getFullyMatchedCommandOrNull(command) { function handleQuery (line 951) | function handleQuery(query, ignoreCase, smartCase) { function onPromptClose (line 964) | function onPromptClose(query) { function onPromptKeyUp (line 968) | function onPromptKeyUp(_e, query) { function onPromptKeyDown (line 983) | function onPromptKeyDown(e, _query, close) { function onPromptClose (line 1038) | function onPromptClose(input) { function onPromptKeyDown (line 1043) | function onPromptKeyDown(e, _input, close) { function clipCursorToContent (line 1989) | function clipCursorToContent(cm, cur, includeLineBreak) { function copyArgs (line 1996) | function copyArgs(args) { function offsetCursor (line 2005) | function offsetCursor(cur, offsetLine, offsetCh) { function matchKeysPartial (line 2008) | function matchKeysPartial(pressed, mapped) { function repeatFn (line 2017) | function repeatFn(cm, fn, repeat) { function copyCursor (line 2024) | function copyCursor(cur) { function cursorEqual (line 2027) | function cursorEqual(cur1, cur2) { function cursorIsBefore (line 2030) | function cursorIsBefore(cur1, cur2) { function cusrorIsBetween (line 2039) | function cusrorIsBetween(cur1, cur2, cur3) { function lineLength (line 2045) | function lineLength(cm, lineNum) { function reverse (line 2048) | function reverse(s){ function trim (line 2051) | function trim(s) { function escapeRegex (line 2057) | function escapeRegex(s) { function exitVisualMode (line 2061) | function exitVisualMode(cm) { function clipToLine (line 2081) | function clipToLine(cm, curStart, curEnd) { function expandSelectionToLine (line 2110) | function expandSelectionToLine(_cm, curStart, curEnd) { function findFirstNonWhiteSpaceCharacter (line 2116) | function findFirstNonWhiteSpaceCharacter(text) { function expandWordUnderCursor (line 2124) | function expandWordUnderCursor(cm, inclusive, _forward, bigWord, noSymbo... function recordJumpPosition (line 2186) | function recordJumpPosition(cm, oldCur, newCur) { function recordLastCharacterSearch (line 2192) | function recordLastCharacterSearch(increment, args) { function findSymbol (line 2270) | function findSymbol(cm, repeat, forward, symb) { function findWord (line 2336) | function findWord(cm, cur, forward, bigWord, emptyLineIsWord) { function moveToWord (line 2409) | function moveToWord(cm, repeat, forward, wordEnd, bigWord) { function moveToCharacter (line 2455) | function moveToCharacter(cm, repeat, forward, character) { function moveToColumn (line 2470) | function moveToColumn(cm, repeat) { function updateMark (line 2477) | function updateMark(cm, vim, markName, pos) { function charIdxInLine (line 2487) | function charIdxInLine(start, line, character, forward, includeChar) { function getContextLevel (line 2508) | function getContextLevel(ctx) { function findMatchedSymbol (line 2512) | function findMatchedSymbol(cm, cur, symb) { function selectCompanionObject (line 2570) | function selectCompanionObject(cm, revSymb, inclusive) { function findBeginningAndEnd (line 2584) | function findBeginningAndEnd(cm, symb, inclusive) { function SearchState (line 2643) | function SearchState() {} function getSearchState (line 2664) | function getSearchState(cm) { function dialog (line 2668) | function dialog(cm, template, shortText, onClose, options) { function findUnescapedSlashes (line 2678) | function findUnescapedSlashes(str) { function parseQuery (line 2700) | function parseQuery(query, ignoreCase, smartCase) { function showConfirm (line 2728) | function showConfirm(cm, text) { function makePrompt (line 2737) | function makePrompt(prefix, desc) { function showPrompt (line 2752) | function showPrompt(cm, options) { function regexEqual (line 2757) | function regexEqual(r1, r2) { function updateSearchQuery (line 2771) | function updateSearchQuery(cm, rawQuery, ignoreCase, smartCase) { function searchOverlay (line 2787) | function searchOverlay(query) { function highlightSearchMatches (line 2823) | function highlightSearchMatches(cm, query) { function findNext (line 2834) | function findNext(cm, prev, query, repeat) { function clearSearchHighlight (line 2855) | function clearSearchHighlight(cm) { function isInRange (line 2870) | function isInRange(pos, start, end) { function getUserVisibleLines (line 2885) | function getUserVisibleLines(cm) { function parseKeyString (line 3080) | function parseKeyString(str) { function parseArgs (line 3114) | function parseArgs() { function compareFn (line 3157) | function compareFn(a, b) { function doReplace (line 3328) | function doReplace(cm, confirm, lineStart, lineEnd, searchCursor, query, function buildVimKeyMap (line 3411) | function buildVimKeyMap() { function exitInsertMode (line 3478) | function exitInsertMode(cm) { function parseRegisterToKeyBuffer (line 3521) | function parseRegisterToKeyBuffer(macroModeState, registerName) { function parseKeyBufferToRegister (line 3537) | function parseKeyBufferToRegister(registerName, keyBuffer) { function emptyMacroKeyBuffer (line 3542) | function emptyMacroKeyBuffer(macroModeState) { function executeMacroKeyBuffer (line 3548) | function executeMacroKeyBuffer(cm, macroModeState, keyBuffer) { function logKey (line 3556) | function logKey(macroModeState, key) { function onChange (line 3566) | function onChange(_cm, changeObj) { function onCursorActivity (line 3586) | function onCursorActivity() { function InsertModeKey (line 3598) | function InsertModeKey(keyName) { function onKeyEventTargetKeyDown (line 3607) | function onKeyEventTargetKeyDown(e) { function repeatLastEdit (line 3629) | function repeatLastEdit(cm, vim, repeat, repeatForInsert) { function repeatLastInsertModeChanges (line 3675) | function repeatLastInsertModeChanges(cm, repeat, macroModeState) { FILE: public/packages/codemirror-3.19/lib/codemirror.js function CodeMirror (line 43) | function CodeMirror(place, options) { function makeDisplay (line 95) | function makeDisplay(place, docStart) { function loadMode (line 194) | function loadMode(cm) { function wrappingChanged (line 206) | function wrappingChanged(cm) { function estimateHeight (line 220) | function estimateHeight(cm) { function estimateLineHeights (line 233) | function estimateLineHeights(cm) { function keyMapChanged (line 241) | function keyMapChanged(cm) { function themeChanged (line 248) | function themeChanged(cm) { function guttersChanged (line 254) | function guttersChanged(cm) { function updateGutters (line 260) | function updateGutters(cm) { function lineLength (line 274) | function lineLength(doc, line) { function computeMaxLength (line 292) | function computeMaxLength(cm) { function setGuttersForLineNumbers (line 308) | function setGuttersForLineNumbers(options) { function updateScrollbars (line 322) | function updateScrollbars(cm) { function visibleLines (line 364) | function visibleLines(display, doc, viewPort) { function alignHorizontally (line 375) | function alignHorizontally(cm) { function maybeUpdateLineNumberWidth (line 387) | function maybeUpdateLineNumberWidth(cm) { function lineNumberFor (line 404) | function lineNumberFor(options, i) { function compensateForHScroll (line 407) | function compensateForHScroll(display) { function updateDisplay (line 413) | function updateDisplay(cm, changes, viewPort, forced) { function updateDisplayInner (line 449) | function updateDisplayInner(cm, changes, visible, forced) { function updateHeightsInViewport (line 542) | function updateHeightsInViewport(cm) { function updateViewOffset (line 565) | function updateViewOffset(cm) { function computeIntact (line 571) | function computeIntact(intact, changes) { function getDimensions (line 592) | function getDimensions(cm) { function patchDisplay (line 605) | function patchDisplay(cm, from, to, intact, updateNumbersFrom) { function buildLineElement (line 672) | function buildLineElement(cm, line, lineNo, dims, reuse) { function positionLineWidget (line 750) | function positionLineWidget(widget, node, wrap, dims) { function updateSelection (line 770) | function updateSelection(cm) { function updateSelectionCursor (line 794) | function updateSelectionCursor(cm) { function updateSelectionRange (line 810) | function updateSelectionRange(cm) { function restartBlink (line 882) | function restartBlink(cm) { function startWorker (line 896) | function startWorker(cm, time) { function highlightWorker (line 901) | function highlightWorker(cm) { function findStartLine (line 941) | function findStartLine(cm, n, precise) { function getStateBefore (line 957) | function getStateBefore(cm, n, precise) { function paddingTop (line 975) | function paddingTop(display) {return display.lineSpace.offsetTop;} function paddingVert (line 976) | function paddingVert(display) {return display.mover.offsetHeight - displ... function paddingLeft (line 977) | function paddingLeft(display) { function measureChar (line 982) | function measureChar(cm, line, ch, data, bias) { function findCachedMeasurement (line 1004) | function findCachedMeasurement(cm, line) { function clearCachedMeasurement (line 1015) | function clearCachedMeasurement(cm, line) { function measureLine (line 1020) | function measureLine(cm, line) { function measureLineInner (line 1036) | function measureLineInner(cm, line) { function crudelyMeasureLine (line 1126) | function crudelyMeasureLine(cm, line) { function measureLineWidth (line 1135) | function measureLineWidth(cm, line) { function clearCaches (line 1151) | function clearCaches(cm) { function pageScrollX (line 1158) | function pageScrollX() { return window.pageXOffset || (document.document... function pageScrollY (line 1159) | function pageScrollY() { return window.pageYOffset || (document.document... function intoCoordSystem (line 1162) | function intoCoordSystem(cm, lineObj, rect, context) { function fromCoordSystem (line 1184) | function fromCoordSystem(cm, coords, context) { function charCoords (line 1201) | function charCoords(cm, pos, context, lineObj, bias) { function cursorCoords (line 1206) | function cursorCoords(cm, pos, context, lineObj, measurement) { function PosWithInfo (line 1236) | function PosWithInfo(line, ch, outside, xRel) { function coordsChar (line 1244) | function coordsChar(cm, x, y) { function coordsCharInner (line 1265) | function coordsCharInner(cm, lineObj, lineNo, x, y) { function textHeight (line 1307) | function textHeight(display) { function charWidth (line 1326) | function charWidth(display) { function startOperation (line 1344) | function startOperation(cm) { function endOperation (line 1362) | function endOperation(cm) { function operation (line 1420) | function operation(cm1, f) { function docOperation (line 1429) | function docOperation(f) { function runInOp (line 1438) | function runInOp(cm, f) { function regChange (line 1446) | function regChange(cm, from, to, lendiff) { function slowPoll (line 1454) | function slowPoll(cm) { function fastPoll (line 1462) | function fastPoll(cm) { function readInput (line 1478) | function readInput(cm) { function resetInput (line 1517) | function resetInput(cm, user) { function focusInput (line 1534) | function focusInput(cm) { function isReadOnly (line 1539) | function isReadOnly(cm) { function registerEventHandlers (line 1545) | function registerEventHandlers(cm) { function eventInWidget (line 1672) | function eventInWidget(display, e) { function posFromMouse (line 1678) | function posFromMouse(cm, e, liberal) { function onMouseDown (line 1693) | function onMouseDown(e) { function gutterEvent (line 1834) | function gutterEvent(cm, e, type, prevent, signalfn) { function contextMenuInGutter (line 1857) | function contextMenuInGutter(cm, e) { function clickInGutter (line 1862) | function clickInGutter(cm, e) { function onDrop (line 1870) | function onDrop(e) { function onDragStart (line 1915) | function onDragStart(cm, e) { function setScrollTop (line 1938) | function setScrollTop(cm, val) { function setScrollLeft (line 1947) | function setScrollLeft(cm, val, isScroller) { function onScrollWheel (line 1977) | function onScrollWheel(cm, e) { function doHandleBinding (line 2045) | function doHandleBinding(cm, bound, dropShift) { function allKeyMaps (line 2065) | function allKeyMaps(cm) { function handleKeyBinding (line 2073) | function handleKeyBinding(cm, e) { function handleCharBinding (line 2110) | function handleCharBinding(cm, e, ch) { function onKeyDown (line 2122) | function onKeyDown(e) { function onKeyPress (line 2140) | function onKeyPress(e) { function onFocus (line 2156) | function onFocus(cm) { function onBlur (line 2171) | function onBlur(cm) { function onContextMenu (line 2182) | function onContextMenu(cm, e) { function clipPostChange (line 2255) | function clipPostChange(doc, change, pos) { function computeSelAfterChange (line 2271) | function computeSelAfterChange(doc, change, hint) { function filterChange (line 2294) | function filterChange(doc, change, update) { function makeChange (line 2318) | function makeChange(doc, change, selUpdate, ignoreReadOnly) { function makeChangeNoReadonly (line 2342) | function makeChangeNoReadonly(doc, change, selUpdate) { function makeChangeFromHistory (line 2359) | function makeChangeFromHistory(doc, type) { function shiftDoc (line 2399) | function shiftDoc(doc, distance) { function makeChangeSingleDoc (line 2407) | function makeChangeSingleDoc(doc, change, selAfter, spans) { function makeChangeSingleDocInEditor (line 2437) | function makeChangeSingleDocInEditor(cm, change, spans, selAfter) { function replaceRange (line 2489) | function replaceRange(doc, code, from, to, origin) { function Pos (line 2498) | function Pos(line, ch) { function posEq (line 2504) | function posEq(a, b) {return a.line == b.line && a.ch == b.ch;} function posLess (line 2505) | function posLess(a, b) {return a.line < b.line || (a.line == b.line && a... function copyPos (line 2506) | function copyPos(x) {return Pos(x.line, x.ch);} function clipLine (line 2510) | function clipLine(doc, n) {return Math.max(doc.first, Math.min(n, doc.fi... function clipPos (line 2511) | function clipPos(doc, pos) { function clipToLen (line 2517) | function clipToLen(pos, linelen) { function isLine (line 2523) | function isLine(doc, l) {return l >= doc.first && l < doc.first + doc.si... function extendSelection (line 2527) | function extendSelection(doc, pos, other, bias) { function filterSelectionChange (line 2546) | function filterSelectionChange(doc, anchor, head) { function setSelection (line 2557) | function setSelection(doc, anchor, head, bias, checkAtomic) { function reCheckSelection (line 2587) | function reCheckSelection(cm) { function skipAtomic (line 2591) | function skipAtomic(doc, pos, bias, mayClear) { function scrollCursorIntoView (line 2643) | function scrollCursorIntoView(cm) { function scrollPosIntoView (line 2661) | function scrollPosIntoView(cm, pos, end, margin) { function scrollIntoView (line 2683) | function scrollIntoView(cm, x1, y1, x2, y2) { function calculateScrollPos (line 2689) | function calculateScrollPos(cm, x1, y1, x2, y2) { function updateScrollPos (line 2715) | function updateScrollPos(cm, left, top) { function addToScrollPos (line 2720) | function addToScrollPos(cm, left, top) { function indentLine (line 2729) | function indentLine(cm, n, how, aggressive) { function changeLine (line 2769) | function changeLine(cm, handle, op) { function findPosH (line 2779) | function findPosH(doc, pos, dir, unit, visually) { function findPosV (line 2824) | function findPosV(cm, pos, dir, unit) { function findWordAt (line 2841) | function findWordAt(line, pos) { function selectLine (line 2855) | function selectLine(cm, line) { function interpret (line 3208) | function interpret(val) { function option (line 3253) | function option(name, deflt, handle, notOnInit) { function copyState (line 3427) | function copyState(mode, state) { function startState (line 3440) | function startState(mode, a1, a2) { function getKeyMap (line 3582) | function getKeyMap(val) { function lookupKey (line 3587) | function lookupKey(name, maps, handle) { function isModifierKey (line 3611) | function isModifierKey(event) { function keyName (line 3615) | function keyName(event, noShift) { function save (line 3648) | function save() {textarea.value = cm.getValue();} function StringStream (line 3690) | function StringStream(string, tabSize) { function TextMarker (line 3756) | function TextMarker(doc, type) { function markText (line 3850) | function markText(doc, from, to, options, type) { function SharedTextMarker (line 3912) | function SharedTextMarker(markers, primary) { function markTextShared (line 3934) | function markTextShared(doc, from, to, options, type) { function getMarkedSpanFor (line 3951) | function getMarkedSpanFor(spans, marker) { function removeMarkedSpan (line 3957) | function removeMarkedSpan(spans, span) { function addMarkedSpan (line 3962) | function addMarkedSpan(line, span) { function markedSpansBefore (line 3967) | function markedSpansBefore(old, startCh, isInsert) { function markedSpansAfter (line 3981) | function markedSpansAfter(old, endCh, isInsert) { function stretchSpansOverChange (line 3995) | function stretchSpansOverChange(doc, change) { function mergeOldSpans (line 4058) | function mergeOldSpans(doc, change) { function removeReadOnlyRanges (line 4080) | function removeReadOnlyRanges(doc, from, to) { function collapsedSpanAt (line 4108) | function collapsedSpanAt(line, ch) { function collapsedSpanAtStart (line 4120) | function collapsedSpanAtStart(line) { return collapsedSpanAt(line, -1); } function collapsedSpanAtEnd (line 4121) | function collapsedSpanAtEnd(line) { return collapsedSpanAt(line, line.te... function visualLine (line 4123) | function visualLine(doc, line) { function lineIsHidden (line 4130) | function lineIsHidden(doc, line) { function lineIsHiddenInner (line 4141) | function lineIsHiddenInner(doc, line, span) { function detachMarkedSpans (line 4156) | function detachMarkedSpans(line) { function attachMarkedSpans (line 4164) | function attachMarkedSpans(line, spans) { function widgetOperation (line 4180) | function widgetOperation(f) { function widgetHeight (line 4209) | function widgetHeight(widget) { function addLineWidget (line 4216) | function addLineWidget(cm, handle, node, options) { function updateLine (line 4245) | function updateLine(line, text, markedSpans, estimateHeight) { function cleanUpLine (line 4256) | function cleanUpLine(line) { function runMode (line 4264) | function runMode(cm, text, mode, state, f) { function highlightLine (line 4292) | function highlightLine(cm, line, state) { function getLineStyles (line 4328) | function getLineStyles(cm, line) { function processLine (line 4336) | function processLine(cm, line, state) { function interpretTokenStyle (line 4347) | function interpretTokenStyle(style, builder) { function buildLineContent (line 4363) | function buildLineContent(cm, realLine, measure, copyWidgets) { function buildToken (line 4415) | function buildToken(builder, text, style, startStyle, endStyle, title) { function buildTokenMeasure (line 4455) | function buildTokenMeasure(builder, text, style, startStyle, endStyle) { function buildTokenSplitSpaces (line 4481) | function buildTokenSplitSpaces(inner) { function buildCollapsedSpan (line 4493) | function buildCollapsedSpan(builder, size, marker, ignoreWidget) { function insertLineContent (line 4518) | function insertLineContent(line, builder, styles) { function updateDoc (line 4579) | function updateDoc(doc, change, markedSpans, selAfter, estimateHeight) { function LeafChunk (line 4625) | function LeafChunk(lines) { function BranchChunk (line 4660) | function BranchChunk(children) { function linkedDocs (line 5001) | function linkedDocs(doc, f, sharedHistOnly) { function attachDoc (line 5015) | function attachDoc(cm, doc) { function getLine (line 5028) | function getLine(chunk, n) { function getBetween (line 5040) | function getBetween(doc, start, end) { function getLines (line 5051) | function getLines(doc, from, to) { function updateLineHeight (line 5057) | function updateLineHeight(line, height) { function lineNo (line 5062) | function lineNo(line) { function lineAtHeight (line 5074) | function lineAtHeight(chunk, h) { function heightAtLine (line 5093) | function heightAtLine(cm, lineObj) { function getOrder (line 5112) | function getOrder(line) { function makeHistory (line 5120) | function makeHistory(startGen) { function attachLocalSpans (line 5134) | function attachLocalSpans(doc, change, from, to) { function historyChangeFromChange (line 5143) | function historyChangeFromChange(doc, change) { function addToHistory (line 5151) | function addToHistory(doc, change, selAfter, opId) { function removeClearedSpans (line 5188) | function removeClearedSpans(spans) { function getOldSpans (line 5197) | function getOldSpans(doc, change) { function copyHistoryArray (line 5207) | function copyHistoryArray(events, newGroup) { function rebaseHistSel (line 5228) | function rebaseHistSel(pos, from, to, diff) { function rebaseHistArray (line 5244) | function rebaseHistArray(array, from, to, diff) { function rebaseHist (line 5273) | function rebaseHist(hist, change) { function stopMethod (line 5281) | function stopMethod() {e_stop(this);} function addStop (line 5283) | function addStop(event) { function e_preventDefault (line 5288) | function e_preventDefault(e) { function e_stopPropagation (line 5292) | function e_stopPropagation(e) { function e_defaultPrevented (line 5296) | function e_defaultPrevented(e) { function e_stop (line 5299) | function e_stop(e) {e_preventDefault(e); e_stopPropagation(e);} function e_target (line 5304) | function e_target(e) {return e.target || e.srcElement;} function e_button (line 5305) | function e_button(e) { function on (line 5318) | function on(emitter, type, f) { function off (line 5330) | function off(emitter, type, f) { function signal (line 5343) | function signal(emitter, type /*, values...*/) { function signalLater (line 5351) | function signalLater(emitter, type /*, values...*/) { function signalDOMEvent (line 5365) | function signalDOMEvent(cm, e, override) { function fireDelayed (line 5370) | function fireDelayed() { function hasHandler (line 5377) | function hasHandler(emitter, type) { function eventMixin (line 5384) | function eventMixin(ctor) { function Delayed (line 5398) | function Delayed() {this.id = null;} function countColumn (line 5403) | function countColumn(string, end, tabSize, startIndex, startValue) { function spaceStr (line 5417) | function spaceStr(n) { function lst (line 5423) | function lst(arr) { return arr[arr.length-1]; } function selectInput (line 5425) | function selectInput(node) { function indexOf (line 5436) | function indexOf(collection, elt) { function createObj (line 5443) | function createObj(base, props) { function copyObj (line 5451) | function copyObj(obj, target) { function emptyArray (line 5457) | function emptyArray(size) { function bind (line 5462) | function bind(f) { function isWordChar (line 5468) | function isWordChar(ch) { function isEmpty (line 5473) | function isEmpty(obj) { function elt (line 5482) | function elt(tag, content, className, style) { function removeChildren (line 5491) | function removeChildren(e) { function removeChildrenAndAdd (line 5497) | function removeChildrenAndAdd(parent, e) { function setTextContent (line 5501) | function setTextContent(e, str) { function getRect (line 5508) | function getRect(node) { function spanAffectsWrapping (line 5531) | function spanAffectsWrapping() { return false; } function scrollbarWidth (line 5555) | function scrollbarWidth(measure) { function zeroWidthElement (line 5565) | function zeroWidthElement(measure) { function iterateBidiSections (line 5635) | function iterateBidiSections(order, from, to, f) { function bidiLeft (line 5648) | function bidiLeft(part) { return part.level % 2 ? part.to : part.from; } function bidiRight (line 5649) | function bidiRight(part) { return part.level % 2 ? part.from : part.to; } function lineLeft (line 5651) | function lineLeft(line) { var order = getOrder(line); return order ? bid... function lineRight (line 5652) | function lineRight(line) { function lineStart (line 5658) | function lineStart(cm, lineN) { function lineEnd (line 5666) | function lineEnd(cm, lineN) { function compareBidiLevel (line 5675) | function compareBidiLevel(order, a, b) { function getBidiPartAt (line 5682) | function getBidiPartAt(order, pos) { function moveInLine (line 5702) | function moveInLine(line, pos, dir, byUnit) { function moveVisually (line 5715) | function moveVisually(line, start, dir, byUnit) { function moveLogically (line 5738) | function moveLogically(line, start, dir, byUnit) { function charType (line 5772) | function charType(code) { FILE: public/packages/codemirror-3.19/mode/asterisk/asterisk.js function basicToken (line 53) | function basicToken(stream,state){ FILE: public/packages/codemirror-3.19/mode/clike/clike.js function tokenBase (line 15) | function tokenBase(stream, state) { function tokenString (line 61) | function tokenString(quote) { function tokenComment (line 74) | function tokenComment(stream, state) { function Context (line 86) | function Context(indented, column, type, align, prev) { function pushContext (line 93) | function pushContext(state, col, type) { function popContext (line 99) | function popContext(state) { function words (line 167) | function words(str) { function cppHook (line 176) | function cppHook(stream, state) { function tokenAtString (line 195) | function tokenAtString(stream, state) { function mimes (line 206) | function mimes(ms, mode) { FILE: public/packages/codemirror-3.19/mode/clojure/clojure.js function makeKeywords (line 10) | function makeKeywords(str) { function stateStack (line 50) | function stateStack(indent, type, prev) { // represents a state stack ob... function pushStack (line 56) | function pushStack(state, indent, type) { function popStack (line 60) | function popStack(state) { function isNumber (line 64) | function isNumber(ch, stream){ function eatCharacter (line 98) | function eatCharacter(stream) { FILE: public/packages/codemirror-3.19/mode/cobol/cobol.js function makeKeywords (line 9) | function makeKeywords(str) { function isNumber (line 137) | function isNumber(ch, stream){ FILE: public/packages/codemirror-3.19/mode/coffeescript/coffeescript.js function wordRegexp (line 8) | function wordRegexp(words) { function tokenBase (line 37) | function tokenBase(stream, state) { function tokenFactory (line 164) | function tokenFactory(delimiter, outclass) { function longComment (line 192) | function longComment(stream, state) { function indent (line 204) | function indent(stream, state, type) { function dedent (line 226) | function dedent(stream, state) { function tokenLexer (line 250) | function tokenLexer(stream, state) { FILE: public/packages/codemirror-3.19/mode/commonlisp/commonlisp.js function readSym (line 7) | function readSym(stream) { function base (line 16) | function base(stream, state) { function inString (line 49) | function inString(stream, state) { function inComment (line 58) | function inComment(stream, state) { FILE: public/packages/codemirror-3.19/mode/css/css.js function ret (line 16) | function ret(style, tp) { type = tp; return style; } function tokenBase (line 18) | function tokenBase(stream, state) { function tokenString (line 75) | function tokenString(quote, nonInclusive) { function tokenParenthesized (line 91) | function tokenParenthesized(stream, state) { function keySet (line 316) | function keySet(array) { function tokenCComment (line 544) | function tokenCComment(stream, state) { function tokenSGMLComment (line 564) | function tokenSGMLComment(stream, state) { FILE: public/packages/codemirror-3.19/mode/css/scss_test.js function MT (line 3) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... function IT (line 4) | function IT(name) { test.indentation(name, mode, Array.prototype.slice.c... FILE: public/packages/codemirror-3.19/mode/css/test.js function MT (line 3) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... function IT (line 4) | function IT(name) { test.indentation(name, mode, Array.prototype.slice.c... FILE: public/packages/codemirror-3.19/mode/d/d.js function tokenBase (line 14) | function tokenBase(stream, state) { function tokenString (line 64) | function tokenString(quote) { function tokenComment (line 77) | function tokenComment(stream, state) { function tokenNestedComment (line 89) | function tokenNestedComment(stream, state) { function Context (line 101) | function Context(indented, column, type, align, prev) { function pushContext (line 108) | function pushContext(state, col, type) { function popContext (line 114) | function popContext(state) { function words (line 177) | function words(str) { FILE: public/packages/codemirror-3.19/mode/dtd/dtd.js function ret (line 10) | function ret(style, tp) {type = tp; return style;} function tokenBase (line 12) | function tokenBase(stream, state) { function tokenSGMLComment (line 41) | function tokenSGMLComment(stream, state) { function tokenString (line 53) | function tokenString(quote) { function inBlock (line 67) | function inBlock(style, terminator) { FILE: public/packages/codemirror-3.19/mode/ecl/ecl.js function words (line 3) | function words(str) { function metaHook (line 9) | function metaHook(stream, state) { function tokenBase (line 29) | function tokenBase(stream, state) { function tokenString (line 95) | function tokenString(quote) { function tokenComment (line 108) | function tokenComment(stream, state) { function Context (line 120) | function Context(indented, column, type, align, prev) { function pushContext (line 127) | function pushContext(state, col, type) { function popContext (line 130) | function popContext(state) { FILE: public/packages/codemirror-3.19/mode/eiffel/eiffel.js function wordObj (line 2) | function wordObj(words) { function chain (line 76) | function chain(newtok, stream, state) { function tokenBase (line 81) | function tokenBase(stream, state) { function readQuoted (line 108) | function readQuoted(quote, style, unescaped) { FILE: public/packages/codemirror-3.19/mode/erlang/erlang.js function rval (line 14) | function rval(state,_stream,type) { function tokenize (line 108) | function tokenize(stream, state) { function isPrev (line 280) | function isPrev(stream,string) { function nongreedy (line 291) | function nongreedy(stream,re,words) { function greedy (line 305) | function greedy(stream,re,words) { function doubleQuote (line 322) | function doubleQuote(stream) { function singleQuote (line 326) | function singleQuote(stream) { function quote (line 330) | function quote(stream,quoteChar,escapeChar) { function isMember (line 342) | function isMember(element,list) { function myIndent (line 347) | function myIndent(state,textAfter) { function takewhile (line 379) | function takewhile(str,re) { function Token (line 384) | function Token(stream) { function popToken (line 390) | function popToken(state) { function peekToken (line 394) | function peekToken(state,depth) { function pushToken (line 404) | function pushToken(state,stream) { function drop_last (line 429) | function drop_last(open, close) { function drop_first (line 436) | function drop_first(open, close) { function drop_both (line 444) | function drop_both(open, close) { FILE: public/packages/codemirror-3.19/mode/fortran/fortran.js function words (line 2) | function words(array) { function tokenBase (line 104) | function tokenBase(stream, state) { function tokenString (line 142) | function tokenString(quote) { FILE: public/packages/codemirror-3.19/mode/gas/gas.js function x86 (line 131) | function x86(_parserConfig) { function armv6 (line 178) | function armv6(_parserConfig) { function nextUntilUnescaped (line 221) | function nextUntilUnescaped(stream, end) { function clikeComment (line 232) | function clikeComment(stream, state) { FILE: public/packages/codemirror-3.19/mode/gfm/gfm.js function blankLine (line 3) | function blankLine(state) { FILE: public/packages/codemirror-3.19/mode/gfm/test.js function MT (line 3) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... FILE: public/packages/codemirror-3.19/mode/go/go.js function tokenBase (line 27) | function tokenBase(stream, state) { function tokenString (line 71) | function tokenString(quote) { function tokenComment (line 84) | function tokenComment(stream, state) { function Context (line 96) | function Context(indented, column, type, align, prev) { function pushContext (line 103) | function pushContext(state, col, type) { function popContext (line 106) | function popContext(state) { FILE: public/packages/codemirror-3.19/mode/groovy/groovy.js function words (line 2) | function words(str) { function tokenBase (line 17) | function tokenBase(stream, state) { function startString (line 66) | function startString(quote, stream, state) { function tokenBaseUntilBrace (line 92) | function tokenBaseUntilBrace() { function tokenComment (line 110) | function tokenComment(stream, state) { function expectExpression (line 122) | function expectExpression(last) { function Context (line 127) | function Context(indented, column, type, align, prev) { function pushContext (line 134) | function pushContext(state, col, type) { function popContext (line 137) | function popContext(state) { FILE: public/packages/codemirror-3.19/mode/haml/haml.js function rubyInQuote (line 9) | function rubyInQuote(endQuote) { function ruby (line 23) | function ruby(stream, state) { function html (line 31) | function html(stream, state) { FILE: public/packages/codemirror-3.19/mode/haml/test.js function MT (line 3) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... FILE: public/packages/codemirror-3.19/mode/haskell/haskell.js function switchState (line 3) | function switchState(source, setState, f) { function normal (line 19) | function normal(source, setState) { function ncomment (line 110) | function ncomment(type, nest) { function stringLiteral (line 134) | function stringLiteral(source, setState) { function stringGap (line 157) | function stringGap(source, setState) { function setType (line 169) | function setType(t) { FILE: public/packages/codemirror-3.19/mode/haxe/haxe.js function kw (line 7) | function kw(type) {return {type: type, style: "keyword"};} function chain (line 26) | function chain(stream, state, f) { function nextUntilUnescaped (line 31) | function nextUntilUnescaped(stream, end) { function ret (line 44) | function ret(tp, style, cont) { function haxeTokenBase (line 49) | function haxeTokenBase(stream, state) { function haxeTokenString (line 112) | function haxeTokenString(quote) { function haxeTokenComment (line 120) | function haxeTokenComment(stream, state) { function HaxeLexical (line 136) | function HaxeLexical(indented, column, type, align, prev, info) { function inScope (line 145) | function inScope(state, varname) { function parseHaxe (line 150) | function parseHaxe(state, style, type, content, stream) { function imported (line 172) | function imported(state, typename) function registerimport (line 182) | function registerimport(importname) { function pass (line 191) | function pass() { function cont (line 194) | function cont() { function register (line 198) | function register(varname) { function pushcontext (line 211) | function pushcontext() { function popcontext (line 215) | function popcontext() { function pushlex (line 219) | function pushlex(type, info) { function poplex (line 227) | function poplex() { function expect (line 237) | function expect(wanted) { function statement (line 245) | function statement(type) { function expression (line 267) | function expression(type) { function maybeexpression (line 277) | function maybeexpression(type) { function maybeoperator (line 282) | function maybeoperator(type, value) { function maybeattribute (line 291) | function maybeattribute(type) { function metadef (line 297) | function metadef(type) { function metaargs (line 302) | function metaargs(type) { function importdef (line 306) | function importdef (type, value) { function typedef (line 311) | function typedef (type, value) function maybelabel (line 316) | function maybelabel(type) { function property (line 320) | function property(type) { function objprop (line 323) | function objprop(type) { function commasep (line 327) | function commasep(what, end) { function block (line 338) | function block(type) { function vardef1 (line 342) | function vardef1(type, value) { function vardef2 (line 346) | function vardef2(type, value) { function forspec1 (line 350) | function forspec1(type, value) { function forin (line 356) | function forin(_type, value) { function functiondef (line 359) | function functiondef(type, value) { function typeuse (line 364) | function typeuse(type) { function typestring (line 367) | function typestring(type) { function typeprop (line 372) | function typeprop(type) { function funarg (line 375) | function funarg(type, value) { FILE: public/packages/codemirror-3.19/mode/htmlembedded/htmlembedded.js function htmlDispatch (line 11) | function htmlDispatch(stream, state) { function scriptingDispatch (line 21) | function scriptingDispatch(stream, state) { FILE: public/packages/codemirror-3.19/mode/htmlmixed/htmlmixed.js function html (line 15) | function html(stream, state) { function maybeBackup (line 41) | function maybeBackup(stream, pat, style) { function script (line 51) | function script(stream, state) { function css (line 60) | function css(stream, state) { FILE: public/packages/codemirror-3.19/mode/http/http.js function failFirstLine (line 2) | function failFirstLine(stream, state) { function start (line 8) | function start(stream, state) { function responseStatusCode (line 20) | function responseStatusCode(stream, state) { function responseStatusText (line 41) | function responseStatusText(stream, state) { function requestPath (line 47) | function requestPath(stream, state) { function requestProtocol (line 53) | function requestProtocol(stream, state) { function header (line 62) | function header(stream) { function body (line 76) | function body(stream) { FILE: public/packages/codemirror-3.19/mode/javascript/javascript.js function kw (line 12) | function kw(type) {return {type: type, style: "keyword"};} function chain (line 59) | function chain(stream, state, f) { function nextUntilUnescaped (line 64) | function nextUntilUnescaped(stream, end) { function ret (line 77) | function ret(tp, style, cont) { function jsTokenBase (line 81) | function jsTokenBase(stream, state) { function jsTokenString (line 132) | function jsTokenString(quote) { function jsTokenComment (line 140) | function jsTokenComment(stream, state) { function JSLexical (line 156) | function JSLexical(indented, column, type, align, prev, info) { function inScope (line 165) | function inScope(state, varname) { function parseJS (line 170) | function parseJS(state, style, type, content, stream) { function pass (line 194) | function pass() { function cont (line 197) | function cont() { function register (line 201) | function register(varname) { function pushcontext (line 221) | function pushcontext() { function popcontext (line 225) | function popcontext() { function pushlex (line 229) | function pushlex(type, info) { function poplex (line 238) | function poplex() { function expect (line 248) | function expect(wanted) { function statement (line 256) | function statement(type) { function expression (line 275) | function expression(type) { function expressionNoComma (line 278) | function expressionNoComma(type) { function expressionInner (line 281) | function expressionInner(type, noComma) { function maybeexpression (line 292) | function maybeexpression(type) { function maybeexpressionNoComma (line 296) | function maybeexpressionNoComma(type) { function maybeoperatorComma (line 301) | function maybeoperatorComma(type, value) { function maybeoperatorNoComma (line 305) | function maybeoperatorNoComma(type, value, noComma) { function maybelabel (line 318) | function maybelabel(type) { function property (line 322) | function property(type) { function objprop (line 325) | function objprop(type, value) { function getterSetter (line 334) | function getterSetter(type) { function commasep (line 340) | function commasep(what, end) { function block (line 355) | function block(type) { function maybetype (line 359) | function maybetype(type) { function typedef (line 363) | function typedef(type) { function vardef1 (line 367) | function vardef1(type, value) { function vardef2 (line 374) | function vardef2(type, value) { function maybeelse (line 378) | function maybeelse(type, value) { function forspec1 (line 381) | function forspec1(type) { function formaybein (line 387) | function formaybein(_type, value) { function forspec2 (line 391) | function forspec2(type, value) { function forspec3 (line 396) | function forspec3(type) { function functiondef (line 399) | function functiondef(type, value) { function funarg (line 403) | function funarg(type, value) { FILE: public/packages/codemirror-3.19/mode/javascript/test.js function MT (line 3) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... FILE: public/packages/codemirror-3.19/mode/jinja2/jinja2.js function tokenBase (line 7) | function tokenBase (stream, state) { function inTag (line 17) | function inTag (close) { FILE: public/packages/codemirror-3.19/mode/less/less.js function ret (line 10) | function ret(style, tp) {type = tp; return style;} function tokenBase (line 14) | function tokenBase(stream, state) { function tokenSComment (line 242) | function tokenSComment(stream, state) { // SComment = Slash comment function tokenCComment (line 248) | function tokenCComment(stream, state) { function tokenSGMLComment (line 260) | function tokenSGMLComment(stream, state) { function tokenString (line 272) | function tokenString(quote) { FILE: public/packages/codemirror-3.19/mode/lua/lua.js function prefixRE (line 8) | function prefixRE(words) { function wordRE (line 11) | function wordRE(words) { function readBracket (line 57) | function readBracket(stream) { function normal (line 64) | function normal(stream, state) { function bracketed (line 87) | function bracketed(level, style) { function string (line 100) | function string(quote) { FILE: public/packages/codemirror-3.19/mode/markdown/markdown.js function switchInline (line 80) | function switchInline(stream, state, f) { function switchBlock (line 85) | function switchBlock(stream, state, f) { function blankLine (line 93) | function blankLine(state) { function blockNormal (line 114) | function blockNormal(stream, state) { function htmlBlock (line 168) | function htmlBlock(stream, state) { function local (line 182) | function local(stream, state) { function getType (line 197) | function getType(state) { function handleText (line 232) | function handleText(stream, state) { function inlineNormal (line 239) | function inlineNormal(stream, state) { function linkHref (line 392) | function linkHref(stream, state) { function footnoteLink (line 404) | function footnoteLink(stream, state) { function footnoteUrl (line 412) | function footnoteUrl(stream, state) { function inlineRE (line 430) | function inlineRE(endChar) { function inlineElement (line 441) | function inlineElement(type, endChar, next) { FILE: public/packages/codemirror-3.19/mode/markdown/test.js function MT (line 3) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... FILE: public/packages/codemirror-3.19/mode/mirc/mirc.js function parseWords (line 4) | function parseWords(str) { function chain (line 72) | function chain(stream, state, f) { function tokenBase (line 76) | function tokenBase(stream, state) { function tokenComment (line 139) | function tokenComment(stream, state) { function tokenUnparsed (line 150) | function tokenUnparsed(stream, state) { FILE: public/packages/codemirror-3.19/mode/nginx/nginx.js function words (line 3) | function words(str) { function ret (line 23) | function ret(style, tp) {type = tp; return style;} function tokenBase (line 25) | function tokenBase(stream, state) { function tokenCComment (line 84) | function tokenCComment(stream, state) { function tokenSGMLComment (line 96) | function tokenSGMLComment(stream, state) { function tokenString (line 108) | function tokenString(quote) { FILE: public/packages/codemirror-3.19/mode/ntriples/ntriples.js function transitState (line 45) | function transitState(currState, c) { FILE: public/packages/codemirror-3.19/mode/ocaml/ocaml.js function tokenBase (line 39) | function tokenBase(stream, state) { function tokenString (line 76) | function tokenString(stream, state) { function tokenComment (line 91) | function tokenComment(stream, state) { FILE: public/packages/codemirror-3.19/mode/octave/octave.js function wordRegexp (line 2) | function wordRegexp(words) { function tokenTranspose (line 31) | function tokenTranspose(stream, state) { function tokenComment (line 42) | function tokenComment(stream, state) { function tokenBase (line 51) | function tokenBase(stream, state) { FILE: public/packages/codemirror-3.19/mode/pascal/pascal.js function words (line 2) | function words(str) { function tokenBase (line 14) | function tokenBase(stream, state) { function tokenString (line 52) | function tokenString(quote) { function tokenComment (line 64) | function tokenComment(stream, state) { FILE: public/packages/codemirror-3.19/mode/perl/perl.js function tokenChain (line 469) | function tokenChain(stream,state,chain,style,tail){ // NOTE: chain.l... function tokenSOMETHING (line 489) | function tokenSOMETHING(stream,state,string){ function tokenPerl (line 497) | function tokenPerl(stream,state){ FILE: public/packages/codemirror-3.19/mode/php/php.js function keywords (line 2) | function keywords(str) { function heredoc (line 7) | function heredoc(delim) { function dispatch (line 57) | function dispatch(stream, state) { FILE: public/packages/codemirror-3.19/mode/pig/pig.js function chain (line 15) | function chain(stream, state, f) { function ret (line 21) | function ret(tp, style) { function tokenComment (line 26) | function tokenComment(stream, state) { function tokenString (line 39) | function tokenString(quote) { function tokenBase (line 54) | function tokenBase(stream, state) { function keywords (line 137) | function keywords(str) { FILE: public/packages/codemirror-3.19/mode/python/python.js function wordRegexp (line 4) | function wordRegexp(words) { function tokenBase (line 60) | function tokenBase(stream, state) { function tokenStringFactory (line 165) | function tokenStringFactory(delimiter) { function indent (line 200) | function indent(stream, state, type) { function dedent (line 223) | function dedent(stream, state, type) { function tokenLexer (line 256) | function tokenLexer(stream, state) { FILE: public/packages/codemirror-3.19/mode/q/q.js function buildRE (line 6) | function buildRE(w){return new RegExp("^("+w.join("|")+")$");} function tokenBase (line 7) | function tokenBase(stream,state){ function tokenLineComment (line 49) | function tokenLineComment(stream,state){ function tokenBlockComment (line 52) | function tokenBlockComment(stream,state){ function tokenCommentToEOF (line 59) | function tokenCommentToEOF(stream){return stream.skipToEnd(),"comment";} function tokenString (line 60) | function tokenString(stream,state){ function pushContext (line 69) | function pushContext(state,type,col){state.context={prev:state.context,i... function popContext (line 70) | function popContext(state){state.indent=state.context.indent;state.conte... FILE: public/packages/codemirror-3.19/mode/r/r.js function wordObj (line 2) | function wordObj(str) { function tokenBase (line 14) | function tokenBase(stream, state) { function tokenString (line 64) | function tokenString(quote) { function push (line 85) | function push(state, type, stream) { function pop (line 92) | function pop(state) { FILE: public/packages/codemirror-3.19/mode/rst/rst.js function format (line 6) | function format(string) { function AssertException (line 13) | function AssertException(message) { function assert (line 21) | function assert(expression, message) { function to_normal (line 99) | function to_normal(stream, state) { function to_explicit (line 304) | function to_explicit(stream, state) { function to_comment (line 414) | function to_comment(stream, state) { function to_verbatim (line 418) | function to_verbatim(stream, state) { function as_block (line 422) | function as_block(stream, state, token) { function to_mode (line 435) | function to_mode(stream, state) { function context (line 454) | function context(phase, stage, mode, local) { function change (line 458) | function change(state, tok, ctx) { function stage (line 463) | function stage(state) { function phase (line 467) | function phase(state) { FILE: public/packages/codemirror-3.19/mode/ruby/ruby.js function wordObj (line 2) | function wordObj(words) { function chain (line 21) | function chain(newtok, stream, state) { function tokenBase (line 26) | function tokenBase(stream, state) { function tokenBaseUntilBrace (line 123) | function tokenBaseUntilBrace() { function tokenBaseOnce (line 138) | function tokenBaseOnce() { function readQuoted (line 149) | function readQuoted(quote, style, embed, unescaped) { function readHereDoc (line 180) | function readHereDoc(phrase) { function readBlockComment (line 187) | function readBlockComment(stream, state) { FILE: public/packages/codemirror-3.19/mode/rust/rust.js function r (line 27) | function r(tc, style) { function tokenBase (line 32) | function tokenBase(stream, state) { function tokenString (line 91) | function tokenString(stream, state) { function tokenComment (line 105) | function tokenComment(depth) { function pass (line 131) | function pass() { function cont (line 134) | function cont() { function pushlex (line 139) | function pushlex(type, info) { function poplex (line 148) | function poplex() { function typecx (line 156) | function typecx() { cx.state.keywords = typeKeywords; } function valcx (line 157) | function valcx() { cx.state.keywords = valKeywords; } function commasep (line 160) | function commasep(comb, end) { function stat_of (line 172) | function stat_of(comb, tag) { function block (line 175) | function block(type) { function endstatement (line 188) | function endstatement(type) { function expression (line 192) | function expression(type) { function maybeop (line 205) | function maybeop(type) { function maybeprop (line 212) | function maybeprop() { function exprbrace (line 216) | function exprbrace(type) { function record_of (line 226) | function record_of(comb) { function blockvars (line 236) | function blockvars(type) { function letdef1 (line 242) | function letdef1(type) { function letdef2 (line 248) | function letdef2(type) { function maybetype (line 252) | function maybetype(type) { function inop (line 256) | function inop(type) { function fndef (line 260) | function fndef(type) { function tydef (line 270) | function tydef(type) { function enumdef (line 276) | function enumdef(type) { function enumblock (line 283) | function enumblock(type) { function mod (line 289) | function mod(type) { function iface (line 294) | function iface(type) { function impl (line 300) | function impl(type) { function typarams (line 307) | function typarams() { function argdef (line 313) | function argdef(type) { function rtype (line 318) | function rtype(type) { function rtypemaybeparam (line 327) | function rtypemaybeparam() { function fntype (line 331) | function fntype(type) { function pattern (line 336) | function pattern(type) { function patternmaybeop (line 343) | function patternmaybeop(type) { function altbody (line 348) | function altbody(type) { function altblock1 (line 352) | function altblock1(type) { function altblock2 (line 359) | function altblock2(type) { function macro (line 364) | function macro(type) { function matchBrackets (line 368) | function matchBrackets(type, comb) { function parse (line 375) | function parse(state, stream, style) { FILE: public/packages/codemirror-3.19/mode/sass/sass.js function stringTokenizer (line 49) | function stringTokenizer(stream, state){ FILE: public/packages/codemirror-3.19/mode/scheme/scheme.js function makeKeywords (line 9) | function makeKeywords(str) { function stateStack (line 18) | function stateStack(indent, type, prev) { // represents a state stack ob... function pushStack (line 24) | function pushStack(state, indent, type) { function popStack (line 28) | function popStack(state) { function isBinaryNumber (line 37) | function isBinaryNumber (stream) { function isOctalNumber (line 41) | function isOctalNumber (stream) { function isDecimalNumber (line 45) | function isDecimalNumber (stream, backup) { function isHexNumber (line 52) | function isHexNumber (stream) { FILE: public/packages/codemirror-3.19/mode/shell/shell.js function define (line 4) | function define(style, string) { function tokenBase (line 25) | function tokenBase(stream, state) { function tokenString (line 66) | function tokenString(quote) { function tokenize (line 105) | function tokenize(stream, state) { FILE: public/packages/codemirror-3.19/mode/sieve/sieve.js function words (line 7) | function words(str) { function tokenBase (line 17) | function tokenBase(stream, state) { function tokenMultiLineString (line 104) | function tokenMultiLineString(stream, state) function tokenCComment (line 129) | function tokenCComment(stream, state) { function tokenString (line 141) | function tokenString(quote) { FILE: public/packages/codemirror-3.19/mode/sparql/sparql.js function wordRegexp (line 5) | function wordRegexp(words) { function tokenBase (line 17) | function tokenBase(stream, state) { function tokenLiteral (line 64) | function tokenLiteral(quote) { function pushContext (line 78) | function pushContext(state, type, col) { function popContext (line 81) | function popContext(state) { FILE: public/packages/codemirror-3.19/mode/sql/sql.js function tokenBase (line 13) | function tokenBase(stream, state) { function tokenLiteral (line 107) | function tokenLiteral(quote) { function tokenComment (line 120) | function tokenComment(stream, state) { function pushContext (line 136) | function pushContext(stream, state, type) { function popContext (line 145) | function popContext(state) { function hookIdentifier (line 195) | function hookIdentifier(stream) { function hookVar (line 206) | function hookVar(stream) { function hookClient (line 233) | function hookClient(stream) { function set (line 248) | function set(str) { FILE: public/packages/codemirror-3.19/mode/stex/stex.js function pushCommand (line 9) | function pushCommand(state, command) { function peekCommand (line 13) | function peekCommand(state) { function popCommand (line 21) | function popCommand(state) { function getMostPowerful (line 29) | function getMostPowerful(state) { function addPluginPattern (line 41) | function addPluginPattern(pluginName, cmdStyle, styles) { function setState (line 75) | function setState(state, f) { function normal (line 80) | function normal(source, state) { function inCComment (line 153) | function inCComment(source, state) { function inMathMode (line 159) | function inMathMode(source, state, endModeSeq) { function beginParams (line 207) | function beginParams(source, state) { FILE: public/packages/codemirror-3.19/mode/stex/test.js function MT (line 3) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... FILE: public/packages/codemirror-3.19/mode/tcl/tcl.js function parseWords (line 3) | function parseWords(str) { function chain (line 23) | function chain(stream, state, f) { function tokenBase (line 27) | function tokenBase(stream, state) { function tokenString (line 78) | function tokenString(quote) { function tokenComment (line 92) | function tokenComment(stream, state) { function tokenUnparsed (line 103) | function tokenUnparsed(stream, state) { FILE: public/packages/codemirror-3.19/mode/tiddlywiki/tiddlywiki.js function kw (line 22) | function kw(type) { function chain (line 55) | function chain(stream, state, f) { function ret (line 64) | function ret(tp, style, cont) { function jsTokenBase (line 70) | function jsTokenBase(stream, state) { function twTokenComment (line 207) | function twTokenComment(stream, state) { function twTokenStrong (line 221) | function twTokenStrong(stream, state) { function twTokenCode (line 235) | function twTokenCode(stream, state) { function twTokenEm (line 257) | function twTokenEm(stream, state) { function twTokenUnderline (line 271) | function twTokenUnderline(stream, state) { function twTokenStrike (line 286) | function twTokenStrike(stream, state) { function twTokenMacro (line 300) | function twTokenMacro(stream, state) { FILE: public/packages/codemirror-3.19/mode/tiki/tiki.js function inBlock (line 2) | function inBlock(style, terminator, returnTokenizer) { function inLine (line 18) | function inLine(style) { function inText (line 28) | function inText(stream, state) { function inPlugin (line 131) | function inPlugin(stream, state) { function inAttribute (line 165) | function inAttribute(quote) { function inAttributeNoQuote (line 177) | function inAttributeNoQuote() { function pass (line 192) | function pass() { function cont (line 196) | function cont() { function pushContext (line 201) | function pushContext(pluginName, startOfLine) { function popContext (line 212) | function popContext() { function element (line 216) | function element(type) { function endplugin (line 237) | function endplugin(startOfLine) { function endcloseplugin (line 249) | function endcloseplugin(err) { function attributes (line 257) | function attributes(type) { function attvalue (line 262) | function attvalue(type) { function attvaluemaybe (line 267) | function attvaluemaybe(type) { FILE: public/packages/codemirror-3.19/mode/turtle/turtle.js function wordRegexp (line 5) | function wordRegexp(words) { function tokenBase (line 12) | function tokenBase(stream, state) { function tokenLiteral (line 64) | function tokenLiteral(quote) { function pushContext (line 78) | function pushContext(state, type, col) { function popContext (line 81) | function popContext(state) { FILE: public/packages/codemirror-3.19/mode/vb/vb.js function wordRegexp (line 4) | function wordRegexp(words) { function indent (line 40) | function indent(_stream, state) { function dedent (line 44) | function dedent(_stream, state) { function tokenBase (line 48) | function tokenBase(stream, state) { function tokenStringFactory (line 158) | function tokenStringFactory(delimiter) { function tokenLexer (line 184) | function tokenLexer(stream, state) { FILE: public/packages/codemirror-3.19/mode/vbscript/vbscript.js function wordRegexp (line 14) | function wordRegexp(words) { function indent (line 94) | function indent(_stream, state) { function dedent (line 98) | function dedent(_stream, state) { function tokenBase (line 102) | function tokenBase(stream, state) { function tokenStringFactory (line 245) | function tokenStringFactory(delimiter) { function tokenLexer (line 271) | function tokenLexer(stream, state) { FILE: public/packages/codemirror-3.19/mode/velocity/velocity.js function parseWords (line 2) | function parseWords(str) { function chain (line 15) | function chain(stream, state, f) { function tokenBase (line 19) | function tokenBase(stream, state) { function tokenString (line 116) | function tokenString(quote) { function tokenComment (line 136) | function tokenComment(stream, state) { function tokenUnparsed (line 148) | function tokenUnparsed(stream, state) { FILE: public/packages/codemirror-3.19/mode/verilog/verilog.js function tokenBase (line 12) | function tokenBase(stream, state) { function tokenString (line 54) | function tokenString(quote) { function tokenComment (line 67) | function tokenComment(stream, state) { function Context (line 79) | function Context(indented, column, type, align, prev) { function pushContext (line 86) | function pushContext(state, col, type) { function popContext (line 89) | function popContext(state) { function words (line 150) | function words(str) { function metaHook (line 170) | function metaHook(stream) { FILE: public/packages/codemirror-3.19/mode/xml/xml.js function inText (line 50) | function inText(stream, state) { function inTag (line 102) | function inTag(stream, state) { function inAttribute (line 125) | function inAttribute(quote) { function inBlock (line 139) | function inBlock(style, terminator) { function doctype (line 151) | function doctype(depth) { function pass (line 173) | function pass() { function cont (line 176) | function cont() { function pushContext (line 181) | function pushContext(tagName, startOfLine) { function popContext (line 191) | function popContext() { function element (line 195) | function element(type) { function endtag (line 217) | function endtag(startOfLine) { function endclosetag (line 234) | function endclosetag(err) { function maybePopContext (line 242) | function maybePopContext(nextTagName) { function attributes (line 257) | function attributes(type) { function attribute (line 263) | function attribute(type) { function attvalue (line 269) | function attvalue(type) { function attvaluemaybe (line 275) | function attvaluemaybe(type) { FILE: public/packages/codemirror-3.19/mode/xquery/test.js function MT (line 8) | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arg... FILE: public/packages/codemirror-3.19/mode/xquery/xquery.js function kw (line 8) | function kw(type) {return {type: type, style: "keyword"};} function ret (line 62) | function ret(tp, style, cont) { function chain (line 67) | function chain(stream, state, f) { function tokenBase (line 73) | function tokenBase(stream, state) { function tokenComment (line 207) | function tokenComment(stream, state) { function tokenString (line 230) | function tokenString(quote, f) { function tokenVariable (line 270) | function tokenVariable(stream, state) { function tokenTag (line 287) | function tokenTag(name, isclose) { function tokenAttribute (line 310) | function tokenAttribute(stream, state) { function tokenXMLComment (line 345) | function tokenXMLComment(stream, state) { function tokenCDATA (line 357) | function tokenCDATA(stream, state) { function tokenPreProcessing (line 368) | function tokenPreProcessing(stream, state) { function isInXmlBlock (line 380) | function isInXmlBlock(state) { return isIn(state, "tag"); } function isInXmlAttributeBlock (line 381) | function isInXmlAttributeBlock(state) { return isIn(state, "attribute"); } function isInXmlConstructor (line 382) | function isInXmlConstructor(state) { return isIn(state, "xmlconstructor"... function isInString (line 383) | function isInString(state) { return isIn(state, "string"); } function isEQNameAhead (line 385) | function isEQNameAhead(stream) { function isIn (line 395) | function isIn(state, type) { function pushStateStack (line 399) | function pushStateStack(state, newState) { function popStateStack (line 403) | function popStateStack(state) { FILE: public/packages/codemirror-3.19/test/comment_test.js function test (line 4) | function test(name, mode, run, before, after) { FILE: public/packages/codemirror-3.19/test/doc_test.js function instantiateSpec (line 3) | function instantiateSpec(spec, place, opts) { function clone (line 30) | function clone(obj, props) { function eqAll (line 39) | function eqAll(val) { function testDoc (line 48) | function testDoc(name, spec, run, opts, expectFail) { function testBasic (line 73) | function testBasic(a, b) { FILE: public/packages/codemirror-3.19/test/driver.js function Failure (line 3) | function Failure(why) {this.message = why;} function indexOf (line 6) | function indexOf(collection, elt) { function test (line 13) | function test(name, run, expectedFail) { function testCM (line 27) | function testCM(name, run, opts, expectedFail) { function runTests (line 44) | function runTests(callback) { function label (line 111) | function label(str, msg) { function eq (line 115) | function eq(a, b, msg) { function eqPos (line 118) | function eqPos(a, b, msg) { function is (line 125) | function is(a, msg) { function countTests (line 129) | function countTests() { FILE: public/packages/codemirror-3.19/test/emacs_test.js function fakeEvent (line 8) | function fakeEvent(keyName) { function sim (line 30) | function sim(name, start /*, actions... */) { function at (line 42) | function at(line, ch) { return function(cm) { eqPos(cm.getCursor(), Pos(... function txt (line 43) | function txt(str) { return function(cm) { eq(cm.getValue(), str); }; } FILE: public/packages/codemirror-3.19/test/lint/acorn.js function raise (line 174) | function raise(pos, message) { function makePredicate (line 282) | function makePredicate(words) { function isIdentifierStart (line 365) | function isIdentifierStart(code) { function isIdentifierChar (line 375) | function isIdentifierChar(code) { function nextLineStart (line 391) | function nextLineStart() { function curLineLoc (line 397) | function curLineLoc() { function initTokenState (line 408) | function initTokenState() { function finishToken (line 422) | function finishToken(type, val) { function skipBlockComment (line 432) | function skipBlockComment() { function skipLineComment (line 440) | function skipLineComment() { function skipSpace (line 454) | function skipSpace() { function readToken (line 489) | function readToken(forceRegexp) { function finishOp (line 588) | function finishOp(type, size) { function readRegexp (line 597) | function readRegexp() { function readInt (line 624) | function readInt(radix, len) { function readHexNumber (line 641) | function readHexNumber() { function readNumber (line 651) | function readNumber(ch) { function readString (line 678) | function readString(quote) { function readHexChar (line 726) | function readHexChar(len) { function readWord1 (line 744) | function readWord1() { function readWord (line 775) | function readWord() { function next (line 812) | function next() { function setStrict (line 822) | function setStrict(strct) { function startNode (line 832) | function startNode() { function startNodeFrom (line 850) | function startNodeFrom(other) { function finishNode (line 874) | function finishNode(node, type) { function isUseStrict (line 896) | function isUseStrict(stmt) { function eat (line 904) | function eat(type) { function canInsertSemicolon (line 913) | function canInsertSemicolon() { function semicolon (line 921) | function semicolon() { function expect (line 928) | function expect(type) { function unexpected (line 935) | function unexpected() { function checkLVal (line 942) | function checkLVal(expr) { function parseTopLevel (line 956) | function parseTopLevel(program) { function parseStatement (line 984) | function parseStatement() { function parseParenExpression (line 1196) | function parseParenExpression() { function parseBlock (line 1207) | function parseBlock(allowStrict) { function parseFor (line 1228) | function parseFor(node, init) { function parseForIn (line 1242) | function parseForIn(node, init) { function parseVar (line 1253) | function parseVar(node, noIn) { function parseExpression (line 1280) | function parseExpression(noComma, noIn) { function parseMaybeAssign (line 1294) | function parseMaybeAssign(noIn) { function parseMaybeConditional (line 1310) | function parseMaybeConditional(noIn) { function parseExprOps (line 1325) | function parseExprOps(noIn) { function parseExprOp (line 1335) | function parseExprOp(left, minPrec, noIn) { function parseMaybeUnary (line 1353) | function parseMaybeUnary(noIn) { function parseExprSubscripts (line 1381) | function parseExprSubscripts() { function parseSubscripts (line 1385) | function parseSubscripts(base, noCalls) { function parseExprAtom (line 1412) | function parseExprAtom() { function parseNew (line 1465) | function parseNew() { function parseObj (line 1476) | function parseObj() { function parsePropertyName (line 1519) | function parsePropertyName() { function parseFunction (line 1527) | function parseFunction(node, isStatement) { function parseExprList (line 1568) | function parseExprList(close, allowTrailingComma, allowEmpty) { function parseIdent (line 1586) | function parseIdent(liberal) { FILE: public/packages/codemirror-3.19/test/lint/lint.js function checkFile (line 33) | function checkFile(fileName) { function fail (line 123) | function fail(msg, pos) { function checkDir (line 129) | function checkDir(dir) { FILE: public/packages/codemirror-3.19/test/lint/walk.js function c (line 23) | function c(node, st, override) { function c (line 38) | function c(node, st, override) { function skipThrough (line 54) | function skipThrough(node, st, c) { c(node, st); } function ignore (line 55) | function ignore(node, st, c) {} function makeScope (line 183) | function makeScope(prev) { FILE: public/packages/codemirror-3.19/test/mode_test.js function findSingle (line 22) | function findSingle(str, pos, ch) { function parseTokens (line 32) | function parseTokens(strs) { function compare (line 76) | function compare(text, expected, mode, compareIndentation) { function highlight (line 124) | function highlight(string, mode, compareIndentation) { function highlightOutputsEqual (line 166) | function highlightOutputsEqual(o1, o2) { function prettyPrintOutputTable (line 181) | function prettyPrintOutputTable(output) { FILE: public/packages/codemirror-3.19/test/phantom_driver.js function waitFor (line 25) | function waitFor (test, cb) { FILE: public/packages/codemirror-3.19/test/test.js function forEach (line 5) | function forEach(arr, f) { function addDoc (line 9) | function addDoc(cm, width, height) { function byClassName (line 16) | function byClassName(elt, cls) { function p (line 378) | function p(v) { return v && Pos(v[0], v[1]); } function p (line 473) | function p(v) { return v && Pos(v[0], v[1]); } function add (line 525) | function add(insertLeft) { function test (line 577) | function test(line, ch) { function foldLines (line 680) | function foldLines(cm, start, end, autoClear) { function enterPress (line 750) | function enterPress() { function fold (line 809) | function fold(ll, cl, lr, cr) { function fakeKey (line 1001) | function fakeKey(expected, code, props) { function cls (line 1288) | function cls(line, text, bg, wrap) { function atom (line 1318) | function atom(ll, cl, lr, cr, li, ri) { function mark (line 1365) | function mark(ll, cl, lr, cr, at) { function sendKey (line 1418) | function sendKey(code) { function notAtEnd (line 1502) | function notAtEnd(cm, pos) { FILE: public/packages/codemirror-3.19/test/vim_test.js function copyCursor (line 95) | function copyCursor(cur) { function testVim (line 99) | function testVim(name, run, opts, expectedFail) { function testJumplist (line 226) | function testJumplist(name, keys, endPos, startPos, dialog) { function testMotion (line 270) | function testMotion(name, keys, endPos, startPos) { function makeCursor (line 281) | function makeCursor(line, ch) { function offsetCursor (line 285) | function offsetCursor(cur, offsetLine, offsetCh) { function testEdit (line 954) | function testEdit(name, before, pos, edit, after) { function testSubstituteConfirm (line 2240) | function testSubstituteConfirm(name, command, initialValue, expectedValu... FILE: public/packages/google-code-prettify/prettify.js function S (line 2) | function S(a){function d(e){var b=e.charCodeAt(0);if(b!==92)return b;var... function T (line 6) | function T(a,d){function g(a){var c=a.nodeType;if(c==1){if(!b.test(a.cla... function H (line 7) | function H(a,d,g,b){d&&(a={a:d,e:a},g(a),b.push.apply(b,a.g))} function U (line 7) | function U(a){for(var d=void 0,g=a.firstChild;g;g=g.nextSibling)var b=g.... function C (line 7) | function C(a,d){function g(a){for(var j=a.e,k=[j,"pln"],c=0,i=a.a.match(... function v (line 9) | function v(a){var d=[],g=[];a.tripleQuotedStrings?d.push(["str",/^(?:'''... function J (line 13) | function J(a,d,g){function b(a){var c=a.nodeType;if(c==1&&!x.test(a.clas... function p (line 15) | function p(a,d){for(var g=d.length;--g>=0;){var b=d[g];F.hasOwnProperty(... function I (line 15) | function I(a,d){if(!a||!F.hasOwnProperty(a))a=/^\s*=0;){var b=d[h];U.hasOwnProperty(... function A (line 19) | function A(a,d){if(!a||!U.hasOwnProperty(a))a=/^\s*