{ "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