{ "auto_complete": { "selected_items": [ [ "bor", "border-right" ], [ "borde", "border-right" ], [ "str_r", "str_replace" ], [ "m", "margin-bottom" ], [ "ma", "margin" ], [ "ap_verify", "ap_verify_default_nonce" ], [ "get_current", "get_current_user_id" ], [ "ap_vef", "ap_verify_default_nonce" ], [ "font-s", "font-size" ], [ "is_ar", "is_archive" ], [ "chef-", "chef-orange" ], [ "bo", "border-radius: " ], [ "author_me", "get_the_author_meta" ], [ "font-", "font-size: " ], [ "mar", "margin-top: " ], [ "get_template", "get_template_directory" ], [ "esc_attr", "esc_attr_e" ], [ "inlin", "inline-block" ], [ "wp_en", "wp_enqueue_style" ], [ "tra", "transparent" ], [ "Ap", "ApSite" ], [ "super_a", "is_super_admin" ], [ "au", "author @author" ], [ "margin-", "margin-right" ], [ "wp_cache", "wp_cache_get" ], [ "text", "textarea Tag" ], [ "ap_aja", "ap_ajax_json" ], [ "ap_aj", "ap_ajax_json" ], [ "something", "something_wrong" ], [ "uns", "unset" ], [ "get", "get $.get()" ], [ "get_curr", "get_current_user_id" ], [ "notifi", "notifications" ], [ "ap_ajax", "ap_ajax_action" ], [ "current", "current_filter" ], [ "co", "color" ], [ "esc_att", "esc_attr" ], [ "appen", "appendTo .appendTo()" ], [ "str", "strtolower" ], [ "sanitize_te", "sanitize_text_field" ], [ "curre", "current_page" ], [ "read", "readfile" ], [ "clo", "closest .closest()" ], [ "php", "phpinfo" ], [ "wp_cac", "wp_cache_get" ], [ "quest", "question_id" ], [ "remov", "removeAttr .removeAttr()" ], [ "repl", "replace" ], [ "repla", "replaceWith .replaceWith()" ], [ "att", "attr .attr() - single" ], [ "get_user", "get_user_by" ], [ "unde", "undefined" ], [ "ge", "get $.get()" ], [ "marg", "margin-top" ], [ "icon", "icon_height" ], [ "update_pos", "update_post_meta" ], [ "is_user", "is_user_logged_in" ], [ "funct", "function" ], [ "function", "function_exists" ], [ "clas", "class_exists" ], [ "file", "file_put_contents" ], [ "ap_get_theme", "ap_get_theme_location" ], [ "file_", "file_get_contents" ], [ "func", "function_exists" ], [ "di", "display" ], [ "form", "format" ], [ "sin", "since @since" ], [ "fun", "function_exists" ], [ "lower", "strtolower" ], [ "pa", "padding" ], [ "padd", "padding-left" ], [ "li", "list-style" ], [ "register_p", "register_post_type Register Post Type All Options" ], [ "register_t", "register_taxonomy" ], [ "border", "border-bottom" ], [ "json_", "json_encode" ], [ "wp_remo", "wp_remote_get" ], [ "te", "text-align" ], [ "margin", "margin-bottom" ], [ "r", "right" ], [ "template", "template_directory_uri" ], [ "question", "question_category" ], [ "wp_enq", "wp_enqueue_style" ], [ "templ", "template_redirect" ], [ "get_pl", "get_plugin_data" ], [ "maybe", "maybe_unserialize" ], [ "us", "user_id" ], [ "WP_E", "WP_Error" ], [ "sanitize_title_", "sanitize_title_with_dashes" ], [ "get_sty", "get_stylesheet_directory" ], [ "install", "install_composer" ], [ "comment", "commentdata" ], [ "set_po", "set_post_thumbnail" ], [ "get_post_s", "get_post_status" ], [ "delete_post", "delete_post_meta" ], [ "React", "ReactBootstrap" ], [ "plugin_dir", "plugin_dir_url" ], [ "saniti", "sanitize_text_field" ], [ "define", "defined" ], [ "sanitize_titl", "sanitize_title_for_query" ], [ "esc", "esc_attr" ], [ "json", "json_encode" ], [ "verify_", "wp_verify_nonce" ], [ "author_pos", "get_author_posts_url" ], [ "re", "relative" ], [ "togg", "toggleClass .toggleClass()" ], [ "angular", "angular-js" ], [ "has_p", "has_post_thumbnail" ], [ "sanit", "sanitize_text_field" ], [ "is_in", "is_integer" ], [ "ap_displ", "ap_get_displayed_user_id" ], [ "wp_create", "wp_create_nonce" ], [ "get_the_t", "get_the_title" ], [ "author", "author_email" ], [ "get_the_au", "get_the_author_meta" ], [ "wp_update_c", "wp_update_comment" ], [ "admin", "admin_url" ], [ "get_the_a", "get_the_author_meta" ], [ "get_query", "get_query_var" ], [ "del", "delegate .delegate()" ], [ "update_us", "update_user_meta" ], [ "is_su", "is_super_admin" ], [ "sani", "sanitize_text_field" ], [ "wp_non", "wp_nonce_field" ], [ "slide", "slideDown .slideDown()" ], [ "defa", "default_pages" ], [ "strto", "strtotime" ], [ "fade", "fadeIn .fadeIn()" ] ] }, "buffers": [ { "file": "includes/hooks.php", "settings": { "buffer_size": 25842, "line_ending": "Unix" } }, { "contents": "'use strict';\n\n/**\n * @ngdoc overview\n * @name tovoltApp\n * @description\n * # tovoltApp\n *\n * Main module of the application.\n */\nangular\n .module('tovoltApp', [\n 'ngAnimate',\n 'ngCookies',\n 'ngResource',\n 'ngRoute',\n 'ngSanitize',\n 'ngTouch'\n ])\n .config(function ($routeProvider) {\n $routeProvider\n .when('/', {\n templateUrl: 'views/main.html',\n controller: 'MainCtrl',\n controllerAs: 'main'\n })\n .when('/about', {\n templateUrl: 'views/about.html',\n controller: 'AboutCtrl',\n controllerAs: 'about'\n })\n .when('/dashboard', {\n templateUrl: 'views/dashboard/dashboard.html',\n controller: 'DashboardCtrl',\n controllerAs: 'dashboard'\n })\n .otherwise({\n redirectTo: '/'\n });\n });\n", "file": "/M/wamp/www/tovolt/app/scripts/app.js", "file_size": 812, "file_write_time": 131097688898308116, "settings": { "buffer_size": 812, "line_ending": "Unix" } }, { "contents": "\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n\n
\n
\n
\n\n
\n
\n

from the Yeoman team

\n
\n
\n\n\n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n\n\n", "file": "/M/wamp/www/tovolt/app/index.html", "file_size": 3708, "file_write_time": 131097691973164981, "settings": { "buffer_size": 3708, "line_ending": "Unix" } }, { "contents": "\n", "file": "/M/wamp/www/tovolt/app/views/dashboard/sidenav.html", "file_size": 89, "file_write_time": 131097701069740477, "settings": { "buffer_size": 89, "line_ending": "Unix" } } ], "build_system": "", "build_system_choices": [ ], "build_varint": "", "command_palette": { "height": 354.0, "last_filter": "in", "selected_items": [ [ "in", "Package Control: Install Package" ], [ "re", "Package Control: Remove Package" ], [ "ins", "Package Control: Install Package" ], [ "install", "Package Control: Install Package" ], [ "pack", "Package Control: Install Package" ], [ "pa", "Package Control: List Packages" ], [ "remo", "Package Control: Remove Package" ], [ "new", "Tasks: New document" ], [ "snippe", "Snippet: Plugin Readme" ], [ "qu", "QuickCal: Lookup" ], [ "quic", "QuickCal: Show Calendar" ], [ "lin", "SublimeLinter: Lint This View" ], [ "disab", "Package Control: Disable Package" ], [ "task", "Tasks: New document" ], [ "sub", "SublimeLinter: Enable Debug Mode" ], [ "lint", "SublimeLinter: Lint This View" ], [ "dis", "Package Control: Disable Package" ], [ "insta", "Package Control: Install Package" ], [ "php", "phpfmt: toggle PSR2" ], [ "phpf", "phpfmt: toggle PSR1" ], [ "enab", "Package Control: Enable Package" ], [ "instal", "Package Control: Install Package" ], [ "prett", "HTMLPrettify" ], [ "", "CodeFormatter: Format as HTML Syntax" ], [ "html", "HTMLPrettify" ], [ "buti", "HTMLBeautify" ], [ "tag ", "Tag: Auto-Format Tags on Document" ], [ "remove", "Package Control: Remove Package" ], [ "forma", "CodeFormatter: Format Code" ], [ "inst", "Package Control: Install Package" ], [ "disa", "Package Control: Disable Package" ], [ "Snippet: ", "Snippet: Plugin Readme" ], [ "gr", "Grunt" ], [ "Package Control: ", "Package Control: Remove Package" ], [ "Package Control: re", "Package Control: Remove Package" ], [ "ena", "Package Control: Enable Package" ], [ "remov", "Package Control: Remove Package" ], [ "rev", "TodoReview: Project Files" ], [ "todo", "TodoReview: Project Files" ], [ "revie", "TodoReview: Project Files" ], [ "TodoReview: Project Files", "TodoReview: Project Files" ], [ "Package Control: t", "Package Control: List Packages" ], [ "Package Control: ins", "Package Control: Install Package" ], [ "Package Control: in", "Package Control: Install Package" ], [ "Package Control: inst", "Package Control: Install Package" ], [ "Package Control: n", "Package Control: Install Package" ] ], "width": 414.0 }, "console": { "height": 313.0, "history": [ "install", "import urllib.request,os,hashlib; h = '2deb499853c4371624f5a07e27c334aa' + 'bf8c4e67d14fb0525ba4f89698a6d7e1'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by) " ] }, "distraction_free": { "menu_visible": true, "show_minimap": false, "show_open_files": false, "show_tabs": false, "side_bar_visible": false, "status_bar_visible": false }, "file_history": [ "/M/wamp/www/tovolt/app/scripts/directives/sidenav.js", "/M/wamp/www/tovolt/app/views/dashboard/dashboard.html", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/includes/user.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/includes/class-user.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/anspress-question-answer.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/includes/class-theme.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/assets/js/ap-functions.js", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/.travis.yml", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/.gitlab-ci.yml", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/Gruntfile.js", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/includes/theme.php", "/M/wamp/www/anspress/wp-content/plugins/categories-for-anspress/categories-for-anspress.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/includes/functions.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/includes/notification.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/includes/ask-form.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/admin/views/dashboard.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/includes/question-loop.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/admin/anspress-admin.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/assets/ap-admin.less", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/assets/ap-functions.js", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/includes/flag.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/admin/options-fields.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/assets/js/ap-admin.js", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/js/ap.js", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/widgets/users.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/widgets/users.php", "/M/wamp/www/dude/qa-theme/dude/qa-theme.php", "/M/wamp/www/dude/qa-theme/dude/functions.php", "/M/wamp/www/dude/qa-theme/dude/inc/core_functions.php", "/M/wamp/www/dude/qa-plugin/ra-option-panel/qa-plugin.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/includes/answer-form.php", "/M/wamp/www/anspress/wp-admin/includes/dashboard.php", "/M/wamp/www/chef.io/export.php", "/C/Users/ussr/Desktop/old_permalinks.csv", "/M/wamp/www/chef.io/old_permalinks.csv", "/C/Users/ussr/AppData/Local/Temp/Rar$DI00.578/howto-metabox-plugin.php", "/C/Users/ussr/AppData/Local/Temp/Rar$DI00.859/howto-metabox-plugin.php", "/C/Users/ussr/AppData/Local/Temp/Rar$DI00.703/howto-metabox-plugin.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/tests/bin/install.sh", "/M/wamp/www/anspress/wp-content/plugins/categories-for-anspress/functions.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/admin/views/about.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/admin/views/admin.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/less/dropdown.less", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/includes/activity-hooks.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/includes/options.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/includes/reputation.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/assets/js/anspress_site.js", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/includes/mention.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/functions.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/includes/hooks.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/admin/functions.php", "/M/wamp/www/anspress/wp-content/themes/twentyeleven/anspress.php", "/M/wamp/www/anspress/wp-content/themes/twentytwelve/anspress.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/includes/ajax-hooks.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/less/question.less", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/less/list.less", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/includes/class/roles-cap.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/content-list.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/includes/answer-loop.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/includes/post_status.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/answer.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/attachments.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/less/form.less", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/includes/process-form.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/question.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/widgets/questions.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/fonts/style.css", "/C/Users/ussr/AppData/Local/Temp/Rar$DI01.313/style.css", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/less/main.less", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/less/media.less", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/fonts/demo.html", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/index.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/js-template/comments.html", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/assets/js/ap-uploader.js", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/Todo.todo", "/M/wamp/www/chef.io/wp-content/themes/chefio/template-parts/featured-post.php", "/C/Users/ussr/AppData/Local/Temp/scp44493/wp-content/themes/chefio/footer.php", "/C/Users/ussr/AppData/Local/Temp/scp45736/wp-content/themes/chefio/template-parts/content.php", "/M/wamp/www/chef.io/wp-content/themes/chefio/sass/site/primary/_posts-and-pages.scss", "/C/Users/ussr/AppData/Local/Temp/scp50169/wp-content/themes/chefio/header.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/js-template/upload-modal.html", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/less/modal.less", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/assets/js/file-uploader.js", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/js-template/upload-form.html", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/upload-from.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/modal-image-upload.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/upload-form.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/modal-upload.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/includes/class/activity.php", "/M/wamp/www/answer.js/app/index.html", "/M/wamp/www/chef.io/wp-content/themes/chefio/home.php", "/C/Users/ussr/AppData/Local/Temp/Rar$DI01.828/SERIAL.txt", "/M/wamp/www/chef.io/wp-content/themes/chefio/functions.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/less/widget.less", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/README.md", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/users/loop-item.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/less/notification.less", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/readme.txt", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/package.json", "/M/wamp/www/chef.io/wp-content/themes/chefio/sass/typography/_typography.scss", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/includes/users-loop.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/theme/default/widgets/users-widget.php", "/M/wamp/www/anspress/wp-content/plugins/anspress-question-answer/widgets/user.php", "/M/wamp/www/chef.io/wp-content/tasks.todo", "/M/wamp/www/chef.io/wp-content/themes/chefio/template-parts/widget-recommended.php", "/M/wamp/www/chef.io/wp-content/themes/chefio/sass/site/secondary/_widgets.scss", "/M/wamp/www/chef.io/wp-content/themes/chefio/sass/chefstyles.scss", "/M/wamp/www/chef.io/wp-content/themes/chefio/sass/site/_site.scss", "/M/wamp/www/chef.io/wp-content/themes/chefio/template-parts/author-bio.php", "/M/wamp/www/chef.io/wp-content/themes/chefio/sass/authorbio.scss", "/M/wamp/www/chef.io/wp-content/themes/chefio/sass/forms/_buttons.scss", "/M/wamp/www/chef.io/wp-content/themes/chefio/search.php", "/M/wamp/www/chef.io/wp-content/themes/chefio/inc/extras.php", "/M/wamp/www/chef.io/wp-content/themes/chefio/inc/template-tags.php", "/M/wamp/www/chef.io/wp-content/themes/chefio/footer.php", "/M/wamp/www/chef.io/wp-content/themes/chefio/sass/navigation/_menus.scss", "/M/wamp/www/chef.io/wp-content/themes/chefio/sass/footer.scss", "/M/wamp/www/chef.io/wp-content/themes/chefio/archive.php", "/M/wamp/www/chef.io/wp-content/themes/chefio/index.php", "/M/wamp/www/chef.io/wp-content/themes/chefio/template-parts/content.php", "/M/wamp/www/chef.io/wp-content/themes/chefio/sass/forms/_fields.scss", "/M/wamp/www/chef.io/wp-content/themes/chefio/header.php", "/M/wamp/www/chef.io/wp-content/themes/chefio/sass/header.scss", "/M/wamp/www/chef.io/wp-content/themes/chefio/sass/variables-site/_structure.scss", "/M/wamp/www/chef.io/wp-content/themes/chefio/template-parts/widget-recentposts.php", "/C/Users/ussr/AppData/Local/Temp/scp08770/wp-content/themes/chefio/home.php", "/C/Users/ussr/AppData/Local/Temp/scp10331/wp-content/themes/chefio/header.php", "/C/Users/ussr/AppData/Local/Temp/scp13061/wp-content/themes/chefio/inc/extras.php" ], "find": { "height": 83.0 }, "find_in_files": { "height": 102.0, "where_history": [ "" ] }, "find_state": { "case_sensitive": true, "find_history": [ "canonica", "get_term_link", "term_l", "link", "url", "rel_canonical", "ap_active_user_page", "attn", "anspress_latesta", "anspress_sitestats", "select", "anspress_sitestats", "anspress_stats", "wp_dashboard", "on_save_changes", "save_howto_metaboxes_general", "howto-metaboxes-general", "postboxes", "HOWTO_METABOX_ADMIN_PAGE_NAME", "on_show_page", "WPTuts_Simple_Metabox_Admin_Page", "posts_page_example_page", "wpcept", "Question_Query", "orderby_questions", "ap_get_question_sorting", "ask_from_category_field", "ap_list_filters", "ap_send_json", "ap_ajax_responce", "disable_profile", "reputation", "active", "change_status", "uploadForm", "avatarUploadCallback", "featured", "display", "ap_featured_post_btn", "postUploadForm", "remove_if", "remove", "postUploadForm", "ap_post_upload_form", "question_attachments", "postUploadForm", "uploadTemplate", "template", "ap_user_can_upload_image", "load_upload_modal", "addImageInEditor", "activeEditor", "uploadForm", "ap_upload_user_file", "upload_post_image", "select_answer", "convert_to_post", " \nconvert_to_post", "ap_post_permanent_delete_btn_html", "ap_delete_activity", "delete_post", "trash_post", "delete_post", "ap_delete_notification", "AP_user_query", "removeClass", "permanent_delete_post", "ap_restore_posts", "ap_post_delete_btn_html", "untrash_post", "ap_update_activities", "ap_change_post_activities_status", "trash_post", "ap_update_post_activity_meta", "new_answer", "ap_update_post_activity_meta", "new_comment_answer", "sub", "child", "new_comment_answer", "delete_comment", "trash_post_action", "permanent_delete_post", "trash_post_action", "ap_trash_answer", "trash_post_action", "ap_trash_answer", "var_d", "trash_post", "ap_update_activities", "trash_post", "delete_post", "ap_get_activity", "ap_delete_activity", "after_deleting_activity", "ap_after_deleting_activity", "after_deleting_activity", "before_deleting_activity", "where_clauses", "where_status_clauses", "status", "ap_insert_activity", "font", "searchform", "chef_posted_on", "content-area", ".widget", ".widget-area", "logo", "io", "font-f", "body", "http://chefio.staging.wpengine.com", "https://chefio.staging.wpengine.com", "ap_get_total_unread_notification", "delete_comment", "markread_notification", "ap-user-me", "pagination", "AnsPress_Activity_Query", "notification_page", "pagination", "ap_notification_pagination", "editComment", "ap_get_comment_actions", "deleteComment", "delete_c", "ap_comment_form" ], "highlight": true, "in_selection": false, "preserve_case": false, "regex": false, "replace_history": [ "http://localhost/chef.io", "", "ap_ajax_json", "\"", "'", "'ab'", "wptest.localhost", "'questions'", "'question'", "integer", "public static function", "'tags-for-anspress'", "'ab'", "'anspress-question-answer'", "'categories-for-anspress'", "anspress()->", "anspress()", "anspress()->", "http", "https", "'anspress-paid-membership'", "'anspress-question-answer'", "'", "anspress_pm", "pm", "PM", "wptest.localhost", "wptest", "localhost", "'anspress-question-answer'", "ar_blogs", "ar", "ap", "api.anshub.com", "'anspress-question-answer'", "ap-tagssugg-item", "'tags-for-anspress'", "'categories-for-anspress'", ".ap-rating", "label", "recipe", "'ap'", "$", "'ap'", "AnsPress_Category_Widget", "AP_User_Widget", "http://localhost/tim", "", "anspress.io", "AP_followers_Widget", "ap_user_query", "$fields_value", "ap_get_question_subscribers_data", "http://localhost/wp3", "AnsPress_Breadcrumbs_Widget", "'question_category'", "'question_tag'", "question_tag", "$user_meta", "form_fields", "'ap'", "ap_", "'ap'", "ap_", "'ap'", "ap_", "ap", "AnsPress_", "ap_answer_the_object", "$args", "anspress", "AP_Questions_Query", "AnsPress", "ap_get_displayed_user_id", "reputation", "user", "user_count", "rewind_users", "next_user", "current_user", "ap_TGM_Bulk_Installer", "ap_TGMPA_List_Table", "ap_tgmpa", "ap_TGM_Plugin_Activation", "http://answerbox.anspress.io", "http://demo.anspress.io/answerbox", "next_reputation", "AB_User_Levels", "", "notification_link", "", "AB_Profile_Progress", "", "", "", "77b751", "pp-", "\"", "UserSchema", "PostSchema", "C:\\my\\nodejs\\projects\\", "'ab'", "Télécharger", "@", "ppicon", "'categories_for_anspress'", "profile-", "desc", "profile_", "profile-", "Profile", "profile_", "wp3_", "'profile'", "wp3_", "profile-", "'__view'", "wp3_", "wp3.in", "Profile", "'profile'", "profile-", "'profile'", "http", "term_id", "profile_", "profile_group", "Visibility" ], "reverse": false, "show_context": true, "use_buffer2": true, "whole_word": false, "wrap": true }, "groups": [ { "selected": 2, "sheets": [ { "buffer": 0, "file": "includes/hooks.php", "semi_transient": false, "settings": { "buffer_size": 25842, "regions": { }, "selection": [ [ 19803, 19803 ] ], "settings": { "syntax": "Packages/PHP/PHP.sublime-syntax", "translate_tabs_to_spaces": false }, "translation.x": 0.0, "translation.y": 457.0, "zoom_level": 1.0 }, "stack_index": 3, "type": "text" }, { "buffer": 1, "file": "/M/wamp/www/tovolt/app/scripts/app.js", "semi_transient": false, "settings": { "buffer_size": 812, "regions": { }, "selection": [ [ 589, 589 ] ], "settings": { "syntax": "Packages/JavaScript/JavaScript.sublime-syntax", "tab_size": 2, "translate_tabs_to_spaces": true }, "translation.x": 0.0, "translation.y": 798.0, "zoom_level": 1.0 }, "stack_index": 2, "type": "text" }, { "buffer": 2, "file": "/M/wamp/www/tovolt/app/index.html", "semi_transient": false, "settings": { "buffer_size": 3708, "regions": { }, "selection": [ [ 1755, 1755 ] ], "settings": { "syntax": "Packages/HTML/HTML.sublime-syntax", "tab_size": 2, "translate_tabs_to_spaces": true }, "translation.x": 0.0, "translation.y": 414.0, "zoom_level": 1.0 }, "stack_index": 0, "type": "text" }, { "buffer": 3, "file": "/M/wamp/www/tovolt/app/views/dashboard/sidenav.html", "semi_transient": false, "settings": { "buffer_size": 89, "regions": { }, "selection": [ [ 34, 34 ] ], "settings": { "syntax": "Packages/HTML/HTML.sublime-syntax" }, "translation.x": 0.0, "translation.y": 0.0, "zoom_level": 1.0 }, "stack_index": 1, "type": "text" } ] } ], "incremental_find": { "height": 45.0 }, "input": { "height": 38.0 }, "layout": { "cells": [ [ 0, 0, 1, 1 ] ], "cols": [ 0.0, 1.0 ], "rows": [ 0.0, 1.0 ] }, "menu_visible": true, "output.exec": { "height": 317.0 }, "output.find_results": { "height": 0.0 }, "output.sftp": { "height": 0.0 }, "pinned_build_system": "", "project": "anspress.sublime-project", "replace": { "height": 86.0 }, "save_all_on_build": true, "select_file": { "height": 0.0, "last_filter": "", "selected_items": [ ], "width": 0.0 }, "select_project": { "height": 500.0, "last_filter": "", "selected_items": [ [ "", "C:\\Users\\ussr\\Documents\\anspress.sublime-project" ], [ "gee", "E:\\wamp\\www\\geet-frontend\\wp-content\\plugins\\geet-frontend\\sublim.sublime-project" ] ], "width": 380.0 }, "select_symbol": { "height": 0.0, "last_filter": "", "selected_items": [ ], "width": 0.0 }, "selected_group": 0, "settings": { }, "show_minimap": true, "show_open_files": false, "show_tabs": true, "side_bar_visible": true, "side_bar_width": 216.0, "status_bar_visible": true, "template_settings": { } }